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.
 
 
 
 

184 lines
9.1 KiB

namespace Stone.WinModule.JISAdmin
{
partial class frmEdiPrintASNSelect
{
/// <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.chkPackingList = new System.Windows.Forms.CheckedListBox();
this.chkAll = new System.Windows.Forms.CheckBox();
this.btnOK = new System.Windows.Forms.Button();
this.btnClose = new System.Windows.Forms.Button();
this.btnUpdate = new System.Windows.Forms.Button();
this.lblState = new System.Windows.Forms.Label();
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
this.txtPackageGroupName = new System.Windows.Forms.ComboBox();
this.SuspendLayout();
//
// chkPackingList
//
this.chkPackingList.CheckOnClick = true;
this.chkPackingList.FormattingEnabled = true;
this.chkPackingList.Location = new System.Drawing.Point(16, 58);
this.chkPackingList.Margin = new System.Windows.Forms.Padding(4);
this.chkPackingList.Name = "chkPackingList";
this.chkPackingList.Size = new System.Drawing.Size(553, 487);
this.chkPackingList.TabIndex = 0;
this.chkPackingList.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.chkPackingList_ItemCheck);
this.chkPackingList.MouseClick += new System.Windows.Forms.MouseEventHandler(this.chkPackingList_MouseClick);
this.chkPackingList.SelectedIndexChanged += new System.EventHandler(this.chkPackingList_SelectedIndexChanged);
//
// chkAll
//
this.chkAll.AutoSize = true;
this.chkAll.Location = new System.Drawing.Point(17, 568);
this.chkAll.Margin = new System.Windows.Forms.Padding(4);
this.chkAll.Name = "chkAll";
this.chkAll.Size = new System.Drawing.Size(99, 20);
this.chkAll.TabIndex = 1;
this.chkAll.Text = "全选/取消";
this.chkAll.UseVisualStyleBackColor = true;
this.chkAll.CheckedChanged += new System.EventHandler(this.chkAll_CheckedChanged);
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(579, 115);
this.btnOK.Margin = new System.Windows.Forms.Padding(4);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(100, 49);
this.btnOK.TabIndex = 2;
this.btnOK.Text = "打印ASN";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnClose
//
this.btnClose.Location = new System.Drawing.Point(579, 496);
this.btnClose.Margin = new System.Windows.Forms.Padding(4);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(100, 49);
this.btnClose.TabIndex = 3;
this.btnClose.Text = "关闭";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// btnUpdate
//
this.btnUpdate.Location = new System.Drawing.Point(579, 58);
this.btnUpdate.Margin = new System.Windows.Forms.Padding(4);
this.btnUpdate.Name = "btnUpdate";
this.btnUpdate.Size = new System.Drawing.Size(100, 49);
this.btnUpdate.TabIndex = 4;
this.btnUpdate.Text = "刷新数据";
this.btnUpdate.UseVisualStyleBackColor = true;
this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
//
// lblState
//
this.lblState.AutoSize = true;
this.lblState.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblState.ForeColor = System.Drawing.Color.Red;
this.lblState.Location = new System.Drawing.Point(180, 568);
this.lblState.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblState.Name = "lblState";
this.lblState.Size = new System.Drawing.Size(69, 19);
this.lblState.TabIndex = 5;
this.lblState.Text = "记录:";
//
// 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(17, 20);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(120, 29);
this.dateTimePicker1.TabIndex = 11;
this.dateTimePicker1.Visible = false;
//
// 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(143, 20);
this.dateTimePicker2.Name = "dateTimePicker2";
this.dateTimePicker2.Size = new System.Drawing.Size(122, 29);
this.dateTimePicker2.TabIndex = 12;
this.dateTimePicker2.Visible = false;
//
// txtPackageGroupName
//
this.txtPackageGroupName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.txtPackageGroupName.FormattingEnabled = true;
this.txtPackageGroupName.Location = new System.Drawing.Point(501, 20);
this.txtPackageGroupName.Name = "txtPackageGroupName";
this.txtPackageGroupName.Size = new System.Drawing.Size(178, 24);
this.txtPackageGroupName.TabIndex = 13;
this.txtPackageGroupName.SelectedIndexChanged += new System.EventHandler(this.txtPackageGroupName_SelectedIndexChanged);
//
// frmEdiPrintASNSelect
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(704, 613);
this.Controls.Add(this.txtPackageGroupName);
this.Controls.Add(this.dateTimePicker1);
this.Controls.Add(this.dateTimePicker2);
this.Controls.Add(this.lblState);
this.Controls.Add(this.btnUpdate);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.chkAll);
this.Controls.Add(this.chkPackingList);
this.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Margin = new System.Windows.Forms.Padding(4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmEdiPrintASNSelect";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "选择装箱单来打印ASN";
this.Load += new System.EventHandler(this.frmEdiPrintASNSelect_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.CheckedListBox chkPackingList;
private System.Windows.Forms.CheckBox chkAll;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.Button btnUpdate;
private System.Windows.Forms.Label lblState;
private System.Windows.Forms.DateTimePicker dateTimePicker1;
private System.Windows.Forms.DateTimePicker dateTimePicker2;
private System.Windows.Forms.ComboBox txtPackageGroupName;
}
}