FormEditAuthoryUser.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446
  1. namespace SIMDP.View
  2. {
  3. partial class FormEditAuthoryUser
  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.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  29. this.treeLookUp_Part = new DevExpress.XtraEditors.TreeListLookUpEdit();
  30. this.treeList2 = new DevExpress.XtraTreeList.TreeList();
  31. this.treeListColumn2 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
  32. this.treeLookUp_Role = new DevExpress.XtraEditors.TreeListLookUpEdit();
  33. this.treeList1 = new DevExpress.XtraTreeList.TreeList();
  34. this.treeListColumn3 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
  35. this.treeLookUp_Group = new DevExpress.XtraEditors.TreeListLookUpEdit();
  36. this.treeListLookUpEdit1TreeList = new DevExpress.XtraTreeList.TreeList();
  37. this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
  38. this.lookUp_Status = new DevExpress.XtraEditors.LookUpEdit();
  39. this.lookUp_Sex = new DevExpress.XtraEditors.LookUpEdit();
  40. this.txt_CardId = new DevExpress.XtraEditors.TextEdit();
  41. this.txt_Email = new DevExpress.XtraEditors.TextEdit();
  42. this.txt_Mobile = new DevExpress.XtraEditors.TextEdit();
  43. this.txt_Name = new DevExpress.XtraEditors.TextEdit();
  44. this.txt_PassWord = new DevExpress.XtraEditors.TextEdit();
  45. this.txt_Account = new DevExpress.XtraEditors.TextEdit();
  46. this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
  47. this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
  48. this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
  49. this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
  50. this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
  51. this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
  52. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  53. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  54. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  55. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  56. this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
  57. this.btn_Add = new DevExpress.XtraEditors.SimpleButton();
  58. this.btn_Save = new DevExpress.XtraEditors.SimpleButton();
  59. this.btn_Cancel = new DevExpress.XtraEditors.SimpleButton();
  60. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  61. this.panelControl1.SuspendLayout();
  62. ((System.ComponentModel.ISupportInitialize)(this.treeLookUp_Part.Properties)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.treeList2)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.treeLookUp_Role.Properties)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.treeLookUp_Group.Properties)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEdit1TreeList)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.lookUp_Status.Properties)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.lookUp_Sex.Properties)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.txt_CardId.Properties)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.txt_Email.Properties)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.txt_Mobile.Properties)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.txt_Name.Properties)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.txt_PassWord.Properties)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.txt_Account.Properties)).BeginInit();
  76. this.SuspendLayout();
  77. //
  78. // panelControl1
  79. //
  80. this.panelControl1.Controls.Add(this.treeLookUp_Part);
  81. this.panelControl1.Controls.Add(this.treeLookUp_Role);
  82. this.panelControl1.Controls.Add(this.treeLookUp_Group);
  83. this.panelControl1.Controls.Add(this.lookUp_Status);
  84. this.panelControl1.Controls.Add(this.lookUp_Sex);
  85. this.panelControl1.Controls.Add(this.txt_CardId);
  86. this.panelControl1.Controls.Add(this.txt_Email);
  87. this.panelControl1.Controls.Add(this.txt_Mobile);
  88. this.panelControl1.Controls.Add(this.txt_Name);
  89. this.panelControl1.Controls.Add(this.txt_PassWord);
  90. this.panelControl1.Controls.Add(this.txt_Account);
  91. this.panelControl1.Controls.Add(this.labelControl9);
  92. this.panelControl1.Controls.Add(this.labelControl10);
  93. this.panelControl1.Controls.Add(this.labelControl8);
  94. this.panelControl1.Controls.Add(this.labelControl7);
  95. this.panelControl1.Controls.Add(this.labelControl6);
  96. this.panelControl1.Controls.Add(this.labelControl5);
  97. this.panelControl1.Controls.Add(this.labelControl4);
  98. this.panelControl1.Controls.Add(this.labelControl3);
  99. this.panelControl1.Controls.Add(this.labelControl2);
  100. this.panelControl1.Controls.Add(this.labelControl1);
  101. this.panelControl1.Controls.Add(this.labelControl11);
  102. this.panelControl1.Location = new System.Drawing.Point(8, 5);
  103. this.panelControl1.Name = "panelControl1";
  104. this.panelControl1.Size = new System.Drawing.Size(413, 230);
  105. this.panelControl1.TabIndex = 0;
  106. //
  107. // treeLookUp_Part
  108. //
  109. this.treeLookUp_Part.Location = new System.Drawing.Point(298, 83);
  110. this.treeLookUp_Part.Name = "treeLookUp_Part";
  111. this.treeLookUp_Part.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  112. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  113. this.treeLookUp_Part.Properties.TreeList = this.treeList2;
  114. this.treeLookUp_Part.Size = new System.Drawing.Size(100, 20);
  115. this.treeLookUp_Part.TabIndex = 5;
  116. //
  117. // treeList2
  118. //
  119. this.treeList2.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
  120. this.treeListColumn2});
  121. this.treeList2.Location = new System.Drawing.Point(0, 0);
  122. this.treeList2.Name = "treeList2";
  123. this.treeList2.OptionsBehavior.EnableFiltering = true;
  124. this.treeList2.OptionsView.ShowIndentAsRowStyle = true;
  125. this.treeList2.Size = new System.Drawing.Size(400, 200);
  126. this.treeList2.TabIndex = 0;
  127. //
  128. // treeListColumn2
  129. //
  130. this.treeListColumn2.Caption = "名称";
  131. this.treeListColumn2.FieldName = "GroupName";
  132. this.treeListColumn2.Name = "treeListColumn2";
  133. this.treeListColumn2.Visible = true;
  134. this.treeListColumn2.VisibleIndex = 0;
  135. //
  136. // treeLookUp_Role
  137. //
  138. this.treeLookUp_Role.Location = new System.Drawing.Point(98, 155);
  139. this.treeLookUp_Role.Name = "treeLookUp_Role";
  140. this.treeLookUp_Role.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  141. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  142. this.treeLookUp_Role.Properties.TreeList = this.treeList1;
  143. this.treeLookUp_Role.Size = new System.Drawing.Size(300, 20);
  144. this.treeLookUp_Role.TabIndex = 4;
  145. this.treeLookUp_Role.Closed += new DevExpress.XtraEditors.Controls.ClosedEventHandler(this.treeLookUp_Role_Closed);
  146. this.treeLookUp_Role.CustomDisplayText += new DevExpress.XtraEditors.Controls.CustomDisplayTextEventHandler(this.treeLookUp_Role_CustomDisplayText);
  147. //
  148. // treeList1
  149. //
  150. this.treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
  151. this.treeListColumn3});
  152. this.treeList1.Location = new System.Drawing.Point(0, 0);
  153. this.treeList1.Name = "treeList1";
  154. this.treeList1.OptionsBehavior.EnableFiltering = true;
  155. this.treeList1.OptionsView.ShowIndentAsRowStyle = true;
  156. this.treeList1.Size = new System.Drawing.Size(400, 200);
  157. this.treeList1.TabIndex = 0;
  158. //
  159. // treeListColumn3
  160. //
  161. this.treeListColumn3.Caption = "名称";
  162. this.treeListColumn3.FieldName = "RoleName";
  163. this.treeListColumn3.Name = "treeListColumn3";
  164. this.treeListColumn3.Visible = true;
  165. this.treeListColumn3.VisibleIndex = 0;
  166. //
  167. // treeLookUp_Group
  168. //
  169. this.treeLookUp_Group.Location = new System.Drawing.Point(98, 83);
  170. this.treeLookUp_Group.Name = "treeLookUp_Group";
  171. this.treeLookUp_Group.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  172. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  173. this.treeLookUp_Group.Properties.PopupBorderStyle = DevExpress.XtraEditors.Controls.PopupBorderStyles.Simple;
  174. this.treeLookUp_Group.Properties.TreeList = this.treeListLookUpEdit1TreeList;
  175. this.treeLookUp_Group.Size = new System.Drawing.Size(100, 20);
  176. this.treeLookUp_Group.TabIndex = 3;
  177. //
  178. // treeListLookUpEdit1TreeList
  179. //
  180. this.treeListLookUpEdit1TreeList.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
  181. this.treeListColumn1});
  182. this.treeListLookUpEdit1TreeList.Location = new System.Drawing.Point(0, 0);
  183. this.treeListLookUpEdit1TreeList.Name = "treeListLookUpEdit1TreeList";
  184. this.treeListLookUpEdit1TreeList.OptionsBehavior.EnableFiltering = true;
  185. this.treeListLookUpEdit1TreeList.OptionsView.ShowIndentAsRowStyle = true;
  186. this.treeListLookUpEdit1TreeList.Size = new System.Drawing.Size(400, 200);
  187. this.treeListLookUpEdit1TreeList.TabIndex = 0;
  188. //
  189. // treeListColumn1
  190. //
  191. this.treeListColumn1.Caption = "名称";
  192. this.treeListColumn1.FieldName = "GroupName";
  193. this.treeListColumn1.Name = "treeListColumn1";
  194. this.treeListColumn1.Visible = true;
  195. this.treeListColumn1.VisibleIndex = 0;
  196. //
  197. // lookUp_Status
  198. //
  199. this.lookUp_Status.Location = new System.Drawing.Point(98, 191);
  200. this.lookUp_Status.Name = "lookUp_Status";
  201. this.lookUp_Status.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  202. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  203. this.lookUp_Status.Size = new System.Drawing.Size(100, 20);
  204. this.lookUp_Status.TabIndex = 2;
  205. //
  206. // lookUp_Sex
  207. //
  208. this.lookUp_Sex.Location = new System.Drawing.Point(298, 191);
  209. this.lookUp_Sex.Name = "lookUp_Sex";
  210. this.lookUp_Sex.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  211. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  212. this.lookUp_Sex.Size = new System.Drawing.Size(100, 20);
  213. this.lookUp_Sex.TabIndex = 2;
  214. //
  215. // txt_CardId
  216. //
  217. this.txt_CardId.Location = new System.Drawing.Point(298, 47);
  218. this.txt_CardId.Name = "txt_CardId";
  219. this.txt_CardId.Size = new System.Drawing.Size(100, 20);
  220. this.txt_CardId.TabIndex = 1;
  221. //
  222. // txt_Email
  223. //
  224. this.txt_Email.Location = new System.Drawing.Point(298, 119);
  225. this.txt_Email.Name = "txt_Email";
  226. this.txt_Email.Size = new System.Drawing.Size(100, 20);
  227. this.txt_Email.TabIndex = 1;
  228. //
  229. // txt_Mobile
  230. //
  231. this.txt_Mobile.Location = new System.Drawing.Point(98, 119);
  232. this.txt_Mobile.Name = "txt_Mobile";
  233. this.txt_Mobile.Size = new System.Drawing.Size(100, 20);
  234. this.txt_Mobile.TabIndex = 1;
  235. //
  236. // txt_Name
  237. //
  238. this.txt_Name.Location = new System.Drawing.Point(298, 11);
  239. this.txt_Name.Name = "txt_Name";
  240. this.txt_Name.Size = new System.Drawing.Size(100, 20);
  241. this.txt_Name.TabIndex = 1;
  242. //
  243. // txt_PassWord
  244. //
  245. this.txt_PassWord.Location = new System.Drawing.Point(98, 47);
  246. this.txt_PassWord.Name = "txt_PassWord";
  247. this.txt_PassWord.Properties.UseSystemPasswordChar = true;
  248. this.txt_PassWord.Size = new System.Drawing.Size(100, 20);
  249. this.txt_PassWord.TabIndex = 1;
  250. //
  251. // txt_Account
  252. //
  253. this.txt_Account.Location = new System.Drawing.Point(98, 11);
  254. this.txt_Account.Name = "txt_Account";
  255. this.txt_Account.Size = new System.Drawing.Size(100, 20);
  256. this.txt_Account.TabIndex = 1;
  257. //
  258. // labelControl9
  259. //
  260. this.labelControl9.Location = new System.Drawing.Point(238, 50);
  261. this.labelControl9.Name = "labelControl9";
  262. this.labelControl9.Size = new System.Drawing.Size(48, 14);
  263. this.labelControl9.TabIndex = 0;
  264. this.labelControl9.Text = "员工号:";
  265. //
  266. // labelControl10
  267. //
  268. this.labelControl10.Location = new System.Drawing.Point(30, 158);
  269. this.labelControl10.Name = "labelControl10";
  270. this.labelControl10.Size = new System.Drawing.Size(53, 14);
  271. this.labelControl10.TabIndex = 0;
  272. this.labelControl10.Text = "角色(*):";
  273. //
  274. // labelControl8
  275. //
  276. this.labelControl8.Location = new System.Drawing.Point(244, 194);
  277. this.labelControl8.Name = "labelControl8";
  278. this.labelControl8.Size = new System.Drawing.Size(36, 14);
  279. this.labelControl8.TabIndex = 0;
  280. this.labelControl8.Text = "性别:";
  281. //
  282. // labelControl7
  283. //
  284. this.labelControl7.Location = new System.Drawing.Point(30, 194);
  285. this.labelControl7.Name = "labelControl7";
  286. this.labelControl7.Size = new System.Drawing.Size(53, 14);
  287. this.labelControl7.TabIndex = 0;
  288. this.labelControl7.Text = "状态(*):";
  289. //
  290. // labelControl6
  291. //
  292. this.labelControl6.Location = new System.Drawing.Point(18, 86);
  293. this.labelControl6.Name = "labelControl6";
  294. this.labelControl6.Size = new System.Drawing.Size(77, 14);
  295. this.labelControl6.TabIndex = 0;
  296. this.labelControl6.Text = "所属公司(*):";
  297. //
  298. // labelControl5
  299. //
  300. this.labelControl5.Location = new System.Drawing.Point(236, 122);
  301. this.labelControl5.Name = "labelControl5";
  302. this.labelControl5.Size = new System.Drawing.Size(53, 14);
  303. this.labelControl5.TabIndex = 0;
  304. this.labelControl5.Text = "邮箱(*):";
  305. //
  306. // labelControl4
  307. //
  308. this.labelControl4.Location = new System.Drawing.Point(24, 122);
  309. this.labelControl4.Name = "labelControl4";
  310. this.labelControl4.Size = new System.Drawing.Size(65, 14);
  311. this.labelControl4.TabIndex = 0;
  312. this.labelControl4.Text = "手机号(*):";
  313. //
  314. // labelControl3
  315. //
  316. this.labelControl3.Location = new System.Drawing.Point(230, 14);
  317. this.labelControl3.Name = "labelControl3";
  318. this.labelControl3.Size = new System.Drawing.Size(65, 14);
  319. this.labelControl3.TabIndex = 0;
  320. this.labelControl3.Text = "用户名(*):";
  321. //
  322. // labelControl2
  323. //
  324. this.labelControl2.Location = new System.Drawing.Point(18, 50);
  325. this.labelControl2.Name = "labelControl2";
  326. this.labelControl2.Size = new System.Drawing.Size(77, 14);
  327. this.labelControl2.TabIndex = 0;
  328. this.labelControl2.Text = "登录密码(*):";
  329. //
  330. // labelControl1
  331. //
  332. this.labelControl1.Location = new System.Drawing.Point(18, 14);
  333. this.labelControl1.Name = "labelControl1";
  334. this.labelControl1.Size = new System.Drawing.Size(77, 14);
  335. this.labelControl1.TabIndex = 0;
  336. this.labelControl1.Text = "登录账号(*):";
  337. //
  338. // labelControl11
  339. //
  340. this.labelControl11.Location = new System.Drawing.Point(232, 86);
  341. this.labelControl11.Name = "labelControl11";
  342. this.labelControl11.Size = new System.Drawing.Size(60, 14);
  343. this.labelControl11.TabIndex = 6;
  344. this.labelControl11.Text = "所属部门:";
  345. //
  346. // btn_Add
  347. //
  348. this.btn_Add.Location = new System.Drawing.Point(26, 241);
  349. this.btn_Add.Name = "btn_Add";
  350. this.btn_Add.Size = new System.Drawing.Size(75, 23);
  351. this.btn_Add.TabIndex = 1;
  352. this.btn_Add.Text = "添加";
  353. this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click);
  354. //
  355. // btn_Save
  356. //
  357. this.btn_Save.Location = new System.Drawing.Point(172, 241);
  358. this.btn_Save.Name = "btn_Save";
  359. this.btn_Save.Size = new System.Drawing.Size(75, 23);
  360. this.btn_Save.TabIndex = 1;
  361. this.btn_Save.Text = "保存";
  362. this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click);
  363. //
  364. // btn_Cancel
  365. //
  366. this.btn_Cancel.Location = new System.Drawing.Point(331, 241);
  367. this.btn_Cancel.Name = "btn_Cancel";
  368. this.btn_Cancel.Size = new System.Drawing.Size(75, 23);
  369. this.btn_Cancel.TabIndex = 1;
  370. this.btn_Cancel.Text = "取消";
  371. this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
  372. //
  373. // FormEditUser
  374. //
  375. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  376. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  377. this.ClientSize = new System.Drawing.Size(428, 275);
  378. this.Controls.Add(this.btn_Cancel);
  379. this.Controls.Add(this.btn_Save);
  380. this.Controls.Add(this.btn_Add);
  381. this.Controls.Add(this.panelControl1);
  382. this.MaximizeBox = false;
  383. this.MinimizeBox = false;
  384. this.Name = "FormEditUser";
  385. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  386. this.Text = "用户信息";
  387. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  388. this.panelControl1.ResumeLayout(false);
  389. this.panelControl1.PerformLayout();
  390. ((System.ComponentModel.ISupportInitialize)(this.treeLookUp_Part.Properties)).EndInit();
  391. ((System.ComponentModel.ISupportInitialize)(this.treeList2)).EndInit();
  392. ((System.ComponentModel.ISupportInitialize)(this.treeLookUp_Role.Properties)).EndInit();
  393. ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
  394. ((System.ComponentModel.ISupportInitialize)(this.treeLookUp_Group.Properties)).EndInit();
  395. ((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEdit1TreeList)).EndInit();
  396. ((System.ComponentModel.ISupportInitialize)(this.lookUp_Status.Properties)).EndInit();
  397. ((System.ComponentModel.ISupportInitialize)(this.lookUp_Sex.Properties)).EndInit();
  398. ((System.ComponentModel.ISupportInitialize)(this.txt_CardId.Properties)).EndInit();
  399. ((System.ComponentModel.ISupportInitialize)(this.txt_Email.Properties)).EndInit();
  400. ((System.ComponentModel.ISupportInitialize)(this.txt_Mobile.Properties)).EndInit();
  401. ((System.ComponentModel.ISupportInitialize)(this.txt_Name.Properties)).EndInit();
  402. ((System.ComponentModel.ISupportInitialize)(this.txt_PassWord.Properties)).EndInit();
  403. ((System.ComponentModel.ISupportInitialize)(this.txt_Account.Properties)).EndInit();
  404. this.ResumeLayout(false);
  405. }
  406. #endregion
  407. private DevExpress.XtraEditors.PanelControl panelControl1;
  408. private DevExpress.XtraEditors.LabelControl labelControl9;
  409. private DevExpress.XtraEditors.LabelControl labelControl8;
  410. private DevExpress.XtraEditors.LabelControl labelControl7;
  411. private DevExpress.XtraEditors.LabelControl labelControl6;
  412. private DevExpress.XtraEditors.LabelControl labelControl5;
  413. private DevExpress.XtraEditors.LabelControl labelControl4;
  414. private DevExpress.XtraEditors.LabelControl labelControl3;
  415. private DevExpress.XtraEditors.LabelControl labelControl2;
  416. private DevExpress.XtraEditors.LabelControl labelControl1;
  417. private DevExpress.XtraEditors.LookUpEdit lookUp_Status;
  418. private DevExpress.XtraEditors.LookUpEdit lookUp_Sex;
  419. private DevExpress.XtraEditors.TextEdit txt_CardId;
  420. private DevExpress.XtraEditors.TextEdit txt_Email;
  421. private DevExpress.XtraEditors.TextEdit txt_Mobile;
  422. private DevExpress.XtraEditors.TextEdit txt_Name;
  423. private DevExpress.XtraEditors.TextEdit txt_PassWord;
  424. private DevExpress.XtraEditors.TextEdit txt_Account;
  425. private DevExpress.XtraEditors.LabelControl labelControl10;
  426. private DevExpress.XtraEditors.SimpleButton btn_Add;
  427. private DevExpress.XtraEditors.SimpleButton btn_Save;
  428. private DevExpress.XtraEditors.SimpleButton btn_Cancel;
  429. private DevExpress.XtraEditors.TreeListLookUpEdit treeLookUp_Group;
  430. private DevExpress.XtraTreeList.TreeList treeListLookUpEdit1TreeList;
  431. private DevExpress.XtraEditors.TreeListLookUpEdit treeLookUp_Role;
  432. private DevExpress.XtraTreeList.TreeList treeList1;
  433. private DevExpress.XtraEditors.TreeListLookUpEdit treeLookUp_Part;
  434. private DevExpress.XtraTreeList.TreeList treeList2;
  435. private DevExpress.XtraEditors.LabelControl labelControl11;
  436. private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn1;
  437. private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn2;
  438. private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn3;
  439. }
  440. }