using DevExpress.XtraGrid.Views.Grid;
|
using System.ComponentModel;
|
using System.Windows.Forms;
|
|
namespace HStation.WinFrmUI.WE
|
{
|
partial class WaterEquivalentMgr
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private 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();
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WaterEquivalentMgr));
|
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
|
this.currentViewModelBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
this.colCount = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colRatedFlow = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colMinRatedFlow = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colName = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
|
this.barBtnSave = new DevExpress.XtraBars.BarButtonItem();
|
this.barBtnRefresh = new DevExpress.XtraBars.BarButtonItem();
|
this.barCekSearch = new DevExpress.XtraBars.BarCheckItem();
|
this.barBtnAdd = new DevExpress.XtraBars.BarButtonItem();
|
this.barBtnEdit = new DevExpress.XtraBars.BarButtonItem();
|
this.barBtnDelete = new DevExpress.XtraBars.BarButtonItem();
|
this.ribbonPage = new DevExpress.XtraBars.Ribbon.RibbonPage();
|
this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
|
this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
|
this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
|
this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.currentViewModelBindingSource)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
|
this.dockPanel1.SuspendLayout();
|
this.dockPanel1_Container.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// gridControl1
|
//
|
this.gridControl1.DataSource = this.currentViewModelBindingSource;
|
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.gridControl1.Location = new System.Drawing.Point(200, 104);
|
this.gridControl1.MainView = this.gridView1;
|
this.gridControl1.Name = "gridControl1";
|
this.gridControl1.Size = new System.Drawing.Size(618, 577);
|
this.gridControl1.TabIndex = 18;
|
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
this.gridView1});
|
//
|
// currentViewModelBindingSource
|
//
|
//
|
// gridView1
|
//
|
this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true;
|
this.gridView1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
this.colCount,
|
this.colRatedFlow,
|
this.colMinRatedFlow,
|
this.colName});
|
this.gridView1.GridControl = this.gridControl1;
|
this.gridView1.Name = "gridView1";
|
this.gridView1.OptionsBehavior.Editable = false;
|
this.gridView1.OptionsDetail.EnableMasterViewMode = false;
|
//
|
// colCount
|
//
|
this.colCount.AppearanceCell.Options.UseTextOptions = true;
|
this.colCount.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colCount.Caption = "默认数量";
|
this.colCount.FieldName = "Count";
|
this.colCount.Name = "colCount";
|
this.colCount.Visible = true;
|
this.colCount.VisibleIndex = 1;
|
this.colCount.Width = 208;
|
//
|
// colRatedFlow
|
//
|
this.colRatedFlow.AppearanceCell.Options.UseTextOptions = true;
|
this.colRatedFlow.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colRatedFlow.Caption = "额定流量(m³/h)";
|
this.colRatedFlow.FieldName = "RatedFlow";
|
this.colRatedFlow.Name = "colRatedFlow";
|
this.colRatedFlow.Visible = true;
|
this.colRatedFlow.VisibleIndex = 2;
|
this.colRatedFlow.Width = 155;
|
//
|
// colMinRatedFlow
|
//
|
this.colMinRatedFlow.AppearanceCell.Options.UseTextOptions = true;
|
this.colMinRatedFlow.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colMinRatedFlow.Caption = "最小额定流量(m³/h)";
|
this.colMinRatedFlow.FieldName = "MinRatedFlow";
|
this.colMinRatedFlow.Name = "colMinRatedFlow";
|
this.colMinRatedFlow.Visible = true;
|
this.colMinRatedFlow.VisibleIndex = 3;
|
this.colMinRatedFlow.Width = 232;
|
//
|
// colName
|
//
|
this.colName.AppearanceCell.Options.UseTextOptions = true;
|
this.colName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colName.Caption = "用水器具";
|
this.colName.FieldName = "Name";
|
this.colName.Name = "colName";
|
this.colName.OptionsColumn.AllowEdit = false;
|
this.colName.OptionsColumn.ReadOnly = true;
|
this.colName.Visible = true;
|
this.colName.VisibleIndex = 0;
|
this.colName.Width = 257;
|
//
|
// ribbonControl1
|
//
|
this.ribbonControl1.DrawGroupsBorderMode = DevExpress.Utils.DefaultBoolean.False;
|
this.ribbonControl1.ExpandCollapseItem.Id = 0;
|
this.ribbonControl1.ItemPanelStyle = DevExpress.XtraBars.Ribbon.RibbonItemPanelStyle.Classic;
|
this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
|
this.ribbonControl1.ExpandCollapseItem,
|
this.ribbonControl1.SearchEditItem,
|
this.barBtnSave,
|
this.barBtnRefresh,
|
this.barCekSearch,
|
this.barBtnAdd,
|
this.barBtnEdit,
|
this.barBtnDelete});
|
this.ribbonControl1.Location = new System.Drawing.Point(0, 0);
|
this.ribbonControl1.MaxItemId = 29;
|
this.ribbonControl1.Name = "ribbonControl1";
|
this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
|
this.ribbonPage});
|
this.ribbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
|
this.ribbonControl1.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False;
|
this.ribbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide;
|
this.ribbonControl1.Size = new System.Drawing.Size(818, 104);
|
this.ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
|
//
|
// barBtnSave
|
//
|
this.barBtnSave.Caption = "保存";
|
this.barBtnSave.Id = 16;
|
this.barBtnSave.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnSave.ImageOptions.SvgImage")));
|
this.barBtnSave.Name = "barBtnSave";
|
this.barBtnSave.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
|
this.barBtnSave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnSave_ItemClick);
|
//
|
// barBtnRefresh
|
//
|
this.barBtnRefresh.Caption = "刷新";
|
this.barBtnRefresh.Id = 18;
|
this.barBtnRefresh.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnRefresh.ImageOptions.SvgImage")));
|
this.barBtnRefresh.Name = "barBtnRefresh";
|
this.barBtnRefresh.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnRefresh_ItemClick);
|
//
|
// barCekSearch
|
//
|
this.barCekSearch.Caption = "检索";
|
this.barCekSearch.Id = 25;
|
this.barCekSearch.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barCekSearch.ImageOptions.SvgImage")));
|
this.barCekSearch.Name = "barCekSearch";
|
this.barCekSearch.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCekSearch_CheckedChanged);
|
//
|
// barBtnAdd
|
//
|
this.barBtnAdd.Caption = "添加";
|
this.barBtnAdd.Id = 26;
|
this.barBtnAdd.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnAdd.ImageOptions.SvgImage")));
|
this.barBtnAdd.Name = "barBtnAdd";
|
this.barBtnAdd.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnAdd_ItemClick);
|
//
|
// barBtnEdit
|
//
|
this.barBtnEdit.Caption = "修改";
|
this.barBtnEdit.Id = 27;
|
this.barBtnEdit.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnEdit.ImageOptions.SvgImage")));
|
this.barBtnEdit.Name = "barBtnEdit";
|
this.barBtnEdit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnEdit_ItemClick);
|
//
|
// barBtnDelete
|
//
|
this.barBtnDelete.Caption = "删除";
|
this.barBtnDelete.Id = 28;
|
this.barBtnDelete.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButtonItem3.ImageOptions.SvgImage")));
|
this.barBtnDelete.Name = "barBtnDelete";
|
this.barBtnDelete.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnDelete_ItemClick);
|
//
|
// ribbonPage
|
//
|
this.ribbonPage.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
|
this.ribbonPageGroup1});
|
this.ribbonPage.Name = "ribbonPage";
|
this.ribbonPage.Text = "基础操作";
|
//
|
// ribbonPageGroup1
|
//
|
this.ribbonPageGroup1.ItemLinks.Add(this.barBtnSave);
|
this.ribbonPageGroup1.ItemLinks.Add(this.barBtnAdd, true);
|
this.ribbonPageGroup1.ItemLinks.Add(this.barBtnEdit);
|
this.ribbonPageGroup1.ItemLinks.Add(this.barBtnDelete);
|
this.ribbonPageGroup1.ItemLinks.Add(this.barCekSearch);
|
this.ribbonPageGroup1.ItemLinks.Add(this.barBtnRefresh);
|
this.ribbonPageGroup1.Name = "ribbonPageGroup1";
|
this.ribbonPageGroup1.Text = "基础";
|
//
|
// dockManager1
|
//
|
this.dockManager1.Form = this;
|
this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
|
this.dockPanel1});
|
this.dockManager1.Style = DevExpress.XtraBars.Docking2010.Views.DockingViewStyle.Light;
|
this.dockManager1.TopZIndexControls.AddRange(new string[] {
|
"DevExpress.XtraBars.BarDockControl",
|
"DevExpress.XtraBars.StandaloneBarDockControl",
|
"System.Windows.Forms.MenuStrip",
|
"System.Windows.Forms.StatusStrip",
|
"System.Windows.Forms.StatusBar",
|
"DevExpress.XtraBars.Ribbon.RibbonStatusBar",
|
"DevExpress.XtraBars.Ribbon.RibbonControl",
|
"DevExpress.XtraBars.Navigation.OfficeNavigationBar",
|
"DevExpress.XtraBars.Navigation.TileNavPane",
|
"DevExpress.XtraBars.TabFormControl",
|
"DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl",
|
"DevExpress.XtraBars.ToolbarForm.ToolbarFormControl"});
|
//
|
// dockPanel1
|
//
|
this.dockPanel1.Controls.Add(this.dockPanel1_Container);
|
this.dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
|
this.dockPanel1.ID = new System.Guid("583d6725-09f6-4943-a6d1-8cf0d94f9044");
|
this.dockPanel1.Location = new System.Drawing.Point(0, 104);
|
this.dockPanel1.Name = "dockPanel1";
|
this.dockPanel1.Options.ShowCloseButton = false;
|
this.dockPanel1.OriginalSize = new System.Drawing.Size(200, 200);
|
this.dockPanel1.Size = new System.Drawing.Size(200, 577);
|
this.dockPanel1.Text = "建筑类型";
|
//
|
// dockPanel1_Container
|
//
|
this.dockPanel1_Container.Location = new System.Drawing.Point(0, 23);
|
this.dockPanel1_Container.Name = "dockPanel1_Container";
|
this.dockPanel1_Container.Size = new System.Drawing.Size(199, 554);
|
this.dockPanel1_Container.TabIndex = 0;
|
//
|
//
|
// WaterEquivalentMgr
|
//
|
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.gridControl1);
|
this.Controls.Add(this.dockPanel1);
|
this.Controls.Add(this.ribbonControl1);
|
this.Name = "WaterEquivalentMgr";
|
this.Size = new System.Drawing.Size(818, 681);
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.currentViewModelBindingSource)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
|
this.dockPanel1.ResumeLayout(false);
|
this.dockPanel1_Container.ResumeLayout(false);
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
private GridView gridView1;
|
private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl1;
|
private DevExpress.XtraBars.BarButtonItem barBtnSave;
|
private DevExpress.XtraBars.BarButtonItem barBtnRefresh;
|
private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage;
|
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1;
|
private BindingSource currentViewModelBindingSource;
|
private DevExpress.XtraBars.BarCheckItem barCekSearch;
|
private DevExpress.XtraGrid.Columns.GridColumn colCount;
|
private DevExpress.XtraGrid.Columns.GridColumn colRatedFlow;
|
private DevExpress.XtraGrid.Columns.GridColumn colMinRatedFlow;
|
private DevExpress.XtraBars.Docking.DockManager dockManager1;
|
private DevExpress.XtraBars.Docking.DockPanel dockPanel1;
|
private DevExpress.XtraBars.Docking.ControlContainer dockPanel1_Container;
|
private DevExpress.XtraGrid.Columns.GridColumn colName;
|
private DevExpress.XtraBars.BarButtonItem barBtnAdd;
|
private DevExpress.XtraBars.BarButtonItem barBtnEdit;
|
private DevExpress.XtraBars.BarButtonItem barBtnDelete;
|
}
|
}
|