HR_CMN_001.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503
  1. namespace Dongke.IBOSS.PRD.Basics.BaseControls
  2. {
  3. partial class HR_CMN_001
  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(HR_CMN_001));
  30. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  31. this.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  32. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  33. this.cBoxBirthday = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  34. this.dtPBirthdayBegin = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  35. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  36. this.dtPBirthdayEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  37. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.dropGender = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_DropDownList(this.components);
  39. this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  40. this.dropMaritalStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_DropDownList(this.components);
  41. this.c_Label5 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.txtHomeTown = new System.Windows.Forms.TextBox();
  43. this.c_Label6 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  44. this.txtPolicitalStatus = new System.Windows.Forms.TextBox();
  45. this.c_Label7 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  46. this.dropNational = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_DropDownList(this.components);
  47. this.c_Label8 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  48. this.dropEducational = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_DropDownList(this.components);
  49. this.c_Label9 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  50. this.txtGraduated = new System.Windows.Forms.TextBox();
  51. this.c_Label10 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  52. this.txtSpecialField = new System.Windows.Forms.TextBox();
  53. this.c_Label11 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  54. this.txtIDCardNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_IDCard();
  55. this.txtTelephone = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Tel();
  56. this.SuspendLayout();
  57. //
  58. // c_Label2
  59. //
  60. this.c_Label2.AutoSize = true;
  61. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  62. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  63. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  64. this.c_Label2.Image = ((System.Drawing.Image)(resources.GetObject("c_Label2.Image")));
  65. this.c_Label2.Location = new System.Drawing.Point(6, 14);
  66. this.c_Label2.Name = "c_Label2";
  67. this.c_Label2.Size = new System.Drawing.Size(65, 12);
  68. this.c_Label2.TabIndex = 16;
  69. this.c_Label2.Text = "身份证号码";
  70. //
  71. // btnOK
  72. //
  73. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  74. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  75. this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage")));
  76. this.btnOK.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  77. this.btnOK.ForeColor = System.Drawing.Color.White;
  78. this.btnOK.Location = new System.Drawing.Point(257, 181);
  79. this.btnOK.Name = "btnOK";
  80. this.btnOK.Size = new System.Drawing.Size(85, 30);
  81. this.btnOK.TabIndex = 12;
  82. this.btnOK.Text = "确定(&K)";
  83. this.btnOK.UseVisualStyleBackColor = false;
  84. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  85. //
  86. // btnClose
  87. //
  88. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  89. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  90. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  91. this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. this.btnClose.ForeColor = System.Drawing.Color.White;
  93. this.btnClose.Location = new System.Drawing.Point(348, 181);
  94. this.btnClose.Name = "btnClose";
  95. this.btnClose.Size = new System.Drawing.Size(85, 30);
  96. this.btnClose.TabIndex = 13;
  97. this.btnClose.Text = "取消(&C)";
  98. this.btnClose.UseVisualStyleBackColor = false;
  99. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  100. //
  101. // cBoxBirthday
  102. //
  103. this.cBoxBirthday.AutoSize = true;
  104. this.cBoxBirthday.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("cBoxBirthday.BackgroundImage")));
  105. this.cBoxBirthday.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.cBoxBirthday.Location = new System.Drawing.Point(23, 39);
  107. this.cBoxBirthday.Name = "cBoxBirthday";
  108. this.cBoxBirthday.Size = new System.Drawing.Size(48, 16);
  109. this.cBoxBirthday.TabIndex = 20;
  110. this.cBoxBirthday.Text = "生日";
  111. this.cBoxBirthday.UseVisualStyleBackColor = true;
  112. this.cBoxBirthday.CheckedChanged += new System.EventHandler(this.cBoxBirthday_CheckedChanged);
  113. //
  114. // dtPBirthdayBegin
  115. //
  116. this.dtPBirthdayBegin.CustomFormat = "yyyy-MM-dd";
  117. this.dtPBirthdayBegin.Enabled = false;
  118. this.dtPBirthdayBegin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. this.dtPBirthdayBegin.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  120. this.dtPBirthdayBegin.Location = new System.Drawing.Point(77, 37);
  121. this.dtPBirthdayBegin.Name = "dtPBirthdayBegin";
  122. this.dtPBirthdayBegin.Size = new System.Drawing.Size(144, 21);
  123. this.dtPBirthdayBegin.TabIndex = 1;
  124. //
  125. // c_Label1
  126. //
  127. this.c_Label1.AutoSize = true;
  128. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  129. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  131. this.c_Label1.Image = ((System.Drawing.Image)(resources.GetObject("c_Label1.Image")));
  132. this.c_Label1.Location = new System.Drawing.Point(267, 41);
  133. this.c_Label1.Name = "c_Label1";
  134. this.c_Label1.Size = new System.Drawing.Size(17, 12);
  135. this.c_Label1.TabIndex = 22;
  136. this.c_Label1.Text = "至";
  137. //
  138. // dtPBirthdayEnd
  139. //
  140. this.dtPBirthdayEnd.CustomFormat = "yyyy-MM-dd";
  141. this.dtPBirthdayEnd.Enabled = false;
  142. this.dtPBirthdayEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. this.dtPBirthdayEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  144. this.dtPBirthdayEnd.Location = new System.Drawing.Point(289, 37);
  145. this.dtPBirthdayEnd.Name = "dtPBirthdayEnd";
  146. this.dtPBirthdayEnd.Size = new System.Drawing.Size(144, 21);
  147. this.dtPBirthdayEnd.TabIndex = 2;
  148. //
  149. // c_Label3
  150. //
  151. this.c_Label3.AutoSize = true;
  152. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  153. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  154. this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
  155. this.c_Label3.Image = ((System.Drawing.Image)(resources.GetObject("c_Label3.Image")));
  156. this.c_Label3.Location = new System.Drawing.Point(42, 68);
  157. this.c_Label3.Name = "c_Label3";
  158. this.c_Label3.Size = new System.Drawing.Size(29, 12);
  159. this.c_Label3.TabIndex = 24;
  160. this.c_Label3.Text = "性别";
  161. //
  162. // dropGender
  163. //
  164. this.dropGender.BackColor = System.Drawing.SystemColors.Window;
  165. this.dropGender.BackgroundColor = System.Drawing.SystemColors.Window;
  166. this.dropGender.DataSource = null;
  167. this.dropGender.DisplayMember = null;
  168. this.dropGender.ErrorMessage = "";
  169. this.dropGender.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. this.dropGender.IsSetPosition = false;
  171. this.dropGender.Location = new System.Drawing.Point(77, 64);
  172. this.dropGender.Name = "dropGender";
  173. this.dropGender.PromptBackColor = System.Drawing.Color.Snow;
  174. this.dropGender.PromptForeColor = System.Drawing.Color.Gray;
  175. this.dropGender.SelectedValue = "";
  176. this.dropGender.Size = new System.Drawing.Size(144, 21);
  177. this.dropGender.TabIndex = 3;
  178. this.dropGender.ValueMember = null;
  179. //
  180. // c_Label4
  181. //
  182. this.c_Label4.AutoSize = true;
  183. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  184. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.c_Label4.ForeColor = System.Drawing.SystemColors.ControlText;
  186. this.c_Label4.Image = ((System.Drawing.Image)(resources.GetObject("c_Label4.Image")));
  187. this.c_Label4.Location = new System.Drawing.Point(231, 68);
  188. this.c_Label4.Name = "c_Label4";
  189. this.c_Label4.Size = new System.Drawing.Size(53, 12);
  190. this.c_Label4.TabIndex = 27;
  191. this.c_Label4.Text = "婚姻状况";
  192. //
  193. // dropMaritalStatus
  194. //
  195. this.dropMaritalStatus.BackColor = System.Drawing.SystemColors.Window;
  196. this.dropMaritalStatus.BackgroundColor = System.Drawing.SystemColors.Window;
  197. this.dropMaritalStatus.DataSource = null;
  198. this.dropMaritalStatus.DisplayMember = null;
  199. this.dropMaritalStatus.ErrorMessage = "";
  200. this.dropMaritalStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  201. this.dropMaritalStatus.IsSetPosition = false;
  202. this.dropMaritalStatus.Location = new System.Drawing.Point(289, 64);
  203. this.dropMaritalStatus.Name = "dropMaritalStatus";
  204. this.dropMaritalStatus.PromptBackColor = System.Drawing.Color.Snow;
  205. this.dropMaritalStatus.PromptForeColor = System.Drawing.Color.Gray;
  206. this.dropMaritalStatus.SelectedValue = "";
  207. this.dropMaritalStatus.Size = new System.Drawing.Size(144, 21);
  208. this.dropMaritalStatus.TabIndex = 4;
  209. this.dropMaritalStatus.ValueMember = null;
  210. //
  211. // c_Label5
  212. //
  213. this.c_Label5.AutoSize = true;
  214. this.c_Label5.BackColor = System.Drawing.Color.Transparent;
  215. this.c_Label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  216. this.c_Label5.ForeColor = System.Drawing.SystemColors.ControlText;
  217. this.c_Label5.Image = ((System.Drawing.Image)(resources.GetObject("c_Label5.Image")));
  218. this.c_Label5.Location = new System.Drawing.Point(42, 95);
  219. this.c_Label5.Name = "c_Label5";
  220. this.c_Label5.Size = new System.Drawing.Size(29, 12);
  221. this.c_Label5.TabIndex = 30;
  222. this.c_Label5.Text = "籍贯";
  223. //
  224. // txtHomeTown
  225. //
  226. this.txtHomeTown.Location = new System.Drawing.Point(77, 91);
  227. this.txtHomeTown.MaxLength = 50;
  228. this.txtHomeTown.Name = "txtHomeTown";
  229. this.txtHomeTown.Size = new System.Drawing.Size(144, 21);
  230. this.txtHomeTown.TabIndex = 5;
  231. //
  232. // c_Label6
  233. //
  234. this.c_Label6.AutoSize = true;
  235. this.c_Label6.BackColor = System.Drawing.Color.Transparent;
  236. this.c_Label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  237. this.c_Label6.ForeColor = System.Drawing.SystemColors.ControlText;
  238. this.c_Label6.Image = ((System.Drawing.Image)(resources.GetObject("c_Label6.Image")));
  239. this.c_Label6.Location = new System.Drawing.Point(231, 95);
  240. this.c_Label6.Name = "c_Label6";
  241. this.c_Label6.Size = new System.Drawing.Size(53, 12);
  242. this.c_Label6.TabIndex = 32;
  243. this.c_Label6.Text = "政治面貌";
  244. //
  245. // txtPolicitalStatus
  246. //
  247. this.txtPolicitalStatus.Location = new System.Drawing.Point(289, 91);
  248. this.txtPolicitalStatus.MaxLength = 50;
  249. this.txtPolicitalStatus.Name = "txtPolicitalStatus";
  250. this.txtPolicitalStatus.Size = new System.Drawing.Size(144, 21);
  251. this.txtPolicitalStatus.TabIndex = 6;
  252. //
  253. // c_Label7
  254. //
  255. this.c_Label7.AutoSize = true;
  256. this.c_Label7.BackColor = System.Drawing.Color.Transparent;
  257. this.c_Label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  258. this.c_Label7.ForeColor = System.Drawing.SystemColors.ControlText;
  259. this.c_Label7.Image = ((System.Drawing.Image)(resources.GetObject("c_Label7.Image")));
  260. this.c_Label7.Location = new System.Drawing.Point(42, 122);
  261. this.c_Label7.Name = "c_Label7";
  262. this.c_Label7.Size = new System.Drawing.Size(29, 12);
  263. this.c_Label7.TabIndex = 34;
  264. this.c_Label7.Text = "民族";
  265. //
  266. // dropNational
  267. //
  268. this.dropNational.BackColor = System.Drawing.SystemColors.Window;
  269. this.dropNational.BackgroundColor = System.Drawing.SystemColors.Window;
  270. this.dropNational.DataSource = null;
  271. this.dropNational.DisplayMember = null;
  272. this.dropNational.ErrorMessage = "";
  273. this.dropNational.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  274. this.dropNational.IsSetPosition = false;
  275. this.dropNational.Location = new System.Drawing.Point(77, 118);
  276. this.dropNational.Name = "dropNational";
  277. this.dropNational.PromptBackColor = System.Drawing.Color.Snow;
  278. this.dropNational.PromptForeColor = System.Drawing.Color.Gray;
  279. this.dropNational.SelectedValue = "";
  280. this.dropNational.Size = new System.Drawing.Size(144, 21);
  281. this.dropNational.TabIndex = 7;
  282. this.dropNational.ValueMember = null;
  283. //
  284. // c_Label8
  285. //
  286. this.c_Label8.AutoSize = true;
  287. this.c_Label8.BackColor = System.Drawing.Color.Transparent;
  288. this.c_Label8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  289. this.c_Label8.ForeColor = System.Drawing.SystemColors.ControlText;
  290. this.c_Label8.Image = ((System.Drawing.Image)(resources.GetObject("c_Label8.Image")));
  291. this.c_Label8.Location = new System.Drawing.Point(255, 122);
  292. this.c_Label8.Name = "c_Label8";
  293. this.c_Label8.Size = new System.Drawing.Size(29, 12);
  294. this.c_Label8.TabIndex = 37;
  295. this.c_Label8.Text = "学历";
  296. //
  297. // dropEducational
  298. //
  299. this.dropEducational.BackColor = System.Drawing.SystemColors.Window;
  300. this.dropEducational.BackgroundColor = System.Drawing.SystemColors.Window;
  301. this.dropEducational.DataSource = null;
  302. this.dropEducational.DisplayMember = null;
  303. this.dropEducational.ErrorMessage = "";
  304. this.dropEducational.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  305. this.dropEducational.IsSetPosition = false;
  306. this.dropEducational.Location = new System.Drawing.Point(289, 118);
  307. this.dropEducational.Name = "dropEducational";
  308. this.dropEducational.PromptBackColor = System.Drawing.Color.Snow;
  309. this.dropEducational.PromptForeColor = System.Drawing.Color.Gray;
  310. this.dropEducational.SelectedValue = "";
  311. this.dropEducational.Size = new System.Drawing.Size(144, 21);
  312. this.dropEducational.TabIndex = 8;
  313. this.dropEducational.ValueMember = null;
  314. //
  315. // c_Label9
  316. //
  317. this.c_Label9.AutoSize = true;
  318. this.c_Label9.BackColor = System.Drawing.Color.Transparent;
  319. this.c_Label9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  320. this.c_Label9.ForeColor = System.Drawing.SystemColors.ControlText;
  321. this.c_Label9.Image = ((System.Drawing.Image)(resources.GetObject("c_Label9.Image")));
  322. this.c_Label9.Location = new System.Drawing.Point(18, 149);
  323. this.c_Label9.Name = "c_Label9";
  324. this.c_Label9.Size = new System.Drawing.Size(53, 12);
  325. this.c_Label9.TabIndex = 30;
  326. this.c_Label9.Text = "毕业学校";
  327. //
  328. // txtGraduated
  329. //
  330. this.txtGraduated.Location = new System.Drawing.Point(77, 145);
  331. this.txtGraduated.MaxLength = 50;
  332. this.txtGraduated.Name = "txtGraduated";
  333. this.txtGraduated.Size = new System.Drawing.Size(144, 21);
  334. this.txtGraduated.TabIndex = 9;
  335. //
  336. // c_Label10
  337. //
  338. this.c_Label10.AutoSize = true;
  339. this.c_Label10.BackColor = System.Drawing.Color.Transparent;
  340. this.c_Label10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  341. this.c_Label10.ForeColor = System.Drawing.SystemColors.ControlText;
  342. this.c_Label10.Image = ((System.Drawing.Image)(resources.GetObject("c_Label10.Image")));
  343. this.c_Label10.Location = new System.Drawing.Point(255, 149);
  344. this.c_Label10.Name = "c_Label10";
  345. this.c_Label10.Size = new System.Drawing.Size(29, 12);
  346. this.c_Label10.TabIndex = 32;
  347. this.c_Label10.Text = "专业";
  348. //
  349. // txtSpecialField
  350. //
  351. this.txtSpecialField.Location = new System.Drawing.Point(289, 145);
  352. this.txtSpecialField.MaxLength = 50;
  353. this.txtSpecialField.Name = "txtSpecialField";
  354. this.txtSpecialField.Size = new System.Drawing.Size(144, 21);
  355. this.txtSpecialField.TabIndex = 10;
  356. //
  357. // c_Label11
  358. //
  359. this.c_Label11.AutoSize = true;
  360. this.c_Label11.BackColor = System.Drawing.Color.Transparent;
  361. this.c_Label11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  362. this.c_Label11.ForeColor = System.Drawing.SystemColors.ControlText;
  363. this.c_Label11.Image = ((System.Drawing.Image)(resources.GetObject("c_Label11.Image")));
  364. this.c_Label11.Location = new System.Drawing.Point(231, 14);
  365. this.c_Label11.Name = "c_Label11";
  366. this.c_Label11.Size = new System.Drawing.Size(53, 12);
  367. this.c_Label11.TabIndex = 34;
  368. this.c_Label11.Text = "联系电话";
  369. //
  370. // txtIDCardNo
  371. //
  372. this.txtIDCardNo.BackColor = System.Drawing.SystemColors.Window;
  373. this.txtIDCardNo.BackgroundColor = System.Drawing.SystemColors.Window;
  374. this.txtIDCardNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  375. this.txtIDCardNo.ErrorMessage = "";
  376. this.txtIDCardNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  377. this.txtIDCardNo.ImeMode = System.Windows.Forms.ImeMode.Off;
  378. this.txtIDCardNo.Location = new System.Drawing.Point(77, 10);
  379. this.txtIDCardNo.MaxLength = 18;
  380. this.txtIDCardNo.Name = "txtIDCardNo";
  381. this.txtIDCardNo.Size = new System.Drawing.Size(144, 21);
  382. this.txtIDCardNo.TabIndex = 38;
  383. this.txtIDCardNo.TextValue = "";
  384. //
  385. // txtTelephone
  386. //
  387. this.txtTelephone.BackColor = System.Drawing.SystemColors.Window;
  388. this.txtTelephone.BackgroundColor = System.Drawing.SystemColors.Window;
  389. this.txtTelephone.ErrorMessage = "";
  390. this.txtTelephone.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  391. this.txtTelephone.ImeMode = System.Windows.Forms.ImeMode.Off;
  392. this.txtTelephone.Location = new System.Drawing.Point(290, 10);
  393. this.txtTelephone.MaxLength = 20;
  394. this.txtTelephone.Name = "txtTelephone";
  395. this.txtTelephone.Size = new System.Drawing.Size(143, 21);
  396. this.txtTelephone.TabIndex = 39;
  397. this.txtTelephone.TextValue = "";
  398. //
  399. // HR_CMN_001
  400. //
  401. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  402. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  403. this.CancelButton = this.btnClose;
  404. this.ClientSize = new System.Drawing.Size(447, 237);
  405. this.Controls.Add(this.txtTelephone);
  406. this.Controls.Add(this.txtIDCardNo);
  407. this.Controls.Add(this.dropEducational);
  408. this.Controls.Add(this.c_Label8);
  409. this.Controls.Add(this.dropNational);
  410. this.Controls.Add(this.c_Label11);
  411. this.Controls.Add(this.c_Label7);
  412. this.Controls.Add(this.txtSpecialField);
  413. this.Controls.Add(this.txtPolicitalStatus);
  414. this.Controls.Add(this.c_Label10);
  415. this.Controls.Add(this.c_Label6);
  416. this.Controls.Add(this.txtGraduated);
  417. this.Controls.Add(this.txtHomeTown);
  418. this.Controls.Add(this.c_Label9);
  419. this.Controls.Add(this.c_Label5);
  420. this.Controls.Add(this.dropMaritalStatus);
  421. this.Controls.Add(this.c_Label4);
  422. this.Controls.Add(this.dropGender);
  423. this.Controls.Add(this.c_Label3);
  424. this.Controls.Add(this.dtPBirthdayEnd);
  425. this.Controls.Add(this.c_Label1);
  426. this.Controls.Add(this.dtPBirthdayBegin);
  427. this.Controls.Add(this.cBoxBirthday);
  428. this.Controls.Add(this.btnClose);
  429. this.Controls.Add(this.btnOK);
  430. this.Controls.Add(this.c_Label2);
  431. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  432. this.IsSaveFormSize = false;
  433. this.MaximizeBox = false;
  434. this.MinimizeBox = false;
  435. this.Name = "HR_CMN_001";
  436. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  437. this.StatusSizingGrip = false;
  438. this.Text = "更多条件";
  439. this.Load += new System.EventHandler(this.HR_CMN_001_Load);
  440. this.Controls.SetChildIndex(this.c_Label2, 0);
  441. this.Controls.SetChildIndex(this.btnOK, 0);
  442. this.Controls.SetChildIndex(this.btnClose, 0);
  443. this.Controls.SetChildIndex(this.cBoxBirthday, 0);
  444. this.Controls.SetChildIndex(this.dtPBirthdayBegin, 0);
  445. this.Controls.SetChildIndex(this.c_Label1, 0);
  446. this.Controls.SetChildIndex(this.dtPBirthdayEnd, 0);
  447. this.Controls.SetChildIndex(this.c_Label3, 0);
  448. this.Controls.SetChildIndex(this.dropGender, 0);
  449. this.Controls.SetChildIndex(this.c_Label4, 0);
  450. this.Controls.SetChildIndex(this.dropMaritalStatus, 0);
  451. this.Controls.SetChildIndex(this.c_Label5, 0);
  452. this.Controls.SetChildIndex(this.c_Label9, 0);
  453. this.Controls.SetChildIndex(this.txtHomeTown, 0);
  454. this.Controls.SetChildIndex(this.txtGraduated, 0);
  455. this.Controls.SetChildIndex(this.c_Label6, 0);
  456. this.Controls.SetChildIndex(this.c_Label10, 0);
  457. this.Controls.SetChildIndex(this.txtPolicitalStatus, 0);
  458. this.Controls.SetChildIndex(this.txtSpecialField, 0);
  459. this.Controls.SetChildIndex(this.c_Label7, 0);
  460. this.Controls.SetChildIndex(this.c_Label11, 0);
  461. this.Controls.SetChildIndex(this.dropNational, 0);
  462. this.Controls.SetChildIndex(this.c_Label8, 0);
  463. this.Controls.SetChildIndex(this.dropEducational, 0);
  464. this.Controls.SetChildIndex(this.txtIDCardNo, 0);
  465. this.Controls.SetChildIndex(this.txtTelephone, 0);
  466. this.ResumeLayout(false);
  467. this.PerformLayout();
  468. }
  469. #endregion
  470. private C_Label c_Label2;
  471. private C_Button btnOK;
  472. private C_Button btnClose;
  473. private C_CheckBox cBoxBirthday;
  474. private C_DateTimePicker dtPBirthdayBegin;
  475. private C_Label c_Label1;
  476. private C_DateTimePicker dtPBirthdayEnd;
  477. private C_Label c_Label3;
  478. private C_TXT_DropDownList dropGender;
  479. private C_Label c_Label4;
  480. private C_TXT_DropDownList dropMaritalStatus;
  481. private C_Label c_Label5;
  482. private System.Windows.Forms.TextBox txtHomeTown;
  483. private C_Label c_Label6;
  484. private System.Windows.Forms.TextBox txtPolicitalStatus;
  485. private C_Label c_Label7;
  486. private C_TXT_DropDownList dropNational;
  487. private C_Label c_Label8;
  488. private C_TXT_DropDownList dropEducational;
  489. private C_Label c_Label9;
  490. private System.Windows.Forms.TextBox txtGraduated;
  491. private C_Label c_Label10;
  492. private System.Windows.Forms.TextBox txtSpecialField;
  493. private C_Label c_Label11;
  494. private C_TXT_IDCard txtIDCardNo;
  495. private C_TXT_Tel txtTelephone;
  496. }
  497. }