namespace IStation.WinFrmUI.CalcErQu { partial class SetPrjItemSpanTimeGrid { /// /// 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(); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); this.bandedGridView1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridView(); this.gridBand1 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.colPumpNumber = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.repositoryItemImageComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox(); this.colDuration = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gridBand2 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.colStartDay = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.repositoryItemDateEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit(); this.colStartH = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.colStartM = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gridBand3 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.colEndDay = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.repositoryItemDateEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit(); this.colEndH = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.colEndM = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bandedGridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2.CalendarTimeProperties)).BeginInit(); this.SuspendLayout(); // // gridControl1 // this.gridControl1.DataSource = this.bindingSource1; this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControl1.Location = new System.Drawing.Point(0, 0); this.gridControl1.MainView = this.bandedGridView1; this.gridControl1.Name = "gridControl1"; this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemDateEdit1, this.repositoryItemDateEdit2, this.repositoryItemImageComboBox1}); this.gridControl1.Size = new System.Drawing.Size(831, 723); this.gridControl1.TabIndex = 9; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.bandedGridView1}); // // bindingSource1 // this.bindingSource1.DataSource = typeof(IStation.WinFrmUI.CalcErQu.SetPrjItemSpanTimeGrid.CurrentViewModel); // // bandedGridView1 // this.bandedGridView1.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] { this.gridBand1, this.gridBand2, this.gridBand3}); this.bandedGridView1.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] { this.colPumpNumber, this.colStartH, this.colStartM, this.colEndH, this.colEndM, this.colEndDay, this.colStartDay, this.colDuration}); this.bandedGridView1.GridControl = this.gridControl1; this.bandedGridView1.Name = "bandedGridView1"; this.bandedGridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True; this.bandedGridView1.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom; this.bandedGridView1.OptionsView.ShowDetailButtons = false; this.bandedGridView1.OptionsView.ShowGroupPanel = false; // // gridBand1 // this.gridBand1.AppearanceHeader.Options.UseTextOptions = true; this.gridBand1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridBand1.Caption = "基本信息"; this.gridBand1.Columns.Add(this.colPumpNumber); this.gridBand1.Columns.Add(this.colDuration); this.gridBand1.Name = "gridBand1"; this.gridBand1.VisibleIndex = 0; this.gridBand1.Width = 277; // // colPumpNumber // this.colPumpNumber.AppearanceCell.Options.UseTextOptions = true; this.colPumpNumber.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colPumpNumber.AppearanceHeader.Options.UseTextOptions = true; this.colPumpNumber.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colPumpNumber.Caption = "泵数量"; this.colPumpNumber.ColumnEdit = this.repositoryItemImageComboBox1; this.colPumpNumber.FieldName = "PumpNumber"; this.colPumpNumber.Name = "colPumpNumber"; this.colPumpNumber.Visible = true; this.colPumpNumber.Width = 202; // // repositoryItemImageComboBox1 // this.repositoryItemImageComboBox1.AutoHeight = false; this.repositoryItemImageComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemImageComboBox1.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] { new DevExpress.XtraEditors.Controls.ImageComboBoxItem("全关", 0, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("一台", 1, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("两台", 2, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("三台", 3, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("四台", 4, -1)}); this.repositoryItemImageComboBox1.Name = "repositoryItemImageComboBox1"; this.repositoryItemImageComboBox1.SelectedIndexChanged += new System.EventHandler(this.repositoryItemImageComboBox1_SelectedIndexChanged); // // colDuration // this.colDuration.AppearanceCell.Options.UseTextOptions = true; this.colDuration.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colDuration.AppearanceHeader.Options.UseTextOptions = true; this.colDuration.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colDuration.Caption = "持续时间"; this.colDuration.FieldName = "Duration"; this.colDuration.Name = "colDuration"; this.colDuration.Visible = true; // // gridBand2 // this.gridBand2.AppearanceHeader.Options.UseTextOptions = true; this.gridBand2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridBand2.Caption = "开机"; this.gridBand2.Columns.Add(this.colStartDay); this.gridBand2.Columns.Add(this.colStartH); this.gridBand2.Columns.Add(this.colStartM); this.gridBand2.Name = "gridBand2"; this.gridBand2.VisibleIndex = 1; this.gridBand2.Width = 246; // // colStartDay // this.colStartDay.AppearanceCell.Options.UseTextOptions = true; this.colStartDay.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colStartDay.AppearanceHeader.Options.UseTextOptions = true; this.colStartDay.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colStartDay.Caption = "日期"; this.colStartDay.ColumnEdit = this.repositoryItemDateEdit1; this.colStartDay.FieldName = "StartDay"; this.colStartDay.Name = "colStartDay"; this.colStartDay.Visible = true; this.colStartDay.Width = 107; // // repositoryItemDateEdit1 // this.repositoryItemDateEdit1.AutoHeight = false; this.repositoryItemDateEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemDateEdit1.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemDateEdit1.Name = "repositoryItemDateEdit1"; // // colStartH // this.colStartH.AppearanceHeader.Options.UseTextOptions = true; this.colStartH.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colStartH.Caption = "小时"; this.colStartH.FieldName = "StartH"; this.colStartH.Name = "colStartH"; this.colStartH.Visible = true; this.colStartH.Width = 66; // // colStartM // this.colStartM.AppearanceHeader.Options.UseTextOptions = true; this.colStartM.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colStartM.Caption = "分钟"; this.colStartM.FieldName = "StartM"; this.colStartM.Name = "colStartM"; this.colStartM.Visible = true; this.colStartM.Width = 73; // // gridBand3 // this.gridBand3.AppearanceHeader.Options.UseTextOptions = true; this.gridBand3.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridBand3.Caption = "结束"; this.gridBand3.Columns.Add(this.colEndDay); this.gridBand3.Columns.Add(this.colEndH); this.gridBand3.Columns.Add(this.colEndM); this.gridBand3.Name = "gridBand3"; this.gridBand3.VisibleIndex = 2; this.gridBand3.Width = 238; // // colEndDay // this.colEndDay.AppearanceCell.Options.UseTextOptions = true; this.colEndDay.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colEndDay.AppearanceHeader.Options.UseTextOptions = true; this.colEndDay.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colEndDay.Caption = "日期"; this.colEndDay.ColumnEdit = this.repositoryItemDateEdit2; this.colEndDay.FieldName = "EndDay"; this.colEndDay.Name = "colEndDay"; this.colEndDay.Visible = true; this.colEndDay.Width = 101; // // repositoryItemDateEdit2 // this.repositoryItemDateEdit2.AutoHeight = false; this.repositoryItemDateEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemDateEdit2.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemDateEdit2.Name = "repositoryItemDateEdit2"; // // colEndH // this.colEndH.AppearanceHeader.Options.UseTextOptions = true; this.colEndH.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colEndH.Caption = "小时"; this.colEndH.FieldName = "EndH"; this.colEndH.Name = "colEndH"; this.colEndH.Visible = true; this.colEndH.Width = 62; // // colEndM // this.colEndM.AppearanceHeader.Options.UseTextOptions = true; this.colEndM.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colEndM.Caption = "分钟"; this.colEndM.FieldName = "EndM"; this.colEndM.Name = "colEndM"; this.colEndM.Visible = true; // // SetPrjItemSpanTimeGrid // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.gridControl1); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "SetPrjItemSpanTimeGrid"; this.Size = new System.Drawing.Size(831, 723); this.Load += new System.EventHandler(this.AddManuPrjDlg_Load); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bandedGridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraGrid.GridControl gridControl1; private System.Windows.Forms.BindingSource bindingSource1; private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repositoryItemDateEdit1; private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repositoryItemDateEdit2; private DevExpress.XtraGrid.Views.BandedGrid.BandedGridView bandedGridView1; private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colPumpNumber; private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colStartDay; private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colStartH; private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colStartM; private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colEndDay; private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colEndH; private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colEndM; private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand1; private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colDuration; private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand2; private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand3; private DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox repositoryItemImageComboBox1; } }