|
@@ -30,7 +30,13 @@ namespace UAS_MES.CustomControl.TextBoxWithIcon
|
|
/// </summary>
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
private void InitializeComponent()
|
|
{
|
|
{
|
|
- components = new System.ComponentModel.Container();
|
|
|
|
|
|
+ this.SuspendLayout();
|
|
|
|
+ //
|
|
|
|
+ // SnCollectionBox
|
|
|
|
+ //
|
|
|
|
+ this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SnCollectionBox_KeyDown);
|
|
|
|
+ this.ResumeLayout(false);
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|