namespace PBS.WinFrmUI { partial class ElecPriceMgr { /// /// 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 Component 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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ElecPriceMgr)); ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl(); barBtnUp = new DevExpress.XtraBars.BarButtonItem(); barBtnDown = new DevExpress.XtraBars.BarButtonItem(); barCkDrag = new DevExpress.XtraBars.BarCheckItem(); BtnAdd = new DevExpress.XtraBars.BarButtonItem(); BtnEdit = new DevExpress.XtraBars.BarButtonItem(); BtnDelete = new DevExpress.XtraBars.BarButtonItem(); ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage(); ribPageGroupForBasic = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); sidePanel1 = new DevExpress.XtraEditors.SidePanel(); gridControl1 = new DevExpress.XtraGrid.GridControl(); elecPriceViewModelBindingSource = new BindingSource(components); gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); colTimeFrame = new DevExpress.XtraGrid.Columns.GridColumn(); colStartHour = new DevExpress.XtraGrid.Columns.GridColumn(); colEndHour = new DevExpress.XtraGrid.Columns.GridColumn(); colPrice = new DevExpress.XtraGrid.Columns.GridColumn(); colDescription = new DevExpress.XtraGrid.Columns.GridColumn(); gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)ribbonControl1).BeginInit(); sidePanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)gridControl1).BeginInit(); ((System.ComponentModel.ISupportInitialize)elecPriceViewModelBindingSource).BeginInit(); ((System.ComponentModel.ISupportInitialize)gridView1).BeginInit(); SuspendLayout(); // // ribbonControl1 // ribbonControl1.EmptyAreaImageOptions.ImagePadding = new Padding(34, 39, 34, 39); ribbonControl1.ExpandCollapseItem.Id = 0; ribbonControl1.ItemPanelStyle = DevExpress.XtraBars.Ribbon.RibbonItemPanelStyle.Classic; ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { ribbonControl1.ExpandCollapseItem, barBtnUp, barBtnDown, barCkDrag, BtnAdd, BtnEdit, BtnDelete }); ribbonControl1.Location = new Point(0, 0); ribbonControl1.Margin = new Padding(3, 4, 3, 4); ribbonControl1.MaxItemId = 31; ribbonControl1.Name = "ribbonControl1"; ribbonControl1.OptionsMenuMinWidth = 377; ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] { ribbonPage1 }); ribbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False; ribbonControl1.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False; ribbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages; ribbonControl1.ShowToolbarCustomizeItem = false; ribbonControl1.Size = new Size(818, 157); ribbonControl1.Toolbar.ShowCustomizeItem = false; ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden; // // barBtnUp // barBtnUp.Id = 25; barBtnUp.Name = "barBtnUp"; // // barBtnDown // barBtnDown.Id = 26; barBtnDown.Name = "barBtnDown"; // // barCkDrag // barCkDrag.Id = 27; barCkDrag.Name = "barCkDrag"; // // BtnAdd // BtnAdd.Caption = "增加"; BtnAdd.Id = 28; BtnAdd.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("BtnAdd.ImageOptions.SvgImage"); BtnAdd.Name = "BtnAdd"; BtnAdd.ItemClick += BtnAdd_ItemClick; // // BtnEdit // BtnEdit.Caption = "编辑"; BtnEdit.Id = 29; BtnEdit.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("BtnEdit.ImageOptions.SvgImage"); BtnEdit.Name = "BtnEdit"; BtnEdit.ItemClick += BtnEdit_ItemClick; // // BtnDelete // BtnDelete.Caption = "删除"; BtnDelete.Id = 30; BtnDelete.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("BtnDelete.ImageOptions.SvgImage"); BtnDelete.Name = "BtnDelete"; BtnDelete.ItemClick += BtnDelete_ItemClick; // // ribbonPage1 // ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { ribPageGroupForBasic }); ribbonPage1.Name = "ribbonPage1"; ribbonPage1.Text = "ribbonPage1"; // // ribPageGroupForBasic // ribPageGroupForBasic.ItemLinks.Add(BtnAdd); ribPageGroupForBasic.ItemLinks.Add(BtnEdit); ribPageGroupForBasic.ItemLinks.Add(BtnDelete); ribPageGroupForBasic.Name = "ribPageGroupForBasic"; ribPageGroupForBasic.Text = "基础"; // // sidePanel1 // sidePanel1.Controls.Add(gridControl1); sidePanel1.Dock = DockStyle.Fill; sidePanel1.Location = new Point(0, 157); sidePanel1.Name = "sidePanel1"; sidePanel1.Size = new Size(818, 299); sidePanel1.TabIndex = 2; sidePanel1.Text = "sidePanel1"; // // gridControl1 // gridControl1.DataSource = elecPriceViewModelBindingSource; gridControl1.Dock = DockStyle.Fill; gridControl1.Location = new Point(0, 0); gridControl1.MainView = gridView1; gridControl1.MenuManager = ribbonControl1; gridControl1.Name = "gridControl1"; gridControl1.Size = new Size(818, 299); gridControl1.TabIndex = 0; gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 }); // // elecPriceViewModelBindingSource // elecPriceViewModelBindingSource.DataSource = typeof(ElecPriceViewModel); // // gridView1 // gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colTimeFrame, colStartHour, colEndHour, colPrice, colDescription, gridColumn1 }); gridView1.GridControl = gridControl1; gridView1.Name = "gridView1"; gridView1.OptionsView.AllowCellMerge = true; gridView1.OptionsView.ShowGroupPanel = false; // // colTimeFrame // colTimeFrame.FieldName = "TimeFrame"; colTimeFrame.MinWidth = 25; colTimeFrame.Name = "colTimeFrame"; colTimeFrame.Visible = true; colTimeFrame.VisibleIndex = 1; colTimeFrame.Width = 94; // // colStartHour // colStartHour.FieldName = "StartHour"; colStartHour.MinWidth = 25; colStartHour.Name = "colStartHour"; colStartHour.Visible = true; colStartHour.VisibleIndex = 2; colStartHour.Width = 94; // // colEndHour // colEndHour.FieldName = "EndHour"; colEndHour.MinWidth = 25; colEndHour.Name = "colEndHour"; colEndHour.Visible = true; colEndHour.VisibleIndex = 3; colEndHour.Width = 94; // // colPrice // colPrice.FieldName = "Price"; colPrice.MinWidth = 25; colPrice.Name = "colPrice"; colPrice.Visible = true; colPrice.VisibleIndex = 4; colPrice.Width = 94; // // colDescription // colDescription.FieldName = "Description"; colDescription.MinWidth = 25; colDescription.Name = "colDescription"; colDescription.Width = 94; // // gridColumn1 // gridColumn1.Caption = "月份"; gridColumn1.FieldName = "BelongName"; gridColumn1.MinWidth = 25; gridColumn1.Name = "gridColumn1"; gridColumn1.Visible = true; gridColumn1.VisibleIndex = 0; gridColumn1.Width = 94; // // ElecPriceMgr // Appearance.BackColor = SystemColors.Control; Appearance.Options.UseBackColor = true; AutoScaleDimensions = new SizeF(8F, 18F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(sidePanel1); Controls.Add(ribbonControl1); Name = "ElecPriceMgr"; Size = new Size(818, 456); ((System.ComponentModel.ISupportInitialize)ribbonControl1).EndInit(); sidePanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)gridControl1).EndInit(); ((System.ComponentModel.ISupportInitialize)elecPriceViewModelBindingSource).EndInit(); ((System.ComponentModel.ISupportInitialize)gridView1).EndInit(); ResumeLayout(false); PerformLayout(); } #endregion private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl1; private DevExpress.XtraBars.BarButtonItem barBtnAdd; private DevExpress.XtraBars.BarButtonItem barBtnEdit; private DevExpress.XtraBars.BarButtonItem barBtnUp; private DevExpress.XtraBars.BarButtonItem barBtnDown; private DevExpress.XtraBars.BarCheckItem barCkDrag; private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1; private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribPageGroupForBasic; private DevExpress.XtraEditors.SidePanel sidePanel1; private DevExpress.XtraBars.BarButtonItem BtnAdd; private DevExpress.XtraBars.BarButtonItem BtnEdit; private DevExpress.XtraBars.BarButtonItem BtnDelete; private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private BindingSource elecPriceViewModelBindingSource; private DevExpress.XtraGrid.Columns.GridColumn colTimeFrame; private DevExpress.XtraGrid.Columns.GridColumn colStartHour; private DevExpress.XtraGrid.Columns.GridColumn colEndHour; private DevExpress.XtraGrid.Columns.GridColumn colPrice; private DevExpress.XtraGrid.Columns.GridColumn colDescription; private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; } }