SetectManByDept.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365
  1. namespace Pur.configure
  2. {
  3. partial class SetectManByDept
  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. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("userid");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("username");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("deptid");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("roleid");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("email");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("phone");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("duty");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("isSelect", 0);
  38. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  49. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SetectManByDept));
  50. this.ultraTreeDept = new Infragistics.Win.UltraWinTree.UltraTree();
  51. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  52. this.dataSet1 = new System.Data.DataSet();
  53. this.dataTable1 = new System.Data.DataTable();
  54. this.dataColumn1 = new System.Data.DataColumn();
  55. this.dataColumn2 = new System.Data.DataColumn();
  56. this.dataColumn3 = new System.Data.DataColumn();
  57. this.dataColumn4 = new System.Data.DataColumn();
  58. this.dataColumn5 = new System.Data.DataColumn();
  59. this.dataColumn6 = new System.Data.DataColumn();
  60. this.dataColumn7 = new System.Data.DataColumn();
  61. this.QueryButton = new System.Windows.Forms.Button();
  62. this.label1 = new System.Windows.Forms.Label();
  63. this.tbxUserNameQ = new System.Windows.Forms.TextBox();
  64. this.tbxUserIdQ = new System.Windows.Forms.TextBox();
  65. this.label2 = new System.Windows.Forms.Label();
  66. this.SureButton = new System.Windows.Forms.Button();
  67. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  68. this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
  69. ((System.ComponentModel.ISupportInitialize)(this.ultraTreeDept)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  73. this.ultraPanel1.ClientArea.SuspendLayout();
  74. this.ultraPanel1.SuspendLayout();
  75. this.ultraPanel2.ClientArea.SuspendLayout();
  76. this.ultraPanel2.SuspendLayout();
  77. this.SuspendLayout();
  78. //
  79. // ultraTreeDept
  80. //
  81. this.ultraTreeDept.Dock = System.Windows.Forms.DockStyle.Left;
  82. this.ultraTreeDept.Location = new System.Drawing.Point(0, 0);
  83. this.ultraTreeDept.Name = "ultraTreeDept";
  84. this.ultraTreeDept.Size = new System.Drawing.Size(228, 306);
  85. this.ultraTreeDept.TabIndex = 0;
  86. this.ultraTreeDept.AfterActivate += new Infragistics.Win.UltraWinTree.AfterNodeChangedEventHandler(this.ultraTreeDept_AfterActivate);
  87. this.ultraTreeDept.AfterSelect += new Infragistics.Win.UltraWinTree.AfterNodeSelectEventHandler(this.ultraTreeDept_AfterSelect);
  88. //
  89. // ultraGrid1
  90. //
  91. this.ultraGrid1.DataSource = this.dataSet1;
  92. appearance13.BackColor = System.Drawing.SystemColors.Window;
  93. appearance13.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  94. this.ultraGrid1.DisplayLayout.Appearance = appearance13;
  95. ultraGridColumn1.Header.VisiblePosition = 2;
  96. ultraGridColumn2.Header.VisiblePosition = 1;
  97. ultraGridColumn3.Header.VisiblePosition = 4;
  98. ultraGridColumn4.Header.VisiblePosition = 5;
  99. ultraGridColumn5.Header.VisiblePosition = 6;
  100. ultraGridColumn6.Header.VisiblePosition = 7;
  101. ultraGridColumn7.Header.VisiblePosition = 3;
  102. ultraGridColumn8.DataType = typeof(bool);
  103. ultraGridColumn8.Header.Caption = "选择";
  104. ultraGridColumn8.Header.VisiblePosition = 0;
  105. ultraGridColumn8.Hidden = true;
  106. ultraGridColumn8.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  107. ultraGridBand1.Columns.AddRange(new object[] {
  108. ultraGridColumn1,
  109. ultraGridColumn2,
  110. ultraGridColumn3,
  111. ultraGridColumn4,
  112. ultraGridColumn5,
  113. ultraGridColumn6,
  114. ultraGridColumn7,
  115. ultraGridColumn8});
  116. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  117. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  118. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  119. appearance14.BackColor = System.Drawing.SystemColors.ActiveBorder;
  120. appearance14.BackColor2 = System.Drawing.SystemColors.ControlDark;
  121. appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  122. appearance14.BorderColor = System.Drawing.SystemColors.Window;
  123. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance14;
  124. appearance15.ForeColor = System.Drawing.SystemColors.GrayText;
  125. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance15;
  126. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  127. this.ultraGrid1.DisplayLayout.GroupByBox.Hidden = true;
  128. appearance16.BackColor = System.Drawing.SystemColors.ControlLightLight;
  129. appearance16.BackColor2 = System.Drawing.SystemColors.Control;
  130. appearance16.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  131. appearance16.ForeColor = System.Drawing.SystemColors.GrayText;
  132. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance16;
  133. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  134. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  135. appearance17.BackColor = System.Drawing.SystemColors.Window;
  136. appearance17.ForeColor = System.Drawing.SystemColors.ControlText;
  137. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance17;
  138. appearance18.BackColor = System.Drawing.SystemColors.Highlight;
  139. appearance18.ForeColor = System.Drawing.SystemColors.HighlightText;
  140. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance18;
  141. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  142. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  143. appearance19.BackColor = System.Drawing.SystemColors.Window;
  144. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance19;
  145. appearance20.BorderColor = System.Drawing.Color.Silver;
  146. appearance20.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  147. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance20;
  148. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  149. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  150. appearance21.BackColor = System.Drawing.SystemColors.Control;
  151. appearance21.BackColor2 = System.Drawing.SystemColors.ControlDark;
  152. appearance21.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  153. appearance21.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  154. appearance21.BorderColor = System.Drawing.SystemColors.Window;
  155. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance21;
  156. appearance22.TextHAlignAsString = "Left";
  157. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance22;
  158. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  159. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  160. appearance23.BackColor = System.Drawing.SystemColors.Window;
  161. appearance23.BorderColor = System.Drawing.Color.Silver;
  162. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance23;
  163. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  164. appearance24.BackColor = System.Drawing.SystemColors.ControlLight;
  165. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance24;
  166. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  167. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  168. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  169. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  170. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. this.ultraGrid1.Location = new System.Drawing.Point(228, 0);
  172. this.ultraGrid1.Name = "ultraGrid1";
  173. this.ultraGrid1.Size = new System.Drawing.Size(422, 306);
  174. this.ultraGrid1.TabIndex = 1;
  175. this.ultraGrid1.Text = "ultraGrid1";
  176. this.ultraGrid1.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid1_CellChange);
  177. this.ultraGrid1.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ultraGrid1_DoubleClickRow);
  178. //
  179. // dataSet1
  180. //
  181. this.dataSet1.DataSetName = "NewDataSet";
  182. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  183. this.dataTable1});
  184. //
  185. // dataTable1
  186. //
  187. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  188. this.dataColumn1,
  189. this.dataColumn2,
  190. this.dataColumn3,
  191. this.dataColumn4,
  192. this.dataColumn5,
  193. this.dataColumn6,
  194. this.dataColumn7});
  195. this.dataTable1.TableName = "Table1";
  196. //
  197. // dataColumn1
  198. //
  199. this.dataColumn1.Caption = "编号";
  200. this.dataColumn1.ColumnName = "userid";
  201. //
  202. // dataColumn2
  203. //
  204. this.dataColumn2.Caption = "姓名";
  205. this.dataColumn2.ColumnName = "username";
  206. //
  207. // dataColumn3
  208. //
  209. this.dataColumn3.Caption = "部门";
  210. this.dataColumn3.ColumnName = "deptid";
  211. //
  212. // dataColumn4
  213. //
  214. this.dataColumn4.Caption = "角色";
  215. this.dataColumn4.ColumnName = "roleid";
  216. //
  217. // dataColumn5
  218. //
  219. this.dataColumn5.Caption = "邮箱";
  220. this.dataColumn5.ColumnName = "email";
  221. //
  222. // dataColumn6
  223. //
  224. this.dataColumn6.Caption = "电话";
  225. this.dataColumn6.ColumnName = "phone";
  226. //
  227. // dataColumn7
  228. //
  229. this.dataColumn7.Caption = "部门名称";
  230. this.dataColumn7.ColumnName = "duty";
  231. //
  232. // QueryButton
  233. //
  234. this.QueryButton.Location = new System.Drawing.Point(358, 10);
  235. this.QueryButton.Name = "QueryButton";
  236. this.QueryButton.Size = new System.Drawing.Size(75, 23);
  237. this.QueryButton.TabIndex = 2;
  238. this.QueryButton.Text = "查询";
  239. this.QueryButton.UseVisualStyleBackColor = true;
  240. this.QueryButton.Click += new System.EventHandler(this.QueryButton_Click);
  241. //
  242. // label1
  243. //
  244. this.label1.AutoSize = true;
  245. this.label1.Location = new System.Drawing.Point(171, 15);
  246. this.label1.Name = "label1";
  247. this.label1.Size = new System.Drawing.Size(65, 12);
  248. this.label1.TabIndex = 3;
  249. this.label1.Text = "人员编号:";
  250. //
  251. // tbxUserNameQ
  252. //
  253. this.tbxUserNameQ.Location = new System.Drawing.Point(56, 11);
  254. this.tbxUserNameQ.Name = "tbxUserNameQ";
  255. this.tbxUserNameQ.Size = new System.Drawing.Size(107, 21);
  256. this.tbxUserNameQ.TabIndex = 5;
  257. //
  258. // tbxUserIdQ
  259. //
  260. this.tbxUserIdQ.Location = new System.Drawing.Point(240, 11);
  261. this.tbxUserIdQ.Name = "tbxUserIdQ";
  262. this.tbxUserIdQ.Size = new System.Drawing.Size(100, 21);
  263. this.tbxUserIdQ.TabIndex = 6;
  264. //
  265. // label2
  266. //
  267. this.label2.AutoSize = true;
  268. this.label2.Location = new System.Drawing.Point(10, 15);
  269. this.label2.Name = "label2";
  270. this.label2.Size = new System.Drawing.Size(41, 12);
  271. this.label2.TabIndex = 7;
  272. this.label2.Text = "姓名:";
  273. //
  274. // SureButton
  275. //
  276. this.SureButton.Location = new System.Drawing.Point(449, 10);
  277. this.SureButton.Name = "SureButton";
  278. this.SureButton.Size = new System.Drawing.Size(75, 23);
  279. this.SureButton.TabIndex = 8;
  280. this.SureButton.Text = "选择";
  281. this.SureButton.UseVisualStyleBackColor = true;
  282. this.SureButton.Click += new System.EventHandler(this.SureButton_Click);
  283. //
  284. // ultraPanel1
  285. //
  286. //
  287. // ultraPanel1.ClientArea
  288. //
  289. this.ultraPanel1.ClientArea.Controls.Add(this.ultraGrid1);
  290. this.ultraPanel1.ClientArea.Controls.Add(this.ultraTreeDept);
  291. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  292. this.ultraPanel1.Location = new System.Drawing.Point(0, 44);
  293. this.ultraPanel1.Name = "ultraPanel1";
  294. this.ultraPanel1.Size = new System.Drawing.Size(650, 306);
  295. this.ultraPanel1.TabIndex = 9;
  296. //
  297. // ultraPanel2
  298. //
  299. //
  300. // ultraPanel2.ClientArea
  301. //
  302. this.ultraPanel2.ClientArea.Controls.Add(this.label2);
  303. this.ultraPanel2.ClientArea.Controls.Add(this.tbxUserNameQ);
  304. this.ultraPanel2.ClientArea.Controls.Add(this.SureButton);
  305. this.ultraPanel2.ClientArea.Controls.Add(this.label1);
  306. this.ultraPanel2.ClientArea.Controls.Add(this.QueryButton);
  307. this.ultraPanel2.ClientArea.Controls.Add(this.tbxUserIdQ);
  308. this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Top;
  309. this.ultraPanel2.Location = new System.Drawing.Point(0, 0);
  310. this.ultraPanel2.Name = "ultraPanel2";
  311. this.ultraPanel2.Size = new System.Drawing.Size(650, 44);
  312. this.ultraPanel2.TabIndex = 10;
  313. //
  314. // SetectManByDept
  315. //
  316. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  317. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  318. this.ClientSize = new System.Drawing.Size(650, 350);
  319. this.Controls.Add(this.ultraPanel1);
  320. this.Controls.Add(this.ultraPanel2);
  321. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  322. this.Margin = new System.Windows.Forms.Padding(5);
  323. this.Name = "SetectManByDept";
  324. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  325. this.Text = "人员选择框";
  326. this.Load += new System.EventHandler(this.SetectManByDept_Load);
  327. ((System.ComponentModel.ISupportInitialize)(this.ultraTreeDept)).EndInit();
  328. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  329. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  330. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  331. this.ultraPanel1.ClientArea.ResumeLayout(false);
  332. this.ultraPanel1.ResumeLayout(false);
  333. this.ultraPanel2.ClientArea.ResumeLayout(false);
  334. this.ultraPanel2.ClientArea.PerformLayout();
  335. this.ultraPanel2.ResumeLayout(false);
  336. this.ResumeLayout(false);
  337. }
  338. #endregion
  339. private Infragistics.Win.UltraWinTree.UltraTree ultraTreeDept;
  340. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  341. private System.Windows.Forms.Button QueryButton;
  342. private System.Windows.Forms.Label label1;
  343. private System.Windows.Forms.TextBox tbxUserNameQ;
  344. private System.Windows.Forms.TextBox tbxUserIdQ;
  345. private System.Windows.Forms.Label label2;
  346. private System.Data.DataSet dataSet1;
  347. private System.Data.DataTable dataTable1;
  348. private System.Data.DataColumn dataColumn1;
  349. private System.Data.DataColumn dataColumn2;
  350. private System.Data.DataColumn dataColumn3;
  351. private System.Data.DataColumn dataColumn4;
  352. private System.Data.DataColumn dataColumn5;
  353. private System.Data.DataColumn dataColumn6;
  354. private System.Windows.Forms.Button SureButton;
  355. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  356. private Infragistics.Win.Misc.UltraPanel ultraPanel2;
  357. private System.Data.DataColumn dataColumn7;
  358. }
  359. }