namespace Dongke.IBOSS.PRD.Basics.BaseControls
{
partial class HR_CMN_001
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HR_CMN_001));
this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.cBoxBirthday = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
this.dtPBirthdayBegin = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.dtPBirthdayEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.dropGender = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_DropDownList(this.components);
this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.dropMaritalStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_DropDownList(this.components);
this.c_Label5 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtHomeTown = new System.Windows.Forms.TextBox();
this.c_Label6 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtPolicitalStatus = new System.Windows.Forms.TextBox();
this.c_Label7 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.dropNational = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_DropDownList(this.components);
this.c_Label8 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.dropEducational = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_DropDownList(this.components);
this.c_Label9 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtGraduated = new System.Windows.Forms.TextBox();
this.c_Label10 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtSpecialField = new System.Windows.Forms.TextBox();
this.c_Label11 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtIDCardNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_IDCard();
this.txtTelephone = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Tel();
this.SuspendLayout();
//
// c_Label2
//
this.c_Label2.AutoSize = true;
this.c_Label2.BackColor = System.Drawing.Color.Transparent;
this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
this.c_Label2.Image = ((System.Drawing.Image)(resources.GetObject("c_Label2.Image")));
this.c_Label2.Location = new System.Drawing.Point(6, 14);
this.c_Label2.Name = "c_Label2";
this.c_Label2.Size = new System.Drawing.Size(65, 12);
this.c_Label2.TabIndex = 16;
this.c_Label2.Text = "身份证号码";
//
// btnOK
//
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnOK.BackColor = System.Drawing.Color.Transparent;
this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage")));
this.btnOK.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnOK.ForeColor = System.Drawing.Color.White;
this.btnOK.Location = new System.Drawing.Point(257, 181);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(85, 30);
this.btnOK.TabIndex = 12;
this.btnOK.Text = "确定(&K)";
this.btnOK.UseVisualStyleBackColor = false;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnClose
//
this.btnClose.BackColor = System.Drawing.Color.Transparent;
this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnClose.ForeColor = System.Drawing.Color.White;
this.btnClose.Location = new System.Drawing.Point(348, 181);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(85, 30);
this.btnClose.TabIndex = 13;
this.btnClose.Text = "取消(&C)";
this.btnClose.UseVisualStyleBackColor = false;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// cBoxBirthday
//
this.cBoxBirthday.AutoSize = true;
this.cBoxBirthday.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("cBoxBirthday.BackgroundImage")));
this.cBoxBirthday.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cBoxBirthday.Location = new System.Drawing.Point(23, 39);
this.cBoxBirthday.Name = "cBoxBirthday";
this.cBoxBirthday.Size = new System.Drawing.Size(48, 16);
this.cBoxBirthday.TabIndex = 20;
this.cBoxBirthday.Text = "生日";
this.cBoxBirthday.UseVisualStyleBackColor = true;
this.cBoxBirthday.CheckedChanged += new System.EventHandler(this.cBoxBirthday_CheckedChanged);
//
// dtPBirthdayBegin
//
this.dtPBirthdayBegin.CustomFormat = "yyyy-MM-dd";
this.dtPBirthdayBegin.Enabled = false;
this.dtPBirthdayBegin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtPBirthdayBegin.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtPBirthdayBegin.Location = new System.Drawing.Point(77, 37);
this.dtPBirthdayBegin.Name = "dtPBirthdayBegin";
this.dtPBirthdayBegin.Size = new System.Drawing.Size(144, 21);
this.dtPBirthdayBegin.TabIndex = 1;
//
// c_Label1
//
this.c_Label1.AutoSize = true;
this.c_Label1.BackColor = System.Drawing.Color.Transparent;
this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
this.c_Label1.Image = ((System.Drawing.Image)(resources.GetObject("c_Label1.Image")));
this.c_Label1.Location = new System.Drawing.Point(267, 41);
this.c_Label1.Name = "c_Label1";
this.c_Label1.Size = new System.Drawing.Size(17, 12);
this.c_Label1.TabIndex = 22;
this.c_Label1.Text = "至";
//
// dtPBirthdayEnd
//
this.dtPBirthdayEnd.CustomFormat = "yyyy-MM-dd";
this.dtPBirthdayEnd.Enabled = false;
this.dtPBirthdayEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtPBirthdayEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtPBirthdayEnd.Location = new System.Drawing.Point(289, 37);
this.dtPBirthdayEnd.Name = "dtPBirthdayEnd";
this.dtPBirthdayEnd.Size = new System.Drawing.Size(144, 21);
this.dtPBirthdayEnd.TabIndex = 2;
//
// c_Label3
//
this.c_Label3.AutoSize = true;
this.c_Label3.BackColor = System.Drawing.Color.Transparent;
this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
this.c_Label3.Image = ((System.Drawing.Image)(resources.GetObject("c_Label3.Image")));
this.c_Label3.Location = new System.Drawing.Point(42, 68);
this.c_Label3.Name = "c_Label3";
this.c_Label3.Size = new System.Drawing.Size(29, 12);
this.c_Label3.TabIndex = 24;
this.c_Label3.Text = "性别";
//
// dropGender
//
this.dropGender.BackColor = System.Drawing.SystemColors.Window;
this.dropGender.BackgroundColor = System.Drawing.SystemColors.Window;
this.dropGender.DataSource = null;
this.dropGender.DisplayMember = null;
this.dropGender.ErrorMessage = "";
this.dropGender.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dropGender.IsSetPosition = false;
this.dropGender.Location = new System.Drawing.Point(77, 64);
this.dropGender.Name = "dropGender";
this.dropGender.PromptBackColor = System.Drawing.Color.Snow;
this.dropGender.PromptForeColor = System.Drawing.Color.Gray;
this.dropGender.SelectedValue = "";
this.dropGender.Size = new System.Drawing.Size(144, 21);
this.dropGender.TabIndex = 3;
this.dropGender.ValueMember = null;
//
// c_Label4
//
this.c_Label4.AutoSize = true;
this.c_Label4.BackColor = System.Drawing.Color.Transparent;
this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_Label4.ForeColor = System.Drawing.SystemColors.ControlText;
this.c_Label4.Image = ((System.Drawing.Image)(resources.GetObject("c_Label4.Image")));
this.c_Label4.Location = new System.Drawing.Point(231, 68);
this.c_Label4.Name = "c_Label4";
this.c_Label4.Size = new System.Drawing.Size(53, 12);
this.c_Label4.TabIndex = 27;
this.c_Label4.Text = "婚姻状况";
//
// dropMaritalStatus
//
this.dropMaritalStatus.BackColor = System.Drawing.SystemColors.Window;
this.dropMaritalStatus.BackgroundColor = System.Drawing.SystemColors.Window;
this.dropMaritalStatus.DataSource = null;
this.dropMaritalStatus.DisplayMember = null;
this.dropMaritalStatus.ErrorMessage = "";
this.dropMaritalStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dropMaritalStatus.IsSetPosition = false;
this.dropMaritalStatus.Location = new System.Drawing.Point(289, 64);
this.dropMaritalStatus.Name = "dropMaritalStatus";
this.dropMaritalStatus.PromptBackColor = System.Drawing.Color.Snow;
this.dropMaritalStatus.PromptForeColor = System.Drawing.Color.Gray;
this.dropMaritalStatus.SelectedValue = "";
this.dropMaritalStatus.Size = new System.Drawing.Size(144, 21);
this.dropMaritalStatus.TabIndex = 4;
this.dropMaritalStatus.ValueMember = null;
//
// c_Label5
//
this.c_Label5.AutoSize = true;
this.c_Label5.BackColor = System.Drawing.Color.Transparent;
this.c_Label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_Label5.ForeColor = System.Drawing.SystemColors.ControlText;
this.c_Label5.Image = ((System.Drawing.Image)(resources.GetObject("c_Label5.Image")));
this.c_Label5.Location = new System.Drawing.Point(42, 95);
this.c_Label5.Name = "c_Label5";
this.c_Label5.Size = new System.Drawing.Size(29, 12);
this.c_Label5.TabIndex = 30;
this.c_Label5.Text = "籍贯";
//
// txtHomeTown
//
this.txtHomeTown.Location = new System.Drawing.Point(77, 91);
this.txtHomeTown.MaxLength = 50;
this.txtHomeTown.Name = "txtHomeTown";
this.txtHomeTown.Size = new System.Drawing.Size(144, 21);
this.txtHomeTown.TabIndex = 5;
//
// c_Label6
//
this.c_Label6.AutoSize = true;
this.c_Label6.BackColor = System.Drawing.Color.Transparent;
this.c_Label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_Label6.ForeColor = System.Drawing.SystemColors.ControlText;
this.c_Label6.Image = ((System.Drawing.Image)(resources.GetObject("c_Label6.Image")));
this.c_Label6.Location = new System.Drawing.Point(231, 95);
this.c_Label6.Name = "c_Label6";
this.c_Label6.Size = new System.Drawing.Size(53, 12);
this.c_Label6.TabIndex = 32;
this.c_Label6.Text = "政治面貌";
//
// txtPolicitalStatus
//
this.txtPolicitalStatus.Location = new System.Drawing.Point(289, 91);
this.txtPolicitalStatus.MaxLength = 50;
this.txtPolicitalStatus.Name = "txtPolicitalStatus";
this.txtPolicitalStatus.Size = new System.Drawing.Size(144, 21);
this.txtPolicitalStatus.TabIndex = 6;
//
// c_Label7
//
this.c_Label7.AutoSize = true;
this.c_Label7.BackColor = System.Drawing.Color.Transparent;
this.c_Label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_Label7.ForeColor = System.Drawing.SystemColors.ControlText;
this.c_Label7.Image = ((System.Drawing.Image)(resources.GetObject("c_Label7.Image")));
this.c_Label7.Location = new System.Drawing.Point(42, 122);
this.c_Label7.Name = "c_Label7";
this.c_Label7.Size = new System.Drawing.Size(29, 12);
this.c_Label7.TabIndex = 34;
this.c_Label7.Text = "民族";
//
// dropNational
//
this.dropNational.BackColor = System.Drawing.SystemColors.Window;
this.dropNational.BackgroundColor = System.Drawing.SystemColors.Window;
this.dropNational.DataSource = null;
this.dropNational.DisplayMember = null;
this.dropNational.ErrorMessage = "";
this.dropNational.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dropNational.IsSetPosition = false;
this.dropNational.Location = new System.Drawing.Point(77, 118);
this.dropNational.Name = "dropNational";
this.dropNational.PromptBackColor = System.Drawing.Color.Snow;
this.dropNational.PromptForeColor = System.Drawing.Color.Gray;
this.dropNational.SelectedValue = "";
this.dropNational.Size = new System.Drawing.Size(144, 21);
this.dropNational.TabIndex = 7;
this.dropNational.ValueMember = null;
//
// c_Label8
//
this.c_Label8.AutoSize = true;
this.c_Label8.BackColor = System.Drawing.Color.Transparent;
this.c_Label8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_Label8.ForeColor = System.Drawing.SystemColors.ControlText;
this.c_Label8.Image = ((System.Drawing.Image)(resources.GetObject("c_Label8.Image")));
this.c_Label8.Location = new System.Drawing.Point(255, 122);
this.c_Label8.Name = "c_Label8";
this.c_Label8.Size = new System.Drawing.Size(29, 12);
this.c_Label8.TabIndex = 37;
this.c_Label8.Text = "学历";
//
// dropEducational
//
this.dropEducational.BackColor = System.Drawing.SystemColors.Window;
this.dropEducational.BackgroundColor = System.Drawing.SystemColors.Window;
this.dropEducational.DataSource = null;
this.dropEducational.DisplayMember = null;
this.dropEducational.ErrorMessage = "";
this.dropEducational.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dropEducational.IsSetPosition = false;
this.dropEducational.Location = new System.Drawing.Point(289, 118);
this.dropEducational.Name = "dropEducational";
this.dropEducational.PromptBackColor = System.Drawing.Color.Snow;
this.dropEducational.PromptForeColor = System.Drawing.Color.Gray;
this.dropEducational.SelectedValue = "";
this.dropEducational.Size = new System.Drawing.Size(144, 21);
this.dropEducational.TabIndex = 8;
this.dropEducational.ValueMember = null;
//
// c_Label9
//
this.c_Label9.AutoSize = true;
this.c_Label9.BackColor = System.Drawing.Color.Transparent;
this.c_Label9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_Label9.ForeColor = System.Drawing.SystemColors.ControlText;
this.c_Label9.Image = ((System.Drawing.Image)(resources.GetObject("c_Label9.Image")));
this.c_Label9.Location = new System.Drawing.Point(18, 149);
this.c_Label9.Name = "c_Label9";
this.c_Label9.Size = new System.Drawing.Size(53, 12);
this.c_Label9.TabIndex = 30;
this.c_Label9.Text = "毕业学校";
//
// txtGraduated
//
this.txtGraduated.Location = new System.Drawing.Point(77, 145);
this.txtGraduated.MaxLength = 50;
this.txtGraduated.Name = "txtGraduated";
this.txtGraduated.Size = new System.Drawing.Size(144, 21);
this.txtGraduated.TabIndex = 9;
//
// c_Label10
//
this.c_Label10.AutoSize = true;
this.c_Label10.BackColor = System.Drawing.Color.Transparent;
this.c_Label10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_Label10.ForeColor = System.Drawing.SystemColors.ControlText;
this.c_Label10.Image = ((System.Drawing.Image)(resources.GetObject("c_Label10.Image")));
this.c_Label10.Location = new System.Drawing.Point(255, 149);
this.c_Label10.Name = "c_Label10";
this.c_Label10.Size = new System.Drawing.Size(29, 12);
this.c_Label10.TabIndex = 32;
this.c_Label10.Text = "专业";
//
// txtSpecialField
//
this.txtSpecialField.Location = new System.Drawing.Point(289, 145);
this.txtSpecialField.MaxLength = 50;
this.txtSpecialField.Name = "txtSpecialField";
this.txtSpecialField.Size = new System.Drawing.Size(144, 21);
this.txtSpecialField.TabIndex = 10;
//
// c_Label11
//
this.c_Label11.AutoSize = true;
this.c_Label11.BackColor = System.Drawing.Color.Transparent;
this.c_Label11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_Label11.ForeColor = System.Drawing.SystemColors.ControlText;
this.c_Label11.Image = ((System.Drawing.Image)(resources.GetObject("c_Label11.Image")));
this.c_Label11.Location = new System.Drawing.Point(231, 14);
this.c_Label11.Name = "c_Label11";
this.c_Label11.Size = new System.Drawing.Size(53, 12);
this.c_Label11.TabIndex = 34;
this.c_Label11.Text = "联系电话";
//
// txtIDCardNo
//
this.txtIDCardNo.BackColor = System.Drawing.SystemColors.Window;
this.txtIDCardNo.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtIDCardNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtIDCardNo.ErrorMessage = "";
this.txtIDCardNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtIDCardNo.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtIDCardNo.Location = new System.Drawing.Point(77, 10);
this.txtIDCardNo.MaxLength = 18;
this.txtIDCardNo.Name = "txtIDCardNo";
this.txtIDCardNo.Size = new System.Drawing.Size(144, 21);
this.txtIDCardNo.TabIndex = 38;
this.txtIDCardNo.TextValue = "";
//
// txtTelephone
//
this.txtTelephone.BackColor = System.Drawing.SystemColors.Window;
this.txtTelephone.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtTelephone.ErrorMessage = "";
this.txtTelephone.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtTelephone.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtTelephone.Location = new System.Drawing.Point(290, 10);
this.txtTelephone.MaxLength = 20;
this.txtTelephone.Name = "txtTelephone";
this.txtTelephone.Size = new System.Drawing.Size(143, 21);
this.txtTelephone.TabIndex = 39;
this.txtTelephone.TextValue = "";
//
// HR_CMN_001
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnClose;
this.ClientSize = new System.Drawing.Size(447, 237);
this.Controls.Add(this.txtTelephone);
this.Controls.Add(this.txtIDCardNo);
this.Controls.Add(this.dropEducational);
this.Controls.Add(this.c_Label8);
this.Controls.Add(this.dropNational);
this.Controls.Add(this.c_Label11);
this.Controls.Add(this.c_Label7);
this.Controls.Add(this.txtSpecialField);
this.Controls.Add(this.txtPolicitalStatus);
this.Controls.Add(this.c_Label10);
this.Controls.Add(this.c_Label6);
this.Controls.Add(this.txtGraduated);
this.Controls.Add(this.txtHomeTown);
this.Controls.Add(this.c_Label9);
this.Controls.Add(this.c_Label5);
this.Controls.Add(this.dropMaritalStatus);
this.Controls.Add(this.c_Label4);
this.Controls.Add(this.dropGender);
this.Controls.Add(this.c_Label3);
this.Controls.Add(this.dtPBirthdayEnd);
this.Controls.Add(this.c_Label1);
this.Controls.Add(this.dtPBirthdayBegin);
this.Controls.Add(this.cBoxBirthday);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.c_Label2);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.IsSaveFormSize = false;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "HR_CMN_001";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.StatusSizingGrip = false;
this.Text = "更多条件";
this.Load += new System.EventHandler(this.HR_CMN_001_Load);
this.Controls.SetChildIndex(this.c_Label2, 0);
this.Controls.SetChildIndex(this.btnOK, 0);
this.Controls.SetChildIndex(this.btnClose, 0);
this.Controls.SetChildIndex(this.cBoxBirthday, 0);
this.Controls.SetChildIndex(this.dtPBirthdayBegin, 0);
this.Controls.SetChildIndex(this.c_Label1, 0);
this.Controls.SetChildIndex(this.dtPBirthdayEnd, 0);
this.Controls.SetChildIndex(this.c_Label3, 0);
this.Controls.SetChildIndex(this.dropGender, 0);
this.Controls.SetChildIndex(this.c_Label4, 0);
this.Controls.SetChildIndex(this.dropMaritalStatus, 0);
this.Controls.SetChildIndex(this.c_Label5, 0);
this.Controls.SetChildIndex(this.c_Label9, 0);
this.Controls.SetChildIndex(this.txtHomeTown, 0);
this.Controls.SetChildIndex(this.txtGraduated, 0);
this.Controls.SetChildIndex(this.c_Label6, 0);
this.Controls.SetChildIndex(this.c_Label10, 0);
this.Controls.SetChildIndex(this.txtPolicitalStatus, 0);
this.Controls.SetChildIndex(this.txtSpecialField, 0);
this.Controls.SetChildIndex(this.c_Label7, 0);
this.Controls.SetChildIndex(this.c_Label11, 0);
this.Controls.SetChildIndex(this.dropNational, 0);
this.Controls.SetChildIndex(this.c_Label8, 0);
this.Controls.SetChildIndex(this.dropEducational, 0);
this.Controls.SetChildIndex(this.txtIDCardNo, 0);
this.Controls.SetChildIndex(this.txtTelephone, 0);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private C_Label c_Label2;
private C_Button btnOK;
private C_Button btnClose;
private C_CheckBox cBoxBirthday;
private C_DateTimePicker dtPBirthdayBegin;
private C_Label c_Label1;
private C_DateTimePicker dtPBirthdayEnd;
private C_Label c_Label3;
private C_TXT_DropDownList dropGender;
private C_Label c_Label4;
private C_TXT_DropDownList dropMaritalStatus;
private C_Label c_Label5;
private System.Windows.Forms.TextBox txtHomeTown;
private C_Label c_Label6;
private System.Windows.Forms.TextBox txtPolicitalStatus;
private C_Label c_Label7;
private C_TXT_DropDownList dropNational;
private C_Label c_Label8;
private C_TXT_DropDownList dropEducational;
private C_Label c_Label9;
private System.Windows.Forms.TextBox txtGraduated;
private C_Label c_Label10;
private System.Windows.Forms.TextBox txtSpecialField;
private C_Label c_Label11;
private C_TXT_IDCard txtIDCardNo;
private C_TXT_Tel txtTelephone;
}
}