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.
253 lines
12 KiB
253 lines
12 KiB
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.lblPartColor = new System.Windows.Forms.Label();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.lblVariant = new System.Windows.Forms.Label();
|
|
this.lblOrderNumber = new System.Windows.Forms.Label();
|
|
this.lblOrderNumberScan = new System.Windows.Forms.Label();
|
|
this.chkNow = new System.Windows.Forms.CheckBox();
|
|
this.txtBillNo = new System.Windows.Forms.TextBox();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.lblPackageGroupName = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
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.groupBox2.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox3.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgReOrder)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// lblPartColor
|
|
//
|
|
this.lblPartColor.AutoSize = true;
|
|
this.lblPartColor.Font = new System.Drawing.Font("黑体", 26F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lblPartColor.Location = new System.Drawing.Point(34, 147);
|
|
this.lblPartColor.Name = "lblPartColor";
|
|
this.lblPartColor.Size = new System.Drawing.Size(159, 35);
|
|
this.lblPartColor.TabIndex = 2;
|
|
this.lblPartColor.Text = "颜 色:";
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.lblPartColor);
|
|
this.groupBox2.Controls.Add(this.lblVariant);
|
|
this.groupBox2.Controls.Add(this.lblOrderNumber);
|
|
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, 173);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(731, 204);
|
|
this.groupBox2.TabIndex = 7;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "当前打印订单";
|
|
//
|
|
// lblVariant
|
|
//
|
|
this.lblVariant.AutoSize = true;
|
|
this.lblVariant.Font = new System.Drawing.Font("黑体", 26F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lblVariant.Location = new System.Drawing.Point(34, 92);
|
|
this.lblVariant.Name = "lblVariant";
|
|
this.lblVariant.Size = new System.Drawing.Size(159, 35);
|
|
this.lblVariant.TabIndex = 1;
|
|
this.lblVariant.Text = "车 型:";
|
|
//
|
|
// lblOrderNumber
|
|
//
|
|
this.lblOrderNumber.AutoSize = true;
|
|
this.lblOrderNumber.Font = new System.Drawing.Font("黑体", 26F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lblOrderNumber.Location = new System.Drawing.Point(34, 37);
|
|
this.lblOrderNumber.Name = "lblOrderNumber";
|
|
this.lblOrderNumber.Size = new System.Drawing.Size(159, 35);
|
|
this.lblOrderNumber.TabIndex = 0;
|
|
this.lblOrderNumber.Text = "订单号:";
|
|
//
|
|
// lblOrderNumberScan
|
|
//
|
|
this.lblOrderNumberScan.AutoSize = true;
|
|
this.lblOrderNumberScan.Location = new System.Drawing.Point(24, 106);
|
|
this.lblOrderNumberScan.Name = "lblOrderNumberScan";
|
|
this.lblOrderNumberScan.Size = new System.Drawing.Size(129, 19);
|
|
this.lblOrderNumberScan.TabIndex = 4;
|
|
this.lblOrderNumberScan.Text = "未扫描订单:";
|
|
//
|
|
// chkNow
|
|
//
|
|
this.chkNow.AutoSize = true;
|
|
this.chkNow.Location = new System.Drawing.Point(545, 49);
|
|
this.chkNow.Name = "chkNow";
|
|
this.chkNow.Size = new System.Drawing.Size(148, 23);
|
|
this.chkNow.TabIndex = 2;
|
|
this.chkNow.Text = "扫描当前订单";
|
|
this.chkNow.UseVisualStyleBackColor = true;
|
|
this.chkNow.CheckedChanged += new System.EventHandler(this.chkNow_CheckedChanged);
|
|
//
|
|
// txtBillNo
|
|
//
|
|
this.txtBillNo.Font = new System.Drawing.Font("黑体", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txtBillNo.Location = new System.Drawing.Point(24, 37);
|
|
this.txtBillNo.Margin = new System.Windows.Forms.Padding(9);
|
|
this.txtBillNo.Name = "txtBillNo";
|
|
this.txtBillNo.Size = new System.Drawing.Size(509, 62);
|
|
this.txtBillNo.TabIndex = 1;
|
|
this.txtBillNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtBillNo_KeyDown);
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.lblPackageGroupName);
|
|
this.groupBox1.Controls.Add(this.lblOrderNumberScan);
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Controls.Add(this.chkNow);
|
|
this.groupBox1.Controls.Add(this.txtBillNo);
|
|
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, 14);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(731, 133);
|
|
this.groupBox1.TabIndex = 6;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "扫描上一个订单";
|
|
//
|
|
// lblPackageGroupName
|
|
//
|
|
this.lblPackageGroupName.AutoSize = true;
|
|
this.lblPackageGroupName.Location = new System.Drawing.Point(318, 2);
|
|
this.lblPackageGroupName.Name = "lblPackageGroupName";
|
|
this.lblPackageGroupName.Size = new System.Drawing.Size(199, 19);
|
|
this.lblPackageGroupName.TabIndex = 5;
|
|
this.lblPackageGroupName.Text = "lblPackageGroupName";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.Location = new System.Drawing.Point(553, 74);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(133, 14);
|
|
this.label1.TabIndex = 3;
|
|
this.label1.Text = "仅限于初始打印使用";
|
|
//
|
|
// groupBox3
|
|
//
|
|
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, 383);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Size = new System.Drawing.Size(731, 204);
|
|
this.groupBox3.TabIndex = 8;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = "ReOrder";
|
|
//
|
|
// btnReOrder
|
|
//
|
|
this.btnReOrder.Location = new System.Drawing.Point(7, 154);
|
|
this.btnReOrder.Name = "btnReOrder";
|
|
this.btnReOrder.Size = new System.Drawing.Size(146, 44);
|
|
this.btnReOrder.TabIndex = 1;
|
|
this.btnReOrder.Text = "打印ReOrder";
|
|
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, 29);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(718, 119);
|
|
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 = 23;
|
|
this.dgReOrder.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgReOrder.Size = new System.Drawing.Size(718, 119);
|
|
this.dgReOrder.TabIndex = 1;
|
|
//
|
|
// timer2
|
|
//
|
|
this.timer2.Interval = 60000;
|
|
this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
|
|
//
|
|
// frmEdiPrintAssembleScan
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.ClientSize = new System.Drawing.Size(887, 626);
|
|
this.Controls.Add(this.groupBox3);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Name = "frmEdiPrintAssembleScan";
|
|
this.TabText = "扫描打印装配单";
|
|
this.Text = "扫描打印装配单";
|
|
this.Load += new System.EventHandler(this.frmEdiPrintAssembleScan_Load);
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.groupBox3.ResumeLayout(false);
|
|
this.panel1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dgReOrder)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label lblPartColor;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.Label lblVariant;
|
|
private System.Windows.Forms.Label lblOrderNumber;
|
|
private System.Windows.Forms.Label lblOrderNumberScan;
|
|
private System.Windows.Forms.CheckBox chkNow;
|
|
private System.Windows.Forms.TextBox txtBillNo;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Timer timer1;
|
|
private System.Windows.Forms.Label lblPackageGroupName;
|
|
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;
|
|
}
|
|
}
|
|
|