namespace GCAS { partial class RecordForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RecordForm)); 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_number = new DevExpress.XtraGrid.Columns.GridColumn(); this.col_time = new DevExpress.XtraGrid.Columns.GridColumn(); this.col_device = new DevExpress.XtraGrid.Columns.GridColumn(); this.col_driver = new DevExpress.XtraGrid.Columns.GridColumn(); this.col_netWeight = new DevExpress.XtraGrid.Columns.GridColumn(); this.col_state = new DevExpress.XtraGrid.Columns.GridColumn(); this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.btn_export = new DevExpress.XtraEditors.SimpleButton(); this.text_key = new DevExpress.XtraEditors.TextEdit(); this.date_start = new DevExpress.XtraEditors.DateEdit(); this.btn_search = new DevExpress.XtraEditors.SimpleButton(); this.date_end = new DevExpress.XtraEditors.DateEdit(); this.cb_entrance = new DevExpress.XtraEditors.LookUpEdit(); this.cb_device = new DevExpress.XtraEditors.LookUpEdit(); this.cb_team = new DevExpress.XtraEditors.LookUpEdit(); this.btn_print = new DevExpress.XtraEditors.SimpleButton(); this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem4 = new DevExpress.XtraLayout.EmptySpaceItem(); this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem(); this.emptySpaceItem6 = new DevExpress.XtraLayout.EmptySpaceItem(); this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem(); this.menu_preview = new System.Windows.Forms.ToolStripMenuItem(); this.menu_print = new System.Windows.Forms.ToolStripMenuItem(); this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem(); ((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.text_key.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.date_start.Properties.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.date_start.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.date_end.Properties.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.date_end.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cb_entrance.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cb_device.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cb_team.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).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_number, this.col_time, this.col_device, this.col_driver, this.col_netWeight, this.col_state}); this.gridView1.GridControl = this.gridControl1; this.gridView1.Name = "gridView1"; this.gridView1.OptionsBehavior.Editable = false; this.gridView1.OptionsBehavior.ReadOnly = true; this.gridView1.OptionsCustomization.AllowFilter = false; this.gridView1.OptionsCustomization.AllowGroup = false; this.gridView1.OptionsFilter.AllowFilterEditor = false; this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false; this.gridView1.OptionsView.EnableAppearanceEvenRow = true; this.gridView1.OptionsView.ShowGroupExpandCollapseButtons = false; this.gridView1.OptionsView.ShowGroupPanel = false; this.gridView1.Layout += new System.EventHandler(this.gridView1_Layout); // // col_number // resources.ApplyResources(this.col_number, "col_number"); this.col_number.FieldName = "Number"; this.col_number.Name = "col_number"; this.col_number.OptionsColumn.AllowEdit = false; this.col_number.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; // // col_time // resources.ApplyResources(this.col_time, "col_time"); this.col_time.DisplayFormat.FormatString = "F"; this.col_time.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.col_time.FieldName = "Time"; this.col_time.MinWidth = 160; this.col_time.Name = "col_time"; this.col_time.OptionsColumn.AllowEdit = false; // // col_device // resources.ApplyResources(this.col_device, "col_device"); this.col_device.FieldName = "DeviceName"; this.col_device.Name = "col_device"; // // col_driver // resources.ApplyResources(this.col_driver, "col_driver"); this.col_driver.FieldName = "TeamName"; this.col_driver.Name = "col_driver"; this.col_driver.OptionsColumn.AllowEdit = false; // // col_netWeight // resources.ApplyResources(this.col_netWeight, "col_netWeight"); this.col_netWeight.DisplayFormat.FormatString = "#.00T"; this.col_netWeight.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.col_netWeight.FieldName = "NetWeight"; this.col_netWeight.Name = "col_netWeight"; this.col_netWeight.OptionsColumn.AllowEdit = false; this.col_netWeight.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False; // // col_state // resources.ApplyResources(this.col_state, "col_state"); this.col_state.FieldName = "EntranceName"; this.col_state.Name = "col_state"; // // groupControl1 // this.groupControl1.Controls.Add(this.layoutControl1); resources.ApplyResources(this.groupControl1, "groupControl1"); this.groupControl1.Name = "groupControl1"; // // layoutControl1 // this.layoutControl1.Controls.Add(this.btn_export); this.layoutControl1.Controls.Add(this.text_key); this.layoutControl1.Controls.Add(this.date_start); this.layoutControl1.Controls.Add(this.btn_search); this.layoutControl1.Controls.Add(this.date_end); this.layoutControl1.Controls.Add(this.cb_entrance); this.layoutControl1.Controls.Add(this.cb_device); this.layoutControl1.Controls.Add(this.cb_team); this.layoutControl1.Controls.Add(this.btn_print); resources.ApplyResources(this.layoutControl1, "layoutControl1"); this.layoutControl1.Name = "layoutControl1"; this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(64, 445, 650, 400); this.layoutControl1.Root = this.layoutControlGroup1; // // 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); // // text_key // resources.ApplyResources(this.text_key, "text_key"); this.text_key.Name = "text_key"; this.text_key.StyleController = this.layoutControl1; this.text_key.Click += new System.EventHandler(this.text_key_Click); // // date_start // resources.ApplyResources(this.date_start, "date_start"); this.date_start.Name = "date_start"; this.date_start.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("date_start.Properties.Buttons"))))}); this.date_start.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("date_start.Properties.CalendarTimeProperties.Buttons"))))}); this.date_start.Properties.CalendarTimeProperties.Mask.EditMask = resources.GetString("date_start.Properties.CalendarTimeProperties.Mask.EditMask"); this.date_start.Properties.CalendarView = DevExpress.XtraEditors.Repository.CalendarView.Vista; this.date_start.Properties.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm"; this.date_start.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.date_start.Properties.EditFormat.FormatString = "yyyy-MM-dd HH:mm"; this.date_start.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.date_start.Properties.Mask.EditMask = resources.GetString("date_start.Properties.Mask.EditMask"); this.date_start.Properties.VistaCalendarViewStyle = ((DevExpress.XtraEditors.VistaCalendarViewStyle)(((((DevExpress.XtraEditors.VistaCalendarViewStyle.MonthView | DevExpress.XtraEditors.VistaCalendarViewStyle.YearView) | DevExpress.XtraEditors.VistaCalendarViewStyle.QuarterView) | DevExpress.XtraEditors.VistaCalendarViewStyle.YearsGroupView) | DevExpress.XtraEditors.VistaCalendarViewStyle.CenturyView))); this.date_start.Properties.VistaDisplayMode = DevExpress.Utils.DefaultBoolean.True; this.date_start.StyleController = this.layoutControl1; // // 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_Click); // // date_end // resources.ApplyResources(this.date_end, "date_end"); this.date_end.Name = "date_end"; this.date_end.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("date_end.Properties.Buttons"))))}); this.date_end.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("date_end.Properties.CalendarTimeProperties.Buttons"))))}); this.date_end.Properties.CalendarView = DevExpress.XtraEditors.Repository.CalendarView.Vista; this.date_end.Properties.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm"; this.date_end.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.date_end.Properties.Mask.EditMask = resources.GetString("date_end.Properties.Mask.EditMask"); this.date_end.Properties.VistaDisplayMode = DevExpress.Utils.DefaultBoolean.True; this.date_end.StyleController = this.layoutControl1; // // cb_entrance // resources.ApplyResources(this.cb_entrance, "cb_entrance"); this.cb_entrance.Name = "cb_entrance"; this.cb_entrance.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("cb_entrance.Properties.Buttons"))))}); this.cb_entrance.Properties.NullText = resources.GetString("cb_entrance.Properties.NullText"); this.cb_entrance.Properties.PopupSizeable = false; this.cb_entrance.StyleController = this.layoutControl1; // // cb_device // resources.ApplyResources(this.cb_device, "cb_device"); this.cb_device.Name = "cb_device"; this.cb_device.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("cb_device.Properties.Buttons"))))}); this.cb_device.Properties.NullText = resources.GetString("cb_device.Properties.NullText"); this.cb_device.Properties.PopupSizeable = false; this.cb_device.StyleController = this.layoutControl1; // // cb_team // resources.ApplyResources(this.cb_team, "cb_team"); this.cb_team.Name = "cb_team"; this.cb_team.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("cb_team.Properties.Buttons"))))}); this.cb_team.Properties.NullText = resources.GetString("cb_team.Properties.NullText"); this.cb_team.Properties.PopupSizeable = false; this.cb_team.StyleController = this.layoutControl1; // // btn_print // this.btn_print.ImageOptions.Image = global::GCAS.Properties.Resources.Print_16x16; 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.btn_print_Click); // // layoutControlGroup1 // this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.layoutControlGroup1.GroupBordersVisible = false; this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem2, this.layoutControlItem3, this.layoutControlItem7, this.layoutControlItem8, this.layoutControlItem1, this.layoutControlItem4, this.layoutControlItem5, this.layoutControlItem6, this.emptySpaceItem4, this.emptySpaceItem3, this.emptySpaceItem6, this.layoutControlItem9}); this.layoutControlGroup1.Name = "Root"; this.layoutControlGroup1.Size = new System.Drawing.Size(1172, 80); this.layoutControlGroup1.TextVisible = false; // // layoutControlItem2 // this.layoutControlItem2.Control = this.date_start; this.layoutControlItem2.Location = new System.Drawing.Point(287, 0); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Size = new System.Drawing.Size(321, 24); resources.ApplyResources(this.layoutControlItem2, "layoutControlItem2"); this.layoutControlItem2.TextSize = new System.Drawing.Size(52, 14); // // layoutControlItem3 // this.layoutControlItem3.Control = this.date_end; this.layoutControlItem3.Location = new System.Drawing.Point(608, 0); this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.Size = new System.Drawing.Size(323, 24); resources.ApplyResources(this.layoutControlItem3, "layoutControlItem3"); this.layoutControlItem3.TextSize = new System.Drawing.Size(52, 14); // // layoutControlItem7 // this.layoutControlItem7.Control = this.btn_export; this.layoutControlItem7.ControlAlignment = System.Drawing.ContentAlignment.BottomRight; this.layoutControlItem7.Location = new System.Drawing.Point(1020, 34); this.layoutControlItem7.Name = "layoutControlItem7"; this.layoutControlItem7.Size = new System.Drawing.Size(68, 26); this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem7.TextVisible = false; // // layoutControlItem8 // this.layoutControlItem8.Control = this.btn_search; this.layoutControlItem8.ControlAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.layoutControlItem8.Location = new System.Drawing.Point(952, 34); this.layoutControlItem8.Name = "layoutControlItem8"; this.layoutControlItem8.Size = new System.Drawing.Size(68, 26); this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem8.TextVisible = false; // // layoutControlItem1 // this.layoutControlItem1.Control = this.text_key; this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(287, 24); resources.ApplyResources(this.layoutControlItem1, "layoutControlItem1"); this.layoutControlItem1.TextSize = new System.Drawing.Size(52, 14); // // layoutControlItem4 // this.layoutControlItem4.Control = this.cb_entrance; this.layoutControlItem4.Location = new System.Drawing.Point(0, 34); this.layoutControlItem4.Name = "layoutControlItem4"; this.layoutControlItem4.Size = new System.Drawing.Size(287, 26); resources.ApplyResources(this.layoutControlItem4, "layoutControlItem4"); this.layoutControlItem4.TextLocation = DevExpress.Utils.Locations.Left; this.layoutControlItem4.TextSize = new System.Drawing.Size(52, 14); // // layoutControlItem5 // this.layoutControlItem5.Control = this.cb_device; this.layoutControlItem5.Location = new System.Drawing.Point(287, 34); this.layoutControlItem5.Name = "layoutControlItem5"; this.layoutControlItem5.Size = new System.Drawing.Size(321, 26); resources.ApplyResources(this.layoutControlItem5, "layoutControlItem5"); this.layoutControlItem5.TextSize = new System.Drawing.Size(52, 14); // // layoutControlItem6 // this.layoutControlItem6.Control = this.cb_team; this.layoutControlItem6.Location = new System.Drawing.Point(608, 34); this.layoutControlItem6.Name = "layoutControlItem6"; this.layoutControlItem6.Size = new System.Drawing.Size(323, 26); resources.ApplyResources(this.layoutControlItem6, "layoutControlItem6"); this.layoutControlItem6.TextSize = new System.Drawing.Size(52, 14); // // emptySpaceItem4 // this.emptySpaceItem4.AllowHotTrack = false; this.emptySpaceItem4.Location = new System.Drawing.Point(931, 34); this.emptySpaceItem4.Name = "emptySpaceItem4"; this.emptySpaceItem4.Size = new System.Drawing.Size(21, 26); this.emptySpaceItem4.TextSize = new System.Drawing.Size(0, 0); // // emptySpaceItem3 // this.emptySpaceItem3.AllowHotTrack = false; this.emptySpaceItem3.Location = new System.Drawing.Point(0, 24); this.emptySpaceItem3.Name = "emptySpaceItem3"; this.emptySpaceItem3.Size = new System.Drawing.Size(1152, 10); this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0); // // emptySpaceItem6 // this.emptySpaceItem6.AllowHotTrack = false; this.emptySpaceItem6.Location = new System.Drawing.Point(931, 0); this.emptySpaceItem6.Name = "emptySpaceItem6"; this.emptySpaceItem6.Size = new System.Drawing.Size(221, 24); this.emptySpaceItem6.TextSize = new System.Drawing.Size(0, 0); // // layoutControlItem9 // this.layoutControlItem9.Control = this.btn_print; this.layoutControlItem9.Location = new System.Drawing.Point(1088, 34); this.layoutControlItem9.Name = "layoutControlItem9"; this.layoutControlItem9.Size = new System.Drawing.Size(64, 26); this.layoutControlItem9.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem9.TextVisible = false; // // 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"); // // emptySpaceItem2 // this.emptySpaceItem2.AllowHotTrack = false; this.emptySpaceItem2.Location = new System.Drawing.Point(868, 34); this.emptySpaceItem2.Name = "emptySpaceItem2"; this.emptySpaceItem2.Size = new System.Drawing.Size(124, 26); this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0); // // RecordForm // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.panelControl1); this.Name = "RecordForm"; this.Load += new System.EventHandler(this.RecordForm_Load); ((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.text_key.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.date_start.Properties.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.date_start.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.date_end.Properties.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.date_end.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cb_entrance.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cb_device.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cb_team.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).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.XtraGrid.Columns.GridColumn col_driver; private DevExpress.XtraGrid.Columns.GridColumn col_netWeight; private DevExpress.XtraEditors.GroupControl groupControl1; private DevExpress.XtraEditors.SimpleButton btn_search; private DevExpress.XtraEditors.DateEdit date_end; private DevExpress.XtraEditors.DateEdit date_start; private DevExpress.XtraEditors.TextEdit text_key; private DevExpress.XtraGrid.Columns.GridColumn col_number; private DevExpress.XtraGrid.Columns.GridColumn col_state; private DevExpress.XtraGrid.Columns.GridColumn col_device; private System.Windows.Forms.ToolStripMenuItem menu_preview; private System.Windows.Forms.ToolStripMenuItem menu_print; private DevExpress.XtraEditors.LookUpEdit cb_device; private DevExpress.XtraEditors.LookUpEdit cb_team; private DevExpress.XtraEditors.LookUpEdit cb_entrance; private DevExpress.XtraEditors.SimpleButton btn_export; 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.LayoutControlItem layoutControlItem6; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem4; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem6; private DevExpress.XtraEditors.SimpleButton btn_print; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9; } }