1257 界面修改
This commit is contained in:
Generated
+7
-9
@@ -97,7 +97,7 @@
|
||||
// splitContainer1.Panel2
|
||||
//
|
||||
this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
|
||||
this.splitContainer1.Size = new System.Drawing.Size(1392, 734);
|
||||
this.splitContainer1.Size = new System.Drawing.Size(1370, 734);
|
||||
this.splitContainer1.SplitterDistance = 334;
|
||||
this.splitContainer1.SplitterWidth = 1;
|
||||
this.splitContainer1.TabIndex = 0;
|
||||
@@ -222,8 +222,8 @@
|
||||
this.splitContainer2.Panel2.Controls.Add(this.label1);
|
||||
this.splitContainer2.Panel2.Controls.Add(this.btn_Add);
|
||||
this.splitContainer2.Panel2.Controls.Add(this.label2);
|
||||
this.splitContainer2.Size = new System.Drawing.Size(1057, 734);
|
||||
this.splitContainer2.SplitterDistance = 776;
|
||||
this.splitContainer2.Size = new System.Drawing.Size(1035, 734);
|
||||
this.splitContainer2.SplitterDistance = 757;
|
||||
this.splitContainer2.SplitterWidth = 1;
|
||||
this.splitContainer2.TabIndex = 0;
|
||||
//
|
||||
@@ -275,7 +275,7 @@
|
||||
this.dgvPara.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
||||
this.dgvPara.RowTemplate.Height = 40;
|
||||
this.dgvPara.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
||||
this.dgvPara.Size = new System.Drawing.Size(776, 734);
|
||||
this.dgvPara.Size = new System.Drawing.Size(757, 734);
|
||||
this.dgvPara.TabIndex = 26;
|
||||
this.dgvPara.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvPara_CellClick);
|
||||
this.dgvPara.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgvPara_RowPostPaint);
|
||||
@@ -306,8 +306,7 @@
|
||||
//
|
||||
this.comboBox1.FormattingEnabled = true;
|
||||
this.comboBox1.Items.AddRange(new object[] {
|
||||
"A芯包",
|
||||
"B芯包"});
|
||||
"芯包"});
|
||||
this.comboBox1.Location = new System.Drawing.Point(104, 640);
|
||||
this.comboBox1.Name = "comboBox1";
|
||||
this.comboBox1.Size = new System.Drawing.Size(121, 28);
|
||||
@@ -317,8 +316,7 @@
|
||||
//
|
||||
this.comboBox2.FormattingEnabled = true;
|
||||
this.comboBox2.Items.AddRange(new object[] {
|
||||
"焊前CCD",
|
||||
"焊后CCD"});
|
||||
"外观检"});
|
||||
this.comboBox2.Location = new System.Drawing.Point(104, 682);
|
||||
this.comboBox2.Name = "comboBox2";
|
||||
this.comboBox2.Size = new System.Drawing.Size(121, 28);
|
||||
@@ -575,7 +573,7 @@
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
||||
this.ClientSize = new System.Drawing.Size(1392, 734);
|
||||
this.ClientSize = new System.Drawing.Size(1370, 734);
|
||||
this.Controls.Add(this.splitContainer1);
|
||||
this.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||||
|
||||
Reference in New Issue
Block a user