namespace HStation.WinFrmUI.Basic
{
partial class SysPropManageMainPanel
{
///
/// 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(SysPropManageMainPanel));
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();
barBtnEditPumpCurve = new DevExpress.XtraBars.BarButtonItem();
BtnAdd = new DevExpress.XtraBars.BarButtonItem();
BtnDelete = new DevExpress.XtraBars.BarButtonItem();
ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
dockManager1 = new DevExpress.XtraBars.Docking.DockManager(components);
dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
propGroupTreeListCtrl1 = new SysPropGroupTreeListCtrl();
gridControl1 = new DevExpress.XtraGrid.GridControl();
propViewModelBindingSource = new BindingSource(components);
gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
colName = new DevExpress.XtraGrid.Columns.GridColumn();
colCode = new DevExpress.XtraGrid.Columns.GridColumn();
colExtendTypeDisPlayName = new DevExpress.XtraGrid.Columns.GridColumn();
colSortCode = new DevExpress.XtraGrid.Columns.GridColumn();
colDescription = new DevExpress.XtraGrid.Columns.GridColumn();
colDefaultValue = new DevExpress.XtraGrid.Columns.GridColumn();
colFormat = new DevExpress.XtraGrid.Columns.GridColumn();
colIsNull = new DevExpress.XtraGrid.Columns.GridColumn();
colUnitName = new DevExpress.XtraGrid.Columns.GridColumn();
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
Root = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
ColPropEdit = new DevExpress.XtraGrid.Columns.GridColumn();
repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
((System.ComponentModel.ISupportInitialize)ribbonControl1).BeginInit();
((System.ComponentModel.ISupportInitialize)dockManager1).BeginInit();
dockPanel1.SuspendLayout();
dockPanel1_Container.SuspendLayout();
((System.ComponentModel.ISupportInitialize)gridControl1).BeginInit();
((System.ComponentModel.ISupportInitialize)propViewModelBindingSource).BeginInit();
((System.ComponentModel.ISupportInitialize)gridView1).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
((System.ComponentModel.ISupportInitialize)repositoryItemButtonEdit1).BeginInit();
SuspendLayout();
//
// ribbonControl1
//
ribbonControl1.DrawGroupsBorderMode = DevExpress.Utils.DefaultBoolean.False;
ribbonControl1.ExpandCollapseItem.Id = 0;
ribbonControl1.ItemPanelStyle = DevExpress.XtraBars.Ribbon.RibbonItemPanelStyle.Classic;
ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { ribbonControl1.ExpandCollapseItem, barBtnEditPumpCurve, BtnAdd, BtnDelete });
ribbonControl1.Location = new Point(0, 0);
ribbonControl1.MaxItemId = 17;
ribbonControl1.Name = "ribbonControl1";
ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] { ribbonPage1 });
ribbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
ribbonControl1.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False;
ribbonControl1.ShowPageHeadersInFormCaption = DevExpress.Utils.DefaultBoolean.True;
ribbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide;
ribbonControl1.Size = new Size(1133, 77);
ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
//
// barBtnEditPumpCurve
//
barBtnEditPumpCurve.Caption = "编辑属性";
barBtnEditPumpCurve.Id = 13;
barBtnEditPumpCurve.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnEditPumpCurve.ImageOptions.SvgImage");
barBtnEditPumpCurve.Name = "barBtnEditPumpCurve";
barBtnEditPumpCurve.ItemClick += barBtnEditPumpCurve_ItemClick;
//
// BtnAdd
//
BtnAdd.Caption = "增加属性";
BtnAdd.Id = 15;
BtnAdd.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("BtnAdd.ImageOptions.SvgImage");
BtnAdd.Name = "BtnAdd";
BtnAdd.ItemClick += BtnAdd_ItemClick;
//
// BtnDelete
//
BtnDelete.Caption = "删除属性";
BtnDelete.Id = 16;
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[] { ribbonPageGroup1 });
ribbonPage1.Name = "ribbonPage1";
ribbonPage1.Text = "ribbonPage1";
//
// ribbonPageGroup1
//
ribbonPageGroup1.ItemLinks.Add(BtnAdd);
ribbonPageGroup1.ItemLinks.Add(barBtnEditPumpCurve);
ribbonPageGroup1.ItemLinks.Add(BtnDelete);
ribbonPageGroup1.Name = "ribbonPageGroup1";
ribbonPageGroup1.Text = "ribbonPageGroup1";
//
// dockManager1
//
dockManager1.Form = this;
dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] { dockPanel1 });
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
//
dockPanel1.Controls.Add(dockPanel1_Container);
dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
dockPanel1.ID = new Guid("20cba9f0-4c76-45ad-a0f6-714fb6b14171");
dockPanel1.Location = new Point(0, 77);
dockPanel1.Name = "dockPanel1";
dockPanel1.OriginalSize = new Size(200, 200);
dockPanel1.Size = new Size(200, 470);
dockPanel1.Text = "属性组列表";
//
// dockPanel1_Container
//
dockPanel1_Container.Controls.Add(propGroupTreeListCtrl1);
dockPanel1_Container.Location = new Point(3, 26);
dockPanel1_Container.Name = "dockPanel1_Container";
dockPanel1_Container.Size = new Size(193, 441);
dockPanel1_Container.TabIndex = 0;
//
// propGroupTreeListCtrl1
//
propGroupTreeListCtrl1.Appearance.BackColor = SystemColors.Control;
propGroupTreeListCtrl1.Appearance.Options.UseBackColor = true;
propGroupTreeListCtrl1.Dock = DockStyle.Fill;
propGroupTreeListCtrl1.Location = new Point(0, 0);
propGroupTreeListCtrl1.Name = "propGroupTreeListCtrl1";
propGroupTreeListCtrl1.Size = new Size(193, 441);
propGroupTreeListCtrl1.TabIndex = 0;
//
// gridControl1
//
gridControl1.DataSource = propViewModelBindingSource;
gridControl1.Location = new Point(2, 2);
gridControl1.MainView = gridView1;
gridControl1.MenuManager = ribbonControl1;
gridControl1.Name = "gridControl1";
gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repositoryItemButtonEdit1 });
gridControl1.Size = new Size(929, 466);
gridControl1.TabIndex = 3;
gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
//
// propViewModelBindingSource
//
propViewModelBindingSource.DataSource = typeof(SysPropViewModel);
//
// gridView1
//
gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true;
gridView1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colName, colCode, colExtendTypeDisPlayName, colSortCode, colDescription, colDefaultValue, colFormat, colIsNull, colUnitName, ColPropEdit });
gridView1.GridControl = gridControl1;
gridView1.Name = "gridView1";
gridView1.OptionsView.ShowGroupPanel = false;
//
// colName
//
colName.AppearanceCell.Options.UseTextOptions = true;
colName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
colName.Caption = "名称";
colName.FieldName = "Name";
colName.Name = "colName";
colName.Visible = true;
colName.VisibleIndex = 0;
//
// colCode
//
colCode.AppearanceCell.Options.UseTextOptions = true;
colCode.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
colCode.Caption = "编码";
colCode.FieldName = "Code";
colCode.Name = "colCode";
colCode.Visible = true;
colCode.VisibleIndex = 1;
//
// colExtendTypeDisPlayName
//
colExtendTypeDisPlayName.AppearanceCell.Options.UseTextOptions = true;
colExtendTypeDisPlayName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
colExtendTypeDisPlayName.Caption = "拓展类型";
colExtendTypeDisPlayName.FieldName = "ExtendTypeDisPlayName";
colExtendTypeDisPlayName.Name = "colExtendTypeDisPlayName";
colExtendTypeDisPlayName.Visible = true;
colExtendTypeDisPlayName.VisibleIndex = 2;
//
// colSortCode
//
colSortCode.AppearanceCell.Options.UseTextOptions = true;
colSortCode.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
colSortCode.Caption = "排序码";
colSortCode.FieldName = "SortCode";
colSortCode.Name = "colSortCode";
colSortCode.Visible = true;
colSortCode.VisibleIndex = 7;
//
// colDescription
//
colDescription.AppearanceCell.Options.UseTextOptions = true;
colDescription.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
colDescription.Caption = "说明";
colDescription.FieldName = "Description";
colDescription.Name = "colDescription";
colDescription.Visible = true;
colDescription.VisibleIndex = 8;
//
// colDefaultValue
//
colDefaultValue.Caption = "默认值";
colDefaultValue.FieldName = "DefaultValue";
colDefaultValue.Name = "colDefaultValue";
colDefaultValue.Visible = true;
colDefaultValue.VisibleIndex = 3;
//
// colFormat
//
colFormat.Caption = "格式";
colFormat.FieldName = "Format";
colFormat.Name = "colFormat";
colFormat.Visible = true;
colFormat.VisibleIndex = 4;
//
// colIsNull
//
colIsNull.Caption = "可空";
colIsNull.FieldName = "IsNull";
colIsNull.Name = "colIsNull";
colIsNull.Visible = true;
colIsNull.VisibleIndex = 6;
//
// colUnitName
//
colUnitName.Caption = "单位";
colUnitName.FieldName = "UnitName";
colUnitName.Name = "colUnitName";
colUnitName.Visible = true;
colUnitName.VisibleIndex = 5;
//
// layoutControl1
//
layoutControl1.Controls.Add(gridControl1);
layoutControl1.Dock = DockStyle.Fill;
layoutControl1.Location = new Point(200, 77);
layoutControl1.Name = "layoutControl1";
layoutControl1.Root = Root;
layoutControl1.Size = new Size(933, 470);
layoutControl1.TabIndex = 6;
layoutControl1.Text = "layoutControl1";
//
// Root
//
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
Root.GroupBordersVisible = false;
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1 });
Root.Name = "Root";
Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
Root.Size = new Size(933, 470);
Root.TextVisible = false;
//
// layoutControlItem1
//
layoutControlItem1.Control = gridControl1;
layoutControlItem1.Location = new Point(0, 0);
layoutControlItem1.Name = "layoutControlItem1";
layoutControlItem1.Size = new Size(933, 470);
layoutControlItem1.TextSize = new Size(0, 0);
layoutControlItem1.TextVisible = false;
//
// barButtonItem1
//
barButtonItem1.Caption = "barButtonItem1";
barButtonItem1.Id = 14;
barButtonItem1.Name = "barButtonItem1";
//
// ColPropEdit
//
ColPropEdit.Caption = "属性选项";
ColPropEdit.ColumnEdit = repositoryItemButtonEdit1;
ColPropEdit.Name = "ColPropEdit";
ColPropEdit.OptionsColumn.AllowEdit = false;
ColPropEdit.Visible = true;
ColPropEdit.VisibleIndex = 9;
//
// repositoryItemButtonEdit1
//
repositoryItemButtonEdit1.AutoHeight = false;
editorButtonImageOptions1.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("editorButtonImageOptions1.SvgImage");
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";
//
// PropManageCtrl
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(layoutControl1);
Controls.Add(dockPanel1);
Controls.Add(ribbonControl1);
Name = "PropManageCtrl";
Size = new Size(1133, 547);
((System.ComponentModel.ISupportInitialize)ribbonControl1).EndInit();
((System.ComponentModel.ISupportInitialize)dockManager1).EndInit();
dockPanel1.ResumeLayout(false);
dockPanel1_Container.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)gridControl1).EndInit();
((System.ComponentModel.ISupportInitialize)propViewModelBindingSource).EndInit();
((System.ComponentModel.ISupportInitialize)gridView1).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)Root).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
((System.ComponentModel.ISupportInitialize)repositoryItemButtonEdit1).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl1;
private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1;
private DevExpress.XtraBars.Docking.DockManager dockManager1;
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraBars.Docking.DockPanel dockPanel1;
private DevExpress.XtraBars.Docking.ControlContainer dockPanel1_Container;
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraBars.BarButtonItem barBtnEditPumpCurve;
private DevExpress.XtraBars.BarButtonItem BtnAdd;
private DevExpress.XtraBars.BarButtonItem BtnDelete;
private DevExpress.XtraBars.BarButtonItem barButtonItem1;
private DevExpress.XtraGrid.Columns.GridColumn colName;
private DevExpress.XtraGrid.Columns.GridColumn colCode;
private DevExpress.XtraGrid.Columns.GridColumn colSortCode;
private DevExpress.XtraGrid.Columns.GridColumn colDescription;
private DevExpress.XtraGrid.Columns.GridColumn colExtendTypeDisPlayName;
private BindingSource propViewModelBindingSource;
private DevExpress.XtraGrid.Columns.GridColumn colDefaultValue;
private DevExpress.XtraGrid.Columns.GridColumn colFormat;
private DevExpress.XtraGrid.Columns.GridColumn colIsNull;
private DevExpress.XtraGrid.Columns.GridColumn colUnitName;
private SysPropGroupTreeListCtrl propGroupTreeListCtrl1;
private DevExpress.XtraGrid.Columns.GridColumn ColPropEdit;
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
}
}