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

📄 frmemployeeinfo.designer.cs

📁 随着我国市场经济的快速发展
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace PMS
{
    partial class frmEmployeeInfo
    {
        /// <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(frmEmployeeInfo));
            this.toolStrip2 = new System.Windows.Forms.ToolStrip();
            this.toolStripLabel1 = new System.Windows.Forms.ToolStripButton();
            this.toolStripLabel2 = new System.Windows.Forms.ToolStripButton();
            this.toolStripLabel3 = new System.Windows.Forms.ToolStripButton();
            this.toolStripLabel4 = new System.Windows.Forms.ToolStripButton();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.button2 = new System.Windows.Forms.Button();
            this.txtYGJiuzhi = new System.Windows.Forms.DateTimePicker();
            this.txtYGBirthday = new System.Windows.Forms.DateTimePicker();
            this.txtYGPay = new System.Windows.Forms.TextBox();
            this.label11 = new System.Windows.Forms.Label();
            this.txtYGZhiwu = new System.Windows.Forms.ComboBox();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.txtYGminzu = new System.Windows.Forms.ComboBox();
            this.cbbYGBumen = new System.Windows.Forms.ComboBox();
            this.button1 = new System.Windows.Forms.Button();
            this.label10 = new System.Windows.Forms.Label();
            this.txtYGPhone = new System.Windows.Forms.TextBox();
            this.cbbYGHunyin = new System.Windows.Forms.ComboBox();
            this.cbbYGSex = new System.Windows.Forms.ComboBox();
            this.txtYGName = new System.Windows.Forms.TextBox();
            this.txtYGNum = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.toolStrip2.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // toolStrip2
            // 
            this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabel1,
            this.toolStripLabel2,
            this.toolStripLabel3,
            this.toolStripLabel4});
            this.toolStrip2.Location = new System.Drawing.Point(0, 0);
            this.toolStrip2.Name = "toolStrip2";
            this.toolStrip2.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
            this.toolStrip2.Size = new System.Drawing.Size(488, 25);
            this.toolStrip2.TabIndex = 3;
            this.toolStrip2.Text = "toolStrip2";
            // 
            // toolStripLabel1
            // 
            this.toolStripLabel1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripLabel1.Image")));
            this.toolStripLabel1.Name = "toolStripLabel1";
            this.toolStripLabel1.Size = new System.Drawing.Size(49, 22);
            this.toolStripLabel1.Text = "修改";
            this.toolStripLabel1.Click += new System.EventHandler(this.toolStripLabel1_Click);
            // 
            // toolStripLabel2
            // 
            this.toolStripLabel2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripLabel2.Image")));
            this.toolStripLabel2.Name = "toolStripLabel2";
            this.toolStripLabel2.Size = new System.Drawing.Size(49, 22);
            this.toolStripLabel2.Text = "删除";
            this.toolStripLabel2.Click += new System.EventHandler(this.toolStripLabel2_Click);
            // 
            // toolStripLabel3
            // 
            this.toolStripLabel3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripLabel3.Image")));
            this.toolStripLabel3.Name = "toolStripLabel3";
            this.toolStripLabel3.Size = new System.Drawing.Size(49, 22);
            this.toolStripLabel3.Text = "打印";
            this.toolStripLabel3.Click += new System.EventHandler(this.toolStripLabel3_Click);
            // 
            // toolStripLabel4
            // 
            this.toolStripLabel4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripLabel4.Image")));
            this.toolStripLabel4.Name = "toolStripLabel4";
            this.toolStripLabel4.Size = new System.Drawing.Size(49, 22);
            this.toolStripLabel4.Text = "退出";
            this.toolStripLabel4.Click += new System.EventHandler(this.toolStripLabel4_Click);
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Location = new System.Drawing.Point(0, 28);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(488, 260);
            this.tabControl1.TabIndex = 2;
            // 
            // tabPage1
            // 
            this.tabPage1.BackColor = System.Drawing.Color.WhiteSmoke;
            this.tabPage1.Controls.Add(this.button2);
            this.tabPage1.Controls.Add(this.txtYGJiuzhi);
            this.tabPage1.Controls.Add(this.txtYGBirthday);
            this.tabPage1.Controls.Add(this.txtYGPay);
            this.tabPage1.Controls.Add(this.label11);
            this.tabPage1.Controls.Add(this.txtYGZhiwu);
            this.tabPage1.Controls.Add(this.pictureBox1);
            this.tabPage1.Controls.Add(this.txtYGminzu);
            this.tabPage1.Controls.Add(this.cbbYGBumen);
            this.tabPage1.Controls.Add(this.button1);
            this.tabPage1.Controls.Add(this.label10);
            this.tabPage1.Controls.Add(this.txtYGPhone);
            this.tabPage1.Controls.Add(this.cbbYGHunyin);
            this.tabPage1.Controls.Add(this.cbbYGSex);
            this.tabPage1.Controls.Add(this.txtYGName);
            this.tabPage1.Controls.Add(this.txtYGNum);
            this.tabPage1.Controls.Add(this.label1);
            this.tabPage1.Controls.Add(this.label2);
            this.tabPage1.Controls.Add(this.label3);
            this.tabPage1.Controls.Add(this.label4);
            this.tabPage1.Controls.Add(this.label5);
            this.tabPage1.Controls.Add(this.label6);
            this.tabPage1.Controls.Add(this.label7);
            this.tabPage1.Controls.Add(this.label8);
            this.tabPage1.Controls.Add(this.label9);
            this.tabPage1.Location = new System.Drawing.Point(4, 21);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(480, 235);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "员工基本信息";
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(427, 14);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(43, 23);
            this.button2.TabIndex = 37;
            this.button2.Text = "默认";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // txtYGJiuzhi
            // 
            this.txtYGJiuzhi.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.txtYGJiuzhi.Location = new System.Drawing.Point(261, 158);
            this.txtYGJiuzhi.Name = "txtYGJiuzhi";
            this.txtYGJiuzhi.Size = new System.Drawing.Size(100, 21);
            this.txtYGJiuzhi.TabIndex = 36;
            // 
            // txtYGBirthday
            // 
            this.txtYGBirthday.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.txtYGBirthday.Location = new System.Drawing.Point(77, 84);
            this.txtYGBirthday.Name = "txtYGBirthday";
            this.txtYGBirthday.Size = new System.Drawing.Size(100, 21);
            this.txtYGBirthday.TabIndex = 35;
            // 
            // txtYGPay
            // 
            this.txtYGPay.Location = new System.Drawing.Point(77, 194);
            this.txtYGPay.Name = "txtYGPay";
            this.txtYGPay.Size = new System.Drawing.Size(100, 21);
            this.txtYGPay.TabIndex = 34;
            this.txtYGPay.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtYGPay_KeyPress);
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(8, 197);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(65, 12);
            this.label11.TabIndex = 33;
            this.label11.Text = "工资待遇:";
            // 
            // txtYGZhiwu
            // 
            this.txtYGZhiwu.FormattingEnabled = true;
            this.txtYGZhiwu.Location = new System.Drawing.Point(261, 121);
            this.txtYGZhiwu.Name = "txtYGZhiwu";
            this.txtYGZhiwu.Size = new System.Drawing.Size(100, 20);
            this.txtYGZhiwu.TabIndex = 32;
            // 
            // pictureBox1
            // 
            this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.pictureBox1.Location = new System.Drawing.Point(380, 52);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(90, 120);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox1.TabIndex = 30;
            this.pictureBox1.TabStop = false;
            // 
            // txtYGminzu
            // 
            this.txtYGminzu.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.txtYGminzu.FormattingEnabled = true;
            this.txtYGminzu.Items.AddRange(new object[] {
            "汉族",
            "满族",
            "朝鲜族"});

⌨️ 快捷键说明

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