@ -29,12 +29,12 @@
private void InitializeComponent ( )
{
this . components = new System . ComponentModel . Container ( ) ;
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle13 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle18 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle14 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle15 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle16 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle17 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle1 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle6 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle2 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle3 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle4 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle5 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
this . DGView = new System . Windows . Forms . DataGridView ( ) ;
this . MAINCODE = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . MATERIAL_NAME = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
@ -72,6 +72,8 @@
this . cbSkipHistory = new System . Windows . Forms . CheckBox ( ) ;
this . btnStartFileScan = new System . Windows . Forms . Button ( ) ;
this . btnStopFileScan = new System . Windows . Forms . Button ( ) ;
this . tpManual = new System . Windows . Forms . TabPage ( ) ;
this . cbTemplateDesign = new System . Windows . Forms . CheckBox ( ) ;
this . tpTimer = new System . Windows . Forms . TabPage ( ) ;
this . label5 = new System . Windows . Forms . Label ( ) ;
this . cbPrintSpan = new System . Windows . Forms . ComboBox ( ) ;
@ -81,8 +83,6 @@
this . lblLastCount = new System . Windows . Forms . Label ( ) ;
this . label7 = new System . Windows . Forms . Label ( ) ;
this . label8 = new System . Windows . Forms . Label ( ) ;
this . tpManual = new System . Windows . Forms . TabPage ( ) ;
this . cbTemplateDesign = new System . Windows . Forms . CheckBox ( ) ;
this . timer2 = new System . Windows . Forms . Timer ( this . components ) ;
this . tabControl1 = new System . Windows . Forms . TabControl ( ) ;
this . tabPage1 = new System . Windows . Forms . TabPage ( ) ;
@ -111,8 +111,8 @@
this . groupBox3 . SuspendLayout ( ) ;
this . tpPrintMode . SuspendLayout ( ) ;
this . tpOnline . SuspendLayout ( ) ;
this . tpTimer . SuspendLayout ( ) ;
this . tpManual . SuspendLayout ( ) ;
this . tpTimer . SuspendLayout ( ) ;
this . tabControl1 . SuspendLayout ( ) ;
this . tabPage1 . SuspendLayout ( ) ;
this . tabPage2 . SuspendLayout ( ) ;
@ -128,14 +128,14 @@
this . DGView . AllowUserToDeleteRows = false ;
this . DGView . AutoSizeColumnsMode = System . Windows . Forms . DataGridViewAutoSizeColumnsMode . Fill ;
this . DGView . BackgroundColor = System . Drawing . SystemColors . ButtonFace ;
dataGridViewCellStyle13 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . MiddleCenter ;
dataGridViewCellStyle13 . BackColor = System . Drawing . SystemColors . Control ;
dataGridViewCellStyle13 . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
dataGridViewCellStyle13 . ForeColor = System . Drawing . SystemColors . WindowText ;
dataGridViewCellStyle13 . SelectionBackColor = System . Drawing . SystemColors . Highlight ;
dataGridViewCellStyle13 . SelectionForeColor = System . Drawing . SystemColors . HighlightText ;
dataGridViewCellStyle13 . WrapMode = System . Windows . Forms . DataGridViewTriState . True ;
this . DGView . ColumnHeadersDefaultCellStyle = dataGridViewCellStyle13 ;
dataGridViewCellStyle1 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . MiddleCenter ;
dataGridViewCellStyle1 . BackColor = System . Drawing . SystemColors . Control ;
dataGridViewCellStyle1 . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
dataGridViewCellStyle1 . ForeColor = System . Drawing . SystemColors . WindowText ;
dataGridViewCellStyle1 . SelectionBackColor = System . Drawing . SystemColors . Highlight ;
dataGridViewCellStyle1 . SelectionForeColor = System . Drawing . SystemColors . HighlightText ;
dataGridViewCellStyle1 . WrapMode = System . Windows . Forms . DataGridViewTriState . True ;
this . DGView . ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1 ;
this . DGView . ColumnHeadersHeightSizeMode = System . Windows . Forms . DataGridViewColumnHeadersHeightSizeMode . AutoSize ;
this . DGView . Columns . AddRange ( new System . Windows . Forms . DataGridViewColumn [ ] {
this . MAINCODE ,
@ -143,28 +143,29 @@
this . PRODUCTCODE ,
this . CREATETIME } ) ;
this . DGView . Dock = System . Windows . Forms . DockStyle . Fill ;
this . DGView . Location = new System . Drawing . Point ( 3 , 3 ) ;
this . DGView . Location = new System . Drawing . Point ( 4 , 4 ) ;
this . DGView . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . DGView . Name = "DGView" ;
this . DGView . ReadOnly = true ;
dataGridViewCellStyle18 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . MiddleCenter ;
dataGridViewCellStyle18 . BackColor = System . Drawing . SystemColors . Control ;
dataGridViewCellStyle18 . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
dataGridViewCellStyle18 . ForeColor = System . Drawing . SystemColors . WindowText ;
dataGridViewCellStyle18 . SelectionBackColor = System . Drawing . SystemColors . Highlight ;
dataGridViewCellStyle18 . SelectionForeColor = System . Drawing . SystemColors . HighlightText ;
dataGridViewCellStyle18 . WrapMode = System . Windows . Forms . DataGridViewTriState . True ;
this . DGView . RowHeadersDefaultCellStyle = dataGridViewCellStyle18 ;
dataGridViewCellStyle6 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . MiddleCenter ;
dataGridViewCellStyle6 . BackColor = System . Drawing . SystemColors . Control ;
dataGridViewCellStyle6 . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
dataGridViewCellStyle6 . ForeColor = System . Drawing . SystemColors . WindowText ;
dataGridViewCellStyle6 . SelectionBackColor = System . Drawing . SystemColors . Highlight ;
dataGridViewCellStyle6 . SelectionForeColor = System . Drawing . SystemColors . HighlightText ;
dataGridViewCellStyle6 . WrapMode = System . Windows . Forms . DataGridViewTriState . True ;
this . DGView . RowHeadersDefaultCellStyle = dataGridViewCellStyle6 ;
this . DGView . RowTemplate . Height = 2 3 ;
this . DGView . SelectionMode = System . Windows . Forms . DataGridViewSelectionMode . FullRowSelect ;
this . DGView . Size = new System . Drawing . Size ( 6 6 7 , 5 6 7 ) ;
this . DGView . Size = new System . Drawing . Size ( 1 0 0 6 , 8 5 8 ) ;
this . DGView . TabIndex = 3 8 ;
//
// MAINCODE
//
this . MAINCODE . AutoSizeMode = System . Windows . Forms . DataGridViewAutoSizeColumnMode . None ;
this . MAINCODE . DataPropertyName = "MAINCODE" ;
dataGridViewCellStyle14 . Font = new System . Drawing . Font ( "宋体" , 1 5.75F ) ;
this . MAINCODE . DefaultCellStyle = dataGridViewCellStyle14 ;
dataGridViewCellStyle2 . Font = new System . Drawing . Font ( "宋体" , 1 5.75F ) ;
this . MAINCODE . DefaultCellStyle = dataGridViewCellStyle2 ;
this . MAINCODE . FillWeight = 4 8.95314F ;
this . MAINCODE . HeaderText = "条码信息" ;
this . MAINCODE . Name = "MAINCODE" ;
@ -175,8 +176,8 @@
//
this . MATERIAL_NAME . AutoSizeMode = System . Windows . Forms . DataGridViewAutoSizeColumnMode . None ;
this . MATERIAL_NAME . DataPropertyName = "MATERIAL_NAME" ;
dataGridViewCellStyle15 . Font = new System . Drawing . Font ( "宋体" , 1 5.75F ) ;
this . MATERIAL_NAME . DefaultCellStyle = dataGridViewCellStyle15 ;
dataGridViewCellStyle3 . Font = new System . Drawing . Font ( "宋体" , 1 5.75F ) ;
this . MATERIAL_NAME . DefaultCellStyle = dataGridViewCellStyle3 ;
this . MATERIAL_NAME . FillWeight = 9 9.90437F ;
this . MATERIAL_NAME . HeaderText = "零件名称" ;
this . MATERIAL_NAME . Name = "MATERIAL_NAME" ;
@ -187,8 +188,8 @@
//
this . PRODUCTCODE . AutoSizeMode = System . Windows . Forms . DataGridViewAutoSizeColumnMode . None ;
this . PRODUCTCODE . DataPropertyName = "PRODUCTCODE" ;
dataGridViewCellStyle16 . Font = new System . Drawing . Font ( "宋体" , 1 5.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . PRODUCTCODE . DefaultCellStyle = dataGridViewCellStyle16 ;
dataGridViewCellStyle4 . Font = new System . Drawing . Font ( "宋体" , 1 5.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . PRODUCTCODE . DefaultCellStyle = dataGridViewCellStyle4 ;
this . PRODUCTCODE . FillWeight = 4 8.95314F ;
this . PRODUCTCODE . HeaderText = "零件号" ;
this . PRODUCTCODE . Name = "PRODUCTCODE" ;
@ -199,11 +200,11 @@
//
this . CREATETIME . AutoSizeMode = System . Windows . Forms . DataGridViewAutoSizeColumnMode . None ;
this . CREATETIME . DataPropertyName = "CREATETIME" ;
dataGridViewCellStyle17 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . MiddleCenter ;
dataGridViewCellStyle17 . Font = new System . Drawing . Font ( "宋体" , 1 5.75F ) ;
dataGridViewCellStyle17 . Format = "f" ;
dataGridViewCellStyle17 . NullValue = null ;
this . CREATETIME . DefaultCellStyle = dataGridViewCellStyle17 ;
dataGridViewCellStyle5 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . MiddleCenter ;
dataGridViewCellStyle5 . Font = new System . Drawing . Font ( "宋体" , 1 5.75F ) ;
dataGridViewCellStyle5 . Format = "f" ;
dataGridViewCellStyle5 . NullValue = null ;
this . CREATETIME . DefaultCellStyle = dataGridViewCellStyle5 ;
this . CREATETIME . FillWeight = 4 8.95314F ;
this . CREATETIME . HeaderText = "操作时间" ;
this . CREATETIME . Name = "CREATETIME" ;
@ -214,9 +215,10 @@
//
this . paneldouble . Controls . Add ( this . comboxMaterial ) ;
this . paneldouble . Controls . Add ( this . label2 ) ;
this . paneldouble . Location = new System . Drawing . Point ( 0 , 2 1 5 ) ;
this . paneldouble . Location = new System . Drawing . Point ( 0 , 3 2 2 ) ;
this . paneldouble . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . paneldouble . Name = "paneldouble" ;
this . paneldouble . Size = new System . Drawing . Size ( 4 4 9 , 3 8 ) ;
this . paneldouble . Size = new System . Drawing . Size ( 6 7 4 , 5 7 ) ;
this . paneldouble . TabIndex = 5 2 ;
this . paneldouble . Visible = false ;
//
@ -224,27 +226,30 @@
//
this . comboxMaterial . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . comboxMaterial . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . comboxMaterial . Location = new System . Drawing . Point ( 7 1 , 3 ) ;
this . comboxMaterial . Location = new System . Drawing . Point ( 1 0 6 , 4 ) ;
this . comboxMaterial . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . comboxMaterial . Name = "comboxMaterial" ;
this . comboxMaterial . Size = new System . Drawing . Size ( 3 6 9 , 3 0 ) ;
this . comboxMaterial . Size = new System . Drawing . Size ( 5 5 2 , 3 9 ) ;
this . comboxMaterial . TabIndex = 4 0 ;
//
// label2
//
this . label2 . AutoSize = true ;
this . label2 . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . label2 . Location = new System . Drawing . Point ( 0 , 7 ) ;
this . label2 . Location = new System . Drawing . Point ( 0 , 1 0 ) ;
this . label2 . Margin = new System . Windows . Forms . Padding ( 4 , 0 , 4 , 0 ) ;
this . label2 . Name = "label2" ;
this . label2 . Size = new System . Drawing . Size ( 6 7 , 2 2 ) ;
this . label2 . Size = new System . Drawing . Size ( 9 9 , 3 1 ) ;
this . label2 . TabIndex = 4 1 ;
this . label2 . Text = "零件#2:" ;
//
// btnChoiceMaterial
//
this . btnChoiceMaterial . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . btnChoiceMaterial . Location = new System . Drawing . Point ( 6 , 8 6 ) ;
this . btnChoiceMaterial . Location = new System . Drawing . Point ( 9 , 1 2 9 ) ;
this . btnChoiceMaterial . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . btnChoiceMaterial . Name = "btnChoiceMaterial" ;
this . btnChoiceMaterial . Size = new System . Drawing . Size ( 1 2 4 , 4 4 ) ;
this . btnChoiceMaterial . Size = new System . Drawing . Size ( 1 8 6 , 6 6 ) ;
this . btnChoiceMaterial . TabIndex = 3 7 ;
this . btnChoiceMaterial . Text = "选择零件信息" ;
this . btnChoiceMaterial . UseVisualStyleBackColor = true ;
@ -255,9 +260,10 @@
this . tsbPrint . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . tsbPrint . Font = new System . Drawing . Font ( "微软雅黑" , 2 1.75F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . tsbPrint . Image = global :: QMAPP . WinForm . Resource1 . save ;
this . tsbPrint . Location = new System . Drawing . Point ( 2 4 1 , 6 ) ;
this . tsbPrint . Location = new System . Drawing . Point ( 3 6 2 , 9 ) ;
this . tsbPrint . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . tsbPrint . Name = "tsbPrint" ;
this . tsbPrint . Size = new System . Drawing . Size ( 1 9 0 , 8 3 ) ;
this . tsbPrint . Size = new System . Drawing . Size ( 2 8 5 , 1 2 4 ) ;
this . tsbPrint . TabIndex = 3 4 ;
this . tsbPrint . Text = "打印" ;
this . tsbPrint . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
@ -269,22 +275,24 @@
//
this . textMaterialName . BackColor = System . Drawing . SystemColors . Control ;
this . textMaterialName . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . textMaterialName . Location = new System . Drawing . Point ( 7 0 , 1 4 1 ) ;
this . textMaterialName . Location = new System . Drawing . Point ( 1 0 5 , 2 1 2 ) ;
this . textMaterialName . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . textMaterialName . MaxLength = 3 0 9 6 ;
this . textMaterialName . Name = "textMaterialName" ;
this . textMaterialName . ReadOnly = true ;
this . textMaterialName . Size = new System . Drawing . Size ( 3 7 0 , 2 9 ) ;
this . textMaterialName . Size = new System . Drawing . Size ( 5 5 3 , 3 9 ) ;
this . textMaterialName . TabIndex = 3 3 ;
//
// txtMaterialCode
//
this . txtMaterialCode . BackColor = System . Drawing . SystemColors . Control ;
this . txtMaterialCode . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . txtMaterialCode . Location = new System . Drawing . Point ( 7 0 , 1 8 0 ) ;
this . txtMaterialCode . Location = new System . Drawing . Point ( 1 0 5 , 2 7 0 ) ;
this . txtMaterialCode . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . txtMaterialCode . MaxLength = 3 0 9 6 ;
this . txtMaterialCode . Name = "txtMaterialCode" ;
this . txtMaterialCode . ReadOnly = true ;
this . txtMaterialCode . Size = new System . Drawing . Size ( 3 7 0 , 2 9 ) ;
this . txtMaterialCode . Size = new System . Drawing . Size ( 5 5 3 , 3 9 ) ;
this . txtMaterialCode . TabIndex = 3 0 ;
this . txtMaterialCode . TextChanged + = new System . EventHandler ( this . txtMaterialCode_TextChanged ) ;
//
@ -292,9 +300,10 @@
//
this . label6 . AutoSize = true ;
this . label6 . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . label6 . Location = new System . Drawing . Point ( 3 , 1 8 3 ) ;
this . label6 . Location = new System . Drawing . Point ( 4 , 2 7 4 ) ;
this . label6 . Margin = new System . Windows . Forms . Padding ( 4 , 0 , 4 , 0 ) ;
this . label6 . Name = "label6" ;
this . label6 . Size = new System . Drawing . Size ( 6 3 , 2 2 ) ;
this . label6 . Size = new System . Drawing . Size ( 9 3 , 3 1 ) ;
this . label6 . TabIndex = 2 9 ;
this . label6 . Text = "零件号:" ;
//
@ -302,9 +311,10 @@
//
this . label1 . AutoSize = true ;
this . label1 . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . label1 . Location = new System . Drawing . Point ( 3 , 1 4 4 ) ;
this . label1 . Location = new System . Drawing . Point ( 4 , 2 1 6 ) ;
this . label1 . Margin = new System . Windows . Forms . Padding ( 4 , 0 , 4 , 0 ) ;
this . label1 . Name = "label1" ;
this . label1 . Size = new System . Drawing . Size ( 6 3 , 2 2 ) ;
this . label1 . Size = new System . Drawing . Size ( 9 3 , 3 1 ) ;
this . label1 . TabIndex = 2 5 ;
this . label1 . Text = "零件名:" ;
//
@ -314,9 +324,11 @@
this . groupBox1 . Controls . Add ( this . tpPrintMode ) ;
this . groupBox1 . Dock = System . Windows . Forms . DockStyle . Right ;
this . groupBox1 . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . groupBox1 . Location = new System . Drawing . Point ( 6 8 5 , 4 ) ;
this . groupBox1 . Location = new System . Drawing . Point ( 1 0 2 8 , 6 ) ;
this . groupBox1 . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . groupBox1 . Name = "groupBox1" ;
this . groupBox1 . Size = new System . Drawing . Size ( 4 5 1 , 6 0 7 ) ;
this . groupBox1 . Padding = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . groupBox1 . Size = new System . Drawing . Size ( 6 7 6 , 9 1 0 ) ;
this . groupBox1 . TabIndex = 4 0 ;
this . groupBox1 . TabStop = false ;
//
@ -336,10 +348,10 @@
this . plPrintSetting . Controls . Add ( this . comMachine ) ;
this . plPrintSetting . Controls . Add ( this . btnLockMachine ) ;
this . plPrintSetting . Dock = System . Windows . Forms . DockStyle . Top ;
this . plPrintSetting . Location = new System . Drawing . Point ( 3 , 2 5 ) ;
this . plPrintSetting . Location = new System . Drawing . Point ( 4 , 3 6 ) ;
this . plPrintSetting . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . plPrintSetting . Name = "plPrintSetting" ;
this . plPrintSetting . Size = new System . Drawing . Size ( 4 4 5 , 4 0 4 ) ;
this . plPrintSetting . Size = new System . Drawing . Size ( 6 6 8 , 6 0 6 ) ;
this . plPrintSetting . TabIndex = 6 4 ;
//
// panel34
@ -350,9 +362,10 @@
this . panel34 . Controls . Add ( this . txtMaterial3 ) ;
this . panel34 . Controls . Add ( this . labelTex4 ) ;
this . panel34 . Controls . Add ( this . labelTex3 ) ;
this . panel34 . Location = new System . Drawing . Point ( 0 , 2 1 2 ) ;
this . panel34 . Location = new System . Drawing . Point ( 0 , 3 1 8 ) ;
this . panel34 . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . panel34 . Name = "panel34" ;
this . panel34 . Size = new System . Drawing . Size ( 4 4 9 , 1 1 8 ) ;
this . panel34 . Size = new System . Drawing . Size ( 6 7 4 , 1 7 7 ) ;
this . panel34 . TabIndex = 5 0 ;
this . panel34 . Visible = false ;
//
@ -360,20 +373,22 @@
//
this . txtMaterial2 . BackColor = System . Drawing . SystemColors . Control ;
this . txtMaterial2 . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . txtMaterial2 . Location = new System . Drawing . Point ( 7 0 , 8 ) ;
this . txtMaterial2 . Location = new System . Drawing . Point ( 1 0 5 , 1 2 ) ;
this . txtMaterial2 . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . txtMaterial2 . MaxLength = 3 0 9 6 ;
this . txtMaterial2 . Name = "txtMaterial2" ;
this . txtMaterial2 . ReadOnly = true ;
this . txtMaterial2 . Size = new System . Drawing . Size ( 3 6 9 , 2 9 ) ;
this . txtMaterial2 . Size = new System . Drawing . Size ( 5 5 2 , 3 9 ) ;
this . txtMaterial2 . TabIndex = 5 6 ;
//
// labelTex2
//
this . labelTex2 . AutoSize = true ;
this . labelTex2 . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . labelTex2 . Location = new System . Drawing . Point ( 1 , 1 1 ) ;
this . labelTex2 . Location = new System . Drawing . Point ( 2 , 1 6 ) ;
this . labelTex2 . Margin = new System . Windows . Forms . Padding ( 4 , 0 , 4 , 0 ) ;
this . labelTex2 . Name = "labelTex2" ;
this . labelTex2 . Size = new System . Drawing . Size ( 6 7 , 2 2 ) ;
this . labelTex2 . Size = new System . Drawing . Size ( 9 9 , 3 1 ) ;
this . labelTex2 . TabIndex = 5 5 ;
this . labelTex2 . Text = "零件#2:" ;
//
@ -381,31 +396,34 @@
//
this . txtMaterial4 . BackColor = System . Drawing . SystemColors . Control ;
this . txtMaterial4 . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . txtMaterial4 . Location = new System . Drawing . Point ( 7 1 , 8 3 ) ;
this . txtMaterial4 . Location = new System . Drawing . Point ( 1 0 6 , 1 2 4 ) ;
this . txtMaterial4 . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . txtMaterial4 . MaxLength = 3 0 9 6 ;
this . txtMaterial4 . Name = "txtMaterial4" ;
this . txtMaterial4 . ReadOnly = true ;
this . txtMaterial4 . Size = new System . Drawing . Size ( 3 6 8 , 2 9 ) ;
this . txtMaterial4 . Size = new System . Drawing . Size ( 5 5 0 , 3 9 ) ;
this . txtMaterial4 . TabIndex = 5 4 ;
//
// txtMaterial3
//
this . txtMaterial3 . BackColor = System . Drawing . SystemColors . Control ;
this . txtMaterial3 . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . txtMaterial3 . Location = new System . Drawing . Point ( 7 0 , 4 5 ) ;
this . txtMaterial3 . Location = new System . Drawing . Point ( 1 0 5 , 6 8 ) ;
this . txtMaterial3 . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . txtMaterial3 . MaxLength = 3 0 9 6 ;
this . txtMaterial3 . Name = "txtMaterial3" ;
this . txtMaterial3 . ReadOnly = true ;
this . txtMaterial3 . Size = new System . Drawing . Size ( 3 6 9 , 2 9 ) ;
this . txtMaterial3 . Size = new System . Drawing . Size ( 5 5 2 , 3 9 ) ;
this . txtMaterial3 . TabIndex = 5 3 ;
//
// labelTex4
//
this . labelTex4 . AutoSize = true ;
this . labelTex4 . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . labelTex4 . Location = new System . Drawing . Point ( 1 , 8 6 ) ;
this . labelTex4 . Location = new System . Drawing . Point ( 2 , 1 2 9 ) ;
this . labelTex4 . Margin = new System . Windows . Forms . Padding ( 4 , 0 , 4 , 0 ) ;
this . labelTex4 . Name = "labelTex4" ;
this . labelTex4 . Size = new System . Drawing . Size ( 6 7 , 2 2 ) ;
this . labelTex4 . Size = new System . Drawing . Size ( 9 9 , 3 1 ) ;
this . labelTex4 . TabIndex = 5 0 ;
this . labelTex4 . Text = "零件#4:" ;
//
@ -413,9 +431,10 @@
//
this . labelTex3 . AutoSize = true ;
this . labelTex3 . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . labelTex3 . Location = new System . Drawing . Point ( 1 , 4 8 ) ;
this . labelTex3 . Location = new System . Drawing . Point ( 2 , 7 2 ) ;
this . labelTex3 . Margin = new System . Windows . Forms . Padding ( 4 , 0 , 4 , 0 ) ;
this . labelTex3 . Name = "labelTex3" ;
this . labelTex3 . Size = new System . Drawing . Size ( 6 7 , 2 2 ) ;
this . labelTex3 . Size = new System . Drawing . Size ( 9 9 , 3 1 ) ;
this . labelTex3 . TabIndex = 4 9 ;
this . labelTex3 . Text = "零件#3:" ;
//
@ -424,18 +443,20 @@
this . cbMould . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . cbMould . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . cbMould . FormattingEnabled = true ;
this . cbMould . Location = new System . Drawing . Point ( 7 0 , 4 4 ) ;
this . cbMould . Location = new System . Drawing . Point ( 1 0 5 , 6 6 ) ;
this . cbMould . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . cbMould . Name = "cbMould" ;
this . cbMould . Size = new System . Drawing . Size ( 3 7 0 , 3 0 ) ;
this . cbMould . Size = new System . Drawing . Size ( 5 5 3 , 3 9 ) ;
this . cbMould . TabIndex = 6 0 ;
//
// label9
//
this . label9 . AutoSize = true ;
this . label9 . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . label9 . Location = new System . Drawing . Point ( 2 , 6 ) ;
this . label9 . Location = new System . Drawing . Point ( 3 , 9 ) ;
this . label9 . Margin = new System . Windows . Forms . Padding ( 4 , 0 , 4 , 0 ) ;
this . label9 . Name = "label9" ;
this . label9 . Size = new System . Drawing . Size ( 6 3 , 2 2 ) ;
this . label9 . Size = new System . Drawing . Size ( 9 3 , 3 1 ) ;
this . label9 . TabIndex = 2 5 ;
this . label9 . Text = "注塑机:" ;
//
@ -445,9 +466,11 @@
this . groupBox3 . Controls . Add ( this . radioButDouble ) ;
this . groupBox3 . Controls . Add ( this . radioButFourth ) ;
this . groupBox3 . Enabled = false ;
this . groupBox3 . Location = new System . Drawing . Point ( 1 3 6 , 7 3 ) ;
this . groupBox3 . Location = new System . Drawing . Point ( 2 0 4 , 1 1 0 ) ;
this . groupBox3 . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . groupBox3 . Name = "groupBox3" ;
this . groupBox3 . Size = new System . Drawing . Size ( 3 0 3 , 5 8 ) ;
this . groupBox3 . Padding = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . groupBox3 . Size = new System . Drawing . Size ( 4 5 4 , 8 7 ) ;
this . groupBox3 . TabIndex = 4 9 ;
this . groupBox3 . TabStop = false ;
//
@ -455,9 +478,10 @@
//
this . radioButSignal . AutoSize = true ;
this . radioButSignal . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . radioButSignal . Location = new System . Drawing . Point ( 7 , 2 2 ) ;
this . radioButSignal . Location = new System . Drawing . Point ( 1 0 , 3 3 ) ;
this . radioButSignal . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . radioButSignal . Name = "radioButSignal" ;
this . radioButSignal . Size = new System . Drawing . Size ( 9 2 , 2 6 ) ;
this . radioButSignal . Size = new System . Drawing . Size ( 1 3 5 , 3 5 ) ;
this . radioButSignal . TabIndex = 4 4 ;
this . radioButSignal . TabStop = true ;
this . radioButSignal . Text = "单件打印" ;
@ -468,9 +492,10 @@
//
this . radioButDouble . AutoSize = true ;
this . radioButDouble . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . radioButDouble . Location = new System . Drawing . Point ( 1 0 7 , 2 2 ) ;
this . radioButDouble . Location = new System . Drawing . Point ( 1 6 0 , 3 3 ) ;
this . radioButDouble . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . radioButDouble . Name = "radioButDouble" ;
this . radioButDouble . Size = new System . Drawing . Size ( 9 2 , 2 6 ) ;
this . radioButDouble . Size = new System . Drawing . Size ( 1 3 5 , 3 5 ) ;
this . radioButDouble . TabIndex = 4 5 ;
this . radioButDouble . TabStop = true ;
this . radioButDouble . Text = "双件打印" ;
@ -481,9 +506,10 @@
//
this . radioButFourth . AutoSize = true ;
this . radioButFourth . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . radioButFourth . Location = new System . Drawing . Point ( 2 0 7 , 2 2 ) ;
this . radioButFourth . Location = new System . Drawing . Point ( 3 1 0 , 3 3 ) ;
this . radioButFourth . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . radioButFourth . Name = "radioButFourth" ;
this . radioButFourth . Size = new System . Drawing . Size ( 9 2 , 2 6 ) ;
this . radioButFourth . Size = new System . Drawing . Size ( 1 3 5 , 3 5 ) ;
this . radioButFourth . TabIndex = 4 6 ;
this . radioButFourth . TabStop = true ;
this . radioButFourth . Text = "四件打印" ;
@ -494,9 +520,10 @@
//
this . label10 . AutoSize = true ;
this . label10 . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . label10 . Location = new System . Drawing . Point ( 1 8 , 4 8 ) ;
this . label10 . Location = new System . Drawing . Point ( 2 7 , 7 2 ) ;
this . label10 . Margin = new System . Windows . Forms . Padding ( 4 , 0 , 4 , 0 ) ;
this . label10 . Name = "label10" ;
this . label10 . Size = new System . Drawing . Size ( 4 7 , 2 2 ) ;
this . label10 . Size = new System . Drawing . Size ( 6 9 , 3 1 ) ;
this . label10 . TabIndex = 6 1 ;
this . label10 . Text = "模具:" ;
//
@ -505,18 +532,20 @@
this . comMachine . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . comMachine . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . comMachine . FormattingEnabled = true ;
this . comMachine . Location = new System . Drawing . Point ( 7 1 , 4 ) ;
this . comMachine . Location = new System . Drawing . Point ( 1 0 6 , 6 ) ;
this . comMachine . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . comMachine . Name = "comMachine" ;
this . comMachine . Size = new System . Drawing . Size ( 2 9 7 , 3 0 ) ;
this . comMachine . Size = new System . Drawing . Size ( 4 4 4 , 3 9 ) ;
this . comMachine . TabIndex = 6 0 ;
this . comMachine . SelectedIndexChanged + = new System . EventHandler ( this . comMachine_SelectedIndexChanged ) ;
//
// btnLockMachine
//
this . btnLockMachine . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . btnLockMachine . Location = new System . Drawing . Point ( 3 7 4 , 3 ) ;
this . btnLockMachine . Location = new System . Drawing . Point ( 5 6 1 , 4 ) ;
this . btnLockMachine . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . btnLockMachine . Name = "btnLockMachine" ;
this . btnLockMachine . Size = new System . Drawing . Size ( 6 7 , 3 2 ) ;
this . btnLockMachine . Size = new System . Drawing . Size ( 1 0 0 , 4 8 ) ;
this . btnLockMachine . TabIndex = 6 3 ;
this . btnLockMachine . Text = "锁定" ;
this . btnLockMachine . UseVisualStyleBackColor = true ;
@ -529,11 +558,12 @@
this . tpPrintMode . Controls . Add ( this . tpTimer ) ;
this . tpPrintMode . Dock = System . Windows . Forms . DockStyle . Bottom ;
this . tpPrintMode . Font = new System . Drawing . Font ( "微软雅黑" , 1 4F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . tpPrintMode . Location = new System . Drawing . Point ( 3 , 4 5 8 ) ;
this . tpPrintMode . Location = new System . Drawing . Point ( 4 , 6 8 7 ) ;
this . tpPrintMode . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . tpPrintMode . Name = "tpPrintMode" ;
this . tpPrintMode . Padding = new System . Drawing . Point ( 1 2 , 9 ) ;
this . tpPrintMode . SelectedIndex = 0 ;
this . tpPrintMode . Size = new System . Drawing . Size ( 4 4 5 , 1 4 6 ) ;
this . tpPrintMode . Size = new System . Drawing . Size ( 6 6 8 , 2 1 9 ) ;
this . tpPrintMode . TabIndex = 6 2 ;
//
// tpOnline
@ -541,10 +571,11 @@
this . tpOnline . Controls . Add ( this . cbSkipHistory ) ;
this . tpOnline . Controls . Add ( this . btnStartFileScan ) ;
this . tpOnline . Controls . Add ( this . btnStopFileScan ) ;
this . tpOnline . Location = new System . Drawing . Point ( 4 , 4 7 ) ;
this . tpOnline . Location = new System . Drawing . Point ( 4 , 5 8 ) ;
this . tpOnline . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . tpOnline . Name = "tpOnline" ;
this . tpOnline . Padding = new System . Windows . Forms . Padding ( 3 ) ;
this . tpOnline . Size = new System . Drawing . Size ( 4 3 7 , 9 5 ) ;
this . tpOnline . Padding = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . tpOnline . Size = new System . Drawing . Size ( 6 6 0 , 1 5 7 ) ;
this . tpOnline . TabIndex = 0 ;
this . tpOnline . Text = "注塑联机打印" ;
this . tpOnline . UseVisualStyleBackColor = true ;
@ -556,9 +587,10 @@
this . cbSkipHistory . Checked = true ;
this . cbSkipHistory . CheckState = System . Windows . Forms . CheckState . Checked ;
this . cbSkipHistory . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . cbSkipHistory . Location = new System . Drawing . Point ( 1 9 , 1 9 ) ;
this . cbSkipHistory . Location = new System . Drawing . Point ( 2 8 , 2 8 ) ;
this . cbSkipHistory . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . cbSkipHistory . Name = "cbSkipHistory" ;
this . cbSkipHistory . Size = new System . Drawing . Size ( 7 8 , 6 0 ) ;
this . cbSkipHistory . Size = new System . Drawing . Size ( 1 1 4 , 8 7 ) ;
this . cbSkipHistory . TabIndex = 6 0 ;
this . cbSkipHistory . Text = "扫描跳过\r\n历史数据" ;
this . cbSkipHistory . UseVisualStyleBackColor = true ;
@ -567,9 +599,10 @@
//
this . btnStartFileScan . Font = new System . Drawing . Font ( "微软雅黑" , 1 3F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . btnStartFileScan . Image = global :: QMAPP . WinForm . Resource1 . forward ;
this . btnStartFileScan . Location = new System . Drawing . Point ( 1 1 4 , 6 ) ;
this . btnStartFileScan . Location = new System . Drawing . Point ( 1 7 1 , 9 ) ;
this . btnStartFileScan . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . btnStartFileScan . Name = "btnStartFileScan" ;
this . btnStartFileScan . Size = new System . Drawing . Size ( 1 5 0 , 8 3 ) ;
this . btnStartFileScan . Size = new System . Drawing . Size ( 2 2 5 , 1 2 4 ) ;
this . btnStartFileScan . TabIndex = 5 9 ;
this . btnStartFileScan . Text = "启动参数\r\n文件扫描" ;
this . btnStartFileScan . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
@ -582,9 +615,10 @@
this . btnStopFileScan . Enabled = false ;
this . btnStopFileScan . Font = new System . Drawing . Font ( "微软雅黑" , 1 3F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . btnStopFileScan . Image = global :: QMAPP . WinForm . Resource1 . st ;
this . btnStopFileScan . Location = new System . Drawing . Point ( 2 7 0 , 6 ) ;
this . btnStopFileScan . Location = new System . Drawing . Point ( 4 0 5 , 9 ) ;
this . btnStopFileScan . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . btnStopFileScan . Name = "btnStopFileScan" ;
this . btnStopFileScan . Size = new System . Drawing . Size ( 1 5 0 , 8 3 ) ;
this . btnStopFileScan . Size = new System . Drawing . Size ( 2 2 5 , 1 2 4 ) ;
this . btnStopFileScan . TabIndex = 5 8 ;
this . btnStopFileScan . Text = "停止参数\r\n文件扫描" ;
this . btnStopFileScan . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
@ -592,6 +626,31 @@
this . btnStopFileScan . UseVisualStyleBackColor = true ;
this . btnStopFileScan . Click + = new System . EventHandler ( this . btnStopFileScan_Click ) ;
//
// tpManual
//
this . tpManual . Controls . Add ( this . cbTemplateDesign ) ;
this . tpManual . Controls . Add ( this . tsbPrint ) ;
this . tpManual . Location = new System . Drawing . Point ( 4 , 5 8 ) ;
this . tpManual . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . tpManual . Name = "tpManual" ;
this . tpManual . Padding = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . tpManual . Size = new System . Drawing . Size ( 6 6 0 , 1 5 7 ) ;
this . tpManual . TabIndex = 2 ;
this . tpManual . Text = "手动打印" ;
this . tpManual . UseVisualStyleBackColor = true ;
//
// cbTemplateDesign
//
this . cbTemplateDesign . AutoSize = true ;
this . cbTemplateDesign . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . cbTemplateDesign . Location = new System . Drawing . Point ( 9 , 9 ) ;
this . cbTemplateDesign . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . cbTemplateDesign . Name = "cbTemplateDesign" ;
this . cbTemplateDesign . Size = new System . Drawing . Size ( 1 3 6 , 3 5 ) ;
this . cbTemplateDesign . TabIndex = 3 5 ;
this . cbTemplateDesign . Text = "模板调整" ;
this . cbTemplateDesign . UseVisualStyleBackColor = true ;
//
// tpTimer
//
this . tpTimer . Controls . Add ( this . label5 ) ;
@ -602,10 +661,11 @@
this . tpTimer . Controls . Add ( this . lblLastCount ) ;
this . tpTimer . Controls . Add ( this . label7 ) ;
this . tpTimer . Controls . Add ( this . label8 ) ;
this . tpTimer . Location = new System . Drawing . Point ( 4 , 4 7 ) ;
this . tpTimer . Location = new System . Drawing . Point ( 4 , 5 8 ) ;
this . tpTimer . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . tpTimer . Name = "tpTimer" ;
this . tpTimer . Padding = new System . Windows . Forms . Padding ( 3 ) ;
this . tpTimer . Size = new System . Drawing . Size ( 4 3 7 , 9 5 ) ;
this . tpTimer . Padding = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . tpTimer . Size = new System . Drawing . Size ( 6 6 0 , 1 5 7 ) ;
this . tpTimer . TabIndex = 1 ;
this . tpTimer . Text = "定时打印" ;
this . tpTimer . UseVisualStyleBackColor = true ;
@ -614,9 +674,10 @@
//
this . label5 . AutoSize = true ;
this . label5 . Font = new System . Drawing . Font ( "微软雅黑" , 1 4F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . label5 . Location = new System . Drawing . Point ( 8 , 1 3 ) ;
this . label5 . Location = new System . Drawing . Point ( 1 2 , 2 0 ) ;
this . label5 . Margin = new System . Windows . Forms . Padding ( 4 , 0 , 4 , 0 ) ;
this . label5 . Name = "label5" ;
this . label5 . Size = new System . Drawing . Size ( 8 8 , 2 6 ) ;
this . label5 . Size = new System . Drawing . Size ( 1 2 9 , 3 7 ) ;
this . label5 . TabIndex = 5 6 ;
this . label5 . Text = "定时打印" ;
//
@ -635,9 +696,10 @@
"60s" ,
"70s" ,
"80s" } ) ;
this . cbPrintSpan . Location = new System . Drawing . Point ( 1 0 2 , 1 0 ) ;
this . cbPrintSpan . Location = new System . Drawing . Point ( 1 5 3 , 1 5 ) ;
this . cbPrintSpan . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . cbPrintSpan . Name = "cbPrintSpan" ;
this . cbPrintSpan . Size = new System . Drawing . Size ( 1 0 6 , 3 4 ) ;
this . cbPrintSpan . Size = new System . Drawing . Size ( 1 5 7 , 4 5 ) ;
this . cbPrintSpan . TabIndex = 5 3 ;
//
// cbPrintCount
@ -653,17 +715,19 @@
"200" ,
"300" ,
"400" } ) ;
this . cbPrintCount . Location = new System . Drawing . Point ( 1 0 2 , 5 1 ) ;
this . cbPrintCount . Location = new System . Drawing . Point ( 1 5 3 , 7 6 ) ;
this . cbPrintCount . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . cbPrintCount . Name = "cbPrintCount" ;
this . cbPrintCount . Size = new System . Drawing . Size ( 1 0 6 , 3 4 ) ;
this . cbPrintCount . Size = new System . Drawing . Size ( 1 5 7 , 4 5 ) ;
this . cbPrintCount . TabIndex = 5 4 ;
//
// btnStart
//
this . btnStart . Font = new System . Drawing . Font ( "微软雅黑" , 1 4F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . btnStart . Location = new System . Drawing . Point ( 2 2 9 , 9 ) ;
this . btnStart . Location = new System . Drawing . Point ( 3 4 4 , 1 4 ) ;
this . btnStart . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . btnStart . Name = "btnStart" ;
this . btnStart . Size = new System . Drawing . Size ( 9 0 , 3 5 ) ;
this . btnStart . Size = new System . Drawing . Size ( 1 3 5 , 5 2 ) ;
this . btnStart . TabIndex = 5 5 ;
this . btnStart . Text = "开始" ;
this . btnStart . UseVisualStyleBackColor = true ;
@ -673,9 +737,10 @@
//
this . btnStop . Enabled = false ;
this . btnStop . Font = new System . Drawing . Font ( "微软雅黑" , 1 4F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . btnStop . Location = new System . Drawing . Point ( 3 3 0 , 9 ) ;
this . btnStop . Location = new System . Drawing . Point ( 4 9 5 , 1 4 ) ;
this . btnStop . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . btnStop . Name = "btnStop" ;
this . btnStop . Size = new System . Drawing . Size ( 9 0 , 3 5 ) ;
this . btnStop . Size = new System . Drawing . Size ( 1 3 5 , 5 2 ) ;
this . btnStop . TabIndex = 5 5 ;
this . btnStop . Text = "停止" ;
this . btnStop . UseVisualStyleBackColor = true ;
@ -685,9 +750,10 @@
//
this . lblLastCount . AutoSize = true ;
this . lblLastCount . Font = new System . Drawing . Font ( "微软雅黑" , 1 4F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . lblLastCount . Location = new System . Drawing . Point ( 3 3 2 , 5 6 ) ;
this . lblLastCount . Location = new System . Drawing . Point ( 4 9 8 , 8 4 ) ;
this . lblLastCount . Margin = new System . Windows . Forms . Padding ( 4 , 0 , 4 , 0 ) ;
this . lblLastCount . Name = "lblLastCount" ;
this . lblLastCount . Size = new System . Drawing . Size ( 2 4 , 2 6 ) ;
this . lblLastCount . Size = new System . Drawing . Size ( 3 4 , 3 7 ) ;
this . lblLastCount . TabIndex = 5 9 ;
this . lblLastCount . Text = "0" ;
//
@ -695,9 +761,10 @@
//
this . label7 . AutoSize = true ;
this . label7 . Font = new System . Drawing . Font ( "微软雅黑" , 1 4F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . label7 . Location = new System . Drawing . Point ( 8 , 5 4 ) ;
this . label7 . Location = new System . Drawing . Point ( 1 2 , 8 1 ) ;
this . label7 . Margin = new System . Windows . Forms . Padding ( 4 , 0 , 4 , 0 ) ;
this . label7 . Name = "label7" ;
this . label7 . Size = new System . Drawing . Size ( 8 8 , 2 6 ) ;
this . label7 . Size = new System . Drawing . Size ( 1 2 9 , 3 7 ) ;
this . label7 . TabIndex = 5 7 ;
this . label7 . Text = "打印数量" ;
//
@ -705,35 +772,13 @@
//
this . label8 . AutoSize = true ;
this . label8 . Font = new System . Drawing . Font ( "微软雅黑" , 1 4F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . label8 . Location = new System . Drawing . Point ( 2 3 1 , 5 6 ) ;
this . label8 . Location = new System . Drawing . Point ( 3 4 6 , 8 4 ) ;
this . label8 . Margin = new System . Windows . Forms . Padding ( 4 , 0 , 4 , 0 ) ;
this . label8 . Name = "label8" ;
this . label8 . Size = new System . Drawing . Size ( 8 8 , 2 6 ) ;
this . label8 . Size = new System . Drawing . Size ( 1 2 9 , 3 7 ) ;
this . label8 . TabIndex = 5 8 ;
this . label8 . Text = "剩余数量" ;
//
// tpManual
//
this . tpManual . Controls . Add ( this . cbTemplateDesign ) ;
this . tpManual . Controls . Add ( this . tsbPrint ) ;
this . tpManual . Location = new System . Drawing . Point ( 4 , 4 7 ) ;
this . tpManual . Name = "tpManual" ;
this . tpManual . Padding = new System . Windows . Forms . Padding ( 3 ) ;
this . tpManual . Size = new System . Drawing . Size ( 4 3 7 , 9 5 ) ;
this . tpManual . TabIndex = 2 ;
this . tpManual . Text = "手动打印" ;
this . tpManual . UseVisualStyleBackColor = true ;
//
// cbTemplateDesign
//
this . cbTemplateDesign . AutoSize = true ;
this . cbTemplateDesign . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . cbTemplateDesign . Location = new System . Drawing . Point ( 6 , 6 ) ;
this . cbTemplateDesign . Name = "cbTemplateDesign" ;
this . cbTemplateDesign . Size = new System . Drawing . Size ( 9 3 , 2 5 ) ;
this . cbTemplateDesign . TabIndex = 3 5 ;
this . cbTemplateDesign . Text = "模板调整" ;
this . cbTemplateDesign . UseVisualStyleBackColor = true ;
//
// timer2
//
this . timer2 . Enabled = true ;
@ -746,20 +791,21 @@
this . tabControl1 . Controls . Add ( this . tabPage2 ) ;
this . tabControl1 . Dock = System . Windows . Forms . DockStyle . Fill ;
this . tabControl1 . Font = new System . Drawing . Font ( "微软雅黑" , 1 2F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 1 3 4 ) ) ) ;
this . tabControl1 . Location = new System . Drawing . Point ( 4 , 4 ) ;
this . tabControl1 . Margin = new System . Windows . Forms . Padding ( 1 0 , 1 0 , 1 0 , 3 ) ;
this . tabControl1 . Location = new System . Drawing . Point ( 6 , 6 ) ;
this . tabControl1 . Margin = new System . Windows . Forms . Padding ( 1 5 , 1 5 , 1 5 , 4 ) ;
this . tabControl1 . Name = "tabControl1" ;
this . tabControl1 . SelectedIndex = 0 ;
this . tabControl1 . Size = new System . Drawing . Size ( 6 8 1 , 6 0 7 ) ;
this . tabControl1 . Size = new System . Drawing . Size ( 1 0 2 2 , 9 1 0 ) ;
this . tabControl1 . TabIndex = 4 1 ;
//
// tabPage1
//
this . tabPage1 . Controls . Add ( this . DGView ) ;
this . tabPage1 . Location = new System . Drawing . Point ( 4 , 3 0 ) ;
this . tabPage1 . Location = new System . Drawing . Point ( 4 , 4 0 ) ;
this . tabPage1 . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . tabPage1 . Name = "tabPage1" ;
this . tabPage1 . Padding = new System . Windows . Forms . Padding ( 3 ) ;
this . tabPage1 . Size = new System . Drawing . Size ( 6 7 3 , 5 7 3 ) ;
this . tabPage1 . Padding = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . tabPage1 . Size = new System . Drawing . Size ( 1 0 1 4 , 8 6 6 ) ;
this . tabPage1 . TabIndex = 0 ;
this . tabPage1 . Text = "打印记录" ;
this . tabPage1 . UseVisualStyleBackColor = true ;
@ -768,10 +814,11 @@
//
this . tabPage2 . Controls . Add ( this . groupBox4 ) ;
this . tabPage2 . Controls . Add ( this . groupBox2 ) ;
this . tabPage2 . Location = new System . Drawing . Point ( 4 , 3 0 ) ;
this . tabPage2 . Location = new System . Drawing . Point ( 4 , 4 0 ) ;
this . tabPage2 . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . tabPage2 . Name = "tabPage2" ;
this . tabPage2 . Padding = new System . Windows . Forms . Padding ( 3 ) ;
this . tabPage2 . Size = new System . Drawing . Size ( 6 7 3 , 5 7 3 ) ;
this . tabPage2 . Padding = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . tabPage2 . Size = new System . Drawing . Size ( 1 0 1 4 , 8 6 6 ) ;
this . tabPage2 . TabIndex = 1 ;
this . tabPage2 . Text = "注塑参数扫描" ;
this . tabPage2 . UseVisualStyleBackColor = true ;
@ -780,9 +827,11 @@
//
this . groupBox4 . Controls . Add ( this . lvParamRecords ) ;
this . groupBox4 . Dock = System . Windows . Forms . DockStyle . Fill ;
this . groupBox4 . Location = new System . Drawing . Point ( 3 , 1 4 0 ) ;
this . groupBox4 . Location = new System . Drawing . Point ( 4 , 2 1 0 ) ;
this . groupBox4 . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . groupBox4 . Name = "groupBox4" ;
this . groupBox4 . Size = new System . Drawing . Size ( 6 6 7 , 4 3 0 ) ;
this . groupBox4 . Padding = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . groupBox4 . Size = new System . Drawing . Size ( 1 0 0 6 , 6 5 2 ) ;
this . groupBox4 . TabIndex = 1 ;
this . groupBox4 . TabStop = false ;
this . groupBox4 . Text = "扫描记录" ;
@ -794,9 +843,11 @@
this . lvParamRecords . Dock = System . Windows . Forms . DockStyle . Fill ;
this . lvParamRecords . FullRowSelect = true ;
this . lvParamRecords . GridLines = true ;
this . lvParamRecords . Location = new System . Drawing . Point ( 3 , 2 5 ) ;
this . lvParamRecords . HideSelection = false ;
this . lvParamRecords . Location = new System . Drawing . Point ( 4 , 3 6 ) ;
this . lvParamRecords . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . lvParamRecords . Name = "lvParamRecords" ;
this . lvParamRecords . Size = new System . Drawing . Size ( 6 6 1 , 4 0 2 ) ;
this . lvParamRecords . Size = new System . Drawing . Size ( 9 9 8 , 6 1 2 ) ;
this . lvParamRecords . TabIndex = 0 ;
this . lvParamRecords . UseCompatibleStateImageBehavior = false ;
this . lvParamRecords . View = System . Windows . Forms . View . Details ;
@ -819,9 +870,11 @@
this . groupBox2 . Controls . Add ( this . txtFilePath ) ;
this . groupBox2 . Controls . Add ( this . label4 ) ;
this . groupBox2 . Dock = System . Windows . Forms . DockStyle . Top ;
this . groupBox2 . Location = new System . Drawing . Point ( 3 , 3 ) ;
this . groupBox2 . Location = new System . Drawing . Point ( 4 , 4 ) ;
this . groupBox2 . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . groupBox2 . Name = "groupBox2" ;
this . groupBox2 . Size = new System . Drawing . Size ( 6 6 7 , 1 3 7 ) ;
this . groupBox2 . Padding = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . groupBox2 . Size = new System . Drawing . Size ( 1 0 0 6 , 2 0 6 ) ;
this . groupBox2 . TabIndex = 0 ;
this . groupBox2 . TabStop = false ;
this . groupBox2 . Text = "参数信息" ;
@ -833,18 +886,20 @@
this . panel1 . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . panel1 . Controls . Add ( this . picConnectState ) ;
this . panel1 . Controls . Add ( this . txtConnectState ) ;
this . panel1 . Location = new System . Drawing . Point ( 5 3 7 , 2 4 ) ;
this . panel1 . Location = new System . Drawing . Point ( 8 1 2 , 3 6 ) ;
this . panel1 . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . panel1 . Name = "panel1" ;
this . panel1 . Size = new System . Drawing . Size ( 1 1 7 , 2 9 ) ;
this . panel1 . Size = new System . Drawing . Size ( 1 7 4 , 4 2 ) ;
this . panel1 . TabIndex = 1 2 ;
//
// picConnectState
//
this . picConnectState . BackColor = System . Drawing . SystemColors . Control ;
this . picConnectState . Image = global :: QMAPP . WinForm . Resource1 . help ;
this . picConnectState . Location = new System . Drawing . Point ( 1 , 1 ) ;
this . picConnectState . Location = new System . Drawing . Point ( 2 , 2 ) ;
this . picConnectState . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . picConnectState . Name = "picConnectState" ;
this . picConnectState . Size = new System . Drawing . Size ( 2 5 , 2 5 ) ;
this . picConnectState . Size = new System . Drawing . Size ( 3 8 , 3 8 ) ;
this . picConnectState . SizeMode = System . Windows . Forms . PictureBoxSizeMode . CenterImage ;
this . picConnectState . TabIndex = 2 ;
this . picConnectState . TabStop = false ;
@ -853,28 +908,31 @@
//
this . txtConnectState . BackColor = System . Drawing . SystemColors . Control ;
this . txtConnectState . BorderStyle = System . Windows . Forms . BorderStyle . None ;
this . txtConnectState . Location = new System . Drawing . Point ( 3 2 , 3 ) ;
this . txtConnectState . Location = new System . Drawing . Point ( 4 8 , 4 ) ;
this . txtConnectState . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . txtConnectState . Name = "txtConnectState" ;
this . txtConnectState . ReadOnly = true ;
this . txtConnectState . Size = new System . Drawing . Size ( 8 0 , 2 2 ) ;
this . txtConnectState . Size = new System . Drawing . Size ( 1 2 0 , 3 2 ) ;
this . txtConnectState . TabIndex = 1 1 ;
//
// txtLastScanTime
//
this . txtLastScanTime . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . txtLastScanTime . Location = new System . Drawing . Point ( 5 3 7 , 6 1 ) ;
this . txtLastScanTime . Location = new System . Drawing . Point ( 8 1 2 , 9 2 ) ;
this . txtLastScanTime . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . txtLastScanTime . Name = "txtLastScanTime" ;
this . txtLastScanTime . ReadOnly = true ;
this . txtLastScanTime . Size = new System . Drawing . Size ( 1 1 7 , 2 9 ) ;
this . txtLastScanTime . Size = new System . Drawing . Size ( 1 7 4 , 3 9 ) ;
this . txtLastScanTime . TabIndex = 8 ;
//
// label14
//
this . label14 . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . label14 . AutoSize = true ;
this . label14 . Location = new System . Drawing . Point ( 4 5 2 , 6 4 ) ;
this . label14 . Location = new System . Drawing . Point ( 6 8 4 , 9 6 ) ;
this . label14 . Margin = new System . Windows . Forms . Padding ( 4 , 0 , 4 , 0 ) ;
this . label14 . Name = "label14" ;
this . label14 . Size = new System . Drawing . Size ( 9 0 , 2 1 ) ;
this . label14 . Size = new System . Drawing . Size ( 1 3 4 , 3 1 ) ;
this . label14 . TabIndex = 7 ;
this . label14 . Text = "扫描时间:" ;
//
@ -882,18 +940,20 @@
//
this . txtMessage . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Left )
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . txtMessage . Location = new System . Drawing . Point ( 7 3 , 9 7 ) ;
this . txtMessage . Location = new System . Drawing . Point ( 1 1 0 , 1 4 6 ) ;
this . txtMessage . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . txtMessage . Name = "txtMessage" ;
this . txtMessage . ReadOnly = true ;
this . txtMessage . Size = new System . Drawing . Size ( 5 8 1 , 2 9 ) ;
this . txtMessage . Size = new System . Drawing . Size ( 8 7 6 , 3 9 ) ;
this . txtMessage . TabIndex = 6 ;
//
// label12
//
this . label12 . AutoSize = true ;
this . label12 . Location = new System . Drawing . Point ( 2 1 , 1 0 0 ) ;
this . label12 . Location = new System . Drawing . Point ( 3 2 , 1 5 0 ) ;
this . label12 . Margin = new System . Windows . Forms . Padding ( 4 , 0 , 4 , 0 ) ;
this . label12 . Name = "label12" ;
this . label12 . Size = new System . Drawing . Size ( 5 8 , 2 1 ) ;
this . label12 . Size = new System . Drawing . Size ( 8 6 , 3 1 ) ;
this . label12 . TabIndex = 5 ;
this . label12 . Text = "消息:" ;
//
@ -901,18 +961,20 @@
//
this . txtCurrentFile . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Left )
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . txtCurrentFile . Location = new System . Drawing . Point ( 7 3 , 6 1 ) ;
this . txtCurrentFile . Location = new System . Drawing . Point ( 1 1 0 , 9 2 ) ;
this . txtCurrentFile . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . txtCurrentFile . Name = "txtCurrentFile" ;
this . txtCurrentFile . ReadOnly = true ;
this . txtCurrentFile . Size = new System . Drawing . Size ( 3 5 8 , 2 9 ) ;
this . txtCurrentFile . Size = new System . Drawing . Size ( 5 4 1 , 3 9 ) ;
this . txtCurrentFile . TabIndex = 6 ;
//
// label13
//
this . label13 . AutoSize = true ;
this . label13 . Location = new System . Drawing . Point ( 6 , 6 5 ) ;
this . label13 . Location = new System . Drawing . Point ( 9 , 9 8 ) ;
this . label13 . Margin = new System . Windows . Forms . Padding ( 4 , 0 , 4 , 0 ) ;
this . label13 . Name = "label13" ;
this . label13 . Size = new System . Drawing . Size ( 7 4 , 2 1 ) ;
this . label13 . Size = new System . Drawing . Size ( 1 1 0 , 3 1 ) ;
this . label13 . TabIndex = 5 ;
this . label13 . Text = "文件名:" ;
//
@ -920,9 +982,10 @@
//
this . label11 . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . label11 . AutoSize = true ;
this . label11 . Location = new System . Drawing . Point ( 4 5 3 , 2 7 ) ;
this . label11 . Location = new System . Drawing . Point ( 6 8 6 , 4 0 ) ;
this . label11 . Margin = new System . Windows . Forms . Padding ( 4 , 0 , 4 , 0 ) ;
this . label11 . Name = "label11" ;
this . label11 . Size = new System . Drawing . Size ( 9 0 , 2 1 ) ;
this . label11 . Size = new System . Drawing . Size ( 1 3 4 , 3 1 ) ;
this . label11 . TabIndex = 3 ;
this . label11 . Text = "连接状态:" ;
//
@ -930,30 +993,33 @@
//
this . txtFilePath . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Left )
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . txtFilePath . Location = new System . Drawing . Point ( 7 3 , 2 4 ) ;
this . txtFilePath . Location = new System . Drawing . Point ( 1 1 0 , 3 6 ) ;
this . txtFilePath . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . txtFilePath . Name = "txtFilePath" ;
this . txtFilePath . ReadOnly = true ;
this . txtFilePath . Size = new System . Drawing . Size ( 3 5 8 , 2 9 ) ;
this . txtFilePath . Size = new System . Drawing . Size ( 5 4 1 , 3 9 ) ;
this . txtFilePath . TabIndex = 1 ;
//
// label4
//
this . label4 . AutoSize = true ;
this . label4 . Location = new System . Drawing . Point ( 2 1 , 2 7 ) ;
this . label4 . Location = new System . Drawing . Point ( 3 2 , 4 0 ) ;
this . label4 . Margin = new System . Windows . Forms . Padding ( 4 , 0 , 4 , 0 ) ;
this . label4 . Name = "label4" ;
this . label4 . Size = new System . Drawing . Size ( 5 8 , 2 1 ) ;
this . label4 . Size = new System . Drawing . Size ( 8 6 , 3 1 ) ;
this . label4 . TabIndex = 0 ;
this . label4 . Text = "路径:" ;
//
// InjectionCodePrint
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 1 2 F) ;
this . AutoScaleDimensions = new System . Drawing . SizeF ( 9F , 1 8 F) ;
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
this . ClientSize = new System . Drawing . Size ( 1 1 4 0 , 6 1 5 ) ;
this . ClientSize = new System . Drawing . Size ( 1 7 1 0 , 9 2 2 ) ;
this . Controls . Add ( this . tabControl1 ) ;
this . Controls . Add ( this . groupBox1 ) ;
this . Margin = new System . Windows . Forms . Padding ( 4 , 4 , 4 , 4 ) ;
this . Name = "InjectionCodePrint" ;
this . Padding = new System . Windows . Forms . Padding ( 4 ) ;
this . Padding = new System . Windows . Forms . Padding ( 6 , 6 , 6 , 6 ) ;
this . StartPosition = System . Windows . Forms . FormStartPosition . CenterParent ;
this . Text = "注塑条码打印" ;
this . FormClosed + = new System . Windows . Forms . FormClosedEventHandler ( this . InjectionCodePrint_FormClosed ) ;
@ -971,10 +1037,10 @@
this . tpPrintMode . ResumeLayout ( false ) ;
this . tpOnline . ResumeLayout ( false ) ;
this . tpOnline . PerformLayout ( ) ;
this . tpTimer . ResumeLayout ( false ) ;
this . tpTimer . PerformLayout ( ) ;
this . tpManual . ResumeLayout ( false ) ;
this . tpManual . PerformLayout ( ) ;
this . tpTimer . ResumeLayout ( false ) ;
this . tpTimer . PerformLayout ( ) ;
this . tabControl1 . ResumeLayout ( false ) ;
this . tabPage1 . ResumeLayout ( false ) ;
this . tabPage2 . ResumeLayout ( false ) ;