namespace IStation.WinFrmUI.Basic
|
{
|
partial class EditElectricDlg
|
{
|
/// <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 Windows Form 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();
|
DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
|
DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions2 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject();
|
this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
|
this.dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
|
this.Btncancel = new DevExpress.XtraEditors.SimpleButton();
|
this.btnOk = new DevExpress.XtraEditors.SimpleButton();
|
this.gridControl11 = new DevExpress.XtraGrid.GridControl();
|
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
this.colStartHour = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colStartTime = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colEndTime = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colPrice = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colDelete = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.repositoryItemButtonEdit11 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
|
this.dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
|
this.repositoryItemButtonEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).BeginInit();
|
this.dataLayoutControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.gridControl11)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit11)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).BeginInit();
|
this.SuspendLayout();
|
//
|
// repositoryItemButtonEdit1
|
//
|
this.repositoryItemButtonEdit1.AutoHeight = false;
|
editorButtonImageOptions1.Image = global::IStation.WinFrmUI.Basic.Properties.Resources.cancel_16x16;
|
this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
|
this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
|
//
|
// dataLayoutControl1
|
//
|
this.dataLayoutControl1.Controls.Add(this.Btncancel);
|
this.dataLayoutControl1.Controls.Add(this.btnOk);
|
this.dataLayoutControl1.Controls.Add(this.gridControl11);
|
this.dataLayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.dataLayoutControl1.Location = new System.Drawing.Point(0, 0);
|
this.dataLayoutControl1.Name = "dataLayoutControl1";
|
this.dataLayoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(854, 166, 650, 400);
|
this.dataLayoutControl1.Root = this.Root;
|
this.dataLayoutControl1.Size = new System.Drawing.Size(539, 401);
|
this.dataLayoutControl1.TabIndex = 0;
|
this.dataLayoutControl1.Text = "dataLayoutControl1";
|
//
|
// Btncancel
|
//
|
this.Btncancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
|
this.Btncancel.Appearance.Options.UseBackColor = true;
|
this.Btncancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
this.Btncancel.Location = new System.Drawing.Point(407, 367);
|
this.Btncancel.MaximumSize = new System.Drawing.Size(120, 22);
|
this.Btncancel.MinimumSize = new System.Drawing.Size(120, 22);
|
this.Btncancel.Name = "Btncancel";
|
this.Btncancel.Size = new System.Drawing.Size(120, 22);
|
this.Btncancel.StyleController = this.dataLayoutControl1;
|
this.Btncancel.TabIndex = 9;
|
this.Btncancel.Text = "取消";
|
//
|
// btnOk
|
//
|
this.btnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Question;
|
this.btnOk.Appearance.Options.UseBackColor = true;
|
this.btnOk.Location = new System.Drawing.Point(283, 367);
|
this.btnOk.MaximumSize = new System.Drawing.Size(120, 22);
|
this.btnOk.MinimumSize = new System.Drawing.Size(120, 22);
|
this.btnOk.Name = "btnOk";
|
this.btnOk.Size = new System.Drawing.Size(120, 22);
|
this.btnOk.StyleController = this.dataLayoutControl1;
|
this.btnOk.TabIndex = 8;
|
this.btnOk.Text = "确定";
|
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
|
//
|
// gridControl11
|
//
|
this.gridControl11.DataSource = this.bindingSource1;
|
this.gridControl11.Location = new System.Drawing.Point(12, 12);
|
this.gridControl11.MainView = this.gridView2;
|
this.gridControl11.Name = "gridControl11";
|
this.gridControl11.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
this.repositoryItemButtonEdit2});
|
this.gridControl11.Size = new System.Drawing.Size(515, 351);
|
this.gridControl11.TabIndex = 4;
|
this.gridControl11.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
this.gridView2});
|
//
|
// gridView2
|
//
|
this.gridView2.Appearance.Row.Options.UseTextOptions = true;
|
this.gridView2.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
this.colStartHour,
|
this.colStartTime,
|
this.colEndTime,
|
this.colPrice,
|
this.colDelete});
|
this.gridView2.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
|
this.gridView2.GridControl = this.gridControl11;
|
this.gridView2.Name = "gridView2";
|
this.gridView2.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
|
this.gridView2.OptionsCustomization.AllowFilter = false;
|
this.gridView2.OptionsCustomization.AllowQuickHideColumns = false;
|
this.gridView2.OptionsCustomization.AllowSort = false;
|
this.gridView2.OptionsMenu.EnableColumnMenu = false;
|
this.gridView2.OptionsView.EnableAppearanceEvenRow = true;
|
this.gridView2.OptionsView.EnableAppearanceOddRow = true;
|
this.gridView2.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
|
this.gridView2.OptionsView.ShowGroupPanel = false;
|
this.gridView2.OptionsView.ShowIndicator = false;
|
this.gridView2.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.gridView2_RowCellClick);
|
//
|
// colStartHour
|
//
|
this.colStartHour.Caption = "时段";
|
this.colStartHour.FieldName = "TimeFrame";
|
this.colStartHour.Name = "colStartHour";
|
this.colStartHour.Visible = true;
|
this.colStartHour.VisibleIndex = 0;
|
this.colStartHour.Width = 127;
|
//
|
// colStartTime
|
//
|
this.colStartTime.Caption = "开始时间";
|
this.colStartTime.FieldName = "StartHour";
|
this.colStartTime.Name = "colStartTime";
|
this.colStartTime.Visible = true;
|
this.colStartTime.VisibleIndex = 1;
|
this.colStartTime.Width = 127;
|
//
|
// colEndTime
|
//
|
this.colEndTime.Caption = "结束时间";
|
this.colEndTime.FieldName = "EndHour";
|
this.colEndTime.Name = "colEndTime";
|
this.colEndTime.Visible = true;
|
this.colEndTime.VisibleIndex = 2;
|
this.colEndTime.Width = 186;
|
//
|
// colPrice
|
//
|
this.colPrice.Caption = "价格";
|
this.colPrice.FieldName = "Price";
|
this.colPrice.Name = "colPrice";
|
this.colPrice.Visible = true;
|
this.colPrice.VisibleIndex = 3;
|
this.colPrice.Width = 146;
|
//
|
// colDelete
|
//
|
this.colDelete.Caption = "删除";
|
this.colDelete.ColumnEdit = this.repositoryItemButtonEdit2;
|
this.colDelete.Name = "colDelete";
|
this.colDelete.OptionsColumn.AllowEdit = false;
|
this.colDelete.Visible = true;
|
this.colDelete.VisibleIndex = 4;
|
this.colDelete.Width = 52;
|
//
|
// 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.emptySpaceItem1,
|
this.layoutControlItem3});
|
this.Root.Name = "Root";
|
this.Root.Size = new System.Drawing.Size(539, 401);
|
this.Root.TextVisible = false;
|
//
|
// layoutControlItem1
|
//
|
this.layoutControlItem1.Control = this.gridControl11;
|
this.layoutControlItem1.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
|
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
this.layoutControlItem1.Size = new System.Drawing.Size(519, 355);
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
|
this.layoutControlItem1.TextVisible = false;
|
//
|
// layoutControlItem2
|
//
|
this.layoutControlItem2.Control = this.btnOk;
|
this.layoutControlItem2.Location = new System.Drawing.Point(271, 355);
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
this.layoutControlItem2.Size = new System.Drawing.Size(124, 26);
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
this.layoutControlItem2.TextVisible = false;
|
//
|
// emptySpaceItem1
|
//
|
this.emptySpaceItem1.AllowHotTrack = false;
|
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 355);
|
this.emptySpaceItem1.Name = "emptySpaceItem1";
|
this.emptySpaceItem1.Size = new System.Drawing.Size(271, 26);
|
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
//
|
// layoutControlItem3
|
//
|
this.layoutControlItem3.Control = this.Btncancel;
|
this.layoutControlItem3.Location = new System.Drawing.Point(395, 355);
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
this.layoutControlItem3.Size = new System.Drawing.Size(124, 26);
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
|
this.layoutControlItem3.TextVisible = false;
|
//
|
// repositoryItemButtonEdit11
|
//
|
this.repositoryItemButtonEdit11.AllowFocused = false;
|
this.repositoryItemButtonEdit11.AutoHeight = false;
|
this.repositoryItemButtonEdit11.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph)});
|
this.repositoryItemButtonEdit11.Name = "repositoryItemButtonEdit11";
|
this.repositoryItemButtonEdit11.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
|
//
|
// dxErrorProvider1
|
//
|
this.dxErrorProvider1.ContainerControl = this;
|
//
|
// repositoryItemButtonEdit2
|
//
|
this.repositoryItemButtonEdit2.AutoHeight = false;
|
editorButtonImageOptions2.Image = global::IStation.WinFrmUI.Basic.Properties.Resources.cancel_16x16;
|
this.repositoryItemButtonEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
|
this.repositoryItemButtonEdit2.Name = "repositoryItemButtonEdit2";
|
this.repositoryItemButtonEdit2.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
|
//
|
// EditElectricDlg
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(539, 401);
|
this.Controls.Add(this.dataLayoutControl1);
|
this.MaximizeBox = false;
|
this.MaximumSize = new System.Drawing.Size(555, 440);
|
this.MinimumSize = new System.Drawing.Size(555, 440);
|
this.Name = "EditElectricDlg";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "编辑电费";
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).EndInit();
|
this.dataLayoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.gridControl11)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit11)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraGrid.GridControl gridControl11;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
|
private DevExpress.XtraGrid.Columns.GridColumn colStartHour;
|
private DevExpress.XtraGrid.Columns.GridColumn colStartTime;
|
private DevExpress.XtraGrid.Columns.GridColumn colEndTime;
|
private DevExpress.XtraGrid.Columns.GridColumn colPrice;
|
private DevExpress.XtraGrid.Columns.GridColumn colDelete;
|
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit11;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private System.Windows.Forms.BindingSource bindingSource1;
|
private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
|
private DevExpress.XtraEditors.SimpleButton btnOk;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
private DevExpress.XtraEditors.SimpleButton Btncancel;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
|
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit2;
|
}
|
}
|