FormAuthoryUser.Designer.cs 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577
  1. namespace SIMDP.View
  2. {
  3. partial class FormAuthoryUser
  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(FormAuthoryUser));
  29. this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
  30. this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
  31. this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
  32. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  33. this.tree_Dept = new System.Windows.Forms.TreeView();
  34. this.menu_Dept = new System.Windows.Forms.ContextMenuStrip();
  35. this.menuDept_Add = new System.Windows.Forms.ToolStripMenuItem();
  36. this.menuDept_Expand = new System.Windows.Forms.ToolStripMenuItem();
  37. this.menuDept_Collapse = new System.Windows.Forms.ToolStripMenuItem();
  38. this.menuDept_Refresh = new System.Windows.Forms.ToolStripMenuItem();
  39. this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
  40. this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
  41. this.tree_Role = new System.Windows.Forms.TreeView();
  42. this.menu_Role = new System.Windows.Forms.ContextMenuStrip();
  43. this.menuRole_Add = new System.Windows.Forms.ToolStripMenuItem();
  44. this.menuRole_Expand = new System.Windows.Forms.ToolStripMenuItem();
  45. this.menuRole_Collapse = new System.Windows.Forms.ToolStripMenuItem();
  46. this.menuRole_Refresh = new System.Windows.Forms.ToolStripMenuItem();
  47. this.winGridViewPager1 = new ProjectBase.Controls.WinGridViewPager();
  48. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  49. this.btn_LeadIn = new DevExpress.XtraEditors.SimpleButton();
  50. this.btn_Query = new DevExpress.XtraEditors.SimpleButton();
  51. this.lookUp_Status = new DevExpress.XtraEditors.LookUpEdit();
  52. this.lookUp_Sex = new DevExpress.XtraEditors.LookUpEdit();
  53. this.txt_Email = new DevExpress.XtraEditors.TextEdit();
  54. this.txt_Mobile = new DevExpress.XtraEditors.TextEdit();
  55. this.txt_CardId = new DevExpress.XtraEditors.TextEdit();
  56. this.txt_UserName = new DevExpress.XtraEditors.TextEdit();
  57. this.txt_Account = new DevExpress.XtraEditors.TextEdit();
  58. this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
  59. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  60. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  61. this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
  62. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  63. this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
  64. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  65. this.imageList1 = new System.Windows.Forms.ImageList();
  66. this.imageList2 = new System.Windows.Forms.ImageList();
  67. ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
  68. this.splitContainerControl1.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
  70. this.xtraTabControl1.SuspendLayout();
  71. this.xtraTabPage1.SuspendLayout();
  72. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  73. this.groupControl1.SuspendLayout();
  74. this.menu_Dept.SuspendLayout();
  75. this.xtraTabPage2.SuspendLayout();
  76. ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
  77. this.groupControl2.SuspendLayout();
  78. this.menu_Role.SuspendLayout();
  79. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  80. this.panelControl1.SuspendLayout();
  81. ((System.ComponentModel.ISupportInitialize)(this.lookUp_Status.Properties)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.lookUp_Sex.Properties)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.txt_Email.Properties)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.txt_Mobile.Properties)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.txt_CardId.Properties)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.txt_UserName.Properties)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.txt_Account.Properties)).BeginInit();
  88. this.SuspendLayout();
  89. //
  90. // splitContainerControl1
  91. //
  92. this.splitContainerControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  93. | System.Windows.Forms.AnchorStyles.Left)
  94. | System.Windows.Forms.AnchorStyles.Right)));
  95. this.splitContainerControl1.Location = new System.Drawing.Point(1, 118);
  96. this.splitContainerControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  97. this.splitContainerControl1.Name = "splitContainerControl1";
  98. this.splitContainerControl1.Panel1.Controls.Add(this.xtraTabControl1);
  99. this.splitContainerControl1.Panel1.Text = "Panel1";
  100. this.splitContainerControl1.Panel2.Controls.Add(this.winGridViewPager1);
  101. this.splitContainerControl1.Panel2.Text = "Panel2";
  102. this.splitContainerControl1.Size = new System.Drawing.Size(1227, 713);
  103. this.splitContainerControl1.SplitterPosition = 324;
  104. this.splitContainerControl1.TabIndex = 0;
  105. this.splitContainerControl1.Text = "splitContainerControl1";
  106. //
  107. // xtraTabControl1
  108. //
  109. this.xtraTabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  110. | System.Windows.Forms.AnchorStyles.Left)
  111. | System.Windows.Forms.AnchorStyles.Right)));
  112. this.xtraTabControl1.Location = new System.Drawing.Point(0, 6);
  113. this.xtraTabControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  114. this.xtraTabControl1.Name = "xtraTabControl1";
  115. this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
  116. this.xtraTabControl1.Size = new System.Drawing.Size(327, 707);
  117. this.xtraTabControl1.TabIndex = 0;
  118. this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
  119. this.xtraTabPage1,
  120. this.xtraTabPage2});
  121. //
  122. // xtraTabPage1
  123. //
  124. this.xtraTabPage1.Controls.Add(this.groupControl1);
  125. this.xtraTabPage1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  126. this.xtraTabPage1.Name = "xtraTabPage1";
  127. this.xtraTabPage1.Size = new System.Drawing.Size(317, 662);
  128. this.xtraTabPage1.Text = "按组织查看";
  129. //
  130. // groupControl1
  131. //
  132. this.groupControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  133. | System.Windows.Forms.AnchorStyles.Left)
  134. | System.Windows.Forms.AnchorStyles.Right)));
  135. this.groupControl1.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
  136. this.groupControl1.AppearanceCaption.Options.UseFont = true;
  137. this.groupControl1.AppearanceCaption.Options.UseTextOptions = true;
  138. this.groupControl1.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  139. this.groupControl1.Controls.Add(this.tree_Dept);
  140. this.groupControl1.Location = new System.Drawing.Point(-1, 0);
  141. this.groupControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  142. this.groupControl1.Name = "groupControl1";
  143. this.groupControl1.Size = new System.Drawing.Size(320, 665);
  144. this.groupControl1.TabIndex = 0;
  145. this.groupControl1.Text = "组织列表";
  146. //
  147. // tree_Dept
  148. //
  149. this.tree_Dept.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  150. | System.Windows.Forms.AnchorStyles.Left)
  151. | System.Windows.Forms.AnchorStyles.Right)));
  152. this.tree_Dept.ContextMenuStrip = this.menu_Dept;
  153. this.tree_Dept.Location = new System.Drawing.Point(1, 33);
  154. this.tree_Dept.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  155. this.tree_Dept.Name = "tree_Dept";
  156. this.tree_Dept.Size = new System.Drawing.Size(317, 629);
  157. this.tree_Dept.TabIndex = 0;
  158. this.tree_Dept.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tree_Dept_AfterSelect);
  159. //
  160. // menu_Dept
  161. //
  162. this.menu_Dept.ImageScalingSize = new System.Drawing.Size(24, 24);
  163. this.menu_Dept.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  164. this.menuDept_Add,
  165. this.menuDept_Expand,
  166. this.menuDept_Collapse,
  167. this.menuDept_Refresh});
  168. this.menu_Dept.Name = "menu_Dept";
  169. this.menu_Dept.Size = new System.Drawing.Size(161, 132);
  170. //
  171. // menuDept_Add
  172. //
  173. this.menuDept_Add.Image = global::SIMDP.View.Properties.Resources.Add_16x16;
  174. this.menuDept_Add.Name = "menuDept_Add";
  175. this.menuDept_Add.Size = new System.Drawing.Size(160, 32);
  176. this.menuDept_Add.Text = "添加";
  177. this.menuDept_Add.Click += new System.EventHandler(this.menuDept_Add_Click);
  178. //
  179. // menuDept_Expand
  180. //
  181. this.menuDept_Expand.Image = global::SIMDP.View.Properties.Resources.Open_16x16;
  182. this.menuDept_Expand.Name = "menuDept_Expand";
  183. this.menuDept_Expand.Size = new System.Drawing.Size(160, 32);
  184. this.menuDept_Expand.Text = "全部展开";
  185. this.menuDept_Expand.Click += new System.EventHandler(this.menuDept_Expand_Click);
  186. //
  187. // menuDept_Collapse
  188. //
  189. this.menuDept_Collapse.Image = global::SIMDP.View.Properties.Resources.Close_16x16;
  190. this.menuDept_Collapse.Name = "menuDept_Collapse";
  191. this.menuDept_Collapse.Size = new System.Drawing.Size(160, 32);
  192. this.menuDept_Collapse.Text = "全部折叠";
  193. this.menuDept_Collapse.Click += new System.EventHandler(this.menuDept_Collapse_Click);
  194. //
  195. // menuDept_Refresh
  196. //
  197. this.menuDept_Refresh.Image = global::SIMDP.View.Properties.Resources.Refresh_16x16;
  198. this.menuDept_Refresh.Name = "menuDept_Refresh";
  199. this.menuDept_Refresh.Size = new System.Drawing.Size(160, 32);
  200. this.menuDept_Refresh.Text = "刷新";
  201. this.menuDept_Refresh.Click += new System.EventHandler(this.menuDept_Refresh_Click);
  202. //
  203. // xtraTabPage2
  204. //
  205. this.xtraTabPage2.Controls.Add(this.groupControl2);
  206. this.xtraTabPage2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  207. this.xtraTabPage2.Name = "xtraTabPage2";
  208. this.xtraTabPage2.Size = new System.Drawing.Size(317, 662);
  209. this.xtraTabPage2.Text = "按角色查看";
  210. //
  211. // groupControl2
  212. //
  213. this.groupControl2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  214. | System.Windows.Forms.AnchorStyles.Left)
  215. | System.Windows.Forms.AnchorStyles.Right)));
  216. this.groupControl2.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
  217. this.groupControl2.AppearanceCaption.Options.UseFont = true;
  218. this.groupControl2.AppearanceCaption.Options.UseTextOptions = true;
  219. this.groupControl2.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  220. this.groupControl2.Controls.Add(this.tree_Role);
  221. this.groupControl2.Location = new System.Drawing.Point(0, 0);
  222. this.groupControl2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  223. this.groupControl2.Name = "groupControl2";
  224. this.groupControl2.Size = new System.Drawing.Size(319, 669);
  225. this.groupControl2.TabIndex = 0;
  226. this.groupControl2.Text = "角色分类";
  227. //
  228. // tree_Role
  229. //
  230. this.tree_Role.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  231. | System.Windows.Forms.AnchorStyles.Left)
  232. | System.Windows.Forms.AnchorStyles.Right)));
  233. this.tree_Role.ContextMenuStrip = this.menu_Role;
  234. this.tree_Role.Location = new System.Drawing.Point(0, 33);
  235. this.tree_Role.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  236. this.tree_Role.Name = "tree_Role";
  237. this.tree_Role.Size = new System.Drawing.Size(317, 629);
  238. this.tree_Role.TabIndex = 0;
  239. this.tree_Role.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tree_Role_AfterSelect);
  240. //
  241. // menu_Role
  242. //
  243. this.menu_Role.ImageScalingSize = new System.Drawing.Size(24, 24);
  244. this.menu_Role.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  245. this.menuRole_Add,
  246. this.menuRole_Expand,
  247. this.menuRole_Collapse,
  248. this.menuRole_Refresh});
  249. this.menu_Role.Name = "menu_Role";
  250. this.menu_Role.Size = new System.Drawing.Size(161, 132);
  251. //
  252. // menuRole_Add
  253. //
  254. this.menuRole_Add.Image = global::SIMDP.View.Properties.Resources.Add_16x16;
  255. this.menuRole_Add.Name = "menuRole_Add";
  256. this.menuRole_Add.Size = new System.Drawing.Size(160, 32);
  257. this.menuRole_Add.Text = "添加";
  258. this.menuRole_Add.Click += new System.EventHandler(this.menuRole_Add_Click);
  259. //
  260. // menuRole_Expand
  261. //
  262. this.menuRole_Expand.Image = global::SIMDP.View.Properties.Resources.Open_16x16;
  263. this.menuRole_Expand.Name = "menuRole_Expand";
  264. this.menuRole_Expand.Size = new System.Drawing.Size(160, 32);
  265. this.menuRole_Expand.Text = "全部展开";
  266. this.menuRole_Expand.Click += new System.EventHandler(this.menuRole_Expand_Click);
  267. //
  268. // menuRole_Collapse
  269. //
  270. this.menuRole_Collapse.Image = global::SIMDP.View.Properties.Resources.Close_16x16;
  271. this.menuRole_Collapse.Name = "menuRole_Collapse";
  272. this.menuRole_Collapse.Size = new System.Drawing.Size(160, 32);
  273. this.menuRole_Collapse.Text = "全部折叠";
  274. this.menuRole_Collapse.Click += new System.EventHandler(this.menuRole_Collapse_Click);
  275. //
  276. // menuRole_Refresh
  277. //
  278. this.menuRole_Refresh.Image = global::SIMDP.View.Properties.Resources.Refresh_16x16;
  279. this.menuRole_Refresh.Name = "menuRole_Refresh";
  280. this.menuRole_Refresh.Size = new System.Drawing.Size(160, 32);
  281. this.menuRole_Refresh.Text = "刷新";
  282. this.menuRole_Refresh.Click += new System.EventHandler(this.menuRole_Refresh_Click);
  283. //
  284. // winGridViewPager1
  285. //
  286. this.winGridViewPager1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  287. | System.Windows.Forms.AnchorStyles.Left)
  288. | System.Windows.Forms.AnchorStyles.Right)));
  289. this.winGridViewPager1.AppendedMenu = null;
  290. this.winGridViewPager1.ColumnNameAlias = ((System.Collections.Generic.Dictionary<string, string>)(resources.GetObject("winGridViewPager1.ColumnNameAlias")));
  291. this.winGridViewPager1.DataSource = null;
  292. this.winGridViewPager1.DisplayColumns = "";
  293. this.winGridViewPager1.FixedColumns = null;
  294. this.winGridViewPager1.Location = new System.Drawing.Point(6, 44);
  295. this.winGridViewPager1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  296. this.winGridViewPager1.MinimumSize = new System.Drawing.Size(771, 0);
  297. this.winGridViewPager1.Name = "winGridViewPager1";
  298. this.winGridViewPager1.PrintTitle = "";
  299. this.winGridViewPager1.ShowAddMenu = true;
  300. this.winGridViewPager1.ShowCheckBox = false;
  301. this.winGridViewPager1.ShowDeleteMenu = true;
  302. this.winGridViewPager1.ShowEditMenu = true;
  303. this.winGridViewPager1.ShowExportButton = true;
  304. this.winGridViewPager1.Size = new System.Drawing.Size(890, 669);
  305. this.winGridViewPager1.TabIndex = 0;
  306. //
  307. // panelControl1
  308. //
  309. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  310. | System.Windows.Forms.AnchorStyles.Right)));
  311. this.panelControl1.Controls.Add(this.btn_LeadIn);
  312. this.panelControl1.Controls.Add(this.btn_Query);
  313. this.panelControl1.Controls.Add(this.lookUp_Status);
  314. this.panelControl1.Controls.Add(this.lookUp_Sex);
  315. this.panelControl1.Controls.Add(this.txt_Email);
  316. this.panelControl1.Controls.Add(this.txt_Mobile);
  317. this.panelControl1.Controls.Add(this.txt_CardId);
  318. this.panelControl1.Controls.Add(this.txt_UserName);
  319. this.panelControl1.Controls.Add(this.txt_Account);
  320. this.panelControl1.Controls.Add(this.labelControl5);
  321. this.panelControl1.Controls.Add(this.labelControl4);
  322. this.panelControl1.Controls.Add(this.labelControl3);
  323. this.panelControl1.Controls.Add(this.labelControl7);
  324. this.panelControl1.Controls.Add(this.labelControl2);
  325. this.panelControl1.Controls.Add(this.labelControl6);
  326. this.panelControl1.Controls.Add(this.labelControl1);
  327. this.panelControl1.Location = new System.Drawing.Point(1, 0);
  328. this.panelControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  329. this.panelControl1.Name = "panelControl1";
  330. this.panelControl1.Size = new System.Drawing.Size(1227, 121);
  331. this.panelControl1.TabIndex = 1;
  332. //
  333. // btn_LeadIn
  334. //
  335. this.btn_LeadIn.Image = ((System.Drawing.Image)(resources.GetObject("btn_LeadIn.Image")));
  336. this.btn_LeadIn.Location = new System.Drawing.Point(950, 69);
  337. this.btn_LeadIn.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  338. this.btn_LeadIn.Name = "btn_LeadIn";
  339. this.btn_LeadIn.Size = new System.Drawing.Size(107, 36);
  340. this.btn_LeadIn.TabIndex = 3;
  341. this.btn_LeadIn.Text = "导入";
  342. //
  343. // btn_Query
  344. //
  345. this.btn_Query.Image = ((System.Drawing.Image)(resources.GetObject("btn_Query.Image")));
  346. this.btn_Query.Location = new System.Drawing.Point(804, 69);
  347. this.btn_Query.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  348. this.btn_Query.Name = "btn_Query";
  349. this.btn_Query.Size = new System.Drawing.Size(107, 36);
  350. this.btn_Query.TabIndex = 3;
  351. this.btn_Query.Text = "查询";
  352. this.btn_Query.Click += new System.EventHandler(this.btn_Query_Click);
  353. //
  354. // lookUp_Status
  355. //
  356. this.lookUp_Status.Location = new System.Drawing.Point(351, 71);
  357. this.lookUp_Status.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  358. this.lookUp_Status.Name = "lookUp_Status";
  359. this.lookUp_Status.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  360. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  361. this.lookUp_Status.Size = new System.Drawing.Size(143, 28);
  362. this.lookUp_Status.TabIndex = 2;
  363. //
  364. // lookUp_Sex
  365. //
  366. this.lookUp_Sex.Location = new System.Drawing.Point(101, 71);
  367. this.lookUp_Sex.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  368. this.lookUp_Sex.Name = "lookUp_Sex";
  369. this.lookUp_Sex.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  370. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  371. this.lookUp_Sex.Size = new System.Drawing.Size(143, 28);
  372. this.lookUp_Sex.TabIndex = 2;
  373. //
  374. // txt_Email
  375. //
  376. this.txt_Email.Location = new System.Drawing.Point(860, 16);
  377. this.txt_Email.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  378. this.txt_Email.Name = "txt_Email";
  379. this.txt_Email.Size = new System.Drawing.Size(143, 28);
  380. this.txt_Email.TabIndex = 1;
  381. //
  382. // txt_Mobile
  383. //
  384. this.txt_Mobile.Location = new System.Drawing.Point(614, 71);
  385. this.txt_Mobile.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  386. this.txt_Mobile.Name = "txt_Mobile";
  387. this.txt_Mobile.Size = new System.Drawing.Size(143, 28);
  388. this.txt_Mobile.TabIndex = 1;
  389. //
  390. // txt_CardId
  391. //
  392. this.txt_CardId.Location = new System.Drawing.Point(614, 16);
  393. this.txt_CardId.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  394. this.txt_CardId.Name = "txt_CardId";
  395. this.txt_CardId.Size = new System.Drawing.Size(143, 28);
  396. this.txt_CardId.TabIndex = 1;
  397. //
  398. // txt_UserName
  399. //
  400. this.txt_UserName.Location = new System.Drawing.Point(351, 16);
  401. this.txt_UserName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  402. this.txt_UserName.Name = "txt_UserName";
  403. this.txt_UserName.Size = new System.Drawing.Size(143, 28);
  404. this.txt_UserName.TabIndex = 1;
  405. //
  406. // txt_Account
  407. //
  408. this.txt_Account.Location = new System.Drawing.Point(101, 16);
  409. this.txt_Account.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  410. this.txt_Account.Name = "txt_Account";
  411. this.txt_Account.Size = new System.Drawing.Size(143, 28);
  412. this.txt_Account.TabIndex = 1;
  413. //
  414. // labelControl5
  415. //
  416. this.labelControl5.Location = new System.Drawing.Point(541, 75);
  417. this.labelControl5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  418. this.labelControl5.Name = "labelControl5";
  419. this.labelControl5.Size = new System.Drawing.Size(72, 22);
  420. this.labelControl5.TabIndex = 0;
  421. this.labelControl5.Text = "手机号:";
  422. //
  423. // labelControl4
  424. //
  425. this.labelControl4.Location = new System.Drawing.Point(804, 20);
  426. this.labelControl4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  427. this.labelControl4.Name = "labelControl4";
  428. this.labelControl4.Size = new System.Drawing.Size(54, 22);
  429. this.labelControl4.TabIndex = 0;
  430. this.labelControl4.Text = "邮箱:";
  431. //
  432. // labelControl3
  433. //
  434. this.labelControl3.Location = new System.Drawing.Point(541, 20);
  435. this.labelControl3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  436. this.labelControl3.Name = "labelControl3";
  437. this.labelControl3.Size = new System.Drawing.Size(72, 22);
  438. this.labelControl3.TabIndex = 0;
  439. this.labelControl3.Text = "员工号:";
  440. //
  441. // labelControl7
  442. //
  443. this.labelControl7.Location = new System.Drawing.Point(290, 75);
  444. this.labelControl7.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  445. this.labelControl7.Name = "labelControl7";
  446. this.labelControl7.Size = new System.Drawing.Size(54, 22);
  447. this.labelControl7.TabIndex = 0;
  448. this.labelControl7.Text = "状态:";
  449. //
  450. // labelControl2
  451. //
  452. this.labelControl2.Location = new System.Drawing.Point(281, 20);
  453. this.labelControl2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  454. this.labelControl2.Name = "labelControl2";
  455. this.labelControl2.Size = new System.Drawing.Size(72, 22);
  456. this.labelControl2.TabIndex = 0;
  457. this.labelControl2.Text = "用户名:";
  458. //
  459. // labelControl6
  460. //
  461. this.labelControl6.Location = new System.Drawing.Point(33, 75);
  462. this.labelControl6.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  463. this.labelControl6.Name = "labelControl6";
  464. this.labelControl6.Size = new System.Drawing.Size(54, 22);
  465. this.labelControl6.TabIndex = 0;
  466. this.labelControl6.Text = "性别:";
  467. //
  468. // labelControl1
  469. //
  470. this.labelControl1.Location = new System.Drawing.Point(16, 20);
  471. this.labelControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  472. this.labelControl1.Name = "labelControl1";
  473. this.labelControl1.Size = new System.Drawing.Size(90, 22);
  474. this.labelControl1.TabIndex = 0;
  475. this.labelControl1.Text = "登录账号:";
  476. //
  477. // imageList1
  478. //
  479. this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
  480. this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
  481. this.imageList1.Images.SetKeyName(0, "766325[1].png");
  482. this.imageList1.Images.SetKeyName(1, "102.png");
  483. this.imageList1.Images.SetKeyName(2, "BO_Users.png");
  484. this.imageList1.Images.SetKeyName(3, "Customer_16x16.png");
  485. this.imageList1.Images.SetKeyName(4, "Employee_16x16.png");
  486. //
  487. // imageList2
  488. //
  489. this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
  490. this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
  491. this.imageList2.Images.SetKeyName(0, "766325[1].png");
  492. this.imageList2.Images.SetKeyName(1, "102.png");
  493. this.imageList2.Images.SetKeyName(2, "BO_Users.png");
  494. this.imageList2.Images.SetKeyName(3, "Customer_16x16.png");
  495. this.imageList2.Images.SetKeyName(4, "Employee_16x16.png");
  496. //
  497. // FormAuthoryUser
  498. //
  499. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
  500. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  501. this.ClientSize = new System.Drawing.Size(1229, 831);
  502. this.Controls.Add(this.panelControl1);
  503. this.Controls.Add(this.splitContainerControl1);
  504. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  505. this.Name = "FormAuthoryUser";
  506. this.Text = "用户管理";
  507. ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
  508. this.splitContainerControl1.ResumeLayout(false);
  509. ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
  510. this.xtraTabControl1.ResumeLayout(false);
  511. this.xtraTabPage1.ResumeLayout(false);
  512. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  513. this.groupControl1.ResumeLayout(false);
  514. this.menu_Dept.ResumeLayout(false);
  515. this.xtraTabPage2.ResumeLayout(false);
  516. ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
  517. this.groupControl2.ResumeLayout(false);
  518. this.menu_Role.ResumeLayout(false);
  519. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  520. this.panelControl1.ResumeLayout(false);
  521. this.panelControl1.PerformLayout();
  522. ((System.ComponentModel.ISupportInitialize)(this.lookUp_Status.Properties)).EndInit();
  523. ((System.ComponentModel.ISupportInitialize)(this.lookUp_Sex.Properties)).EndInit();
  524. ((System.ComponentModel.ISupportInitialize)(this.txt_Email.Properties)).EndInit();
  525. ((System.ComponentModel.ISupportInitialize)(this.txt_Mobile.Properties)).EndInit();
  526. ((System.ComponentModel.ISupportInitialize)(this.txt_CardId.Properties)).EndInit();
  527. ((System.ComponentModel.ISupportInitialize)(this.txt_UserName.Properties)).EndInit();
  528. ((System.ComponentModel.ISupportInitialize)(this.txt_Account.Properties)).EndInit();
  529. this.ResumeLayout(false);
  530. }
  531. #endregion
  532. private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
  533. private DevExpress.XtraEditors.PanelControl panelControl1;
  534. private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
  535. private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
  536. private DevExpress.XtraTab.XtraTabPage xtraTabPage2;
  537. private DevExpress.XtraEditors.GroupControl groupControl1;
  538. private DevExpress.XtraEditors.GroupControl groupControl2;
  539. private System.Windows.Forms.TreeView tree_Dept;
  540. private System.Windows.Forms.ContextMenuStrip menu_Dept;
  541. private System.Windows.Forms.TreeView tree_Role;
  542. private ProjectBase.Controls.WinGridViewPager winGridViewPager1;
  543. private DevExpress.XtraEditors.SimpleButton btn_LeadIn;
  544. private DevExpress.XtraEditors.SimpleButton btn_Query;
  545. private DevExpress.XtraEditors.LookUpEdit lookUp_Status;
  546. private DevExpress.XtraEditors.LookUpEdit lookUp_Sex;
  547. private DevExpress.XtraEditors.TextEdit txt_Email;
  548. private DevExpress.XtraEditors.TextEdit txt_Mobile;
  549. private DevExpress.XtraEditors.TextEdit txt_CardId;
  550. private DevExpress.XtraEditors.TextEdit txt_UserName;
  551. private DevExpress.XtraEditors.TextEdit txt_Account;
  552. private DevExpress.XtraEditors.LabelControl labelControl5;
  553. private DevExpress.XtraEditors.LabelControl labelControl4;
  554. private DevExpress.XtraEditors.LabelControl labelControl3;
  555. private DevExpress.XtraEditors.LabelControl labelControl7;
  556. private DevExpress.XtraEditors.LabelControl labelControl2;
  557. private DevExpress.XtraEditors.LabelControl labelControl6;
  558. private DevExpress.XtraEditors.LabelControl labelControl1;
  559. private System.Windows.Forms.ToolStripMenuItem menuDept_Add;
  560. private System.Windows.Forms.ToolStripMenuItem menuDept_Expand;
  561. private System.Windows.Forms.ToolStripMenuItem menuDept_Collapse;
  562. private System.Windows.Forms.ToolStripMenuItem menuDept_Refresh;
  563. private System.Windows.Forms.ContextMenuStrip menu_Role;
  564. private System.Windows.Forms.ToolStripMenuItem menuRole_Add;
  565. private System.Windows.Forms.ToolStripMenuItem menuRole_Expand;
  566. private System.Windows.Forms.ToolStripMenuItem menuRole_Collapse;
  567. private System.Windows.Forms.ToolStripMenuItem menuRole_Refresh;
  568. private System.Windows.Forms.ImageList imageList1;
  569. private System.Windows.Forms.ImageList imageList2;
  570. }
  571. }