|
|
@@ -29,7 +29,7 @@
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
this.ListBox = new System.Windows.Forms.ListBox();
|
|
|
- this.EnterTextBox = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeTextBox();
|
|
|
+ this.EnterTextBox = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// ListBox
|
|
|
@@ -51,7 +51,6 @@
|
|
|
this.EnterTextBox.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
this.EnterTextBox.ID = null;
|
|
|
this.EnterTextBox.Location = new System.Drawing.Point(0, 0);
|
|
|
- this.EnterTextBox.Lock = false;
|
|
|
this.EnterTextBox.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.EnterTextBox.Name = "EnterTextBox";
|
|
|
this.EnterTextBox.Power = null;
|
|
|
@@ -84,6 +83,6 @@
|
|
|
#endregion
|
|
|
|
|
|
private System.Windows.Forms.ListBox ListBox;
|
|
|
- private MaCodeTextBox EnterTextBox;
|
|
|
+ private SnCollectionBox EnterTextBox;
|
|
|
}
|
|
|
}
|