This commit is contained in:
2008-03-25 12:31:19 +00:00
parent f3d20d1e5d
commit 1515b5ed9b
15 changed files with 203 additions and 117 deletions

View File

@@ -9,7 +9,7 @@ using VEPROMS.CSLA.Library;
namespace Volian.Controls.Library
{
public partial class DisplayTabRibbon : UserControl
public partial class StepTabRibbon : UserControl
{
private StepItem _MyDisplayItem;
public StepItem MyDisplayItem
@@ -53,7 +53,7 @@ namespace Volian.Controls.Library
btnCMSuperscript.Checked = btnSuperscript.Checked = RTBAPI.IsSuperScript(_MyDisplayRTB);
btnCMCut.Enabled = btnCMCopy.Enabled = btnCut.Enabled = btnCopy.Enabled = _MyDisplayRTB.SelectionLength > 0;
}
public DisplayTabRibbon()
public StepTabRibbon()
{
InitializeComponent();
// get the xml for all of the symbols, create buttons for them & add them to the gallery.