ManageForm.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542
  1. namespace Uninpho.Tools
  2. {
  3. partial class ManageForm
  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. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
  29. this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
  30. this.xtraTabPageYHXX = new DevExpress.XtraTab.XtraTabPage();
  31. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  32. this.hyperlinkLabelControl2 = new DevExpress.XtraEditors.HyperlinkLabelControl();
  33. this.hyperlinkLabelControl1 = new DevExpress.XtraEditors.HyperlinkLabelControl();
  34. this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
  35. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  36. this.usernamelabel = new DevExpress.XtraEditors.LabelControl();
  37. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  38. this.useridlabel = new DevExpress.XtraEditors.LabelControl();
  39. this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
  40. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  41. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  42. this.usertruenamelabel = new DevExpress.XtraEditors.LabelControl();
  43. this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
  44. this.xtraTabPageQXGL = new DevExpress.XtraTab.XtraTabPage();
  45. this.gridControl1 = new DevExpress.XtraGrid.GridControl();
  46. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  47. this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
  53. this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
  55. this.saveBtn = new DevExpress.XtraEditors.SimpleButton();
  56. this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
  57. this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  58. this.xtraTabPageXGMM = new DevExpress.XtraTab.XtraTabPage();
  59. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  60. this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
  61. this.textEdit2 = new DevExpress.XtraEditors.TextEdit();
  62. this.textEdit3 = new DevExpress.XtraEditors.TextEdit();
  63. this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
  64. this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
  65. this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
  66. this.textEdit4 = new DevExpress.XtraEditors.TextEdit();
  67. this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
  68. this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
  69. ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
  70. this.xtraTabControl1.SuspendLayout();
  71. this.xtraTabPageYHXX.SuspendLayout();
  72. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  73. this.panelControl1.SuspendLayout();
  74. this.xtraTabPageQXGL.SuspendLayout();
  75. ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
  79. this.panelControl2.SuspendLayout();
  80. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
  81. this.xtraTabPageXGMM.SuspendLayout();
  82. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  83. this.panelControl3.SuspendLayout();
  84. ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.textEdit4.Properties)).BeginInit();
  88. this.SuspendLayout();
  89. //
  90. // xtraTabControl1
  91. //
  92. this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  93. this.xtraTabControl1.Location = new System.Drawing.Point(0, 0);
  94. this.xtraTabControl1.Name = "xtraTabControl1";
  95. this.xtraTabControl1.SelectedTabPage = this.xtraTabPageYHXX;
  96. this.xtraTabControl1.Size = new System.Drawing.Size(581, 287);
  97. this.xtraTabControl1.TabIndex = 0;
  98. this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
  99. this.xtraTabPageYHXX,
  100. this.xtraTabPageQXGL,
  101. this.xtraTabPageXGMM});
  102. //
  103. // xtraTabPageYHXX
  104. //
  105. this.xtraTabPageYHXX.Controls.Add(this.panelControl1);
  106. this.xtraTabPageYHXX.Name = "xtraTabPageYHXX";
  107. this.xtraTabPageYHXX.Size = new System.Drawing.Size(575, 258);
  108. this.xtraTabPageYHXX.Text = "用户信息";
  109. //
  110. // panelControl1
  111. //
  112. this.panelControl1.Controls.Add(this.hyperlinkLabelControl2);
  113. this.panelControl1.Controls.Add(this.hyperlinkLabelControl1);
  114. this.panelControl1.Controls.Add(this.labelControl8);
  115. this.panelControl1.Controls.Add(this.labelControl1);
  116. this.panelControl1.Controls.Add(this.usernamelabel);
  117. this.panelControl1.Controls.Add(this.labelControl2);
  118. this.panelControl1.Controls.Add(this.useridlabel);
  119. this.panelControl1.Controls.Add(this.labelControl5);
  120. this.panelControl1.Controls.Add(this.labelControl3);
  121. this.panelControl1.Controls.Add(this.labelControl4);
  122. this.panelControl1.Controls.Add(this.usertruenamelabel);
  123. this.panelControl1.Controls.Add(this.labelControl6);
  124. this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  125. this.panelControl1.Location = new System.Drawing.Point(0, 0);
  126. this.panelControl1.Name = "panelControl1";
  127. this.panelControl1.Size = new System.Drawing.Size(575, 258);
  128. this.panelControl1.TabIndex = 10;
  129. //
  130. // hyperlinkLabelControl2
  131. //
  132. this.hyperlinkLabelControl2.Cursor = System.Windows.Forms.Cursors.Hand;
  133. this.hyperlinkLabelControl2.Location = new System.Drawing.Point(386, 65);
  134. this.hyperlinkLabelControl2.Name = "hyperlinkLabelControl2";
  135. this.hyperlinkLabelControl2.Size = new System.Drawing.Size(48, 14);
  136. this.hyperlinkLabelControl2.TabIndex = 12;
  137. this.hyperlinkLabelControl2.Text = "修改密码";
  138. //
  139. // hyperlinkLabelControl1
  140. //
  141. this.hyperlinkLabelControl1.Cursor = System.Windows.Forms.Cursors.Hand;
  142. this.hyperlinkLabelControl1.Location = new System.Drawing.Point(386, 160);
  143. this.hyperlinkLabelControl1.Name = "hyperlinkLabelControl1";
  144. this.hyperlinkLabelControl1.Size = new System.Drawing.Size(48, 14);
  145. this.hyperlinkLabelControl1.TabIndex = 12;
  146. this.hyperlinkLabelControl1.Text = "权限管理";
  147. //
  148. // labelControl8
  149. //
  150. this.labelControl8.Location = new System.Drawing.Point(388, 112);
  151. this.labelControl8.Name = "labelControl8";
  152. this.labelControl8.Size = new System.Drawing.Size(36, 14);
  153. this.labelControl8.TabIndex = 7;
  154. this.labelControl8.Text = "用户名";
  155. //
  156. // labelControl1
  157. //
  158. this.labelControl1.Location = new System.Drawing.Point(120, 65);
  159. this.labelControl1.Name = "labelControl1";
  160. this.labelControl1.Size = new System.Drawing.Size(48, 14);
  161. this.labelControl1.TabIndex = 0;
  162. this.labelControl1.Text = "用户名:";
  163. //
  164. // usernamelabel
  165. //
  166. this.usernamelabel.Location = new System.Drawing.Point(176, 65);
  167. this.usernamelabel.Name = "usernamelabel";
  168. this.usernamelabel.Size = new System.Drawing.Size(36, 14);
  169. this.usernamelabel.TabIndex = 9;
  170. this.usernamelabel.Text = "用户名";
  171. //
  172. // labelControl2
  173. //
  174. this.labelControl2.Location = new System.Drawing.Point(132, 112);
  175. this.labelControl2.Name = "labelControl2";
  176. this.labelControl2.Size = new System.Drawing.Size(36, 14);
  177. this.labelControl2.TabIndex = 1;
  178. this.labelControl2.Text = "工号:";
  179. //
  180. // useridlabel
  181. //
  182. this.useridlabel.Location = new System.Drawing.Point(176, 112);
  183. this.useridlabel.Name = "useridlabel";
  184. this.useridlabel.Size = new System.Drawing.Size(36, 14);
  185. this.useridlabel.TabIndex = 8;
  186. this.useridlabel.Text = "用户名";
  187. //
  188. // labelControl5
  189. //
  190. this.labelControl5.Location = new System.Drawing.Point(320, 160);
  191. this.labelControl5.Name = "labelControl5";
  192. this.labelControl5.Size = new System.Drawing.Size(60, 14);
  193. this.labelControl5.TabIndex = 2;
  194. this.labelControl5.Text = "权限管理:";
  195. //
  196. // labelControl3
  197. //
  198. this.labelControl3.Location = new System.Drawing.Point(320, 112);
  199. this.labelControl3.Name = "labelControl3";
  200. this.labelControl3.Size = new System.Drawing.Size(60, 14);
  201. this.labelControl3.TabIndex = 2;
  202. this.labelControl3.Text = "权限等级:";
  203. //
  204. // labelControl4
  205. //
  206. this.labelControl4.Location = new System.Drawing.Point(108, 160);
  207. this.labelControl4.Name = "labelControl4";
  208. this.labelControl4.Size = new System.Drawing.Size(60, 14);
  209. this.labelControl4.TabIndex = 3;
  210. this.labelControl4.Text = "用户实名:";
  211. //
  212. // usertruenamelabel
  213. //
  214. this.usertruenamelabel.Location = new System.Drawing.Point(176, 160);
  215. this.usertruenamelabel.Name = "usertruenamelabel";
  216. this.usertruenamelabel.Size = new System.Drawing.Size(36, 14);
  217. this.usertruenamelabel.TabIndex = 6;
  218. this.usertruenamelabel.Text = "用户名";
  219. //
  220. // labelControl6
  221. //
  222. this.labelControl6.Location = new System.Drawing.Point(320, 65);
  223. this.labelControl6.Name = "labelControl6";
  224. this.labelControl6.Size = new System.Drawing.Size(60, 14);
  225. this.labelControl6.TabIndex = 5;
  226. this.labelControl6.Text = "修改密码:";
  227. //
  228. // xtraTabPageQXGL
  229. //
  230. this.xtraTabPageQXGL.Controls.Add(this.gridControl1);
  231. this.xtraTabPageQXGL.Controls.Add(this.panelControl2);
  232. this.xtraTabPageQXGL.Name = "xtraTabPageQXGL";
  233. this.xtraTabPageQXGL.PageVisible = false;
  234. this.xtraTabPageQXGL.Size = new System.Drawing.Size(575, 258);
  235. this.xtraTabPageQXGL.Text = "权限管理";
  236. //
  237. // gridControl1
  238. //
  239. this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  240. this.gridControl1.Location = new System.Drawing.Point(0, 0);
  241. this.gridControl1.MainView = this.gridView1;
  242. this.gridControl1.Name = "gridControl1";
  243. this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  244. this.repositoryItemComboBox1,
  245. this.repositoryItemButtonEdit1});
  246. this.gridControl1.Size = new System.Drawing.Size(575, 218);
  247. this.gridControl1.TabIndex = 0;
  248. this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  249. this.gridView1});
  250. //
  251. // gridView1
  252. //
  253. this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  254. this.gridColumn1,
  255. this.gridColumn2,
  256. this.gridColumn3,
  257. this.gridColumn4,
  258. this.gridColumn5,
  259. this.gridColumn6,
  260. this.gridColumn7});
  261. this.gridView1.GridControl = this.gridControl1;
  262. this.gridView1.Name = "gridView1";
  263. this.gridView1.OptionsBehavior.Editable = false;
  264. this.gridView1.OptionsSelection.CheckBoxSelectorColumnWidth = 30;
  265. this.gridView1.OptionsSelection.MultiSelect = true;
  266. this.gridView1.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect;
  267. this.gridView1.OptionsView.ShowGroupPanel = false;
  268. //
  269. // gridColumn1
  270. //
  271. this.gridColumn1.Caption = "用户名";
  272. this.gridColumn1.FieldName = "Username";
  273. this.gridColumn1.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Left;
  274. this.gridColumn1.Name = "gridColumn1";
  275. this.gridColumn1.Visible = true;
  276. this.gridColumn1.VisibleIndex = 1;
  277. //
  278. // gridColumn2
  279. //
  280. this.gridColumn2.Caption = "密码";
  281. this.gridColumn2.FieldName = "Password";
  282. this.gridColumn2.MinWidth = 60;
  283. this.gridColumn2.Name = "gridColumn2";
  284. this.gridColumn2.Visible = true;
  285. this.gridColumn2.VisibleIndex = 2;
  286. //
  287. // gridColumn3
  288. //
  289. this.gridColumn3.Caption = "真实姓名";
  290. this.gridColumn3.FieldName = "Usertruename";
  291. this.gridColumn3.MinWidth = 60;
  292. this.gridColumn3.Name = "gridColumn3";
  293. this.gridColumn3.Visible = true;
  294. this.gridColumn3.VisibleIndex = 3;
  295. //
  296. // gridColumn4
  297. //
  298. this.gridColumn4.Caption = "工号";
  299. this.gridColumn4.FieldName = "Userid";
  300. this.gridColumn4.MinWidth = 60;
  301. this.gridColumn4.Name = "gridColumn4";
  302. this.gridColumn4.Visible = true;
  303. this.gridColumn4.VisibleIndex = 5;
  304. //
  305. // gridColumn5
  306. //
  307. this.gridColumn5.Caption = "权限";
  308. this.gridColumn5.ColumnEdit = this.repositoryItemComboBox1;
  309. this.gridColumn5.FieldName = "Pow";
  310. this.gridColumn5.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Right;
  311. this.gridColumn5.Name = "gridColumn5";
  312. this.gridColumn5.Visible = true;
  313. this.gridColumn5.VisibleIndex = 7;
  314. //
  315. // repositoryItemComboBox1
  316. //
  317. this.repositoryItemComboBox1.AutoHeight = false;
  318. this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  319. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  320. this.repositoryItemComboBox1.Items.AddRange(new object[] {
  321. "普通用户",
  322. "授权用户",
  323. "管理员"});
  324. this.repositoryItemComboBox1.Name = "repositoryItemComboBox1";
  325. //
  326. // gridColumn6
  327. //
  328. this.gridColumn6.Caption = "邀请人";
  329. this.gridColumn6.FieldName = "Invitee";
  330. this.gridColumn6.MinWidth = 60;
  331. this.gridColumn6.Name = "gridColumn6";
  332. this.gridColumn6.Visible = true;
  333. this.gridColumn6.VisibleIndex = 4;
  334. //
  335. // panelControl2
  336. //
  337. this.panelControl2.Controls.Add(this.saveBtn);
  338. this.panelControl2.Dock = System.Windows.Forms.DockStyle.Bottom;
  339. this.panelControl2.Location = new System.Drawing.Point(0, 218);
  340. this.panelControl2.Name = "panelControl2";
  341. this.panelControl2.Size = new System.Drawing.Size(575, 40);
  342. this.panelControl2.TabIndex = 1;
  343. //
  344. // saveBtn
  345. //
  346. this.saveBtn.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  347. | System.Windows.Forms.AnchorStyles.Right)));
  348. this.saveBtn.Location = new System.Drawing.Point(462, 12);
  349. this.saveBtn.Name = "saveBtn";
  350. this.saveBtn.Size = new System.Drawing.Size(75, 23);
  351. this.saveBtn.TabIndex = 0;
  352. this.saveBtn.Text = "保存";
  353. //
  354. // gridColumn7
  355. //
  356. this.gridColumn7.Caption = "删除";
  357. this.gridColumn7.ColumnEdit = this.repositoryItemButtonEdit1;
  358. this.gridColumn7.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Right;
  359. this.gridColumn7.Name = "gridColumn7";
  360. this.gridColumn7.Visible = true;
  361. this.gridColumn7.VisibleIndex = 6;
  362. //
  363. // repositoryItemButtonEdit1
  364. //
  365. this.repositoryItemButtonEdit1.AutoHeight = false;
  366. this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  367. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "删除", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject3, "", null, null, true)});
  368. this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
  369. //
  370. // xtraTabPageXGMM
  371. //
  372. this.xtraTabPageXGMM.Controls.Add(this.panelControl3);
  373. this.xtraTabPageXGMM.Name = "xtraTabPageXGMM";
  374. this.xtraTabPageXGMM.Size = new System.Drawing.Size(575, 258);
  375. this.xtraTabPageXGMM.Text = "密码修改";
  376. //
  377. // panelControl3
  378. //
  379. this.panelControl3.Controls.Add(this.simpleButton1);
  380. this.panelControl3.Controls.Add(this.labelControl11);
  381. this.panelControl3.Controls.Add(this.labelControl10);
  382. this.panelControl3.Controls.Add(this.labelControl9);
  383. this.panelControl3.Controls.Add(this.labelControl7);
  384. this.panelControl3.Controls.Add(this.textEdit4);
  385. this.panelControl3.Controls.Add(this.textEdit3);
  386. this.panelControl3.Controls.Add(this.textEdit2);
  387. this.panelControl3.Controls.Add(this.textEdit1);
  388. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill;
  389. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  390. this.panelControl3.Name = "panelControl3";
  391. this.panelControl3.Size = new System.Drawing.Size(575, 258);
  392. this.panelControl3.TabIndex = 0;
  393. //
  394. // textEdit1
  395. //
  396. this.textEdit1.Location = new System.Drawing.Point(288, 51);
  397. this.textEdit1.Name = "textEdit1";
  398. this.textEdit1.Size = new System.Drawing.Size(100, 20);
  399. this.textEdit1.TabIndex = 0;
  400. //
  401. // textEdit2
  402. //
  403. this.textEdit2.Location = new System.Drawing.Point(288, 91);
  404. this.textEdit2.Name = "textEdit2";
  405. this.textEdit2.Size = new System.Drawing.Size(100, 20);
  406. this.textEdit2.TabIndex = 0;
  407. //
  408. // textEdit3
  409. //
  410. this.textEdit3.Location = new System.Drawing.Point(288, 131);
  411. this.textEdit3.Name = "textEdit3";
  412. this.textEdit3.Size = new System.Drawing.Size(100, 20);
  413. this.textEdit3.TabIndex = 0;
  414. //
  415. // labelControl7
  416. //
  417. this.labelControl7.Location = new System.Drawing.Point(201, 54);
  418. this.labelControl7.Name = "labelControl7";
  419. this.labelControl7.Size = new System.Drawing.Size(48, 14);
  420. this.labelControl7.TabIndex = 1;
  421. this.labelControl7.Text = "原密码:";
  422. //
  423. // labelControl9
  424. //
  425. this.labelControl9.Location = new System.Drawing.Point(177, 94);
  426. this.labelControl9.Name = "labelControl9";
  427. this.labelControl9.Size = new System.Drawing.Size(72, 14);
  428. this.labelControl9.TabIndex = 1;
  429. this.labelControl9.Text = "重复原密码:";
  430. //
  431. // labelControl10
  432. //
  433. this.labelControl10.Location = new System.Drawing.Point(201, 134);
  434. this.labelControl10.Name = "labelControl10";
  435. this.labelControl10.Size = new System.Drawing.Size(48, 14);
  436. this.labelControl10.TabIndex = 1;
  437. this.labelControl10.Text = "新密码:";
  438. //
  439. // textEdit4
  440. //
  441. this.textEdit4.Location = new System.Drawing.Point(288, 168);
  442. this.textEdit4.Name = "textEdit4";
  443. this.textEdit4.Size = new System.Drawing.Size(100, 20);
  444. this.textEdit4.TabIndex = 0;
  445. //
  446. // labelControl11
  447. //
  448. this.labelControl11.Location = new System.Drawing.Point(177, 171);
  449. this.labelControl11.Name = "labelControl11";
  450. this.labelControl11.Size = new System.Drawing.Size(72, 14);
  451. this.labelControl11.TabIndex = 1;
  452. this.labelControl11.Text = "重复新密码:";
  453. //
  454. // simpleButton1
  455. //
  456. this.simpleButton1.Location = new System.Drawing.Point(247, 215);
  457. this.simpleButton1.Name = "simpleButton1";
  458. this.simpleButton1.Size = new System.Drawing.Size(75, 23);
  459. this.simpleButton1.TabIndex = 2;
  460. this.simpleButton1.Text = "确认更改";
  461. //
  462. // ManageForm
  463. //
  464. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  465. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  466. this.ClientSize = new System.Drawing.Size(581, 287);
  467. this.Controls.Add(this.xtraTabControl1);
  468. this.Name = "ManageForm";
  469. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  470. this.Text = "ManageForm";
  471. ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
  472. this.xtraTabControl1.ResumeLayout(false);
  473. this.xtraTabPageYHXX.ResumeLayout(false);
  474. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  475. this.panelControl1.ResumeLayout(false);
  476. this.panelControl1.PerformLayout();
  477. this.xtraTabPageQXGL.ResumeLayout(false);
  478. ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
  479. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  480. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
  481. ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
  482. this.panelControl2.ResumeLayout(false);
  483. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
  484. this.xtraTabPageXGMM.ResumeLayout(false);
  485. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  486. this.panelControl3.ResumeLayout(false);
  487. this.panelControl3.PerformLayout();
  488. ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
  489. ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit();
  490. ((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).EndInit();
  491. ((System.ComponentModel.ISupportInitialize)(this.textEdit4.Properties)).EndInit();
  492. this.ResumeLayout(false);
  493. }
  494. #endregion
  495. private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
  496. private DevExpress.XtraTab.XtraTabPage xtraTabPageYHXX;
  497. private DevExpress.XtraTab.XtraTabPage xtraTabPageQXGL;
  498. private DevExpress.XtraEditors.PanelControl panelControl1;
  499. private DevExpress.XtraEditors.LabelControl labelControl1;
  500. private DevExpress.XtraEditors.LabelControl usernamelabel;
  501. private DevExpress.XtraEditors.LabelControl labelControl2;
  502. private DevExpress.XtraEditors.LabelControl useridlabel;
  503. private DevExpress.XtraEditors.LabelControl labelControl3;
  504. private DevExpress.XtraEditors.LabelControl labelControl8;
  505. private DevExpress.XtraEditors.LabelControl labelControl4;
  506. private DevExpress.XtraEditors.LabelControl usertruenamelabel;
  507. private DevExpress.XtraEditors.LabelControl labelControl6;
  508. private DevExpress.XtraEditors.HyperlinkLabelControl hyperlinkLabelControl1;
  509. private DevExpress.XtraEditors.HyperlinkLabelControl hyperlinkLabelControl2;
  510. private DevExpress.XtraEditors.LabelControl labelControl5;
  511. private DevExpress.XtraGrid.GridControl gridControl1;
  512. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  513. private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
  514. private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
  515. private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
  516. private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
  517. private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
  518. private DevExpress.XtraEditors.Repository.RepositoryItemComboBox repositoryItemComboBox1;
  519. private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
  520. private DevExpress.XtraGrid.Columns.GridColumn gridColumn7;
  521. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
  522. private DevExpress.XtraEditors.PanelControl panelControl2;
  523. private DevExpress.XtraEditors.SimpleButton saveBtn;
  524. private DevExpress.XtraTab.XtraTabPage xtraTabPageXGMM;
  525. private DevExpress.XtraEditors.PanelControl panelControl3;
  526. private DevExpress.XtraEditors.SimpleButton simpleButton1;
  527. private DevExpress.XtraEditors.LabelControl labelControl11;
  528. private DevExpress.XtraEditors.LabelControl labelControl10;
  529. private DevExpress.XtraEditors.LabelControl labelControl9;
  530. private DevExpress.XtraEditors.LabelControl labelControl7;
  531. private DevExpress.XtraEditors.TextEdit textEdit4;
  532. private DevExpress.XtraEditors.TextEdit textEdit3;
  533. private DevExpress.XtraEditors.TextEdit textEdit2;
  534. private DevExpress.XtraEditors.TextEdit textEdit1;
  535. }
  536. }