namespace APSM 
 | 
{ 
 | 
    partial class K3_ICMOSetWorkCenterListDlg 
 | 
    { 
 | 
        /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(K3_ICMOSetWorkCenterListDlg)); 
 | 
            this.lblHBDate = new System.Windows.Forms.Label(); 
 | 
            this.dtpHBDate = new System.Windows.Forms.DateTimePicker(); 
 | 
            this.cmdOK = new System.Windows.Forms.Button(); 
 | 
            this.cmdCancel = new System.Windows.Forms.Button(); 
 | 
            this.groupBox2 = new System.Windows.Forms.GroupBox(); 
 | 
            this.label8 = new System.Windows.Forms.Label(); 
 | 
            this.txtHEICMONo = new System.Windows.Forms.TextBox(); 
 | 
            this.txtHBICMONo = new System.Windows.Forms.TextBox(); 
 | 
            this.label9 = new System.Windows.Forms.Label(); 
 | 
            this.label6 = new System.Windows.Forms.Label(); 
 | 
            this.txtHESellNo = new System.Windows.Forms.TextBox(); 
 | 
            this.txtHBSellNo = new System.Windows.Forms.TextBox(); 
 | 
            this.label7 = new System.Windows.Forms.Label(); 
 | 
            this.cmdHEMaterID = new System.Windows.Forms.Button(); 
 | 
            this.cmdHBMaterID = new System.Windows.Forms.Button(); 
 | 
            this.label4 = new System.Windows.Forms.Label(); 
 | 
            this.txtHEMaterID = new System.Windows.Forms.TextBox(); 
 | 
            this.txtHBMaterID = new System.Windows.Forms.TextBox(); 
 | 
            this.label5 = new System.Windows.Forms.Label(); 
 | 
            this.label2 = new System.Windows.Forms.Label(); 
 | 
            this.cmdHEDeptID = new System.Windows.Forms.Button(); 
 | 
            this.cmdHBDeptID = new System.Windows.Forms.Button(); 
 | 
            this.label1 = new System.Windows.Forms.Label(); 
 | 
            this.dtpHEDate = new System.Windows.Forms.DateTimePicker(); 
 | 
            this.txtHEDeptID = new System.Windows.Forms.TextBox(); 
 | 
            this.txtHBDeptID = new System.Windows.Forms.TextBox(); 
 | 
            this.label3 = new System.Windows.Forms.Label(); 
 | 
            this.timer1 = new System.Windows.Forms.Timer(this.components); 
 | 
            this.label10 = new System.Windows.Forms.Label(); 
 | 
            this.cmbStatus = new System.Windows.Forms.ComboBox(); 
 | 
            this.groupBox2.SuspendLayout(); 
 | 
            this.SuspendLayout(); 
 | 
            //  
 | 
            // lblHBDate 
 | 
            //  
 | 
            this.lblHBDate.AutoSize = true; 
 | 
            this.lblHBDate.Location = new System.Drawing.Point(13, 20); 
 | 
            this.lblHBDate.Name = "lblHBDate"; 
 | 
            this.lblHBDate.Size = new System.Drawing.Size(53, 12); 
 | 
            this.lblHBDate.TabIndex = 0; 
 | 
            this.lblHBDate.Text = "日    期"; 
 | 
            //  
 | 
            // dtpHBDate 
 | 
            //  
 | 
            this.dtpHBDate.Format = System.Windows.Forms.DateTimePickerFormat.Short; 
 | 
            this.dtpHBDate.Location = new System.Drawing.Point(71, 20); 
 | 
            this.dtpHBDate.Name = "dtpHBDate"; 
 | 
            this.dtpHBDate.Size = new System.Drawing.Size(143, 21); 
 | 
            this.dtpHBDate.TabIndex = 5; 
 | 
            //  
 | 
            // cmdOK 
 | 
            //  
 | 
            this.cmdOK.Location = new System.Drawing.Point(266, 210); 
 | 
            this.cmdOK.Name = "cmdOK"; 
 | 
            this.cmdOK.Size = new System.Drawing.Size(68, 23); 
 | 
            this.cmdOK.TabIndex = 22; 
 | 
            this.cmdOK.Text = "确定"; 
 | 
            this.cmdOK.UseVisualStyleBackColor = true; 
 | 
            this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click); 
 | 
            //  
 | 
            // cmdCancel 
 | 
            //  
 | 
            this.cmdCancel.Location = new System.Drawing.Point(352, 210); 
 | 
            this.cmdCancel.Name = "cmdCancel"; 
 | 
            this.cmdCancel.Size = new System.Drawing.Size(62, 23); 
 | 
            this.cmdCancel.TabIndex = 23; 
 | 
            this.cmdCancel.Text = "取消"; 
 | 
            this.cmdCancel.UseVisualStyleBackColor = true; 
 | 
            this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click); 
 | 
            //  
 | 
            // groupBox2 
 | 
            //  
 | 
            this.groupBox2.Controls.Add(this.label10); 
 | 
            this.groupBox2.Controls.Add(this.cmbStatus); 
 | 
            this.groupBox2.Controls.Add(this.label8); 
 | 
            this.groupBox2.Controls.Add(this.txtHEICMONo); 
 | 
            this.groupBox2.Controls.Add(this.txtHBICMONo); 
 | 
            this.groupBox2.Controls.Add(this.label9); 
 | 
            this.groupBox2.Controls.Add(this.label6); 
 | 
            this.groupBox2.Controls.Add(this.txtHESellNo); 
 | 
            this.groupBox2.Controls.Add(this.txtHBSellNo); 
 | 
            this.groupBox2.Controls.Add(this.label7); 
 | 
            this.groupBox2.Controls.Add(this.cmdHEMaterID); 
 | 
            this.groupBox2.Controls.Add(this.cmdHBMaterID); 
 | 
            this.groupBox2.Controls.Add(this.label4); 
 | 
            this.groupBox2.Controls.Add(this.txtHEMaterID); 
 | 
            this.groupBox2.Controls.Add(this.txtHBMaterID); 
 | 
            this.groupBox2.Controls.Add(this.label5); 
 | 
            this.groupBox2.Controls.Add(this.label2); 
 | 
            this.groupBox2.Controls.Add(this.cmdHEDeptID); 
 | 
            this.groupBox2.Controls.Add(this.cmdHBDeptID); 
 | 
            this.groupBox2.Controls.Add(this.label1); 
 | 
            this.groupBox2.Controls.Add(this.dtpHEDate); 
 | 
            this.groupBox2.Controls.Add(this.dtpHBDate); 
 | 
            this.groupBox2.Controls.Add(this.txtHEDeptID); 
 | 
            this.groupBox2.Controls.Add(this.lblHBDate); 
 | 
            this.groupBox2.Controls.Add(this.txtHBDeptID); 
 | 
            this.groupBox2.Controls.Add(this.label3); 
 | 
            this.groupBox2.Location = new System.Drawing.Point(14, 12); 
 | 
            this.groupBox2.Name = "groupBox2"; 
 | 
            this.groupBox2.Size = new System.Drawing.Size(400, 192); 
 | 
            this.groupBox2.TabIndex = 26; 
 | 
            this.groupBox2.TabStop = false; 
 | 
            //  
 | 
            // label8 
 | 
            //  
 | 
            this.label8.AutoSize = true; 
 | 
            this.label8.Location = new System.Drawing.Point(220, 136); 
 | 
            this.label8.Name = "label8"; 
 | 
            this.label8.Size = new System.Drawing.Size(17, 12); 
 | 
            this.label8.TabIndex = 83; 
 | 
            this.label8.Text = "至"; 
 | 
            //  
 | 
            // txtHEICMONo 
 | 
            //  
 | 
            this.txtHEICMONo.Location = new System.Drawing.Point(252, 131); 
 | 
            this.txtHEICMONo.Name = "txtHEICMONo"; 
 | 
            this.txtHEICMONo.Size = new System.Drawing.Size(138, 21); 
 | 
            this.txtHEICMONo.TabIndex = 82; 
 | 
            //  
 | 
            // txtHBICMONo 
 | 
            //  
 | 
            this.txtHBICMONo.Location = new System.Drawing.Point(71, 131); 
 | 
            this.txtHBICMONo.Name = "txtHBICMONo"; 
 | 
            this.txtHBICMONo.Size = new System.Drawing.Size(143, 21); 
 | 
            this.txtHBICMONo.TabIndex = 81; 
 | 
            //  
 | 
            // label9 
 | 
            //  
 | 
            this.label9.AutoSize = true; 
 | 
            this.label9.Location = new System.Drawing.Point(13, 131); 
 | 
            this.label9.Name = "label9"; 
 | 
            this.label9.Size = new System.Drawing.Size(53, 12); 
 | 
            this.label9.TabIndex = 80; 
 | 
            this.label9.Text = "任务单号"; 
 | 
            //  
 | 
            // label6 
 | 
            //  
 | 
            this.label6.AutoSize = true; 
 | 
            this.label6.Location = new System.Drawing.Point(220, 108); 
 | 
            this.label6.Name = "label6"; 
 | 
            this.label6.Size = new System.Drawing.Size(17, 12); 
 | 
            this.label6.TabIndex = 77; 
 | 
            this.label6.Text = "至"; 
 | 
            //  
 | 
            // txtHESellNo 
 | 
            //  
 | 
            this.txtHESellNo.Location = new System.Drawing.Point(252, 103); 
 | 
            this.txtHESellNo.Name = "txtHESellNo"; 
 | 
            this.txtHESellNo.Size = new System.Drawing.Size(138, 21); 
 | 
            this.txtHESellNo.TabIndex = 76; 
 | 
            //  
 | 
            // txtHBSellNo 
 | 
            //  
 | 
            this.txtHBSellNo.Location = new System.Drawing.Point(71, 103); 
 | 
            this.txtHBSellNo.Name = "txtHBSellNo"; 
 | 
            this.txtHBSellNo.Size = new System.Drawing.Size(143, 21); 
 | 
            this.txtHBSellNo.TabIndex = 75; 
 | 
            //  
 | 
            // label7 
 | 
            //  
 | 
            this.label7.AutoSize = true; 
 | 
            this.label7.Location = new System.Drawing.Point(2, 103); 
 | 
            this.label7.Name = "label7"; 
 | 
            this.label7.Size = new System.Drawing.Size(65, 12); 
 | 
            this.label7.TabIndex = 74; 
 | 
            this.label7.Text = "销售订单号"; 
 | 
            //  
 | 
            // cmdHEMaterID 
 | 
            //  
 | 
            this.cmdHEMaterID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHEMaterID.Image"))); 
 | 
            this.cmdHEMaterID.ImageAlign = System.Drawing.ContentAlignment.TopRight; 
 | 
            this.cmdHEMaterID.Location = new System.Drawing.Point(368, 75); 
 | 
            this.cmdHEMaterID.Name = "cmdHEMaterID"; 
 | 
            this.cmdHEMaterID.Size = new System.Drawing.Size(22, 22); 
 | 
            this.cmdHEMaterID.TabIndex = 73; 
 | 
            this.cmdHEMaterID.UseVisualStyleBackColor = true; 
 | 
            this.cmdHEMaterID.Click += new System.EventHandler(this.cmdHEMaterID_Click); 
 | 
            //  
 | 
            // cmdHBMaterID 
 | 
            //  
 | 
            this.cmdHBMaterID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHBMaterID.Image"))); 
 | 
            this.cmdHBMaterID.ImageAlign = System.Drawing.ContentAlignment.TopRight; 
 | 
            this.cmdHBMaterID.Location = new System.Drawing.Point(192, 75); 
 | 
            this.cmdHBMaterID.Name = "cmdHBMaterID"; 
 | 
            this.cmdHBMaterID.Size = new System.Drawing.Size(22, 22); 
 | 
            this.cmdHBMaterID.TabIndex = 72; 
 | 
            this.cmdHBMaterID.UseVisualStyleBackColor = true; 
 | 
            this.cmdHBMaterID.Click += new System.EventHandler(this.cmdHBMaterID_Click); 
 | 
            //  
 | 
            // label4 
 | 
            //  
 | 
            this.label4.AutoSize = true; 
 | 
            this.label4.Location = new System.Drawing.Point(220, 80); 
 | 
            this.label4.Name = "label4"; 
 | 
            this.label4.Size = new System.Drawing.Size(17, 12); 
 | 
            this.label4.TabIndex = 71; 
 | 
            this.label4.Text = "至"; 
 | 
            //  
 | 
            // txtHEMaterID 
 | 
            //  
 | 
            this.txtHEMaterID.Location = new System.Drawing.Point(252, 75); 
 | 
            this.txtHEMaterID.Name = "txtHEMaterID"; 
 | 
            this.txtHEMaterID.Size = new System.Drawing.Size(121, 21); 
 | 
            this.txtHEMaterID.TabIndex = 70; 
 | 
            //  
 | 
            // txtHBMaterID 
 | 
            //  
 | 
            this.txtHBMaterID.Location = new System.Drawing.Point(71, 75); 
 | 
            this.txtHBMaterID.Name = "txtHBMaterID"; 
 | 
            this.txtHBMaterID.Size = new System.Drawing.Size(121, 21); 
 | 
            this.txtHBMaterID.TabIndex = 69; 
 | 
            //  
 | 
            // label5 
 | 
            //  
 | 
            this.label5.AutoSize = true; 
 | 
            this.label5.Location = new System.Drawing.Point(13, 75); 
 | 
            this.label5.Name = "label5"; 
 | 
            this.label5.Size = new System.Drawing.Size(53, 12); 
 | 
            this.label5.TabIndex = 68; 
 | 
            this.label5.Text = "产    品"; 
 | 
            //  
 | 
            // label2 
 | 
            //  
 | 
            this.label2.AutoSize = true; 
 | 
            this.label2.Location = new System.Drawing.Point(220, 20); 
 | 
            this.label2.Name = "label2"; 
 | 
            this.label2.Size = new System.Drawing.Size(17, 12); 
 | 
            this.label2.TabIndex = 66; 
 | 
            this.label2.Text = "至"; 
 | 
            //  
 | 
            // cmdHEDeptID 
 | 
            //  
 | 
            this.cmdHEDeptID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHEDeptID.Image"))); 
 | 
            this.cmdHEDeptID.ImageAlign = System.Drawing.ContentAlignment.TopRight; 
 | 
            this.cmdHEDeptID.Location = new System.Drawing.Point(368, 48); 
 | 
            this.cmdHEDeptID.Name = "cmdHEDeptID"; 
 | 
            this.cmdHEDeptID.Size = new System.Drawing.Size(22, 22); 
 | 
            this.cmdHEDeptID.TabIndex = 59; 
 | 
            this.cmdHEDeptID.UseVisualStyleBackColor = true; 
 | 
            this.cmdHEDeptID.Click += new System.EventHandler(this.cmdHEDeptID_Click); 
 | 
            //  
 | 
            // cmdHBDeptID 
 | 
            //  
 | 
            this.cmdHBDeptID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHBDeptID.Image"))); 
 | 
            this.cmdHBDeptID.ImageAlign = System.Drawing.ContentAlignment.TopRight; 
 | 
            this.cmdHBDeptID.Location = new System.Drawing.Point(192, 48); 
 | 
            this.cmdHBDeptID.Name = "cmdHBDeptID"; 
 | 
            this.cmdHBDeptID.Size = new System.Drawing.Size(22, 22); 
 | 
            this.cmdHBDeptID.TabIndex = 58; 
 | 
            this.cmdHBDeptID.UseVisualStyleBackColor = true; 
 | 
            this.cmdHBDeptID.Click += new System.EventHandler(this.cmdHBDeptID_Click); 
 | 
            //  
 | 
            // label1 
 | 
            //  
 | 
            this.label1.AutoSize = true; 
 | 
            this.label1.Location = new System.Drawing.Point(220, 53); 
 | 
            this.label1.Name = "label1"; 
 | 
            this.label1.Size = new System.Drawing.Size(17, 12); 
 | 
            this.label1.TabIndex = 57; 
 | 
            this.label1.Text = "至"; 
 | 
            //  
 | 
            // dtpHEDate 
 | 
            //  
 | 
            this.dtpHEDate.Format = System.Windows.Forms.DateTimePickerFormat.Short; 
 | 
            this.dtpHEDate.Location = new System.Drawing.Point(252, 20); 
 | 
            this.dtpHEDate.Name = "dtpHEDate"; 
 | 
            this.dtpHEDate.Size = new System.Drawing.Size(138, 21); 
 | 
            this.dtpHEDate.TabIndex = 67; 
 | 
            //  
 | 
            // txtHEDeptID 
 | 
            //  
 | 
            this.txtHEDeptID.Location = new System.Drawing.Point(252, 48); 
 | 
            this.txtHEDeptID.Name = "txtHEDeptID"; 
 | 
            this.txtHEDeptID.Size = new System.Drawing.Size(121, 21); 
 | 
            this.txtHEDeptID.TabIndex = 56; 
 | 
            //  
 | 
            // txtHBDeptID 
 | 
            //  
 | 
            this.txtHBDeptID.Location = new System.Drawing.Point(71, 48); 
 | 
            this.txtHBDeptID.Name = "txtHBDeptID"; 
 | 
            this.txtHBDeptID.Size = new System.Drawing.Size(121, 21); 
 | 
            this.txtHBDeptID.TabIndex = 55; 
 | 
            //  
 | 
            // label3 
 | 
            //  
 | 
            this.label3.AutoSize = true; 
 | 
            this.label3.Location = new System.Drawing.Point(13, 48); 
 | 
            this.label3.Name = "label3"; 
 | 
            this.label3.Size = new System.Drawing.Size(53, 12); 
 | 
            this.label3.TabIndex = 54; 
 | 
            this.label3.Text = "部    门"; 
 | 
            //  
 | 
            // timer1 
 | 
            //  
 | 
            this.timer1.Enabled = true; 
 | 
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick); 
 | 
            //  
 | 
            // label10 
 | 
            //  
 | 
            this.label10.AutoSize = true; 
 | 
            this.label10.Location = new System.Drawing.Point(13, 161); 
 | 
            this.label10.Name = "label10"; 
 | 
            this.label10.Size = new System.Drawing.Size(53, 12); 
 | 
            this.label10.TabIndex = 85; 
 | 
            this.label10.Text = "状    态"; 
 | 
            //  
 | 
            // cmbStatus 
 | 
            //  
 | 
            this.cmbStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 
 | 
            this.cmbStatus.FormattingEnabled = true; 
 | 
            this.cmbStatus.Items.AddRange(new object[] { 
 | 
            "全部", 
 | 
            "计划", 
 | 
            "确认", 
 | 
            "下达"}); 
 | 
            this.cmbStatus.Location = new System.Drawing.Point(71, 158); 
 | 
            this.cmbStatus.Name = "cmbStatus"; 
 | 
            this.cmbStatus.Size = new System.Drawing.Size(319, 20); 
 | 
            this.cmbStatus.TabIndex = 84; 
 | 
            //  
 | 
            // K3_ICMOSetWorkCenterListDlg 
 | 
            //  
 | 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); 
 | 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 
 | 
            this.ClientSize = new System.Drawing.Size(429, 243); 
 | 
            this.Controls.Add(this.groupBox2); 
 | 
            this.Controls.Add(this.cmdCancel); 
 | 
            this.Controls.Add(this.cmdOK); 
 | 
            this.Name = "K3_ICMOSetWorkCenterListDlg"; 
 | 
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; 
 | 
            this.Text = "过滤条件"; 
 | 
            this.Load += new System.EventHandler(this.K3_ICMOSetWorkCenterListDlg_Load); 
 | 
            this.groupBox2.ResumeLayout(false); 
 | 
            this.groupBox2.PerformLayout(); 
 | 
            this.ResumeLayout(false); 
 | 
  
 | 
        } 
 | 
  
 | 
        #endregion 
 | 
  
 | 
        private System.Windows.Forms.Label lblHBDate; 
 | 
        private System.Windows.Forms.Button cmdOK; 
 | 
        private System.Windows.Forms.Button cmdCancel; 
 | 
        public System.Windows.Forms.DateTimePicker dtpHBDate; 
 | 
        private System.Windows.Forms.Timer timer1; 
 | 
        public System.Windows.Forms.GroupBox groupBox2; 
 | 
        private System.Windows.Forms.Button cmdHEDeptID; 
 | 
        private System.Windows.Forms.Button cmdHBDeptID; 
 | 
        private System.Windows.Forms.Label label1; 
 | 
        public System.Windows.Forms.TextBox txtHEDeptID; 
 | 
        public System.Windows.Forms.TextBox txtHBDeptID; 
 | 
        private System.Windows.Forms.Label label3; 
 | 
        private System.Windows.Forms.Label label2; 
 | 
        public System.Windows.Forms.DateTimePicker dtpHEDate; 
 | 
        private System.Windows.Forms.Label label8; 
 | 
        public System.Windows.Forms.TextBox txtHEICMONo; 
 | 
        public System.Windows.Forms.TextBox txtHBICMONo; 
 | 
        private System.Windows.Forms.Label label9; 
 | 
        private System.Windows.Forms.Label label6; 
 | 
        public System.Windows.Forms.TextBox txtHESellNo; 
 | 
        public System.Windows.Forms.TextBox txtHBSellNo; 
 | 
        private System.Windows.Forms.Label label7; 
 | 
        private System.Windows.Forms.Button cmdHEMaterID; 
 | 
        private System.Windows.Forms.Button cmdHBMaterID; 
 | 
        private System.Windows.Forms.Label label4; 
 | 
        public System.Windows.Forms.TextBox txtHEMaterID; 
 | 
        public System.Windows.Forms.TextBox txtHBMaterID; 
 | 
        private System.Windows.Forms.Label label5; 
 | 
        private System.Windows.Forms.Label label10; 
 | 
        public System.Windows.Forms.ComboBox cmbStatus; 
 | 
    } 
 | 
} 
 |