天津投入产出系统后端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

1087 lines
60 KiB

namespace QMAPP.WinForm.Forms.Injection
{
partial class InjectionCodePrint
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = 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();
this.PRODUCTCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CREATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.paneldouble = new System.Windows.Forms.Panel();
this.comboxMaterial = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.btnChoiceMaterial = new System.Windows.Forms.Button();
this.tsbPrint = new System.Windows.Forms.Button();
this.textMaterialName = new System.Windows.Forms.TextBox();
this.txtMaterialCode = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.plPrintSetting = new System.Windows.Forms.Panel();
this.panel34 = new System.Windows.Forms.Panel();
this.txtMaterial2 = new System.Windows.Forms.TextBox();
this.labelTex2 = new System.Windows.Forms.Label();
this.txtMaterial4 = new System.Windows.Forms.TextBox();
this.txtMaterial3 = new System.Windows.Forms.TextBox();
this.labelTex4 = new System.Windows.Forms.Label();
this.labelTex3 = new System.Windows.Forms.Label();
this.cbMould = new System.Windows.Forms.ComboBox();
this.label9 = new System.Windows.Forms.Label();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.radioButSignal = new System.Windows.Forms.RadioButton();
this.radioButDouble = new System.Windows.Forms.RadioButton();
this.radioButFourth = new System.Windows.Forms.RadioButton();
this.label10 = new System.Windows.Forms.Label();
this.comMachine = new System.Windows.Forms.ComboBox();
this.btnLockMachine = new System.Windows.Forms.Button();
this.tpPrintMode = new System.Windows.Forms.TabControl();
this.tpOnline = new System.Windows.Forms.TabPage();
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();
this.cbPrintCount = new System.Windows.Forms.ComboBox();
this.btnStart = new System.Windows.Forms.Button();
this.btnStop = new System.Windows.Forms.Button();
this.lblLastCount = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.timer2 = new System.Windows.Forms.Timer(this.components);
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.lvParamRecords = new System.Windows.Forms.ListView();
this.chDate = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.panel1 = new System.Windows.Forms.Panel();
this.picConnectState = new System.Windows.Forms.PictureBox();
this.txtConnectState = new System.Windows.Forms.TextBox();
this.txtLastScanTime = new System.Windows.Forms.TextBox();
this.label14 = new System.Windows.Forms.Label();
this.txtMessage = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.txtCurrentFile = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.txtFilePath = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.comboxMaterial3 = new System.Windows.Forms.ComboBox();
this.comboxMaterial4 = new System.Windows.Forms.ComboBox();
((System.ComponentModel.ISupportInitialize)(this.DGView)).BeginInit();
this.paneldouble.SuspendLayout();
this.groupBox1.SuspendLayout();
this.plPrintSetting.SuspendLayout();
this.panel34.SuspendLayout();
this.groupBox3.SuspendLayout();
this.tpPrintMode.SuspendLayout();
this.tpOnline.SuspendLayout();
this.tpManual.SuspendLayout();
this.tpTimer.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox2.SuspendLayout();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picConnectState)).BeginInit();
this.SuspendLayout();
//
// DGView
//
this.DGView.AllowUserToAddRows = false;
this.DGView.AllowUserToDeleteRows = false;
this.DGView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.DGView.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle19.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle19.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle19.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle19.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.DGView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle19;
this.DGView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.DGView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.MAINCODE,
this.MATERIAL_NAME,
this.PRODUCTCODE,
this.CREATETIME});
this.DGView.Dock = System.Windows.Forms.DockStyle.Fill;
this.DGView.Location = new System.Drawing.Point(3, 3);
this.DGView.Name = "DGView";
this.DGView.ReadOnly = true;
dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle24.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle24.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle24.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle24.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle24.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle24.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.DGView.RowHeadersDefaultCellStyle = dataGridViewCellStyle24;
this.DGView.RowTemplate.Height = 23;
this.DGView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.DGView.Size = new System.Drawing.Size(667, 567);
this.DGView.TabIndex = 38;
//
// MAINCODE
//
this.MAINCODE.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this.MAINCODE.DataPropertyName = "MAINCODE";
dataGridViewCellStyle20.Font = new System.Drawing.Font("宋体", 15.75F);
this.MAINCODE.DefaultCellStyle = dataGridViewCellStyle20;
this.MAINCODE.FillWeight = 48.95314F;
this.MAINCODE.HeaderText = "条码信息";
this.MAINCODE.Name = "MAINCODE";
this.MAINCODE.ReadOnly = true;
this.MAINCODE.Width = 280;
//
// MATERIAL_NAME
//
this.MATERIAL_NAME.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this.MATERIAL_NAME.DataPropertyName = "MATERIAL_NAME";
dataGridViewCellStyle21.Font = new System.Drawing.Font("宋体", 15.75F);
this.MATERIAL_NAME.DefaultCellStyle = dataGridViewCellStyle21;
this.MATERIAL_NAME.FillWeight = 99.90437F;
this.MATERIAL_NAME.HeaderText = "零件名称";
this.MATERIAL_NAME.Name = "MATERIAL_NAME";
this.MATERIAL_NAME.ReadOnly = true;
this.MATERIAL_NAME.Width = 260;
//
// PRODUCTCODE
//
this.PRODUCTCODE.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this.PRODUCTCODE.DataPropertyName = "PRODUCTCODE";
dataGridViewCellStyle22.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.PRODUCTCODE.DefaultCellStyle = dataGridViewCellStyle22;
this.PRODUCTCODE.FillWeight = 48.95314F;
this.PRODUCTCODE.HeaderText = "零件号";
this.PRODUCTCODE.Name = "PRODUCTCODE";
this.PRODUCTCODE.ReadOnly = true;
this.PRODUCTCODE.Width = 200;
//
// CREATETIME
//
this.CREATETIME.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this.CREATETIME.DataPropertyName = "CREATETIME";
dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle23.Font = new System.Drawing.Font("宋体", 15.75F);
dataGridViewCellStyle23.Format = "f";
dataGridViewCellStyle23.NullValue = null;
this.CREATETIME.DefaultCellStyle = dataGridViewCellStyle23;
this.CREATETIME.FillWeight = 48.95314F;
this.CREATETIME.HeaderText = "操作时间";
this.CREATETIME.Name = "CREATETIME";
this.CREATETIME.ReadOnly = true;
this.CREATETIME.Width = 250;
//
// paneldouble
//
this.paneldouble.Controls.Add(this.comboxMaterial);
this.paneldouble.Controls.Add(this.label2);
this.paneldouble.Location = new System.Drawing.Point(0, 215);
this.paneldouble.Name = "paneldouble";
this.paneldouble.Size = new System.Drawing.Size(449, 38);
this.paneldouble.TabIndex = 52;
this.paneldouble.Visible = false;
//
// comboxMaterial
//
this.comboxMaterial.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboxMaterial.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.comboxMaterial.Location = new System.Drawing.Point(71, 3);
this.comboxMaterial.Name = "comboxMaterial";
this.comboxMaterial.Size = new System.Drawing.Size(369, 30);
this.comboxMaterial.TabIndex = 40;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(0, 7);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(67, 22);
this.label2.TabIndex = 41;
this.label2.Text = "零件#2:";
//
// btnChoiceMaterial
//
this.btnChoiceMaterial.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnChoiceMaterial.Location = new System.Drawing.Point(6, 86);
this.btnChoiceMaterial.Name = "btnChoiceMaterial";
this.btnChoiceMaterial.Size = new System.Drawing.Size(124, 44);
this.btnChoiceMaterial.TabIndex = 37;
this.btnChoiceMaterial.Text = "选择零件信息";
this.btnChoiceMaterial.UseVisualStyleBackColor = true;
this.btnChoiceMaterial.Click += new System.EventHandler(this.btnChoiceMaterial_Click);
//
// tsbPrint
//
this.tsbPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.tsbPrint.Font = new System.Drawing.Font("微软雅黑", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsbPrint.Image = global::QMAPP.WinForm.Resource1.save;
this.tsbPrint.Location = new System.Drawing.Point(241, 6);
this.tsbPrint.Name = "tsbPrint";
this.tsbPrint.Size = new System.Drawing.Size(190, 83);
this.tsbPrint.TabIndex = 34;
this.tsbPrint.Text = "打印";
this.tsbPrint.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.tsbPrint.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.tsbPrint.UseVisualStyleBackColor = true;
this.tsbPrint.Click += new System.EventHandler(this.tsbPrint_Click);
//
// textMaterialName
//
this.textMaterialName.BackColor = System.Drawing.SystemColors.Control;
this.textMaterialName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textMaterialName.Location = new System.Drawing.Point(70, 141);
this.textMaterialName.MaxLength = 3096;
this.textMaterialName.Name = "textMaterialName";
this.textMaterialName.ReadOnly = true;
this.textMaterialName.Size = new System.Drawing.Size(370, 29);
this.textMaterialName.TabIndex = 33;
//
// txtMaterialCode
//
this.txtMaterialCode.BackColor = System.Drawing.SystemColors.Control;
this.txtMaterialCode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtMaterialCode.Location = new System.Drawing.Point(70, 180);
this.txtMaterialCode.MaxLength = 3096;
this.txtMaterialCode.Name = "txtMaterialCode";
this.txtMaterialCode.ReadOnly = true;
this.txtMaterialCode.Size = new System.Drawing.Size(370, 29);
this.txtMaterialCode.TabIndex = 30;
this.txtMaterialCode.TextChanged += new System.EventHandler(this.txtMaterialCode_TextChanged);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.Location = new System.Drawing.Point(3, 183);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(63, 22);
this.label6.TabIndex = 29;
this.label6.Text = "零件号:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(3, 144);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(63, 22);
this.label1.TabIndex = 25;
this.label1.Text = "零件名:";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.plPrintSetting);
this.groupBox1.Controls.Add(this.tpPrintMode);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Right;
this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox1.Location = new System.Drawing.Point(685, 4);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(451, 607);
this.groupBox1.TabIndex = 40;
this.groupBox1.TabStop = false;
//
// plPrintSetting
//
this.plPrintSetting.Controls.Add(this.paneldouble);
this.plPrintSetting.Controls.Add(this.panel34);
this.plPrintSetting.Controls.Add(this.cbMould);
this.plPrintSetting.Controls.Add(this.label6);
this.plPrintSetting.Controls.Add(this.label1);
this.plPrintSetting.Controls.Add(this.label9);
this.plPrintSetting.Controls.Add(this.txtMaterialCode);
this.plPrintSetting.Controls.Add(this.btnChoiceMaterial);
this.plPrintSetting.Controls.Add(this.groupBox3);
this.plPrintSetting.Controls.Add(this.label10);
this.plPrintSetting.Controls.Add(this.textMaterialName);
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, 25);
this.plPrintSetting.Margin = new System.Windows.Forms.Padding(0);
this.plPrintSetting.Name = "plPrintSetting";
this.plPrintSetting.Size = new System.Drawing.Size(445, 404);
this.plPrintSetting.TabIndex = 64;
//
// panel34
//
this.panel34.Controls.Add(this.comboxMaterial4);
this.panel34.Controls.Add(this.comboxMaterial3);
this.panel34.Controls.Add(this.txtMaterial2);
this.panel34.Controls.Add(this.labelTex2);
this.panel34.Controls.Add(this.txtMaterial4);
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, 212);
this.panel34.Name = "panel34";
this.panel34.Size = new System.Drawing.Size(449, 118);
this.panel34.TabIndex = 50;
this.panel34.Visible = false;
//
// txtMaterial2
//
this.txtMaterial2.BackColor = System.Drawing.SystemColors.Control;
this.txtMaterial2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtMaterial2.Location = new System.Drawing.Point(70, 8);
this.txtMaterial2.MaxLength = 3096;
this.txtMaterial2.Name = "txtMaterial2";
this.txtMaterial2.ReadOnly = true;
this.txtMaterial2.Size = new System.Drawing.Size(369, 29);
this.txtMaterial2.TabIndex = 56;
//
// labelTex2
//
this.labelTex2.AutoSize = true;
this.labelTex2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelTex2.Location = new System.Drawing.Point(1, 11);
this.labelTex2.Name = "labelTex2";
this.labelTex2.Size = new System.Drawing.Size(67, 22);
this.labelTex2.TabIndex = 55;
this.labelTex2.Text = "零件#2:";
//
// txtMaterial4
//
this.txtMaterial4.BackColor = System.Drawing.SystemColors.Control;
this.txtMaterial4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtMaterial4.Location = new System.Drawing.Point(71, 83);
this.txtMaterial4.MaxLength = 3096;
this.txtMaterial4.Name = "txtMaterial4";
this.txtMaterial4.ReadOnly = true;
this.txtMaterial4.Size = new System.Drawing.Size(368, 29);
this.txtMaterial4.TabIndex = 54;
//
// txtMaterial3
//
this.txtMaterial3.BackColor = System.Drawing.SystemColors.Control;
this.txtMaterial3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtMaterial3.Location = new System.Drawing.Point(70, 45);
this.txtMaterial3.MaxLength = 3096;
this.txtMaterial3.Name = "txtMaterial3";
this.txtMaterial3.ReadOnly = true;
this.txtMaterial3.Size = new System.Drawing.Size(369, 29);
this.txtMaterial3.TabIndex = 53;
//
// labelTex4
//
this.labelTex4.AutoSize = true;
this.labelTex4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelTex4.Location = new System.Drawing.Point(1, 86);
this.labelTex4.Name = "labelTex4";
this.labelTex4.Size = new System.Drawing.Size(67, 22);
this.labelTex4.TabIndex = 50;
this.labelTex4.Text = "零件#4:";
//
// labelTex3
//
this.labelTex3.AutoSize = true;
this.labelTex3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelTex3.Location = new System.Drawing.Point(1, 48);
this.labelTex3.Name = "labelTex3";
this.labelTex3.Size = new System.Drawing.Size(67, 22);
this.labelTex3.TabIndex = 49;
this.labelTex3.Text = "零件#3:";
//
// cbMould
//
this.cbMould.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbMould.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbMould.FormattingEnabled = true;
this.cbMould.Location = new System.Drawing.Point(70, 44);
this.cbMould.Name = "cbMould";
this.cbMould.Size = new System.Drawing.Size(370, 30);
this.cbMould.TabIndex = 60;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label9.Location = new System.Drawing.Point(2, 6);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(63, 22);
this.label9.TabIndex = 25;
this.label9.Text = "注塑机:";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.radioButSignal);
this.groupBox3.Controls.Add(this.radioButDouble);
this.groupBox3.Controls.Add(this.radioButFourth);
this.groupBox3.Enabled = false;
this.groupBox3.Location = new System.Drawing.Point(136, 73);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(303, 58);
this.groupBox3.TabIndex = 49;
this.groupBox3.TabStop = false;
//
// radioButSignal
//
this.radioButSignal.AutoSize = true;
this.radioButSignal.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.radioButSignal.Location = new System.Drawing.Point(7, 22);
this.radioButSignal.Name = "radioButSignal";
this.radioButSignal.Size = new System.Drawing.Size(92, 26);
this.radioButSignal.TabIndex = 44;
this.radioButSignal.TabStop = true;
this.radioButSignal.Text = "单件打印";
this.radioButSignal.UseVisualStyleBackColor = true;
this.radioButSignal.CheckedChanged += new System.EventHandler(this.radioButSignal_CheckedChanged);
//
// radioButDouble
//
this.radioButDouble.AutoSize = true;
this.radioButDouble.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.radioButDouble.Location = new System.Drawing.Point(107, 22);
this.radioButDouble.Name = "radioButDouble";
this.radioButDouble.Size = new System.Drawing.Size(92, 26);
this.radioButDouble.TabIndex = 45;
this.radioButDouble.TabStop = true;
this.radioButDouble.Text = "双件打印";
this.radioButDouble.UseVisualStyleBackColor = true;
this.radioButDouble.CheckedChanged += new System.EventHandler(this.radioButDouble_CheckedChanged);
//
// radioButFourth
//
this.radioButFourth.AutoSize = true;
this.radioButFourth.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.radioButFourth.Location = new System.Drawing.Point(207, 22);
this.radioButFourth.Name = "radioButFourth";
this.radioButFourth.Size = new System.Drawing.Size(92, 26);
this.radioButFourth.TabIndex = 46;
this.radioButFourth.TabStop = true;
this.radioButFourth.Text = "四件打印";
this.radioButFourth.UseVisualStyleBackColor = true;
this.radioButFourth.CheckedChanged += new System.EventHandler(this.radioButFourth_CheckedChanged);
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label10.Location = new System.Drawing.Point(18, 48);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(47, 22);
this.label10.TabIndex = 61;
this.label10.Text = "模具:";
//
// comMachine
//
this.comMachine.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comMachine.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.comMachine.FormattingEnabled = true;
this.comMachine.Location = new System.Drawing.Point(71, 4);
this.comMachine.Name = "comMachine";
this.comMachine.Size = new System.Drawing.Size(297, 30);
this.comMachine.TabIndex = 60;
this.comMachine.SelectedIndexChanged += new System.EventHandler(this.comMachine_SelectedIndexChanged);
//
// btnLockMachine
//
this.btnLockMachine.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnLockMachine.Location = new System.Drawing.Point(374, 3);
this.btnLockMachine.Name = "btnLockMachine";
this.btnLockMachine.Size = new System.Drawing.Size(67, 32);
this.btnLockMachine.TabIndex = 63;
this.btnLockMachine.Text = "锁定";
this.btnLockMachine.UseVisualStyleBackColor = true;
this.btnLockMachine.Click += new System.EventHandler(this.btnLockMachine_Click);
//
// tpPrintMode
//
this.tpPrintMode.Controls.Add(this.tpOnline);
this.tpPrintMode.Controls.Add(this.tpManual);
this.tpPrintMode.Controls.Add(this.tpTimer);
this.tpPrintMode.Dock = System.Windows.Forms.DockStyle.Bottom;
this.tpPrintMode.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tpPrintMode.Location = new System.Drawing.Point(3, 458);
this.tpPrintMode.Name = "tpPrintMode";
this.tpPrintMode.Padding = new System.Drawing.Point(12, 9);
this.tpPrintMode.SelectedIndex = 0;
this.tpPrintMode.Size = new System.Drawing.Size(445, 146);
this.tpPrintMode.TabIndex = 62;
//
// tpOnline
//
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, 47);
this.tpOnline.Name = "tpOnline";
this.tpOnline.Padding = new System.Windows.Forms.Padding(3);
this.tpOnline.Size = new System.Drawing.Size(437, 95);
this.tpOnline.TabIndex = 0;
this.tpOnline.Text = "注塑联机打印";
this.tpOnline.UseVisualStyleBackColor = true;
//
// cbSkipHistory
//
this.cbSkipHistory.AutoSize = true;
this.cbSkipHistory.CheckAlign = System.Drawing.ContentAlignment.TopCenter;
this.cbSkipHistory.Checked = true;
this.cbSkipHistory.CheckState = System.Windows.Forms.CheckState.Checked;
this.cbSkipHistory.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbSkipHistory.Location = new System.Drawing.Point(19, 19);
this.cbSkipHistory.Name = "cbSkipHistory";
this.cbSkipHistory.Size = new System.Drawing.Size(78, 60);
this.cbSkipHistory.TabIndex = 60;
this.cbSkipHistory.Text = "扫描跳过\r\n历史数据";
this.cbSkipHistory.UseVisualStyleBackColor = true;
//
// btnStartFileScan
//
this.btnStartFileScan.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnStartFileScan.Image = global::QMAPP.WinForm.Resource1.forward;
this.btnStartFileScan.Location = new System.Drawing.Point(114, 6);
this.btnStartFileScan.Name = "btnStartFileScan";
this.btnStartFileScan.Size = new System.Drawing.Size(150, 83);
this.btnStartFileScan.TabIndex = 59;
this.btnStartFileScan.Text = "启动参数\r\n文件扫描";
this.btnStartFileScan.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.btnStartFileScan.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.btnStartFileScan.UseVisualStyleBackColor = false;
this.btnStartFileScan.Click += new System.EventHandler(this.btnStartFileScan_Click);
//
// btnStopFileScan
//
this.btnStopFileScan.Enabled = false;
this.btnStopFileScan.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnStopFileScan.Image = global::QMAPP.WinForm.Resource1.st;
this.btnStopFileScan.Location = new System.Drawing.Point(270, 6);
this.btnStopFileScan.Name = "btnStopFileScan";
this.btnStopFileScan.Size = new System.Drawing.Size(150, 83);
this.btnStopFileScan.TabIndex = 58;
this.btnStopFileScan.Text = "停止参数\r\n文件扫描";
this.btnStopFileScan.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.btnStopFileScan.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
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, 47);
this.tpManual.Name = "tpManual";
this.tpManual.Padding = new System.Windows.Forms.Padding(3);
this.tpManual.Size = new System.Drawing.Size(437, 95);
this.tpManual.TabIndex = 2;
this.tpManual.Text = "手动打印";
this.tpManual.UseVisualStyleBackColor = true;
//
// cbTemplateDesign
//
this.cbTemplateDesign.AutoSize = true;
this.cbTemplateDesign.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbTemplateDesign.Location = new System.Drawing.Point(6, 6);
this.cbTemplateDesign.Name = "cbTemplateDesign";
this.cbTemplateDesign.Size = new System.Drawing.Size(93, 25);
this.cbTemplateDesign.TabIndex = 35;
this.cbTemplateDesign.Text = "模板调整";
this.cbTemplateDesign.UseVisualStyleBackColor = true;
//
// tpTimer
//
this.tpTimer.Controls.Add(this.label5);
this.tpTimer.Controls.Add(this.cbPrintSpan);
this.tpTimer.Controls.Add(this.cbPrintCount);
this.tpTimer.Controls.Add(this.btnStart);
this.tpTimer.Controls.Add(this.btnStop);
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, 47);
this.tpTimer.Name = "tpTimer";
this.tpTimer.Padding = new System.Windows.Forms.Padding(3);
this.tpTimer.Size = new System.Drawing.Size(437, 95);
this.tpTimer.TabIndex = 1;
this.tpTimer.Text = "定时打印";
this.tpTimer.UseVisualStyleBackColor = true;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(8, 13);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(88, 26);
this.label5.TabIndex = 56;
this.label5.Text = "定时打印";
//
// cbPrintSpan
//
this.cbPrintSpan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbPrintSpan.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbPrintSpan.FormattingEnabled = true;
this.cbPrintSpan.Items.AddRange(new object[] {
"10s",
"15s",
"20s",
"30s",
"40s",
"50s",
"60s",
"70s",
"80s"});
this.cbPrintSpan.Location = new System.Drawing.Point(102, 10);
this.cbPrintSpan.Name = "cbPrintSpan";
this.cbPrintSpan.Size = new System.Drawing.Size(106, 34);
this.cbPrintSpan.TabIndex = 53;
//
// cbPrintCount
//
this.cbPrintCount.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbPrintCount.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbPrintCount.FormattingEnabled = true;
this.cbPrintCount.Items.AddRange(new object[] {
"20",
"50",
"100",
"150",
"200",
"300",
"400"});
this.cbPrintCount.Location = new System.Drawing.Point(102, 51);
this.cbPrintCount.Name = "cbPrintCount";
this.cbPrintCount.Size = new System.Drawing.Size(106, 34);
this.cbPrintCount.TabIndex = 54;
//
// btnStart
//
this.btnStart.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnStart.Location = new System.Drawing.Point(229, 9);
this.btnStart.Name = "btnStart";
this.btnStart.Size = new System.Drawing.Size(90, 35);
this.btnStart.TabIndex = 55;
this.btnStart.Text = "开始";
this.btnStart.UseVisualStyleBackColor = true;
this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
//
// btnStop
//
this.btnStop.Enabled = false;
this.btnStop.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnStop.Location = new System.Drawing.Point(330, 9);
this.btnStop.Name = "btnStop";
this.btnStop.Size = new System.Drawing.Size(90, 35);
this.btnStop.TabIndex = 55;
this.btnStop.Text = "停止";
this.btnStop.UseVisualStyleBackColor = true;
this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
//
// lblLastCount
//
this.lblLastCount.AutoSize = true;
this.lblLastCount.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblLastCount.Location = new System.Drawing.Point(332, 56);
this.lblLastCount.Name = "lblLastCount";
this.lblLastCount.Size = new System.Drawing.Size(24, 26);
this.lblLastCount.TabIndex = 59;
this.lblLastCount.Text = "0";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.Location = new System.Drawing.Point(8, 54);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(88, 26);
this.label7.TabIndex = 57;
this.label7.Text = "打印数量";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label8.Location = new System.Drawing.Point(231, 56);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(88, 26);
this.label8.TabIndex = 58;
this.label8.Text = "剩余数量";
//
// timer2
//
this.timer2.Enabled = true;
this.timer2.Interval = 1000;
this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tabControl1.Location = new System.Drawing.Point(4, 4);
this.tabControl1.Margin = new System.Windows.Forms.Padding(10, 10, 10, 3);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(681, 607);
this.tabControl1.TabIndex = 41;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.DGView);
this.tabPage1.Location = new System.Drawing.Point(4, 30);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(673, 573);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "打印记录";
this.tabPage1.UseVisualStyleBackColor = true;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.groupBox4);
this.tabPage2.Controls.Add(this.groupBox2);
this.tabPage2.Location = new System.Drawing.Point(4, 30);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(673, 573);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "注塑参数扫描";
this.tabPage2.UseVisualStyleBackColor = true;
//
// groupBox4
//
this.groupBox4.Controls.Add(this.lvParamRecords);
this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox4.Location = new System.Drawing.Point(3, 140);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(667, 430);
this.groupBox4.TabIndex = 1;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "扫描记录";
//
// lvParamRecords
//
this.lvParamRecords.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.chDate});
this.lvParamRecords.Dock = System.Windows.Forms.DockStyle.Fill;
this.lvParamRecords.FullRowSelect = true;
this.lvParamRecords.GridLines = true;
this.lvParamRecords.HideSelection = false;
this.lvParamRecords.Location = new System.Drawing.Point(3, 25);
this.lvParamRecords.Name = "lvParamRecords";
this.lvParamRecords.Size = new System.Drawing.Size(661, 402);
this.lvParamRecords.TabIndex = 0;
this.lvParamRecords.UseCompatibleStateImageBehavior = false;
this.lvParamRecords.View = System.Windows.Forms.View.Details;
//
// chDate
//
this.chDate.Text = "扫描时间";
this.chDate.Width = 165;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.panel1);
this.groupBox2.Controls.Add(this.txtLastScanTime);
this.groupBox2.Controls.Add(this.label14);
this.groupBox2.Controls.Add(this.txtMessage);
this.groupBox2.Controls.Add(this.label12);
this.groupBox2.Controls.Add(this.txtCurrentFile);
this.groupBox2.Controls.Add(this.label13);
this.groupBox2.Controls.Add(this.label11);
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.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(667, 137);
this.groupBox2.TabIndex = 0;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "参数信息";
//
// panel1
//
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.panel1.BackColor = System.Drawing.SystemColors.Control;
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(537, 24);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(117, 29);
this.panel1.TabIndex = 12;
//
// 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.Name = "picConnectState";
this.picConnectState.Size = new System.Drawing.Size(25, 25);
this.picConnectState.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.picConnectState.TabIndex = 2;
this.picConnectState.TabStop = false;
//
// txtConnectState
//
this.txtConnectState.BackColor = System.Drawing.SystemColors.Control;
this.txtConnectState.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtConnectState.Location = new System.Drawing.Point(32, 3);
this.txtConnectState.Name = "txtConnectState";
this.txtConnectState.ReadOnly = true;
this.txtConnectState.Size = new System.Drawing.Size(80, 22);
this.txtConnectState.TabIndex = 11;
//
// 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(537, 61);
this.txtLastScanTime.Name = "txtLastScanTime";
this.txtLastScanTime.ReadOnly = true;
this.txtLastScanTime.Size = new System.Drawing.Size(117, 29);
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(452, 64);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(90, 21);
this.label14.TabIndex = 7;
this.label14.Text = "扫描时间:";
//
// txtMessage
//
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(73, 97);
this.txtMessage.Name = "txtMessage";
this.txtMessage.ReadOnly = true;
this.txtMessage.Size = new System.Drawing.Size(581, 29);
this.txtMessage.TabIndex = 6;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(21, 100);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(58, 21);
this.label12.TabIndex = 5;
this.label12.Text = "消息:";
//
// txtCurrentFile
//
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(73, 61);
this.txtCurrentFile.Name = "txtCurrentFile";
this.txtCurrentFile.ReadOnly = true;
this.txtCurrentFile.Size = new System.Drawing.Size(358, 29);
this.txtCurrentFile.TabIndex = 6;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(6, 65);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(74, 21);
this.label13.TabIndex = 5;
this.label13.Text = "文件名:";
//
// label11
//
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(453, 27);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(90, 21);
this.label11.TabIndex = 3;
this.label11.Text = "连接状态:";
//
// txtFilePath
//
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(73, 24);
this.txtFilePath.Name = "txtFilePath";
this.txtFilePath.ReadOnly = true;
this.txtFilePath.Size = new System.Drawing.Size(358, 29);
this.txtFilePath.TabIndex = 1;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(21, 27);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(58, 21);
this.label4.TabIndex = 0;
this.label4.Text = "路径:";
//
// comboxMaterial3
//
this.comboxMaterial3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboxMaterial3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.comboxMaterial3.Location = new System.Drawing.Point(70, 45);
this.comboxMaterial3.Name = "comboxMaterial3";
this.comboxMaterial3.Size = new System.Drawing.Size(369, 30);
this.comboxMaterial3.TabIndex = 57;
//
// comboxMaterial4
//
this.comboxMaterial4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboxMaterial4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.comboxMaterial4.Location = new System.Drawing.Point(70, 83);
this.comboxMaterial4.Name = "comboxMaterial4";
this.comboxMaterial4.Size = new System.Drawing.Size(369, 30);
this.comboxMaterial4.TabIndex = 58;
//
// InjectionCodePrint
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1140, 615);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.groupBox1);
this.Name = "InjectionCodePrint";
this.Padding = new System.Windows.Forms.Padding(4);
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "注塑条码打印";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.InjectionCodePrint_FormClosed);
this.Load += new System.EventHandler(this.InjectionCodePrint_Load);
((System.ComponentModel.ISupportInitialize)(this.DGView)).EndInit();
this.paneldouble.ResumeLayout(false);
this.paneldouble.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.plPrintSetting.ResumeLayout(false);
this.plPrintSetting.PerformLayout();
this.panel34.ResumeLayout(false);
this.panel34.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.tpPrintMode.ResumeLayout(false);
this.tpOnline.ResumeLayout(false);
this.tpOnline.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);
this.groupBox4.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.picConnectState)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtMaterialCode;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox textMaterialName;
private System.Windows.Forms.Button tsbPrint;
private System.Windows.Forms.Button btnChoiceMaterial;
private System.Windows.Forms.DataGridView DGView;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.DataGridViewTextBoxColumn MAINCODE;
private System.Windows.Forms.DataGridViewTextBoxColumn MATERIAL_NAME;
private System.Windows.Forms.DataGridViewTextBoxColumn PRODUCTCODE;
private System.Windows.Forms.DataGridViewTextBoxColumn CREATETIME;
private System.Windows.Forms.RadioButton radioButFourth;
private System.Windows.Forms.RadioButton radioButDouble;
private System.Windows.Forms.RadioButton radioButSignal;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Panel panel34;
private System.Windows.Forms.Label labelTex4;
private System.Windows.Forms.Label labelTex3;
private System.Windows.Forms.Panel paneldouble;
private System.Windows.Forms.ComboBox comboxMaterial;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtMaterial4;
private System.Windows.Forms.TextBox txtMaterial3;
private System.Windows.Forms.TextBox txtMaterial2;
private System.Windows.Forms.Label labelTex2;
private System.Windows.Forms.ComboBox cbPrintCount;
private System.Windows.Forms.ComboBox cbPrintSpan;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button btnStart;
private System.Windows.Forms.Label lblLastCount;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Button btnStop;
private System.Windows.Forms.Timer timer2;
private System.Windows.Forms.ComboBox cbMould;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.ComboBox comMachine;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.TabControl tpPrintMode;
private System.Windows.Forms.TabPage tpOnline;
private System.Windows.Forms.TabPage tpTimer;
private System.Windows.Forms.TabPage tpManual;
private System.Windows.Forms.Button btnStartFileScan;
private System.Windows.Forms.Button btnStopFileScan;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.ListView lvParamRecords;
private System.Windows.Forms.ColumnHeader chDate;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.TextBox txtLastScanTime;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.TextBox txtCurrentFile;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.PictureBox picConnectState;
private System.Windows.Forms.TextBox txtFilePath;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button btnLockMachine;
private System.Windows.Forms.TextBox txtConnectState;
private System.Windows.Forms.TextBox txtMessage;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.CheckBox cbSkipHistory;
private System.Windows.Forms.Panel plPrintSetting;
private System.Windows.Forms.CheckBox cbTemplateDesign;
private System.Windows.Forms.ComboBox comboxMaterial4;
private System.Windows.Forms.ComboBox comboxMaterial3;
}
}