namespace PBS.WinFrmUI { partial class EditElectricDlg { /// /// 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() { components = new System.ComponentModel.Container(); DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditElectricDlg)); 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(); repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl(); Btncancel = new DevExpress.XtraEditors.SimpleButton(); btnOk = new DevExpress.XtraEditors.SimpleButton(); gridControl11 = new DevExpress.XtraGrid.GridControl(); bindingSource1 = new BindingSource(components); gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView(); colStartHour = new DevExpress.XtraGrid.Columns.GridColumn(); colStartTime = new DevExpress.XtraGrid.Columns.GridColumn(); colEndTime = new DevExpress.XtraGrid.Columns.GridColumn(); colPrice = new DevExpress.XtraGrid.Columns.GridColumn(); colDelete = new DevExpress.XtraGrid.Columns.GridColumn(); repositoryItemButtonEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); repositoryItemButtonEdit11 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components); ((System.ComponentModel.ISupportInitialize)repositoryItemButtonEdit1).BeginInit(); ((System.ComponentModel.ISupportInitialize)dataLayoutControl1).BeginInit(); dataLayoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)gridControl11).BeginInit(); ((System.ComponentModel.ISupportInitialize)bindingSource1).BeginInit(); ((System.ComponentModel.ISupportInitialize)gridView2).BeginInit(); ((System.ComponentModel.ISupportInitialize)repositoryItemButtonEdit2).BeginInit(); ((System.ComponentModel.ISupportInitialize)Root).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit(); ((System.ComponentModel.ISupportInitialize)repositoryItemButtonEdit11).BeginInit(); ((System.ComponentModel.ISupportInitialize)dxErrorProvider1).BeginInit(); SuspendLayout(); // // repositoryItemButtonEdit1 // repositoryItemButtonEdit1.AutoHeight = false; repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph) }); repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1"; // // dataLayoutControl1 // dataLayoutControl1.Controls.Add(Btncancel); dataLayoutControl1.Controls.Add(btnOk); dataLayoutControl1.Controls.Add(gridControl11); dataLayoutControl1.Dock = DockStyle.Fill; dataLayoutControl1.Location = new Point(0, 0); dataLayoutControl1.Margin = new Padding(3, 4, 3, 4); dataLayoutControl1.Name = "dataLayoutControl1"; dataLayoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(854, 166, 650, 400); dataLayoutControl1.Root = Root; dataLayoutControl1.Size = new Size(616, 514); dataLayoutControl1.TabIndex = 0; dataLayoutControl1.Text = "dataLayoutControl1"; // // Btncancel // Btncancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning; Btncancel.Appearance.Options.UseBackColor = true; Btncancel.DialogResult = DialogResult.Cancel; Btncancel.Location = new Point(466, 470); Btncancel.Margin = new Padding(3, 4, 3, 4); Btncancel.MaximumSize = new Size(137, 28); Btncancel.MinimumSize = new Size(137, 28); Btncancel.Name = "Btncancel"; Btncancel.Size = new Size(137, 28); Btncancel.StyleController = dataLayoutControl1; Btncancel.TabIndex = 9; Btncancel.Text = "取消"; // // btnOk // btnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Question; btnOk.Appearance.Options.UseBackColor = true; btnOk.Location = new Point(325, 470); btnOk.Margin = new Padding(3, 4, 3, 4); btnOk.MaximumSize = new Size(137, 28); btnOk.MinimumSize = new Size(137, 28); btnOk.Name = "btnOk"; btnOk.Size = new Size(137, 28); btnOk.StyleController = dataLayoutControl1; btnOk.TabIndex = 8; btnOk.Text = "确定"; btnOk.Click += btnOk_Click; // // gridControl11 // gridControl11.DataSource = bindingSource1; gridControl11.EmbeddedNavigator.Margin = new Padding(3, 5, 3, 5); gridControl11.Location = new Point(13, 16); gridControl11.MainView = gridView2; gridControl11.Margin = new Padding(3, 4, 3, 4); gridControl11.Name = "gridControl11"; gridControl11.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repositoryItemButtonEdit2 }); gridControl11.Size = new Size(590, 448); gridControl11.TabIndex = 4; gridControl11.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView2 }); // // gridView2 // gridView2.Appearance.Row.Options.UseTextOptions = true; gridView2.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colStartHour, colStartTime, colEndTime, colPrice, colDelete }); gridView2.DetailHeight = 450; gridView2.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus; gridView2.GridControl = gridControl11; gridView2.Name = "gridView2"; gridView2.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True; gridView2.OptionsCustomization.AllowFilter = false; gridView2.OptionsCustomization.AllowQuickHideColumns = false; gridView2.OptionsCustomization.AllowSort = false; gridView2.OptionsEditForm.PopupEditFormWidth = 914; gridView2.OptionsMenu.EnableColumnMenu = false; gridView2.OptionsView.EnableAppearanceEvenRow = true; gridView2.OptionsView.EnableAppearanceOddRow = true; gridView2.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom; gridView2.OptionsView.ShowGroupPanel = false; gridView2.OptionsView.ShowIndicator = false; gridView2.RowCellClick += gridView2_RowCellClick; // // colStartHour // colStartHour.Caption = "时段"; colStartHour.FieldName = "TimeFrame"; colStartHour.MinWidth = 23; colStartHour.Name = "colStartHour"; colStartHour.Visible = true; colStartHour.VisibleIndex = 0; colStartHour.Width = 145; // // colStartTime // colStartTime.Caption = "开始时间"; colStartTime.FieldName = "StartHour"; colStartTime.MinWidth = 23; colStartTime.Name = "colStartTime"; colStartTime.Visible = true; colStartTime.VisibleIndex = 1; colStartTime.Width = 145; // // colEndTime // colEndTime.Caption = "结束时间"; colEndTime.FieldName = "EndHour"; colEndTime.MinWidth = 23; colEndTime.Name = "colEndTime"; colEndTime.Visible = true; colEndTime.VisibleIndex = 2; colEndTime.Width = 213; // // colPrice // colPrice.Caption = "价格"; colPrice.FieldName = "Price"; colPrice.MinWidth = 23; colPrice.Name = "colPrice"; colPrice.Visible = true; colPrice.VisibleIndex = 3; colPrice.Width = 167; // // colDelete // colDelete.Caption = "删除"; colDelete.ColumnEdit = repositoryItemButtonEdit2; colDelete.MinWidth = 23; colDelete.Name = "colDelete"; colDelete.OptionsColumn.AllowEdit = false; colDelete.Visible = true; colDelete.VisibleIndex = 4; colDelete.Width = 59; // // repositoryItemButtonEdit2 // repositoryItemButtonEdit2.AutoHeight = false; editorButtonImageOptions1.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("editorButtonImageOptions1.SvgImage"); repositoryItemButtonEdit2.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(Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) }); repositoryItemButtonEdit2.Name = "repositoryItemButtonEdit2"; repositoryItemButtonEdit2.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor; // // Root // Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2, emptySpaceItem1, layoutControlItem3 }); Root.Name = "Root"; Root.Size = new Size(616, 514); Root.TextVisible = false; // // layoutControlItem1 // layoutControlItem1.Control = gridControl11; layoutControlItem1.ControlAlignment = ContentAlignment.TopLeft; layoutControlItem1.CustomizationFormText = "layoutControlItem1"; layoutControlItem1.Location = new Point(0, 0); layoutControlItem1.Name = "layoutControlItem1"; layoutControlItem1.Size = new Size(594, 454); layoutControlItem1.TextSize = new Size(0, 0); layoutControlItem1.TextVisible = false; // // layoutControlItem2 // layoutControlItem2.Control = btnOk; layoutControlItem2.Location = new Point(312, 454); layoutControlItem2.Name = "layoutControlItem2"; layoutControlItem2.Size = new Size(141, 34); layoutControlItem2.TextSize = new Size(0, 0); layoutControlItem2.TextVisible = false; // // emptySpaceItem1 // emptySpaceItem1.AllowHotTrack = false; emptySpaceItem1.Location = new Point(0, 454); emptySpaceItem1.Name = "emptySpaceItem1"; emptySpaceItem1.Size = new Size(312, 34); emptySpaceItem1.TextSize = new Size(0, 0); // // layoutControlItem3 // layoutControlItem3.Control = Btncancel; layoutControlItem3.Location = new Point(453, 454); layoutControlItem3.Name = "layoutControlItem3"; layoutControlItem3.Size = new Size(141, 34); layoutControlItem3.TextSize = new Size(0, 0); layoutControlItem3.TextVisible = false; // // repositoryItemButtonEdit11 // repositoryItemButtonEdit11.AllowFocused = false; repositoryItemButtonEdit11.AutoHeight = false; repositoryItemButtonEdit11.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph) }); repositoryItemButtonEdit11.Name = "repositoryItemButtonEdit11"; repositoryItemButtonEdit11.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor; // // dxErrorProvider1 // dxErrorProvider1.ContainerControl = this; // // EditElectricDlg // AutoScaleDimensions = new SizeF(8F, 18F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(616, 514); Controls.Add(dataLayoutControl1); Margin = new Padding(3, 4, 3, 4); MaximizeBox = false; MaximumSize = new Size(555, 441); MinimumSize = new Size(541, 441); Name = "EditElectricDlg"; StartPosition = FormStartPosition.CenterScreen; Text = "编辑电费"; ((System.ComponentModel.ISupportInitialize)repositoryItemButtonEdit1).EndInit(); ((System.ComponentModel.ISupportInitialize)dataLayoutControl1).EndInit(); dataLayoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)gridControl11).EndInit(); ((System.ComponentModel.ISupportInitialize)bindingSource1).EndInit(); ((System.ComponentModel.ISupportInitialize)gridView2).EndInit(); ((System.ComponentModel.ISupportInitialize)repositoryItemButtonEdit2).EndInit(); ((System.ComponentModel.ISupportInitialize)Root).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit(); ((System.ComponentModel.ISupportInitialize)repositoryItemButtonEdit11).EndInit(); ((System.ComponentModel.ISupportInitialize)dxErrorProvider1).EndInit(); 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; } }