UC_QueryPage.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350
  1. namespace WCS_Client.UC
  2. {
  3. partial class UC_QueryPage
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.bar1 = new DevComponents.DotNetBar.Bar();
  29. this.Btn_PageSize = new DevComponents.Editors.IntegerInput();
  30. this.Btn_PageIndex = new DevComponents.Editors.IntegerInput();
  31. this.Lbl_Chk = new DevComponents.DotNetBar.LabelItem();
  32. this.Lbl_Text = new DevComponents.DotNetBar.LabelItem();
  33. this.labelItem2 = new DevComponents.DotNetBar.LabelItem();
  34. this.controlContainerItem1 = new DevComponents.DotNetBar.ControlContainerItem();
  35. this.labelItem3 = new DevComponents.DotNetBar.LabelItem();
  36. this.Btn_PageOne = new DevComponents.DotNetBar.ButtonItem();
  37. this.Btn_PageUp = new DevComponents.DotNetBar.ButtonItem();
  38. this.Btn_PageDown = new DevComponents.DotNetBar.ButtonItem();
  39. this.Btn_PageEnd = new DevComponents.DotNetBar.ButtonItem();
  40. this.labelItem1 = new DevComponents.DotNetBar.LabelItem();
  41. this.controlContainerItem2 = new DevComponents.DotNetBar.ControlContainerItem();
  42. this.labelItem4 = new DevComponents.DotNetBar.LabelItem();
  43. this.Btn_ExportChk = new DevComponents.DotNetBar.ButtonItem();
  44. this.Btn_ExportNow = new DevComponents.DotNetBar.ButtonItem();
  45. this.Btn_ExportALL = new DevComponents.DotNetBar.ButtonItem();
  46. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  47. this.SCGrid = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();
  48. this.layoutControl1 = new DevComponents.DotNetBar.Layout.LayoutControl();
  49. ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
  50. this.bar1.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.Btn_PageSize)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.Btn_PageIndex)).BeginInit();
  53. this.tableLayoutPanel1.SuspendLayout();
  54. this.SuspendLayout();
  55. //
  56. // bar1
  57. //
  58. this.bar1.AccessibleDescription = "barStatus (bar1)";
  59. this.bar1.AccessibleName = "barStatus";
  60. this.bar1.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
  61. this.bar1.AntiAlias = true;
  62. this.bar1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  63. this.bar1.BackgroundImagePosition = DevComponents.DotNetBar.eBackgroundImagePosition.Tile;
  64. this.bar1.BarType = DevComponents.DotNetBar.eBarType.StatusBar;
  65. this.bar1.Controls.Add(this.Btn_PageSize);
  66. this.bar1.Controls.Add(this.Btn_PageIndex);
  67. this.bar1.Dock = System.Windows.Forms.DockStyle.Bottom;
  68. this.bar1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  69. this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  70. this.Lbl_Chk,
  71. this.Lbl_Text,
  72. this.labelItem2,
  73. this.controlContainerItem1,
  74. this.labelItem3,
  75. this.Btn_PageOne,
  76. this.Btn_PageUp,
  77. this.Btn_PageDown,
  78. this.Btn_PageEnd,
  79. this.labelItem1,
  80. this.controlContainerItem2,
  81. this.labelItem4,
  82. this.Btn_ExportChk,
  83. this.Btn_ExportNow,
  84. this.Btn_ExportALL});
  85. this.bar1.ItemSpacing = 2;
  86. this.bar1.Location = new System.Drawing.Point(0, 236);
  87. this.bar1.Margin = new System.Windows.Forms.Padding(0);
  88. this.bar1.Name = "bar1";
  89. this.bar1.PaddingBottom = 0;
  90. this.bar1.PaddingTop = 0;
  91. this.bar1.Size = new System.Drawing.Size(773, 25);
  92. this.bar1.Stretch = true;
  93. this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  94. this.bar1.TabIndex = 13;
  95. this.bar1.TabStop = false;
  96. this.bar1.Text = "barStatus";
  97. //
  98. // Btn_PageSize
  99. //
  100. //
  101. //
  102. //
  103. this.Btn_PageSize.BackgroundStyle.Class = "DateTimeInputBackground";
  104. this.Btn_PageSize.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  105. this.Btn_PageSize.ButtonCalculator.Visible = true;
  106. this.Btn_PageSize.ButtonCustom.Text = "GO";
  107. this.Btn_PageSize.ButtonCustom.Visible = true;
  108. this.Btn_PageSize.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
  109. this.Btn_PageSize.Location = new System.Drawing.Point(141, 3);
  110. this.Btn_PageSize.Margin = new System.Windows.Forms.Padding(1);
  111. this.Btn_PageSize.Name = "Btn_PageSize";
  112. this.Btn_PageSize.ShowUpDown = true;
  113. this.Btn_PageSize.Size = new System.Drawing.Size(100, 21);
  114. this.Btn_PageSize.TabIndex = 2;
  115. this.Btn_PageSize.Visible = false;
  116. //
  117. // Btn_PageIndex
  118. //
  119. //
  120. //
  121. //
  122. this.Btn_PageIndex.BackgroundStyle.Class = "DateTimeInputBackground";
  123. this.Btn_PageIndex.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  124. this.Btn_PageIndex.ButtonCalculator.Visible = true;
  125. this.Btn_PageIndex.ButtonCustom.Text = "GO";
  126. this.Btn_PageIndex.ButtonCustom.Visible = true;
  127. this.Btn_PageIndex.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
  128. this.Btn_PageIndex.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.Btn_PageIndex.Location = new System.Drawing.Point(418, 3);
  130. this.Btn_PageIndex.Margin = new System.Windows.Forms.Padding(0);
  131. this.Btn_PageIndex.Name = "Btn_PageIndex";
  132. this.Btn_PageIndex.ShowUpDown = true;
  133. this.Btn_PageIndex.Size = new System.Drawing.Size(100, 21);
  134. this.Btn_PageIndex.TabIndex = 1;
  135. this.Btn_PageIndex.Visible = false;
  136. //
  137. // Lbl_Chk
  138. //
  139. this.Lbl_Chk.BeginGroup = true;
  140. this.Lbl_Chk.Name = "Lbl_Chk";
  141. this.Lbl_Chk.Text = "选中1条";
  142. this.Lbl_Chk.TextAlignment = System.Drawing.StringAlignment.Center;
  143. //
  144. // Lbl_Text
  145. //
  146. this.Lbl_Text.BeginGroup = true;
  147. this.Lbl_Text.Name = "Lbl_Text";
  148. this.Lbl_Text.Stretch = true;
  149. this.Lbl_Text.Text = "页次1/1页,每页50条,当前1至100条,共10000条";
  150. this.Lbl_Text.TextAlignment = System.Drawing.StringAlignment.Center;
  151. //
  152. // labelItem2
  153. //
  154. this.labelItem2.BeginGroup = true;
  155. this.labelItem2.Name = "labelItem2";
  156. this.labelItem2.Text = "每页";
  157. //
  158. // controlContainerItem1
  159. //
  160. this.controlContainerItem1.AllowItemResize = false;
  161. this.controlContainerItem1.Control = this.Btn_PageSize;
  162. this.controlContainerItem1.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
  163. this.controlContainerItem1.Name = "controlContainerItem1";
  164. //
  165. // labelItem3
  166. //
  167. this.labelItem3.Name = "labelItem3";
  168. this.labelItem3.Text = "条";
  169. //
  170. // Btn_PageOne
  171. //
  172. this.Btn_PageOne.BeginGroup = true;
  173. this.Btn_PageOne.Name = "Btn_PageOne";
  174. this.Btn_PageOne.Symbol = "";
  175. this.Btn_PageOne.SymbolColor = System.Drawing.SystemColors.MenuText;
  176. this.Btn_PageOne.SymbolSize = 13F;
  177. this.Btn_PageOne.Text = "buttonItem2";
  178. this.Btn_PageOne.Tooltip = "转到第一页";
  179. this.Btn_PageOne.Click += new System.EventHandler(this.Btn_PageOne_Click);
  180. //
  181. // Btn_PageUp
  182. //
  183. this.Btn_PageUp.Name = "Btn_PageUp";
  184. this.Btn_PageUp.Symbol = "";
  185. this.Btn_PageUp.SymbolColor = System.Drawing.SystemColors.MenuText;
  186. this.Btn_PageUp.SymbolSize = 13F;
  187. this.Btn_PageUp.Text = "buttonItem5";
  188. this.Btn_PageUp.Tooltip = "上一页";
  189. //
  190. // Btn_PageDown
  191. //
  192. this.Btn_PageDown.Name = "Btn_PageDown";
  193. this.Btn_PageDown.Symbol = "";
  194. this.Btn_PageDown.SymbolColor = System.Drawing.SystemColors.MenuText;
  195. this.Btn_PageDown.SymbolSize = 13F;
  196. this.Btn_PageDown.Text = "buttonItem7";
  197. this.Btn_PageDown.Tooltip = "下一页";
  198. //
  199. // Btn_PageEnd
  200. //
  201. this.Btn_PageEnd.Name = "Btn_PageEnd";
  202. this.Btn_PageEnd.Symbol = "";
  203. this.Btn_PageEnd.SymbolColor = System.Drawing.SystemColors.MenuText;
  204. this.Btn_PageEnd.SymbolSize = 13F;
  205. this.Btn_PageEnd.Text = "buttonItem4";
  206. this.Btn_PageEnd.Tooltip = "转到最后一页";
  207. //
  208. // labelItem1
  209. //
  210. this.labelItem1.BeginGroup = true;
  211. this.labelItem1.Name = "labelItem1";
  212. this.labelItem1.Text = "跳转到";
  213. //
  214. // controlContainerItem2
  215. //
  216. this.controlContainerItem2.AllowItemResize = false;
  217. this.controlContainerItem2.Control = this.Btn_PageIndex;
  218. this.controlContainerItem2.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
  219. this.controlContainerItem2.Name = "controlContainerItem2";
  220. //
  221. // labelItem4
  222. //
  223. this.labelItem4.Name = "labelItem4";
  224. this.labelItem4.Text = "页";
  225. //
  226. // Btn_ExportChk
  227. //
  228. this.Btn_ExportChk.BeginGroup = true;
  229. this.Btn_ExportChk.Name = "Btn_ExportChk";
  230. this.Btn_ExportChk.Text = "导出选中项";
  231. //
  232. // Btn_ExportNow
  233. //
  234. this.Btn_ExportNow.BeginGroup = true;
  235. this.Btn_ExportNow.Name = "Btn_ExportNow";
  236. this.Btn_ExportNow.Text = "导出当前页";
  237. //
  238. // Btn_ExportALL
  239. //
  240. this.Btn_ExportALL.BeginGroup = true;
  241. this.Btn_ExportALL.Name = "Btn_ExportALL";
  242. this.Btn_ExportALL.Text = "导出全部页";
  243. //
  244. // tableLayoutPanel1
  245. //
  246. this.tableLayoutPanel1.ColumnCount = 1;
  247. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  248. this.tableLayoutPanel1.Controls.Add(this.SCGrid, 0, 1);
  249. this.tableLayoutPanel1.Controls.Add(this.layoutControl1, 0, 0);
  250. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  251. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  252. this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
  253. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  254. this.tableLayoutPanel1.RowCount = 2;
  255. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 37.28814F));
  256. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 62.71186F));
  257. this.tableLayoutPanel1.Size = new System.Drawing.Size(773, 236);
  258. this.tableLayoutPanel1.TabIndex = 14;
  259. //
  260. // SCGrid
  261. //
  262. this.SCGrid.Dock = System.Windows.Forms.DockStyle.Fill;
  263. this.SCGrid.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed;
  264. this.SCGrid.Location = new System.Drawing.Point(0, 88);
  265. this.SCGrid.Margin = new System.Windows.Forms.Padding(0);
  266. this.SCGrid.Name = "SCGrid";
  267. //
  268. //
  269. //
  270. this.SCGrid.PrimaryGrid.AutoGenerateColumns = false;
  271. //
  272. //
  273. //
  274. this.SCGrid.PrimaryGrid.Caption.Visible = false;
  275. //
  276. //
  277. //
  278. this.SCGrid.PrimaryGrid.ColumnHeader.SortImageAlignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleRight;
  279. //
  280. //
  281. //
  282. this.SCGrid.PrimaryGrid.Footer.Visible = false;
  283. this.SCGrid.PrimaryGrid.MultiSelect = false;
  284. this.SCGrid.PrimaryGrid.RowHeaderWidth = 10;
  285. this.SCGrid.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row;
  286. this.SCGrid.PrimaryGrid.ShowRowHeaders = false;
  287. //
  288. //
  289. //
  290. this.SCGrid.PrimaryGrid.Title.Visible = false;
  291. this.SCGrid.Size = new System.Drawing.Size(773, 148);
  292. this.SCGrid.TabIndex = 0;
  293. this.SCGrid.Text = "superGridControl1";
  294. //
  295. // layoutControl1
  296. //
  297. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  298. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  299. this.layoutControl1.Margin = new System.Windows.Forms.Padding(0);
  300. this.layoutControl1.Name = "layoutControl1";
  301. this.layoutControl1.Size = new System.Drawing.Size(773, 88);
  302. this.layoutControl1.TabIndex = 1;
  303. this.layoutControl1.Click += new System.EventHandler(this.layoutControl1_Click);
  304. //
  305. // UC_QueryPage
  306. //
  307. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  308. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  309. this.Controls.Add(this.tableLayoutPanel1);
  310. this.Controls.Add(this.bar1);
  311. this.Margin = new System.Windows.Forms.Padding(0);
  312. this.Name = "UC_QueryPage";
  313. this.Size = new System.Drawing.Size(773, 261);
  314. ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
  315. this.bar1.ResumeLayout(false);
  316. ((System.ComponentModel.ISupportInitialize)(this.Btn_PageSize)).EndInit();
  317. ((System.ComponentModel.ISupportInitialize)(this.Btn_PageIndex)).EndInit();
  318. this.tableLayoutPanel1.ResumeLayout(false);
  319. this.ResumeLayout(false);
  320. }
  321. #endregion
  322. private DevComponents.DotNetBar.Bar bar1;
  323. private DevComponents.Editors.IntegerInput Btn_PageSize;
  324. private DevComponents.Editors.IntegerInput Btn_PageIndex;
  325. private DevComponents.DotNetBar.LabelItem Lbl_Text;
  326. private DevComponents.DotNetBar.LabelItem labelItem2;
  327. private DevComponents.DotNetBar.ControlContainerItem controlContainerItem1;
  328. private DevComponents.DotNetBar.LabelItem labelItem3;
  329. private DevComponents.DotNetBar.ButtonItem Btn_PageOne;
  330. private DevComponents.DotNetBar.ButtonItem Btn_PageUp;
  331. private DevComponents.DotNetBar.ControlContainerItem controlContainerItem2;
  332. private DevComponents.DotNetBar.ButtonItem Btn_PageDown;
  333. private DevComponents.DotNetBar.ButtonItem Btn_PageEnd;
  334. private DevComponents.DotNetBar.ButtonItem Btn_ExportChk;
  335. private DevComponents.DotNetBar.ButtonItem Btn_ExportNow;
  336. private DevComponents.DotNetBar.ButtonItem Btn_ExportALL;
  337. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  338. private DevComponents.DotNetBar.SuperGrid.SuperGridControl SCGrid;
  339. private DevComponents.DotNetBar.Layout.LayoutControl layoutControl1;
  340. private DevComponents.DotNetBar.LabelItem Lbl_Chk;
  341. private DevComponents.DotNetBar.LabelItem labelItem1;
  342. private DevComponents.DotNetBar.LabelItem labelItem4;
  343. }
  344. }