|
|
@ -61,6 +61,7 @@ |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle28 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle29 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
this.panel2 = new System.Windows.Forms.Panel(); |
|
|
|
this.txtGlue = new System.Windows.Forms.Label(); |
|
|
|
this.tBMat = new System.Windows.Forms.TextBox(); |
|
|
|
this.cBoxVAN = new System.Windows.Forms.CheckBox(); |
|
|
|
this.btnChange = new System.Windows.Forms.Button(); |
|
|
@ -163,7 +164,6 @@ |
|
|
|
this.PType = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.OPERATESTATE = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components); |
|
|
|
this.txtGlue = new System.Windows.Forms.Label(); |
|
|
|
this.panel2.SuspendLayout(); |
|
|
|
this.panelSearch.SuspendLayout(); |
|
|
|
this.plDAI.SuspendLayout(); |
|
|
@ -201,18 +201,28 @@ |
|
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Top; |
|
|
|
this.panel2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
this.panel2.Location = new System.Drawing.Point(0, 0); |
|
|
|
this.panel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
|
|
|
this.panel2.Margin = new System.Windows.Forms.Padding(4); |
|
|
|
this.panel2.Name = "panel2"; |
|
|
|
this.panel2.Size = new System.Drawing.Size(2524, 222); |
|
|
|
this.panel2.TabIndex = 15; |
|
|
|
//
|
|
|
|
// txtGlue
|
|
|
|
//
|
|
|
|
this.txtGlue.AutoSize = true; |
|
|
|
this.txtGlue.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
this.txtGlue.Location = new System.Drawing.Point(34, 73); |
|
|
|
this.txtGlue.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); |
|
|
|
this.txtGlue.Name = "txtGlue"; |
|
|
|
this.txtGlue.Size = new System.Drawing.Size(0, 30); |
|
|
|
this.txtGlue.TabIndex = 14; |
|
|
|
//
|
|
|
|
// tBMat
|
|
|
|
//
|
|
|
|
this.tBMat.BackColor = System.Drawing.SystemColors.InactiveBorder; |
|
|
|
this.tBMat.BorderStyle = System.Windows.Forms.BorderStyle.None; |
|
|
|
this.tBMat.Font = new System.Drawing.Font("微软雅黑", 24F, System.Drawing.FontStyle.Bold); |
|
|
|
this.tBMat.Location = new System.Drawing.Point(1160, 152); |
|
|
|
this.tBMat.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
|
|
|
this.tBMat.Margin = new System.Windows.Forms.Padding(4); |
|
|
|
this.tBMat.Name = "tBMat"; |
|
|
|
this.tBMat.Size = new System.Drawing.Size(502, 64); |
|
|
|
this.tBMat.TabIndex = 13; |
|
|
@ -221,7 +231,7 @@ |
|
|
|
//
|
|
|
|
this.cBoxVAN.AutoSize = true; |
|
|
|
this.cBoxVAN.Location = new System.Drawing.Point(1248, 40); |
|
|
|
this.cBoxVAN.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
|
|
|
this.cBoxVAN.Margin = new System.Windows.Forms.Padding(4); |
|
|
|
this.cBoxVAN.Name = "cBoxVAN"; |
|
|
|
this.cBoxVAN.Size = new System.Drawing.Size(70, 28); |
|
|
|
this.cBoxVAN.TabIndex = 12; |
|
|
@ -233,7 +243,7 @@ |
|
|
|
//
|
|
|
|
this.btnChange.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
this.btnChange.Location = new System.Drawing.Point(1587, 26); |
|
|
|
this.btnChange.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
|
|
|
this.btnChange.Margin = new System.Windows.Forms.Padding(4); |
|
|
|
this.btnChange.Name = "btnChange"; |
|
|
|
this.btnChange.Size = new System.Drawing.Size(144, 46); |
|
|
|
this.btnChange.TabIndex = 11; |
|
|
@ -248,7 +258,7 @@ |
|
|
|
this.cbMould.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
this.cbMould.FormattingEnabled = true; |
|
|
|
this.cbMould.Location = new System.Drawing.Point(1342, 27); |
|
|
|
this.cbMould.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
|
|
|
this.cbMould.Margin = new System.Windows.Forms.Padding(4); |
|
|
|
this.cbMould.Name = "cbMould"; |
|
|
|
this.cbMould.Size = new System.Drawing.Size(224, 39); |
|
|
|
this.cbMould.TabIndex = 10; |
|
|
@ -260,12 +270,12 @@ |
|
|
|
this.lblError.BorderStyle = System.Windows.Forms.BorderStyle.None; |
|
|
|
this.lblError.Dock = System.Windows.Forms.DockStyle.Bottom; |
|
|
|
this.lblError.Font = new System.Drawing.Font("微软雅黑", 24F, System.Drawing.FontStyle.Bold); |
|
|
|
this.lblError.Location = new System.Drawing.Point(0, 81); |
|
|
|
this.lblError.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
|
|
|
this.lblError.Location = new System.Drawing.Point(0, 107); |
|
|
|
this.lblError.Margin = new System.Windows.Forms.Padding(4); |
|
|
|
this.lblError.Multiline = true; |
|
|
|
this.lblError.Name = "lblError"; |
|
|
|
this.lblError.ReadOnly = true; |
|
|
|
this.lblError.Size = new System.Drawing.Size(2524, 141); |
|
|
|
this.lblError.Size = new System.Drawing.Size(2524, 115); |
|
|
|
this.lblError.TabIndex = 9; |
|
|
|
this.lblError.Text = "文字信息"; |
|
|
|
//
|
|
|
@ -288,7 +298,7 @@ |
|
|
|
this.comMachine.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
this.comMachine.FormattingEnabled = true; |
|
|
|
this.comMachine.Location = new System.Drawing.Point(946, 27); |
|
|
|
this.comMachine.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
|
|
|
this.comMachine.Margin = new System.Windows.Forms.Padding(4); |
|
|
|
this.comMachine.Name = "comMachine"; |
|
|
|
this.comMachine.Size = new System.Drawing.Size(290, 39); |
|
|
|
this.comMachine.TabIndex = 7; |
|
|
@ -298,7 +308,7 @@ |
|
|
|
//
|
|
|
|
this.btnAdd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
this.btnAdd.Location = new System.Drawing.Point(694, 26); |
|
|
|
this.btnAdd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
|
|
|
this.btnAdd.Margin = new System.Windows.Forms.Padding(4); |
|
|
|
this.btnAdd.Name = "btnAdd"; |
|
|
|
this.btnAdd.Size = new System.Drawing.Size(98, 46); |
|
|
|
this.btnAdd.TabIndex = 6; |
|
|
@ -311,7 +321,7 @@ |
|
|
|
this.txtCode.Font = new System.Drawing.Font("微软雅黑", 12F); |
|
|
|
this.txtCode.ImeMode = System.Windows.Forms.ImeMode.Disable; |
|
|
|
this.txtCode.Location = new System.Drawing.Point(135, 27); |
|
|
|
this.txtCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
|
|
|
this.txtCode.Margin = new System.Windows.Forms.Padding(4); |
|
|
|
this.txtCode.Name = "txtCode"; |
|
|
|
this.txtCode.Size = new System.Drawing.Size(548, 39); |
|
|
|
this.txtCode.TabIndex = 5; |
|
|
@ -362,7 +372,7 @@ |
|
|
|
this.panelSearch.Dock = System.Windows.Forms.DockStyle.Top; |
|
|
|
this.panelSearch.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
this.panelSearch.Location = new System.Drawing.Point(0, 222); |
|
|
|
this.panelSearch.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
|
|
|
this.panelSearch.Margin = new System.Windows.Forms.Padding(4); |
|
|
|
this.panelSearch.Name = "panelSearch"; |
|
|
|
this.panelSearch.Size = new System.Drawing.Size(2524, 52); |
|
|
|
this.panelSearch.TabIndex = 17; |
|
|
@ -426,7 +436,7 @@ |
|
|
|
this.plDAI.Controls.Add(this.DGView); |
|
|
|
this.plDAI.Dock = System.Windows.Forms.DockStyle.Top; |
|
|
|
this.plDAI.Location = new System.Drawing.Point(0, 274); |
|
|
|
this.plDAI.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
|
|
|
this.plDAI.Margin = new System.Windows.Forms.Padding(4); |
|
|
|
this.plDAI.Name = "plDAI"; |
|
|
|
this.plDAI.Size = new System.Drawing.Size(2524, 190); |
|
|
|
this.plDAI.TabIndex = 18; |
|
|
@ -469,7 +479,7 @@ |
|
|
|
this.DGView.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
this.DGView.GridColor = System.Drawing.SystemColors.ControlDarkDark; |
|
|
|
this.DGView.Location = new System.Drawing.Point(0, 0); |
|
|
|
this.DGView.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
|
|
|
this.DGView.Margin = new System.Windows.Forms.Padding(4); |
|
|
|
this.DGView.Name = "DGView"; |
|
|
|
this.DGView.ReadOnly = true; |
|
|
|
dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
|
@ -855,7 +865,7 @@ |
|
|
|
this.panel4.Controls.Add(this.plPlanAndRecord); |
|
|
|
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
this.panel4.Location = new System.Drawing.Point(0, 464); |
|
|
|
this.panel4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
|
|
|
this.panel4.Margin = new System.Windows.Forms.Padding(4); |
|
|
|
this.panel4.Name = "panel4"; |
|
|
|
this.panel4.Padding = new System.Windows.Forms.Padding(0, 4, 0, 0); |
|
|
|
this.panel4.Size = new System.Drawing.Size(2524, 106); |
|
|
@ -868,9 +878,9 @@ |
|
|
|
this.plInfo.Controls.Add(this.btnCollapse); |
|
|
|
this.plInfo.Dock = System.Windows.Forms.DockStyle.Right; |
|
|
|
this.plInfo.Location = new System.Drawing.Point(1230, 4); |
|
|
|
this.plInfo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
|
|
|
this.plInfo.Margin = new System.Windows.Forms.Padding(4); |
|
|
|
this.plInfo.Name = "plInfo"; |
|
|
|
this.plInfo.Padding = new System.Windows.Forms.Padding(8, 8, 8, 8); |
|
|
|
this.plInfo.Padding = new System.Windows.Forms.Padding(8); |
|
|
|
this.plInfo.Size = new System.Drawing.Size(1294, 102); |
|
|
|
this.plInfo.TabIndex = 1; |
|
|
|
this.plInfo.Visible = false; |
|
|
@ -881,9 +891,9 @@ |
|
|
|
this.gbMlist.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
this.gbMlist.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
this.gbMlist.Location = new System.Drawing.Point(62, 8); |
|
|
|
this.gbMlist.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
|
|
|
this.gbMlist.Margin = new System.Windows.Forms.Padding(4); |
|
|
|
this.gbMlist.Name = "gbMlist"; |
|
|
|
this.gbMlist.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); |
|
|
|
this.gbMlist.Padding = new System.Windows.Forms.Padding(4); |
|
|
|
this.gbMlist.Size = new System.Drawing.Size(1224, 86); |
|
|
|
this.gbMlist.TabIndex = 0; |
|
|
|
this.gbMlist.TabStop = false; |
|
|
@ -898,7 +908,7 @@ |
|
|
|
this.dgcMListQty}); |
|
|
|
this.dgvMlist.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
this.dgvMlist.Location = new System.Drawing.Point(4, 41); |
|
|
|
this.dgvMlist.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
|
|
|
this.dgvMlist.Margin = new System.Windows.Forms.Padding(4); |
|
|
|
this.dgvMlist.Name = "dgvMlist"; |
|
|
|
this.dgvMlist.ReadOnly = true; |
|
|
|
this.dgvMlist.RowHeadersVisible = false; |
|
|
@ -940,7 +950,7 @@ |
|
|
|
this.btnCollapse.Dock = System.Windows.Forms.DockStyle.Left; |
|
|
|
this.btnCollapse.Image = global::QMAPP.WinForm.Resource1.back; |
|
|
|
this.btnCollapse.Location = new System.Drawing.Point(8, 8); |
|
|
|
this.btnCollapse.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
|
|
|
this.btnCollapse.Margin = new System.Windows.Forms.Padding(4); |
|
|
|
this.btnCollapse.Name = "btnCollapse"; |
|
|
|
this.btnCollapse.Size = new System.Drawing.Size(54, 86); |
|
|
|
this.btnCollapse.TabIndex = 1; |
|
|
@ -958,7 +968,7 @@ |
|
|
|
this.plPlanAndRecord.Controls.Add(this.tabView); |
|
|
|
this.plPlanAndRecord.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
this.plPlanAndRecord.Location = new System.Drawing.Point(0, 4); |
|
|
|
this.plPlanAndRecord.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
|
|
|
this.plPlanAndRecord.Margin = new System.Windows.Forms.Padding(4); |
|
|
|
this.plPlanAndRecord.Name = "plPlanAndRecord"; |
|
|
|
this.plPlanAndRecord.Size = new System.Drawing.Size(2524, 102); |
|
|
|
this.plPlanAndRecord.TabIndex = 0; |
|
|
@ -974,7 +984,7 @@ |
|
|
|
"隐藏挂起工单", |
|
|
|
"只看挂起工单"}); |
|
|
|
this.cbPlanFilter.Location = new System.Drawing.Point(1822, 2); |
|
|
|
this.cbPlanFilter.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
|
|
|
this.cbPlanFilter.Margin = new System.Windows.Forms.Padding(4); |
|
|
|
this.cbPlanFilter.Name = "cbPlanFilter"; |
|
|
|
this.cbPlanFilter.Size = new System.Drawing.Size(212, 44); |
|
|
|
this.cbPlanFilter.TabIndex = 17; |
|
|
@ -1003,7 +1013,7 @@ |
|
|
|
"50", |
|
|
|
"100"}); |
|
|
|
this.cbListRowcount.Location = new System.Drawing.Point(2167, 2); |
|
|
|
this.cbListRowcount.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
|
|
|
this.cbListRowcount.Margin = new System.Windows.Forms.Padding(4); |
|
|
|
this.cbListRowcount.Name = "cbListRowcount"; |
|
|
|
this.cbListRowcount.Size = new System.Drawing.Size(115, 44); |
|
|
|
this.cbListRowcount.TabIndex = 15; |
|
|
@ -1022,7 +1032,7 @@ |
|
|
|
"15s", |
|
|
|
"20s"}); |
|
|
|
this.cbRefreshRate.Location = new System.Drawing.Point(2415, 2); |
|
|
|
this.cbRefreshRate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
|
|
|
this.cbRefreshRate.Margin = new System.Windows.Forms.Padding(4); |
|
|
|
this.cbRefreshRate.Name = "cbRefreshRate"; |
|
|
|
this.cbRefreshRate.Size = new System.Drawing.Size(97, 44); |
|
|
|
this.cbRefreshRate.TabIndex = 14; |
|
|
@ -1057,7 +1067,7 @@ |
|
|
|
this.tabView.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
this.tabView.ItemSize = new System.Drawing.Size(120, 32); |
|
|
|
this.tabView.Location = new System.Drawing.Point(0, 0); |
|
|
|
this.tabView.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
|
|
|
this.tabView.Margin = new System.Windows.Forms.Padding(4); |
|
|
|
this.tabView.Name = "tabView"; |
|
|
|
this.tabView.SelectedIndex = 0; |
|
|
|
this.tabView.Size = new System.Drawing.Size(2524, 102); |
|
|
@ -1069,7 +1079,7 @@ |
|
|
|
this.tpPlan.Controls.Add(this.dgvPlan); |
|
|
|
this.tpPlan.Controls.Add(this.tlpPlanCount); |
|
|
|
this.tpPlan.Location = new System.Drawing.Point(4, 36); |
|
|
|
this.tpPlan.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
|
|
|
this.tpPlan.Margin = new System.Windows.Forms.Padding(4); |
|
|
|
this.tpPlan.Name = "tpPlan"; |
|
|
|
this.tpPlan.Size = new System.Drawing.Size(2516, 62); |
|
|
|
this.tpPlan.TabIndex = 0; |
|
|
@ -1105,7 +1115,7 @@ |
|
|
|
this.dataGridViewTextBoxColumn11}); |
|
|
|
this.dgvPlan.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
this.dgvPlan.Location = new System.Drawing.Point(0, 0); |
|
|
|
this.dgvPlan.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
|
|
|
this.dgvPlan.Margin = new System.Windows.Forms.Padding(4); |
|
|
|
this.dgvPlan.Name = "dgvPlan"; |
|
|
|
this.dgvPlan.ReadOnly = true; |
|
|
|
dataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
|
@ -1246,7 +1256,7 @@ |
|
|
|
this.tlpPlanCount.Controls.Add(this.label4, 0, 2); |
|
|
|
this.tlpPlanCount.Dock = System.Windows.Forms.DockStyle.Right; |
|
|
|
this.tlpPlanCount.Location = new System.Drawing.Point(2268, 0); |
|
|
|
this.tlpPlanCount.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
|
|
|
this.tlpPlanCount.Margin = new System.Windows.Forms.Padding(4); |
|
|
|
this.tlpPlanCount.Name = "tlpPlanCount"; |
|
|
|
this.tlpPlanCount.RowCount = 8; |
|
|
|
this.tlpPlanCount.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.774436F)); |
|
|
@ -1360,9 +1370,9 @@ |
|
|
|
//
|
|
|
|
this.tpRecord.Controls.Add(this.DGViewProList); |
|
|
|
this.tpRecord.Location = new System.Drawing.Point(4, 36); |
|
|
|
this.tpRecord.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
|
|
|
this.tpRecord.Margin = new System.Windows.Forms.Padding(4); |
|
|
|
this.tpRecord.Name = "tpRecord"; |
|
|
|
this.tpRecord.Size = new System.Drawing.Size(2539, 60); |
|
|
|
this.tpRecord.Size = new System.Drawing.Size(2516, 62); |
|
|
|
this.tpRecord.TabIndex = 1; |
|
|
|
this.tpRecord.Text = "加工记录"; |
|
|
|
this.tpRecord.UseVisualStyleBackColor = true; |
|
|
@ -1395,7 +1405,7 @@ |
|
|
|
this.OPERATESTATE}); |
|
|
|
this.DGViewProList.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
this.DGViewProList.Location = new System.Drawing.Point(0, 0); |
|
|
|
this.DGViewProList.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
|
|
|
this.DGViewProList.Margin = new System.Windows.Forms.Padding(4); |
|
|
|
this.DGViewProList.Name = "DGViewProList"; |
|
|
|
this.DGViewProList.ReadOnly = true; |
|
|
|
dataGridViewCellStyle30.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
|
@ -1408,7 +1418,7 @@ |
|
|
|
this.DGViewProList.RowHeadersDefaultCellStyle = dataGridViewCellStyle30; |
|
|
|
this.DGViewProList.RowTemplate.Height = 23; |
|
|
|
this.DGViewProList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; |
|
|
|
this.DGViewProList.Size = new System.Drawing.Size(2539, 60); |
|
|
|
this.DGViewProList.Size = new System.Drawing.Size(2516, 62); |
|
|
|
this.DGViewProList.TabIndex = 5; |
|
|
|
this.DGViewProList.RowPrePaint += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.DGViewProList_RowPrePaint); |
|
|
|
//
|
|
|
@ -1522,16 +1532,6 @@ |
|
|
|
this.timer1.Interval = 1000; |
|
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick); |
|
|
|
//
|
|
|
|
// txtGlue
|
|
|
|
//
|
|
|
|
this.txtGlue.AutoSize = true; |
|
|
|
this.txtGlue.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
this.txtGlue.Location = new System.Drawing.Point(1862, 36); |
|
|
|
this.txtGlue.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); |
|
|
|
this.txtGlue.Name = "txtGlue"; |
|
|
|
this.txtGlue.Size = new System.Drawing.Size(0, 30); |
|
|
|
this.txtGlue.TabIndex = 14; |
|
|
|
//
|
|
|
|
// OperationForm
|
|
|
|
//
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); |
|
|
@ -1542,7 +1542,7 @@ |
|
|
|
this.Controls.Add(this.plDAI); |
|
|
|
this.Controls.Add(this.panelSearch); |
|
|
|
this.Controls.Add(this.panel2); |
|
|
|
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
|
|
|
this.Margin = new System.Windows.Forms.Padding(4); |
|
|
|
this.Name = "OperationForm"; |
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; |
|
|
|
this.Text = "加工操作"; |
|
|
|