F_HR_0102.Designer.cs 56 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113
  1. namespace Dongke.IBOSS.PRD.Client.HRModule
  2. {
  3. partial class F_HR_0102
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_HR_0102));
  30. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  31. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  32. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  33. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  34. this.dropGender = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_DropDownList(this.components);
  35. this.txtAccountNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  36. this.lblGender = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  37. this.lblAccountNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.txtOpeningBank = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  39. this.lblOpeningBank = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  40. this.txtEmail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Email();
  41. this.lblEmail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.txtJoinPartyDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  43. this.chkDisability = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  44. this.chkLaidOff = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  45. this.txtAddress = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  46. this.lblAddress = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  47. this.txtWeight = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  48. this.lblWeight = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  49. this.txtBloodGroup = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  50. this.lblBloodGroup = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  51. this.txtHeight = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  52. this.txtTelephone = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Tel();
  53. this.lblHeight = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  54. this.lblTelephone = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  55. this.txtSpecialField = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  56. this.lblSpecialField = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  57. this.txtGraduated = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  58. this.lblGraduated = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  59. this.dropEducational = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_DropDownList(this.components);
  60. this.lblEducational = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  61. this.dropNational = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_DropDownList(this.components);
  62. this.lblNational = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  63. this.lblPolicitalStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  64. this.txtHomeTown = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  65. this.lblHomeTown = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  66. this.dropMaritalStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_DropDownList(this.components);
  67. this.lblMaritalStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  68. this.txtBirthday = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  69. this.lblBirthday = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  70. this.txtIDCardNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_IDCard();
  71. this.lblIDCardNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  72. this.txtStaffName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  73. this.lblStaffName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  74. this.txtStaffCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  75. this.lblStaffCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  76. this.txtPolicitalStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  77. this.odlgFile = new System.Windows.Forms.OpenFileDialog();
  78. this.ilPic = new System.Windows.Forms.ImageList(this.components);
  79. this.cbJoinPartyDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  80. this.lblStaffStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  81. this.dkGroupBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.DKGroupBox();
  82. this.pic = new System.Windows.Forms.PictureBox();
  83. this.btnUpload = new System.Windows.Forms.Button();
  84. this.btnDelete = new System.Windows.Forms.Button();
  85. this.dkGroupBox2 = new Dongke.IBOSS.PRD.Basics.BaseControls.DKGroupBox();
  86. this.dropJobs = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_DropDownList(this.components);
  87. this.lblJobs = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  88. this.droppost = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_DropDownList(this.components);
  89. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  90. this.lblStaffStatusName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  91. this.dkGroupBox3 = new Dongke.IBOSS.PRD.Basics.BaseControls.DKGroupBox();
  92. this.lblOrganization = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  93. this.scbOrganization = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbOrganization();
  94. this.dkGroupBox1.SuspendLayout();
  95. ((System.ComponentModel.ISupportInitialize)(this.pic)).BeginInit();
  96. this.dkGroupBox2.SuspendLayout();
  97. this.dkGroupBox3.SuspendLayout();
  98. this.SuspendLayout();
  99. //
  100. // lblRemarks
  101. //
  102. this.lblRemarks.AutoSize = true;
  103. this.lblRemarks.BackColor = System.Drawing.SystemColors.Control;
  104. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  105. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  106. this.lblRemarks.Location = new System.Drawing.Point(42, 104);
  107. this.lblRemarks.Name = "lblRemarks";
  108. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  109. this.lblRemarks.TabIndex = 10;
  110. this.lblRemarks.Text = "备注";
  111. //
  112. // txtRemarks
  113. //
  114. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  115. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  116. this.txtRemarks.ErrorMessage = "";
  117. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.txtRemarks.Location = new System.Drawing.Point(77, 101);
  119. this.txtRemarks.MaxLength = 500;
  120. this.txtRemarks.Multiline = true;
  121. this.txtRemarks.Name = "txtRemarks";
  122. this.txtRemarks.Size = new System.Drawing.Size(540, 79);
  123. this.txtRemarks.TabIndex = 11;
  124. //
  125. // btnSave
  126. //
  127. this.btnSave.BackColor = System.Drawing.SystemColors.ControlDark;
  128. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  129. this.btnSave.Font = new System.Drawing.Font("宋体", 9F);
  130. this.btnSave.ForeColor = System.Drawing.Color.White;
  131. this.btnSave.Location = new System.Drawing.Point(461, 532);
  132. this.btnSave.Name = "btnSave";
  133. this.btnSave.Size = new System.Drawing.Size(85, 30);
  134. this.btnSave.TabIndex = 3;
  135. this.btnSave.Text = "保存(&S)";
  136. this.btnSave.UseVisualStyleBackColor = false;
  137. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  138. //
  139. // btnCancel
  140. //
  141. this.btnCancel.BackColor = System.Drawing.SystemColors.ControlDark;
  142. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  143. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  144. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F);
  145. this.btnCancel.ForeColor = System.Drawing.Color.White;
  146. this.btnCancel.Location = new System.Drawing.Point(552, 532);
  147. this.btnCancel.Name = "btnCancel";
  148. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  149. this.btnCancel.TabIndex = 4;
  150. this.btnCancel.Text = "关闭(&X)";
  151. this.btnCancel.UseVisualStyleBackColor = false;
  152. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  153. //
  154. // dropGender
  155. //
  156. this.dropGender.BackColor = System.Drawing.Color.Yellow;
  157. this.dropGender.BackgroundColor = System.Drawing.SystemColors.Window;
  158. this.dropGender.DataSource = null;
  159. this.dropGender.DisplayMember = null;
  160. this.dropGender.ErrorMessage = "";
  161. this.dropGender.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  162. this.dropGender.IsMustInput = true;
  163. this.dropGender.IsSetPosition = false;
  164. this.dropGender.Location = new System.Drawing.Point(77, 75);
  165. this.dropGender.Name = "dropGender";
  166. this.dropGender.PromptBackColor = System.Drawing.Color.Snow;
  167. this.dropGender.PromptForeColor = System.Drawing.Color.Gray;
  168. this.dropGender.SelectedValue = "";
  169. this.dropGender.Size = new System.Drawing.Size(155, 21);
  170. this.dropGender.TabIndex = 9;
  171. this.dropGender.ValueMember = null;
  172. //
  173. // txtAccountNo
  174. //
  175. this.txtAccountNo.BackColor = System.Drawing.SystemColors.Window;
  176. this.txtAccountNo.BackgroundColor = System.Drawing.SystemColors.Window;
  177. this.txtAccountNo.ErrorMessage = "";
  178. this.txtAccountNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  179. this.txtAccountNo.Location = new System.Drawing.Point(391, 47);
  180. this.txtAccountNo.MaxLength = 50;
  181. this.txtAccountNo.Name = "txtAccountNo";
  182. this.txtAccountNo.Size = new System.Drawing.Size(224, 21);
  183. this.txtAccountNo.TabIndex = 7;
  184. //
  185. // lblGender
  186. //
  187. this.lblGender.AutoSize = true;
  188. this.lblGender.BackColor = System.Drawing.SystemColors.Control;
  189. this.lblGender.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  190. this.lblGender.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  191. this.lblGender.IsMustInput = true;
  192. this.lblGender.Location = new System.Drawing.Point(42, 77);
  193. this.lblGender.Name = "lblGender";
  194. this.lblGender.Size = new System.Drawing.Size(29, 12);
  195. this.lblGender.TabIndex = 8;
  196. this.lblGender.Text = "性别";
  197. //
  198. // lblAccountNo
  199. //
  200. this.lblAccountNo.AutoSize = true;
  201. this.lblAccountNo.BackColor = System.Drawing.SystemColors.Control;
  202. this.lblAccountNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.lblAccountNo.ForeColor = System.Drawing.SystemColors.ControlText;
  204. this.lblAccountNo.Location = new System.Drawing.Point(332, 50);
  205. this.lblAccountNo.Name = "lblAccountNo";
  206. this.lblAccountNo.Size = new System.Drawing.Size(53, 12);
  207. this.lblAccountNo.TabIndex = 6;
  208. this.lblAccountNo.Text = "开户帐户";
  209. //
  210. // txtOpeningBank
  211. //
  212. this.txtOpeningBank.BackColor = System.Drawing.SystemColors.Window;
  213. this.txtOpeningBank.BackgroundColor = System.Drawing.SystemColors.Window;
  214. this.txtOpeningBank.ErrorMessage = "";
  215. this.txtOpeningBank.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  216. this.txtOpeningBank.Location = new System.Drawing.Point(77, 47);
  217. this.txtOpeningBank.MaxLength = 50;
  218. this.txtOpeningBank.Name = "txtOpeningBank";
  219. this.txtOpeningBank.Size = new System.Drawing.Size(224, 21);
  220. this.txtOpeningBank.TabIndex = 5;
  221. //
  222. // lblOpeningBank
  223. //
  224. this.lblOpeningBank.AutoSize = true;
  225. this.lblOpeningBank.BackColor = System.Drawing.SystemColors.Control;
  226. this.lblOpeningBank.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  227. this.lblOpeningBank.ForeColor = System.Drawing.SystemColors.ControlText;
  228. this.lblOpeningBank.Location = new System.Drawing.Point(30, 50);
  229. this.lblOpeningBank.Name = "lblOpeningBank";
  230. this.lblOpeningBank.Size = new System.Drawing.Size(41, 12);
  231. this.lblOpeningBank.TabIndex = 4;
  232. this.lblOpeningBank.Text = "开户行";
  233. //
  234. // txtEmail
  235. //
  236. this.txtEmail.BackColor = System.Drawing.SystemColors.Window;
  237. this.txtEmail.BackgroundColor = System.Drawing.SystemColors.Window;
  238. this.txtEmail.ErrorMessage = "";
  239. this.txtEmail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  240. this.txtEmail.Location = new System.Drawing.Point(77, 20);
  241. this.txtEmail.MaxLength = 50;
  242. this.txtEmail.Name = "txtEmail";
  243. this.txtEmail.Size = new System.Drawing.Size(224, 21);
  244. this.txtEmail.TabIndex = 1;
  245. this.txtEmail.TextValue = "";
  246. //
  247. // lblEmail
  248. //
  249. this.lblEmail.AutoSize = true;
  250. this.lblEmail.BackColor = System.Drawing.SystemColors.Control;
  251. this.lblEmail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  252. this.lblEmail.ForeColor = System.Drawing.SystemColors.ControlText;
  253. this.lblEmail.Location = new System.Drawing.Point(18, 23);
  254. this.lblEmail.Name = "lblEmail";
  255. this.lblEmail.Size = new System.Drawing.Size(53, 12);
  256. this.lblEmail.TabIndex = 0;
  257. this.lblEmail.Text = "电子邮件";
  258. //
  259. // txtJoinPartyDate
  260. //
  261. this.txtJoinPartyDate.CustomFormat = "yyyy-MM-dd";
  262. this.txtJoinPartyDate.Enabled = false;
  263. this.txtJoinPartyDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  264. this.txtJoinPartyDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  265. this.txtJoinPartyDate.Location = new System.Drawing.Point(316, 183);
  266. this.txtJoinPartyDate.MinDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
  267. this.txtJoinPartyDate.Name = "txtJoinPartyDate";
  268. this.txtJoinPartyDate.Size = new System.Drawing.Size(160, 21);
  269. this.txtJoinPartyDate.TabIndex = 27;
  270. this.txtJoinPartyDate.Value = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
  271. //
  272. // chkDisability
  273. //
  274. this.chkDisability.AutoSize = true;
  275. this.chkDisability.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  276. this.chkDisability.Location = new System.Drawing.Point(545, 49);
  277. this.chkDisability.Name = "chkDisability";
  278. this.chkDisability.Size = new System.Drawing.Size(72, 16);
  279. this.chkDisability.TabIndex = 9;
  280. this.chkDisability.Text = "残疾职工";
  281. this.chkDisability.UseVisualStyleBackColor = true;
  282. //
  283. // chkLaidOff
  284. //
  285. this.chkLaidOff.AutoSize = true;
  286. this.chkLaidOff.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  287. this.chkLaidOff.Location = new System.Drawing.Point(545, 23);
  288. this.chkLaidOff.Name = "chkLaidOff";
  289. this.chkLaidOff.Size = new System.Drawing.Size(72, 16);
  290. this.chkLaidOff.TabIndex = 4;
  291. this.chkLaidOff.Text = "下岗职工";
  292. this.chkLaidOff.UseVisualStyleBackColor = true;
  293. //
  294. // txtAddress
  295. //
  296. this.txtAddress.BackColor = System.Drawing.SystemColors.Window;
  297. this.txtAddress.BackgroundColor = System.Drawing.SystemColors.Window;
  298. this.txtAddress.ErrorMessage = "";
  299. this.txtAddress.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  300. this.txtAddress.Location = new System.Drawing.Point(77, 74);
  301. this.txtAddress.MaxLength = 500;
  302. this.txtAddress.Name = "txtAddress";
  303. this.txtAddress.Size = new System.Drawing.Size(538, 21);
  304. this.txtAddress.TabIndex = 9;
  305. //
  306. // lblAddress
  307. //
  308. this.lblAddress.AutoSize = true;
  309. this.lblAddress.BackColor = System.Drawing.SystemColors.Control;
  310. this.lblAddress.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  311. this.lblAddress.ForeColor = System.Drawing.SystemColors.ControlText;
  312. this.lblAddress.Location = new System.Drawing.Point(18, 77);
  313. this.lblAddress.Name = "lblAddress";
  314. this.lblAddress.Size = new System.Drawing.Size(53, 12);
  315. this.lblAddress.TabIndex = 8;
  316. this.lblAddress.Text = "家庭住址";
  317. //
  318. // txtWeight
  319. //
  320. this.txtWeight.AllowNegative = false;
  321. this.txtWeight.BackColor = System.Drawing.SystemColors.Window;
  322. this.txtWeight.BackgroundColor = System.Drawing.SystemColors.Window;
  323. this.txtWeight.ErrorMessage = "";
  324. this.txtWeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  325. this.txtWeight.ImeMode = System.Windows.Forms.ImeMode.Off;
  326. this.txtWeight.Location = new System.Drawing.Point(316, 210);
  327. this.txtWeight.MaxValue = new decimal(new int[] {
  328. 999,
  329. 0,
  330. 0,
  331. 0});
  332. this.txtWeight.MinValue = new decimal(new int[] {
  333. 0,
  334. 0,
  335. 0,
  336. 0});
  337. this.txtWeight.Name = "txtWeight";
  338. this.txtWeight.Number = new System.Drawing.Point(5, 2);
  339. this.txtWeight.Size = new System.Drawing.Size(160, 21);
  340. this.txtWeight.TabIndex = 31;
  341. this.txtWeight.TextValue = "";
  342. //
  343. // lblWeight
  344. //
  345. this.lblWeight.AutoSize = true;
  346. this.lblWeight.BackColor = System.Drawing.SystemColors.Control;
  347. this.lblWeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  348. this.lblWeight.ForeColor = System.Drawing.SystemColors.ControlText;
  349. this.lblWeight.Location = new System.Drawing.Point(257, 213);
  350. this.lblWeight.Name = "lblWeight";
  351. this.lblWeight.Size = new System.Drawing.Size(53, 12);
  352. this.lblWeight.TabIndex = 30;
  353. this.lblWeight.Text = "体重(KG)";
  354. //
  355. // txtBloodGroup
  356. //
  357. this.txtBloodGroup.BackColor = System.Drawing.SystemColors.Window;
  358. this.txtBloodGroup.BackgroundColor = System.Drawing.SystemColors.Window;
  359. this.txtBloodGroup.ErrorMessage = "";
  360. this.txtBloodGroup.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  361. this.txtBloodGroup.Location = new System.Drawing.Point(77, 183);
  362. this.txtBloodGroup.MaxLength = 10;
  363. this.txtBloodGroup.Name = "txtBloodGroup";
  364. this.txtBloodGroup.Size = new System.Drawing.Size(155, 21);
  365. this.txtBloodGroup.TabIndex = 25;
  366. //
  367. // lblBloodGroup
  368. //
  369. this.lblBloodGroup.AutoSize = true;
  370. this.lblBloodGroup.BackColor = System.Drawing.SystemColors.Control;
  371. this.lblBloodGroup.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  372. this.lblBloodGroup.ForeColor = System.Drawing.SystemColors.ControlText;
  373. this.lblBloodGroup.Location = new System.Drawing.Point(42, 189);
  374. this.lblBloodGroup.Name = "lblBloodGroup";
  375. this.lblBloodGroup.Size = new System.Drawing.Size(29, 12);
  376. this.lblBloodGroup.TabIndex = 24;
  377. this.lblBloodGroup.Text = "血型";
  378. //
  379. // txtHeight
  380. //
  381. this.txtHeight.AllowNegative = false;
  382. this.txtHeight.BackColor = System.Drawing.SystemColors.Window;
  383. this.txtHeight.BackgroundColor = System.Drawing.SystemColors.Window;
  384. this.txtHeight.ErrorMessage = "";
  385. this.txtHeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  386. this.txtHeight.ImeMode = System.Windows.Forms.ImeMode.Off;
  387. this.txtHeight.Location = new System.Drawing.Point(77, 210);
  388. this.txtHeight.MaxLength = 3;
  389. this.txtHeight.MaxValue = new decimal(new int[] {
  390. 999,
  391. 0,
  392. 0,
  393. 0});
  394. this.txtHeight.MinValue = new decimal(new int[] {
  395. 0,
  396. 0,
  397. 0,
  398. 0});
  399. this.txtHeight.Name = "txtHeight";
  400. this.txtHeight.Number = new System.Drawing.Point(3, 0);
  401. this.txtHeight.Size = new System.Drawing.Size(155, 21);
  402. this.txtHeight.TabIndex = 29;
  403. this.txtHeight.TextValue = "";
  404. //
  405. // txtTelephone
  406. //
  407. this.txtTelephone.BackColor = System.Drawing.SystemColors.Window;
  408. this.txtTelephone.BackgroundColor = System.Drawing.SystemColors.Window;
  409. this.txtTelephone.ErrorMessage = "";
  410. this.txtTelephone.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  411. this.txtTelephone.ImeMode = System.Windows.Forms.ImeMode.Off;
  412. this.txtTelephone.Location = new System.Drawing.Point(391, 20);
  413. this.txtTelephone.MaxLength = 20;
  414. this.txtTelephone.Name = "txtTelephone";
  415. this.txtTelephone.Size = new System.Drawing.Size(224, 21);
  416. this.txtTelephone.TabIndex = 3;
  417. this.txtTelephone.TextValue = "";
  418. //
  419. // lblHeight
  420. //
  421. this.lblHeight.AutoSize = true;
  422. this.lblHeight.BackColor = System.Drawing.SystemColors.Control;
  423. this.lblHeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  424. this.lblHeight.ForeColor = System.Drawing.SystemColors.ControlText;
  425. this.lblHeight.Location = new System.Drawing.Point(18, 213);
  426. this.lblHeight.Name = "lblHeight";
  427. this.lblHeight.Size = new System.Drawing.Size(53, 12);
  428. this.lblHeight.TabIndex = 28;
  429. this.lblHeight.Tag = "";
  430. this.lblHeight.Text = "身高(CM)";
  431. //
  432. // lblTelephone
  433. //
  434. this.lblTelephone.AutoSize = true;
  435. this.lblTelephone.BackColor = System.Drawing.SystemColors.Control;
  436. this.lblTelephone.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  437. this.lblTelephone.ForeColor = System.Drawing.SystemColors.ControlText;
  438. this.lblTelephone.Location = new System.Drawing.Point(332, 23);
  439. this.lblTelephone.Name = "lblTelephone";
  440. this.lblTelephone.Size = new System.Drawing.Size(53, 12);
  441. this.lblTelephone.TabIndex = 2;
  442. this.lblTelephone.Text = "联系电话";
  443. //
  444. // txtSpecialField
  445. //
  446. this.txtSpecialField.BackColor = System.Drawing.SystemColors.Window;
  447. this.txtSpecialField.BackgroundColor = System.Drawing.SystemColors.Window;
  448. this.txtSpecialField.ErrorMessage = "";
  449. this.txtSpecialField.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  450. this.txtSpecialField.Location = new System.Drawing.Point(316, 156);
  451. this.txtSpecialField.MaxLength = 50;
  452. this.txtSpecialField.Name = "txtSpecialField";
  453. this.txtSpecialField.Size = new System.Drawing.Size(160, 21);
  454. this.txtSpecialField.TabIndex = 23;
  455. //
  456. // lblSpecialField
  457. //
  458. this.lblSpecialField.AutoSize = true;
  459. this.lblSpecialField.BackColor = System.Drawing.SystemColors.Control;
  460. this.lblSpecialField.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  461. this.lblSpecialField.ForeColor = System.Drawing.SystemColors.ControlText;
  462. this.lblSpecialField.Location = new System.Drawing.Point(281, 161);
  463. this.lblSpecialField.Name = "lblSpecialField";
  464. this.lblSpecialField.Size = new System.Drawing.Size(29, 12);
  465. this.lblSpecialField.TabIndex = 22;
  466. this.lblSpecialField.Text = "专业";
  467. //
  468. // txtGraduated
  469. //
  470. this.txtGraduated.BackColor = System.Drawing.SystemColors.Window;
  471. this.txtGraduated.BackgroundColor = System.Drawing.SystemColors.Window;
  472. this.txtGraduated.ErrorMessage = "";
  473. this.txtGraduated.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  474. this.txtGraduated.Location = new System.Drawing.Point(77, 156);
  475. this.txtGraduated.MaxLength = 50;
  476. this.txtGraduated.Name = "txtGraduated";
  477. this.txtGraduated.Size = new System.Drawing.Size(155, 21);
  478. this.txtGraduated.TabIndex = 21;
  479. //
  480. // lblGraduated
  481. //
  482. this.lblGraduated.AutoSize = true;
  483. this.lblGraduated.BackColor = System.Drawing.SystemColors.Control;
  484. this.lblGraduated.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  485. this.lblGraduated.ForeColor = System.Drawing.SystemColors.ControlText;
  486. this.lblGraduated.Location = new System.Drawing.Point(18, 161);
  487. this.lblGraduated.Name = "lblGraduated";
  488. this.lblGraduated.Size = new System.Drawing.Size(53, 12);
  489. this.lblGraduated.TabIndex = 20;
  490. this.lblGraduated.Text = "毕业学校";
  491. //
  492. // dropEducational
  493. //
  494. this.dropEducational.BackColor = System.Drawing.Color.Yellow;
  495. this.dropEducational.BackgroundColor = System.Drawing.SystemColors.Window;
  496. this.dropEducational.DataSource = null;
  497. this.dropEducational.DisplayMember = null;
  498. this.dropEducational.ErrorMessage = "";
  499. this.dropEducational.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  500. this.dropEducational.IsMustInput = true;
  501. this.dropEducational.IsSetPosition = false;
  502. this.dropEducational.Location = new System.Drawing.Point(316, 129);
  503. this.dropEducational.Name = "dropEducational";
  504. this.dropEducational.PromptBackColor = System.Drawing.Color.Snow;
  505. this.dropEducational.PromptForeColor = System.Drawing.Color.Gray;
  506. this.dropEducational.SelectedValue = "";
  507. this.dropEducational.Size = new System.Drawing.Size(160, 21);
  508. this.dropEducational.TabIndex = 19;
  509. this.dropEducational.ValueMember = null;
  510. //
  511. // lblEducational
  512. //
  513. this.lblEducational.AutoSize = true;
  514. this.lblEducational.BackColor = System.Drawing.SystemColors.Control;
  515. this.lblEducational.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  516. this.lblEducational.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  517. this.lblEducational.IsMustInput = true;
  518. this.lblEducational.Location = new System.Drawing.Point(281, 132);
  519. this.lblEducational.Name = "lblEducational";
  520. this.lblEducational.Size = new System.Drawing.Size(29, 12);
  521. this.lblEducational.TabIndex = 18;
  522. this.lblEducational.Text = "学历";
  523. //
  524. // dropNational
  525. //
  526. this.dropNational.BackColor = System.Drawing.Color.Yellow;
  527. this.dropNational.BackgroundColor = System.Drawing.SystemColors.Window;
  528. this.dropNational.DataSource = null;
  529. this.dropNational.DisplayMember = null;
  530. this.dropNational.ErrorMessage = "";
  531. this.dropNational.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  532. this.dropNational.IsMustInput = true;
  533. this.dropNational.IsSetPosition = false;
  534. this.dropNational.Location = new System.Drawing.Point(77, 129);
  535. this.dropNational.Name = "dropNational";
  536. this.dropNational.PromptBackColor = System.Drawing.Color.Snow;
  537. this.dropNational.PromptForeColor = System.Drawing.Color.Gray;
  538. this.dropNational.SelectedValue = "";
  539. this.dropNational.Size = new System.Drawing.Size(155, 21);
  540. this.dropNational.TabIndex = 17;
  541. this.dropNational.ValueMember = null;
  542. //
  543. // lblNational
  544. //
  545. this.lblNational.AutoSize = true;
  546. this.lblNational.BackColor = System.Drawing.SystemColors.Control;
  547. this.lblNational.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  548. this.lblNational.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  549. this.lblNational.IsMustInput = true;
  550. this.lblNational.Location = new System.Drawing.Point(42, 135);
  551. this.lblNational.Name = "lblNational";
  552. this.lblNational.Size = new System.Drawing.Size(29, 12);
  553. this.lblNational.TabIndex = 16;
  554. this.lblNational.Text = "民族";
  555. //
  556. // lblPolicitalStatus
  557. //
  558. this.lblPolicitalStatus.AutoSize = true;
  559. this.lblPolicitalStatus.BackColor = System.Drawing.SystemColors.Control;
  560. this.lblPolicitalStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  561. this.lblPolicitalStatus.ForeColor = System.Drawing.SystemColors.ControlText;
  562. this.lblPolicitalStatus.Location = new System.Drawing.Point(257, 105);
  563. this.lblPolicitalStatus.Name = "lblPolicitalStatus";
  564. this.lblPolicitalStatus.Size = new System.Drawing.Size(53, 12);
  565. this.lblPolicitalStatus.TabIndex = 14;
  566. this.lblPolicitalStatus.Text = "政治面貌";
  567. //
  568. // txtHomeTown
  569. //
  570. this.txtHomeTown.BackColor = System.Drawing.SystemColors.Window;
  571. this.txtHomeTown.BackgroundColor = System.Drawing.SystemColors.Window;
  572. this.txtHomeTown.ErrorMessage = "";
  573. this.txtHomeTown.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  574. this.txtHomeTown.Location = new System.Drawing.Point(77, 102);
  575. this.txtHomeTown.MaxLength = 50;
  576. this.txtHomeTown.Name = "txtHomeTown";
  577. this.txtHomeTown.Size = new System.Drawing.Size(155, 21);
  578. this.txtHomeTown.TabIndex = 13;
  579. //
  580. // lblHomeTown
  581. //
  582. this.lblHomeTown.AutoSize = true;
  583. this.lblHomeTown.BackColor = System.Drawing.SystemColors.Control;
  584. this.lblHomeTown.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  585. this.lblHomeTown.ForeColor = System.Drawing.SystemColors.ControlText;
  586. this.lblHomeTown.Location = new System.Drawing.Point(42, 105);
  587. this.lblHomeTown.Name = "lblHomeTown";
  588. this.lblHomeTown.Size = new System.Drawing.Size(29, 12);
  589. this.lblHomeTown.TabIndex = 12;
  590. this.lblHomeTown.Text = "籍贯";
  591. //
  592. // dropMaritalStatus
  593. //
  594. this.dropMaritalStatus.BackColor = System.Drawing.Color.Yellow;
  595. this.dropMaritalStatus.BackgroundColor = System.Drawing.SystemColors.Window;
  596. this.dropMaritalStatus.DataSource = null;
  597. this.dropMaritalStatus.DisplayMember = null;
  598. this.dropMaritalStatus.ErrorMessage = "";
  599. this.dropMaritalStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  600. this.dropMaritalStatus.IsMustInput = true;
  601. this.dropMaritalStatus.IsSetPosition = false;
  602. this.dropMaritalStatus.Location = new System.Drawing.Point(316, 74);
  603. this.dropMaritalStatus.Name = "dropMaritalStatus";
  604. this.dropMaritalStatus.PromptBackColor = System.Drawing.Color.Snow;
  605. this.dropMaritalStatus.PromptForeColor = System.Drawing.Color.Gray;
  606. this.dropMaritalStatus.SelectedValue = "";
  607. this.dropMaritalStatus.Size = new System.Drawing.Size(160, 21);
  608. this.dropMaritalStatus.TabIndex = 11;
  609. this.dropMaritalStatus.ValueMember = null;
  610. //
  611. // lblMaritalStatus
  612. //
  613. this.lblMaritalStatus.AutoSize = true;
  614. this.lblMaritalStatus.BackColor = System.Drawing.SystemColors.Control;
  615. this.lblMaritalStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  616. this.lblMaritalStatus.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  617. this.lblMaritalStatus.IsMustInput = true;
  618. this.lblMaritalStatus.Location = new System.Drawing.Point(257, 77);
  619. this.lblMaritalStatus.Name = "lblMaritalStatus";
  620. this.lblMaritalStatus.Size = new System.Drawing.Size(53, 12);
  621. this.lblMaritalStatus.TabIndex = 10;
  622. this.lblMaritalStatus.Text = "婚姻状况";
  623. //
  624. // txtBirthday
  625. //
  626. this.txtBirthday.CustomFormat = "yyyy-MM-dd";
  627. this.txtBirthday.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  628. this.txtBirthday.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  629. this.txtBirthday.Location = new System.Drawing.Point(316, 48);
  630. this.txtBirthday.MinDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
  631. this.txtBirthday.Name = "txtBirthday";
  632. this.txtBirthday.Size = new System.Drawing.Size(160, 21);
  633. this.txtBirthday.TabIndex = 7;
  634. this.txtBirthday.Value = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
  635. //
  636. // lblBirthday
  637. //
  638. this.lblBirthday.AutoSize = true;
  639. this.lblBirthday.BackColor = System.Drawing.SystemColors.Control;
  640. this.lblBirthday.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  641. this.lblBirthday.ForeColor = System.Drawing.SystemColors.ControlText;
  642. this.lblBirthday.Location = new System.Drawing.Point(257, 51);
  643. this.lblBirthday.Name = "lblBirthday";
  644. this.lblBirthday.Size = new System.Drawing.Size(53, 12);
  645. this.lblBirthday.TabIndex = 6;
  646. this.lblBirthday.Text = "出生日期";
  647. //
  648. // txtIDCardNo
  649. //
  650. this.txtIDCardNo.BackColor = System.Drawing.SystemColors.Window;
  651. this.txtIDCardNo.BackgroundColor = System.Drawing.SystemColors.Window;
  652. this.txtIDCardNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  653. this.txtIDCardNo.ErrorMessage = "";
  654. this.txtIDCardNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  655. this.txtIDCardNo.ImeMode = System.Windows.Forms.ImeMode.Off;
  656. this.txtIDCardNo.Location = new System.Drawing.Point(77, 48);
  657. this.txtIDCardNo.MaxLength = 18;
  658. this.txtIDCardNo.Name = "txtIDCardNo";
  659. this.txtIDCardNo.Size = new System.Drawing.Size(155, 21);
  660. this.txtIDCardNo.TabIndex = 5;
  661. this.txtIDCardNo.TextValue = "";
  662. this.txtIDCardNo.Leave += new System.EventHandler(this.txtIDCardNo_Leave);
  663. //
  664. // lblIDCardNo
  665. //
  666. this.lblIDCardNo.AutoSize = true;
  667. this.lblIDCardNo.BackColor = System.Drawing.SystemColors.Control;
  668. this.lblIDCardNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  669. this.lblIDCardNo.ForeColor = System.Drawing.SystemColors.ControlText;
  670. this.lblIDCardNo.Location = new System.Drawing.Point(6, 51);
  671. this.lblIDCardNo.Name = "lblIDCardNo";
  672. this.lblIDCardNo.Size = new System.Drawing.Size(65, 12);
  673. this.lblIDCardNo.TabIndex = 4;
  674. this.lblIDCardNo.Text = "身份证号码";
  675. //
  676. // txtStaffName
  677. //
  678. this.txtStaffName.BackColor = System.Drawing.Color.Yellow;
  679. this.txtStaffName.BackgroundColor = System.Drawing.SystemColors.Window;
  680. this.txtStaffName.ErrorMessage = "";
  681. this.txtStaffName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  682. this.txtStaffName.IsMustInput = true;
  683. this.txtStaffName.Location = new System.Drawing.Point(316, 21);
  684. this.txtStaffName.MaxLength = 20;
  685. this.txtStaffName.Name = "txtStaffName";
  686. this.txtStaffName.Size = new System.Drawing.Size(160, 21);
  687. this.txtStaffName.TabIndex = 3;
  688. //
  689. // lblStaffName
  690. //
  691. this.lblStaffName.AutoSize = true;
  692. this.lblStaffName.BackColor = System.Drawing.SystemColors.Control;
  693. this.lblStaffName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  694. this.lblStaffName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  695. this.lblStaffName.IsMustInput = true;
  696. this.lblStaffName.Location = new System.Drawing.Point(257, 24);
  697. this.lblStaffName.Name = "lblStaffName";
  698. this.lblStaffName.Size = new System.Drawing.Size(53, 12);
  699. this.lblStaffName.TabIndex = 2;
  700. this.lblStaffName.Text = "员工姓名";
  701. //
  702. // txtStaffCode
  703. //
  704. this.txtStaffCode.BackColor = System.Drawing.Color.Yellow;
  705. this.txtStaffCode.BackgroundColor = System.Drawing.SystemColors.Window;
  706. this.txtStaffCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  707. this.txtStaffCode.ErrorMessage = "必须输入项目";
  708. this.txtStaffCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  709. this.txtStaffCode.HasError = true;
  710. this.txtStaffCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  711. this.txtStaffCode.IsMustInput = true;
  712. this.txtStaffCode.Location = new System.Drawing.Point(77, 21);
  713. this.txtStaffCode.MaxLength = 20;
  714. this.txtStaffCode.Name = "txtStaffCode";
  715. this.txtStaffCode.RejectCharsPattern = "[^a-zA-Z0-9]";
  716. this.txtStaffCode.Size = new System.Drawing.Size(155, 21);
  717. this.txtStaffCode.TabIndex = 1;
  718. //
  719. // lblStaffCode
  720. //
  721. this.lblStaffCode.AutoSize = true;
  722. this.lblStaffCode.BackColor = System.Drawing.SystemColors.Control;
  723. this.lblStaffCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  724. this.lblStaffCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  725. this.lblStaffCode.IsMustInput = true;
  726. this.lblStaffCode.Location = new System.Drawing.Point(18, 24);
  727. this.lblStaffCode.Name = "lblStaffCode";
  728. this.lblStaffCode.Size = new System.Drawing.Size(53, 12);
  729. this.lblStaffCode.TabIndex = 0;
  730. this.lblStaffCode.Text = "员工编码";
  731. //
  732. // txtPolicitalStatus
  733. //
  734. this.txtPolicitalStatus.BackColor = System.Drawing.SystemColors.Window;
  735. this.txtPolicitalStatus.BackgroundColor = System.Drawing.SystemColors.Window;
  736. this.txtPolicitalStatus.ErrorMessage = "";
  737. this.txtPolicitalStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  738. this.txtPolicitalStatus.Location = new System.Drawing.Point(316, 102);
  739. this.txtPolicitalStatus.MaxLength = 20;
  740. this.txtPolicitalStatus.Name = "txtPolicitalStatus";
  741. this.txtPolicitalStatus.Size = new System.Drawing.Size(160, 21);
  742. this.txtPolicitalStatus.TabIndex = 15;
  743. //
  744. // odlgFile
  745. //
  746. this.odlgFile.FileName = "openFileDialog1";
  747. //
  748. // ilPic
  749. //
  750. this.ilPic.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
  751. this.ilPic.ImageSize = new System.Drawing.Size(16, 16);
  752. this.ilPic.TransparentColor = System.Drawing.Color.Transparent;
  753. //
  754. // cbJoinPartyDate
  755. //
  756. this.cbJoinPartyDate.AutoSize = true;
  757. this.cbJoinPartyDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  758. this.cbJoinPartyDate.Location = new System.Drawing.Point(238, 188);
  759. this.cbJoinPartyDate.Name = "cbJoinPartyDate";
  760. this.cbJoinPartyDate.Size = new System.Drawing.Size(72, 16);
  761. this.cbJoinPartyDate.TabIndex = 26;
  762. this.cbJoinPartyDate.Text = "入党日期";
  763. this.cbJoinPartyDate.UseVisualStyleBackColor = true;
  764. this.cbJoinPartyDate.CheckedChanged += new System.EventHandler(this.cbJoinPartyDate_CheckedChanged);
  765. //
  766. // lblStaffStatus
  767. //
  768. this.lblStaffStatus.AutoSize = true;
  769. this.lblStaffStatus.BackColor = System.Drawing.Color.Transparent;
  770. this.lblStaffStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  771. this.lblStaffStatus.ForeColor = System.Drawing.SystemColors.ControlText;
  772. this.lblStaffStatus.Location = new System.Drawing.Point(18, 23);
  773. this.lblStaffStatus.Name = "lblStaffStatus";
  774. this.lblStaffStatus.Size = new System.Drawing.Size(53, 12);
  775. this.lblStaffStatus.TabIndex = 0;
  776. this.lblStaffStatus.Text = "员工状态";
  777. //
  778. // dkGroupBox1
  779. //
  780. this.dkGroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("dkGroupBox1.BackgroundImage")));
  781. this.dkGroupBox1.Controls.Add(this.pic);
  782. this.dkGroupBox1.Controls.Add(this.btnUpload);
  783. this.dkGroupBox1.Controls.Add(this.btnDelete);
  784. this.dkGroupBox1.Controls.Add(this.txtStaffName);
  785. this.dkGroupBox1.Controls.Add(this.lblStaffCode);
  786. this.dkGroupBox1.Controls.Add(this.txtStaffCode);
  787. this.dkGroupBox1.Controls.Add(this.lblStaffName);
  788. this.dkGroupBox1.Controls.Add(this.txtIDCardNo);
  789. this.dkGroupBox1.Controls.Add(this.lblIDCardNo);
  790. this.dkGroupBox1.Controls.Add(this.txtBirthday);
  791. this.dkGroupBox1.Controls.Add(this.lblBirthday);
  792. this.dkGroupBox1.Controls.Add(this.dropGender);
  793. this.dkGroupBox1.Controls.Add(this.cbJoinPartyDate);
  794. this.dkGroupBox1.Controls.Add(this.lblMaritalStatus);
  795. this.dkGroupBox1.Controls.Add(this.dropMaritalStatus);
  796. this.dkGroupBox1.Controls.Add(this.lblGender);
  797. this.dkGroupBox1.Controls.Add(this.txtPolicitalStatus);
  798. this.dkGroupBox1.Controls.Add(this.lblHomeTown);
  799. this.dkGroupBox1.Controls.Add(this.txtHomeTown);
  800. this.dkGroupBox1.Controls.Add(this.lblPolicitalStatus);
  801. this.dkGroupBox1.Controls.Add(this.dropNational);
  802. this.dkGroupBox1.Controls.Add(this.txtJoinPartyDate);
  803. this.dkGroupBox1.Controls.Add(this.lblNational);
  804. this.dkGroupBox1.Controls.Add(this.dropEducational);
  805. this.dkGroupBox1.Controls.Add(this.lblEducational);
  806. this.dkGroupBox1.Controls.Add(this.txtSpecialField);
  807. this.dkGroupBox1.Controls.Add(this.lblGraduated);
  808. this.dkGroupBox1.Controls.Add(this.txtGraduated);
  809. this.dkGroupBox1.Controls.Add(this.lblSpecialField);
  810. this.dkGroupBox1.Controls.Add(this.txtWeight);
  811. this.dkGroupBox1.Controls.Add(this.lblWeight);
  812. this.dkGroupBox1.Controls.Add(this.txtHeight);
  813. this.dkGroupBox1.Controls.Add(this.txtBloodGroup);
  814. this.dkGroupBox1.Controls.Add(this.lblBloodGroup);
  815. this.dkGroupBox1.Controls.Add(this.lblHeight);
  816. this.dkGroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  817. this.dkGroupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
  818. this.dkGroupBox1.IsMustInput = false;
  819. this.dkGroupBox1.Location = new System.Drawing.Point(12, 12);
  820. this.dkGroupBox1.Name = "dkGroupBox1";
  821. this.dkGroupBox1.Size = new System.Drawing.Size(625, 240);
  822. this.dkGroupBox1.TabIndex = 5;
  823. this.dkGroupBox1.TabStop = false;
  824. this.dkGroupBox1.Text = "基本信息";
  825. //
  826. // pic
  827. //
  828. this.pic.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  829. this.pic.Image = global::Dongke.IBOSS.PRD.Client.HRModule.Properties.Resources.nopic;
  830. this.pic.Location = new System.Drawing.Point(485, 20);
  831. this.pic.Name = "pic";
  832. this.pic.Size = new System.Drawing.Size(130, 182);
  833. this.pic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  834. this.pic.TabIndex = 119;
  835. this.pic.TabStop = false;
  836. //
  837. // btnUpload
  838. //
  839. this.btnUpload.Location = new System.Drawing.Point(482, 208);
  840. this.btnUpload.Name = "btnUpload";
  841. this.btnUpload.Size = new System.Drawing.Size(65, 23);
  842. this.btnUpload.TabIndex = 32;
  843. this.btnUpload.Text = "上传(&U)";
  844. this.btnUpload.UseVisualStyleBackColor = true;
  845. this.btnUpload.Click += new System.EventHandler(this.btnUpload_Click);
  846. //
  847. // btnDelete
  848. //
  849. this.btnDelete.Location = new System.Drawing.Point(553, 208);
  850. this.btnDelete.Name = "btnDelete";
  851. this.btnDelete.Size = new System.Drawing.Size(65, 23);
  852. this.btnDelete.TabIndex = 33;
  853. this.btnDelete.Text = "删除";
  854. this.btnDelete.UseVisualStyleBackColor = true;
  855. this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
  856. //
  857. // dkGroupBox2
  858. //
  859. this.dkGroupBox2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("dkGroupBox2.BackgroundImage")));
  860. this.dkGroupBox2.Controls.Add(this.lblOrganization);
  861. this.dkGroupBox2.Controls.Add(this.scbOrganization);
  862. this.dkGroupBox2.Controls.Add(this.dropJobs);
  863. this.dkGroupBox2.Controls.Add(this.lblJobs);
  864. this.dkGroupBox2.Controls.Add(this.droppost);
  865. this.dkGroupBox2.Controls.Add(this.c_Label1);
  866. this.dkGroupBox2.Controls.Add(this.lblStaffStatusName);
  867. this.dkGroupBox2.Controls.Add(this.lblStaffStatus);
  868. this.dkGroupBox2.Controls.Add(this.chkLaidOff);
  869. this.dkGroupBox2.Controls.Add(this.chkDisability);
  870. this.dkGroupBox2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  871. this.dkGroupBox2.ForeColor = System.Drawing.SystemColors.ControlText;
  872. this.dkGroupBox2.IsMustInput = false;
  873. this.dkGroupBox2.Location = new System.Drawing.Point(12, 258);
  874. this.dkGroupBox2.Name = "dkGroupBox2";
  875. this.dkGroupBox2.Size = new System.Drawing.Size(625, 268);
  876. this.dkGroupBox2.TabIndex = 1;
  877. this.dkGroupBox2.TabStop = false;
  878. this.dkGroupBox2.Text = "工作职位信息";
  879. //
  880. // dropJobs
  881. //
  882. this.dropJobs.BackColor = System.Drawing.Color.Yellow;
  883. this.dropJobs.BackgroundColor = System.Drawing.SystemColors.Window;
  884. this.dropJobs.DataSource = null;
  885. this.dropJobs.DisplayMember = null;
  886. this.dropJobs.ErrorMessage = "必须输入项目";
  887. this.dropJobs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  888. this.dropJobs.IsMustInput = true;
  889. this.dropJobs.IsSetPosition = false;
  890. this.dropJobs.Location = new System.Drawing.Point(316, 45);
  891. this.dropJobs.Name = "dropJobs";
  892. this.dropJobs.PromptBackColor = System.Drawing.Color.Snow;
  893. this.dropJobs.PromptForeColor = System.Drawing.Color.Gray;
  894. this.dropJobs.SelectedValue = "";
  895. this.dropJobs.Size = new System.Drawing.Size(160, 21);
  896. this.dropJobs.TabIndex = 20;
  897. this.dropJobs.ValueMember = null;
  898. //
  899. // lblJobs
  900. //
  901. this.lblJobs.AutoSize = true;
  902. this.lblJobs.BackColor = System.Drawing.Color.Transparent;
  903. this.lblJobs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  904. this.lblJobs.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  905. this.lblJobs.IsMustInput = true;
  906. this.lblJobs.Location = new System.Drawing.Point(281, 49);
  907. this.lblJobs.Name = "lblJobs";
  908. this.lblJobs.Size = new System.Drawing.Size(29, 12);
  909. this.lblJobs.TabIndex = 14;
  910. this.lblJobs.Text = "工种";
  911. //
  912. // droppost
  913. //
  914. this.droppost.BackColor = System.Drawing.Color.Yellow;
  915. this.droppost.BackgroundColor = System.Drawing.SystemColors.Window;
  916. this.droppost.DataSource = null;
  917. this.droppost.DisplayMember = null;
  918. this.droppost.ErrorMessage = "必须输入项目";
  919. this.droppost.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  920. this.droppost.HasError = true;
  921. this.droppost.IsMustInput = true;
  922. this.droppost.IsSetPosition = false;
  923. this.droppost.Location = new System.Drawing.Point(79, 45);
  924. this.droppost.Name = "droppost";
  925. this.droppost.PromptBackColor = System.Drawing.Color.Snow;
  926. this.droppost.PromptForeColor = System.Drawing.Color.Gray;
  927. this.droppost.SelectedValue = "";
  928. this.droppost.Size = new System.Drawing.Size(160, 21);
  929. this.droppost.TabIndex = 12;
  930. this.droppost.ValueMember = null;
  931. //
  932. // c_Label1
  933. //
  934. this.c_Label1.AutoSize = true;
  935. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  936. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  937. this.c_Label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  938. this.c_Label1.IsMustInput = true;
  939. this.c_Label1.Location = new System.Drawing.Point(42, 48);
  940. this.c_Label1.Name = "c_Label1";
  941. this.c_Label1.Size = new System.Drawing.Size(29, 12);
  942. this.c_Label1.TabIndex = 11;
  943. this.c_Label1.Text = "职务";
  944. //
  945. // lblStaffStatusName
  946. //
  947. this.lblStaffStatusName.AutoSize = true;
  948. this.lblStaffStatusName.BackColor = System.Drawing.Color.Transparent;
  949. this.lblStaffStatusName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  950. this.lblStaffStatusName.ForeColor = System.Drawing.SystemColors.ControlText;
  951. this.lblStaffStatusName.Location = new System.Drawing.Point(77, 23);
  952. this.lblStaffStatusName.Name = "lblStaffStatusName";
  953. this.lblStaffStatusName.Size = new System.Drawing.Size(29, 12);
  954. this.lblStaffStatusName.TabIndex = 1;
  955. this.lblStaffStatusName.Text = "入职";
  956. //
  957. // dkGroupBox3
  958. //
  959. this.dkGroupBox3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("dkGroupBox3.BackgroundImage")));
  960. this.dkGroupBox3.Controls.Add(this.lblEmail);
  961. this.dkGroupBox3.Controls.Add(this.txtEmail);
  962. this.dkGroupBox3.Controls.Add(this.txtTelephone);
  963. this.dkGroupBox3.Controls.Add(this.lblAddress);
  964. this.dkGroupBox3.Controls.Add(this.txtAddress);
  965. this.dkGroupBox3.Controls.Add(this.txtRemarks);
  966. this.dkGroupBox3.Controls.Add(this.txtAccountNo);
  967. this.dkGroupBox3.Controls.Add(this.lblRemarks);
  968. this.dkGroupBox3.Controls.Add(this.lblAccountNo);
  969. this.dkGroupBox3.Controls.Add(this.lblTelephone);
  970. this.dkGroupBox3.Controls.Add(this.txtOpeningBank);
  971. this.dkGroupBox3.Controls.Add(this.lblOpeningBank);
  972. this.dkGroupBox3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  973. this.dkGroupBox3.ForeColor = System.Drawing.SystemColors.ControlText;
  974. this.dkGroupBox3.IsMustInput = false;
  975. this.dkGroupBox3.Location = new System.Drawing.Point(12, 340);
  976. this.dkGroupBox3.Name = "dkGroupBox3";
  977. this.dkGroupBox3.Size = new System.Drawing.Size(625, 186);
  978. this.dkGroupBox3.TabIndex = 2;
  979. this.dkGroupBox3.TabStop = false;
  980. this.dkGroupBox3.Text = "其他信息";
  981. //
  982. // lblOrganization
  983. //
  984. this.lblOrganization.AutoSize = true;
  985. this.lblOrganization.BackColor = System.Drawing.Color.Transparent;
  986. this.lblOrganization.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  987. this.lblOrganization.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  988. this.lblOrganization.IsMustInput = true;
  989. this.lblOrganization.Location = new System.Drawing.Point(257, 22);
  990. this.lblOrganization.Name = "lblOrganization";
  991. this.lblOrganization.Size = new System.Drawing.Size(53, 12);
  992. this.lblOrganization.TabIndex = 59;
  993. this.lblOrganization.Text = "所属部门";
  994. //
  995. // scbOrganization
  996. //
  997. this.scbOrganization.CheckedData = null;
  998. this.scbOrganization.IsOnlyDisplayEnd = false;
  999. this.scbOrganization.Location = new System.Drawing.Point(316, 18);
  1000. this.scbOrganization.Name = "scbOrganization";
  1001. this.scbOrganization.Size = new System.Drawing.Size(160, 21);
  1002. this.scbOrganization.TabIndex = 58;
  1003. //
  1004. // F_HR_0102
  1005. //
  1006. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1007. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1008. this.BackColor = System.Drawing.SystemColors.Control;
  1009. this.CancelButton = this.btnCancel;
  1010. this.ClientSize = new System.Drawing.Size(645, 587);
  1011. this.Controls.Add(this.dkGroupBox3);
  1012. this.Controls.Add(this.dkGroupBox2);
  1013. this.Controls.Add(this.dkGroupBox1);
  1014. this.Controls.Add(this.btnSave);
  1015. this.Controls.Add(this.btnCancel);
  1016. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  1017. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1018. this.IsSaveFormSize = false;
  1019. this.MaximizeBox = false;
  1020. this.MinimizeBox = false;
  1021. this.Name = "F_HR_0102";
  1022. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  1023. this.StatusSizingGrip = false;
  1024. this.Text = "员工档案";
  1025. this.Load += new System.EventHandler(this.F_HR_0102_Load);
  1026. this.Controls.SetChildIndex(this.btnCancel, 0);
  1027. this.Controls.SetChildIndex(this.btnSave, 0);
  1028. this.Controls.SetChildIndex(this.dkGroupBox1, 0);
  1029. this.Controls.SetChildIndex(this.dkGroupBox2, 0);
  1030. this.Controls.SetChildIndex(this.dkGroupBox3, 0);
  1031. this.dkGroupBox1.ResumeLayout(false);
  1032. this.dkGroupBox1.PerformLayout();
  1033. ((System.ComponentModel.ISupportInitialize)(this.pic)).EndInit();
  1034. this.dkGroupBox2.ResumeLayout(false);
  1035. this.dkGroupBox2.PerformLayout();
  1036. this.dkGroupBox3.ResumeLayout(false);
  1037. this.dkGroupBox3.PerformLayout();
  1038. this.ResumeLayout(false);
  1039. this.PerformLayout();
  1040. }
  1041. #endregion
  1042. private Basics.BaseControls.C_Label lblRemarks;
  1043. private Basics.BaseControls.C_TextBox txtRemarks;
  1044. private Basics.BaseControls.C_Button btnSave;
  1045. private Basics.BaseControls.C_Button btnCancel;
  1046. private Basics.BaseControls.C_TXT_DropDownList dropGender;
  1047. private Basics.BaseControls.C_TextBox txtAccountNo;
  1048. private Basics.BaseControls.C_Label lblGender;
  1049. private Basics.BaseControls.C_Label lblAccountNo;
  1050. private Basics.BaseControls.C_TextBox txtOpeningBank;
  1051. private Basics.BaseControls.C_Label lblOpeningBank;
  1052. private Basics.BaseControls.C_TXT_Email txtEmail;
  1053. private Basics.BaseControls.C_Label lblEmail;
  1054. private Basics.BaseControls.C_DateTimePicker txtJoinPartyDate;
  1055. private Basics.BaseControls.C_CheckBox chkDisability;
  1056. private Basics.BaseControls.C_CheckBox chkLaidOff;
  1057. private Basics.BaseControls.C_TextBox txtAddress;
  1058. private Basics.BaseControls.C_Label lblAddress;
  1059. private Basics.BaseControls.C_TXT_Digital txtWeight;
  1060. private Basics.BaseControls.C_Label lblWeight;
  1061. private Basics.BaseControls.C_TextBox txtBloodGroup;
  1062. private Basics.BaseControls.C_Label lblBloodGroup;
  1063. private Basics.BaseControls.C_TXT_Digital txtHeight;
  1064. private Basics.BaseControls.C_TXT_Tel txtTelephone;
  1065. private Basics.BaseControls.C_Label lblHeight;
  1066. private Basics.BaseControls.C_Label lblTelephone;
  1067. private Basics.BaseControls.C_TextBox txtSpecialField;
  1068. private Basics.BaseControls.C_Label lblSpecialField;
  1069. private Basics.BaseControls.C_TextBox txtGraduated;
  1070. private Basics.BaseControls.C_Label lblGraduated;
  1071. private Basics.BaseControls.C_TXT_DropDownList dropEducational;
  1072. private Basics.BaseControls.C_Label lblEducational;
  1073. private Basics.BaseControls.C_TXT_DropDownList dropNational;
  1074. private Basics.BaseControls.C_Label lblNational;
  1075. private Basics.BaseControls.C_Label lblPolicitalStatus;
  1076. private Basics.BaseControls.C_TextBox txtHomeTown;
  1077. private Basics.BaseControls.C_Label lblHomeTown;
  1078. private Basics.BaseControls.C_TXT_DropDownList dropMaritalStatus;
  1079. private Basics.BaseControls.C_Label lblMaritalStatus;
  1080. private Basics.BaseControls.C_DateTimePicker txtBirthday;
  1081. private Basics.BaseControls.C_Label lblBirthday;
  1082. private Basics.BaseControls.C_TXT_IDCard txtIDCardNo;
  1083. private Basics.BaseControls.C_Label lblIDCardNo;
  1084. private Basics.BaseControls.C_TextBox txtStaffName;
  1085. private Basics.BaseControls.C_Label lblStaffName;
  1086. private Basics.BaseControls.C_TextBox txtStaffCode;
  1087. private Basics.BaseControls.C_Label lblStaffCode;
  1088. private Basics.BaseControls.C_TextBox txtPolicitalStatus;
  1089. private System.Windows.Forms.OpenFileDialog odlgFile;
  1090. private System.Windows.Forms.ImageList ilPic;
  1091. private Basics.BaseControls.C_CheckBox cbJoinPartyDate;
  1092. private Basics.BaseControls.C_Label lblStaffStatus;
  1093. private Basics.BaseControls.DKGroupBox dkGroupBox1;
  1094. private System.Windows.Forms.Button btnUpload;
  1095. private System.Windows.Forms.Button btnDelete;
  1096. private Basics.BaseControls.DKGroupBox dkGroupBox2;
  1097. private Basics.BaseControls.DKGroupBox dkGroupBox3;
  1098. private System.Windows.Forms.PictureBox pic;
  1099. private Basics.BaseControls.C_Label lblStaffStatusName;
  1100. private Basics.BaseControls.C_TXT_DropDownList droppost;
  1101. private Basics.BaseControls.C_Label c_Label1;
  1102. private Basics.BaseControls.C_Label lblJobs;
  1103. private Basics.BaseControls.C_TXT_DropDownList dropJobs;
  1104. private Basics.BaseControls.C_Label lblOrganization;
  1105. private Controls.SearchBox.ScbOrganization scbOrganization;
  1106. }
  1107. }