namespace Yw.WinFrmUI { partial class HydroModelMgrPage { /// /// 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 Container(); ComponentResourceManager resources = new ComponentResourceManager(typeof(HydroModelMgrPage)); 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(); ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl(); barBtnDelete = new DevExpress.XtraBars.BarButtonItem(); barBtnDetail = new DevExpress.XtraBars.BarButtonItem(); barBtnEdit = new DevExpress.XtraBars.BarButtonItem(); barBtnAdd = new DevExpress.XtraBars.BarButtonItem(); barBtnUp = new DevExpress.XtraBars.BarButtonItem(); barBtnDown = new DevExpress.XtraBars.BarButtonItem(); barBtnRefresh = new DevExpress.XtraBars.BarButtonItem(); barBtnViewModel = new DevExpress.XtraBars.BarButtonItem(); barBtnCalcuModel = new DevExpress.XtraBars.BarButtonItem(); barBtnValidModel = new DevExpress.XtraBars.BarButtonItem(); barBtnExportInp = new DevExpress.XtraBars.BarButtonItem(); barBtnParter = new DevExpress.XtraBars.BarButtonItem(); ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage(); ribPageGrpBaseMgr = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); svgImage32 = new DevExpress.Utils.SvgImageCollection(components); panelControl1 = new DevExpress.XtraEditors.PanelControl(); gridControl1 = new DevExpress.XtraGrid.GridControl(); hydroModelMgrViewModelBindingSource = new BindingSource(components); gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); colName = new DevExpress.XtraGrid.Columns.GridColumn(); colCode = new DevExpress.XtraGrid.Columns.GridColumn(); colFlagsString = new DevExpress.XtraGrid.Columns.GridColumn(); colTagName = new DevExpress.XtraGrid.Columns.GridColumn(); colHasRelation = new DevExpress.XtraGrid.Columns.GridColumn(); colDescription = new DevExpress.XtraGrid.Columns.GridColumn(); colDetail = new DevExpress.XtraGrid.Columns.GridColumn(); repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); barBtnTest = new DevExpress.XtraBars.BarButtonItem(); ((ISupportInitialize)ribbonControl1).BeginInit(); ((ISupportInitialize)svgImage32).BeginInit(); ((ISupportInitialize)panelControl1).BeginInit(); panelControl1.SuspendLayout(); ((ISupportInitialize)gridControl1).BeginInit(); ((ISupportInitialize)hydroModelMgrViewModelBindingSource).BeginInit(); ((ISupportInitialize)gridView1).BeginInit(); ((ISupportInitialize)repositoryItemButtonEdit1).BeginInit(); SuspendLayout(); // // ribbonControl1 // ribbonControl1.ExpandCollapseItem.Id = 0; ribbonControl1.ItemPanelStyle = DevExpress.XtraBars.Ribbon.RibbonItemPanelStyle.Classic; ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { ribbonControl1.ExpandCollapseItem, barBtnDelete, barBtnDetail, barBtnEdit, barBtnAdd, barBtnUp, barBtnDown, barBtnRefresh, barBtnViewModel, barBtnCalcuModel, barBtnValidModel, barBtnExportInp, barBtnParter, barBtnTest }); ribbonControl1.Location = new Point(1, 1); ribbonControl1.MaxItemId = 23; ribbonControl1.Name = "ribbonControl1"; ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] { ribbonPage1 }); ribbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False; ribbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide; ribbonControl1.Size = new Size(962, 128); ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden; // // barBtnDelete // barBtnDelete.Caption = "删除"; barBtnDelete.Id = 4; barBtnDelete.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnDelete.ImageOptions.SvgImage"); barBtnDelete.Name = "barBtnDelete"; barBtnDelete.ItemClick += barBtnDelete_ItemClick; // // barBtnDetail // barBtnDetail.Caption = "详细信息"; barBtnDetail.Id = 5; barBtnDetail.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnDetail.ImageOptions.SvgImage"); barBtnDetail.Name = "barBtnDetail"; barBtnDetail.ItemClick += barBtnDetail_ItemClick; // // barBtnEdit // barBtnEdit.Caption = "编辑"; barBtnEdit.Id = 6; barBtnEdit.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnEdit.ImageOptions.SvgImage"); barBtnEdit.Name = "barBtnEdit"; barBtnEdit.ItemClick += barBtnEdit_ItemClick; // // barBtnAdd // barBtnAdd.Caption = "添加"; barBtnAdd.Id = 13; barBtnAdd.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnAdd.ImageOptions.SvgImage"); barBtnAdd.Name = "barBtnAdd"; barBtnAdd.ItemClick += barBtnAdd_ItemClick; // // barBtnUp // barBtnUp.Caption = "上移"; barBtnUp.Id = 14; barBtnUp.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnUp.ImageOptions.SvgImage"); barBtnUp.Name = "barBtnUp"; barBtnUp.ItemClick += barBtnUp_ItemClick; // // barBtnDown // barBtnDown.Caption = "下移"; barBtnDown.Id = 15; barBtnDown.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnDown.ImageOptions.SvgImage"); barBtnDown.Name = "barBtnDown"; barBtnDown.ItemClick += barBtnDown_ItemClick; // // barBtnRefresh // barBtnRefresh.Caption = "刷新"; barBtnRefresh.Id = 16; barBtnRefresh.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnRefresh.ImageOptions.SvgImage"); barBtnRefresh.Name = "barBtnRefresh"; barBtnRefresh.ItemClick += barBtnRefresh_ItemClick; // // barBtnViewModel // barBtnViewModel.Caption = "查看"; barBtnViewModel.Id = 17; barBtnViewModel.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnViewModel.ImageOptions.SvgImage"); barBtnViewModel.Name = "barBtnViewModel"; barBtnViewModel.ItemClick += barBtnViewModel_ItemClick; // // barBtnCalcuModel // barBtnCalcuModel.Caption = "计算"; barBtnCalcuModel.Id = 18; barBtnCalcuModel.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnCalcuModel.ImageOptions.SvgImage"); barBtnCalcuModel.Name = "barBtnCalcuModel"; barBtnCalcuModel.ItemClick += barBtnCalcuModel_ItemClick; // // barBtnValidModel // barBtnValidModel.Caption = "校验"; barBtnValidModel.Id = 19; barBtnValidModel.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnValidModel.ImageOptions.SvgImage"); barBtnValidModel.Name = "barBtnValidModel"; barBtnValidModel.ItemClick += barBtnValidModel_ItemClick; // // barBtnExportInp // barBtnExportInp.Caption = "导出INP"; barBtnExportInp.Id = 20; barBtnExportInp.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnExportInp.ImageOptions.SvgImage"); barBtnExportInp.Name = "barBtnExportInp"; barBtnExportInp.ItemClick += barBtnExportInp_ItemClick; // // barBtnParter // barBtnParter.Caption = "组件"; barBtnParter.Id = 21; barBtnParter.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnParter.ImageOptions.SvgImage"); barBtnParter.Name = "barBtnParter"; barBtnParter.ItemClick += barBtnParter_ItemClick; // // ribbonPage1 // ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { ribPageGrpBaseMgr, ribbonPageGroup2, ribbonPageGroup1 }); ribbonPage1.Name = "ribbonPage1"; ribbonPage1.Text = "文件管理"; // // ribPageGrpBaseMgr // ribPageGrpBaseMgr.ItemLinks.Add(barBtnAdd); ribPageGrpBaseMgr.ItemLinks.Add(barBtnEdit); ribPageGrpBaseMgr.ItemLinks.Add(barBtnDelete); ribPageGrpBaseMgr.ItemLinks.Add(barBtnDetail); ribPageGrpBaseMgr.Name = "ribPageGrpBaseMgr"; ribPageGrpBaseMgr.Text = "基础功能"; // // ribbonPageGroup2 // ribbonPageGroup2.ItemLinks.Add(barBtnViewModel); ribbonPageGroup2.ItemLinks.Add(barBtnCalcuModel); ribbonPageGroup2.ItemLinks.Add(barBtnValidModel); ribbonPageGroup2.ItemLinks.Add(barBtnExportInp); ribbonPageGroup2.ItemLinks.Add(barBtnParter); ribbonPageGroup2.ItemLinks.Add(barBtnTest); ribbonPageGroup2.Name = "ribbonPageGroup2"; ribbonPageGroup2.Text = "水力"; // // ribbonPageGroup1 // ribbonPageGroup1.ItemLinks.Add(barBtnUp); ribbonPageGroup1.ItemLinks.Add(barBtnDown); ribbonPageGroup1.ItemLinks.Add(barBtnRefresh); ribbonPageGroup1.Name = "ribbonPageGroup1"; ribbonPageGroup1.Text = "更多"; // // svgImage32 // svgImage32.ImageSize = new Size(32, 32); svgImage32.Add("charttype_stepline", "image://svgimages/chart/charttype_stepline.svg"); // // panelControl1 // panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; panelControl1.Controls.Add(gridControl1); panelControl1.Dock = DockStyle.Fill; panelControl1.Location = new Point(1, 129); panelControl1.Name = "panelControl1"; panelControl1.Padding = new Padding(0, 1, 0, 0); panelControl1.Size = new Size(962, 491); panelControl1.TabIndex = 1; // // gridControl1 // gridControl1.DataSource = hydroModelMgrViewModelBindingSource; gridControl1.Dock = DockStyle.Fill; gridControl1.Location = new Point(0, 1); gridControl1.MainView = gridView1; gridControl1.MenuManager = ribbonControl1; gridControl1.Name = "gridControl1"; gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repositoryItemButtonEdit1 }); gridControl1.Size = new Size(962, 490); gridControl1.TabIndex = 0; gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 }); // // hydroModelMgrViewModelBindingSource // hydroModelMgrViewModelBindingSource.DataSource = typeof(HydroModelMgrViewModel); // // gridView1 // gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colName, colCode, colFlagsString, colTagName, colHasRelation, colDescription, colDetail }); gridView1.GridControl = gridControl1; gridView1.Name = "gridView1"; // // colName // colName.FieldName = "Name"; colName.Name = "colName"; colName.Visible = true; colName.VisibleIndex = 0; // // colCode // colCode.FieldName = "Code"; colCode.Name = "colCode"; colCode.Visible = true; colCode.VisibleIndex = 1; // // colFlagsString // colFlagsString.FieldName = "FlagsString"; colFlagsString.Name = "colFlagsString"; colFlagsString.Visible = true; colFlagsString.VisibleIndex = 2; // // colTagName // colTagName.FieldName = "TagName"; colTagName.Name = "colTagName"; colTagName.Visible = true; colTagName.VisibleIndex = 3; // // colHasRelation // colHasRelation.FieldName = "HasRelation"; colHasRelation.MaxWidth = 80; colHasRelation.MinWidth = 80; colHasRelation.Name = "colHasRelation"; colHasRelation.OptionsColumn.FixedWidth = true; colHasRelation.Visible = true; colHasRelation.VisibleIndex = 4; // // colDescription // colDescription.FieldName = "Description"; colDescription.Name = "colDescription"; colDescription.Visible = true; colDescription.VisibleIndex = 5; // // colDetail // colDetail.Caption = "详细信息"; colDetail.ColumnEdit = repositoryItemButtonEdit1; colDetail.MaxWidth = 80; colDetail.MinWidth = 80; colDetail.Name = "colDetail"; colDetail.Visible = true; colDetail.VisibleIndex = 6; colDetail.Width = 80; // // repositoryItemButtonEdit1 // repositoryItemButtonEdit1.AutoHeight = false; editorButtonImageOptions1.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("editorButtonImageOptions1.SvgImage"); editorButtonImageOptions1.SvgImageSize = new Size(20, 20); 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(Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) }); repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1"; repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor; // // barBtnTest // barBtnTest.Caption = "测试"; barBtnTest.Id = 22; barBtnTest.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnTest.ImageOptions.SvgImage"); barBtnTest.Name = "barBtnTest"; barBtnTest.ItemClick += barBtnTest_ItemClick; // // HydroModelMgrPage // Appearance.BackColor = SystemColors.Control; Appearance.Options.UseBackColor = true; AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(panelControl1); Controls.Add(ribbonControl1); Name = "HydroModelMgrPage"; Padding = new Padding(1); Size = new Size(964, 621); ((ISupportInitialize)ribbonControl1).EndInit(); ((ISupportInitialize)svgImage32).EndInit(); ((ISupportInitialize)panelControl1).EndInit(); panelControl1.ResumeLayout(false); ((ISupportInitialize)gridControl1).EndInit(); ((ISupportInitialize)hydroModelMgrViewModelBindingSource).EndInit(); ((ISupportInitialize)gridView1).EndInit(); ((ISupportInitialize)repositoryItemButtonEdit1).EndInit(); ResumeLayout(false); PerformLayout(); } #endregion private DevExpress.Utils.SvgImageCollection svgImage32; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraGrid.GridControl gridControl1; private BindingSource hydroModelMgrViewModelBindingSource; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraGrid.Columns.GridColumn colName; private DevExpress.XtraGrid.Columns.GridColumn colCode; private DevExpress.XtraGrid.Columns.GridColumn colFlagsString; private DevExpress.XtraGrid.Columns.GridColumn colTagName; private DevExpress.XtraGrid.Columns.GridColumn colHasRelation; private DevExpress.XtraGrid.Columns.GridColumn colDescription; private DevExpress.XtraGrid.Columns.GridColumn colDetail; private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1; protected DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl1; protected DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1; protected DevExpress.XtraBars.Ribbon.RibbonPageGroup ribPageGrpBaseMgr; protected DevExpress.XtraBars.BarButtonItem barBtnDelete; protected DevExpress.XtraBars.BarButtonItem barBtnDetail; protected DevExpress.XtraBars.BarButtonItem barBtnEdit; protected DevExpress.XtraBars.BarButtonItem barBtnAdd; protected DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1; protected DevExpress.XtraBars.BarButtonItem barBtnUp; protected DevExpress.XtraBars.BarButtonItem barBtnDown; protected DevExpress.XtraBars.BarButtonItem barBtnRefresh; protected DevExpress.XtraBars.BarButtonItem barBtnViewModel; protected DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup2; protected DevExpress.XtraBars.BarButtonItem barBtnCalcuModel; protected DevExpress.XtraBars.BarButtonItem barBtnValidModel; private DevExpress.XtraBars.BarButtonItem barBtnExportInp; private DevExpress.XtraBars.BarButtonItem barBtnParter; private DevExpress.XtraBars.BarButtonItem barBtnTest; } }