FrmPersonalCenter.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508
  1. namespace LYFZ.Software.UI.InitialSet
  2. {
  3. partial class FrmPersonalCenter
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPersonalCenter));
  29. this.labelEx15 = new LYFZ.ComponentLibrary.LabelEx();
  30. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  31. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.picUser_IDNegative = new LYFZ.ComponentLibrary.PictureBoxEx();
  33. this.labelEx39 = new LYFZ.ComponentLibrary.LabelEx();
  34. this.picUser_PositiveID = new LYFZ.ComponentLibrary.PictureBoxEx();
  35. this.labelEx38 = new LYFZ.ComponentLibrary.LabelEx();
  36. this.picUser_HeadImgePath = new LYFZ.ComponentLibrary.PictureBoxEx();
  37. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  38. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  39. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  40. this.labelEx41 = new LYFZ.ComponentLibrary.LabelEx();
  41. this.labelEx19 = new LYFZ.ComponentLibrary.LabelEx();
  42. this.labelEx18 = new LYFZ.ComponentLibrary.LabelEx();
  43. this.labelEx16 = new LYFZ.ComponentLibrary.LabelEx();
  44. this.labelEx12 = new LYFZ.ComponentLibrary.LabelEx();
  45. this.labelEx13 = new LYFZ.ComponentLibrary.LabelEx();
  46. this.labelEx14 = new LYFZ.ComponentLibrary.LabelEx();
  47. this.lblUser_Account = new LYFZ.ComponentLibrary.LabelEx();
  48. this.lblUser_Sex = new LYFZ.ComponentLibrary.LabelEx();
  49. this.lblUser_Telephone = new LYFZ.ComponentLibrary.LabelEx();
  50. this.lblUser_IsMarried = new LYFZ.ComponentLibrary.LabelEx();
  51. this.lblUser_Ethnic = new LYFZ.ComponentLibrary.LabelEx();
  52. this.lblUser_Hometown = new LYFZ.ComponentLibrary.LabelEx();
  53. this.lblUser_JobNumber = new LYFZ.ComponentLibrary.LabelEx();
  54. this.lblUser_IdentityCardID = new LYFZ.ComponentLibrary.LabelEx();
  55. this.lblUser_NowAddress = new LYFZ.ComponentLibrary.LabelEx();
  56. this.lblUser_HometownAddress = new LYFZ.ComponentLibrary.LabelEx();
  57. this.lblUser_Name = new LYFZ.ComponentLibrary.LabelEx();
  58. this.plExMainContainer.SuspendLayout();
  59. this.plFormMainContent.SuspendLayout();
  60. this.panelEx1.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.picUser_IDNegative)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.picUser_PositiveID)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.picUser_HeadImgePath)).BeginInit();
  64. this.SuspendLayout();
  65. //
  66. // plExMainContainer
  67. //
  68. this.plExMainContainer.Controls.Add(this.panelEx1);
  69. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  70. this.plExMainContainer.Size = new System.Drawing.Size(800, 372);
  71. //
  72. // plFormMainContent
  73. //
  74. this.plFormMainContent.Size = new System.Drawing.Size(800, 372);
  75. //
  76. // btnAppFormExit
  77. //
  78. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  79. this.btnAppFormExit.Location = new System.Drawing.Point(768, 0);
  80. //
  81. // btnAppFormMinimize
  82. //
  83. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  84. this.btnAppFormMinimize.Location = new System.Drawing.Point(851, 0);
  85. //
  86. // labelEx15
  87. //
  88. this.labelEx15.AutoSize = true;
  89. this.labelEx15.BackColor = System.Drawing.Color.Transparent;
  90. this.labelEx15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  91. this.labelEx15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(114)))));
  92. this.labelEx15.Location = new System.Drawing.Point(26, 48);
  93. this.labelEx15.Name = "labelEx15";
  94. this.labelEx15.Size = new System.Drawing.Size(68, 17);
  95. this.labelEx15.TabIndex = 210;
  96. this.labelEx15.Text = "用户账号:";
  97. //
  98. // labelEx3
  99. //
  100. this.labelEx3.AutoSize = true;
  101. this.labelEx3.BackColor = System.Drawing.Color.Transparent;
  102. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  103. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(114)))));
  104. this.labelEx3.Location = new System.Drawing.Point(50, 21);
  105. this.labelEx3.Name = "labelEx3";
  106. this.labelEx3.Size = new System.Drawing.Size(44, 17);
  107. this.labelEx3.TabIndex = 208;
  108. this.labelEx3.Text = "姓名:";
  109. //
  110. // panelEx1
  111. //
  112. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  113. this.panelEx1.BorderWidth = 1;
  114. this.panelEx1.Controls.Add(this.picUser_IDNegative);
  115. this.panelEx1.Controls.Add(this.labelEx39);
  116. this.panelEx1.Controls.Add(this.picUser_PositiveID);
  117. this.panelEx1.Controls.Add(this.labelEx38);
  118. this.panelEx1.Controls.Add(this.picUser_HeadImgePath);
  119. this.panelEx1.Controls.Add(this.labelEx1);
  120. this.panelEx1.Controls.Add(this.labelEx7);
  121. this.panelEx1.Controls.Add(this.labelEx8);
  122. this.panelEx1.Controls.Add(this.labelEx41);
  123. this.panelEx1.Controls.Add(this.labelEx19);
  124. this.panelEx1.Controls.Add(this.labelEx18);
  125. this.panelEx1.Controls.Add(this.labelEx16);
  126. this.panelEx1.Controls.Add(this.labelEx12);
  127. this.panelEx1.Controls.Add(this.labelEx13);
  128. this.panelEx1.Controls.Add(this.labelEx14);
  129. this.panelEx1.Controls.Add(this.lblUser_Account);
  130. this.panelEx1.Controls.Add(this.lblUser_Sex);
  131. this.panelEx1.Controls.Add(this.lblUser_Telephone);
  132. this.panelEx1.Controls.Add(this.lblUser_IsMarried);
  133. this.panelEx1.Controls.Add(this.lblUser_Ethnic);
  134. this.panelEx1.Controls.Add(this.lblUser_Hometown);
  135. this.panelEx1.Controls.Add(this.lblUser_JobNumber);
  136. this.panelEx1.Controls.Add(this.lblUser_IdentityCardID);
  137. this.panelEx1.Controls.Add(this.lblUser_NowAddress);
  138. this.panelEx1.Controls.Add(this.lblUser_HometownAddress);
  139. this.panelEx1.Controls.Add(this.lblUser_Name);
  140. this.panelEx1.Controls.Add(this.labelEx3);
  141. this.panelEx1.Controls.Add(this.labelEx15);
  142. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  143. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  144. this.panelEx1.Name = "panelEx1";
  145. this.panelEx1.Size = new System.Drawing.Size(780, 352);
  146. this.panelEx1.TabIndex = 212;
  147. //
  148. // picUser_IDNegative
  149. //
  150. this.picUser_IDNegative.BackColor = System.Drawing.Color.Silver;
  151. this.picUser_IDNegative.Cursor = System.Windows.Forms.Cursors.Hand;
  152. this.picUser_IDNegative.Enabled = false;
  153. this.picUser_IDNegative.Location = new System.Drawing.Point(603, 157);
  154. this.picUser_IDNegative.Name = "picUser_IDNegative";
  155. this.picUser_IDNegative.Size = new System.Drawing.Size(140, 160);
  156. this.picUser_IDNegative.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  157. this.picUser_IDNegative.TabIndex = 274;
  158. this.picUser_IDNegative.TabStop = false;
  159. //
  160. // labelEx39
  161. //
  162. this.labelEx39.AutoSize = true;
  163. this.labelEx39.BackColor = System.Drawing.Color.Transparent;
  164. this.labelEx39.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  165. this.labelEx39.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(114)))));
  166. this.labelEx39.Location = new System.Drawing.Point(604, 132);
  167. this.labelEx39.Name = "labelEx39";
  168. this.labelEx39.Size = new System.Drawing.Size(92, 17);
  169. this.labelEx39.TabIndex = 273;
  170. this.labelEx39.Text = "身份证反面照:";
  171. //
  172. // picUser_PositiveID
  173. //
  174. this.picUser_PositiveID.BackColor = System.Drawing.Color.Silver;
  175. this.picUser_PositiveID.Cursor = System.Windows.Forms.Cursors.Hand;
  176. this.picUser_PositiveID.Enabled = false;
  177. this.picUser_PositiveID.Location = new System.Drawing.Point(439, 157);
  178. this.picUser_PositiveID.Name = "picUser_PositiveID";
  179. this.picUser_PositiveID.Size = new System.Drawing.Size(140, 160);
  180. this.picUser_PositiveID.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  181. this.picUser_PositiveID.TabIndex = 270;
  182. this.picUser_PositiveID.TabStop = false;
  183. //
  184. // labelEx38
  185. //
  186. this.labelEx38.AutoSize = true;
  187. this.labelEx38.BackColor = System.Drawing.Color.Transparent;
  188. this.labelEx38.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  189. this.labelEx38.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(114)))));
  190. this.labelEx38.Location = new System.Drawing.Point(439, 132);
  191. this.labelEx38.Name = "labelEx38";
  192. this.labelEx38.Size = new System.Drawing.Size(92, 17);
  193. this.labelEx38.TabIndex = 269;
  194. this.labelEx38.Text = "身份证正面照:";
  195. //
  196. // picUser_HeadImgePath
  197. //
  198. this.picUser_HeadImgePath.BackColor = System.Drawing.Color.Silver;
  199. this.picUser_HeadImgePath.Cursor = System.Windows.Forms.Cursors.Hand;
  200. this.picUser_HeadImgePath.Enabled = false;
  201. this.picUser_HeadImgePath.Location = new System.Drawing.Point(274, 157);
  202. this.picUser_HeadImgePath.Name = "picUser_HeadImgePath";
  203. this.picUser_HeadImgePath.Size = new System.Drawing.Size(140, 160);
  204. this.picUser_HeadImgePath.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  205. this.picUser_HeadImgePath.TabIndex = 266;
  206. this.picUser_HeadImgePath.TabStop = false;
  207. //
  208. // labelEx1
  209. //
  210. this.labelEx1.AutoSize = true;
  211. this.labelEx1.BackColor = System.Drawing.Color.Transparent;
  212. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  213. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(114)))));
  214. this.labelEx1.Location = new System.Drawing.Point(274, 132);
  215. this.labelEx1.Name = "labelEx1";
  216. this.labelEx1.Size = new System.Drawing.Size(75, 17);
  217. this.labelEx1.TabIndex = 265;
  218. this.labelEx1.Text = "2寸工作照:";
  219. //
  220. // labelEx7
  221. //
  222. this.labelEx7.AutoSize = true;
  223. this.labelEx7.BackColor = System.Drawing.Color.Transparent;
  224. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  225. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(114)))));
  226. this.labelEx7.Location = new System.Drawing.Point(26, 303);
  227. this.labelEx7.Name = "labelEx7";
  228. this.labelEx7.Size = new System.Drawing.Size(68, 17);
  229. this.labelEx7.TabIndex = 260;
  230. this.labelEx7.Text = "籍贯地址:";
  231. //
  232. // labelEx8
  233. //
  234. this.labelEx8.AutoSize = true;
  235. this.labelEx8.BackColor = System.Drawing.Color.Transparent;
  236. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  237. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(114)))));
  238. this.labelEx8.Location = new System.Drawing.Point(26, 244);
  239. this.labelEx8.Name = "labelEx8";
  240. this.labelEx8.Size = new System.Drawing.Size(68, 17);
  241. this.labelEx8.TabIndex = 259;
  242. this.labelEx8.Text = "身份证号:";
  243. //
  244. // labelEx41
  245. //
  246. this.labelEx41.AutoSize = true;
  247. this.labelEx41.BackColor = System.Drawing.Color.Transparent;
  248. this.labelEx41.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  249. this.labelEx41.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(114)))));
  250. this.labelEx41.Location = new System.Drawing.Point(26, 215);
  251. this.labelEx41.Name = "labelEx41";
  252. this.labelEx41.Size = new System.Drawing.Size(68, 17);
  253. this.labelEx41.TabIndex = 258;
  254. this.labelEx41.Text = "员工工号:";
  255. //
  256. // labelEx19
  257. //
  258. this.labelEx19.AutoSize = true;
  259. this.labelEx19.BackColor = System.Drawing.Color.Transparent;
  260. this.labelEx19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  261. this.labelEx19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(114)))));
  262. this.labelEx19.Location = new System.Drawing.Point(50, 187);
  263. this.labelEx19.Name = "labelEx19";
  264. this.labelEx19.Size = new System.Drawing.Size(44, 17);
  265. this.labelEx19.TabIndex = 231;
  266. this.labelEx19.Text = "籍贯:";
  267. //
  268. // labelEx18
  269. //
  270. this.labelEx18.AutoSize = true;
  271. this.labelEx18.BackColor = System.Drawing.Color.Transparent;
  272. this.labelEx18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  273. this.labelEx18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(114)))));
  274. this.labelEx18.Location = new System.Drawing.Point(26, 159);
  275. this.labelEx18.Name = "labelEx18";
  276. this.labelEx18.Size = new System.Drawing.Size(68, 17);
  277. this.labelEx18.TabIndex = 230;
  278. this.labelEx18.Text = "用户民族:";
  279. //
  280. // labelEx16
  281. //
  282. this.labelEx16.AutoSize = true;
  283. this.labelEx16.BackColor = System.Drawing.Color.Transparent;
  284. this.labelEx16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  285. this.labelEx16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(114)))));
  286. this.labelEx16.Location = new System.Drawing.Point(50, 132);
  287. this.labelEx16.Name = "labelEx16";
  288. this.labelEx16.Size = new System.Drawing.Size(44, 17);
  289. this.labelEx16.TabIndex = 229;
  290. this.labelEx16.Text = "婚否:";
  291. //
  292. // labelEx12
  293. //
  294. this.labelEx12.AutoSize = true;
  295. this.labelEx12.BackColor = System.Drawing.Color.Transparent;
  296. this.labelEx12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  297. this.labelEx12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(114)))));
  298. this.labelEx12.Location = new System.Drawing.Point(38, 273);
  299. this.labelEx12.Name = "labelEx12";
  300. this.labelEx12.Size = new System.Drawing.Size(56, 17);
  301. this.labelEx12.TabIndex = 228;
  302. this.labelEx12.Text = "现居住:";
  303. //
  304. // labelEx13
  305. //
  306. this.labelEx13.AutoSize = true;
  307. this.labelEx13.BackColor = System.Drawing.Color.Transparent;
  308. this.labelEx13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  309. this.labelEx13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(114)))));
  310. this.labelEx13.Location = new System.Drawing.Point(26, 104);
  311. this.labelEx13.Name = "labelEx13";
  312. this.labelEx13.Size = new System.Drawing.Size(68, 17);
  313. this.labelEx13.TabIndex = 227;
  314. this.labelEx13.Text = "手机电话:";
  315. //
  316. // labelEx14
  317. //
  318. this.labelEx14.AutoSize = true;
  319. this.labelEx14.BackColor = System.Drawing.Color.Transparent;
  320. this.labelEx14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  321. this.labelEx14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(114)))));
  322. this.labelEx14.Location = new System.Drawing.Point(50, 76);
  323. this.labelEx14.Name = "labelEx14";
  324. this.labelEx14.Size = new System.Drawing.Size(44, 17);
  325. this.labelEx14.TabIndex = 226;
  326. this.labelEx14.Text = "性别:";
  327. //
  328. // lblUser_Account
  329. //
  330. this.lblUser_Account.AutoSize = true;
  331. this.lblUser_Account.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  332. this.lblUser_Account.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  333. this.lblUser_Account.Location = new System.Drawing.Point(94, 48);
  334. this.lblUser_Account.Name = "lblUser_Account";
  335. this.lblUser_Account.Size = new System.Drawing.Size(56, 17);
  336. this.lblUser_Account.TabIndex = 225;
  337. this.lblUser_Account.Text = "labelEx1";
  338. //
  339. // lblUser_Sex
  340. //
  341. this.lblUser_Sex.AutoSize = true;
  342. this.lblUser_Sex.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  343. this.lblUser_Sex.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  344. this.lblUser_Sex.Location = new System.Drawing.Point(95, 76);
  345. this.lblUser_Sex.Name = "lblUser_Sex";
  346. this.lblUser_Sex.Size = new System.Drawing.Size(56, 17);
  347. this.lblUser_Sex.TabIndex = 224;
  348. this.lblUser_Sex.Text = "labelEx1";
  349. //
  350. // lblUser_Telephone
  351. //
  352. this.lblUser_Telephone.AutoSize = true;
  353. this.lblUser_Telephone.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  354. this.lblUser_Telephone.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  355. this.lblUser_Telephone.Location = new System.Drawing.Point(96, 104);
  356. this.lblUser_Telephone.Name = "lblUser_Telephone";
  357. this.lblUser_Telephone.Size = new System.Drawing.Size(56, 17);
  358. this.lblUser_Telephone.TabIndex = 223;
  359. this.lblUser_Telephone.Text = "labelEx1";
  360. //
  361. // lblUser_IsMarried
  362. //
  363. this.lblUser_IsMarried.AutoSize = true;
  364. this.lblUser_IsMarried.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  365. this.lblUser_IsMarried.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  366. this.lblUser_IsMarried.Location = new System.Drawing.Point(96, 132);
  367. this.lblUser_IsMarried.Name = "lblUser_IsMarried";
  368. this.lblUser_IsMarried.Size = new System.Drawing.Size(56, 17);
  369. this.lblUser_IsMarried.TabIndex = 222;
  370. this.lblUser_IsMarried.Text = "labelEx1";
  371. //
  372. // lblUser_Ethnic
  373. //
  374. this.lblUser_Ethnic.AutoSize = true;
  375. this.lblUser_Ethnic.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  376. this.lblUser_Ethnic.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  377. this.lblUser_Ethnic.Location = new System.Drawing.Point(96, 159);
  378. this.lblUser_Ethnic.Name = "lblUser_Ethnic";
  379. this.lblUser_Ethnic.Size = new System.Drawing.Size(56, 17);
  380. this.lblUser_Ethnic.TabIndex = 221;
  381. this.lblUser_Ethnic.Text = "labelEx1";
  382. //
  383. // lblUser_Hometown
  384. //
  385. this.lblUser_Hometown.AutoSize = true;
  386. this.lblUser_Hometown.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  387. this.lblUser_Hometown.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  388. this.lblUser_Hometown.Location = new System.Drawing.Point(98, 187);
  389. this.lblUser_Hometown.Name = "lblUser_Hometown";
  390. this.lblUser_Hometown.Size = new System.Drawing.Size(56, 17);
  391. this.lblUser_Hometown.TabIndex = 220;
  392. this.lblUser_Hometown.Text = "labelEx1";
  393. //
  394. // lblUser_JobNumber
  395. //
  396. this.lblUser_JobNumber.AutoSize = true;
  397. this.lblUser_JobNumber.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  398. this.lblUser_JobNumber.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  399. this.lblUser_JobNumber.Location = new System.Drawing.Point(97, 215);
  400. this.lblUser_JobNumber.Name = "lblUser_JobNumber";
  401. this.lblUser_JobNumber.Size = new System.Drawing.Size(56, 17);
  402. this.lblUser_JobNumber.TabIndex = 219;
  403. this.lblUser_JobNumber.Text = "labelEx1";
  404. //
  405. // lblUser_IdentityCardID
  406. //
  407. this.lblUser_IdentityCardID.AutoSize = true;
  408. this.lblUser_IdentityCardID.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  409. this.lblUser_IdentityCardID.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  410. this.lblUser_IdentityCardID.Location = new System.Drawing.Point(98, 244);
  411. this.lblUser_IdentityCardID.Name = "lblUser_IdentityCardID";
  412. this.lblUser_IdentityCardID.Size = new System.Drawing.Size(56, 17);
  413. this.lblUser_IdentityCardID.TabIndex = 218;
  414. this.lblUser_IdentityCardID.Text = "labelEx1";
  415. //
  416. // lblUser_NowAddress
  417. //
  418. this.lblUser_NowAddress.AutoSize = true;
  419. this.lblUser_NowAddress.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  420. this.lblUser_NowAddress.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  421. this.lblUser_NowAddress.Location = new System.Drawing.Point(98, 273);
  422. this.lblUser_NowAddress.Name = "lblUser_NowAddress";
  423. this.lblUser_NowAddress.Size = new System.Drawing.Size(56, 17);
  424. this.lblUser_NowAddress.TabIndex = 217;
  425. this.lblUser_NowAddress.Text = "labelEx1";
  426. //
  427. // lblUser_HometownAddress
  428. //
  429. this.lblUser_HometownAddress.AutoSize = true;
  430. this.lblUser_HometownAddress.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  431. this.lblUser_HometownAddress.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  432. this.lblUser_HometownAddress.Location = new System.Drawing.Point(100, 303);
  433. this.lblUser_HometownAddress.Name = "lblUser_HometownAddress";
  434. this.lblUser_HometownAddress.Size = new System.Drawing.Size(56, 17);
  435. this.lblUser_HometownAddress.TabIndex = 216;
  436. this.lblUser_HometownAddress.Text = "labelEx1";
  437. //
  438. // lblUser_Name
  439. //
  440. this.lblUser_Name.AutoSize = true;
  441. this.lblUser_Name.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  442. this.lblUser_Name.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  443. this.lblUser_Name.Location = new System.Drawing.Point(95, 21);
  444. this.lblUser_Name.Name = "lblUser_Name";
  445. this.lblUser_Name.Size = new System.Drawing.Size(56, 17);
  446. this.lblUser_Name.TabIndex = 212;
  447. this.lblUser_Name.Text = "labelEx1";
  448. //
  449. // FrmPersonalCenter
  450. //
  451. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  452. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  453. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  454. this.ClientSize = new System.Drawing.Size(800, 437);
  455. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  456. this.MaximizeBox = false;
  457. this.MinimizeBox = false;
  458. this.Name = "FrmPersonalCenter";
  459. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  460. this.Text = "个人中心";
  461. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  462. this.plExMainContainer.ResumeLayout(false);
  463. this.plFormMainContent.ResumeLayout(false);
  464. this.panelEx1.ResumeLayout(false);
  465. this.panelEx1.PerformLayout();
  466. ((System.ComponentModel.ISupportInitialize)(this.picUser_IDNegative)).EndInit();
  467. ((System.ComponentModel.ISupportInitialize)(this.picUser_PositiveID)).EndInit();
  468. ((System.ComponentModel.ISupportInitialize)(this.picUser_HeadImgePath)).EndInit();
  469. this.ResumeLayout(false);
  470. }
  471. #endregion
  472. private ComponentLibrary.LabelEx labelEx15;
  473. private ComponentLibrary.LabelEx labelEx3;
  474. private ComponentLibrary.PanelEx panelEx1;
  475. protected ComponentLibrary.LabelEx lblUser_Account;
  476. protected ComponentLibrary.LabelEx lblUser_Sex;
  477. protected ComponentLibrary.LabelEx lblUser_Telephone;
  478. protected ComponentLibrary.LabelEx lblUser_IsMarried;
  479. protected ComponentLibrary.LabelEx lblUser_Ethnic;
  480. protected ComponentLibrary.LabelEx lblUser_Hometown;
  481. protected ComponentLibrary.LabelEx lblUser_JobNumber;
  482. protected ComponentLibrary.LabelEx lblUser_IdentityCardID;
  483. protected ComponentLibrary.LabelEx lblUser_NowAddress;
  484. protected ComponentLibrary.LabelEx lblUser_HometownAddress;
  485. protected ComponentLibrary.LabelEx lblUser_Name;
  486. private ComponentLibrary.LabelEx labelEx14;
  487. private ComponentLibrary.LabelEx labelEx13;
  488. private ComponentLibrary.LabelEx labelEx12;
  489. private ComponentLibrary.LabelEx labelEx16;
  490. private ComponentLibrary.LabelEx labelEx18;
  491. private ComponentLibrary.LabelEx labelEx19;
  492. private ComponentLibrary.LabelEx labelEx41;
  493. private ComponentLibrary.LabelEx labelEx8;
  494. private ComponentLibrary.LabelEx labelEx7;
  495. protected ComponentLibrary.PictureBoxEx picUser_HeadImgePath;
  496. private ComponentLibrary.LabelEx labelEx1;
  497. protected ComponentLibrary.PictureBoxEx picUser_PositiveID;
  498. private ComponentLibrary.LabelEx labelEx38;
  499. protected ComponentLibrary.PictureBoxEx picUser_IDNegative;
  500. private ComponentLibrary.LabelEx labelEx39;
  501. }
  502. }