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

📄 frmemployeeinfo.designer.cs

📁 随着我国市场经济的快速发展
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.txtYGminzu.Location = new System.Drawing.Point(261, 84);
            this.txtYGminzu.Name = "txtYGminzu";
            this.txtYGminzu.Size = new System.Drawing.Size(100, 20);
            this.txtYGminzu.TabIndex = 29;
            // 
            // cbbYGBumen
            // 
            this.cbbYGBumen.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbbYGBumen.FormattingEnabled = true;
            this.cbbYGBumen.Location = new System.Drawing.Point(261, 50);
            this.cbbYGBumen.Name = "cbbYGBumen";
            this.cbbYGBumen.Size = new System.Drawing.Size(100, 20);
            this.cbbYGBumen.TabIndex = 27;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(380, 14);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(40, 23);
            this.button1.TabIndex = 24;
            this.button1.Text = "选择";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(193, 163);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(65, 12);
            this.label10.TabIndex = 20;
            this.label10.Text = "就职日期:";
            // 
            // txtYGPhone
            // 
            this.txtYGPhone.Location = new System.Drawing.Point(77, 158);
            this.txtYGPhone.Name = "txtYGPhone";
            this.txtYGPhone.Size = new System.Drawing.Size(100, 21);
            this.txtYGPhone.TabIndex = 19;
            this.txtYGPhone.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtYGPhone_KeyPress);
            // 
            // cbbYGHunyin
            // 
            this.cbbYGHunyin.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbbYGHunyin.FormattingEnabled = true;
            this.cbbYGHunyin.Items.AddRange(new object[] {
            "保密",
            "已婚",
            "未婚"});
            this.cbbYGHunyin.Location = new System.Drawing.Point(77, 120);
            this.cbbYGHunyin.Name = "cbbYGHunyin";
            this.cbbYGHunyin.Size = new System.Drawing.Size(100, 20);
            this.cbbYGHunyin.TabIndex = 17;
            // 
            // cbbYGSex
            // 
            this.cbbYGSex.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbbYGSex.FormattingEnabled = true;
            this.cbbYGSex.Items.AddRange(new object[] {
            "男",
            "女"});
            this.cbbYGSex.Location = new System.Drawing.Point(77, 49);
            this.cbbYGSex.Name = "cbbYGSex";
            this.cbbYGSex.Size = new System.Drawing.Size(100, 20);
            this.cbbYGSex.TabIndex = 13;
            // 
            // txtYGName
            // 
            this.txtYGName.Location = new System.Drawing.Point(261, 13);
            this.txtYGName.Name = "txtYGName";
            this.txtYGName.Size = new System.Drawing.Size(100, 21);
            this.txtYGName.TabIndex = 12;
            this.txtYGName.TextChanged += new System.EventHandler(this.txtYGName_TextChanged);
            // 
            // txtYGNum
            // 
            this.txtYGNum.Location = new System.Drawing.Point(77, 13);
            this.txtYGNum.Name = "txtYGNum";
            this.txtYGNum.ReadOnly = true;
            this.txtYGNum.Size = new System.Drawing.Size(100, 21);
            this.txtYGNum.TabIndex = 11;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(6, 19);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 2;
            this.label1.Text = "员工编号:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(193, 18);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 3;
            this.label2.Text = "员工姓名:";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(6, 52);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(65, 12);
            this.label3.TabIndex = 4;
            this.label3.Text = "员工性别:";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(193, 53);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(65, 12);
            this.label4.TabIndex = 5;
            this.label4.Text = "所属部门:";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(6, 88);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(65, 12);
            this.label5.TabIndex = 6;
            this.label5.Text = "出生日期:";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(193, 88);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(65, 12);
            this.label6.TabIndex = 7;
            this.label6.Text = "民   族:";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(6, 125);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(65, 12);
            this.label7.TabIndex = 8;
            this.label7.Text = "婚姻状况:";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(193, 124);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(65, 12);
            this.label8.TabIndex = 9;
            this.label8.Text = "担任职务:";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(6, 161);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(65, 12);
            this.label9.TabIndex = 10;
            this.label9.Text = "手机号码:";
            // 
            // openFileDialog1
            // 
            this.openFileDialog1.FileName = "openFileDialog1";
            // 
            // frmEmployeeInfo
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.WhiteSmoke;
            this.ClientSize = new System.Drawing.Size(488, 289);
            this.Controls.Add(this.toolStrip2);
            this.Controls.Add(this.tabControl1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "frmEmployeeInfo";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Load += new System.EventHandler(this.frmEmployeeInfo_Load);
            this.toolStrip2.ResumeLayout(false);
            this.toolStrip2.PerformLayout();
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ToolStrip toolStrip2;
        private System.Windows.Forms.ToolStripButton toolStripLabel1;
        private System.Windows.Forms.ToolStripButton toolStripLabel2;
        private System.Windows.Forms.ToolStripButton toolStripLabel3;
        private System.Windows.Forms.ToolStripButton toolStripLabel4;
        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.ComboBox cbbYGBumen;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.TextBox txtYGPhone;
        private System.Windows.Forms.ComboBox cbbYGHunyin;
        private System.Windows.Forms.ComboBox cbbYGSex;
        private System.Windows.Forms.TextBox txtYGName;
        private System.Windows.Forms.TextBox txtYGNum;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.OpenFileDialog openFileDialog1;
        private System.Windows.Forms.ComboBox txtYGminzu;
        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.ComboBox txtYGZhiwu;
        private System.Windows.Forms.TextBox txtYGPay;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.DateTimePicker txtYGJiuzhi;
        private System.Windows.Forms.DateTimePicker txtYGBirthday;
        private System.Windows.Forms.Button button2;
    }
}

⌨️ 快捷键说明

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