📄 personnelform.designer.cs
字号:
this.出生年月DateTimePicker.Location = new System.Drawing.Point(399, 55);
this.出生年月DateTimePicker.Name = "出生年月DateTimePicker";
this.出生年月DateTimePicker.Size = new System.Drawing.Size(135, 21);
this.出生年月DateTimePicker.TabIndex = 13;
//
// 身份证号码MaskedTextBox
//
this.身份证号码MaskedTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.基本档案BindingSource, "身份证号码", true));
this.身份证号码MaskedTextBox.Location = new System.Drawing.Point(81, 80);
this.身份证号码MaskedTextBox.Mask = "000000000000000000";
this.身份证号码MaskedTextBox.Name = "身份证号码MaskedTextBox";
this.身份证号码MaskedTextBox.Size = new System.Drawing.Size(143, 21);
this.身份证号码MaskedTextBox.TabIndex = 15;
//
// 民族ComboBox
//
this.民族ComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.基本档案BindingSource, "民族", true));
this.民族ComboBox.FormattingEnabled = true;
this.民族ComboBox.Items.AddRange(new object[] {
"汉族",
"回族",
"苗族"});
this.民族ComboBox.Location = new System.Drawing.Point(271, 81);
this.民族ComboBox.Name = "民族ComboBox";
this.民族ComboBox.Size = new System.Drawing.Size(81, 20);
this.民族ComboBox.TabIndex = 17;
this.民族ComboBox.Text = "汉族";
//
// 政治面貌ComboBox
//
this.政治面貌ComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.基本档案BindingSource, "政治面貌", true));
this.政治面貌ComboBox.FormattingEnabled = true;
this.政治面貌ComboBox.Items.AddRange(new object[] {
"共产党员",
"共青团员",
"无"});
this.政治面貌ComboBox.Location = new System.Drawing.Point(426, 81);
this.政治面貌ComboBox.Name = "政治面貌ComboBox";
this.政治面貌ComboBox.Size = new System.Drawing.Size(108, 20);
this.政治面貌ComboBox.TabIndex = 19;
this.政治面貌ComboBox.Text = "无";
//
// 婚姻状况ComboBox
//
this.婚姻状况ComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.基本档案BindingSource, "婚姻状况", true));
this.婚姻状况ComboBox.FormattingEnabled = true;
this.婚姻状况ComboBox.Items.AddRange(new object[] {
"未婚",
"已婚",
"离婚"});
this.婚姻状况ComboBox.Location = new System.Drawing.Point(69, 105);
this.婚姻状况ComboBox.Name = "婚姻状况ComboBox";
this.婚姻状况ComboBox.Size = new System.Drawing.Size(91, 20);
this.婚姻状况ComboBox.TabIndex = 21;
this.婚姻状况ComboBox.Text = "未婚";
//
// 文化程度ComboBox
//
this.文化程度ComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.基本档案BindingSource, "文化程度", true));
this.文化程度ComboBox.FormattingEnabled = true;
this.文化程度ComboBox.Items.AddRange(new object[] {
"本科",
"硕士",
"博士",
"专科",
"高中",
"其他"});
this.文化程度ComboBox.Location = new System.Drawing.Point(238, 105);
this.文化程度ComboBox.Name = "文化程度ComboBox";
this.文化程度ComboBox.Size = new System.Drawing.Size(69, 20);
this.文化程度ComboBox.TabIndex = 23;
this.文化程度ComboBox.Text = "本科";
//
// 专业TextBox
//
this.专业TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.基本档案BindingSource, "专业", true));
this.专业TextBox.Location = new System.Drawing.Point(363, 104);
this.专业TextBox.Name = "专业TextBox";
this.专业TextBox.Size = new System.Drawing.Size(171, 21);
this.专业TextBox.TabIndex = 25;
//
// 毕业院校TextBox
//
this.毕业院校TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.基本档案BindingSource, "毕业院校", true));
this.毕业院校TextBox.Location = new System.Drawing.Point(69, 129);
this.毕业院校TextBox.Name = "毕业院校TextBox";
this.毕业院校TextBox.Size = new System.Drawing.Size(200, 21);
this.毕业院校TextBox.TabIndex = 27;
//
// 职称ComboBox
//
this.职称ComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.基本档案BindingSource, "职称", true));
this.职称ComboBox.FormattingEnabled = true;
this.职称ComboBox.Items.AddRange(new object[] {
"高级",
"中级",
"初级"});
this.职称ComboBox.Location = new System.Drawing.Point(315, 130);
this.职称ComboBox.Name = "职称ComboBox";
this.职称ComboBox.Size = new System.Drawing.Size(78, 20);
this.职称ComboBox.TabIndex = 29;
this.职称ComboBox.Text = "无";
//
// 职务ComboBox
//
this.职务ComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.基本档案BindingSource, "职务", true));
this.职务ComboBox.FormattingEnabled = true;
this.职务ComboBox.Items.AddRange(new object[] {
"总经理",
"副总经理",
"董事长",
"部长",
"副部长",
"主任",
"副主任",
"普通员工"});
this.职务ComboBox.Location = new System.Drawing.Point(442, 130);
this.职务ComboBox.Name = "职务ComboBox";
this.职务ComboBox.Size = new System.Drawing.Size(92, 20);
this.职务ComboBox.TabIndex = 31;
this.职务ComboBox.Text = "普通员工";
//
// 进入本单位时间DateTimePicker
//
this.进入本单位时间DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.基本档案BindingSource, "进入本单位时间", true));
this.进入本单位时间DateTimePicker.Location = new System.Drawing.Point(109, 154);
this.进入本单位时间DateTimePicker.Name = "进入本单位时间DateTimePicker";
this.进入本单位时间DateTimePicker.Size = new System.Drawing.Size(117, 21);
this.进入本单位时间DateTimePicker.TabIndex = 33;
//
// 合同服务年限ComboBox
//
this.合同服务年限ComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.基本档案BindingSource, "合同服务年限", true));
this.合同服务年限ComboBox.FormattingEnabled = true;
this.合同服务年限ComboBox.Items.AddRange(new object[] {
"一年",
"三年",
"五年",
"长期",
"半年"});
this.合同服务年限ComboBox.Location = new System.Drawing.Point(315, 155);
this.合同服务年限ComboBox.Name = "合同服务年限ComboBox";
this.合同服务年限ComboBox.Size = new System.Drawing.Size(78, 20);
this.合同服务年限ComboBox.TabIndex = 35;
this.合同服务年限ComboBox.Text = "一年";
//
// 基本工资MaskedTextBox
//
this.基本工资MaskedTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.基本档案BindingSource, "基本工资", true));
this.基本工资MaskedTextBox.Location = new System.Drawing.Point(459, 154);
this.基本工资MaskedTextBox.Name = "基本工资MaskedTextBox";
this.基本工资MaskedTextBox.Size = new System.Drawing.Size(75, 21);
this.基本工资MaskedTextBox.TabIndex = 37;
//
// 银行帐号TextBox
//
this.银行帐号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.基本档案BindingSource, "银行帐号", true));
this.银行帐号TextBox.Location = new System.Drawing.Point(71, 179);
this.银行帐号TextBox.Name = "银行帐号TextBox";
this.银行帐号TextBox.Size = new System.Drawing.Size(173, 21);
this.银行帐号TextBox.TabIndex = 39;
//
// 养老保险帐号TextBox
//
this.养老保险帐号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.基本档案BindingSource, "养老保险帐号", true));
this.养老保险帐号TextBox.Location = new System.Drawing.Point(339, 179);
this.养老保险帐号TextBox.Name = "养老保险帐号TextBox";
this.养老保险帐号TextBox.Size = new System.Drawing.Size(195, 21);
this.养老保险帐号TextBox.TabIndex = 41;
//
// 医疗保险帐号TextBox
//
this.医疗保险帐号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.基本档案BindingSource, "医疗保险帐号", true));
this.医疗保险帐号TextBox.Location = new System.Drawing.Point(95, 204);
this.医疗保险帐号TextBox.Name = "医疗保险帐号TextBox";
this.医疗保险帐号TextBox.Size = new System.Drawing.Size(149, 21);
this.医疗保险帐号TextBox.TabIndex = 43;
//
// 住房基金帐号TextBox
//
this.住房基金帐号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.基本档案BindingSource, "住房基金帐号", true));
this.住房基金帐号TextBox.Location = new System.Drawing.Point(339, 204);
this.住房基金帐号TextBox.Name = "住房基金帐号TextBox";
this.住房基金帐号TextBox.Size = new System.Drawing.Size(194, 21);
this.住房基金帐号TextBox.TabIndex = 45;
//
// 联系电话TextBox
//
this.联系电话TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.基本档案BindingSource, "联系电话", true));
this.联系电话TextBox.Location = new System.Drawing.Point(71, 229);
this.联系电话TextBox.Name = "联系电话TextBox";
this.联系电话TextBox.Size = new System.Drawing.Size(95, 21);
this.联系电话TextBox.TabIndex = 47;
//
// 手机号码TextBox
//
this.手机号码TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.基本档案BindingSource, "手机号码", true));
this.手机号码TextBox.Location = new System.Drawing.Point(231, 229);
this.手机号码TextBox.Name = "手机号码TextBox";
this.手机号码TextBox.Size = new System.Drawing.Size(84, 21);
this.手机号码TextBox.TabIndex = 49;
//
// 电子信箱MaskedTextBox
//
this.电子信箱MaskedTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.基本档案BindingSource, "电子信箱", true));
this.电子信箱MaskedTextBox.Location = new System.Drawing.Point(386, 229);
this.电子信箱MaskedTextBox.Name = "电子信箱MaskedTextBox";
this.电子信箱MaskedTextBox.Size = new System.Drawing.Size(148, 21);
this.电子信箱MaskedTextBox.TabIndex = 51;
//
// 家庭住址TextBox
//
this.家庭住址TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.基本档案BindingSource, "家庭住址", true));
this.家庭住址TextBox.Location = new System.Drawing.Point(69, 254);
this.家庭住址TextBox.Name = "家庭住址TextBox";
this.家庭住址TextBox.Size = new System.Drawing.Size(200, 21);
this.家庭住址TextBox.TabIndex = 53;
//
// 邮政编码MaskedTextBox
//
this.邮政编码MaskedTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.基本档案BindingSource, "邮政编码", true));
this.邮政编码MaskedTextBox.Location = new System.Drawing.Point(336, 254);
this.邮政编码MaskedTextBox.Mask = "00
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -