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

@@ -1,6 +1,6 @@
namespace Volian.Controls.Library
{
partial class DisplayItem
partial class StepItem
{
/// <summary>
/// Required designer variable.
@@ -28,7 +28,7 @@ namespace Volian.Controls.Library
{
this.components = new System.ComponentModel.Container();
this.lblTab = new System.Windows.Forms.Label();
this._DisplayRTB = new Volian.Controls.Library.DisplayRTB(this.components);
this._DisplayRTB = new Volian.Controls.Library.StepRTB(this.components);
this.vlnExp = new Volian.Controls.Library.vlnExpander();
this.SuspendLayout();
//
@@ -110,7 +110,7 @@ namespace Volian.Controls.Library
#endregion
private vlnExpander vlnExp;
private DisplayRTB _DisplayRTB;
private StepRTB _DisplayRTB;
private System.Windows.Forms.Label lblTab;
}
}