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

📄 addemployee_form.designer.cs

📁 人力管理系统
💻 CS
📖 第 1 页 / 共 2 页
字号:
            // 
            this.txtIDCrad.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtIDCrad.Location = new System.Drawing.Point(395, 246);
            this.txtIDCrad.Name = "txtIDCrad";
            this.txtIDCrad.Size = new System.Drawing.Size(176, 21);
            this.txtIDCrad.TabIndex = 18;
            this.txtIDCrad.Text = "12345678";
            // 
            // txtTelephone
            // 
            this.txtTelephone.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtTelephone.Location = new System.Drawing.Point(105, 272);
            this.txtTelephone.Name = "txtTelephone";
            this.txtTelephone.Size = new System.Drawing.Size(278, 21);
            this.txtTelephone.TabIndex = 19;
            this.txtTelephone.Text = "123445567";
            // 
            // txtGz
            // 
            this.txtGz.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtGz.Location = new System.Drawing.Point(477, 272);
            this.txtGz.Name = "txtGz";
            this.txtGz.Size = new System.Drawing.Size(94, 21);
            this.txtGz.TabIndex = 20;
            this.txtGz.Text = "123";
            // 
            // cmbBu
            // 
            this.cmbBu.FormattingEnabled = true;
            this.cmbBu.Location = new System.Drawing.Point(105, 299);
            this.cmbBu.Name = "cmbBu";
            this.cmbBu.Size = new System.Drawing.Size(94, 20);
            this.cmbBu.TabIndex = 21;
            // 
            // cmbZhiWei
            // 
            this.cmbZhiWei.FormattingEnabled = true;
            this.cmbZhiWei.Location = new System.Drawing.Point(289, 299);
            this.cmbZhiWei.Name = "cmbZhiWei";
            this.cmbZhiWei.Size = new System.Drawing.Size(94, 20);
            this.cmbZhiWei.TabIndex = 22;
            // 
            // cmbZhiChen
            // 
            this.cmbZhiChen.FormattingEnabled = true;
            this.cmbZhiChen.Location = new System.Drawing.Point(477, 299);
            this.cmbZhiChen.Name = "cmbZhiChen";
            this.cmbZhiChen.Size = new System.Drawing.Size(94, 20);
            this.cmbZhiChen.TabIndex = 23;
            this.cmbZhiChen.SelectedIndexChanged += new System.EventHandler(this.comboBox10_SelectedIndexChanged);
            // 
            // textBox9
            // 
            this.textBox9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.textBox9.Location = new System.Drawing.Point(105, 325);
            this.textBox9.Name = "textBox9";
            this.textBox9.Size = new System.Drawing.Size(172, 21);
            this.textBox9.TabIndex = 24;
            this.textBox9.Text = "121";
            // 
            // dtpBegin
            // 
            this.dtpBegin.Location = new System.Drawing.Point(395, 325);
            this.dtpBegin.Name = "dtpBegin";
            this.dtpBegin.Size = new System.Drawing.Size(79, 21);
            this.dtpBegin.TabIndex = 25;
            // 
            // dtpEnd
            // 
            this.dtpEnd.Location = new System.Drawing.Point(489, 325);
            this.dtpEnd.Name = "dtpEnd";
            this.dtpEnd.Size = new System.Drawing.Size(82, 21);
            this.dtpEnd.TabIndex = 26;
            // 
            // txtResume
            // 
            this.txtResume.Location = new System.Drawing.Point(66, 351);
            this.txtResume.Multiline = true;
            this.txtResume.Name = "txtResume";
            this.txtResume.Size = new System.Drawing.Size(506, 132);
            this.txtResume.TabIndex = 27;
            this.txtResume.Text = "121213123123123";
            // 
            // txtRemark
            // 
            this.txtRemark.Location = new System.Drawing.Point(66, 489);
            this.txtRemark.Multiline = true;
            this.txtRemark.Name = "txtRemark";
            this.txtRemark.Size = new System.Drawing.Size(506, 135);
            this.txtRemark.TabIndex = 28;
            this.txtRemark.Text = "123123123";
            // 
            // btnSave
            // 
            this.btnSave.Location = new System.Drawing.Point(353, 651);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(75, 23);
            this.btnSave.TabIndex = 30;
            this.btnSave.Text = "保存";
            this.btnSave.UseVisualStyleBackColor = true;
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            // 
            // btnCancel
            // 
            this.btnCancel.Location = new System.Drawing.Point(462, 651);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(75, 23);
            this.btnCancel.TabIndex = 31;
            this.btnCancel.Text = "取消";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // panel2
            // 
            this.panel2.BackColor = System.Drawing.Color.White;
            this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel2.Controls.Add(this.button3);
            this.panel2.Controls.Add(this.textBox13);
            this.panel2.Controls.Add(this.textBox12);
            this.panel2.Controls.Add(this.label2);
            this.panel2.Controls.Add(this.label1);
            this.panel2.Location = new System.Drawing.Point(241, 58);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(233, 39);
            this.panel2.TabIndex = 32;
            this.panel2.Visible = false;
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(176, 4);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(54, 23);
            this.button3.TabIndex = 35;
            this.button3.Text = "确定";
            this.button3.UseVisualStyleBackColor = true;
            // 
            // textBox13
            // 
            this.textBox13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.textBox13.Location = new System.Drawing.Point(123, 6);
            this.textBox13.Name = "textBox13";
            this.textBox13.Size = new System.Drawing.Size(47, 21);
            this.textBox13.TabIndex = 34;
            // 
            // textBox12
            // 
            this.textBox12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.textBox12.Location = new System.Drawing.Point(35, 6);
            this.textBox12.Name = "textBox12";
            this.textBox12.Size = new System.Drawing.Size(47, 21);
            this.textBox12.TabIndex = 33;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(88, 15);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(29, 12);
            this.label2.TabIndex = 1;
            this.label2.Text = "长度";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(3, 15);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(29, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "前缀";
            // 
            // openFileDialog1
            // 
            this.openFileDialog1.Filter = "JPEG(*.JPG;*.JPEG;*.JPE;*.JFIF)|*.JPG;*.JPEG;*.JPE;*.JFIF";
            // 
            // pictureBox1
            // 
            this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
            this.pictureBox1.ContextMenuStrip = this.contextMenuStrip1;
            this.pictureBox1.Cursor = System.Windows.Forms.Cursors.WaitCursor;
            this.pictureBox1.Location = new System.Drawing.Point(455, 65);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(116, 149);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox1.TabIndex = 2;
            this.pictureBox1.TabStop = false;
            this.pictureBox1.UseWaitCursor = true;
            // 
            // AddEmployee_Form
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSize = true;
            this.BackgroundImage = global::rsMange.Properties.Resources.bj2;
            this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            this.ClientSize = new System.Drawing.Size(596, 696);
            this.Controls.Add(this.pictureBox1);
            this.Controls.Add(this.cmbSex);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnSave);
            this.Controls.Add(this.txtRemark);
            this.Controls.Add(this.txtResume);
            this.Controls.Add(this.dtpEnd);
            this.Controls.Add(this.dtpBegin);
            this.Controls.Add(this.textBox9);
            this.Controls.Add(this.cmbZhiChen);
            this.Controls.Add(this.cmbZhiWei);
            this.Controls.Add(this.cmbBu);
            this.Controls.Add(this.txtGz);
            this.Controls.Add(this.txtTelephone);
            this.Controls.Add(this.txtIDCrad);
            this.Controls.Add(this.txtEmail);
            this.Controls.Add(this.txtAddress);
            this.Controls.Add(this.textBox3);
            this.Controls.Add(this.dtpInDate);
            this.Controls.Add(this.dtpBrith);
            this.Controls.Add(this.comboBox7);
            this.Controls.Add(this.comboBox6);
            this.Controls.Add(this.comboBox5);
            this.Controls.Add(this.comboBox4);
            this.Controls.Add(this.cmbZenzhi);
            this.Controls.Add(this.cmbFenYin);
            this.Controls.Add(this.txtName);
            this.Controls.Add(this.linkLabel3);
            this.Controls.Add(this.linkLabel2);
            this.Controls.Add(this.linkLabel1);
            this.Controls.Add(this.checkBox1);
            this.Controls.Add(this.txtID);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MaximumSize = new System.Drawing.Size(604, 730);
            this.MinimizeBox = false;
            this.MinimumSize = new System.Drawing.Size(604, 730);
            this.Name = "AddEmployee_Form";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "用户基本信息--[新增]";
            this.Load += new System.EventHandler(this.AddEmployee_Form_Load);
            this.contextMenuStrip1.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.TextBox txtID;
        private System.Windows.Forms.CheckBox checkBox1;
        private System.Windows.Forms.LinkLabel linkLabel1;
        private System.Windows.Forms.LinkLabel linkLabel2;
        private System.Windows.Forms.LinkLabel linkLabel3;
        private System.Windows.Forms.TextBox txtName;
        private System.Windows.Forms.ComboBox cmbSex;
        private System.Windows.Forms.ComboBox cmbFenYin;
        private System.Windows.Forms.ComboBox cmbZenzhi;
        private System.Windows.Forms.ComboBox comboBox4;
        private System.Windows.Forms.ComboBox comboBox5;
        private System.Windows.Forms.ComboBox comboBox6;
        private System.Windows.Forms.ComboBox comboBox7;
        private System.Windows.Forms.DateTimePicker dtpBrith;
        private System.Windows.Forms.DateTimePicker dtpInDate;
        private System.Windows.Forms.TextBox textBox3;
        private System.Windows.Forms.TextBox txtAddress;
        private System.Windows.Forms.TextBox txtEmail;
        private System.Windows.Forms.TextBox txtIDCrad;
        private System.Windows.Forms.TextBox txtTelephone;
        private System.Windows.Forms.TextBox txtGz;
        private System.Windows.Forms.ComboBox cmbBu;
        private System.Windows.Forms.ComboBox cmbZhiWei;
        private System.Windows.Forms.ComboBox cmbZhiChen;
        private System.Windows.Forms.TextBox textBox9;
        private System.Windows.Forms.DateTimePicker dtpBegin;
        private System.Windows.Forms.DateTimePicker dtpEnd;
        private System.Windows.Forms.TextBox txtResume;
        private System.Windows.Forms.TextBox txtRemark;
        private System.Windows.Forms.Button btnSave;
        private System.Windows.Forms.Button btnCancel;
        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.Button button3;
        private System.Windows.Forms.TextBox textBox13;
        private System.Windows.Forms.TextBox textBox12;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.OpenFileDialog openFileDialog1;
        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
        private System.Windows.Forms.ToolStripMenuItem 从文件ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 从扫描议ToolStripMenuItem;
    }
}

⌨️ 快捷键说明

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