|
|
@@ -38,6 +38,18 @@
|
|
|
this.snVal = new System.Windows.Forms.TextBox();
|
|
|
this.snLab = new System.Windows.Forms.Label();
|
|
|
this.dgv = new System.Windows.Forms.DataGridView();
|
|
|
+ this.rn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.isHandReel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
+ this.ms_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.ps_linecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.ps_processcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.ps_table = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.psl_location = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.psl_bomlocation = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.psl_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.psl_baseqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.ReelRemark = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.ReelNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
@@ -60,18 +72,6 @@
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.serialNumber = new System.Windows.Forms.Label();
|
|
|
- this.rn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.isHandReel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
- this.ms_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.ps_linecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.ps_processcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.ps_table = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.psl_location = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.psl_bomlocation = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.psl_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.psl_baseqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.ReelRemark = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.ReelNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.containerBox.SuspendLayout();
|
|
|
this.executeBox.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
|
|
|
@@ -81,12 +81,12 @@
|
|
|
//
|
|
|
// containerBox
|
|
|
//
|
|
|
- this.containerBox.Controls.Add(this.executeBox);
|
|
|
this.containerBox.Controls.Add(this.dgv);
|
|
|
+ this.containerBox.Controls.Add(this.executeBox);
|
|
|
this.containerBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.containerBox.Location = new System.Drawing.Point(0, 123);
|
|
|
this.containerBox.Name = "containerBox";
|
|
|
- this.containerBox.Size = new System.Drawing.Size(1600, 777);
|
|
|
+ this.containerBox.Size = new System.Drawing.Size(1280, 597);
|
|
|
this.containerBox.TabIndex = 28;
|
|
|
//
|
|
|
// executeBox
|
|
|
@@ -100,9 +100,9 @@
|
|
|
this.executeBox.Controls.Add(this.snLab);
|
|
|
this.executeBox.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
this.executeBox.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.executeBox.Location = new System.Drawing.Point(0, 647);
|
|
|
+ this.executeBox.Location = new System.Drawing.Point(0, 467);
|
|
|
this.executeBox.Name = "executeBox";
|
|
|
- this.executeBox.Size = new System.Drawing.Size(1600, 130);
|
|
|
+ this.executeBox.Size = new System.Drawing.Size(1280, 130);
|
|
|
this.executeBox.TabIndex = 0;
|
|
|
//
|
|
|
// handCount
|
|
|
@@ -195,16 +195,120 @@
|
|
|
this.psl_baseqty,
|
|
|
this.ReelRemark,
|
|
|
this.ReelNum});
|
|
|
- this.dgv.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
+ this.dgv.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.dgv.Location = new System.Drawing.Point(0, 0);
|
|
|
this.dgv.Name = "dgv";
|
|
|
this.dgv.RowHeadersVisible = false;
|
|
|
this.dgv.RowHeadersWidth = 62;
|
|
|
this.dgv.RowTemplate.Height = 30;
|
|
|
- this.dgv.Size = new System.Drawing.Size(1600, 641);
|
|
|
+ this.dgv.Size = new System.Drawing.Size(1280, 467);
|
|
|
this.dgv.TabIndex = 1;
|
|
|
this.dgv.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_CellClick);
|
|
|
//
|
|
|
+ // rn
|
|
|
+ //
|
|
|
+ this.rn.DataPropertyName = "rn";
|
|
|
+ this.rn.HeaderText = "序号";
|
|
|
+ this.rn.MinimumWidth = 8;
|
|
|
+ this.rn.Name = "rn";
|
|
|
+ this.rn.Width = 50;
|
|
|
+ //
|
|
|
+ // isHandReel
|
|
|
+ //
|
|
|
+ this.isHandReel.HeaderText = "是否手补料";
|
|
|
+ this.isHandReel.MinimumWidth = 8;
|
|
|
+ this.isHandReel.Name = "isHandReel";
|
|
|
+ this.isHandReel.Width = 50;
|
|
|
+ //
|
|
|
+ // ms_sncode
|
|
|
+ //
|
|
|
+ this.ms_sncode.DataPropertyName = "ms_sncode";
|
|
|
+ this.ms_sncode.HeaderText = "序列号";
|
|
|
+ this.ms_sncode.MinimumWidth = 8;
|
|
|
+ this.ms_sncode.Name = "ms_sncode";
|
|
|
+ this.ms_sncode.ReadOnly = true;
|
|
|
+ this.ms_sncode.Width = 130;
|
|
|
+ //
|
|
|
+ // ps_linecode
|
|
|
+ //
|
|
|
+ this.ps_linecode.DataPropertyName = "ps_linecode";
|
|
|
+ this.ps_linecode.HeaderText = "线体";
|
|
|
+ this.ps_linecode.MinimumWidth = 8;
|
|
|
+ this.ps_linecode.Name = "ps_linecode";
|
|
|
+ this.ps_linecode.ReadOnly = true;
|
|
|
+ this.ps_linecode.Width = 150;
|
|
|
+ //
|
|
|
+ // ps_processcode
|
|
|
+ //
|
|
|
+ this.ps_processcode.DataPropertyName = "ps_processcode";
|
|
|
+ this.ps_processcode.HeaderText = "机台名称";
|
|
|
+ this.ps_processcode.MinimumWidth = 8;
|
|
|
+ this.ps_processcode.Name = "ps_processcode";
|
|
|
+ this.ps_processcode.ReadOnly = true;
|
|
|
+ this.ps_processcode.Width = 190;
|
|
|
+ //
|
|
|
+ // ps_table
|
|
|
+ //
|
|
|
+ this.ps_table.DataPropertyName = "ps_table";
|
|
|
+ this.ps_table.HeaderText = "面别";
|
|
|
+ this.ps_table.MinimumWidth = 8;
|
|
|
+ this.ps_table.Name = "ps_table";
|
|
|
+ this.ps_table.ReadOnly = true;
|
|
|
+ this.ps_table.Width = 50;
|
|
|
+ //
|
|
|
+ // psl_location
|
|
|
+ //
|
|
|
+ this.psl_location.DataPropertyName = "psl_location";
|
|
|
+ this.psl_location.HeaderText = "站位编号";
|
|
|
+ this.psl_location.MinimumWidth = 8;
|
|
|
+ this.psl_location.Name = "psl_location";
|
|
|
+ this.psl_location.ReadOnly = true;
|
|
|
+ this.psl_location.Width = 80;
|
|
|
+ //
|
|
|
+ // psl_bomlocation
|
|
|
+ //
|
|
|
+ this.psl_bomlocation.DataPropertyName = "psl_bomlocation";
|
|
|
+ this.psl_bomlocation.HeaderText = "元件位置";
|
|
|
+ this.psl_bomlocation.MinimumWidth = 8;
|
|
|
+ this.psl_bomlocation.Name = "psl_bomlocation";
|
|
|
+ this.psl_bomlocation.ReadOnly = true;
|
|
|
+ this.psl_bomlocation.Width = 210;
|
|
|
+ //
|
|
|
+ // psl_prodcode
|
|
|
+ //
|
|
|
+ this.psl_prodcode.DataPropertyName = "psl_prodcode";
|
|
|
+ this.psl_prodcode.HeaderText = "物料编号";
|
|
|
+ this.psl_prodcode.MinimumWidth = 8;
|
|
|
+ this.psl_prodcode.Name = "psl_prodcode";
|
|
|
+ this.psl_prodcode.ReadOnly = true;
|
|
|
+ this.psl_prodcode.Width = 140;
|
|
|
+ //
|
|
|
+ // psl_baseqty
|
|
|
+ //
|
|
|
+ this.psl_baseqty.DataPropertyName = "psl_baseqty";
|
|
|
+ this.psl_baseqty.HeaderText = "单位用量";
|
|
|
+ this.psl_baseqty.MinimumWidth = 8;
|
|
|
+ this.psl_baseqty.Name = "psl_baseqty";
|
|
|
+ this.psl_baseqty.ReadOnly = true;
|
|
|
+ this.psl_baseqty.Width = 60;
|
|
|
+ //
|
|
|
+ // ReelRemark
|
|
|
+ //
|
|
|
+ this.ReelRemark.DataPropertyName = "ReelRemark";
|
|
|
+ this.ReelRemark.HeaderText = "元件信息备注";
|
|
|
+ this.ReelRemark.MinimumWidth = 8;
|
|
|
+ this.ReelRemark.Name = "ReelRemark";
|
|
|
+ this.ReelRemark.Width = 150;
|
|
|
+ //
|
|
|
+ // ReelNum
|
|
|
+ //
|
|
|
+ this.ReelNum.DataPropertyName = "ReelNum";
|
|
|
+ this.ReelNum.HeaderText = "补料数量";
|
|
|
+ this.ReelNum.MinimumWidth = 8;
|
|
|
+ this.ReelNum.Name = "ReelNum";
|
|
|
+ this.ReelNum.Visible = false;
|
|
|
+ this.ReelNum.Width = 80;
|
|
|
+ //
|
|
|
// dataGridViewTextBoxColumn1
|
|
|
//
|
|
|
this.dataGridViewTextBoxColumn1.DataPropertyName = "rn";
|
|
|
@@ -316,7 +420,7 @@
|
|
|
this.SNDetails.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
this.SNDetails.Location = new System.Drawing.Point(0, 0);
|
|
|
this.SNDetails.Name = "SNDetails";
|
|
|
- this.SNDetails.Size = new System.Drawing.Size(1600, 123);
|
|
|
+ this.SNDetails.Size = new System.Drawing.Size(1280, 123);
|
|
|
this.SNDetails.TabIndex = 27;
|
|
|
this.SNDetails.TabStop = false;
|
|
|
this.SNDetails.Text = "产品序列信息";
|
|
|
@@ -347,16 +451,16 @@
|
|
|
this.tableLayoutPanel1.RowCount = 1;
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 83F));
|
|
|
- this.tableLayoutPanel1.Size = new System.Drawing.Size(1594, 83);
|
|
|
+ this.tableLayoutPanel1.Size = new System.Drawing.Size(1274, 83);
|
|
|
this.tableLayoutPanel1.TabIndex = 0;
|
|
|
//
|
|
|
// productName
|
|
|
//
|
|
|
this.productName.AutoSize = true;
|
|
|
this.productName.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.productName.Location = new System.Drawing.Point(1005, 0);
|
|
|
+ this.productName.Location = new System.Drawing.Point(807, 0);
|
|
|
this.productName.Name = "productName";
|
|
|
- this.productName.Size = new System.Drawing.Size(586, 83);
|
|
|
+ this.productName.Size = new System.Drawing.Size(464, 83);
|
|
|
this.productName.TabIndex = 7;
|
|
|
this.productName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
//
|
|
|
@@ -364,9 +468,9 @@
|
|
|
//
|
|
|
this.productCode.AutoSize = true;
|
|
|
this.productCode.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.productCode.Location = new System.Drawing.Point(693, 0);
|
|
|
+ this.productCode.Location = new System.Drawing.Point(557, 0);
|
|
|
this.productCode.Name = "productCode";
|
|
|
- this.productCode.Size = new System.Drawing.Size(204, 83);
|
|
|
+ this.productCode.Size = new System.Drawing.Size(162, 83);
|
|
|
this.productCode.TabIndex = 6;
|
|
|
this.productCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
//
|
|
|
@@ -374,9 +478,9 @@
|
|
|
//
|
|
|
this.workOrder.AutoSize = true;
|
|
|
this.workOrder.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.workOrder.Location = new System.Drawing.Point(399, 0);
|
|
|
+ this.workOrder.Location = new System.Drawing.Point(321, 0);
|
|
|
this.workOrder.Name = "workOrder";
|
|
|
- this.workOrder.Size = new System.Drawing.Size(186, 83);
|
|
|
+ this.workOrder.Size = new System.Drawing.Size(148, 83);
|
|
|
this.workOrder.TabIndex = 5;
|
|
|
this.workOrder.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
//
|
|
|
@@ -384,9 +488,9 @@
|
|
|
//
|
|
|
this.label4.AutoSize = true;
|
|
|
this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.label4.Location = new System.Drawing.Point(903, 0);
|
|
|
+ this.label4.Location = new System.Drawing.Point(725, 0);
|
|
|
this.label4.Name = "label4";
|
|
|
- this.label4.Size = new System.Drawing.Size(96, 83);
|
|
|
+ this.label4.Size = new System.Drawing.Size(76, 83);
|
|
|
this.label4.TabIndex = 3;
|
|
|
this.label4.Text = "产品名称: ";
|
|
|
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
@@ -397,7 +501,7 @@
|
|
|
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.label1.Location = new System.Drawing.Point(3, 0);
|
|
|
this.label1.Name = "label1";
|
|
|
- this.label1.Size = new System.Drawing.Size(96, 83);
|
|
|
+ this.label1.Size = new System.Drawing.Size(76, 83);
|
|
|
this.label1.TabIndex = 0;
|
|
|
this.label1.Text = "序列号: ";
|
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
@@ -406,9 +510,9 @@
|
|
|
//
|
|
|
this.label3.AutoSize = true;
|
|
|
this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.label3.Location = new System.Drawing.Point(591, 0);
|
|
|
+ this.label3.Location = new System.Drawing.Point(475, 0);
|
|
|
this.label3.Name = "label3";
|
|
|
- this.label3.Size = new System.Drawing.Size(96, 83);
|
|
|
+ this.label3.Size = new System.Drawing.Size(76, 83);
|
|
|
this.label3.TabIndex = 2;
|
|
|
this.label3.Text = "产品编号: ";
|
|
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
@@ -417,9 +521,9 @@
|
|
|
//
|
|
|
this.label2.AutoSize = true;
|
|
|
this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.label2.Location = new System.Drawing.Point(297, 0);
|
|
|
+ this.label2.Location = new System.Drawing.Point(239, 0);
|
|
|
this.label2.Name = "label2";
|
|
|
- this.label2.Size = new System.Drawing.Size(96, 83);
|
|
|
+ this.label2.Size = new System.Drawing.Size(76, 83);
|
|
|
this.label2.TabIndex = 1;
|
|
|
this.label2.Text = "工单: ";
|
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
@@ -428,121 +532,17 @@
|
|
|
//
|
|
|
this.serialNumber.AutoSize = true;
|
|
|
this.serialNumber.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.serialNumber.Location = new System.Drawing.Point(105, 0);
|
|
|
+ this.serialNumber.Location = new System.Drawing.Point(85, 0);
|
|
|
this.serialNumber.Name = "serialNumber";
|
|
|
- this.serialNumber.Size = new System.Drawing.Size(186, 83);
|
|
|
+ this.serialNumber.Size = new System.Drawing.Size(148, 83);
|
|
|
this.serialNumber.TabIndex = 4;
|
|
|
this.serialNumber.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
//
|
|
|
- // rn
|
|
|
- //
|
|
|
- this.rn.DataPropertyName = "rn";
|
|
|
- this.rn.HeaderText = "序号";
|
|
|
- this.rn.MinimumWidth = 8;
|
|
|
- this.rn.Name = "rn";
|
|
|
- this.rn.Width = 50;
|
|
|
- //
|
|
|
- // isHandReel
|
|
|
- //
|
|
|
- this.isHandReel.HeaderText = "是否手补料";
|
|
|
- this.isHandReel.MinimumWidth = 8;
|
|
|
- this.isHandReel.Name = "isHandReel";
|
|
|
- this.isHandReel.Width = 50;
|
|
|
- //
|
|
|
- // ms_sncode
|
|
|
- //
|
|
|
- this.ms_sncode.DataPropertyName = "ms_sncode";
|
|
|
- this.ms_sncode.HeaderText = "序列号";
|
|
|
- this.ms_sncode.MinimumWidth = 8;
|
|
|
- this.ms_sncode.Name = "ms_sncode";
|
|
|
- this.ms_sncode.ReadOnly = true;
|
|
|
- this.ms_sncode.Width = 130;
|
|
|
- //
|
|
|
- // ps_linecode
|
|
|
- //
|
|
|
- this.ps_linecode.DataPropertyName = "ps_linecode";
|
|
|
- this.ps_linecode.HeaderText = "线体";
|
|
|
- this.ps_linecode.MinimumWidth = 8;
|
|
|
- this.ps_linecode.Name = "ps_linecode";
|
|
|
- this.ps_linecode.ReadOnly = true;
|
|
|
- this.ps_linecode.Width = 150;
|
|
|
- //
|
|
|
- // ps_processcode
|
|
|
- //
|
|
|
- this.ps_processcode.DataPropertyName = "ps_processcode";
|
|
|
- this.ps_processcode.HeaderText = "机台名称";
|
|
|
- this.ps_processcode.MinimumWidth = 8;
|
|
|
- this.ps_processcode.Name = "ps_processcode";
|
|
|
- this.ps_processcode.ReadOnly = true;
|
|
|
- this.ps_processcode.Width = 190;
|
|
|
- //
|
|
|
- // ps_table
|
|
|
- //
|
|
|
- this.ps_table.DataPropertyName = "ps_table";
|
|
|
- this.ps_table.HeaderText = "面别";
|
|
|
- this.ps_table.MinimumWidth = 8;
|
|
|
- this.ps_table.Name = "ps_table";
|
|
|
- this.ps_table.ReadOnly = true;
|
|
|
- this.ps_table.Width = 50;
|
|
|
- //
|
|
|
- // psl_location
|
|
|
- //
|
|
|
- this.psl_location.DataPropertyName = "psl_location";
|
|
|
- this.psl_location.HeaderText = "站位编号";
|
|
|
- this.psl_location.MinimumWidth = 8;
|
|
|
- this.psl_location.Name = "psl_location";
|
|
|
- this.psl_location.ReadOnly = true;
|
|
|
- this.psl_location.Width = 80;
|
|
|
- //
|
|
|
- // psl_bomlocation
|
|
|
- //
|
|
|
- this.psl_bomlocation.DataPropertyName = "psl_bomlocation";
|
|
|
- this.psl_bomlocation.HeaderText = "元件位置";
|
|
|
- this.psl_bomlocation.MinimumWidth = 8;
|
|
|
- this.psl_bomlocation.Name = "psl_bomlocation";
|
|
|
- this.psl_bomlocation.ReadOnly = true;
|
|
|
- this.psl_bomlocation.Width = 210;
|
|
|
- //
|
|
|
- // psl_prodcode
|
|
|
- //
|
|
|
- this.psl_prodcode.DataPropertyName = "psl_prodcode";
|
|
|
- this.psl_prodcode.HeaderText = "物料编号";
|
|
|
- this.psl_prodcode.MinimumWidth = 8;
|
|
|
- this.psl_prodcode.Name = "psl_prodcode";
|
|
|
- this.psl_prodcode.ReadOnly = true;
|
|
|
- this.psl_prodcode.Width = 140;
|
|
|
- //
|
|
|
- // psl_baseqty
|
|
|
- //
|
|
|
- this.psl_baseqty.DataPropertyName = "psl_baseqty";
|
|
|
- this.psl_baseqty.HeaderText = "单位用量";
|
|
|
- this.psl_baseqty.MinimumWidth = 8;
|
|
|
- this.psl_baseqty.Name = "psl_baseqty";
|
|
|
- this.psl_baseqty.ReadOnly = true;
|
|
|
- this.psl_baseqty.Width = 60;
|
|
|
- //
|
|
|
- // ReelRemark
|
|
|
- //
|
|
|
- this.ReelRemark.DataPropertyName = "ReelRemark";
|
|
|
- this.ReelRemark.HeaderText = "元件信息备注";
|
|
|
- this.ReelRemark.MinimumWidth = 8;
|
|
|
- this.ReelRemark.Name = "ReelRemark";
|
|
|
- this.ReelRemark.Width = 150;
|
|
|
- //
|
|
|
- // ReelNum
|
|
|
- //
|
|
|
- this.ReelNum.DataPropertyName = "ReelNum";
|
|
|
- this.ReelNum.HeaderText = "补料数量";
|
|
|
- this.ReelNum.MinimumWidth = 8;
|
|
|
- this.ReelNum.Name = "ReelNum";
|
|
|
- this.ReelNum.Visible = false;
|
|
|
- this.ReelNum.Width = 80;
|
|
|
- //
|
|
|
// Make_HandFeedRegistration
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(1600, 900);
|
|
|
+ this.ClientSize = new System.Drawing.Size(1280, 720);
|
|
|
this.Controls.Add(this.containerBox);
|
|
|
this.Controls.Add(this.SNDetails);
|
|
|
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|