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();
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();
barBtnCalcu = 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.Items.AddRange(new DevExpress.XtraBars.BarItem[] { ribbonControl1.ExpandCollapseItem, barBtnDelete, barBtnDetail, barBtnEdit, barBtnAdd, barBtnUp, barBtnDown, barBtnRefresh, barBtnViewModel, barBtnCalcu });
ribbonControl1.Location = new Point(1, 1);
ribbonControl1.MaxItemId = 19;
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;
//
// 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(barBtnCalcu);
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;
//
// barBtnCalcu
//
barBtnCalcu.Caption = "计算";
barBtnCalcu.Id = 18;
barBtnCalcu.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnCalcu.ImageOptions.SvgImage");
barBtnCalcu.Name = "barBtnCalcu";
barBtnCalcu.ItemClick += barBtnCalcu_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.XtraBars.Ribbon.RibbonControl ribbonControl1;
private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribPageGrpBaseMgr;
private DevExpress.XtraBars.BarButtonItem barBtnDelete;
private DevExpress.XtraBars.BarButtonItem barBtnDetail;
private DevExpress.XtraBars.BarButtonItem barBtnEdit;
private DevExpress.Utils.SvgImageCollection svgImage32;
private DevExpress.XtraBars.BarButtonItem barBtnAdd;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1;
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;
private DevExpress.XtraBars.BarButtonItem barBtnUp;
private DevExpress.XtraBars.BarButtonItem barBtnDown;
private DevExpress.XtraBars.BarButtonItem barBtnRefresh;
private DevExpress.XtraBars.BarButtonItem barBtnViewModel;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup2;
private DevExpress.XtraBars.BarButtonItem barBtnCalcu;
}
}