This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user