| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113 |
- namespace Dongke.IBOSS.PRD.Client.HRModule
- {
- partial class F_HR_0102
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_HR_0102));
- this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.dropGender = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_DropDownList(this.components);
- this.txtAccountNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblGender = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblAccountNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtOpeningBank = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblOpeningBank = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtEmail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Email();
- this.lblEmail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtJoinPartyDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.chkDisability = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.chkLaidOff = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.txtAddress = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblAddress = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtWeight = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
- this.lblWeight = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtBloodGroup = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblBloodGroup = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtHeight = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
- this.txtTelephone = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Tel();
- this.lblHeight = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblTelephone = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtSpecialField = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblSpecialField = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtGraduated = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblGraduated = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dropEducational = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_DropDownList(this.components);
- this.lblEducational = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dropNational = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_DropDownList(this.components);
- this.lblNational = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblPolicitalStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtHomeTown = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblHomeTown = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dropMaritalStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_DropDownList(this.components);
- this.lblMaritalStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtBirthday = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.lblBirthday = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtIDCardNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_IDCard();
- this.lblIDCardNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtStaffName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblStaffName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtStaffCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblStaffCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtPolicitalStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.odlgFile = new System.Windows.Forms.OpenFileDialog();
- this.ilPic = new System.Windows.Forms.ImageList(this.components);
- this.cbJoinPartyDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.lblStaffStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dkGroupBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.DKGroupBox();
- this.pic = new System.Windows.Forms.PictureBox();
- this.btnUpload = new System.Windows.Forms.Button();
- this.btnDelete = new System.Windows.Forms.Button();
- this.dkGroupBox2 = new Dongke.IBOSS.PRD.Basics.BaseControls.DKGroupBox();
- this.dropJobs = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_DropDownList(this.components);
- this.lblJobs = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.droppost = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_DropDownList(this.components);
- this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblStaffStatusName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dkGroupBox3 = new Dongke.IBOSS.PRD.Basics.BaseControls.DKGroupBox();
- this.lblOrganization = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.scbOrganization = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbOrganization();
- this.dkGroupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pic)).BeginInit();
- this.dkGroupBox2.SuspendLayout();
- this.dkGroupBox3.SuspendLayout();
- this.SuspendLayout();
- //
- // lblRemarks
- //
- this.lblRemarks.AutoSize = true;
- this.lblRemarks.BackColor = System.Drawing.SystemColors.Control;
- this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblRemarks.Location = new System.Drawing.Point(42, 104);
- this.lblRemarks.Name = "lblRemarks";
- this.lblRemarks.Size = new System.Drawing.Size(29, 12);
- this.lblRemarks.TabIndex = 10;
- this.lblRemarks.Text = "备注";
- //
- // txtRemarks
- //
- this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
- this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtRemarks.ErrorMessage = "";
- this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtRemarks.Location = new System.Drawing.Point(77, 101);
- this.txtRemarks.MaxLength = 500;
- this.txtRemarks.Multiline = true;
- this.txtRemarks.Name = "txtRemarks";
- this.txtRemarks.Size = new System.Drawing.Size(540, 79);
- this.txtRemarks.TabIndex = 11;
- //
- // btnSave
- //
- this.btnSave.BackColor = System.Drawing.SystemColors.ControlDark;
- this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
- this.btnSave.Font = new System.Drawing.Font("宋体", 9F);
- this.btnSave.ForeColor = System.Drawing.Color.White;
- this.btnSave.Location = new System.Drawing.Point(461, 532);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(85, 30);
- this.btnSave.TabIndex = 3;
- this.btnSave.Text = "保存(&S)";
- this.btnSave.UseVisualStyleBackColor = false;
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
- //
- // btnCancel
- //
- this.btnCancel.BackColor = System.Drawing.SystemColors.ControlDark;
- this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
- this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnCancel.Font = new System.Drawing.Font("宋体", 9F);
- this.btnCancel.ForeColor = System.Drawing.Color.White;
- this.btnCancel.Location = new System.Drawing.Point(552, 532);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(85, 30);
- this.btnCancel.TabIndex = 4;
- this.btnCancel.Text = "关闭(&X)";
- this.btnCancel.UseVisualStyleBackColor = false;
- this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
- //
- // dropGender
- //
- this.dropGender.BackColor = System.Drawing.Color.Yellow;
- 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.IsMustInput = true;
- this.dropGender.IsSetPosition = false;
- this.dropGender.Location = new System.Drawing.Point(77, 75);
- 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(155, 21);
- this.dropGender.TabIndex = 9;
- this.dropGender.ValueMember = null;
- //
- // txtAccountNo
- //
- this.txtAccountNo.BackColor = System.Drawing.SystemColors.Window;
- this.txtAccountNo.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtAccountNo.ErrorMessage = "";
- this.txtAccountNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtAccountNo.Location = new System.Drawing.Point(391, 47);
- this.txtAccountNo.MaxLength = 50;
- this.txtAccountNo.Name = "txtAccountNo";
- this.txtAccountNo.Size = new System.Drawing.Size(224, 21);
- this.txtAccountNo.TabIndex = 7;
- //
- // lblGender
- //
- this.lblGender.AutoSize = true;
- this.lblGender.BackColor = System.Drawing.SystemColors.Control;
- this.lblGender.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGender.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.lblGender.IsMustInput = true;
- this.lblGender.Location = new System.Drawing.Point(42, 77);
- this.lblGender.Name = "lblGender";
- this.lblGender.Size = new System.Drawing.Size(29, 12);
- this.lblGender.TabIndex = 8;
- this.lblGender.Text = "性别";
- //
- // lblAccountNo
- //
- this.lblAccountNo.AutoSize = true;
- this.lblAccountNo.BackColor = System.Drawing.SystemColors.Control;
- this.lblAccountNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblAccountNo.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblAccountNo.Location = new System.Drawing.Point(332, 50);
- this.lblAccountNo.Name = "lblAccountNo";
- this.lblAccountNo.Size = new System.Drawing.Size(53, 12);
- this.lblAccountNo.TabIndex = 6;
- this.lblAccountNo.Text = "开户帐户";
- //
- // txtOpeningBank
- //
- this.txtOpeningBank.BackColor = System.Drawing.SystemColors.Window;
- this.txtOpeningBank.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtOpeningBank.ErrorMessage = "";
- this.txtOpeningBank.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtOpeningBank.Location = new System.Drawing.Point(77, 47);
- this.txtOpeningBank.MaxLength = 50;
- this.txtOpeningBank.Name = "txtOpeningBank";
- this.txtOpeningBank.Size = new System.Drawing.Size(224, 21);
- this.txtOpeningBank.TabIndex = 5;
- //
- // lblOpeningBank
- //
- this.lblOpeningBank.AutoSize = true;
- this.lblOpeningBank.BackColor = System.Drawing.SystemColors.Control;
- this.lblOpeningBank.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblOpeningBank.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblOpeningBank.Location = new System.Drawing.Point(30, 50);
- this.lblOpeningBank.Name = "lblOpeningBank";
- this.lblOpeningBank.Size = new System.Drawing.Size(41, 12);
- this.lblOpeningBank.TabIndex = 4;
- this.lblOpeningBank.Text = "开户行";
- //
- // txtEmail
- //
- this.txtEmail.BackColor = System.Drawing.SystemColors.Window;
- this.txtEmail.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtEmail.ErrorMessage = "";
- this.txtEmail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtEmail.Location = new System.Drawing.Point(77, 20);
- this.txtEmail.MaxLength = 50;
- this.txtEmail.Name = "txtEmail";
- this.txtEmail.Size = new System.Drawing.Size(224, 21);
- this.txtEmail.TabIndex = 1;
- this.txtEmail.TextValue = "";
- //
- // lblEmail
- //
- this.lblEmail.AutoSize = true;
- this.lblEmail.BackColor = System.Drawing.SystemColors.Control;
- this.lblEmail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblEmail.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblEmail.Location = new System.Drawing.Point(18, 23);
- this.lblEmail.Name = "lblEmail";
- this.lblEmail.Size = new System.Drawing.Size(53, 12);
- this.lblEmail.TabIndex = 0;
- this.lblEmail.Text = "电子邮件";
- //
- // txtJoinPartyDate
- //
- this.txtJoinPartyDate.CustomFormat = "yyyy-MM-dd";
- this.txtJoinPartyDate.Enabled = false;
- this.txtJoinPartyDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtJoinPartyDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.txtJoinPartyDate.Location = new System.Drawing.Point(316, 183);
- this.txtJoinPartyDate.MinDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
- this.txtJoinPartyDate.Name = "txtJoinPartyDate";
- this.txtJoinPartyDate.Size = new System.Drawing.Size(160, 21);
- this.txtJoinPartyDate.TabIndex = 27;
- this.txtJoinPartyDate.Value = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
- //
- // chkDisability
- //
- this.chkDisability.AutoSize = true;
- this.chkDisability.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkDisability.Location = new System.Drawing.Point(545, 49);
- this.chkDisability.Name = "chkDisability";
- this.chkDisability.Size = new System.Drawing.Size(72, 16);
- this.chkDisability.TabIndex = 9;
- this.chkDisability.Text = "残疾职工";
- this.chkDisability.UseVisualStyleBackColor = true;
- //
- // chkLaidOff
- //
- this.chkLaidOff.AutoSize = true;
- this.chkLaidOff.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkLaidOff.Location = new System.Drawing.Point(545, 23);
- this.chkLaidOff.Name = "chkLaidOff";
- this.chkLaidOff.Size = new System.Drawing.Size(72, 16);
- this.chkLaidOff.TabIndex = 4;
- this.chkLaidOff.Text = "下岗职工";
- this.chkLaidOff.UseVisualStyleBackColor = true;
- //
- // txtAddress
- //
- this.txtAddress.BackColor = System.Drawing.SystemColors.Window;
- this.txtAddress.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtAddress.ErrorMessage = "";
- this.txtAddress.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtAddress.Location = new System.Drawing.Point(77, 74);
- this.txtAddress.MaxLength = 500;
- this.txtAddress.Name = "txtAddress";
- this.txtAddress.Size = new System.Drawing.Size(538, 21);
- this.txtAddress.TabIndex = 9;
- //
- // lblAddress
- //
- this.lblAddress.AutoSize = true;
- this.lblAddress.BackColor = System.Drawing.SystemColors.Control;
- this.lblAddress.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblAddress.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblAddress.Location = new System.Drawing.Point(18, 77);
- this.lblAddress.Name = "lblAddress";
- this.lblAddress.Size = new System.Drawing.Size(53, 12);
- this.lblAddress.TabIndex = 8;
- this.lblAddress.Text = "家庭住址";
- //
- // txtWeight
- //
- this.txtWeight.AllowNegative = false;
- this.txtWeight.BackColor = System.Drawing.SystemColors.Window;
- this.txtWeight.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtWeight.ErrorMessage = "";
- this.txtWeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtWeight.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtWeight.Location = new System.Drawing.Point(316, 210);
- this.txtWeight.MaxValue = new decimal(new int[] {
- 999,
- 0,
- 0,
- 0});
- this.txtWeight.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.txtWeight.Name = "txtWeight";
- this.txtWeight.Number = new System.Drawing.Point(5, 2);
- this.txtWeight.Size = new System.Drawing.Size(160, 21);
- this.txtWeight.TabIndex = 31;
- this.txtWeight.TextValue = "";
- //
- // lblWeight
- //
- this.lblWeight.AutoSize = true;
- this.lblWeight.BackColor = System.Drawing.SystemColors.Control;
- this.lblWeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblWeight.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblWeight.Location = new System.Drawing.Point(257, 213);
- this.lblWeight.Name = "lblWeight";
- this.lblWeight.Size = new System.Drawing.Size(53, 12);
- this.lblWeight.TabIndex = 30;
- this.lblWeight.Text = "体重(KG)";
- //
- // txtBloodGroup
- //
- this.txtBloodGroup.BackColor = System.Drawing.SystemColors.Window;
- this.txtBloodGroup.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtBloodGroup.ErrorMessage = "";
- this.txtBloodGroup.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtBloodGroup.Location = new System.Drawing.Point(77, 183);
- this.txtBloodGroup.MaxLength = 10;
- this.txtBloodGroup.Name = "txtBloodGroup";
- this.txtBloodGroup.Size = new System.Drawing.Size(155, 21);
- this.txtBloodGroup.TabIndex = 25;
- //
- // lblBloodGroup
- //
- this.lblBloodGroup.AutoSize = true;
- this.lblBloodGroup.BackColor = System.Drawing.SystemColors.Control;
- this.lblBloodGroup.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblBloodGroup.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblBloodGroup.Location = new System.Drawing.Point(42, 189);
- this.lblBloodGroup.Name = "lblBloodGroup";
- this.lblBloodGroup.Size = new System.Drawing.Size(29, 12);
- this.lblBloodGroup.TabIndex = 24;
- this.lblBloodGroup.Text = "血型";
- //
- // txtHeight
- //
- this.txtHeight.AllowNegative = false;
- this.txtHeight.BackColor = System.Drawing.SystemColors.Window;
- this.txtHeight.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtHeight.ErrorMessage = "";
- this.txtHeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtHeight.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtHeight.Location = new System.Drawing.Point(77, 210);
- this.txtHeight.MaxLength = 3;
- this.txtHeight.MaxValue = new decimal(new int[] {
- 999,
- 0,
- 0,
- 0});
- this.txtHeight.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.txtHeight.Name = "txtHeight";
- this.txtHeight.Number = new System.Drawing.Point(3, 0);
- this.txtHeight.Size = new System.Drawing.Size(155, 21);
- this.txtHeight.TabIndex = 29;
- this.txtHeight.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(391, 20);
- this.txtTelephone.MaxLength = 20;
- this.txtTelephone.Name = "txtTelephone";
- this.txtTelephone.Size = new System.Drawing.Size(224, 21);
- this.txtTelephone.TabIndex = 3;
- this.txtTelephone.TextValue = "";
- //
- // lblHeight
- //
- this.lblHeight.AutoSize = true;
- this.lblHeight.BackColor = System.Drawing.SystemColors.Control;
- this.lblHeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblHeight.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblHeight.Location = new System.Drawing.Point(18, 213);
- this.lblHeight.Name = "lblHeight";
- this.lblHeight.Size = new System.Drawing.Size(53, 12);
- this.lblHeight.TabIndex = 28;
- this.lblHeight.Tag = "";
- this.lblHeight.Text = "身高(CM)";
- //
- // lblTelephone
- //
- this.lblTelephone.AutoSize = true;
- this.lblTelephone.BackColor = System.Drawing.SystemColors.Control;
- this.lblTelephone.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblTelephone.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblTelephone.Location = new System.Drawing.Point(332, 23);
- this.lblTelephone.Name = "lblTelephone";
- this.lblTelephone.Size = new System.Drawing.Size(53, 12);
- this.lblTelephone.TabIndex = 2;
- this.lblTelephone.Text = "联系电话";
- //
- // txtSpecialField
- //
- this.txtSpecialField.BackColor = System.Drawing.SystemColors.Window;
- this.txtSpecialField.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtSpecialField.ErrorMessage = "";
- this.txtSpecialField.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtSpecialField.Location = new System.Drawing.Point(316, 156);
- this.txtSpecialField.MaxLength = 50;
- this.txtSpecialField.Name = "txtSpecialField";
- this.txtSpecialField.Size = new System.Drawing.Size(160, 21);
- this.txtSpecialField.TabIndex = 23;
- //
- // lblSpecialField
- //
- this.lblSpecialField.AutoSize = true;
- this.lblSpecialField.BackColor = System.Drawing.SystemColors.Control;
- this.lblSpecialField.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblSpecialField.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblSpecialField.Location = new System.Drawing.Point(281, 161);
- this.lblSpecialField.Name = "lblSpecialField";
- this.lblSpecialField.Size = new System.Drawing.Size(29, 12);
- this.lblSpecialField.TabIndex = 22;
- this.lblSpecialField.Text = "专业";
- //
- // txtGraduated
- //
- this.txtGraduated.BackColor = System.Drawing.SystemColors.Window;
- this.txtGraduated.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtGraduated.ErrorMessage = "";
- this.txtGraduated.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtGraduated.Location = new System.Drawing.Point(77, 156);
- this.txtGraduated.MaxLength = 50;
- this.txtGraduated.Name = "txtGraduated";
- this.txtGraduated.Size = new System.Drawing.Size(155, 21);
- this.txtGraduated.TabIndex = 21;
- //
- // lblGraduated
- //
- this.lblGraduated.AutoSize = true;
- this.lblGraduated.BackColor = System.Drawing.SystemColors.Control;
- this.lblGraduated.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGraduated.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGraduated.Location = new System.Drawing.Point(18, 161);
- this.lblGraduated.Name = "lblGraduated";
- this.lblGraduated.Size = new System.Drawing.Size(53, 12);
- this.lblGraduated.TabIndex = 20;
- this.lblGraduated.Text = "毕业学校";
- //
- // dropEducational
- //
- this.dropEducational.BackColor = System.Drawing.Color.Yellow;
- 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.IsMustInput = true;
- this.dropEducational.IsSetPosition = false;
- this.dropEducational.Location = new System.Drawing.Point(316, 129);
- 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(160, 21);
- this.dropEducational.TabIndex = 19;
- this.dropEducational.ValueMember = null;
- //
- // lblEducational
- //
- this.lblEducational.AutoSize = true;
- this.lblEducational.BackColor = System.Drawing.SystemColors.Control;
- this.lblEducational.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblEducational.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.lblEducational.IsMustInput = true;
- this.lblEducational.Location = new System.Drawing.Point(281, 132);
- this.lblEducational.Name = "lblEducational";
- this.lblEducational.Size = new System.Drawing.Size(29, 12);
- this.lblEducational.TabIndex = 18;
- this.lblEducational.Text = "学历";
- //
- // dropNational
- //
- this.dropNational.BackColor = System.Drawing.Color.Yellow;
- 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.IsMustInput = true;
- this.dropNational.IsSetPosition = false;
- this.dropNational.Location = new System.Drawing.Point(77, 129);
- 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(155, 21);
- this.dropNational.TabIndex = 17;
- this.dropNational.ValueMember = null;
- //
- // lblNational
- //
- this.lblNational.AutoSize = true;
- this.lblNational.BackColor = System.Drawing.SystemColors.Control;
- this.lblNational.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblNational.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.lblNational.IsMustInput = true;
- this.lblNational.Location = new System.Drawing.Point(42, 135);
- this.lblNational.Name = "lblNational";
- this.lblNational.Size = new System.Drawing.Size(29, 12);
- this.lblNational.TabIndex = 16;
- this.lblNational.Text = "民族";
- //
- // lblPolicitalStatus
- //
- this.lblPolicitalStatus.AutoSize = true;
- this.lblPolicitalStatus.BackColor = System.Drawing.SystemColors.Control;
- this.lblPolicitalStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblPolicitalStatus.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblPolicitalStatus.Location = new System.Drawing.Point(257, 105);
- this.lblPolicitalStatus.Name = "lblPolicitalStatus";
- this.lblPolicitalStatus.Size = new System.Drawing.Size(53, 12);
- this.lblPolicitalStatus.TabIndex = 14;
- this.lblPolicitalStatus.Text = "政治面貌";
- //
- // txtHomeTown
- //
- this.txtHomeTown.BackColor = System.Drawing.SystemColors.Window;
- this.txtHomeTown.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtHomeTown.ErrorMessage = "";
- this.txtHomeTown.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtHomeTown.Location = new System.Drawing.Point(77, 102);
- this.txtHomeTown.MaxLength = 50;
- this.txtHomeTown.Name = "txtHomeTown";
- this.txtHomeTown.Size = new System.Drawing.Size(155, 21);
- this.txtHomeTown.TabIndex = 13;
- //
- // lblHomeTown
- //
- this.lblHomeTown.AutoSize = true;
- this.lblHomeTown.BackColor = System.Drawing.SystemColors.Control;
- this.lblHomeTown.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblHomeTown.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblHomeTown.Location = new System.Drawing.Point(42, 105);
- this.lblHomeTown.Name = "lblHomeTown";
- this.lblHomeTown.Size = new System.Drawing.Size(29, 12);
- this.lblHomeTown.TabIndex = 12;
- this.lblHomeTown.Text = "籍贯";
- //
- // dropMaritalStatus
- //
- this.dropMaritalStatus.BackColor = System.Drawing.Color.Yellow;
- 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.IsMustInput = true;
- this.dropMaritalStatus.IsSetPosition = false;
- this.dropMaritalStatus.Location = new System.Drawing.Point(316, 74);
- 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(160, 21);
- this.dropMaritalStatus.TabIndex = 11;
- this.dropMaritalStatus.ValueMember = null;
- //
- // lblMaritalStatus
- //
- this.lblMaritalStatus.AutoSize = true;
- this.lblMaritalStatus.BackColor = System.Drawing.SystemColors.Control;
- this.lblMaritalStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblMaritalStatus.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.lblMaritalStatus.IsMustInput = true;
- this.lblMaritalStatus.Location = new System.Drawing.Point(257, 77);
- this.lblMaritalStatus.Name = "lblMaritalStatus";
- this.lblMaritalStatus.Size = new System.Drawing.Size(53, 12);
- this.lblMaritalStatus.TabIndex = 10;
- this.lblMaritalStatus.Text = "婚姻状况";
- //
- // txtBirthday
- //
- this.txtBirthday.CustomFormat = "yyyy-MM-dd";
- this.txtBirthday.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtBirthday.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.txtBirthday.Location = new System.Drawing.Point(316, 48);
- this.txtBirthday.MinDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
- this.txtBirthday.Name = "txtBirthday";
- this.txtBirthday.Size = new System.Drawing.Size(160, 21);
- this.txtBirthday.TabIndex = 7;
- this.txtBirthday.Value = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
- //
- // lblBirthday
- //
- this.lblBirthday.AutoSize = true;
- this.lblBirthday.BackColor = System.Drawing.SystemColors.Control;
- this.lblBirthday.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblBirthday.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblBirthday.Location = new System.Drawing.Point(257, 51);
- this.lblBirthday.Name = "lblBirthday";
- this.lblBirthday.Size = new System.Drawing.Size(53, 12);
- this.lblBirthday.TabIndex = 6;
- this.lblBirthday.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, 48);
- this.txtIDCardNo.MaxLength = 18;
- this.txtIDCardNo.Name = "txtIDCardNo";
- this.txtIDCardNo.Size = new System.Drawing.Size(155, 21);
- this.txtIDCardNo.TabIndex = 5;
- this.txtIDCardNo.TextValue = "";
- this.txtIDCardNo.Leave += new System.EventHandler(this.txtIDCardNo_Leave);
- //
- // lblIDCardNo
- //
- this.lblIDCardNo.AutoSize = true;
- this.lblIDCardNo.BackColor = System.Drawing.SystemColors.Control;
- this.lblIDCardNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblIDCardNo.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblIDCardNo.Location = new System.Drawing.Point(6, 51);
- this.lblIDCardNo.Name = "lblIDCardNo";
- this.lblIDCardNo.Size = new System.Drawing.Size(65, 12);
- this.lblIDCardNo.TabIndex = 4;
- this.lblIDCardNo.Text = "身份证号码";
- //
- // txtStaffName
- //
- this.txtStaffName.BackColor = System.Drawing.Color.Yellow;
- this.txtStaffName.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtStaffName.ErrorMessage = "";
- this.txtStaffName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtStaffName.IsMustInput = true;
- this.txtStaffName.Location = new System.Drawing.Point(316, 21);
- this.txtStaffName.MaxLength = 20;
- this.txtStaffName.Name = "txtStaffName";
- this.txtStaffName.Size = new System.Drawing.Size(160, 21);
- this.txtStaffName.TabIndex = 3;
- //
- // lblStaffName
- //
- this.lblStaffName.AutoSize = true;
- this.lblStaffName.BackColor = System.Drawing.SystemColors.Control;
- this.lblStaffName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblStaffName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.lblStaffName.IsMustInput = true;
- this.lblStaffName.Location = new System.Drawing.Point(257, 24);
- this.lblStaffName.Name = "lblStaffName";
- this.lblStaffName.Size = new System.Drawing.Size(53, 12);
- this.lblStaffName.TabIndex = 2;
- this.lblStaffName.Text = "员工姓名";
- //
- // txtStaffCode
- //
- this.txtStaffCode.BackColor = System.Drawing.Color.Yellow;
- this.txtStaffCode.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtStaffCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtStaffCode.ErrorMessage = "必须输入项目";
- this.txtStaffCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtStaffCode.HasError = true;
- this.txtStaffCode.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtStaffCode.IsMustInput = true;
- this.txtStaffCode.Location = new System.Drawing.Point(77, 21);
- this.txtStaffCode.MaxLength = 20;
- this.txtStaffCode.Name = "txtStaffCode";
- this.txtStaffCode.RejectCharsPattern = "[^a-zA-Z0-9]";
- this.txtStaffCode.Size = new System.Drawing.Size(155, 21);
- this.txtStaffCode.TabIndex = 1;
- //
- // lblStaffCode
- //
- this.lblStaffCode.AutoSize = true;
- this.lblStaffCode.BackColor = System.Drawing.SystemColors.Control;
- this.lblStaffCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblStaffCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.lblStaffCode.IsMustInput = true;
- this.lblStaffCode.Location = new System.Drawing.Point(18, 24);
- this.lblStaffCode.Name = "lblStaffCode";
- this.lblStaffCode.Size = new System.Drawing.Size(53, 12);
- this.lblStaffCode.TabIndex = 0;
- this.lblStaffCode.Text = "员工编码";
- //
- // txtPolicitalStatus
- //
- this.txtPolicitalStatus.BackColor = System.Drawing.SystemColors.Window;
- this.txtPolicitalStatus.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtPolicitalStatus.ErrorMessage = "";
- this.txtPolicitalStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtPolicitalStatus.Location = new System.Drawing.Point(316, 102);
- this.txtPolicitalStatus.MaxLength = 20;
- this.txtPolicitalStatus.Name = "txtPolicitalStatus";
- this.txtPolicitalStatus.Size = new System.Drawing.Size(160, 21);
- this.txtPolicitalStatus.TabIndex = 15;
- //
- // odlgFile
- //
- this.odlgFile.FileName = "openFileDialog1";
- //
- // ilPic
- //
- this.ilPic.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
- this.ilPic.ImageSize = new System.Drawing.Size(16, 16);
- this.ilPic.TransparentColor = System.Drawing.Color.Transparent;
- //
- // cbJoinPartyDate
- //
- this.cbJoinPartyDate.AutoSize = true;
- this.cbJoinPartyDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cbJoinPartyDate.Location = new System.Drawing.Point(238, 188);
- this.cbJoinPartyDate.Name = "cbJoinPartyDate";
- this.cbJoinPartyDate.Size = new System.Drawing.Size(72, 16);
- this.cbJoinPartyDate.TabIndex = 26;
- this.cbJoinPartyDate.Text = "入党日期";
- this.cbJoinPartyDate.UseVisualStyleBackColor = true;
- this.cbJoinPartyDate.CheckedChanged += new System.EventHandler(this.cbJoinPartyDate_CheckedChanged);
- //
- // lblStaffStatus
- //
- this.lblStaffStatus.AutoSize = true;
- this.lblStaffStatus.BackColor = System.Drawing.Color.Transparent;
- this.lblStaffStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblStaffStatus.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblStaffStatus.Location = new System.Drawing.Point(18, 23);
- this.lblStaffStatus.Name = "lblStaffStatus";
- this.lblStaffStatus.Size = new System.Drawing.Size(53, 12);
- this.lblStaffStatus.TabIndex = 0;
- this.lblStaffStatus.Text = "员工状态";
- //
- // dkGroupBox1
- //
- this.dkGroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("dkGroupBox1.BackgroundImage")));
- this.dkGroupBox1.Controls.Add(this.pic);
- this.dkGroupBox1.Controls.Add(this.btnUpload);
- this.dkGroupBox1.Controls.Add(this.btnDelete);
- this.dkGroupBox1.Controls.Add(this.txtStaffName);
- this.dkGroupBox1.Controls.Add(this.lblStaffCode);
- this.dkGroupBox1.Controls.Add(this.txtStaffCode);
- this.dkGroupBox1.Controls.Add(this.lblStaffName);
- this.dkGroupBox1.Controls.Add(this.txtIDCardNo);
- this.dkGroupBox1.Controls.Add(this.lblIDCardNo);
- this.dkGroupBox1.Controls.Add(this.txtBirthday);
- this.dkGroupBox1.Controls.Add(this.lblBirthday);
- this.dkGroupBox1.Controls.Add(this.dropGender);
- this.dkGroupBox1.Controls.Add(this.cbJoinPartyDate);
- this.dkGroupBox1.Controls.Add(this.lblMaritalStatus);
- this.dkGroupBox1.Controls.Add(this.dropMaritalStatus);
- this.dkGroupBox1.Controls.Add(this.lblGender);
- this.dkGroupBox1.Controls.Add(this.txtPolicitalStatus);
- this.dkGroupBox1.Controls.Add(this.lblHomeTown);
- this.dkGroupBox1.Controls.Add(this.txtHomeTown);
- this.dkGroupBox1.Controls.Add(this.lblPolicitalStatus);
- this.dkGroupBox1.Controls.Add(this.dropNational);
- this.dkGroupBox1.Controls.Add(this.txtJoinPartyDate);
- this.dkGroupBox1.Controls.Add(this.lblNational);
- this.dkGroupBox1.Controls.Add(this.dropEducational);
- this.dkGroupBox1.Controls.Add(this.lblEducational);
- this.dkGroupBox1.Controls.Add(this.txtSpecialField);
- this.dkGroupBox1.Controls.Add(this.lblGraduated);
- this.dkGroupBox1.Controls.Add(this.txtGraduated);
- this.dkGroupBox1.Controls.Add(this.lblSpecialField);
- this.dkGroupBox1.Controls.Add(this.txtWeight);
- this.dkGroupBox1.Controls.Add(this.lblWeight);
- this.dkGroupBox1.Controls.Add(this.txtHeight);
- this.dkGroupBox1.Controls.Add(this.txtBloodGroup);
- this.dkGroupBox1.Controls.Add(this.lblBloodGroup);
- this.dkGroupBox1.Controls.Add(this.lblHeight);
- this.dkGroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dkGroupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
- this.dkGroupBox1.IsMustInput = false;
- this.dkGroupBox1.Location = new System.Drawing.Point(12, 12);
- this.dkGroupBox1.Name = "dkGroupBox1";
- this.dkGroupBox1.Size = new System.Drawing.Size(625, 240);
- this.dkGroupBox1.TabIndex = 5;
- this.dkGroupBox1.TabStop = false;
- this.dkGroupBox1.Text = "基本信息";
- //
- // pic
- //
- this.pic.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.pic.Image = global::Dongke.IBOSS.PRD.Client.HRModule.Properties.Resources.nopic;
- this.pic.Location = new System.Drawing.Point(485, 20);
- this.pic.Name = "pic";
- this.pic.Size = new System.Drawing.Size(130, 182);
- this.pic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pic.TabIndex = 119;
- this.pic.TabStop = false;
- //
- // btnUpload
- //
- this.btnUpload.Location = new System.Drawing.Point(482, 208);
- this.btnUpload.Name = "btnUpload";
- this.btnUpload.Size = new System.Drawing.Size(65, 23);
- this.btnUpload.TabIndex = 32;
- this.btnUpload.Text = "上传(&U)";
- this.btnUpload.UseVisualStyleBackColor = true;
- this.btnUpload.Click += new System.EventHandler(this.btnUpload_Click);
- //
- // btnDelete
- //
- this.btnDelete.Location = new System.Drawing.Point(553, 208);
- this.btnDelete.Name = "btnDelete";
- this.btnDelete.Size = new System.Drawing.Size(65, 23);
- this.btnDelete.TabIndex = 33;
- this.btnDelete.Text = "删除";
- this.btnDelete.UseVisualStyleBackColor = true;
- this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
- //
- // dkGroupBox2
- //
- this.dkGroupBox2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("dkGroupBox2.BackgroundImage")));
- this.dkGroupBox2.Controls.Add(this.lblOrganization);
- this.dkGroupBox2.Controls.Add(this.scbOrganization);
- this.dkGroupBox2.Controls.Add(this.dropJobs);
- this.dkGroupBox2.Controls.Add(this.lblJobs);
- this.dkGroupBox2.Controls.Add(this.droppost);
- this.dkGroupBox2.Controls.Add(this.c_Label1);
- this.dkGroupBox2.Controls.Add(this.lblStaffStatusName);
- this.dkGroupBox2.Controls.Add(this.lblStaffStatus);
- this.dkGroupBox2.Controls.Add(this.chkLaidOff);
- this.dkGroupBox2.Controls.Add(this.chkDisability);
- this.dkGroupBox2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dkGroupBox2.ForeColor = System.Drawing.SystemColors.ControlText;
- this.dkGroupBox2.IsMustInput = false;
- this.dkGroupBox2.Location = new System.Drawing.Point(12, 258);
- this.dkGroupBox2.Name = "dkGroupBox2";
- this.dkGroupBox2.Size = new System.Drawing.Size(625, 268);
- this.dkGroupBox2.TabIndex = 1;
- this.dkGroupBox2.TabStop = false;
- this.dkGroupBox2.Text = "工作职位信息";
- //
- // dropJobs
- //
- this.dropJobs.BackColor = System.Drawing.Color.Yellow;
- this.dropJobs.BackgroundColor = System.Drawing.SystemColors.Window;
- this.dropJobs.DataSource = null;
- this.dropJobs.DisplayMember = null;
- this.dropJobs.ErrorMessage = "必须输入项目";
- this.dropJobs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dropJobs.IsMustInput = true;
- this.dropJobs.IsSetPosition = false;
- this.dropJobs.Location = new System.Drawing.Point(316, 45);
- this.dropJobs.Name = "dropJobs";
- this.dropJobs.PromptBackColor = System.Drawing.Color.Snow;
- this.dropJobs.PromptForeColor = System.Drawing.Color.Gray;
- this.dropJobs.SelectedValue = "";
- this.dropJobs.Size = new System.Drawing.Size(160, 21);
- this.dropJobs.TabIndex = 20;
- this.dropJobs.ValueMember = null;
- //
- // lblJobs
- //
- this.lblJobs.AutoSize = true;
- this.lblJobs.BackColor = System.Drawing.Color.Transparent;
- this.lblJobs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblJobs.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.lblJobs.IsMustInput = true;
- this.lblJobs.Location = new System.Drawing.Point(281, 49);
- this.lblJobs.Name = "lblJobs";
- this.lblJobs.Size = new System.Drawing.Size(29, 12);
- this.lblJobs.TabIndex = 14;
- this.lblJobs.Text = "工种";
- //
- // droppost
- //
- this.droppost.BackColor = System.Drawing.Color.Yellow;
- this.droppost.BackgroundColor = System.Drawing.SystemColors.Window;
- this.droppost.DataSource = null;
- this.droppost.DisplayMember = null;
- this.droppost.ErrorMessage = "必须输入项目";
- this.droppost.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.droppost.HasError = true;
- this.droppost.IsMustInput = true;
- this.droppost.IsSetPosition = false;
- this.droppost.Location = new System.Drawing.Point(79, 45);
- this.droppost.Name = "droppost";
- this.droppost.PromptBackColor = System.Drawing.Color.Snow;
- this.droppost.PromptForeColor = System.Drawing.Color.Gray;
- this.droppost.SelectedValue = "";
- this.droppost.Size = new System.Drawing.Size(160, 21);
- this.droppost.TabIndex = 12;
- this.droppost.ValueMember = null;
- //
- // 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.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.c_Label1.IsMustInput = true;
- this.c_Label1.Location = new System.Drawing.Point(42, 48);
- this.c_Label1.Name = "c_Label1";
- this.c_Label1.Size = new System.Drawing.Size(29, 12);
- this.c_Label1.TabIndex = 11;
- this.c_Label1.Text = "职务";
- //
- // lblStaffStatusName
- //
- this.lblStaffStatusName.AutoSize = true;
- this.lblStaffStatusName.BackColor = System.Drawing.Color.Transparent;
- this.lblStaffStatusName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblStaffStatusName.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblStaffStatusName.Location = new System.Drawing.Point(77, 23);
- this.lblStaffStatusName.Name = "lblStaffStatusName";
- this.lblStaffStatusName.Size = new System.Drawing.Size(29, 12);
- this.lblStaffStatusName.TabIndex = 1;
- this.lblStaffStatusName.Text = "入职";
- //
- // dkGroupBox3
- //
- this.dkGroupBox3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("dkGroupBox3.BackgroundImage")));
- this.dkGroupBox3.Controls.Add(this.lblEmail);
- this.dkGroupBox3.Controls.Add(this.txtEmail);
- this.dkGroupBox3.Controls.Add(this.txtTelephone);
- this.dkGroupBox3.Controls.Add(this.lblAddress);
- this.dkGroupBox3.Controls.Add(this.txtAddress);
- this.dkGroupBox3.Controls.Add(this.txtRemarks);
- this.dkGroupBox3.Controls.Add(this.txtAccountNo);
- this.dkGroupBox3.Controls.Add(this.lblRemarks);
- this.dkGroupBox3.Controls.Add(this.lblAccountNo);
- this.dkGroupBox3.Controls.Add(this.lblTelephone);
- this.dkGroupBox3.Controls.Add(this.txtOpeningBank);
- this.dkGroupBox3.Controls.Add(this.lblOpeningBank);
- this.dkGroupBox3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dkGroupBox3.ForeColor = System.Drawing.SystemColors.ControlText;
- this.dkGroupBox3.IsMustInput = false;
- this.dkGroupBox3.Location = new System.Drawing.Point(12, 340);
- this.dkGroupBox3.Name = "dkGroupBox3";
- this.dkGroupBox3.Size = new System.Drawing.Size(625, 186);
- this.dkGroupBox3.TabIndex = 2;
- this.dkGroupBox3.TabStop = false;
- this.dkGroupBox3.Text = "其他信息";
- //
- // lblOrganization
- //
- this.lblOrganization.AutoSize = true;
- this.lblOrganization.BackColor = System.Drawing.Color.Transparent;
- this.lblOrganization.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblOrganization.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.lblOrganization.IsMustInput = true;
- this.lblOrganization.Location = new System.Drawing.Point(257, 22);
- this.lblOrganization.Name = "lblOrganization";
- this.lblOrganization.Size = new System.Drawing.Size(53, 12);
- this.lblOrganization.TabIndex = 59;
- this.lblOrganization.Text = "所属部门";
- //
- // scbOrganization
- //
- this.scbOrganization.CheckedData = null;
- this.scbOrganization.IsOnlyDisplayEnd = false;
- this.scbOrganization.Location = new System.Drawing.Point(316, 18);
- this.scbOrganization.Name = "scbOrganization";
- this.scbOrganization.Size = new System.Drawing.Size(160, 21);
- this.scbOrganization.TabIndex = 58;
- //
- // F_HR_0102
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.SystemColors.Control;
- this.CancelButton = this.btnCancel;
- this.ClientSize = new System.Drawing.Size(645, 587);
- this.Controls.Add(this.dkGroupBox3);
- this.Controls.Add(this.dkGroupBox2);
- this.Controls.Add(this.dkGroupBox1);
- this.Controls.Add(this.btnSave);
- this.Controls.Add(this.btnCancel);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.IsSaveFormSize = false;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "F_HR_0102";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.StatusSizingGrip = false;
- this.Text = "员工档案";
- this.Load += new System.EventHandler(this.F_HR_0102_Load);
- this.Controls.SetChildIndex(this.btnCancel, 0);
- this.Controls.SetChildIndex(this.btnSave, 0);
- this.Controls.SetChildIndex(this.dkGroupBox1, 0);
- this.Controls.SetChildIndex(this.dkGroupBox2, 0);
- this.Controls.SetChildIndex(this.dkGroupBox3, 0);
- this.dkGroupBox1.ResumeLayout(false);
- this.dkGroupBox1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pic)).EndInit();
- this.dkGroupBox2.ResumeLayout(false);
- this.dkGroupBox2.PerformLayout();
- this.dkGroupBox3.ResumeLayout(false);
- this.dkGroupBox3.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Basics.BaseControls.C_Label lblRemarks;
- private Basics.BaseControls.C_TextBox txtRemarks;
- private Basics.BaseControls.C_Button btnSave;
- private Basics.BaseControls.C_Button btnCancel;
- private Basics.BaseControls.C_TXT_DropDownList dropGender;
- private Basics.BaseControls.C_TextBox txtAccountNo;
- private Basics.BaseControls.C_Label lblGender;
- private Basics.BaseControls.C_Label lblAccountNo;
- private Basics.BaseControls.C_TextBox txtOpeningBank;
- private Basics.BaseControls.C_Label lblOpeningBank;
- private Basics.BaseControls.C_TXT_Email txtEmail;
- private Basics.BaseControls.C_Label lblEmail;
- private Basics.BaseControls.C_DateTimePicker txtJoinPartyDate;
- private Basics.BaseControls.C_CheckBox chkDisability;
- private Basics.BaseControls.C_CheckBox chkLaidOff;
- private Basics.BaseControls.C_TextBox txtAddress;
- private Basics.BaseControls.C_Label lblAddress;
- private Basics.BaseControls.C_TXT_Digital txtWeight;
- private Basics.BaseControls.C_Label lblWeight;
- private Basics.BaseControls.C_TextBox txtBloodGroup;
- private Basics.BaseControls.C_Label lblBloodGroup;
- private Basics.BaseControls.C_TXT_Digital txtHeight;
- private Basics.BaseControls.C_TXT_Tel txtTelephone;
- private Basics.BaseControls.C_Label lblHeight;
- private Basics.BaseControls.C_Label lblTelephone;
- private Basics.BaseControls.C_TextBox txtSpecialField;
- private Basics.BaseControls.C_Label lblSpecialField;
- private Basics.BaseControls.C_TextBox txtGraduated;
- private Basics.BaseControls.C_Label lblGraduated;
- private Basics.BaseControls.C_TXT_DropDownList dropEducational;
- private Basics.BaseControls.C_Label lblEducational;
- private Basics.BaseControls.C_TXT_DropDownList dropNational;
- private Basics.BaseControls.C_Label lblNational;
- private Basics.BaseControls.C_Label lblPolicitalStatus;
- private Basics.BaseControls.C_TextBox txtHomeTown;
- private Basics.BaseControls.C_Label lblHomeTown;
- private Basics.BaseControls.C_TXT_DropDownList dropMaritalStatus;
- private Basics.BaseControls.C_Label lblMaritalStatus;
- private Basics.BaseControls.C_DateTimePicker txtBirthday;
- private Basics.BaseControls.C_Label lblBirthday;
- private Basics.BaseControls.C_TXT_IDCard txtIDCardNo;
- private Basics.BaseControls.C_Label lblIDCardNo;
- private Basics.BaseControls.C_TextBox txtStaffName;
- private Basics.BaseControls.C_Label lblStaffName;
- private Basics.BaseControls.C_TextBox txtStaffCode;
- private Basics.BaseControls.C_Label lblStaffCode;
- private Basics.BaseControls.C_TextBox txtPolicitalStatus;
- private System.Windows.Forms.OpenFileDialog odlgFile;
- private System.Windows.Forms.ImageList ilPic;
- private Basics.BaseControls.C_CheckBox cbJoinPartyDate;
- private Basics.BaseControls.C_Label lblStaffStatus;
- private Basics.BaseControls.DKGroupBox dkGroupBox1;
- private System.Windows.Forms.Button btnUpload;
- private System.Windows.Forms.Button btnDelete;
- private Basics.BaseControls.DKGroupBox dkGroupBox2;
- private Basics.BaseControls.DKGroupBox dkGroupBox3;
- private System.Windows.Forms.PictureBox pic;
- private Basics.BaseControls.C_Label lblStaffStatusName;
- private Basics.BaseControls.C_TXT_DropDownList droppost;
- private Basics.BaseControls.C_Label c_Label1;
- private Basics.BaseControls.C_Label lblJobs;
- private Basics.BaseControls.C_TXT_DropDownList dropJobs;
- private Basics.BaseControls.C_Label lblOrganization;
- private Controls.SearchBox.ScbOrganization scbOrganization;
- }
- }
|