namespace Stone.WinModule.JISAdmin
{
partial class frmEdiPrintASNOutNew
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmEdiPrintASNOutNew));
this.panel1 = new System.Windows.Forms.Panel();
this.lblState = new System.Windows.Forms.Label();
this.btnOutput = new System.Windows.Forms.Button();
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.dgrdView1 = new System.Windows.Forms.DataGridView();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgrdView1)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.lblState);
this.panel1.Controls.Add(this.btnOutput);
this.panel1.Controls.Add(this.cbFields);
this.panel1.Controls.Add(this.txtKey);
this.panel1.Controls.Add(this.dateTimePicker1);
this.panel1.Controls.Add(this.dateTimePicker2);
this.panel1.Controls.Add(this.btnQuery);
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(802, 63);
this.panel1.TabIndex = 0;
//
// lblState
//
this.lblState.AutoSize = true;
this.lblState.Location = new System.Drawing.Point(618, 23);
this.lblState.Name = "lblState";
this.lblState.Size = new System.Drawing.Size(59, 12);
this.lblState.TabIndex = 18;
this.lblState.Text = "记录数:0";
//
// btnOutput
//
this.btnOutput.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnOutput.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.btnOutput.Location = new System.Drawing.Point(722, 14);
this.btnOutput.Name = "btnOutput";
this.btnOutput.Size = new System.Drawing.Size(68, 30);
this.btnOutput.TabIndex = 17;
this.btnOutput.Text = "导出";
this.btnOutput.UseVisualStyleBackColor = false;
this.btnOutput.Click += new System.EventHandler(this.btnOutput_Click);
//
// 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",
"SequenceNumber"});
this.cbFields.Location = new System.Drawing.Point(290, 17);
this.cbFields.Name = "cbFields";
this.cbFields.Size = new System.Drawing.Size(120, 24);
this.cbFields.TabIndex = 12;
//
// 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(416, 15);
this.txtKey.Name = "txtKey";
this.txtKey.Size = new System.Drawing.Size(122, 29);
this.txtKey.TabIndex = 13;
//
// 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(23, 15);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(120, 29);
this.dateTimePicker1.TabIndex = 14;
//
// 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(149, 15);
this.dateTimePicker2.Name = "dateTimePicker2";
this.dateTimePicker2.Size = new System.Drawing.Size(122, 29);
this.dateTimePicker2.TabIndex = 15;
//
// btnQuery
//
this.btnQuery.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.btnQuery.Location = new System.Drawing.Point(544, 14);
this.btnQuery.Name = "btnQuery";
this.btnQuery.Size = new System.Drawing.Size(68, 30);
this.btnQuery.TabIndex = 16;
this.btnQuery.Text = "查询";
this.btnQuery.UseVisualStyleBackColor = false;
this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
//
// dgrdView1
//
this.dgrdView1.AllowUserToAddRows = false;
this.dgrdView1.AllowUserToOrderColumns = true;
this.dgrdView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.dgrdView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgrdView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgrdView1.Location = new System.Drawing.Point(0, 63);
this.dgrdView1.Name = "dgrdView1";
this.dgrdView1.ReadOnly = true;
this.dgrdView1.RowTemplate.Height = 23;
this.dgrdView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgrdView1.Size = new System.Drawing.Size(802, 485);
this.dgrdView1.TabIndex = 11;
//
// frmEdiPrintASNOutNew
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(802, 548);
this.Controls.Add(this.dgrdView1);
this.Controls.Add(this.panel1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmEdiPrintASNOutNew";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "导出ASN";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.frmEdiPrintASNOutNew_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgrdView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
public System.Windows.Forms.DataGridView dgrdView1;
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.Button btnOutput;
private System.Windows.Forms.Label lblState;
}
}