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

📄 formaddsocia.designer.cs

📁 数据库开发与实例(1+1混合数据库开发实例丛书)人事管理系统的源代码
💻 CS
字号:
using System.Data;
namespace HRMan.HROper
{
    partial class FormAddSocia
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;
        private DataTable dt = 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(FormAddSocia));
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.Remarks_txt = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.Unit_txt = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.Location_cb = new System.Windows.Forms.ComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.sName_txt = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.Name_txt = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.No_cb = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.Remarks_txt);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.Unit_txt);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.Location_cb);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.sName_txt);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.Name_txt);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.No_cb);
            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(359, 208);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "员工社会关系";
            // 
            // Remarks_txt
            // 
            this.Remarks_txt.BackColor = System.Drawing.SystemColors.Info;
            this.Remarks_txt.Location = new System.Drawing.Point(71, 121);
            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(270, 72);
            this.Remarks_txt.TabIndex = 23;
            // 
            // label6
            // 
            this.label6.Location = new System.Drawing.Point(12, 123);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(32, 16);
            this.label6.TabIndex = 22;
            this.label6.Text = "备注";
            // 
            // Unit_txt
            // 
            this.Unit_txt.BackColor = System.Drawing.SystemColors.Info;
            this.Unit_txt.Location = new System.Drawing.Point(71, 84);
            this.Unit_txt.Name = "Unit_txt";
            this.Unit_txt.Size = new System.Drawing.Size(270, 21);
            this.Unit_txt.TabIndex = 21;
            // 
            // label5
            // 
            this.label5.Location = new System.Drawing.Point(11, 87);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(54, 16);
            this.label5.TabIndex = 20;
            this.label5.Text = "单位职务";
            // 
            // Location_cb
            // 
            this.Location_cb.BackColor = System.Drawing.SystemColors.Info;
            this.Location_cb.Items.AddRange(new object[] {
            "父子",
            "母子",
            "叔父",
            "叔侄",
            "爷孙"});
            this.Location_cb.Location = new System.Drawing.Point(241, 50);
            this.Location_cb.Name = "Location_cb";
            this.Location_cb.Size = new System.Drawing.Size(100, 20);
            this.Location_cb.TabIndex = 19;
            // 
            // label4
            // 
            this.label4.Location = new System.Drawing.Point(180, 55);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(54, 16);
            this.label4.TabIndex = 18;
            this.label4.Text = "关系";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // sName_txt
            // 
            this.sName_txt.BackColor = System.Drawing.SystemColors.Info;
            this.sName_txt.Location = new System.Drawing.Point(241, 20);
            this.sName_txt.Name = "sName_txt";
            this.sName_txt.Size = new System.Drawing.Size(100, 21);
            this.sName_txt.TabIndex = 17;
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(179, 24);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(54, 16);
            this.label3.TabIndex = 16;
            this.label3.Text = "姓名";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // Name_txt
            // 
            this.Name_txt.BackColor = System.Drawing.SystemColors.Info;
            this.Name_txt.Enabled = false;
            this.Name_txt.Location = new System.Drawing.Point(71, 50);
            this.Name_txt.Name = "Name_txt";
            this.Name_txt.Size = new System.Drawing.Size(100, 21);
            this.Name_txt.TabIndex = 15;
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(9, 55);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(56, 16);
            this.label2.TabIndex = 14;
            this.label2.Text = "员工姓名";
            // 
            // No_cb
            // 
            this.No_cb.BackColor = System.Drawing.SystemColors.Info;
            this.No_cb.Location = new System.Drawing.Point(71, 20);
            this.No_cb.Name = "No_cb";
            this.No_cb.Size = new System.Drawing.Size(100, 20);
            this.No_cb.TabIndex = 13;
            this.No_cb.SelectedIndexChanged += new System.EventHandler(this.No_cb_SelectedIndexChanged);
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(9, 24);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(56, 16);
            this.label1.TabIndex = 12;
            this.label1.Text = "员工编号";
            // 
            // button1
            // 
            this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
            this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.button1.Location = new System.Drawing.Point(105, 239);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(78, 23);
            this.button1.TabIndex = 14;
            this.button1.Text = "确定";
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // button2
            // 
            this.button2.Image = ((System.Drawing.Image)(resources.GetObject("button2.Image")));
            this.button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.button2.Location = new System.Drawing.Point(216, 239);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 13;
            this.button2.Text = "取消";
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // FormAddSocia
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(383, 275);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.groupBox1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FormAddSocia";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormAddSocia_FormClosed);
            this.Load += new System.EventHandler(this.FormAddSocia_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.TextBox Remarks_txt;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox Unit_txt;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.ComboBox Location_cb;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox sName_txt;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox Name_txt;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.ComboBox No_cb;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Button button2;
    }
}

⌨️ 快捷键说明

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