📄 addemployee_form.designer.cs
字号:
namespace rsMange
{
partial class AddEmployee_Form
{
/// <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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddEmployee_Form));
this.txtID = new System.Windows.Forms.TextBox();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.linkLabel2 = new System.Windows.Forms.LinkLabel();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.从文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.从扫描议ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.linkLabel3 = new System.Windows.Forms.LinkLabel();
this.txtName = new System.Windows.Forms.TextBox();
this.cmbSex = new System.Windows.Forms.ComboBox();
this.cmbFenYin = new System.Windows.Forms.ComboBox();
this.cmbZenzhi = new System.Windows.Forms.ComboBox();
this.comboBox4 = new System.Windows.Forms.ComboBox();
this.comboBox5 = new System.Windows.Forms.ComboBox();
this.comboBox6 = new System.Windows.Forms.ComboBox();
this.comboBox7 = new System.Windows.Forms.ComboBox();
this.dtpBrith = new System.Windows.Forms.DateTimePicker();
this.dtpInDate = new System.Windows.Forms.DateTimePicker();
this.textBox3 = new System.Windows.Forms.TextBox();
this.txtAddress = new System.Windows.Forms.TextBox();
this.txtEmail = new System.Windows.Forms.TextBox();
this.txtIDCrad = new System.Windows.Forms.TextBox();
this.txtTelephone = new System.Windows.Forms.TextBox();
this.txtGz = new System.Windows.Forms.TextBox();
this.cmbBu = new System.Windows.Forms.ComboBox();
this.cmbZhiWei = new System.Windows.Forms.ComboBox();
this.cmbZhiChen = new System.Windows.Forms.ComboBox();
this.textBox9 = new System.Windows.Forms.TextBox();
this.dtpBegin = new System.Windows.Forms.DateTimePicker();
this.dtpEnd = new System.Windows.Forms.DateTimePicker();
this.txtResume = new System.Windows.Forms.TextBox();
this.txtRemark = new System.Windows.Forms.TextBox();
this.btnSave = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.panel2 = new System.Windows.Forms.Panel();
this.button3 = new System.Windows.Forms.Button();
this.textBox13 = new System.Windows.Forms.TextBox();
this.textBox12 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.contextMenuStrip1.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// txtID
//
this.txtID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtID.Location = new System.Drawing.Point(75, 36);
this.txtID.Name = "txtID";
this.txtID.Size = new System.Drawing.Size(137, 21);
this.txtID.TabIndex = 0;
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.BackColor = System.Drawing.Color.Transparent;
this.checkBox1.Location = new System.Drawing.Point(218, 41);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(72, 16);
this.checkBox1.TabIndex = 1;
this.checkBox1.Text = "自动编号";
this.checkBox1.UseVisualStyleBackColor = false;
//
// linkLabel1
//
this.linkLabel1.AutoSize = true;
this.linkLabel1.BackColor = System.Drawing.Color.Transparent;
this.linkLabel1.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
this.linkLabel1.Location = new System.Drawing.Point(310, 42);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(53, 12);
this.linkLabel1.TabIndex = 2;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "编号设置";
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
//
// linkLabel2
//
this.linkLabel2.AutoSize = true;
this.linkLabel2.BackColor = System.Drawing.Color.Transparent;
this.linkLabel2.ContextMenuStrip = this.contextMenuStrip1;
this.linkLabel2.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
this.linkLabel2.Location = new System.Drawing.Point(460, 43);
this.linkLabel2.Name = "linkLabel2";
this.linkLabel2.Size = new System.Drawing.Size(41, 12);
this.linkLabel2.TabIndex = 3;
this.linkLabel2.TabStop = true;
this.linkLabel2.Text = "贴照片";
this.linkLabel2.MouseClick += new System.Windows.Forms.MouseEventHandler(this.linkLabel2_MouseClick);
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.从文件ToolStripMenuItem,
this.从扫描议ToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(131, 48);
//
// 从文件ToolStripMenuItem
//
this.从文件ToolStripMenuItem.Name = "从文件ToolStripMenuItem";
this.从文件ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
this.从文件ToolStripMenuItem.Text = "从文件...";
this.从文件ToolStripMenuItem.Click += new System.EventHandler(this.从文件ToolStripMenuItem_Click);
//
// 从扫描议ToolStripMenuItem
//
this.从扫描议ToolStripMenuItem.Name = "从扫描议ToolStripMenuItem";
this.从扫描议ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
this.从扫描议ToolStripMenuItem.Text = "从扫描议..";
//
// linkLabel3
//
this.linkLabel3.AutoSize = true;
this.linkLabel3.BackColor = System.Drawing.Color.Transparent;
this.linkLabel3.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
this.linkLabel3.Location = new System.Drawing.Point(530, 42);
this.linkLabel3.Name = "linkLabel3";
this.linkLabel3.Size = new System.Drawing.Size(41, 12);
this.linkLabel3.TabIndex = 4;
this.linkLabel3.TabStop = true;
this.linkLabel3.Text = "删照片";
this.linkLabel3.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel3_LinkClicked);
//
// txtName
//
this.txtName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtName.Location = new System.Drawing.Point(105, 64);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(119, 21);
this.txtName.TabIndex = 5;
//
// cmbSex
//
this.cmbSex.Items.AddRange(new object[] {
"男",
"女"});
this.cmbSex.Location = new System.Drawing.Point(328, 65);
this.cmbSex.Name = "cmbSex";
this.cmbSex.Size = new System.Drawing.Size(121, 20);
this.cmbSex.TabIndex = 6;
this.cmbSex.Text = "男";
//
// cmbFenYin
//
this.cmbFenYin.FormattingEnabled = true;
this.cmbFenYin.Items.AddRange(new object[] {
"未婚",
"已婚",
"离异"});
this.cmbFenYin.Location = new System.Drawing.Point(105, 117);
this.cmbFenYin.Name = "cmbFenYin";
this.cmbFenYin.Size = new System.Drawing.Size(121, 20);
this.cmbFenYin.TabIndex = 7;
this.cmbFenYin.Text = "未婚";
//
// cmbZenzhi
//
this.cmbZenzhi.FormattingEnabled = true;
this.cmbZenzhi.Items.AddRange(new object[] {
"团员",
"党员"});
this.cmbZenzhi.Location = new System.Drawing.Point(326, 117);
this.cmbZenzhi.Name = "cmbZenzhi";
this.cmbZenzhi.Size = new System.Drawing.Size(121, 20);
this.cmbZenzhi.TabIndex = 8;
this.cmbZenzhi.Text = "团员";
//
// comboBox4
//
this.comboBox4.FormattingEnabled = true;
this.comboBox4.Items.AddRange(new object[] {
"汉"});
this.comboBox4.Location = new System.Drawing.Point(105, 143);
this.comboBox4.Name = "comboBox4";
this.comboBox4.Size = new System.Drawing.Size(121, 20);
this.comboBox4.TabIndex = 9;
this.comboBox4.Text = "汉";
//
// comboBox5
//
this.comboBox5.FormattingEnabled = true;
this.comboBox5.Items.AddRange(new object[] {
"硕士",
"本科",
"专科",
"高中"});
this.comboBox5.Location = new System.Drawing.Point(105, 169);
this.comboBox5.Name = "comboBox5";
this.comboBox5.Size = new System.Drawing.Size(121, 20);
this.comboBox5.TabIndex = 10;
this.comboBox5.Text = "本科";
//
// comboBox6
//
this.comboBox6.FormattingEnabled = true;
this.comboBox6.Items.AddRange(new object[] {
"湖南",
"湖北",
"山东",
"广东"});
this.comboBox6.Location = new System.Drawing.Point(326, 143);
this.comboBox6.Name = "comboBox6";
this.comboBox6.Size = new System.Drawing.Size(121, 20);
this.comboBox6.TabIndex = 11;
this.comboBox6.Text = "湖南";
//
// comboBox7
//
this.comboBox7.FormattingEnabled = true;
this.comboBox7.Items.AddRange(new object[] {
"计算机",
"财会"});
this.comboBox7.Location = new System.Drawing.Point(326, 169);
this.comboBox7.Name = "comboBox7";
this.comboBox7.Size = new System.Drawing.Size(121, 20);
this.comboBox7.TabIndex = 12;
this.comboBox7.Text = "计算机";
//
// dtpBrith
//
this.dtpBrith.Location = new System.Drawing.Point(105, 92);
this.dtpBrith.Name = "dtpBrith";
this.dtpBrith.Size = new System.Drawing.Size(119, 21);
this.dtpBrith.TabIndex = 13;
//
// dtpInDate
//
this.dtpInDate.Location = new System.Drawing.Point(328, 92);
this.dtpInDate.Name = "dtpInDate";
this.dtpInDate.Size = new System.Drawing.Size(119, 21);
this.dtpInDate.TabIndex = 14;
//
// textBox3
//
this.textBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBox3.Location = new System.Drawing.Point(105, 194);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(342, 21);
this.textBox3.TabIndex = 15;
//
// txtAddress
//
this.txtAddress.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtAddress.Location = new System.Drawing.Point(105, 220);
this.txtAddress.Name = "txtAddress";
this.txtAddress.Size = new System.Drawing.Size(466, 21);
this.txtAddress.TabIndex = 16;
//
// txtEmail
//
this.txtEmail.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtEmail.Location = new System.Drawing.Point(105, 246);
this.txtEmail.Name = "txtEmail";
this.txtEmail.Size = new System.Drawing.Size(172, 21);
this.txtEmail.TabIndex = 17;
//
// txtIDCrad
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -