| | |
| | | private void InitializeComponent() |
| | | { |
| | | this.components = new System.ComponentModel.Container(); |
| | | DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition(); |
| | | DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition(); |
| | | DevExpress.XtraLayout.ColumnDefinition columnDefinition3 = new DevExpress.XtraLayout.ColumnDefinition(); |
| | | DevExpress.XtraLayout.ColumnDefinition columnDefinition4 = new DevExpress.XtraLayout.ColumnDefinition(); |
| | | DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition(); |
| | | this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl(); |
| | | this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
| | | this.dateEdit1 = new DevExpress.XtraEditors.DateEdit(); |
| | | this.dateEdit2 = new DevExpress.XtraEditors.DateEdit(); |
| | | this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); |
| | | this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
| | | this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | this.gcMain1 = new DevExpress.XtraGrid.GridControl(); |
| | | this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); |
| | | this.tips = new DevExpress.Utils.ToolTipController(this.components); |
| | | ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel1)).BeginInit(); |
| | | this.splitContainerControl1.Panel1.SuspendLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel2)).BeginInit(); |
| | | this.splitContainerControl1.Panel2.SuspendLayout(); |
| | | this.splitContainerControl1.SuspendLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); |
| | | this.layoutControl1.SuspendLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties.CalendarTimeProperties)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.gcMain1)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); |
| | | this.SuspendLayout(); |
| | | // |
| | | // splitContainerControl1 |
| | | // |
| | | this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.splitContainerControl1.Horizontal = false; |
| | | this.splitContainerControl1.Location = new System.Drawing.Point(0, 0); |
| | | this.splitContainerControl1.Name = "splitContainerControl1"; |
| | | // |
| | | // splitContainerControl1.Panel1 |
| | | // |
| | | this.splitContainerControl1.Panel1.Controls.Add(this.layoutControl1); |
| | | this.splitContainerControl1.Panel1.Text = "Panel1"; |
| | | // |
| | | // splitContainerControl1.Panel2 |
| | | // |
| | | this.splitContainerControl1.Panel2.Controls.Add(this.gcMain1); |
| | | this.splitContainerControl1.Panel2.Text = "Panel2"; |
| | | this.splitContainerControl1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True; |
| | | this.splitContainerControl1.Size = new System.Drawing.Size(1397, 590); |
| | | this.splitContainerControl1.SplitterPosition = 52; |
| | | this.splitContainerControl1.TabIndex = 0; |
| | | // |
| | | // layoutControl1 |
| | | // |
| | | this.layoutControl1.Controls.Add(this.dateEdit1); |
| | | this.layoutControl1.Controls.Add(this.dateEdit2); |
| | | this.layoutControl1.Controls.Add(this.simpleButton1); |
| | | this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.layoutControl1.Location = new System.Drawing.Point(0, 0); |
| | | this.layoutControl1.Name = "layoutControl1"; |
| | | this.layoutControl1.Root = this.Root; |
| | | this.layoutControl1.Size = new System.Drawing.Size(1397, 52); |
| | | this.layoutControl1.TabIndex = 0; |
| | | this.layoutControl1.Text = "layoutControl1"; |
| | | // |
| | | // dateEdit1 |
| | | // |
| | | this.dateEdit1.EditValue = null; |
| | | this.dateEdit1.Location = new System.Drawing.Point(84, 12); |
| | | this.dateEdit1.Name = "dateEdit1"; |
| | | this.dateEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { |
| | | new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); |
| | | this.dateEdit1.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { |
| | | new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); |
| | | this.dateEdit1.Size = new System.Drawing.Size(124, 24); |
| | | this.dateEdit1.StyleController = this.layoutControl1; |
| | | this.dateEdit1.TabIndex = 4; |
| | | // |
| | | // dateEdit2 |
| | | // |
| | | this.dateEdit2.EditValue = null; |
| | | this.dateEdit2.Location = new System.Drawing.Point(284, 12); |
| | | this.dateEdit2.Name = "dateEdit2"; |
| | | this.dateEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { |
| | | new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); |
| | | this.dateEdit2.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { |
| | | new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); |
| | | this.dateEdit2.Size = new System.Drawing.Size(124, 24); |
| | | this.dateEdit2.StyleController = this.layoutControl1; |
| | | this.dateEdit2.TabIndex = 5; |
| | | // |
| | | // simpleButton1 |
| | | // |
| | | this.simpleButton1.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.viewmergeddata_16x16; |
| | | this.simpleButton1.Location = new System.Drawing.Point(412, 12); |
| | | this.simpleButton1.Name = "simpleButton1"; |
| | | this.simpleButton1.Size = new System.Drawing.Size(96, 27); |
| | | this.simpleButton1.StyleController = this.layoutControl1; |
| | | this.simpleButton1.TabIndex = 6; |
| | | this.simpleButton1.Text = "确定查询"; |
| | | // |
| | | // Root |
| | | // |
| | | this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; |
| | | this.Root.GroupBordersVisible = false; |
| | | this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
| | | this.layoutControlItem1, |
| | | this.layoutControlItem2, |
| | | this.layoutControlItem3}); |
| | | this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table; |
| | | this.Root.Name = "Root"; |
| | | columnDefinition1.SizeType = System.Windows.Forms.SizeType.Absolute; |
| | | columnDefinition1.Width = 200D; |
| | | columnDefinition2.SizeType = System.Windows.Forms.SizeType.Absolute; |
| | | columnDefinition2.Width = 200D; |
| | | columnDefinition3.SizeType = System.Windows.Forms.SizeType.Absolute; |
| | | columnDefinition3.Width = 100D; |
| | | columnDefinition4.SizeType = System.Windows.Forms.SizeType.Percent; |
| | | columnDefinition4.Width = 100D; |
| | | this.Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] { |
| | | columnDefinition1, |
| | | columnDefinition2, |
| | | columnDefinition3, |
| | | columnDefinition4}); |
| | | rowDefinition1.Height = 100D; |
| | | rowDefinition1.SizeType = System.Windows.Forms.SizeType.Percent; |
| | | this.Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] { |
| | | rowDefinition1}); |
| | | this.Root.Size = new System.Drawing.Size(1397, 52); |
| | | this.Root.TextVisible = false; |
| | | // |
| | | // layoutControlItem1 |
| | | // |
| | | this.layoutControlItem1.Control = this.dateEdit1; |
| | | this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); |
| | | this.layoutControlItem1.Name = "layoutControlItem1"; |
| | | this.layoutControlItem1.Size = new System.Drawing.Size(200, 32); |
| | | this.layoutControlItem1.Text = "开始时间"; |
| | | this.layoutControlItem1.TextSize = new System.Drawing.Size(60, 18); |
| | | // |
| | | // layoutControlItem2 |
| | | // |
| | | this.layoutControlItem2.Control = this.dateEdit2; |
| | | this.layoutControlItem2.Location = new System.Drawing.Point(200, 0); |
| | | this.layoutControlItem2.Name = "layoutControlItem2"; |
| | | this.layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 1; |
| | | this.layoutControlItem2.Size = new System.Drawing.Size(200, 32); |
| | | this.layoutControlItem2.Text = "结束时间"; |
| | | this.layoutControlItem2.TextSize = new System.Drawing.Size(60, 18); |
| | | // |
| | | // layoutControlItem3 |
| | | // |
| | | this.layoutControlItem3.Control = this.simpleButton1; |
| | | this.layoutControlItem3.Location = new System.Drawing.Point(400, 0); |
| | | this.layoutControlItem3.Name = "layoutControlItem3"; |
| | | this.layoutControlItem3.OptionsTableLayoutItem.ColumnIndex = 2; |
| | | this.layoutControlItem3.Size = new System.Drawing.Size(100, 32); |
| | | this.layoutControlItem3.Text = "确定查询"; |
| | | this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0); |
| | | this.layoutControlItem3.TextVisible = false; |
| | | // |
| | | // gcMain1 |
| | | // |
| | | this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.gcMain1.Location = new System.Drawing.Point(0, 0); |
| | | this.gcMain1.MainView = this.gridView1; |
| | | this.gcMain1.Name = "gcMain1"; |
| | | this.gcMain1.Size = new System.Drawing.Size(1397, 526); |
| | | this.gcMain1.TabIndex = 0; |
| | | this.gcMain1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { |
| | | this.gridView1}); |
| | | // |
| | | // gridView1 |
| | | // |
| | | this.gridView1.GridControl = this.gcMain1; |
| | | this.gridView1.Name = "gridView1"; |
| | | // |
| | | // WomShjh |
| | | // |
| | | this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); |
| | | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
| | | this.Text = "WomShjh"; |
| | | this.ClientSize = new System.Drawing.Size(1397, 590); |
| | | this.Controls.Add(this.splitContainerControl1); |
| | | this.Name = "WomShjh"; |
| | | this.Text = "送货计划"; |
| | | ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel1)).EndInit(); |
| | | this.splitContainerControl1.Panel1.ResumeLayout(false); |
| | | ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel2)).EndInit(); |
| | | this.splitContainerControl1.Panel2.ResumeLayout(false); |
| | | ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit(); |
| | | this.splitContainerControl1.ResumeLayout(false); |
| | | ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); |
| | | this.layoutControl1.ResumeLayout(false); |
| | | ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties.CalendarTimeProperties)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.gcMain1)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); |
| | | this.ResumeLayout(false); |
| | | |
| | | } |
| | | |
| | | #endregion |
| | | |
| | | private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1; |
| | | private DevExpress.XtraLayout.LayoutControl layoutControl1; |
| | | private DevExpress.XtraLayout.LayoutControlGroup Root; |
| | | private DevExpress.XtraEditors.DateEdit dateEdit1; |
| | | private DevExpress.XtraEditors.DateEdit dateEdit2; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; |
| | | private DevExpress.XtraEditors.SimpleButton simpleButton1; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; |
| | | private DevExpress.XtraGrid.GridControl gcMain1; |
| | | private DevExpress.XtraGrid.Views.Grid.GridView gridView1; |
| | | private DevExpress.Utils.ToolTipController tips; |
| | | } |
| | | } |