⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 formaddempchange.designer.cs

📁 数据库开发与实例(1+1混合数据库开发实例丛书)人事管理系统的源代码
💻 CS
字号:
using System.Data;
using System.Text;
namespace HRMan.HROper
{
    partial class FormAddEmpChange
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;
        private DataTable table = new DataTable();
        private string ID = string.Empty;
        /// <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(FormAddEmpChange));
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.Fjob_txt = new System.Windows.Forms.TextBox();
            this.Trantime_dtp = new System.Windows.Forms.DateTimePicker();
            this.Fsection_txt = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.Remarks_txt = new System.Windows.Forms.TextBox();
            this.label10 = new System.Windows.Forms.Label();
            this.App_cb = new System.Windows.Forms.ComboBox();
            this.label9 = new System.Windows.Forms.Label();
            this.Name_txt = new System.Windows.Forms.TextBox();
            this.Reson_txt = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.Ljob_cb = new System.Windows.Forms.ComboBox();
            this.label7 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.Lsection_cb = new System.Windows.Forms.ComboBox();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.No_cb = new System.Windows.Forms.ComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.button2 = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.Fjob_txt);
            this.groupBox1.Controls.Add(this.Trantime_dtp);
            this.groupBox1.Controls.Add(this.Fsection_txt);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.Remarks_txt);
            this.groupBox1.Controls.Add(this.label10);
            this.groupBox1.Controls.Add(this.App_cb);
            this.groupBox1.Controls.Add(this.label9);
            this.groupBox1.Controls.Add(this.Name_txt);
            this.groupBox1.Controls.Add(this.Reson_txt);
            this.groupBox1.Controls.Add(this.label8);
            this.groupBox1.Controls.Add(this.Ljob_cb);
            this.groupBox1.Controls.Add(this.label7);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.Lsection_cb);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.No_cb);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Location = new System.Drawing.Point(12, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(393, 258);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "员工调动信息";
            // 
            // Fjob_txt
            // 
            this.Fjob_txt.BackColor = System.Drawing.SystemColors.Info;
            this.Fjob_txt.Enabled = false;
            this.Fjob_txt.Location = new System.Drawing.Point(99, 73);
            this.Fjob_txt.Name = "Fjob_txt";
            this.Fjob_txt.Size = new System.Drawing.Size(100, 21);
            this.Fjob_txt.TabIndex = 46;
            // 
            // Trantime_dtp
            // 
            this.Trantime_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.Trantime_dtp.Location = new System.Drawing.Point(280, 104);
            this.Trantime_dtp.Name = "Trantime_dtp";
            this.Trantime_dtp.Size = new System.Drawing.Size(100, 21);
            this.Trantime_dtp.TabIndex = 29;
            // 
            // Fsection_txt
            // 
            this.Fsection_txt.BackColor = System.Drawing.SystemColors.Info;
            this.Fsection_txt.Enabled = false;
            this.Fsection_txt.Location = new System.Drawing.Point(280, 19);
            this.Fsection_txt.Name = "Fsection_txt";
            this.Fsection_txt.Size = new System.Drawing.Size(100, 21);
            this.Fsection_txt.TabIndex = 45;
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(209, 104);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(56, 16);
            this.label3.TabIndex = 28;
            this.label3.Text = "调动时间";
            // 
            // Remarks_txt
            // 
            this.Remarks_txt.BackColor = System.Drawing.SystemColors.Info;
            this.Remarks_txt.Location = new System.Drawing.Point(82, 194);
            this.Remarks_txt.Multiline = true;
            this.Remarks_txt.Name = "Remarks_txt";
            this.Remarks_txt.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.Remarks_txt.Size = new System.Drawing.Size(296, 50);
            this.Remarks_txt.TabIndex = 42;
            // 
            // label10
            // 
            this.label10.Location = new System.Drawing.Point(21, 194);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(32, 16);
            this.label10.TabIndex = 41;
            this.label10.Text = "备注";
            // 
            // App_cb
            // 
            this.App_cb.BackColor = System.Drawing.SystemColors.Info;
            this.App_cb.Location = new System.Drawing.Point(280, 73);
            this.App_cb.Name = "App_cb";
            this.App_cb.Size = new System.Drawing.Size(100, 20);
            this.App_cb.TabIndex = 40;
            // 
            // label9
            // 
            this.label9.Location = new System.Drawing.Point(209, 78);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(48, 16);
            this.label9.TabIndex = 39;
            this.label9.Text = "批准人";
            // 
            // Name_txt
            // 
            this.Name_txt.BackColor = System.Drawing.SystemColors.Info;
            this.Name_txt.Enabled = false;
            this.Name_txt.Location = new System.Drawing.Point(82, 44);
            this.Name_txt.Name = "Name_txt";
            this.Name_txt.Size = new System.Drawing.Size(100, 21);
            this.Name_txt.TabIndex = 38;
            // 
            // Reson_txt
            // 
            this.Reson_txt.BackColor = System.Drawing.SystemColors.Info;
            this.Reson_txt.Location = new System.Drawing.Point(82, 139);
            this.Reson_txt.Multiline = true;
            this.Reson_txt.Name = "Reson_txt";
            this.Reson_txt.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.Reson_txt.Size = new System.Drawing.Size(296, 48);
            this.Reson_txt.TabIndex = 37;
            // 
            // label8
            // 
            this.label8.Location = new System.Drawing.Point(21, 142);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(56, 16);
            this.label8.TabIndex = 36;
            this.label8.Text = "调动原因";
            // 
            // Ljob_cb
            // 
            this.Ljob_cb.BackColor = System.Drawing.SystemColors.Info;
            this.Ljob_cb.Location = new System.Drawing.Point(99, 104);
            this.Ljob_cb.Name = "Ljob_cb";
            this.Ljob_cb.Size = new System.Drawing.Size(100, 20);
            this.Ljob_cb.TabIndex = 35;
            // 
            // label7
            // 
            this.label7.Location = new System.Drawing.Point(21, 107);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(72, 16);
            this.label7.TabIndex = 34;
            this.label7.Text = "调动后职务";
            // 
            // label6
            // 
            this.label6.Location = new System.Drawing.Point(21, 78);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(72, 16);
            this.label6.TabIndex = 33;
            this.label6.Text = "调动前职务";
            // 
            // Lsection_cb
            // 
            this.Lsection_cb.BackColor = System.Drawing.SystemColors.Info;
            this.Lsection_cb.Location = new System.Drawing.Point(280, 45);
            this.Lsection_cb.Name = "Lsection_cb";
            this.Lsection_cb.Size = new System.Drawing.Size(100, 20);
            this.Lsection_cb.TabIndex = 32;
            // 
            // label5
            // 
            this.label5.Location = new System.Drawing.Point(209, 51);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(72, 16);
            this.label5.TabIndex = 31;
            this.label5.Text = "调动后部门";
            // 
            // label4
            // 
            this.label4.Location = new System.Drawing.Point(209, 26);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(72, 16);
            this.label4.TabIndex = 30;
            this.label4.Text = "调动前部门";
            // 
            // No_cb
            // 
            this.No_cb.BackColor = System.Drawing.SystemColors.Info;
            this.No_cb.Location = new System.Drawing.Point(82, 20);
            this.No_cb.Name = "No_cb";
            this.No_cb.Size = new System.Drawing.Size(100, 20);
            this.No_cb.TabIndex = 27;
            this.No_cb.SelectedIndexChanged += new System.EventHandler(this.No_cb_SelectedIndexChanged);
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(21, 51);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(56, 16);
            this.label2.TabIndex = 26;
            this.label2.Text = "员工姓名";
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(21, 26);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(56, 16);
            this.label1.TabIndex = 25;
            this.label1.Text = "员工编号";
            // 
            // button2
            // 
            this.button2.Image = ((System.Drawing.Image)(resources.GetObject("button2.Image")));
            this.button2.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
            this.button2.Location = new System.Drawing.Point(223, 287);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 44;
            this.button2.Text = "取消";
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // button1
            // 
            this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
            this.button1.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
            this.button1.Location = new System.Drawing.Point(94, 287);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 43;
            this.button1.Text = "确定";
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // FormAddEmpChange
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(412, 321);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.button2);
            this.MaximizeBox = false;
            this.Name = "FormAddEmpChange";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormAddEmpChange_FormClosed);
            this.Load += new System.EventHandler(this.FormAddEmpChange_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.TextBox Fjob_txt;
        private System.Windows.Forms.DateTimePicker Trantime_dtp;
        private System.Windows.Forms.TextBox Fsection_txt;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox Remarks_txt;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.ComboBox App_cb;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.TextBox Name_txt;
        private System.Windows.Forms.TextBox Reson_txt;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.ComboBox Ljob_cb;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.ComboBox Lsection_cb;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.ComboBox No_cb;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.Button button1;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -