namespace Yw.WinFrmUI
|
{
|
partial class HydroWorkingMgrDlg
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.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 Windows Form 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()
|
{
|
components = new Container();
|
DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
|
ComponentResourceManager resources = new ComponentResourceManager(typeof(HydroWorkingMgrDlg));
|
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();
|
DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions2 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject();
|
DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions3 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject9 = new DevExpress.Utils.SerializableAppearanceObject();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject10 = new DevExpress.Utils.SerializableAppearanceObject();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject11 = new DevExpress.Utils.SerializableAppearanceObject();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject12 = new DevExpress.Utils.SerializableAppearanceObject();
|
ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
|
ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
|
ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
generalOkAndCancelCtrl1 = new GeneralOkAndCancelCtrl();
|
gridControl1 = new DevExpress.XtraGrid.GridControl();
|
hydroWorkingMgrViewModelBindingSource = new BindingSource(components);
|
gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
colHasChecked = new DevExpress.XtraGrid.Columns.GridColumn();
|
colName = new DevExpress.XtraGrid.Columns.GridColumn();
|
colDescription = new DevExpress.XtraGrid.Columns.GridColumn();
|
colOperation = new DevExpress.XtraGrid.Columns.GridColumn();
|
repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
((ISupportInitialize)ribbon).BeginInit();
|
((ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((ISupportInitialize)gridControl1).BeginInit();
|
((ISupportInitialize)hydroWorkingMgrViewModelBindingSource).BeginInit();
|
((ISupportInitialize)gridView1).BeginInit();
|
((ISupportInitialize)repositoryItemButtonEdit1).BeginInit();
|
((ISupportInitialize)Root).BeginInit();
|
((ISupportInitialize)layoutControlItem1).BeginInit();
|
((ISupportInitialize)layoutControlItem2).BeginInit();
|
SuspendLayout();
|
//
|
// ribbon
|
//
|
ribbon.ExpandCollapseItem.Id = 0;
|
ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] { ribbon.ExpandCollapseItem });
|
ribbon.Location = new Point(0, 0);
|
ribbon.MaxItemId = 1;
|
ribbon.Name = "ribbon";
|
ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] { ribbonPage1 });
|
ribbon.RibbonCaptionAlignment = DevExpress.XtraBars.Ribbon.RibbonCaptionAlignment.Left;
|
ribbon.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
|
ribbon.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False;
|
ribbon.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False;
|
ribbon.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages;
|
ribbon.ShowQatLocationSelector = false;
|
ribbon.ShowToolbarCustomizeItem = false;
|
ribbon.Size = new Size(1014, 32);
|
ribbon.Toolbar.ShowCustomizeItem = false;
|
ribbon.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
|
//
|
// ribbonPage1
|
//
|
ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { ribbonPageGroup1 });
|
ribbonPage1.Name = "ribbonPage1";
|
ribbonPage1.Text = "ribbonPage1";
|
//
|
// ribbonPageGroup1
|
//
|
ribbonPageGroup1.Name = "ribbonPageGroup1";
|
ribbonPageGroup1.Text = "ribbonPageGroup1";
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(generalOkAndCancelCtrl1);
|
layoutControl1.Controls.Add(gridControl1);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(0, 32);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(1014, 511);
|
layoutControl1.TabIndex = 4;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// generalOkAndCancelCtrl1
|
//
|
generalOkAndCancelCtrl1.ButtonCancelMaxSize = new Size(100, 26);
|
generalOkAndCancelCtrl1.ButtonCancelMinSize = new Size(100, 26);
|
generalOkAndCancelCtrl1.ButtonOkMaxSize = new Size(100, 26);
|
generalOkAndCancelCtrl1.ButtonOkMinSize = new Size(100, 26);
|
generalOkAndCancelCtrl1.Location = new Point(12, 473);
|
generalOkAndCancelCtrl1.Name = "generalOkAndCancelCtrl1";
|
generalOkAndCancelCtrl1.Size = new Size(990, 26);
|
generalOkAndCancelCtrl1.TabIndex = 5;
|
//
|
// gridControl1
|
//
|
gridControl1.DataSource = hydroWorkingMgrViewModelBindingSource;
|
gridControl1.Location = new Point(12, 12);
|
gridControl1.MainView = gridView1;
|
gridControl1.MenuManager = ribbon;
|
gridControl1.Name = "gridControl1";
|
gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repositoryItemButtonEdit1 });
|
gridControl1.Size = new Size(990, 457);
|
gridControl1.TabIndex = 4;
|
gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
|
//
|
// hydroWorkingMgrViewModelBindingSource
|
//
|
hydroWorkingMgrViewModelBindingSource.DataSource = typeof(HydroWorkingMgrViewModel);
|
//
|
// gridView1
|
//
|
gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colHasChecked, colName, colDescription, colOperation });
|
gridView1.GridControl = gridControl1;
|
gridView1.Name = "gridView1";
|
//
|
// colHasChecked
|
//
|
colHasChecked.Caption = "选择";
|
colHasChecked.FieldName = "HasChecked";
|
colHasChecked.MaxWidth = 60;
|
colHasChecked.MinWidth = 60;
|
colHasChecked.Name = "colHasChecked";
|
colHasChecked.Visible = true;
|
colHasChecked.VisibleIndex = 0;
|
colHasChecked.Width = 60;
|
//
|
// colName
|
//
|
colName.Caption = "名称";
|
colName.FieldName = "Name";
|
colName.MaxWidth = 250;
|
colName.MinWidth = 100;
|
colName.Name = "colName";
|
colName.OptionsColumn.AllowEdit = false;
|
colName.Visible = true;
|
colName.VisibleIndex = 1;
|
colName.Width = 249;
|
//
|
// colDescription
|
//
|
colDescription.Caption = "说明";
|
colDescription.FieldName = "Description";
|
colDescription.Name = "colDescription";
|
colDescription.OptionsColumn.AllowEdit = false;
|
colDescription.Visible = true;
|
colDescription.VisibleIndex = 2;
|
colDescription.Width = 576;
|
//
|
// colOperation
|
//
|
colOperation.Caption = "操作";
|
colOperation.ColumnEdit = repositoryItemButtonEdit1;
|
colOperation.MaxWidth = 80;
|
colOperation.MinWidth = 80;
|
colOperation.Name = "colOperation";
|
colOperation.Visible = true;
|
colOperation.VisibleIndex = 3;
|
colOperation.Width = 80;
|
//
|
// repositoryItemButtonEdit1
|
//
|
repositoryItemButtonEdit1.AutoHeight = false;
|
editorButtonImageOptions1.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("editorButtonImageOptions1.SvgImage");
|
editorButtonImageOptions1.SvgImageSize = new Size(20, 20);
|
editorButtonImageOptions2.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("editorButtonImageOptions2.SvgImage");
|
editorButtonImageOptions2.SvgImageSize = new Size(20, 20);
|
editorButtonImageOptions3.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("editorButtonImageOptions3.SvgImage");
|
editorButtonImageOptions3.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, "编辑", "edit", null, DevExpress.Utils.ToolTipAnchor.Default), new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "应用", "apply", null, DevExpress.Utils.ToolTipAnchor.Default), new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions3, new DevExpress.Utils.KeyShortcut(Keys.None), serializableAppearanceObject9, serializableAppearanceObject10, serializableAppearanceObject11, serializableAppearanceObject12, "删除", "delete", null, DevExpress.Utils.ToolTipAnchor.Default) });
|
repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
|
repositoryItemButtonEdit1.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 });
|
Root.Name = "Root";
|
Root.Size = new Size(1014, 511);
|
Root.TextVisible = false;
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.Control = gridControl1;
|
layoutControlItem1.Location = new Point(0, 0);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Size = new Size(994, 461);
|
layoutControlItem1.TextSize = new Size(0, 0);
|
layoutControlItem1.TextVisible = false;
|
//
|
// layoutControlItem2
|
//
|
layoutControlItem2.Control = generalOkAndCancelCtrl1;
|
layoutControlItem2.Location = new Point(0, 461);
|
layoutControlItem2.MaxSize = new Size(0, 30);
|
layoutControlItem2.MinSize = new Size(205, 30);
|
layoutControlItem2.Name = "layoutControlItem2";
|
layoutControlItem2.Size = new Size(994, 30);
|
layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem2.TextSize = new Size(0, 0);
|
layoutControlItem2.TextVisible = false;
|
//
|
// HydroWorkingMgrDlg
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
ClientSize = new Size(1014, 543);
|
Controls.Add(layoutControl1);
|
Controls.Add(ribbon);
|
FormBorderStyle = FormBorderStyle.SizableToolWindow;
|
Name = "HydroWorkingMgrDlg";
|
Ribbon = ribbon;
|
RibbonVisibility = DevExpress.XtraBars.Ribbon.RibbonVisibility.Hidden;
|
StartPosition = FormStartPosition.CenterParent;
|
Text = "工况管理";
|
((ISupportInitialize)ribbon).EndInit();
|
((ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((ISupportInitialize)gridControl1).EndInit();
|
((ISupportInitialize)hydroWorkingMgrViewModelBindingSource).EndInit();
|
((ISupportInitialize)gridView1).EndInit();
|
((ISupportInitialize)repositoryItemButtonEdit1).EndInit();
|
((ISupportInitialize)Root).EndInit();
|
((ISupportInitialize)layoutControlItem1).EndInit();
|
((ISupportInitialize)layoutControlItem2).EndInit();
|
ResumeLayout(false);
|
PerformLayout();
|
}
|
|
#endregion
|
|
private DevExpress.XtraBars.Ribbon.RibbonControl ribbon;
|
private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1;
|
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1;
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private GeneralOkAndCancelCtrl generalOkAndCancelCtrl1;
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
private BindingSource hydroWorkingMgrViewModelBindingSource;
|
private DevExpress.XtraGrid.Columns.GridColumn colHasChecked;
|
private DevExpress.XtraGrid.Columns.GridColumn colName;
|
private DevExpress.XtraGrid.Columns.GridColumn colDescription;
|
private DevExpress.XtraGrid.Columns.GridColumn colOperation;
|
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
|
}
|
}
|