|
|
|
namespace QMAPP.WinForm.Forms.Injection
|
|
|
|
{
|
|
|
|
partial class SewingPrint
|
|
|
|
{
|
|
|
|
/// <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 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();
|
|
|
|
this.PRODUCTCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
this.CREATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
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.textBox1 = new System.Windows.Forms.TextBox();
|
|
|
|
this.cbMould = new System.Windows.Forms.ComboBox();
|
|
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
|
|
this.tpPrintMode = new System.Windows.Forms.TabControl();
|
|
|
|
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();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.DGView)).BeginInit();
|
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
|
this.plPrintSetting.SuspendLayout();
|
|
|
|
this.tpPrintMode.SuspendLayout();
|
|
|
|
this.tpManual.SuspendLayout();
|
|
|
|
this.tpTimer.SuspendLayout();
|
|
|
|
this.tabControl1.SuspendLayout();
|
|
|
|
this.tabPage1.SuspendLayout();
|
|
|
|
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;
|
|
|
|
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
|
|
|
|
dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
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,
|
|
|
|
this.MATERIAL_NAME,
|
|
|
|
this.PRODUCTCODE,
|
|
|
|
this.CREATETIME});
|
|
|
|
this.DGView.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
this.DGView.Location = new System.Drawing.Point(4, 4);
|
|
|
|
this.DGView.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
this.DGView.Name = "DGView";
|
|
|
|
this.DGView.ReadOnly = true;
|
|
|
|
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control;
|
|
|
|
dataGridViewCellStyle6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
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 = 23;
|
|
|
|
this.DGView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
|
this.DGView.Size = new System.Drawing.Size(1006, 858);
|
|
|
|
this.DGView.TabIndex = 38;
|
|
|
|
//
|
|
|
|
// MAINCODE
|
|
|
|
//
|
|
|
|
this.MAINCODE.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
|
this.MAINCODE.DataPropertyName = "MAINCODE";
|
|
|
|
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 15.75F);
|
|
|
|
this.MAINCODE.DefaultCellStyle = dataGridViewCellStyle2;
|
|
|
|
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";
|
|
|
|
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 15.75F);
|
|
|
|
this.MATERIAL_NAME.DefaultCellStyle = dataGridViewCellStyle3;
|
|
|
|
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";
|
|
|
|
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
this.PRODUCTCODE.DefaultCellStyle = dataGridViewCellStyle4;
|
|
|
|
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";
|
|
|
|
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 15.75F);
|
|
|
|
dataGridViewCellStyle5.Format = "f";
|
|
|
|
dataGridViewCellStyle5.NullValue = null;
|
|
|
|
this.CREATETIME.DefaultCellStyle = dataGridViewCellStyle5;
|
|
|
|
this.CREATETIME.FillWeight = 48.95314F;
|
|
|
|
this.CREATETIME.HeaderText = "操作时间";
|
|
|
|
this.CREATETIME.Name = "CREATETIME";
|
|
|
|
this.CREATETIME.ReadOnly = true;
|
|
|
|
this.CREATETIME.Width = 250;
|
|
|
|
//
|
|
|
|
// 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(362, 9);
|
|
|
|
this.tsbPrint.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
this.tsbPrint.Name = "tsbPrint";
|
|
|
|
this.tsbPrint.Size = new System.Drawing.Size(285, 124);
|
|
|
|
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(105, 165);
|
|
|
|
this.textMaterialName.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
this.textMaterialName.MaxLength = 3096;
|
|
|
|
this.textMaterialName.Name = "textMaterialName";
|
|
|
|
this.textMaterialName.ReadOnly = true;
|
|
|
|
this.textMaterialName.Size = new System.Drawing.Size(553, 39);
|
|
|
|
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(105, 223);
|
|
|
|
this.txtMaterialCode.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
this.txtMaterialCode.MaxLength = 3096;
|
|
|
|
this.txtMaterialCode.Name = "txtMaterialCode";
|
|
|
|
this.txtMaterialCode.ReadOnly = true;
|
|
|
|
this.txtMaterialCode.Size = new System.Drawing.Size(553, 39);
|
|
|
|
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(4, 227);
|
|
|
|
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
|
this.label6.Name = "label6";
|
|
|
|
this.label6.Size = new System.Drawing.Size(93, 31);
|
|
|
|
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(4, 169);
|
|
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
this.label1.Size = new System.Drawing.Size(93, 31);
|
|
|
|
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(1028, 6);
|
|
|
|
this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
this.groupBox1.Name = "groupBox1";
|
|
|
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
|
|
|
|
this.groupBox1.Size = new System.Drawing.Size(676, 910);
|
|
|
|
this.groupBox1.TabIndex = 40;
|
|
|
|
this.groupBox1.TabStop = false;
|
|
|
|
//
|
|
|
|
// plPrintSetting
|
|
|
|
//
|
|
|
|
this.plPrintSetting.Controls.Add(this.textBox1);
|
|
|
|
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.textMaterialName);
|
|
|
|
this.plPrintSetting.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
this.plPrintSetting.Location = new System.Drawing.Point(4, 36);
|
|
|
|
this.plPrintSetting.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
this.plPrintSetting.Name = "plPrintSetting";
|
|
|
|
this.plPrintSetting.Size = new System.Drawing.Size(668, 606);
|
|
|
|
this.plPrintSetting.TabIndex = 64;
|
|
|
|
//
|
|
|
|
// textBox1
|
|
|
|
//
|
|
|
|
this.textBox1.Location = new System.Drawing.Point(128, 22);
|
|
|
|
this.textBox1.Name = "textBox1";
|
|
|
|
this.textBox1.Size = new System.Drawing.Size(341, 39);
|
|
|
|
this.textBox1.TabIndex = 61;
|
|
|
|
this.textBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtCode_KeyDown);
|
|
|
|
//
|
|
|
|
// 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(128, 87);
|
|
|
|
this.cbMould.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
this.cbMould.Name = "cbMould";
|
|
|
|
this.cbMould.Size = new System.Drawing.Size(530, 39);
|
|
|
|
this.cbMould.TabIndex = 60;
|
|
|
|
this.cbMould.SelectedIndexChanged += new System.EventHandler(this.cbMould_SelectedIndexChanged);
|
|
|
|
//
|
|
|
|
// 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(3, 22);
|
|
|
|
this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
|
this.label9.Name = "label9";
|
|
|
|
this.label9.Size = new System.Drawing.Size(117, 31);
|
|
|
|
this.label9.TabIndex = 25;
|
|
|
|
this.label9.Text = "缝纫配置:";
|
|
|
|
//
|
|
|
|
// tpPrintMode
|
|
|
|
//
|
|
|
|
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(4, 687);
|
|
|
|
this.tpPrintMode.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
this.tpPrintMode.Name = "tpPrintMode";
|
|
|
|
this.tpPrintMode.Padding = new System.Drawing.Point(12, 9);
|
|
|
|
this.tpPrintMode.SelectedIndex = 0;
|
|
|
|
this.tpPrintMode.Size = new System.Drawing.Size(668, 219);
|
|
|
|
this.tpPrintMode.TabIndex = 62;
|
|
|
|
//
|
|
|
|
// tpManual
|
|
|
|
//
|
|
|
|
this.tpManual.Controls.Add(this.cbTemplateDesign);
|
|
|
|
this.tpManual.Controls.Add(this.tsbPrint);
|
|
|
|
this.tpManual.Location = new System.Drawing.Point(4, 58);
|
|
|
|
this.tpManual.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
this.tpManual.Name = "tpManual";
|
|
|
|
this.tpManual.Padding = new System.Windows.Forms.Padding(4);
|
|
|
|
this.tpManual.Size = new System.Drawing.Size(660, 157);
|
|
|
|
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(9, 9);
|
|
|
|
this.cbTemplateDesign.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
this.cbTemplateDesign.Name = "cbTemplateDesign";
|
|
|
|
this.cbTemplateDesign.Size = new System.Drawing.Size(136, 35);
|
|
|
|
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, 58);
|
|
|
|
this.tpTimer.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
this.tpTimer.Name = "tpTimer";
|
|
|
|
this.tpTimer.Padding = new System.Windows.Forms.Padding(4);
|
|
|
|
this.tpTimer.Size = new System.Drawing.Size(660, 157);
|
|
|
|
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(12, 20);
|
|
|
|
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
|
this.label5.Name = "label5";
|
|
|
|
this.label5.Size = new System.Drawing.Size(129, 37);
|
|
|
|
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(153, 15);
|
|
|
|
this.cbPrintSpan.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
this.cbPrintSpan.Name = "cbPrintSpan";
|
|
|
|
this.cbPrintSpan.Size = new System.Drawing.Size(157, 45);
|
|
|
|
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(153, 76);
|
|
|
|
this.cbPrintCount.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
this.cbPrintCount.Name = "cbPrintCount";
|
|
|
|
this.cbPrintCount.Size = new System.Drawing.Size(157, 45);
|
|
|
|
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(344, 14);
|
|
|
|
this.btnStart.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
this.btnStart.Name = "btnStart";
|
|
|
|
this.btnStart.Size = new System.Drawing.Size(135, 52);
|
|
|
|
this.btnStart.TabIndex = 55;
|
|
|
|
this.btnStart.Text = "开始";
|
|
|
|
this.btnStart.UseVisualStyleBackColor = true;
|
|
|
|
this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
|
|
|
|
//
|
|
|
|
// btnStop
|
|
|
|
//
|
|
|
|
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(495, 14);
|
|
|
|
this.btnStop.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
this.btnStop.Name = "btnStop";
|
|
|
|
this.btnStop.Size = new System.Drawing.Size(135, 52);
|
|
|
|
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(498, 84);
|
|
|
|
this.lblLastCount.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
|
this.lblLastCount.Name = "lblLastCount";
|
|
|
|
this.lblLastCount.Size = new System.Drawing.Size(34, 37);
|
|
|
|
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(12, 81);
|
|
|
|
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
|
this.label7.Name = "label7";
|
|
|
|
this.label7.Size = new System.Drawing.Size(129, 37);
|
|
|
|
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(346, 84);
|
|
|
|
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
|
this.label8.Name = "label8";
|
|
|
|
this.label8.Size = new System.Drawing.Size(129, 37);
|
|
|
|
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.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(6, 6);
|
|
|
|
this.tabControl1.Margin = new System.Windows.Forms.Padding(15, 15, 15, 4);
|
|
|
|
this.tabControl1.Name = "tabControl1";
|
|
|
|
this.tabControl1.SelectedIndex = 0;
|
|
|
|
this.tabControl1.Size = new System.Drawing.Size(1022, 910);
|
|
|
|
this.tabControl1.TabIndex = 41;
|
|
|
|
//
|
|
|
|
// tabPage1
|
|
|
|
//
|
|
|
|
this.tabPage1.Controls.Add(this.DGView);
|
|
|
|
this.tabPage1.Location = new System.Drawing.Point(4, 40);
|
|
|
|
this.tabPage1.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
this.tabPage1.Name = "tabPage1";
|
|
|
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(4);
|
|
|
|
this.tabPage1.Size = new System.Drawing.Size(1014, 866);
|
|
|
|
this.tabPage1.TabIndex = 0;
|
|
|
|
this.tabPage1.Text = "打印记录";
|
|
|
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|
|
|
//
|
|
|
|
// SewingPrint
|
|
|
|
//
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
this.ClientSize = new System.Drawing.Size(1710, 922);
|
|
|
|
this.Controls.Add(this.tabControl1);
|
|
|
|
this.Controls.Add(this.groupBox1);
|
|
|
|
this.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
this.Name = "SewingPrint";
|
|
|
|
this.Padding = new System.Windows.Forms.Padding(6);
|
|
|
|
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.groupBox1.ResumeLayout(false);
|
|
|
|
this.plPrintSetting.ResumeLayout(false);
|
|
|
|
this.plPrintSetting.PerformLayout();
|
|
|
|
this.tpPrintMode.ResumeLayout(false);
|
|
|
|
this.tpManual.ResumeLayout(false);
|
|
|
|
this.tpManual.PerformLayout();
|
|
|
|
this.tpTimer.ResumeLayout(false);
|
|
|
|
this.tpTimer.PerformLayout();
|
|
|
|
this.tabControl1.ResumeLayout(false);
|
|
|
|
this.tabPage1.ResumeLayout(false);
|
|
|
|
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.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.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 label9;
|
|
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
|
|
private System.Windows.Forms.TabPage tabPage1;
|
|
|
|
private System.Windows.Forms.TabControl tpPrintMode;
|
|
|
|
private System.Windows.Forms.TabPage tpTimer;
|
|
|
|
private System.Windows.Forms.TabPage tpManual;
|
|
|
|
private System.Windows.Forms.Panel plPrintSetting;
|
|
|
|
private System.Windows.Forms.CheckBox cbTemplateDesign;
|
|
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
|
|
}
|
|
|
|
}
|