namespace IStation.WinFrmUI.Basic
|
{
|
partial class AddElectricDlg
|
{
|
/// <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();
|
this.dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
|
this.Btncancel = new DevExpress.XtraEditors.SimpleButton();
|
this.btnOk = new DevExpress.XtraEditors.SimpleButton();
|
this.txtStartMonth = new DevExpress.XtraEditors.TextEdit();
|
this.txtEndMonth = new DevExpress.XtraEditors.TextEdit();
|
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.repositoryItemButtonEdit11 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
this.StartName = new DevExpress.XtraLayout.LayoutControlItem();
|
this.结束月份 = new DevExpress.XtraLayout.LayoutControlItem();
|
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.dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
|
this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
|
((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).BeginInit();
|
this.dataLayoutControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txtStartMonth.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtEndMonth.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridControl11)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit11)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.StartName)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.结束月份)).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.dxErrorProvider1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
|
this.SuspendLayout();
|
//
|
// dataLayoutControl1
|
//
|
this.dataLayoutControl1.Controls.Add(this.Btncancel);
|
this.dataLayoutControl1.Controls.Add(this.btnOk);
|
this.dataLayoutControl1.Controls.Add(this.txtStartMonth);
|
this.dataLayoutControl1.Controls.Add(this.txtEndMonth);
|
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(964, 147, 650, 400);
|
this.dataLayoutControl1.Root = this.Root;
|
this.dataLayoutControl1.Size = new System.Drawing.Size(534, 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(402, 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 = 8;
|
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(278, 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 = 7;
|
this.btnOk.Text = "确定";
|
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
|
//
|
// txtStartMonth
|
//
|
this.txtStartMonth.Location = new System.Drawing.Point(76, 12);
|
this.txtStartMonth.Name = "txtStartMonth";
|
this.txtStartMonth.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
|
this.txtStartMonth.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
|
this.txtStartMonth.Properties.MaskSettings.Set("mask", "d");
|
this.txtStartMonth.Size = new System.Drawing.Size(446, 20);
|
this.txtStartMonth.StyleController = this.dataLayoutControl1;
|
this.txtStartMonth.TabIndex = 4;
|
//
|
// txtEndMonth
|
//
|
this.txtEndMonth.Location = new System.Drawing.Point(76, 36);
|
this.txtEndMonth.Name = "txtEndMonth";
|
this.txtEndMonth.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
|
this.txtEndMonth.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
|
this.txtEndMonth.Properties.MaskSettings.Set("mask", "d");
|
this.txtEndMonth.Size = new System.Drawing.Size(446, 20);
|
this.txtEndMonth.StyleController = this.dataLayoutControl1;
|
this.txtEndMonth.TabIndex = 5;
|
//
|
// gridControl11
|
//
|
this.gridControl11.DataSource = this.bindingSource1;
|
this.gridControl11.Location = new System.Drawing.Point(12, 60);
|
this.gridControl11.MainView = this.gridView2;
|
this.gridControl11.Name = "gridControl11";
|
this.gridControl11.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
this.repositoryItemButtonEdit1});
|
this.gridControl11.Size = new System.Drawing.Size(510, 303);
|
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.repositoryItemButtonEdit1;
|
this.ColDelete.Name = "ColDelete";
|
this.ColDelete.OptionsColumn.AllowEdit = false;
|
this.ColDelete.Visible = true;
|
this.ColDelete.VisibleIndex = 4;
|
this.ColDelete.Width = 52;
|
//
|
// 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;
|
//
|
// Root
|
//
|
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
this.Root.GroupBordersVisible = false;
|
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
this.StartName,
|
this.结束月份,
|
this.layoutControlItem1,
|
this.layoutControlItem2,
|
this.emptySpaceItem1,
|
this.layoutControlItem3});
|
this.Root.Name = "Root";
|
this.Root.Size = new System.Drawing.Size(534, 401);
|
this.Root.TextVisible = false;
|
//
|
// StartName
|
//
|
this.StartName.Control = this.txtStartMonth;
|
this.StartName.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
this.StartName.CustomizationFormText = "开始月份:";
|
this.StartName.Location = new System.Drawing.Point(0, 0);
|
this.StartName.Name = "StartName";
|
this.StartName.Size = new System.Drawing.Size(514, 24);
|
this.StartName.Text = "开始月份:";
|
this.StartName.TextSize = new System.Drawing.Size(52, 14);
|
//
|
// 结束月份
|
//
|
this.结束月份.Control = this.txtEndMonth;
|
this.结束月份.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
this.结束月份.CustomizationFormText = "结束月份:";
|
this.结束月份.Location = new System.Drawing.Point(0, 24);
|
this.结束月份.Name = "结束月份";
|
this.结束月份.Size = new System.Drawing.Size(514, 24);
|
this.结束月份.Text = "结束月份:";
|
this.结束月份.TextSize = new System.Drawing.Size(52, 14);
|
//
|
// 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, 48);
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
this.layoutControlItem1.Size = new System.Drawing.Size(514, 307);
|
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(266, 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(266, 26);
|
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
//
|
// layoutControlItem3
|
//
|
this.layoutControlItem3.Control = this.Btncancel;
|
this.layoutControlItem3.Location = new System.Drawing.Point(390, 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;
|
//
|
// dxErrorProvider1
|
//
|
this.dxErrorProvider1.ContainerControl = this;
|
//
|
// 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";
|
this.repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
|
//
|
// AddElectricDlg
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(534, 401);
|
this.Controls.Add(this.dataLayoutControl1);
|
this.MaximizeBox = false;
|
this.MaximumSize = new System.Drawing.Size(550, 440);
|
this.MinimumSize = new System.Drawing.Size(550, 440);
|
this.Name = "AddElectricDlg";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "添加电费";
|
((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).EndInit();
|
this.dataLayoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.txtStartMonth.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtEndMonth.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridControl11)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit11)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.StartName)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.结束月份)).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.dxErrorProvider1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraEditors.TextEdit txtStartMonth;
|
private DevExpress.XtraLayout.LayoutControlItem StartName;
|
private DevExpress.XtraEditors.TextEdit txtEndMonth;
|
private DevExpress.XtraLayout.LayoutControlItem 结束月份;
|
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.LayoutControlItem layoutControlItem3;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
|
}
|
}
|