ReportForm.Designer.cs 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549
  1. namespace GCAS
  2. {
  3. partial class ReportForm
  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(ReportForm));
  29. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  30. this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
  31. this.gridControl1 = new DevExpress.XtraGrid.GridControl();
  32. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  33. this.col_time = new DevExpress.XtraGrid.Columns.GridColumn();
  34. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  35. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  36. this.cb_types = new DevExpress.XtraEditors.ComboBoxEdit();
  37. this.btn_print = new DevExpress.XtraEditors.SimpleButton();
  38. this.btn_export = new DevExpress.XtraEditors.SimpleButton();
  39. this.btn_search = new DevExpress.XtraEditors.SimpleButton();
  40. this.cb_range = new DevExpress.XtraEditors.ComboBoxEdit();
  41. this.lbl_range = new DevExpress.XtraEditors.LabelControl();
  42. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  43. this.btn_pre = new DevExpress.XtraEditors.SimpleButton();
  44. this.btn_next = new DevExpress.XtraEditors.SimpleButton();
  45. this.btn_cur = new DevExpress.XtraEditors.SimpleButton();
  46. this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
  47. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  48. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  49. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  50. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  51. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  52. this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
  53. this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
  54. this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  55. this.emptySpaceItem7 = new DevExpress.XtraLayout.EmptySpaceItem();
  56. this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
  57. this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
  58. this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
  59. this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  60. this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
  61. this.emptySpaceItem8 = new DevExpress.XtraLayout.EmptySpaceItem();
  62. this.menu_preview = new System.Windows.Forms.ToolStripMenuItem();
  63. this.menu_print = new System.Windows.Forms.ToolStripMenuItem();
  64. this.col_total = new DevExpress.XtraGrid.Columns.GridColumn();
  65. this.col_count = new DevExpress.XtraGrid.Columns.GridColumn();
  66. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  67. this.panelControl1.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
  69. this.panelControl2.SuspendLayout();
  70. ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  73. this.groupControl1.SuspendLayout();
  74. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  75. this.layoutControl1.SuspendLayout();
  76. ((System.ComponentModel.ISupportInitialize)(this.cb_types.Properties)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.cb_range.Properties)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem7)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
  91. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
  93. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem8)).BeginInit();
  94. this.SuspendLayout();
  95. //
  96. // panelControl1
  97. //
  98. this.panelControl1.Controls.Add(this.panelControl2);
  99. resources.ApplyResources(this.panelControl1, "panelControl1");
  100. this.panelControl1.Name = "panelControl1";
  101. //
  102. // panelControl2
  103. //
  104. this.panelControl2.Controls.Add(this.gridControl1);
  105. this.panelControl2.Controls.Add(this.groupControl1);
  106. resources.ApplyResources(this.panelControl2, "panelControl2");
  107. this.panelControl2.Name = "panelControl2";
  108. //
  109. // gridControl1
  110. //
  111. resources.ApplyResources(this.gridControl1, "gridControl1");
  112. this.gridControl1.MainView = this.gridView1;
  113. this.gridControl1.Name = "gridControl1";
  114. this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  115. this.gridView1});
  116. this.gridControl1.Load += new System.EventHandler(this.gridControl1_Load);
  117. //
  118. // gridView1
  119. //
  120. this.gridView1.Appearance.FocusedRow.BackColor = ((System.Drawing.Color)(resources.GetObject("gridView1.Appearance.FocusedRow.BackColor")));
  121. this.gridView1.Appearance.FocusedRow.Options.UseBackColor = true;
  122. this.gridView1.Appearance.SelectedRow.BackColor = ((System.Drawing.Color)(resources.GetObject("gridView1.Appearance.SelectedRow.BackColor")));
  123. this.gridView1.Appearance.SelectedRow.Options.UseBackColor = true;
  124. this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  125. this.col_time,
  126. this.col_count,
  127. this.col_total});
  128. this.gridView1.GridControl = this.gridControl1;
  129. this.gridView1.Name = "gridView1";
  130. this.gridView1.OptionsBehavior.AlignGroupSummaryInGroupRow = DevExpress.Utils.DefaultBoolean.True;
  131. this.gridView1.OptionsBehavior.AllowGroupExpandAnimation = DevExpress.Utils.DefaultBoolean.True;
  132. this.gridView1.OptionsBehavior.AutoExpandAllGroups = true;
  133. this.gridView1.OptionsBehavior.AutoPopulateColumns = false;
  134. this.gridView1.OptionsBehavior.Editable = false;
  135. this.gridView1.OptionsBehavior.ReadOnly = true;
  136. this.gridView1.OptionsCustomization.AllowFilter = false;
  137. this.gridView1.OptionsFilter.AllowFilterEditor = false;
  138. this.gridView1.OptionsMenu.ShowAddNewSummaryItem = DevExpress.Utils.DefaultBoolean.True;
  139. this.gridView1.OptionsMenu.ShowFooterItem = true;
  140. this.gridView1.OptionsMenu.ShowGroupSummaryEditorItem = true;
  141. this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
  142. this.gridView1.OptionsView.ColumnAutoWidth = false;
  143. this.gridView1.OptionsView.EnableAppearanceEvenRow = true;
  144. this.gridView1.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
  145. this.gridView1.OptionsView.ShowFooter = true;
  146. this.gridView1.OptionsView.ShowGroupExpandCollapseButtons = false;
  147. this.gridView1.OptionsView.ShowGroupPanel = false;
  148. this.gridView1.Layout += new System.EventHandler(this.gridView1_Layout);
  149. //
  150. // col_time
  151. //
  152. resources.ApplyResources(this.col_time, "col_time");
  153. this.col_time.DisplayFormat.FormatString = "F";
  154. this.col_time.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
  155. this.col_time.FieldName = "Time";
  156. this.col_time.MinWidth = 160;
  157. this.col_time.Name = "col_time";
  158. this.col_time.OptionsColumn.AllowEdit = false;
  159. //
  160. // groupControl1
  161. //
  162. this.groupControl1.Controls.Add(this.layoutControl1);
  163. resources.ApplyResources(this.groupControl1, "groupControl1");
  164. this.groupControl1.Name = "groupControl1";
  165. this.groupControl1.ShowCaption = false;
  166. //
  167. // layoutControl1
  168. //
  169. this.layoutControl1.Controls.Add(this.cb_types);
  170. this.layoutControl1.Controls.Add(this.btn_print);
  171. this.layoutControl1.Controls.Add(this.btn_export);
  172. this.layoutControl1.Controls.Add(this.btn_search);
  173. this.layoutControl1.Controls.Add(this.cb_range);
  174. this.layoutControl1.Controls.Add(this.lbl_range);
  175. this.layoutControl1.Controls.Add(this.labelControl1);
  176. this.layoutControl1.Controls.Add(this.btn_pre);
  177. this.layoutControl1.Controls.Add(this.btn_next);
  178. this.layoutControl1.Controls.Add(this.btn_cur);
  179. resources.ApplyResources(this.layoutControl1, "layoutControl1");
  180. this.layoutControl1.Name = "layoutControl1";
  181. this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(684, 257, 650, 400);
  182. this.layoutControl1.Root = this.layoutControlGroup1;
  183. //
  184. // cb_types
  185. //
  186. resources.ApplyResources(this.cb_types, "cb_types");
  187. this.cb_types.Name = "cb_types";
  188. this.cb_types.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  189. new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("cb_types.Properties.Buttons"))))});
  190. this.cb_types.Properties.Items.AddRange(new object[] {
  191. resources.GetString("cb_types.Properties.Items"),
  192. resources.GetString("cb_types.Properties.Items1"),
  193. resources.GetString("cb_types.Properties.Items2")});
  194. this.cb_types.StyleController = this.layoutControl1;
  195. this.cb_types.SelectedIndexChanged += new System.EventHandler(this.cb_types_SelectedIndexChanged);
  196. //
  197. // btn_print
  198. //
  199. this.btn_print.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_print.ImageOptions.Image")));
  200. this.btn_print.ImageOptions.SvgImageSize = new System.Drawing.Size(20, 20);
  201. resources.ApplyResources(this.btn_print, "btn_print");
  202. this.btn_print.Name = "btn_print";
  203. this.btn_print.StyleController = this.layoutControl1;
  204. this.btn_print.Click += new System.EventHandler(this.btnPrint_Click);
  205. //
  206. // btn_export
  207. //
  208. this.btn_export.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_export.ImageOptions.Image")));
  209. this.btn_export.ImageOptions.SvgImageSize = new System.Drawing.Size(20, 20);
  210. resources.ApplyResources(this.btn_export, "btn_export");
  211. this.btn_export.Name = "btn_export";
  212. this.btn_export.StyleController = this.layoutControl1;
  213. this.btn_export.Click += new System.EventHandler(this.btn_export_Click);
  214. //
  215. // btn_search
  216. //
  217. this.btn_search.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_search.ImageOptions.Image")));
  218. resources.ApplyResources(this.btn_search, "btn_search");
  219. this.btn_search.Name = "btn_search";
  220. this.btn_search.StyleController = this.layoutControl1;
  221. this.btn_search.Click += new System.EventHandler(this.btn_search_ClickAsync);
  222. //
  223. // cb_range
  224. //
  225. resources.ApplyResources(this.cb_range, "cb_range");
  226. this.cb_range.Name = "cb_range";
  227. this.cb_range.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  228. new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("cb_range.Properties.Buttons"))))});
  229. this.cb_range.Properties.Items.AddRange(new object[] {
  230. resources.GetString("cb_range.Properties.Items"),
  231. resources.GetString("cb_range.Properties.Items1"),
  232. resources.GetString("cb_range.Properties.Items2"),
  233. resources.GetString("cb_range.Properties.Items3")});
  234. this.cb_range.StyleController = this.layoutControl1;
  235. this.cb_range.SelectedIndexChanged += new System.EventHandler(this.rg_type_SelectedIndexChanged);
  236. //
  237. // lbl_range
  238. //
  239. resources.ApplyResources(this.lbl_range, "lbl_range");
  240. this.lbl_range.Name = "lbl_range";
  241. this.lbl_range.StyleController = this.layoutControl1;
  242. //
  243. // labelControl1
  244. //
  245. this.labelControl1.Appearance.Options.UseTextOptions = true;
  246. this.labelControl1.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
  247. resources.ApplyResources(this.labelControl1, "labelControl1");
  248. this.labelControl1.Name = "labelControl1";
  249. this.labelControl1.StyleController = this.layoutControl1;
  250. //
  251. // btn_pre
  252. //
  253. this.btn_pre.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_pre.ImageOptions.Image")));
  254. resources.ApplyResources(this.btn_pre, "btn_pre");
  255. this.btn_pre.Name = "btn_pre";
  256. this.btn_pre.StyleController = this.layoutControl1;
  257. this.btn_pre.Click += new System.EventHandler(this.btn_range_Click);
  258. //
  259. // btn_next
  260. //
  261. this.btn_next.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_next.ImageOptions.Image")));
  262. this.btn_next.ImageOptions.Location = DevExpress.XtraEditors.ImageLocation.MiddleRight;
  263. resources.ApplyResources(this.btn_next, "btn_next");
  264. this.btn_next.Name = "btn_next";
  265. this.btn_next.StyleController = this.layoutControl1;
  266. this.btn_next.Click += new System.EventHandler(this.btn_range_Click);
  267. //
  268. // btn_cur
  269. //
  270. this.btn_cur.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_cur.ImageOptions.Image")));
  271. this.btn_cur.ImageOptions.Location = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
  272. resources.ApplyResources(this.btn_cur, "btn_cur");
  273. this.btn_cur.Name = "btn_cur";
  274. this.btn_cur.StyleController = this.layoutControl1;
  275. this.btn_cur.Click += new System.EventHandler(this.btn_range_Click);
  276. //
  277. // layoutControlGroup1
  278. //
  279. this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  280. this.layoutControlGroup1.GroupBordersVisible = false;
  281. this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  282. this.layoutControlItem1,
  283. this.layoutControlItem2,
  284. this.layoutControlItem3,
  285. this.layoutControlItem4,
  286. this.layoutControlItem5,
  287. this.emptySpaceItem2,
  288. this.emptySpaceItem3,
  289. this.emptySpaceItem1,
  290. this.emptySpaceItem7,
  291. this.layoutControlItem8,
  292. this.layoutControlItem9,
  293. this.layoutControlItem10,
  294. this.layoutControlItem6,
  295. this.layoutControlItem7,
  296. this.emptySpaceItem8});
  297. this.layoutControlGroup1.Name = "Root";
  298. this.layoutControlGroup1.Size = new System.Drawing.Size(1172, 75);
  299. this.layoutControlGroup1.TextVisible = false;
  300. //
  301. // layoutControlItem1
  302. //
  303. this.layoutControlItem1.Control = this.cb_range;
  304. this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  305. this.layoutControlItem1.Name = "layoutControlItem1";
  306. this.layoutControlItem1.Size = new System.Drawing.Size(145, 26);
  307. resources.ApplyResources(this.layoutControlItem1, "layoutControlItem1");
  308. this.layoutControlItem1.TextSize = new System.Drawing.Size(52, 14);
  309. //
  310. // layoutControlItem2
  311. //
  312. this.layoutControlItem2.Control = this.cb_types;
  313. this.layoutControlItem2.Location = new System.Drawing.Point(145, 0);
  314. this.layoutControlItem2.Name = "layoutControlItem2";
  315. this.layoutControlItem2.Size = new System.Drawing.Size(333, 26);
  316. resources.ApplyResources(this.layoutControlItem2, "layoutControlItem2");
  317. this.layoutControlItem2.TextSize = new System.Drawing.Size(52, 14);
  318. //
  319. // layoutControlItem3
  320. //
  321. this.layoutControlItem3.Control = this.btn_pre;
  322. this.layoutControlItem3.Location = new System.Drawing.Point(496, 0);
  323. this.layoutControlItem3.Name = "layoutControlItem3";
  324. this.layoutControlItem3.Size = new System.Drawing.Size(91, 26);
  325. this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
  326. this.layoutControlItem3.TextVisible = false;
  327. //
  328. // layoutControlItem4
  329. //
  330. this.layoutControlItem4.Control = this.btn_next;
  331. this.layoutControlItem4.Location = new System.Drawing.Point(597, 0);
  332. this.layoutControlItem4.Name = "layoutControlItem4";
  333. this.layoutControlItem4.Size = new System.Drawing.Size(95, 26);
  334. this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
  335. this.layoutControlItem4.TextVisible = false;
  336. //
  337. // layoutControlItem5
  338. //
  339. this.layoutControlItem5.Control = this.btn_cur;
  340. this.layoutControlItem5.Location = new System.Drawing.Point(702, 0);
  341. this.layoutControlItem5.Name = "layoutControlItem5";
  342. this.layoutControlItem5.Size = new System.Drawing.Size(91, 26);
  343. this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
  344. this.layoutControlItem5.TextVisible = false;
  345. //
  346. // emptySpaceItem2
  347. //
  348. this.emptySpaceItem2.AllowHotTrack = false;
  349. this.emptySpaceItem2.Location = new System.Drawing.Point(587, 0);
  350. this.emptySpaceItem2.Name = "emptySpaceItem2";
  351. this.emptySpaceItem2.Size = new System.Drawing.Size(10, 26);
  352. this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
  353. //
  354. // emptySpaceItem3
  355. //
  356. this.emptySpaceItem3.AllowHotTrack = false;
  357. this.emptySpaceItem3.Location = new System.Drawing.Point(692, 0);
  358. this.emptySpaceItem3.Name = "emptySpaceItem3";
  359. this.emptySpaceItem3.Size = new System.Drawing.Size(10, 26);
  360. this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
  361. //
  362. // emptySpaceItem1
  363. //
  364. this.emptySpaceItem1.AllowHotTrack = false;
  365. this.emptySpaceItem1.Location = new System.Drawing.Point(793, 0);
  366. this.emptySpaceItem1.Name = "emptySpaceItem1";
  367. this.emptySpaceItem1.Size = new System.Drawing.Size(359, 26);
  368. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  369. //
  370. // emptySpaceItem7
  371. //
  372. this.emptySpaceItem7.AllowHotTrack = false;
  373. this.emptySpaceItem7.Location = new System.Drawing.Point(478, 0);
  374. this.emptySpaceItem7.Name = "emptySpaceItem7";
  375. this.emptySpaceItem7.Size = new System.Drawing.Size(18, 26);
  376. this.emptySpaceItem7.TextSize = new System.Drawing.Size(0, 0);
  377. //
  378. // layoutControlItem8
  379. //
  380. this.layoutControlItem8.Control = this.btn_search;
  381. this.layoutControlItem8.Location = new System.Drawing.Point(936, 26);
  382. this.layoutControlItem8.MinSize = new System.Drawing.Size(69, 26);
  383. this.layoutControlItem8.Name = "layoutControlItem8";
  384. this.layoutControlItem8.Size = new System.Drawing.Size(74, 29);
  385. this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  386. this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
  387. this.layoutControlItem8.TextVisible = false;
  388. //
  389. // layoutControlItem9
  390. //
  391. this.layoutControlItem9.Control = this.btn_export;
  392. this.layoutControlItem9.Location = new System.Drawing.Point(1010, 26);
  393. this.layoutControlItem9.MinSize = new System.Drawing.Size(68, 26);
  394. this.layoutControlItem9.Name = "layoutControlItem9";
  395. this.layoutControlItem9.Size = new System.Drawing.Size(76, 29);
  396. this.layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  397. this.layoutControlItem9.TextSize = new System.Drawing.Size(0, 0);
  398. this.layoutControlItem9.TextVisible = false;
  399. //
  400. // layoutControlItem10
  401. //
  402. this.layoutControlItem10.Control = this.btn_print;
  403. this.layoutControlItem10.Location = new System.Drawing.Point(1086, 26);
  404. this.layoutControlItem10.MinSize = new System.Drawing.Size(57, 26);
  405. this.layoutControlItem10.Name = "layoutControlItem10";
  406. this.layoutControlItem10.Size = new System.Drawing.Size(66, 29);
  407. this.layoutControlItem10.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  408. this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0);
  409. this.layoutControlItem10.TextVisible = false;
  410. //
  411. // layoutControlItem6
  412. //
  413. this.layoutControlItem6.Control = this.labelControl1;
  414. this.layoutControlItem6.Location = new System.Drawing.Point(0, 26);
  415. this.layoutControlItem6.MinSize = new System.Drawing.Size(72, 18);
  416. this.layoutControlItem6.Name = "layoutControlItem6";
  417. this.layoutControlItem6.Size = new System.Drawing.Size(73, 29);
  418. this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  419. this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
  420. this.layoutControlItem6.TextVisible = false;
  421. //
  422. // layoutControlItem7
  423. //
  424. this.layoutControlItem7.Control = this.lbl_range;
  425. this.layoutControlItem7.ControlAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  426. this.layoutControlItem7.Location = new System.Drawing.Point(73, 26);
  427. this.layoutControlItem7.MinSize = new System.Drawing.Size(54, 18);
  428. this.layoutControlItem7.Name = "layoutControlItem7";
  429. this.layoutControlItem7.Size = new System.Drawing.Size(524, 29);
  430. this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  431. this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
  432. this.layoutControlItem7.TextVisible = false;
  433. //
  434. // emptySpaceItem8
  435. //
  436. this.emptySpaceItem8.AllowHotTrack = false;
  437. this.emptySpaceItem8.Location = new System.Drawing.Point(597, 26);
  438. this.emptySpaceItem8.Name = "emptySpaceItem8";
  439. this.emptySpaceItem8.Size = new System.Drawing.Size(339, 29);
  440. this.emptySpaceItem8.TextSize = new System.Drawing.Size(0, 0);
  441. //
  442. // menu_preview
  443. //
  444. this.menu_preview.Image = global::GCAS.Properties.Resources.Preview_16x16;
  445. this.menu_preview.Name = "menu_preview";
  446. resources.ApplyResources(this.menu_preview, "menu_preview");
  447. //
  448. // menu_print
  449. //
  450. this.menu_print.Image = global::GCAS.Properties.Resources.Print_16x16;
  451. this.menu_print.Name = "menu_print";
  452. resources.ApplyResources(this.menu_print, "menu_print");
  453. //
  454. // col_total
  455. //
  456. resources.ApplyResources(this.col_total, "col_total");
  457. this.col_total.FieldName = "TotalWeight";
  458. this.col_total.Name = "col_total";
  459. this.col_total.OptionsColumn.AllowEdit = false;
  460. //
  461. // col_count
  462. //
  463. resources.ApplyResources(this.col_count, "col_count");
  464. this.col_count.FieldName = "TotalCount";
  465. this.col_count.Name = "col_count";
  466. //
  467. // ReportForm
  468. //
  469. resources.ApplyResources(this, "$this");
  470. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  471. this.Controls.Add(this.panelControl1);
  472. this.Name = "ReportForm";
  473. this.Load += new System.EventHandler(this.ReportForm_LoadAsync);
  474. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  475. this.panelControl1.ResumeLayout(false);
  476. ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
  477. this.panelControl2.ResumeLayout(false);
  478. ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
  479. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  480. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  481. this.groupControl1.ResumeLayout(false);
  482. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  483. this.layoutControl1.ResumeLayout(false);
  484. ((System.ComponentModel.ISupportInitialize)(this.cb_types.Properties)).EndInit();
  485. ((System.ComponentModel.ISupportInitialize)(this.cb_range.Properties)).EndInit();
  486. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
  487. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  488. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  489. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  490. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  491. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  492. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
  493. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
  494. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  495. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem7)).EndInit();
  496. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
  497. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
  498. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
  499. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
  500. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
  501. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem8)).EndInit();
  502. this.ResumeLayout(false);
  503. }
  504. #endregion
  505. private DevExpress.XtraEditors.PanelControl panelControl1;
  506. private DevExpress.XtraEditors.PanelControl panelControl2;
  507. private DevExpress.XtraGrid.GridControl gridControl1;
  508. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  509. private DevExpress.XtraGrid.Columns.GridColumn col_time;
  510. private DevExpress.XtraEditors.GroupControl groupControl1;
  511. private System.Windows.Forms.ToolStripMenuItem menu_preview;
  512. private System.Windows.Forms.ToolStripMenuItem menu_print;
  513. private DevExpress.XtraEditors.LabelControl labelControl1;
  514. private DevExpress.XtraEditors.LabelControl lbl_range;
  515. private DevExpress.XtraEditors.SimpleButton btn_next;
  516. private DevExpress.XtraEditors.SimpleButton btn_pre;
  517. private DevExpress.XtraEditors.SimpleButton btn_export;
  518. private DevExpress.XtraEditors.SimpleButton btn_search;
  519. private DevExpress.XtraEditors.SimpleButton btn_print;
  520. private DevExpress.XtraEditors.SimpleButton btn_cur;
  521. private DevExpress.XtraEditors.ComboBoxEdit cb_range;
  522. private DevExpress.XtraEditors.ComboBoxEdit cb_types;
  523. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  524. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
  525. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  526. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  527. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  528. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  529. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  530. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
  531. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3;
  532. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  533. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
  534. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
  535. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
  536. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
  537. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  538. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem7;
  539. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem8;
  540. private DevExpress.XtraGrid.Columns.GridColumn col_total;
  541. private DevExpress.XtraGrid.Columns.GridColumn col_count;
  542. }
  543. }