| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105 |
- 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.lblOrganization = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.scbOrganization = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbOrganization();
- 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.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.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, 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.SystemColors.ControlText;
- 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.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(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.SystemColors.ControlText;
- 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.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, 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.SystemColors.ControlText;
- 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.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(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.SystemColors.ControlText;
- 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 = "工作职位信息";
- //
- // 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;
- //
- // 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 = "其他信息";
- //
- // 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;
- }
- }
|