namespace SIMDP { partial class FormDataManage { /// /// 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.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl(); this.navBarControl = new DevExpress.XtraNavBar.NavBarControl(); this.nbDataHistory = new DevExpress.XtraNavBar.NavBarGroup(); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.txt_batchid = new DevExpress.XtraEditors.TextEdit(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.btn_ExportData = new DevExpress.XtraEditors.SimpleButton(); this.SbtnSelect = new DevExpress.XtraEditors.SimpleButton(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.timeEditEnd = new DevExpress.XtraEditors.TimeEdit(); this.dateEditStart = new DevExpress.XtraEditors.DateEdit(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.timeEditStart = new DevExpress.XtraEditors.TimeEdit(); this.dateEditEnd = new DevExpress.XtraEditors.DateEdit(); this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit(); this.splitContainerControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.navBarControl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_batchid.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.timeEditEnd.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEditStart.Properties.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEditStart.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.timeEditStart.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEditEnd.Properties.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEditEnd.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit(); this.SuspendLayout(); // // splitContainerControl1 // this.splitContainerControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.splitContainerControl1.Location = new System.Drawing.Point(1, 1); this.splitContainerControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.splitContainerControl1.Name = "splitContainerControl1"; this.splitContainerControl1.Panel1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D; this.splitContainerControl1.Panel1.Controls.Add(this.navBarControl); this.splitContainerControl1.Panel1.Text = "Panel1"; this.splitContainerControl1.Panel2.Controls.Add(this.gridControl1); this.splitContainerControl1.Panel2.Controls.Add(this.panelControl1); this.splitContainerControl1.Panel2.Text = "Panel2"; this.splitContainerControl1.Size = new System.Drawing.Size(1650, 724); this.splitContainerControl1.SplitterPosition = 129; this.splitContainerControl1.TabIndex = 0; this.splitContainerControl1.Text = "splitContainerControl1"; // // navBarControl // this.navBarControl.ActiveGroup = this.nbDataHistory; this.navBarControl.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] { this.nbDataHistory}); this.navBarControl.LinkSelectionMode = DevExpress.XtraNavBar.LinkSelectionModeType.OneInControl; this.navBarControl.Location = new System.Drawing.Point(1, 1); this.navBarControl.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.navBarControl.Name = "navBarControl"; this.navBarControl.OptionsNavPane.ExpandedWidth = 216; this.navBarControl.Size = new System.Drawing.Size(216, 716); this.navBarControl.TabIndex = 0; this.navBarControl.Text = "数据追溯"; // // nbDataHistory // this.nbDataHistory.Caption = "数据追溯"; this.nbDataHistory.DragDropFlags = DevExpress.XtraNavBar.NavBarDragDrop.AllowDrop; this.nbDataHistory.Expanded = true; this.nbDataHistory.Name = "nbDataHistory"; // // gridControl1 // this.gridControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gridControl1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.gridControl1.Location = new System.Drawing.Point(3, 60); this.gridControl1.MainView = this.gridView1; this.gridControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.gridControl1.Name = "gridControl1"; this.gridControl1.Size = new System.Drawing.Size(1510, 660); this.gridControl1.TabIndex = 10; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // gridView1 // this.gridView1.GridControl = this.gridControl1; this.gridView1.IndicatorWidth = 80; this.gridView1.Name = "gridView1"; this.gridView1.OptionsClipboard.AllowCopy = DevExpress.Utils.DefaultBoolean.True; this.gridView1.OptionsClipboard.ClipboardMode = DevExpress.Export.ClipboardMode.PlainText; this.gridView1.OptionsClipboard.CopyColumnHeaders = DevExpress.Utils.DefaultBoolean.False; this.gridView1.OptionsSelection.MultiSelect = true; this.gridView1.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect; this.gridView1.OptionsView.ShowGroupPanel = false; this.gridView1.OptionsView.ShowIndicator = false; this.gridView1.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator); // // panelControl1 // this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panelControl1.Controls.Add(this.txt_batchid); this.panelControl1.Controls.Add(this.labelControl5); this.panelControl1.Controls.Add(this.btn_ExportData); this.panelControl1.Controls.Add(this.SbtnSelect); this.panelControl1.Controls.Add(this.labelControl2); this.panelControl1.Controls.Add(this.timeEditEnd); this.panelControl1.Controls.Add(this.dateEditStart); this.panelControl1.Controls.Add(this.labelControl3); this.panelControl1.Controls.Add(this.labelControl1); this.panelControl1.Controls.Add(this.labelControl4); this.panelControl1.Controls.Add(this.timeEditStart); this.panelControl1.Controls.Add(this.dateEditEnd); this.panelControl1.Location = new System.Drawing.Point(3, 0); this.panelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(1510, 53); this.panelControl1.TabIndex = 9; // // txt_batchid // this.txt_batchid.Location = new System.Drawing.Point(997, 13); this.txt_batchid.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txt_batchid.Name = "txt_batchid"; this.txt_batchid.Size = new System.Drawing.Size(161, 24); this.txt_batchid.TabIndex = 19; // // labelControl5 // this.labelControl5.Location = new System.Drawing.Point(921, 15); this.labelControl5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(75, 18); this.labelControl5.TabIndex = 18; this.labelControl5.Text = "产品条码:"; // // btn_ExportData // this.btn_ExportData.Location = new System.Drawing.Point(1303, 12); this.btn_ExportData.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btn_ExportData.Name = "btn_ExportData"; this.btn_ExportData.Size = new System.Drawing.Size(86, 30); this.btn_ExportData.TabIndex = 17; this.btn_ExportData.Text = "导出数据"; this.btn_ExportData.Click += new System.EventHandler(this.btn_ExportData_Click); // // SbtnSelect // this.SbtnSelect.ImageUri.Uri = "Zoom;Size16x16"; this.SbtnSelect.Location = new System.Drawing.Point(1195, 12); this.SbtnSelect.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.SbtnSelect.Name = "SbtnSelect"; this.SbtnSelect.Size = new System.Drawing.Size(86, 30); this.SbtnSelect.TabIndex = 15; this.SbtnSelect.Text = "查询"; this.SbtnSelect.Click += new System.EventHandler(this.SbtnSelect_Click); // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(248, 14); this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(75, 18); this.labelControl2.TabIndex = 3; this.labelControl2.Text = "起始时间:"; // // timeEditEnd // this.timeEditEnd.EditValue = new System.DateTime(2019, 2, 27, 0, 0, 0, 0); this.timeEditEnd.Location = new System.Drawing.Point(753, 14); this.timeEditEnd.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.timeEditEnd.Name = "timeEditEnd"; this.timeEditEnd.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.timeEditEnd.Size = new System.Drawing.Size(123, 24); this.timeEditEnd.TabIndex = 8; // // dateEditStart // this.dateEditStart.EditValue = new System.DateTime(2019, 2, 27, 8, 48, 5, 0); this.dateEditStart.Location = new System.Drawing.Point(118, 9); this.dateEditStart.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.dateEditStart.Name = "dateEditStart"; this.dateEditStart.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.dateEditStart.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.dateEditStart.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.dateEditStart.Size = new System.Drawing.Size(123, 26); this.dateEditStart.TabIndex = 1; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(678, 14); this.labelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(75, 18); this.labelControl3.TabIndex = 7; this.labelControl3.Text = "结束时间:"; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(32, 14); this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(75, 18); this.labelControl1.TabIndex = 2; this.labelControl1.Text = "起始日期:"; // // labelControl4 // this.labelControl4.Location = new System.Drawing.Point(472, 15); this.labelControl4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(75, 18); this.labelControl4.TabIndex = 6; this.labelControl4.Text = "结束日期:"; // // timeEditStart // this.timeEditStart.EditValue = new System.DateTime(((long)(0))); this.timeEditStart.Location = new System.Drawing.Point(323, 13); this.timeEditStart.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.timeEditStart.Name = "timeEditStart"; this.timeEditStart.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.timeEditStart.Size = new System.Drawing.Size(123, 24); this.timeEditStart.TabIndex = 4; // // dateEditEnd // this.dateEditEnd.EditValue = new System.DateTime(2019, 2, 27, 0, 0, 0, 0); this.dateEditEnd.Location = new System.Drawing.Point(547, 10); this.dateEditEnd.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.dateEditEnd.Name = "dateEditEnd"; this.dateEditEnd.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.dateEditEnd.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.dateEditEnd.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.dateEditEnd.Size = new System.Drawing.Size(123, 26); this.dateEditEnd.TabIndex = 5; // // layoutControlItem8 // this.layoutControlItem8.Location = new System.Drawing.Point(0, 168); this.layoutControlItem8.Name = "layoutControlItem8"; this.layoutControlItem8.Size = new System.Drawing.Size(1036, 25); this.layoutControlItem8.TextSize = new System.Drawing.Size(50, 20); // // FormDataManage // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1650, 726); this.Controls.Add(this.splitContainerControl1); this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "FormDataManage"; this.Text = "数据管理"; this.Load += new System.EventHandler(this.FormDataManage_Load); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit(); this.splitContainerControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.navBarControl)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_batchid.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.timeEditEnd.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEditStart.Properties.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEditStart.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.timeEditStart.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEditEnd.Properties.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEditEnd.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1; private DevExpress.XtraNavBar.NavBarControl navBarControl; private DevExpress.XtraNavBar.NavBarGroup nbDataHistory; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8; private DevExpress.XtraEditors.DateEdit dateEditStart; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.TimeEdit timeEditStart; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.TimeEdit timeEditEnd; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.DateEdit dateEditEnd; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.SimpleButton SbtnSelect; private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraEditors.SimpleButton btn_ExportData; private DevExpress.XtraEditors.LabelControl labelControl5; private DevExpress.XtraEditors.TextEdit txt_batchid; } }