|
|
@@ -74,7 +74,7 @@
|
|
|
//
|
|
|
this.ms_stepcode_label.AutoSize = true;
|
|
|
this.ms_stepcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ms_stepcode_label.Location = new System.Drawing.Point(559, 21);
|
|
|
+ this.ms_stepcode_label.Location = new System.Drawing.Point(559, 24);
|
|
|
this.ms_stepcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.ms_stepcode_label.Name = "ms_stepcode_label";
|
|
|
this.ms_stepcode_label.Size = new System.Drawing.Size(92, 27);
|
|
|
@@ -85,7 +85,7 @@
|
|
|
//
|
|
|
this.ms_nextstepcode_label.AutoSize = true;
|
|
|
this.ms_nextstepcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ms_nextstepcode_label.Location = new System.Drawing.Point(854, 20);
|
|
|
+ this.ms_nextstepcode_label.Location = new System.Drawing.Point(854, 24);
|
|
|
this.ms_nextstepcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.ms_nextstepcode_label.Name = "ms_nextstepcode_label";
|
|
|
this.ms_nextstepcode_label.Size = new System.Drawing.Size(92, 27);
|
|
|
@@ -101,7 +101,7 @@
|
|
|
this.ma_code.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
this.ma_code.FormName = null;
|
|
|
this.ma_code.Location = new System.Drawing.Point(79, 24);
|
|
|
- this.ma_code.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.ma_code.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.ma_code.Name = "ma_code";
|
|
|
this.ma_code.Power = "";
|
|
|
this.ma_code.ReturnData = null;
|
|
|
@@ -118,7 +118,7 @@
|
|
|
this.ms_nextstepcode.AllPower = null;
|
|
|
this.ms_nextstepcode.BackColor = System.Drawing.Color.White;
|
|
|
this.ms_nextstepcode.ID = null;
|
|
|
- this.ms_nextstepcode.Location = new System.Drawing.Point(953, 20);
|
|
|
+ this.ms_nextstepcode.Location = new System.Drawing.Point(953, 24);
|
|
|
this.ms_nextstepcode.Name = "ms_nextstepcode";
|
|
|
this.ms_nextstepcode.Power = null;
|
|
|
this.ms_nextstepcode.Size = new System.Drawing.Size(167, 25);
|
|
|
@@ -133,7 +133,7 @@
|
|
|
this.ms_stepcode.AllPower = null;
|
|
|
this.ms_stepcode.BackColor = System.Drawing.Color.White;
|
|
|
this.ms_stepcode.ID = null;
|
|
|
- this.ms_stepcode.Location = new System.Drawing.Point(658, 22);
|
|
|
+ this.ms_stepcode.Location = new System.Drawing.Point(658, 24);
|
|
|
this.ms_stepcode.Name = "ms_stepcode";
|
|
|
this.ms_stepcode.Power = null;
|
|
|
this.ms_stepcode.Size = new System.Drawing.Size(167, 25);
|
|
|
@@ -170,6 +170,7 @@
|
|
|
this.ms_status.Size = new System.Drawing.Size(167, 23);
|
|
|
this.ms_status.TabIndex = 205;
|
|
|
this.ms_status.Tag = "ms_status";
|
|
|
+ this.ms_status.SelectedIndexChanged += new System.EventHandler(this.ms_status_SelectedIndexChanged);
|
|
|
//
|
|
|
// SnInf
|
|
|
//
|
|
|
@@ -186,7 +187,7 @@
|
|
|
this.Column5});
|
|
|
this.SnInf.EnableContentClick = true;
|
|
|
this.SnInf.Location = new System.Drawing.Point(0, 70);
|
|
|
- this.SnInf.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.SnInf.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.SnInf.Name = "SnInf";
|
|
|
this.SnInf.RowTemplate.Height = 23;
|
|
|
this.SnInf.Size = new System.Drawing.Size(1261, 624);
|
|
|
@@ -248,7 +249,7 @@
|
|
|
this.Controls.Add(this.ms_makecode_label);
|
|
|
this.Controls.Add(this.ms_status_label);
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
- this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.Name = "Query_OnlineTraceBack";
|
|
|
this.Tag = "Query!OnlineTraceBack";
|
|
|
this.Text = " ";
|