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.
 
 
 
 

387 lines
20 KiB

namespace Stone.WinModule.JISAdmin.ReOrder
{
partial class frmEdiPrintReOrderASN
{
/// <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();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = 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();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.rbPrint1 = new System.Windows.Forms.RadioButton();
this.rbPrint2 = new System.Windows.Forms.RadioButton();
this.panel1 = new System.Windows.Forms.Panel();
this.lblOutput = new System.Windows.Forms.Label();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.btnSet = new System.Windows.Forms.Button();
this.btnOutPut = new System.Windows.Forms.Button();
this.chkAuto = new System.Windows.Forms.CheckBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.btnPrintHand = new System.Windows.Forms.Button();
this.btnRePrint = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.cbFields = new System.Windows.Forms.ComboBox();
this.txtKey = new System.Windows.Forms.TextBox();
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
this.btnQuery = new System.Windows.Forms.Button();
this.lblState = new System.Windows.Forms.Label();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.dgrdView1 = new System.Windows.Forms.DataGridView();
this.lblShow = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.panel1.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgrdView1)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.rbPrint1);
this.groupBox1.Controls.Add(this.rbPrint2);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(118, 123);
this.groupBox1.TabIndex = 21;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "打印状态";
//
// rbPrint1
//
this.rbPrint1.AutoSize = true;
this.rbPrint1.BackColor = System.Drawing.Color.Blue;
this.rbPrint1.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.rbPrint1.ForeColor = System.Drawing.Color.White;
this.rbPrint1.Location = new System.Drawing.Point(6, 32);
this.rbPrint1.Name = "rbPrint1";
this.rbPrint1.Size = new System.Drawing.Size(97, 26);
this.rbPrint1.TabIndex = 16;
this.rbPrint1.Text = "已打印";
this.rbPrint1.UseVisualStyleBackColor = false;
//
// rbPrint2
//
this.rbPrint2.AutoSize = true;
this.rbPrint2.BackColor = System.Drawing.Color.Red;
this.rbPrint2.Checked = true;
this.rbPrint2.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.rbPrint2.ForeColor = System.Drawing.Color.White;
this.rbPrint2.Location = new System.Drawing.Point(6, 67);
this.rbPrint2.Name = "rbPrint2";
this.rbPrint2.Size = new System.Drawing.Size(97, 26);
this.rbPrint2.TabIndex = 17;
this.rbPrint2.TabStop = true;
this.rbPrint2.Text = "未打印";
this.rbPrint2.UseVisualStyleBackColor = false;
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
this.panel1.Controls.Add(this.groupBox4);
this.panel1.Controls.Add(this.groupBox3);
this.panel1.Controls.Add(this.groupBox2);
this.panel1.Controls.Add(this.groupBox1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(890, 152);
this.panel1.TabIndex = 12;
//
// lblOutput
//
this.lblOutput.AutoSize = true;
this.lblOutput.Location = new System.Drawing.Point(12, 101);
this.lblOutput.Name = "lblOutput";
this.lblOutput.Size = new System.Drawing.Size(0, 12);
this.lblOutput.TabIndex = 26;
//
// groupBox4
//
this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.groupBox4.Controls.Add(this.btnSet);
this.groupBox4.Controls.Add(this.btnOutPut);
this.groupBox4.Controls.Add(this.chkAuto);
this.groupBox4.Location = new System.Drawing.Point(767, 12);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(111, 123);
this.groupBox4.TabIndex = 24;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "设置";
//
// btnSet
//
this.btnSet.Location = new System.Drawing.Point(21, 19);
this.btnSet.Name = "btnSet";
this.btnSet.Size = new System.Drawing.Size(75, 37);
this.btnSet.TabIndex = 18;
this.btnSet.Text = "设置";
this.btnSet.UseVisualStyleBackColor = true;
this.btnSet.Click += new System.EventHandler(this.btnSet_Click);
//
// btnOutPut
//
this.btnOutPut.Location = new System.Drawing.Point(21, 58);
this.btnOutPut.Name = "btnOutPut";
this.btnOutPut.Size = new System.Drawing.Size(75, 37);
this.btnOutPut.TabIndex = 13;
this.btnOutPut.Text = "导出";
this.btnOutPut.UseVisualStyleBackColor = true;
this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click);
//
// chkAuto
//
this.chkAuto.AutoSize = true;
this.chkAuto.Location = new System.Drawing.Point(24, 101);
this.chkAuto.Name = "chkAuto";
this.chkAuto.Size = new System.Drawing.Size(72, 16);
this.chkAuto.TabIndex = 20;
this.chkAuto.Text = "自动刷新";
this.chkAuto.UseVisualStyleBackColor = true;
this.chkAuto.CheckedChanged += new System.EventHandler(this.chkAuto_CheckedChanged);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.lblOutput);
this.groupBox3.Controls.Add(this.btnPrintHand);
this.groupBox3.Controls.Add(this.btnRePrint);
this.groupBox3.Location = new System.Drawing.Point(494, 12);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(189, 123);
this.groupBox3.TabIndex = 23;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "打印\\补打";
//
// btnPrintHand
//
this.btnPrintHand.BackColor = System.Drawing.Color.Red;
this.btnPrintHand.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnPrintHand.ForeColor = System.Drawing.Color.White;
this.btnPrintHand.Location = new System.Drawing.Point(9, 30);
this.btnPrintHand.Name = "btnPrintHand";
this.btnPrintHand.Size = new System.Drawing.Size(68, 68);
this.btnPrintHand.TabIndex = 15;
this.btnPrintHand.Text = "打印ASN";
this.btnPrintHand.UseVisualStyleBackColor = false;
this.btnPrintHand.Click += new System.EventHandler(this.btnPrintHand_Click);
//
// btnRePrint
//
this.btnRePrint.Location = new System.Drawing.Point(82, 30);
this.btnRePrint.Name = "btnRePrint";
this.btnRePrint.Size = new System.Drawing.Size(88, 68);
this.btnRePrint.TabIndex = 14;
this.btnRePrint.Text = "补打ASN";
this.btnRePrint.UseVisualStyleBackColor = true;
this.btnRePrint.Click += new System.EventHandler(this.btnRePrint_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.cbFields);
this.groupBox2.Controls.Add(this.txtKey);
this.groupBox2.Controls.Add(this.dateTimePicker1);
this.groupBox2.Controls.Add(this.dateTimePicker2);
this.groupBox2.Controls.Add(this.lblState);
this.groupBox2.Controls.Add(this.btnQuery);
this.groupBox2.Location = new System.Drawing.Point(145, 12);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(343, 123);
this.groupBox2.TabIndex = 22;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "日期和条件";
//
// cbFields
//
this.cbFields.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbFields.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbFields.FormattingEnabled = true;
this.cbFields.Items.AddRange(new object[] {
"AsnNumber",
"OrderNumber",
"CallOffNumber",
"PartsFamily"});
this.cbFields.Location = new System.Drawing.Point(13, 71);
this.cbFields.Name = "cbFields";
this.cbFields.Size = new System.Drawing.Size(120, 24);
this.cbFields.TabIndex = 7;
//
// txtKey
//
this.txtKey.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtKey.Location = new System.Drawing.Point(139, 70);
this.txtKey.Name = "txtKey";
this.txtKey.Size = new System.Drawing.Size(122, 29);
this.txtKey.TabIndex = 8;
//
// dateTimePicker1
//
this.dateTimePicker1.CustomFormat = "yyyy-MM-dd";
this.dateTimePicker1.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePicker1.Location = new System.Drawing.Point(13, 31);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(120, 29);
this.dateTimePicker1.TabIndex = 9;
//
// dateTimePicker2
//
this.dateTimePicker2.CustomFormat = "yyyy-MM-dd";
this.dateTimePicker2.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePicker2.Location = new System.Drawing.Point(139, 31);
this.dateTimePicker2.Name = "dateTimePicker2";
this.dateTimePicker2.Size = new System.Drawing.Size(122, 29);
this.dateTimePicker2.TabIndex = 10;
//
// btnQuery
//
this.btnQuery.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.btnQuery.Location = new System.Drawing.Point(266, 30);
this.btnQuery.Name = "btnQuery";
this.btnQuery.Size = new System.Drawing.Size(68, 68);
this.btnQuery.TabIndex = 11;
this.btnQuery.Text = "查询";
this.btnQuery.UseVisualStyleBackColor = false;
this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
//
// lblState
//
this.lblState.AutoSize = true;
this.lblState.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.lblState.ForeColor = System.Drawing.Color.Red;
this.lblState.Location = new System.Drawing.Point(16, 101);
this.lblState.Name = "lblState";
this.lblState.Size = new System.Drawing.Size(0, 16);
this.lblState.TabIndex = 12;
//
// timer1
//
this.timer1.Interval = 12000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// dgrdView1
//
this.dgrdView1.AllowUserToAddRows = false;
this.dgrdView1.AllowUserToOrderColumns = true;
this.dgrdView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, 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.dgrdView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dgrdView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgrdView1.DefaultCellStyle = dataGridViewCellStyle2;
this.dgrdView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgrdView1.Location = new System.Drawing.Point(0, 152);
this.dgrdView1.Name = "dgrdView1";
this.dgrdView1.ReadOnly = true;
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgrdView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
this.dgrdView1.RowTemplate.Height = 23;
this.dgrdView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgrdView1.Size = new System.Drawing.Size(890, 335);
this.dgrdView1.TabIndex = 13;
//
// lblShow
//
this.lblShow.Dock = System.Windows.Forms.DockStyle.Bottom;
this.lblShow.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblShow.Location = new System.Drawing.Point(0, 487);
this.lblShow.Name = "lblShow";
this.lblShow.Size = new System.Drawing.Size(890, 23);
this.lblShow.TabIndex = 14;
//
// frmEdiPrintReOrderASN
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.ClientSize = new System.Drawing.Size(890, 510);
this.Controls.Add(this.dgrdView1);
this.Controls.Add(this.panel1);
this.Controls.Add(this.lblShow);
this.Name = "frmEdiPrintReOrderASN";
this.TabText = "ReOrder-ASN管理";
this.Text = "ReOrder-ASN管理";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmEdiPrintReOrderASN_FormClosing);
this.Load += new System.EventHandler(this.frmEdiPrintReOrderASN_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.panel1.ResumeLayout(false);
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgrdView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.RadioButton rbPrint1;
private System.Windows.Forms.RadioButton rbPrint2;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label lblOutput;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.Button btnSet;
private System.Windows.Forms.Button btnOutPut;
private System.Windows.Forms.CheckBox chkAuto;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Button btnPrintHand;
private System.Windows.Forms.Button btnRePrint;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.ComboBox cbFields;
private System.Windows.Forms.TextBox txtKey;
private System.Windows.Forms.DateTimePicker dateTimePicker1;
private System.Windows.Forms.DateTimePicker dateTimePicker2;
private System.Windows.Forms.Button btnQuery;
private System.Windows.Forms.Label lblState;
private System.Windows.Forms.Timer timer1;
public System.Windows.Forms.DataGridView dgrdView1;
private System.Windows.Forms.Label lblShow;
}
}