namespace IStation.WinFrmUI.Basic
|
{
|
partial class ElecPriceMgrCtrl
|
{
|
/// <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 Component 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()
|
{
|
this.components = new System.ComponentModel.Container();
|
this.barRoot = new DevExpress.XtraBars.BarSubItem();
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
|
this.currentViewModelBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
this.colBelongName = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colName = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colStartHour = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colEndHour = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colPrice = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colDescription = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.barRootBasicInfoMgr = new DevExpress.XtraBars.BarSubItem();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
this.layoutControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.currentViewModelBindingSource)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
this.SuspendLayout();
|
//
|
// barRoot
|
//
|
this.barRoot.Caption = "barSubItem1";
|
this.barRoot.Id = 17;
|
this.barRoot.Name = "barRoot";
|
//
|
// layoutControl1
|
//
|
this.layoutControl1.Controls.Add(this.gridControl1);
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
|
this.layoutControl1.Name = "layoutControl1";
|
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1270, 260, 650, 400);
|
this.layoutControl1.Root = this.Root;
|
this.layoutControl1.Size = new System.Drawing.Size(1015, 569);
|
this.layoutControl1.TabIndex = 6;
|
this.layoutControl1.Text = "layoutControl1";
|
//
|
// gridControl1
|
//
|
this.gridControl1.DataSource = this.currentViewModelBindingSource;
|
this.gridControl1.Location = new System.Drawing.Point(0, 0);
|
this.gridControl1.MainView = this.gridView1;
|
this.gridControl1.Name = "gridControl1";
|
this.gridControl1.Size = new System.Drawing.Size(1015, 569);
|
this.gridControl1.TabIndex = 4;
|
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
this.gridView1});
|
//
|
// currentViewModelBindingSource
|
//
|
this.currentViewModelBindingSource.DataSource = typeof(IStation.WinFrmUI.Basic.ElecPriceMgrCtrl.CurrentViewModel);
|
//
|
// gridView1
|
//
|
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
this.colBelongName,
|
this.colName,
|
this.colStartHour,
|
this.colEndHour,
|
this.colPrice,
|
this.colDescription});
|
this.gridView1.GridControl = this.gridControl1;
|
this.gridView1.Name = "gridView1";
|
this.gridView1.OptionsDetail.EnableMasterViewMode = false;
|
this.gridView1.OptionsView.ShowGroupPanel = false;
|
//
|
// colBelongName
|
//
|
this.colBelongName.Caption = "月份";
|
this.colBelongName.FieldName = "BelongName";
|
this.colBelongName.Name = "colBelongName";
|
this.colBelongName.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.True;
|
this.colBelongName.Visible = true;
|
this.colBelongName.VisibleIndex = 0;
|
//
|
// colName
|
//
|
this.colName.Caption = "时段";
|
this.colName.FieldName = "TimeFrame";
|
this.colName.Name = "colName";
|
this.colName.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
|
this.colName.Visible = true;
|
this.colName.VisibleIndex = 1;
|
//
|
// colStartHour
|
//
|
this.colStartHour.Caption = "开始时";
|
this.colStartHour.FieldName = "StartHour";
|
this.colStartHour.Name = "colStartHour";
|
this.colStartHour.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
|
this.colStartHour.Visible = true;
|
this.colStartHour.VisibleIndex = 2;
|
//
|
// colEndHour
|
//
|
this.colEndHour.Caption = "结束时";
|
this.colEndHour.FieldName = "EndHour";
|
this.colEndHour.Name = "colEndHour";
|
this.colEndHour.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
|
this.colEndHour.Visible = true;
|
this.colEndHour.VisibleIndex = 3;
|
//
|
// colPrice
|
//
|
this.colPrice.Caption = "价格(元)";
|
this.colPrice.FieldName = "Price";
|
this.colPrice.Name = "colPrice";
|
this.colPrice.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
|
this.colPrice.Visible = true;
|
this.colPrice.VisibleIndex = 4;
|
//
|
// colDescription
|
//
|
this.colDescription.FieldName = "Description";
|
this.colDescription.Name = "colDescription";
|
this.colDescription.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
|
//
|
// Root
|
//
|
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
this.Root.GroupBordersVisible = false;
|
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
this.layoutControlItem1});
|
this.Root.Name = "Root";
|
this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
this.Root.Size = new System.Drawing.Size(1015, 569);
|
this.Root.TextVisible = false;
|
//
|
// layoutControlItem1
|
//
|
this.layoutControlItem1.Control = this.gridControl1;
|
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
this.layoutControlItem1.Size = new System.Drawing.Size(1015, 569);
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
|
this.layoutControlItem1.TextVisible = false;
|
//
|
// barRootBasicInfoMgr
|
//
|
this.barRootBasicInfoMgr.Caption = "barSubItem1";
|
this.barRootBasicInfoMgr.Id = 20;
|
this.barRootBasicInfoMgr.Name = "barRootBasicInfoMgr";
|
//
|
// ElecPriceMgrCtrl
|
//
|
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
this.Appearance.Options.UseBackColor = true;
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.Controls.Add(this.layoutControl1);
|
this.Name = "ElecPriceMgrCtrl";
|
this.Size = new System.Drawing.Size(1015, 569);
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
this.layoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.currentViewModelBindingSource)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraBars.BarSubItem barRoot;
|
private DevExpress.XtraBars.BarSubItem barRootBasicInfoMgr;
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private System.Windows.Forms.BindingSource currentViewModelBindingSource;
|
private DevExpress.XtraGrid.Columns.GridColumn colBelongName;
|
private DevExpress.XtraGrid.Columns.GridColumn colName;
|
private DevExpress.XtraGrid.Columns.GridColumn colStartHour;
|
private DevExpress.XtraGrid.Columns.GridColumn colEndHour;
|
private DevExpress.XtraGrid.Columns.GridColumn colPrice;
|
private DevExpress.XtraGrid.Columns.GridColumn colDescription;
|
}
|
}
|