F_HR_0102.Designer.cs 55 KB

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