namespace EAM 
 | 
{ 
 | 
    partial class Sc_MouldCost2 
 | 
    { 
 | 
        /// <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() 
 | 
        { 
 | 
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Sc_MouldCost2)); 
 | 
            this.label1 = new System.Windows.Forms.Label(); 
 | 
            this.button1 = new System.Windows.Forms.Button(); 
 | 
            this.button2 = new System.Windows.Forms.Button(); 
 | 
            this.button3 = new System.Windows.Forms.Button(); 
 | 
            this.panel1 = new System.Windows.Forms.Panel(); 
 | 
            this.pictureBox1 = new System.Windows.Forms.PictureBox(); 
 | 
            this.groupBox1 = new System.Windows.Forms.GroupBox(); 
 | 
            this.cmdHEDeptID = new System.Windows.Forms.Button(); 
 | 
            this.cmdHBDeptID = new System.Windows.Forms.Button(); 
 | 
            this.txtHEDeptID = new System.Windows.Forms.TextBox(); 
 | 
            this.label3 = new System.Windows.Forms.Label(); 
 | 
            this.txtHBDeptID = new System.Windows.Forms.TextBox(); 
 | 
            this.label2 = new System.Windows.Forms.Label(); 
 | 
            this.rbHDeptAll = new System.Windows.Forms.RadioButton(); 
 | 
            this.rbHDeptAToB = new System.Windows.Forms.RadioButton(); 
 | 
            this.radioButton1 = new System.Windows.Forms.RadioButton(); 
 | 
            this.groupBox2 = new System.Windows.Forms.GroupBox(); 
 | 
            this.cmdHDeptID = new System.Windows.Forms.Button(); 
 | 
            this.txtHDeptID = new System.Windows.Forms.TextBox(); 
 | 
            this.label4 = new System.Windows.Forms.Label(); 
 | 
            this.panel1.SuspendLayout(); 
 | 
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); 
 | 
            this.groupBox1.SuspendLayout(); 
 | 
            this.groupBox2.SuspendLayout(); 
 | 
            this.SuspendLayout(); 
 | 
            //  
 | 
            // label1 
 | 
            //  
 | 
            this.label1.AutoSize = true; 
 | 
            this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); 
 | 
            this.label1.Location = new System.Drawing.Point(208, 30); 
 | 
            this.label1.Name = "label1"; 
 | 
            this.label1.Size = new System.Drawing.Size(187, 12); 
 | 
            this.label1.TabIndex = 0; 
 | 
            this.label1.Text = "请您选择需要进行核算的部门:"; 
 | 
            //  
 | 
            // button1 
 | 
            //  
 | 
            this.button1.Location = new System.Drawing.Point(201, 14); 
 | 
            this.button1.Name = "button1"; 
 | 
            this.button1.Size = new System.Drawing.Size(70, 25); 
 | 
            this.button1.TabIndex = 5; 
 | 
            this.button1.Text = "上一步"; 
 | 
            this.button1.UseVisualStyleBackColor = true; 
 | 
            this.button1.Click += new System.EventHandler(this.button1_Click); 
 | 
            //  
 | 
            // button2 
 | 
            //  
 | 
            this.button2.Location = new System.Drawing.Point(299, 14); 
 | 
            this.button2.Name = "button2"; 
 | 
            this.button2.Size = new System.Drawing.Size(70, 25); 
 | 
            this.button2.TabIndex = 6; 
 | 
            this.button2.Text = "下一步"; 
 | 
            this.button2.UseVisualStyleBackColor = true; 
 | 
            this.button2.Click += new System.EventHandler(this.button2_Click); 
 | 
            //  
 | 
            // button3 
 | 
            //  
 | 
            this.button3.Location = new System.Drawing.Point(417, 14); 
 | 
            this.button3.Name = "button3"; 
 | 
            this.button3.Size = new System.Drawing.Size(70, 25); 
 | 
            this.button3.TabIndex = 7; 
 | 
            this.button3.Text = "退出"; 
 | 
            this.button3.UseVisualStyleBackColor = true; 
 | 
            this.button3.Click += new System.EventHandler(this.button3_Click); 
 | 
            //  
 | 
            // panel1 
 | 
            //  
 | 
            this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 
 | 
            this.panel1.Controls.Add(this.button3); 
 | 
            this.panel1.Controls.Add(this.button1); 
 | 
            this.panel1.Controls.Add(this.button2); 
 | 
            this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; 
 | 
            this.panel1.Location = new System.Drawing.Point(0, 315); 
 | 
            this.panel1.Name = "panel1"; 
 | 
            this.panel1.Size = new System.Drawing.Size(520, 55); 
 | 
            this.panel1.TabIndex = 8; 
 | 
            //  
 | 
            // pictureBox1 
 | 
            //  
 | 
            this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 
 | 
            this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left; 
 | 
            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); 
 | 
            this.pictureBox1.Location = new System.Drawing.Point(0, 0); 
 | 
            this.pictureBox1.Name = "pictureBox1"; 
 | 
            this.pictureBox1.Size = new System.Drawing.Size(172, 315); 
 | 
            this.pictureBox1.TabIndex = 9; 
 | 
            this.pictureBox1.TabStop = false; 
 | 
            //  
 | 
            // groupBox1 
 | 
            //  
 | 
            this.groupBox1.Controls.Add(this.cmdHEDeptID); 
 | 
            this.groupBox1.Controls.Add(this.cmdHBDeptID); 
 | 
            this.groupBox1.Controls.Add(this.txtHEDeptID); 
 | 
            this.groupBox1.Controls.Add(this.label3); 
 | 
            this.groupBox1.Controls.Add(this.txtHBDeptID); 
 | 
            this.groupBox1.Controls.Add(this.label2); 
 | 
            this.groupBox1.Location = new System.Drawing.Point(201, 123); 
 | 
            this.groupBox1.Name = "groupBox1"; 
 | 
            this.groupBox1.Size = new System.Drawing.Size(299, 84); 
 | 
            this.groupBox1.TabIndex = 10; 
 | 
            this.groupBox1.TabStop = false; 
 | 
            //  
 | 
            // 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(265, 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(265, 21); 
 | 
            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); 
 | 
            //  
 | 
            // txtHEDeptID 
 | 
            //  
 | 
            this.txtHEDeptID.Location = new System.Drawing.Point(88, 49); 
 | 
            this.txtHEDeptID.Name = "txtHEDeptID"; 
 | 
            this.txtHEDeptID.Size = new System.Drawing.Size(176, 21); 
 | 
            this.txtHEDeptID.TabIndex = 3; 
 | 
            //  
 | 
            // label3 
 | 
            //  
 | 
            this.label3.AutoSize = true; 
 | 
            this.label3.Location = new System.Drawing.Point(17, 51); 
 | 
            this.label3.Name = "label3"; 
 | 
            this.label3.Size = new System.Drawing.Size(29, 12); 
 | 
            this.label3.TabIndex = 2; 
 | 
            this.label3.Text = "至:"; 
 | 
            //  
 | 
            // txtHBDeptID 
 | 
            //  
 | 
            this.txtHBDeptID.Location = new System.Drawing.Point(88, 22); 
 | 
            this.txtHBDeptID.Name = "txtHBDeptID"; 
 | 
            this.txtHBDeptID.Size = new System.Drawing.Size(176, 21); 
 | 
            this.txtHBDeptID.TabIndex = 1; 
 | 
            //  
 | 
            // label2 
 | 
            //  
 | 
            this.label2.AutoSize = true; 
 | 
            this.label2.Location = new System.Drawing.Point(17, 24); 
 | 
            this.label2.Name = "label2"; 
 | 
            this.label2.Size = new System.Drawing.Size(65, 12); 
 | 
            this.label2.TabIndex = 0; 
 | 
            this.label2.Text = "部门代码:"; 
 | 
            //  
 | 
            // rbHDeptAll 
 | 
            //  
 | 
            this.rbHDeptAll.AutoSize = true; 
 | 
            this.rbHDeptAll.Checked = true; 
 | 
            this.rbHDeptAll.Location = new System.Drawing.Point(201, 69); 
 | 
            this.rbHDeptAll.Name = "rbHDeptAll"; 
 | 
            this.rbHDeptAll.Size = new System.Drawing.Size(119, 16); 
 | 
            this.rbHDeptAll.TabIndex = 11; 
 | 
            this.rbHDeptAll.TabStop = true; 
 | 
            this.rbHDeptAll.Text = "核算本期所有部门"; 
 | 
            this.rbHDeptAll.UseVisualStyleBackColor = true; 
 | 
            //  
 | 
            // rbHDeptAToB 
 | 
            //  
 | 
            this.rbHDeptAToB.AutoSize = true; 
 | 
            this.rbHDeptAToB.Location = new System.Drawing.Point(201, 101); 
 | 
            this.rbHDeptAToB.Name = "rbHDeptAToB"; 
 | 
            this.rbHDeptAToB.Size = new System.Drawing.Size(107, 16); 
 | 
            this.rbHDeptAToB.TabIndex = 12; 
 | 
            this.rbHDeptAToB.Text = "核算指定部门段"; 
 | 
            this.rbHDeptAToB.UseVisualStyleBackColor = true; 
 | 
            //  
 | 
            // radioButton1 
 | 
            //  
 | 
            this.radioButton1.AutoSize = true; 
 | 
            this.radioButton1.Location = new System.Drawing.Point(201, 225); 
 | 
            this.radioButton1.Name = "radioButton1"; 
 | 
            this.radioButton1.Size = new System.Drawing.Size(119, 16); 
 | 
            this.radioButton1.TabIndex = 13; 
 | 
            this.radioButton1.Text = "核算指定单个部门"; 
 | 
            this.radioButton1.UseVisualStyleBackColor = true; 
 | 
            //  
 | 
            // groupBox2 
 | 
            //  
 | 
            this.groupBox2.Controls.Add(this.cmdHDeptID); 
 | 
            this.groupBox2.Controls.Add(this.txtHDeptID); 
 | 
            this.groupBox2.Controls.Add(this.label4); 
 | 
            this.groupBox2.Location = new System.Drawing.Point(201, 243); 
 | 
            this.groupBox2.Name = "groupBox2"; 
 | 
            this.groupBox2.Size = new System.Drawing.Size(299, 62); 
 | 
            this.groupBox2.TabIndex = 14; 
 | 
            this.groupBox2.TabStop = false; 
 | 
            //  
 | 
            // cmdHDeptID 
 | 
            //  
 | 
            this.cmdHDeptID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHDeptID.Image"))); 
 | 
            this.cmdHDeptID.ImageAlign = System.Drawing.ContentAlignment.TopRight; 
 | 
            this.cmdHDeptID.Location = new System.Drawing.Point(265, 20); 
 | 
            this.cmdHDeptID.Name = "cmdHDeptID"; 
 | 
            this.cmdHDeptID.Size = new System.Drawing.Size(22, 22); 
 | 
            this.cmdHDeptID.TabIndex = 59; 
 | 
            this.cmdHDeptID.UseVisualStyleBackColor = true; 
 | 
            this.cmdHDeptID.Click += new System.EventHandler(this.cmdHDeptID_Click); 
 | 
            //  
 | 
            // txtHDeptID 
 | 
            //  
 | 
            this.txtHDeptID.Location = new System.Drawing.Point(88, 21); 
 | 
            this.txtHDeptID.Name = "txtHDeptID"; 
 | 
            this.txtHDeptID.Size = new System.Drawing.Size(176, 21); 
 | 
            this.txtHDeptID.TabIndex = 3; 
 | 
            //  
 | 
            // label4 
 | 
            //  
 | 
            this.label4.AutoSize = true; 
 | 
            this.label4.Location = new System.Drawing.Point(17, 23); 
 | 
            this.label4.Name = "label4"; 
 | 
            this.label4.Size = new System.Drawing.Size(65, 12); 
 | 
            this.label4.TabIndex = 2; 
 | 
            this.label4.Text = "部门代码:"; 
 | 
            //  
 | 
            // Sc_MouldCost2 
 | 
            //  
 | 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); 
 | 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 
 | 
            this.ClientSize = new System.Drawing.Size(520, 370); 
 | 
            this.Controls.Add(this.radioButton1); 
 | 
            this.Controls.Add(this.groupBox2); 
 | 
            this.Controls.Add(this.rbHDeptAToB); 
 | 
            this.Controls.Add(this.rbHDeptAll); 
 | 
            this.Controls.Add(this.groupBox1); 
 | 
            this.Controls.Add(this.pictureBox1); 
 | 
            this.Controls.Add(this.panel1); 
 | 
            this.Controls.Add(this.label1); 
 | 
            this.Name = "Sc_MouldCost2"; 
 | 
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; 
 | 
            this.Text = "本期费用总额核算向导"; 
 | 
            this.Load += new System.EventHandler(this.Sc_MouldCost2_Load); 
 | 
            this.panel1.ResumeLayout(false); 
 | 
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); 
 | 
            this.groupBox1.ResumeLayout(false); 
 | 
            this.groupBox1.PerformLayout(); 
 | 
            this.groupBox2.ResumeLayout(false); 
 | 
            this.groupBox2.PerformLayout(); 
 | 
            this.ResumeLayout(false); 
 | 
            this.PerformLayout(); 
 | 
  
 | 
        } 
 | 
  
 | 
        #endregion 
 | 
  
 | 
        private System.Windows.Forms.Label label1; 
 | 
        private System.Windows.Forms.Button button1; 
 | 
        private System.Windows.Forms.Button button2; 
 | 
        private System.Windows.Forms.Button button3; 
 | 
        private System.Windows.Forms.Panel panel1; 
 | 
        private System.Windows.Forms.PictureBox pictureBox1; 
 | 
        private System.Windows.Forms.GroupBox groupBox1; 
 | 
        public  System.Windows.Forms.RadioButton rbHDeptAll; 
 | 
        public  System.Windows.Forms.RadioButton rbHDeptAToB; 
 | 
        public  System.Windows.Forms.TextBox txtHEDeptID; 
 | 
        private System.Windows.Forms.Label label3; 
 | 
        public  System.Windows.Forms.TextBox txtHBDeptID; 
 | 
        private System.Windows.Forms.Label label2; 
 | 
        private System.Windows.Forms.RadioButton radioButton1; 
 | 
        private System.Windows.Forms.GroupBox groupBox2; 
 | 
        public  System.Windows.Forms.TextBox txtHDeptID; 
 | 
        private System.Windows.Forms.Label label4; 
 | 
        private System.Windows.Forms.Button cmdHEDeptID; 
 | 
        private System.Windows.Forms.Button cmdHBDeptID; 
 | 
        private System.Windows.Forms.Button cmdHDeptID; 
 | 
    } 
 | 
} 
 |