|
|
@@ -393,7 +393,7 @@
|
|
|
this.Confirm.Power = null;
|
|
|
this.Confirm.Size = new System.Drawing.Size(80, 30);
|
|
|
this.Confirm.TabIndex = 73;
|
|
|
- this.Confirm.Tag = "IfWrite";
|
|
|
+ this.Confirm.Tag = "IfRead";
|
|
|
this.Confirm.Text = "确认";
|
|
|
this.Confirm.UseVisualStyleBackColor = true;
|
|
|
this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
|
|
|
@@ -412,7 +412,7 @@
|
|
|
this.code.Str1 = null;
|
|
|
this.code.Str2 = null;
|
|
|
this.code.TabIndex = 0;
|
|
|
- this.code.Tag = "IfWrite";
|
|
|
+ this.code.Tag = "IfRead";
|
|
|
this.code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.code_KeyDown);
|
|
|
//
|
|
|
// sn_code
|