123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549 |
- namespace GCAS
- {
- partial class ReportForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ReportForm));
- this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
- this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
- this.gridControl1 = new DevExpress.XtraGrid.GridControl();
- this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
- this.col_time = new DevExpress.XtraGrid.Columns.GridColumn();
- this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
- this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
- this.cb_types = new DevExpress.XtraEditors.ComboBoxEdit();
- this.btn_print = new DevExpress.XtraEditors.SimpleButton();
- this.btn_export = new DevExpress.XtraEditors.SimpleButton();
- this.btn_search = new DevExpress.XtraEditors.SimpleButton();
- this.cb_range = new DevExpress.XtraEditors.ComboBoxEdit();
- this.lbl_range = new DevExpress.XtraEditors.LabelControl();
- this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
- this.btn_pre = new DevExpress.XtraEditors.SimpleButton();
- this.btn_next = new DevExpress.XtraEditors.SimpleButton();
- this.btn_cur = new DevExpress.XtraEditors.SimpleButton();
- this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
- this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
- this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
- this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
- this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
- this.emptySpaceItem7 = new DevExpress.XtraLayout.EmptySpaceItem();
- this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
- this.emptySpaceItem8 = new DevExpress.XtraLayout.EmptySpaceItem();
- this.menu_preview = new System.Windows.Forms.ToolStripMenuItem();
- this.menu_print = new System.Windows.Forms.ToolStripMenuItem();
- this.col_total = new DevExpress.XtraGrid.Columns.GridColumn();
- this.col_count = new DevExpress.XtraGrid.Columns.GridColumn();
- ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
- this.panelControl1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
- this.panelControl2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
- this.groupControl1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
- this.layoutControl1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.cb_types.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cb_range.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem7)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem8)).BeginInit();
- this.SuspendLayout();
- //
- // panelControl1
- //
- this.panelControl1.Controls.Add(this.panelControl2);
- resources.ApplyResources(this.panelControl1, "panelControl1");
- this.panelControl1.Name = "panelControl1";
- //
- // panelControl2
- //
- this.panelControl2.Controls.Add(this.gridControl1);
- this.panelControl2.Controls.Add(this.groupControl1);
- resources.ApplyResources(this.panelControl2, "panelControl2");
- this.panelControl2.Name = "panelControl2";
- //
- // gridControl1
- //
- resources.ApplyResources(this.gridControl1, "gridControl1");
- this.gridControl1.MainView = this.gridView1;
- this.gridControl1.Name = "gridControl1";
- this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
- this.gridView1});
- this.gridControl1.Load += new System.EventHandler(this.gridControl1_Load);
- //
- // gridView1
- //
- this.gridView1.Appearance.FocusedRow.BackColor = ((System.Drawing.Color)(resources.GetObject("gridView1.Appearance.FocusedRow.BackColor")));
- this.gridView1.Appearance.FocusedRow.Options.UseBackColor = true;
- this.gridView1.Appearance.SelectedRow.BackColor = ((System.Drawing.Color)(resources.GetObject("gridView1.Appearance.SelectedRow.BackColor")));
- this.gridView1.Appearance.SelectedRow.Options.UseBackColor = true;
- this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
- this.col_time,
- this.col_count,
- this.col_total});
- this.gridView1.GridControl = this.gridControl1;
- this.gridView1.Name = "gridView1";
- this.gridView1.OptionsBehavior.AlignGroupSummaryInGroupRow = DevExpress.Utils.DefaultBoolean.True;
- this.gridView1.OptionsBehavior.AllowGroupExpandAnimation = DevExpress.Utils.DefaultBoolean.True;
- this.gridView1.OptionsBehavior.AutoExpandAllGroups = true;
- this.gridView1.OptionsBehavior.AutoPopulateColumns = false;
- this.gridView1.OptionsBehavior.Editable = false;
- this.gridView1.OptionsBehavior.ReadOnly = true;
- this.gridView1.OptionsCustomization.AllowFilter = false;
- this.gridView1.OptionsFilter.AllowFilterEditor = false;
- this.gridView1.OptionsMenu.ShowAddNewSummaryItem = DevExpress.Utils.DefaultBoolean.True;
- this.gridView1.OptionsMenu.ShowFooterItem = true;
- this.gridView1.OptionsMenu.ShowGroupSummaryEditorItem = true;
- this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
- this.gridView1.OptionsView.ColumnAutoWidth = false;
- this.gridView1.OptionsView.EnableAppearanceEvenRow = true;
- this.gridView1.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
- this.gridView1.OptionsView.ShowFooter = true;
- this.gridView1.OptionsView.ShowGroupExpandCollapseButtons = false;
- this.gridView1.OptionsView.ShowGroupPanel = false;
- this.gridView1.Layout += new System.EventHandler(this.gridView1_Layout);
- //
- // col_time
- //
- resources.ApplyResources(this.col_time, "col_time");
- this.col_time.DisplayFormat.FormatString = "F";
- this.col_time.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
- this.col_time.FieldName = "Time";
- this.col_time.MinWidth = 160;
- this.col_time.Name = "col_time";
- this.col_time.OptionsColumn.AllowEdit = false;
- //
- // groupControl1
- //
- this.groupControl1.Controls.Add(this.layoutControl1);
- resources.ApplyResources(this.groupControl1, "groupControl1");
- this.groupControl1.Name = "groupControl1";
- this.groupControl1.ShowCaption = false;
- //
- // layoutControl1
- //
- this.layoutControl1.Controls.Add(this.cb_types);
- this.layoutControl1.Controls.Add(this.btn_print);
- this.layoutControl1.Controls.Add(this.btn_export);
- this.layoutControl1.Controls.Add(this.btn_search);
- this.layoutControl1.Controls.Add(this.cb_range);
- this.layoutControl1.Controls.Add(this.lbl_range);
- this.layoutControl1.Controls.Add(this.labelControl1);
- this.layoutControl1.Controls.Add(this.btn_pre);
- this.layoutControl1.Controls.Add(this.btn_next);
- this.layoutControl1.Controls.Add(this.btn_cur);
- resources.ApplyResources(this.layoutControl1, "layoutControl1");
- this.layoutControl1.Name = "layoutControl1";
- this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(684, 257, 650, 400);
- this.layoutControl1.Root = this.layoutControlGroup1;
- //
- // cb_types
- //
- resources.ApplyResources(this.cb_types, "cb_types");
- this.cb_types.Name = "cb_types";
- this.cb_types.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("cb_types.Properties.Buttons"))))});
- this.cb_types.Properties.Items.AddRange(new object[] {
- resources.GetString("cb_types.Properties.Items"),
- resources.GetString("cb_types.Properties.Items1"),
- resources.GetString("cb_types.Properties.Items2")});
- this.cb_types.StyleController = this.layoutControl1;
- this.cb_types.SelectedIndexChanged += new System.EventHandler(this.cb_types_SelectedIndexChanged);
- //
- // btn_print
- //
- this.btn_print.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_print.ImageOptions.Image")));
- this.btn_print.ImageOptions.SvgImageSize = new System.Drawing.Size(20, 20);
- resources.ApplyResources(this.btn_print, "btn_print");
- this.btn_print.Name = "btn_print";
- this.btn_print.StyleController = this.layoutControl1;
- this.btn_print.Click += new System.EventHandler(this.btnPrint_Click);
- //
- // btn_export
- //
- this.btn_export.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_export.ImageOptions.Image")));
- this.btn_export.ImageOptions.SvgImageSize = new System.Drawing.Size(20, 20);
- resources.ApplyResources(this.btn_export, "btn_export");
- this.btn_export.Name = "btn_export";
- this.btn_export.StyleController = this.layoutControl1;
- this.btn_export.Click += new System.EventHandler(this.btn_export_Click);
- //
- // btn_search
- //
- this.btn_search.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_search.ImageOptions.Image")));
- resources.ApplyResources(this.btn_search, "btn_search");
- this.btn_search.Name = "btn_search";
- this.btn_search.StyleController = this.layoutControl1;
- this.btn_search.Click += new System.EventHandler(this.btn_search_ClickAsync);
- //
- // cb_range
- //
- resources.ApplyResources(this.cb_range, "cb_range");
- this.cb_range.Name = "cb_range";
- this.cb_range.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("cb_range.Properties.Buttons"))))});
- this.cb_range.Properties.Items.AddRange(new object[] {
- resources.GetString("cb_range.Properties.Items"),
- resources.GetString("cb_range.Properties.Items1"),
- resources.GetString("cb_range.Properties.Items2"),
- resources.GetString("cb_range.Properties.Items3")});
- this.cb_range.StyleController = this.layoutControl1;
- this.cb_range.SelectedIndexChanged += new System.EventHandler(this.rg_type_SelectedIndexChanged);
- //
- // lbl_range
- //
- resources.ApplyResources(this.lbl_range, "lbl_range");
- this.lbl_range.Name = "lbl_range";
- this.lbl_range.StyleController = this.layoutControl1;
- //
- // labelControl1
- //
- this.labelControl1.Appearance.Options.UseTextOptions = true;
- this.labelControl1.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
- resources.ApplyResources(this.labelControl1, "labelControl1");
- this.labelControl1.Name = "labelControl1";
- this.labelControl1.StyleController = this.layoutControl1;
- //
- // btn_pre
- //
- this.btn_pre.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_pre.ImageOptions.Image")));
- resources.ApplyResources(this.btn_pre, "btn_pre");
- this.btn_pre.Name = "btn_pre";
- this.btn_pre.StyleController = this.layoutControl1;
- this.btn_pre.Click += new System.EventHandler(this.btn_range_Click);
- //
- // btn_next
- //
- this.btn_next.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_next.ImageOptions.Image")));
- this.btn_next.ImageOptions.Location = DevExpress.XtraEditors.ImageLocation.MiddleRight;
- resources.ApplyResources(this.btn_next, "btn_next");
- this.btn_next.Name = "btn_next";
- this.btn_next.StyleController = this.layoutControl1;
- this.btn_next.Click += new System.EventHandler(this.btn_range_Click);
- //
- // btn_cur
- //
- this.btn_cur.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_cur.ImageOptions.Image")));
- this.btn_cur.ImageOptions.Location = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
- resources.ApplyResources(this.btn_cur, "btn_cur");
- this.btn_cur.Name = "btn_cur";
- this.btn_cur.StyleController = this.layoutControl1;
- this.btn_cur.Click += new System.EventHandler(this.btn_range_Click);
- //
- // layoutControlGroup1
- //
- this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
- this.layoutControlGroup1.GroupBordersVisible = false;
- this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
- this.layoutControlItem1,
- this.layoutControlItem2,
- this.layoutControlItem3,
- this.layoutControlItem4,
- this.layoutControlItem5,
- this.emptySpaceItem2,
- this.emptySpaceItem3,
- this.emptySpaceItem1,
- this.emptySpaceItem7,
- this.layoutControlItem8,
- this.layoutControlItem9,
- this.layoutControlItem10,
- this.layoutControlItem6,
- this.layoutControlItem7,
- this.emptySpaceItem8});
- this.layoutControlGroup1.Name = "Root";
- this.layoutControlGroup1.Size = new System.Drawing.Size(1172, 75);
- this.layoutControlGroup1.TextVisible = false;
- //
- // layoutControlItem1
- //
- this.layoutControlItem1.Control = this.cb_range;
- this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
- this.layoutControlItem1.Name = "layoutControlItem1";
- this.layoutControlItem1.Size = new System.Drawing.Size(145, 26);
- resources.ApplyResources(this.layoutControlItem1, "layoutControlItem1");
- this.layoutControlItem1.TextSize = new System.Drawing.Size(52, 14);
- //
- // layoutControlItem2
- //
- this.layoutControlItem2.Control = this.cb_types;
- this.layoutControlItem2.Location = new System.Drawing.Point(145, 0);
- this.layoutControlItem2.Name = "layoutControlItem2";
- this.layoutControlItem2.Size = new System.Drawing.Size(333, 26);
- resources.ApplyResources(this.layoutControlItem2, "layoutControlItem2");
- this.layoutControlItem2.TextSize = new System.Drawing.Size(52, 14);
- //
- // layoutControlItem3
- //
- this.layoutControlItem3.Control = this.btn_pre;
- this.layoutControlItem3.Location = new System.Drawing.Point(496, 0);
- this.layoutControlItem3.Name = "layoutControlItem3";
- this.layoutControlItem3.Size = new System.Drawing.Size(91, 26);
- this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem3.TextVisible = false;
- //
- // layoutControlItem4
- //
- this.layoutControlItem4.Control = this.btn_next;
- this.layoutControlItem4.Location = new System.Drawing.Point(597, 0);
- this.layoutControlItem4.Name = "layoutControlItem4";
- this.layoutControlItem4.Size = new System.Drawing.Size(95, 26);
- this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem4.TextVisible = false;
- //
- // layoutControlItem5
- //
- this.layoutControlItem5.Control = this.btn_cur;
- this.layoutControlItem5.Location = new System.Drawing.Point(702, 0);
- this.layoutControlItem5.Name = "layoutControlItem5";
- this.layoutControlItem5.Size = new System.Drawing.Size(91, 26);
- this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem5.TextVisible = false;
- //
- // emptySpaceItem2
- //
- this.emptySpaceItem2.AllowHotTrack = false;
- this.emptySpaceItem2.Location = new System.Drawing.Point(587, 0);
- this.emptySpaceItem2.Name = "emptySpaceItem2";
- this.emptySpaceItem2.Size = new System.Drawing.Size(10, 26);
- this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
- //
- // emptySpaceItem3
- //
- this.emptySpaceItem3.AllowHotTrack = false;
- this.emptySpaceItem3.Location = new System.Drawing.Point(692, 0);
- this.emptySpaceItem3.Name = "emptySpaceItem3";
- this.emptySpaceItem3.Size = new System.Drawing.Size(10, 26);
- this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
- //
- // emptySpaceItem1
- //
- this.emptySpaceItem1.AllowHotTrack = false;
- this.emptySpaceItem1.Location = new System.Drawing.Point(793, 0);
- this.emptySpaceItem1.Name = "emptySpaceItem1";
- this.emptySpaceItem1.Size = new System.Drawing.Size(359, 26);
- this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
- //
- // emptySpaceItem7
- //
- this.emptySpaceItem7.AllowHotTrack = false;
- this.emptySpaceItem7.Location = new System.Drawing.Point(478, 0);
- this.emptySpaceItem7.Name = "emptySpaceItem7";
- this.emptySpaceItem7.Size = new System.Drawing.Size(18, 26);
- this.emptySpaceItem7.TextSize = new System.Drawing.Size(0, 0);
- //
- // layoutControlItem8
- //
- this.layoutControlItem8.Control = this.btn_search;
- this.layoutControlItem8.Location = new System.Drawing.Point(936, 26);
- this.layoutControlItem8.MinSize = new System.Drawing.Size(69, 26);
- this.layoutControlItem8.Name = "layoutControlItem8";
- this.layoutControlItem8.Size = new System.Drawing.Size(74, 29);
- this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem8.TextVisible = false;
- //
- // layoutControlItem9
- //
- this.layoutControlItem9.Control = this.btn_export;
- this.layoutControlItem9.Location = new System.Drawing.Point(1010, 26);
- this.layoutControlItem9.MinSize = new System.Drawing.Size(68, 26);
- this.layoutControlItem9.Name = "layoutControlItem9";
- this.layoutControlItem9.Size = new System.Drawing.Size(76, 29);
- this.layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.layoutControlItem9.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem9.TextVisible = false;
- //
- // layoutControlItem10
- //
- this.layoutControlItem10.Control = this.btn_print;
- this.layoutControlItem10.Location = new System.Drawing.Point(1086, 26);
- this.layoutControlItem10.MinSize = new System.Drawing.Size(57, 26);
- this.layoutControlItem10.Name = "layoutControlItem10";
- this.layoutControlItem10.Size = new System.Drawing.Size(66, 29);
- this.layoutControlItem10.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem10.TextVisible = false;
- //
- // layoutControlItem6
- //
- this.layoutControlItem6.Control = this.labelControl1;
- this.layoutControlItem6.Location = new System.Drawing.Point(0, 26);
- this.layoutControlItem6.MinSize = new System.Drawing.Size(72, 18);
- this.layoutControlItem6.Name = "layoutControlItem6";
- this.layoutControlItem6.Size = new System.Drawing.Size(73, 29);
- this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem6.TextVisible = false;
- //
- // layoutControlItem7
- //
- this.layoutControlItem7.Control = this.lbl_range;
- this.layoutControlItem7.ControlAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.layoutControlItem7.Location = new System.Drawing.Point(73, 26);
- this.layoutControlItem7.MinSize = new System.Drawing.Size(54, 18);
- this.layoutControlItem7.Name = "layoutControlItem7";
- this.layoutControlItem7.Size = new System.Drawing.Size(524, 29);
- this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem7.TextVisible = false;
- //
- // emptySpaceItem8
- //
- this.emptySpaceItem8.AllowHotTrack = false;
- this.emptySpaceItem8.Location = new System.Drawing.Point(597, 26);
- this.emptySpaceItem8.Name = "emptySpaceItem8";
- this.emptySpaceItem8.Size = new System.Drawing.Size(339, 29);
- this.emptySpaceItem8.TextSize = new System.Drawing.Size(0, 0);
- //
- // menu_preview
- //
- this.menu_preview.Image = global::GCAS.Properties.Resources.Preview_16x16;
- this.menu_preview.Name = "menu_preview";
- resources.ApplyResources(this.menu_preview, "menu_preview");
- //
- // menu_print
- //
- this.menu_print.Image = global::GCAS.Properties.Resources.Print_16x16;
- this.menu_print.Name = "menu_print";
- resources.ApplyResources(this.menu_print, "menu_print");
- //
- // col_total
- //
- resources.ApplyResources(this.col_total, "col_total");
- this.col_total.FieldName = "TotalWeight";
- this.col_total.Name = "col_total";
- this.col_total.OptionsColumn.AllowEdit = false;
- //
- // col_count
- //
- resources.ApplyResources(this.col_count, "col_count");
- this.col_count.FieldName = "TotalCount";
- this.col_count.Name = "col_count";
- //
- // ReportForm
- //
- resources.ApplyResources(this, "$this");
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.panelControl1);
- this.Name = "ReportForm";
- this.Load += new System.EventHandler(this.ReportForm_LoadAsync);
- ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
- this.panelControl1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
- this.panelControl2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
- this.groupControl1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
- this.layoutControl1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.cb_types.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cb_range.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem7)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem8)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private DevExpress.XtraEditors.PanelControl panelControl1;
- private DevExpress.XtraEditors.PanelControl panelControl2;
- private DevExpress.XtraGrid.GridControl gridControl1;
- private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
- private DevExpress.XtraGrid.Columns.GridColumn col_time;
- private DevExpress.XtraEditors.GroupControl groupControl1;
- private System.Windows.Forms.ToolStripMenuItem menu_preview;
- private System.Windows.Forms.ToolStripMenuItem menu_print;
- private DevExpress.XtraEditors.LabelControl labelControl1;
- private DevExpress.XtraEditors.LabelControl lbl_range;
- private DevExpress.XtraEditors.SimpleButton btn_next;
- private DevExpress.XtraEditors.SimpleButton btn_pre;
- private DevExpress.XtraEditors.SimpleButton btn_export;
- private DevExpress.XtraEditors.SimpleButton btn_search;
- private DevExpress.XtraEditors.SimpleButton btn_print;
- private DevExpress.XtraEditors.SimpleButton btn_cur;
- private DevExpress.XtraEditors.ComboBoxEdit cb_range;
- private DevExpress.XtraEditors.ComboBoxEdit cb_types;
- private DevExpress.XtraLayout.LayoutControl layoutControl1;
- private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
- private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
- private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
- private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
- private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem7;
- private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem8;
- private DevExpress.XtraGrid.Columns.GridColumn col_total;
- private DevExpress.XtraGrid.Columns.GridColumn col_count;
- }
- }
|