|
namespace WarM.条码打印
|
{
|
partial class Gy_PackBarCodeBill_automaticallyByPLC
|
{
|
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Gy_PackBarCodeBill_automaticallyByPLC));
|
this.tabControl_MainInfo = new System.Windows.Forms.TabControl();
|
this.tabPage_BillInfo = new System.Windows.Forms.TabPage();
|
this.gbUp = new System.Windows.Forms.GroupBox();
|
this.button_produceTemp = new System.Windows.Forms.Button();
|
this.label_sBillNo = new System.Windows.Forms.Label();
|
this.textBox_sBillNo = new System.Windows.Forms.TextBox();
|
this.label_sBillID = new System.Windows.Forms.Label();
|
this.textBox_sBillID = new System.Windows.Forms.TextBox();
|
this.button_produceByHand = new System.Windows.Forms.Button();
|
this.textBox_PackQty = new System.Windows.Forms.TextBox();
|
this.label6 = new System.Windows.Forms.Label();
|
this.textBox_currentQty = new System.Windows.Forms.TextBox();
|
this.label_Pack = new System.Windows.Forms.Label();
|
this.label_HBarCode = new System.Windows.Forms.Label();
|
this.textBox_HBarCode = new System.Windows.Forms.TextBox();
|
this.cmbHOrgID = new System.Windows.Forms.ComboBox();
|
this.label_HPackBarCode = new System.Windows.Forms.Label();
|
this.button_stopListen = new System.Windows.Forms.Button();
|
this.textBox_HPackBarCode = new System.Windows.Forms.TextBox();
|
this.dtpHDate = new System.Windows.Forms.DateTimePicker();
|
this.label2 = new System.Windows.Forms.Label();
|
this.button_startListen = new System.Windows.Forms.Button();
|
this.cmbHBarCodeType = new System.Windows.Forms.ComboBox();
|
this.label1 = new System.Windows.Forms.Label();
|
this.label3 = new System.Windows.Forms.Label();
|
this.tabPage_ParamsInfo = new System.Windows.Forms.TabPage();
|
this.groupBox_ParamsInfo = new System.Windows.Forms.GroupBox();
|
this.button_resetParams = new System.Windows.Forms.Button();
|
this.button_saveParams = new System.Windows.Forms.Button();
|
this.textBox_PrintModelParams = new System.Windows.Forms.TextBox();
|
this.label_PrintModelParams = new System.Windows.Forms.Label();
|
this.comboBox_PrinterParams = new System.Windows.Forms.ComboBox();
|
this.label_PrinterParams = new System.Windows.Forms.Label();
|
this.comboBox_SourceNameParams = new System.Windows.Forms.ComboBox();
|
this.label_SourceNameParams = new System.Windows.Forms.Label();
|
this.textBox_PortParams = new System.Windows.Forms.TextBox();
|
this.label_PortParams = new System.Windows.Forms.Label();
|
this.textBox_IPParams = new System.Windows.Forms.TextBox();
|
this.label_IPParams = new System.Windows.Forms.Label();
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
this.grdMain = new System.Windows.Forms.DataGridView();
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
this.grdSub = new System.Windows.Forms.DataGridView();
|
this.Tool = new System.Windows.Forms.ToolStrip();
|
this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
|
this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator();
|
this.mrlk = new System.Windows.Forms.ToolStripButton();
|
this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
|
this.bclk = new System.Windows.Forms.ToolStripButton();
|
this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
|
this.toolStripButton_Delete = new System.Windows.Forms.ToolStripButton();
|
this.tc = new System.Windows.Forms.ToolStripButton();
|
this.tabControl_MainInfo.SuspendLayout();
|
this.tabPage_BillInfo.SuspendLayout();
|
this.gbUp.SuspendLayout();
|
this.tabPage_ParamsInfo.SuspendLayout();
|
this.groupBox_ParamsInfo.SuspendLayout();
|
this.tabControl1.SuspendLayout();
|
this.tabPage1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit();
|
this.tabPage2.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.grdSub)).BeginInit();
|
this.Tool.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// tabControl_MainInfo
|
//
|
this.tabControl_MainInfo.Controls.Add(this.tabPage_BillInfo);
|
this.tabControl_MainInfo.Controls.Add(this.tabPage_ParamsInfo);
|
this.tabControl_MainInfo.Location = new System.Drawing.Point(76, 88);
|
this.tabControl_MainInfo.Name = "tabControl_MainInfo";
|
this.tabControl_MainInfo.SelectedIndex = 0;
|
this.tabControl_MainInfo.Size = new System.Drawing.Size(1393, 346);
|
this.tabControl_MainInfo.TabIndex = 39;
|
//
|
// tabPage_BillInfo
|
//
|
this.tabPage_BillInfo.BackColor = System.Drawing.Color.Lavender;
|
this.tabPage_BillInfo.Controls.Add(this.gbUp);
|
this.tabPage_BillInfo.Location = new System.Drawing.Point(4, 28);
|
this.tabPage_BillInfo.Name = "tabPage_BillInfo";
|
this.tabPage_BillInfo.Padding = new System.Windows.Forms.Padding(3);
|
this.tabPage_BillInfo.Size = new System.Drawing.Size(1385, 314);
|
this.tabPage_BillInfo.TabIndex = 0;
|
this.tabPage_BillInfo.Text = "工单信息";
|
//
|
// gbUp
|
//
|
this.gbUp.BackColor = System.Drawing.Color.Transparent;
|
this.gbUp.Controls.Add(this.button_produceTemp);
|
this.gbUp.Controls.Add(this.label_sBillNo);
|
this.gbUp.Controls.Add(this.textBox_sBillNo);
|
this.gbUp.Controls.Add(this.label_sBillID);
|
this.gbUp.Controls.Add(this.textBox_sBillID);
|
this.gbUp.Controls.Add(this.button_produceByHand);
|
this.gbUp.Controls.Add(this.textBox_PackQty);
|
this.gbUp.Controls.Add(this.label6);
|
this.gbUp.Controls.Add(this.textBox_currentQty);
|
this.gbUp.Controls.Add(this.label_Pack);
|
this.gbUp.Controls.Add(this.label_HBarCode);
|
this.gbUp.Controls.Add(this.textBox_HBarCode);
|
this.gbUp.Controls.Add(this.cmbHOrgID);
|
this.gbUp.Controls.Add(this.label_HPackBarCode);
|
this.gbUp.Controls.Add(this.button_stopListen);
|
this.gbUp.Controls.Add(this.textBox_HPackBarCode);
|
this.gbUp.Controls.Add(this.dtpHDate);
|
this.gbUp.Controls.Add(this.label2);
|
this.gbUp.Controls.Add(this.button_startListen);
|
this.gbUp.Controls.Add(this.cmbHBarCodeType);
|
this.gbUp.Controls.Add(this.label1);
|
this.gbUp.Controls.Add(this.label3);
|
this.gbUp.Location = new System.Drawing.Point(4, 4);
|
this.gbUp.Margin = new System.Windows.Forms.Padding(4);
|
this.gbUp.Name = "gbUp";
|
this.gbUp.Padding = new System.Windows.Forms.Padding(4);
|
this.gbUp.Size = new System.Drawing.Size(1374, 310);
|
this.gbUp.TabIndex = 33;
|
this.gbUp.TabStop = false;
|
//
|
// button_produceTemp
|
//
|
this.button_produceTemp.Location = new System.Drawing.Point(829, 215);
|
this.button_produceTemp.Name = "button_produceTemp";
|
this.button_produceTemp.Size = new System.Drawing.Size(158, 70);
|
this.button_produceTemp.TabIndex = 123;
|
this.button_produceTemp.Text = "临时组托";
|
this.button_produceTemp.UseVisualStyleBackColor = true;
|
this.button_produceTemp.Click += new System.EventHandler(this.button_produceTemp_Click);
|
//
|
// label_sBillNo
|
//
|
this.label_sBillNo.AutoSize = true;
|
this.label_sBillNo.Location = new System.Drawing.Point(450, 136);
|
this.label_sBillNo.Name = "label_sBillNo";
|
this.label_sBillNo.Size = new System.Drawing.Size(80, 18);
|
this.label_sBillNo.TabIndex = 121;
|
this.label_sBillNo.Text = "单 据 号";
|
this.label_sBillNo.Visible = false;
|
//
|
// textBox_sBillNo
|
//
|
this.textBox_sBillNo.BackColor = System.Drawing.SystemColors.ScrollBar;
|
this.textBox_sBillNo.Enabled = false;
|
this.textBox_sBillNo.Location = new System.Drawing.Point(552, 133);
|
this.textBox_sBillNo.Name = "textBox_sBillNo";
|
this.textBox_sBillNo.Size = new System.Drawing.Size(280, 28);
|
this.textBox_sBillNo.TabIndex = 122;
|
this.textBox_sBillNo.Visible = false;
|
//
|
// label_sBillID
|
//
|
this.label_sBillID.AutoSize = true;
|
this.label_sBillID.Location = new System.Drawing.Point(19, 136);
|
this.label_sBillID.Name = "label_sBillID";
|
this.label_sBillID.Size = new System.Drawing.Size(80, 18);
|
this.label_sBillID.TabIndex = 119;
|
this.label_sBillID.Text = "单 据 ID";
|
this.label_sBillID.Visible = false;
|
//
|
// textBox_sBillID
|
//
|
this.textBox_sBillID.BackColor = System.Drawing.SystemColors.ScrollBar;
|
this.textBox_sBillID.Enabled = false;
|
this.textBox_sBillID.Location = new System.Drawing.Point(121, 133);
|
this.textBox_sBillID.Name = "textBox_sBillID";
|
this.textBox_sBillID.Size = new System.Drawing.Size(280, 28);
|
this.textBox_sBillID.TabIndex = 120;
|
this.textBox_sBillID.Text = "0";
|
this.textBox_sBillID.Visible = false;
|
//
|
// button_produceByHand
|
//
|
this.button_produceByHand.Location = new System.Drawing.Point(591, 215);
|
this.button_produceByHand.Name = "button_produceByHand";
|
this.button_produceByHand.Size = new System.Drawing.Size(186, 70);
|
this.button_produceByHand.TabIndex = 118;
|
this.button_produceByHand.Text = "未满托生成";
|
this.button_produceByHand.UseVisualStyleBackColor = true;
|
this.button_produceByHand.Click += new System.EventHandler(this.button_produceByHand_Click);
|
//
|
// textBox_PackQty
|
//
|
this.textBox_PackQty.BackColor = System.Drawing.SystemColors.Window;
|
this.textBox_PackQty.Location = new System.Drawing.Point(1058, 80);
|
this.textBox_PackQty.Name = "textBox_PackQty";
|
this.textBox_PackQty.Size = new System.Drawing.Size(49, 28);
|
this.textBox_PackQty.TabIndex = 117;
|
//
|
// label6
|
//
|
this.label6.AutoSize = true;
|
this.label6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label6.Location = new System.Drawing.Point(1026, 83);
|
this.label6.Name = "label6";
|
this.label6.Size = new System.Drawing.Size(22, 24);
|
this.label6.TabIndex = 116;
|
this.label6.Text = "/";
|
//
|
// textBox_currentQty
|
//
|
this.textBox_currentQty.BackColor = System.Drawing.SystemColors.ScrollBar;
|
this.textBox_currentQty.Enabled = false;
|
this.textBox_currentQty.Location = new System.Drawing.Point(971, 80);
|
this.textBox_currentQty.Name = "textBox_currentQty";
|
this.textBox_currentQty.Size = new System.Drawing.Size(49, 28);
|
this.textBox_currentQty.TabIndex = 115;
|
//
|
// label_Pack
|
//
|
this.label_Pack.AutoSize = true;
|
this.label_Pack.Location = new System.Drawing.Point(871, 86);
|
this.label_Pack.Name = "label_Pack";
|
this.label_Pack.Size = new System.Drawing.Size(80, 18);
|
this.label_Pack.TabIndex = 114;
|
this.label_Pack.Text = "组 托";
|
//
|
// label_HBarCode
|
//
|
this.label_HBarCode.AutoSize = true;
|
this.label_HBarCode.Location = new System.Drawing.Point(450, 84);
|
this.label_HBarCode.Name = "label_HBarCode";
|
this.label_HBarCode.Size = new System.Drawing.Size(80, 18);
|
this.label_HBarCode.TabIndex = 99;
|
this.label_HBarCode.Text = "托 条 码";
|
//
|
// textBox_HBarCode
|
//
|
this.textBox_HBarCode.BackColor = System.Drawing.SystemColors.Window;
|
this.textBox_HBarCode.Location = new System.Drawing.Point(552, 81);
|
this.textBox_HBarCode.Name = "textBox_HBarCode";
|
this.textBox_HBarCode.Size = new System.Drawing.Size(280, 28);
|
this.textBox_HBarCode.TabIndex = 100;
|
this.textBox_HBarCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_HBarCode_KeyPress);
|
//
|
// cmbHOrgID
|
//
|
this.cmbHOrgID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.cmbHOrgID.FormattingEnabled = true;
|
this.cmbHOrgID.Location = new System.Drawing.Point(121, 21);
|
this.cmbHOrgID.Margin = new System.Windows.Forms.Padding(4);
|
this.cmbHOrgID.Name = "cmbHOrgID";
|
this.cmbHOrgID.Size = new System.Drawing.Size(280, 26);
|
this.cmbHOrgID.TabIndex = 85;
|
//
|
// label_HPackBarCode
|
//
|
this.label_HPackBarCode.AutoSize = true;
|
this.label_HPackBarCode.Location = new System.Drawing.Point(20, 84);
|
this.label_HPackBarCode.Name = "label_HPackBarCode";
|
this.label_HPackBarCode.Size = new System.Drawing.Size(80, 18);
|
this.label_HPackBarCode.TabIndex = 0;
|
this.label_HPackBarCode.Text = "托盘条码";
|
//
|
// button_stopListen
|
//
|
this.button_stopListen.Location = new System.Drawing.Point(379, 215);
|
this.button_stopListen.Name = "button_stopListen";
|
this.button_stopListen.Size = new System.Drawing.Size(176, 70);
|
this.button_stopListen.TabIndex = 97;
|
this.button_stopListen.Text = "停止组托";
|
this.button_stopListen.UseVisualStyleBackColor = true;
|
this.button_stopListen.Click += new System.EventHandler(this.button_stopListen_Click);
|
//
|
// textBox_HPackBarCode
|
//
|
this.textBox_HPackBarCode.BackColor = System.Drawing.SystemColors.ScrollBar;
|
this.textBox_HPackBarCode.Location = new System.Drawing.Point(122, 81);
|
this.textBox_HPackBarCode.Name = "textBox_HPackBarCode";
|
this.textBox_HPackBarCode.Size = new System.Drawing.Size(280, 28);
|
this.textBox_HPackBarCode.TabIndex = 43;
|
this.textBox_HPackBarCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_HPackBarCode__KeyPress);
|
//
|
// dtpHDate
|
//
|
this.dtpHDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
this.dtpHDate.Location = new System.Drawing.Point(550, 21);
|
this.dtpHDate.Name = "dtpHDate";
|
this.dtpHDate.Size = new System.Drawing.Size(280, 28);
|
this.dtpHDate.TabIndex = 96;
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.Location = new System.Drawing.Point(450, 27);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(80, 18);
|
this.label2.TabIndex = 95;
|
this.label2.Text = "日 期";
|
//
|
// button_startListen
|
//
|
this.button_startListen.Location = new System.Drawing.Point(147, 215);
|
this.button_startListen.Name = "button_startListen";
|
this.button_startListen.Size = new System.Drawing.Size(200, 70);
|
this.button_startListen.TabIndex = 96;
|
this.button_startListen.Text = "自动组托";
|
this.button_startListen.UseVisualStyleBackColor = true;
|
this.button_startListen.Click += new System.EventHandler(this.button_startListen_Click);
|
//
|
// cmbHBarCodeType
|
//
|
this.cmbHBarCodeType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.cmbHBarCodeType.FormattingEnabled = true;
|
this.cmbHBarCodeType.Location = new System.Drawing.Point(971, 24);
|
this.cmbHBarCodeType.Margin = new System.Windows.Forms.Padding(4);
|
this.cmbHBarCodeType.Name = "cmbHBarCodeType";
|
this.cmbHBarCodeType.Size = new System.Drawing.Size(280, 26);
|
this.cmbHBarCodeType.TabIndex = 81;
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.ForeColor = System.Drawing.Color.Black;
|
this.label1.Location = new System.Drawing.Point(871, 30);
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(80, 18);
|
this.label1.TabIndex = 80;
|
this.label1.Text = "条码类型";
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.ForeColor = System.Drawing.Color.Black;
|
this.label3.Location = new System.Drawing.Point(21, 27);
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(80, 18);
|
this.label3.TabIndex = 84;
|
this.label3.Text = "组 织";
|
//
|
// tabPage_ParamsInfo
|
//
|
this.tabPage_ParamsInfo.BackColor = System.Drawing.Color.Lavender;
|
this.tabPage_ParamsInfo.Controls.Add(this.groupBox_ParamsInfo);
|
this.tabPage_ParamsInfo.Location = new System.Drawing.Point(4, 28);
|
this.tabPage_ParamsInfo.Name = "tabPage_ParamsInfo";
|
this.tabPage_ParamsInfo.Padding = new System.Windows.Forms.Padding(3);
|
this.tabPage_ParamsInfo.Size = new System.Drawing.Size(1385, 314);
|
this.tabPage_ParamsInfo.TabIndex = 1;
|
this.tabPage_ParamsInfo.Text = "配置信息";
|
//
|
// groupBox_ParamsInfo
|
//
|
this.groupBox_ParamsInfo.Controls.Add(this.button_resetParams);
|
this.groupBox_ParamsInfo.Controls.Add(this.button_saveParams);
|
this.groupBox_ParamsInfo.Controls.Add(this.textBox_PrintModelParams);
|
this.groupBox_ParamsInfo.Controls.Add(this.label_PrintModelParams);
|
this.groupBox_ParamsInfo.Controls.Add(this.comboBox_PrinterParams);
|
this.groupBox_ParamsInfo.Controls.Add(this.label_PrinterParams);
|
this.groupBox_ParamsInfo.Controls.Add(this.comboBox_SourceNameParams);
|
this.groupBox_ParamsInfo.Controls.Add(this.label_SourceNameParams);
|
this.groupBox_ParamsInfo.Controls.Add(this.textBox_PortParams);
|
this.groupBox_ParamsInfo.Controls.Add(this.label_PortParams);
|
this.groupBox_ParamsInfo.Controls.Add(this.textBox_IPParams);
|
this.groupBox_ParamsInfo.Controls.Add(this.label_IPParams);
|
this.groupBox_ParamsInfo.Location = new System.Drawing.Point(6, 6);
|
this.groupBox_ParamsInfo.Name = "groupBox_ParamsInfo";
|
this.groupBox_ParamsInfo.Size = new System.Drawing.Size(1373, 302);
|
this.groupBox_ParamsInfo.TabIndex = 0;
|
this.groupBox_ParamsInfo.TabStop = false;
|
//
|
// button_resetParams
|
//
|
this.button_resetParams.Location = new System.Drawing.Point(590, 173);
|
this.button_resetParams.Name = "button_resetParams";
|
this.button_resetParams.Size = new System.Drawing.Size(134, 81);
|
this.button_resetParams.TabIndex = 105;
|
this.button_resetParams.Text = "重 置";
|
this.button_resetParams.UseVisualStyleBackColor = true;
|
//
|
// button_saveParams
|
//
|
this.button_saveParams.Location = new System.Drawing.Point(311, 173);
|
this.button_saveParams.Name = "button_saveParams";
|
this.button_saveParams.Size = new System.Drawing.Size(155, 81);
|
this.button_saveParams.TabIndex = 104;
|
this.button_saveParams.Text = "保 存";
|
this.button_saveParams.UseVisualStyleBackColor = true;
|
this.button_saveParams.Click += new System.EventHandler(this.button_saveParams_Click);
|
//
|
// textBox_PrintModelParams
|
//
|
this.textBox_PrintModelParams.BackColor = System.Drawing.SystemColors.Window;
|
this.textBox_PrintModelParams.Location = new System.Drawing.Point(565, 34);
|
this.textBox_PrintModelParams.Name = "textBox_PrintModelParams";
|
this.textBox_PrintModelParams.Size = new System.Drawing.Size(280, 28);
|
this.textBox_PrintModelParams.TabIndex = 103;
|
//
|
// label_PrintModelParams
|
//
|
this.label_PrintModelParams.AutoSize = true;
|
this.label_PrintModelParams.Location = new System.Drawing.Point(463, 37);
|
this.label_PrintModelParams.Name = "label_PrintModelParams";
|
this.label_PrintModelParams.Size = new System.Drawing.Size(80, 18);
|
this.label_PrintModelParams.TabIndex = 102;
|
this.label_PrintModelParams.Text = "打印模板";
|
//
|
// comboBox_PrinterParams
|
//
|
this.comboBox_PrinterParams.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.comboBox_PrinterParams.FormattingEnabled = true;
|
this.comboBox_PrinterParams.Location = new System.Drawing.Point(124, 34);
|
this.comboBox_PrinterParams.Margin = new System.Windows.Forms.Padding(4);
|
this.comboBox_PrinterParams.Name = "comboBox_PrinterParams";
|
this.comboBox_PrinterParams.Size = new System.Drawing.Size(280, 26);
|
this.comboBox_PrinterParams.TabIndex = 101;
|
//
|
// label_PrinterParams
|
//
|
this.label_PrinterParams.AutoSize = true;
|
this.label_PrinterParams.ForeColor = System.Drawing.Color.Black;
|
this.label_PrinterParams.Location = new System.Drawing.Point(24, 40);
|
this.label_PrinterParams.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.label_PrinterParams.Name = "label_PrinterParams";
|
this.label_PrinterParams.Size = new System.Drawing.Size(80, 18);
|
this.label_PrinterParams.TabIndex = 100;
|
this.label_PrinterParams.Text = "打 印 机";
|
//
|
// comboBox_SourceNameParams
|
//
|
this.comboBox_SourceNameParams.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.comboBox_SourceNameParams.FormattingEnabled = true;
|
this.comboBox_SourceNameParams.Location = new System.Drawing.Point(973, 31);
|
this.comboBox_SourceNameParams.Margin = new System.Windows.Forms.Padding(4);
|
this.comboBox_SourceNameParams.Name = "comboBox_SourceNameParams";
|
this.comboBox_SourceNameParams.Size = new System.Drawing.Size(280, 26);
|
this.comboBox_SourceNameParams.TabIndex = 99;
|
//
|
// label_SourceNameParams
|
//
|
this.label_SourceNameParams.AutoSize = true;
|
this.label_SourceNameParams.ForeColor = System.Drawing.Color.Black;
|
this.label_SourceNameParams.Location = new System.Drawing.Point(873, 37);
|
this.label_SourceNameParams.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.label_SourceNameParams.Name = "label_SourceNameParams";
|
this.label_SourceNameParams.Size = new System.Drawing.Size(80, 18);
|
this.label_SourceNameParams.TabIndex = 98;
|
this.label_SourceNameParams.Text = "产 线";
|
//
|
// textBox_PortParams
|
//
|
this.textBox_PortParams.BackColor = System.Drawing.SystemColors.Window;
|
this.textBox_PortParams.Location = new System.Drawing.Point(569, 97);
|
this.textBox_PortParams.Name = "textBox_PortParams";
|
this.textBox_PortParams.Size = new System.Drawing.Size(280, 28);
|
this.textBox_PortParams.TabIndex = 97;
|
this.textBox_PortParams.Visible = false;
|
//
|
// label_PortParams
|
//
|
this.label_PortParams.AutoSize = true;
|
this.label_PortParams.Location = new System.Drawing.Point(467, 100);
|
this.label_PortParams.Name = "label_PortParams";
|
this.label_PortParams.Size = new System.Drawing.Size(80, 18);
|
this.label_PortParams.TabIndex = 96;
|
this.label_PortParams.Text = "端 口";
|
this.label_PortParams.Visible = false;
|
//
|
// textBox_IPParams
|
//
|
this.textBox_IPParams.BackColor = System.Drawing.SystemColors.Window;
|
this.textBox_IPParams.Location = new System.Drawing.Point(124, 94);
|
this.textBox_IPParams.Name = "textBox_IPParams";
|
this.textBox_IPParams.Size = new System.Drawing.Size(280, 28);
|
this.textBox_IPParams.TabIndex = 95;
|
this.textBox_IPParams.Visible = false;
|
//
|
// label_IPParams
|
//
|
this.label_IPParams.AutoSize = true;
|
this.label_IPParams.Location = new System.Drawing.Point(22, 97);
|
this.label_IPParams.Name = "label_IPParams";
|
this.label_IPParams.Size = new System.Drawing.Size(71, 18);
|
this.label_IPParams.TabIndex = 94;
|
this.label_IPParams.Text = " IP";
|
this.label_IPParams.Visible = false;
|
//
|
// timer1
|
//
|
this.timer1.Enabled = true;
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
//
|
// tabControl1
|
//
|
this.tabControl1.Controls.Add(this.tabPage1);
|
this.tabControl1.Controls.Add(this.tabPage2);
|
this.tabControl1.Location = new System.Drawing.Point(80, 444);
|
this.tabControl1.Name = "tabControl1";
|
this.tabControl1.SelectedIndex = 0;
|
this.tabControl1.Size = new System.Drawing.Size(1458, 383);
|
this.tabControl1.TabIndex = 40;
|
//
|
// tabPage1
|
//
|
this.tabPage1.BackColor = System.Drawing.Color.Lavender;
|
this.tabPage1.Controls.Add(this.grdMain);
|
this.tabPage1.Location = new System.Drawing.Point(4, 28);
|
this.tabPage1.Name = "tabPage1";
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
this.tabPage1.Size = new System.Drawing.Size(1450, 351);
|
this.tabPage1.TabIndex = 0;
|
this.tabPage1.Text = "子条码列表";
|
//
|
// grdMain
|
//
|
this.grdMain.BackgroundColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
this.grdMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.grdMain.Location = new System.Drawing.Point(0, 0);
|
this.grdMain.Name = "grdMain";
|
this.grdMain.RowHeadersWidth = 62;
|
this.grdMain.RowTemplate.Height = 30;
|
this.grdMain.Size = new System.Drawing.Size(1444, 345);
|
this.grdMain.TabIndex = 0;
|
//
|
// tabPage2
|
//
|
this.tabPage2.BackColor = System.Drawing.Color.Lavender;
|
this.tabPage2.Controls.Add(this.grdSub);
|
this.tabPage2.Location = new System.Drawing.Point(4, 28);
|
this.tabPage2.Name = "tabPage2";
|
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
this.tabPage2.Size = new System.Drawing.Size(1450, 351);
|
this.tabPage2.TabIndex = 1;
|
this.tabPage2.Text = "托盘条码";
|
//
|
// grdSub
|
//
|
this.grdSub.BackgroundColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
this.grdSub.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.grdSub.Location = new System.Drawing.Point(6, 6);
|
this.grdSub.Name = "grdSub";
|
this.grdSub.RowHeadersWidth = 62;
|
this.grdSub.RowTemplate.Height = 30;
|
this.grdSub.Size = new System.Drawing.Size(1438, 342);
|
this.grdSub.TabIndex = 1;
|
//
|
// Tool
|
//
|
this.Tool.AutoSize = false;
|
this.Tool.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("Tool.BackgroundImage")));
|
this.Tool.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
this.Tool.ImageScalingSize = new System.Drawing.Size(22, 22);
|
this.Tool.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
this.toolStripSeparator9,
|
this.toolStripSeparator12,
|
this.mrlk,
|
this.toolStripSeparator11,
|
this.bclk,
|
this.toolStripSeparator10,
|
this.toolStripButton_Delete,
|
this.tc});
|
this.Tool.Location = new System.Drawing.Point(0, 0);
|
this.Tool.Name = "Tool";
|
this.Tool.Padding = new System.Windows.Forms.Padding(0);
|
this.Tool.Size = new System.Drawing.Size(1617, 75);
|
this.Tool.Stretch = true;
|
this.Tool.TabIndex = 41;
|
this.Tool.Text = "toolStrip1";
|
//
|
// toolStripSeparator9
|
//
|
this.toolStripSeparator9.Name = "toolStripSeparator9";
|
this.toolStripSeparator9.Size = new System.Drawing.Size(6, 75);
|
//
|
// toolStripSeparator12
|
//
|
this.toolStripSeparator12.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.toolStripSeparator12.Name = "toolStripSeparator12";
|
this.toolStripSeparator12.Size = new System.Drawing.Size(6, 75);
|
//
|
// mrlk
|
//
|
this.mrlk.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.mrlk.Image = ((System.Drawing.Image)(resources.GetObject("mrlk.Image")));
|
this.mrlk.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.mrlk.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.mrlk.ImageTransparentColor = System.Drawing.Color.White;
|
this.mrlk.Name = "mrlk";
|
this.mrlk.Size = new System.Drawing.Size(86, 70);
|
this.mrlk.Text = "默认列宽";
|
this.mrlk.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.mrlk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
//
|
// toolStripSeparator11
|
//
|
this.toolStripSeparator11.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.toolStripSeparator11.Name = "toolStripSeparator11";
|
this.toolStripSeparator11.Size = new System.Drawing.Size(6, 75);
|
//
|
// bclk
|
//
|
this.bclk.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.bclk.Image = ((System.Drawing.Image)(resources.GetObject("bclk.Image")));
|
this.bclk.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.bclk.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.bclk.ImageTransparentColor = System.Drawing.Color.White;
|
this.bclk.Name = "bclk";
|
this.bclk.Size = new System.Drawing.Size(86, 70);
|
this.bclk.Text = "保存列宽";
|
this.bclk.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.bclk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
//
|
// toolStripSeparator10
|
//
|
this.toolStripSeparator10.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.toolStripSeparator10.Name = "toolStripSeparator10";
|
this.toolStripSeparator10.Size = new System.Drawing.Size(6, 75);
|
//
|
// toolStripButton_Delete
|
//
|
this.toolStripButton_Delete.AutoSize = false;
|
this.toolStripButton_Delete.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_Delete.Image")));
|
this.toolStripButton_Delete.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.toolStripButton_Delete.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.toolStripButton_Delete.ImageTransparentColor = System.Drawing.Color.White;
|
this.toolStripButton_Delete.Name = "toolStripButton_Delete";
|
this.toolStripButton_Delete.Size = new System.Drawing.Size(60, 60);
|
this.toolStripButton_Delete.Text = "删除";
|
this.toolStripButton_Delete.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.toolStripButton_Delete.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.toolStripButton_Delete.Click += new System.EventHandler(this.toolStripButton_Delete_Click);
|
//
|
// tc
|
//
|
this.tc.AutoSize = false;
|
this.tc.Image = ((System.Drawing.Image)(resources.GetObject("tc.Image")));
|
this.tc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.tc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.tc.ImageTransparentColor = System.Drawing.Color.White;
|
this.tc.Margin = new System.Windows.Forms.Padding(100, 2, 0, 3);
|
this.tc.Name = "tc";
|
this.tc.Size = new System.Drawing.Size(60, 60);
|
this.tc.Text = "退出";
|
this.tc.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.tc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.tc.Click += new System.EventHandler(this.tc_Click);
|
//
|
// Gy_PackBarCodeBill_automaticallyByPLC
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.BackColor = System.Drawing.Color.Lavender;
|
this.ClientSize = new System.Drawing.Size(1617, 956);
|
this.Controls.Add(this.Tool);
|
this.Controls.Add(this.tabControl1);
|
this.Controls.Add(this.tabControl_MainInfo);
|
this.Name = "Gy_PackBarCodeBill_automaticallyByPLC";
|
this.Text = "Gy_PackBarCodeBill_automaticallyByPLC";
|
this.Load += new System.EventHandler(this.Gy_PackBarCodeBill_automaticallyByPLC_Load);
|
this.tabControl_MainInfo.ResumeLayout(false);
|
this.tabPage_BillInfo.ResumeLayout(false);
|
this.gbUp.ResumeLayout(false);
|
this.gbUp.PerformLayout();
|
this.tabPage_ParamsInfo.ResumeLayout(false);
|
this.groupBox_ParamsInfo.ResumeLayout(false);
|
this.groupBox_ParamsInfo.PerformLayout();
|
this.tabControl1.ResumeLayout(false);
|
this.tabPage1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit();
|
this.tabPage2.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.grdSub)).EndInit();
|
this.Tool.ResumeLayout(false);
|
this.Tool.PerformLayout();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.TabControl tabControl_MainInfo;
|
private System.Windows.Forms.TabPage tabPage_BillInfo;
|
private System.Windows.Forms.GroupBox gbUp;
|
private System.Windows.Forms.Label label_HBarCode;
|
private System.Windows.Forms.TextBox textBox_HBarCode;
|
private System.Windows.Forms.ComboBox cmbHOrgID;
|
private System.Windows.Forms.Label label_HPackBarCode;
|
private System.Windows.Forms.Button button_stopListen;
|
private System.Windows.Forms.TextBox textBox_HPackBarCode;
|
private System.Windows.Forms.DateTimePicker dtpHDate;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.Button button_startListen;
|
private System.Windows.Forms.ComboBox cmbHBarCodeType;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.TabPage tabPage_ParamsInfo;
|
private System.Windows.Forms.GroupBox groupBox_ParamsInfo;
|
private System.Windows.Forms.Button button_resetParams;
|
private System.Windows.Forms.Button button_saveParams;
|
private System.Windows.Forms.TextBox textBox_PrintModelParams;
|
private System.Windows.Forms.Label label_PrintModelParams;
|
private System.Windows.Forms.ComboBox comboBox_PrinterParams;
|
private System.Windows.Forms.Label label_PrinterParams;
|
private System.Windows.Forms.ComboBox comboBox_SourceNameParams;
|
private System.Windows.Forms.Label label_SourceNameParams;
|
private System.Windows.Forms.TextBox textBox_PortParams;
|
private System.Windows.Forms.Label label_PortParams;
|
private System.Windows.Forms.TextBox textBox_IPParams;
|
private System.Windows.Forms.Label label_IPParams;
|
private System.Windows.Forms.TextBox textBox_PackQty;
|
private System.Windows.Forms.Label label6;
|
private System.Windows.Forms.TextBox textBox_currentQty;
|
private System.Windows.Forms.Label label_Pack;
|
private System.Windows.Forms.Timer timer1;
|
private System.Windows.Forms.Button button_produceByHand;
|
private System.Windows.Forms.Label label_sBillNo;
|
private System.Windows.Forms.TextBox textBox_sBillNo;
|
private System.Windows.Forms.Label label_sBillID;
|
private System.Windows.Forms.TextBox textBox_sBillID;
|
private System.Windows.Forms.TabControl tabControl1;
|
private System.Windows.Forms.TabPage tabPage1;
|
private System.Windows.Forms.DataGridView grdMain;
|
private System.Windows.Forms.TabPage tabPage2;
|
private System.Windows.Forms.DataGridView grdSub;
|
private System.Windows.Forms.ToolStrip Tool;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator12;
|
private System.Windows.Forms.ToolStripButton mrlk;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator11;
|
private System.Windows.Forms.ToolStripButton bclk;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;
|
private System.Windows.Forms.ToolStripButton tc;
|
private System.Windows.Forms.ToolStripButton toolStripButton_Delete;
|
private System.Windows.Forms.Button button_produceTemp;
|
}
|
}
|