|
|
|
@ -74,6 +74,7 @@
|
|
|
|
|
this.prog_eng.Size = new System.Drawing.Size(158, 23);
|
|
|
|
|
this.prog_eng.TabIndex = 0;
|
|
|
|
|
this.prog_eng.Value = 4;
|
|
|
|
|
this.prog_eng.Click += new System.EventHandler(this.eng_click);
|
|
|
|
|
//
|
|
|
|
|
// prog_sys
|
|
|
|
|
//
|
|
|
|
@ -84,6 +85,7 @@
|
|
|
|
|
this.prog_sys.Size = new System.Drawing.Size(158, 23);
|
|
|
|
|
this.prog_sys.TabIndex = 1;
|
|
|
|
|
this.prog_sys.Value = 4;
|
|
|
|
|
this.prog_sys.Click += new System.EventHandler(this.sys_click);
|
|
|
|
|
//
|
|
|
|
|
// prog_wep
|
|
|
|
|
//
|
|
|
|
@ -94,6 +96,7 @@
|
|
|
|
|
this.prog_wep.Size = new System.Drawing.Size(158, 23);
|
|
|
|
|
this.prog_wep.TabIndex = 2;
|
|
|
|
|
this.prog_wep.Value = 4;
|
|
|
|
|
this.prog_wep.Click += new System.EventHandler(this.wep_click);
|
|
|
|
|
//
|
|
|
|
|
// lbl_eng
|
|
|
|
|
//
|
|
|
|
@ -104,6 +107,7 @@
|
|
|
|
|
this.lbl_eng.TabIndex = 3;
|
|
|
|
|
this.lbl_eng.Text = "ENG\r\n2";
|
|
|
|
|
this.lbl_eng.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|
|
|
|
this.lbl_eng.Click += new System.EventHandler(this.eng_click);
|
|
|
|
|
//
|
|
|
|
|
// lbl_sys
|
|
|
|
|
//
|
|
|
|
@ -114,6 +118,7 @@
|
|
|
|
|
this.lbl_sys.TabIndex = 4;
|
|
|
|
|
this.lbl_sys.Text = "SYS\r\n2";
|
|
|
|
|
this.lbl_sys.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|
|
|
|
this.lbl_sys.Click += new System.EventHandler(this.sys_click);
|
|
|
|
|
//
|
|
|
|
|
// lbl_wep
|
|
|
|
|
//
|
|
|
|
@ -124,6 +129,7 @@
|
|
|
|
|
this.lbl_wep.TabIndex = 5;
|
|
|
|
|
this.lbl_wep.Text = "WEP\r\n2";
|
|
|
|
|
this.lbl_wep.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|
|
|
|
this.lbl_wep.Click += new System.EventHandler(this.wep_click);
|
|
|
|
|
//
|
|
|
|
|
// btn_reset
|
|
|
|
|
//
|
|
|
|
|