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.

372 lines
18 KiB

3 years ago
namespace Stone.WinModule.AssembleAdmin
{
partial class frmEdiPrintAssembleScan
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.label3 = new System.Windows.Forms.Label();
this.txtBarCode = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtOrderNo = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.btnUpdate = new System.Windows.Forms.Button();
this.btnPrint = new System.Windows.Forms.Button();
this.lblPackageGroupName = new System.Windows.Forms.Label();
this.txtBillNo = new System.Windows.Forms.TextBox();
this.panel2 = new System.Windows.Forms.Panel();
this.dgGrid = new System.Windows.Forms.DataGridView();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.btnReOrderUpdate = new System.Windows.Forms.Button();
this.btnReOrder = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.dgReOrder = new System.Windows.Forms.DataGridView();
this.timer2 = new System.Windows.Forms.Timer(this.components);
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnInsertUpdate = new System.Windows.Forms.Button();
this.btnInsertPrint = new System.Windows.Forms.Button();
this.panel3 = new System.Windows.Forms.Panel();
this.dgInsert = new System.Windows.Forms.DataGridView();
this.groupBox2.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgGrid)).BeginInit();
this.groupBox3.SuspendLayout();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgReOrder)).BeginInit();
this.groupBox1.SuspendLayout();
this.panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgInsert)).BeginInit();
this.SuspendLayout();
//
// groupBox2
//
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Controls.Add(this.txtBarCode);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Controls.Add(this.txtOrderNo);
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Controls.Add(this.btnUpdate);
this.groupBox2.Controls.Add(this.btnPrint);
this.groupBox2.Controls.Add(this.lblPackageGroupName);
this.groupBox2.Controls.Add(this.txtBillNo);
this.groupBox2.Controls.Add(this.panel2);
this.groupBox2.Font = new System.Drawing.Font("黑体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox2.Location = new System.Drawing.Point(12, 12);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(1028, 340);
this.groupBox2.TabIndex = 7;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "排序信息";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(824, 181);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(169, 19);
this.label3.TabIndex = 12;
this.label3.Text = "油漆件标签扫描:";
//
// txtBarCode
//
this.txtBarCode.Font = new System.Drawing.Font("黑体", 20F);
this.txtBarCode.Location = new System.Drawing.Point(824, 204);
this.txtBarCode.Margin = new System.Windows.Forms.Padding(9);
this.txtBarCode.Name = "txtBarCode";
this.txtBarCode.Size = new System.Drawing.Size(192, 38);
this.txtBarCode.TabIndex = 11;
this.txtBarCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtBarCode_KeyDown);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(824, 111);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(149, 19);
this.label2.TabIndex = 10;
this.label2.Text = "序列标签扫描:";
//
// txtOrderNo
//
this.txtOrderNo.Font = new System.Drawing.Font("黑体", 20F);
this.txtOrderNo.Location = new System.Drawing.Point(824, 134);
this.txtOrderNo.Margin = new System.Windows.Forms.Padding(9);
this.txtOrderNo.Name = "txtOrderNo";
this.txtOrderNo.Size = new System.Drawing.Size(192, 38);
this.txtOrderNo.TabIndex = 9;
this.txtOrderNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtOrderNo_KeyDown);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(824, 35);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(129, 19);
this.label1.TabIndex = 8;
this.label1.Text = "装配单扫描:";
//
// btnUpdate
//
this.btnUpdate.Location = new System.Drawing.Point(7, 289);
this.btnUpdate.Name = "btnUpdate";
this.btnUpdate.Size = new System.Drawing.Size(146, 44);
this.btnUpdate.TabIndex = 7;
this.btnUpdate.Text = "刷新";
this.btnUpdate.UseVisualStyleBackColor = true;
this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
//
// btnPrint
//
this.btnPrint.Location = new System.Drawing.Point(159, 289);
this.btnPrint.Name = "btnPrint";
this.btnPrint.Size = new System.Drawing.Size(146, 44);
this.btnPrint.TabIndex = 6;
this.btnPrint.Text = "打印";
this.btnPrint.UseVisualStyleBackColor = true;
this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
//
// lblPackageGroupName
//
this.lblPackageGroupName.AutoSize = true;
this.lblPackageGroupName.Location = new System.Drawing.Point(441, 2);
this.lblPackageGroupName.Name = "lblPackageGroupName";
this.lblPackageGroupName.Size = new System.Drawing.Size(199, 19);
this.lblPackageGroupName.TabIndex = 5;
this.lblPackageGroupName.Text = "lblPackageGroupName";
//
// txtBillNo
//
this.txtBillNo.Font = new System.Drawing.Font("黑体", 20F);
this.txtBillNo.Location = new System.Drawing.Point(824, 59);
this.txtBillNo.Margin = new System.Windows.Forms.Padding(9);
this.txtBillNo.Name = "txtBillNo";
this.txtBillNo.Size = new System.Drawing.Size(192, 38);
this.txtBillNo.TabIndex = 1;
this.txtBillNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtBillNo_KeyDown);
//
// panel2
//
this.panel2.Controls.Add(this.dgGrid);
this.panel2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.panel2.Location = new System.Drawing.Point(6, 28);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(806, 252);
this.panel2.TabIndex = 1;
//
// dgGrid
//
this.dgGrid.AllowUserToAddRows = false;
this.dgGrid.AllowUserToDeleteRows = false;
this.dgGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgGrid.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgGrid.Location = new System.Drawing.Point(0, 0);
this.dgGrid.Name = "dgGrid";
this.dgGrid.ReadOnly = true;
this.dgGrid.RowTemplate.Height = 30;
this.dgGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgGrid.Size = new System.Drawing.Size(806, 252);
this.dgGrid.TabIndex = 1;
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Interval = 1000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.btnReOrderUpdate);
this.groupBox3.Controls.Add(this.btnReOrder);
this.groupBox3.Controls.Add(this.panel1);
this.groupBox3.Font = new System.Drawing.Font("黑体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox3.Location = new System.Drawing.Point(12, 358);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(1028, 134);
this.groupBox3.TabIndex = 8;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "ReOrder";
//
// btnReOrderUpdate
//
this.btnReOrderUpdate.Location = new System.Drawing.Point(824, 28);
this.btnReOrderUpdate.Name = "btnReOrderUpdate";
this.btnReOrderUpdate.Size = new System.Drawing.Size(192, 44);
this.btnReOrderUpdate.TabIndex = 2;
this.btnReOrderUpdate.Text = "刷新";
this.btnReOrderUpdate.UseVisualStyleBackColor = true;
this.btnReOrderUpdate.Click += new System.EventHandler(this.btnReOrderUpdate_Click);
//
// btnReOrder
//
this.btnReOrder.Location = new System.Drawing.Point(824, 78);
this.btnReOrder.Name = "btnReOrder";
this.btnReOrder.Size = new System.Drawing.Size(192, 44);
this.btnReOrder.TabIndex = 1;
this.btnReOrder.Text = "打印";
this.btnReOrder.UseVisualStyleBackColor = true;
this.btnReOrder.Click += new System.EventHandler(this.btnReOrder_Click);
//
// panel1
//
this.panel1.Controls.Add(this.dgReOrder);
this.panel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.panel1.Location = new System.Drawing.Point(7, 28);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(805, 94);
this.panel1.TabIndex = 0;
//
// dgReOrder
//
this.dgReOrder.AllowUserToAddRows = false;
this.dgReOrder.AllowUserToDeleteRows = false;
this.dgReOrder.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgReOrder.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgReOrder.Location = new System.Drawing.Point(0, 0);
this.dgReOrder.Name = "dgReOrder";
this.dgReOrder.ReadOnly = true;
this.dgReOrder.RowTemplate.Height = 30;
this.dgReOrder.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgReOrder.Size = new System.Drawing.Size(805, 94);
this.dgReOrder.TabIndex = 1;
//
// timer2
//
this.timer2.Interval = 60000;
this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnInsertUpdate);
this.groupBox1.Controls.Add(this.btnInsertPrint);
this.groupBox1.Controls.Add(this.panel3);
this.groupBox1.Font = new System.Drawing.Font("黑体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox1.Location = new System.Drawing.Point(12, 498);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(1028, 134);
this.groupBox1.TabIndex = 9;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "插单信息";
//
// btnInsertUpdate
//
this.btnInsertUpdate.Location = new System.Drawing.Point(824, 28);
this.btnInsertUpdate.Name = "btnInsertUpdate";
this.btnInsertUpdate.Size = new System.Drawing.Size(192, 44);
this.btnInsertUpdate.TabIndex = 2;
this.btnInsertUpdate.Text = "刷新";
this.btnInsertUpdate.UseVisualStyleBackColor = true;
this.btnInsertUpdate.Click += new System.EventHandler(this.btnInsertUpdate_Click);
//
// btnInsertPrint
//
this.btnInsertPrint.Location = new System.Drawing.Point(824, 78);
this.btnInsertPrint.Name = "btnInsertPrint";
this.btnInsertPrint.Size = new System.Drawing.Size(192, 44);
this.btnInsertPrint.TabIndex = 1;
this.btnInsertPrint.Text = "打印";
this.btnInsertPrint.UseVisualStyleBackColor = true;
this.btnInsertPrint.Click += new System.EventHandler(this.btnInsertPrint_Click);
//
// panel3
//
this.panel3.Controls.Add(this.dgInsert);
this.panel3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.panel3.Location = new System.Drawing.Point(7, 28);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(805, 94);
this.panel3.TabIndex = 0;
//
// dgInsert
//
this.dgInsert.AllowUserToAddRows = false;
this.dgInsert.AllowUserToDeleteRows = false;
this.dgInsert.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgInsert.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgInsert.Location = new System.Drawing.Point(0, 0);
this.dgInsert.Name = "dgInsert";
this.dgInsert.ReadOnly = true;
this.dgInsert.RowTemplate.Height = 30;
this.dgInsert.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgInsert.Size = new System.Drawing.Size(805, 94);
this.dgInsert.TabIndex = 1;
//
// frmEdiPrintAssembleScan
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.ClientSize = new System.Drawing.Size(1066, 643);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Name = "frmEdiPrintAssembleScan";
this.TabText = "扫描打印装配单";
this.Text = "扫描打印装配单";
this.Load += new System.EventHandler(this.frmEdiPrintAssembleScan_Load);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgGrid)).EndInit();
this.groupBox3.ResumeLayout(false);
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgReOrder)).EndInit();
this.groupBox1.ResumeLayout(false);
this.panel3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgInsert)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.TextBox txtBillNo;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Timer timer2;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.DataGridView dgReOrder;
private System.Windows.Forms.Button btnReOrder;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.DataGridView dgGrid;
private System.Windows.Forms.Label lblPackageGroupName;
private System.Windows.Forms.Button btnReOrderUpdate;
private System.Windows.Forms.Button btnUpdate;
private System.Windows.Forms.Button btnPrint;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button btnInsertUpdate;
private System.Windows.Forms.Button btnInsertPrint;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.DataGridView dgInsert;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtBarCode;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtOrderNo;
private System.Windows.Forms.Label label1;
}
}