using System.ComponentModel;
using System.Windows.Forms;
namespace IStation.WinFrmUI.Basic
{
partial class EquipmentMonitorMappingMgrPage
{
///
/// Required designer variable.
///
private 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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EquipmentMonitorMappingMgrPage));
this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
this.barBtnRefresh = new DevExpress.XtraBars.BarButtonItem();
this.barBtnExpandAll = new DevExpress.XtraBars.BarButtonItem();
this.barBtnCollapseAll = new DevExpress.XtraBars.BarButtonItem();
this.barCekSearch = new DevExpress.XtraBars.BarCheckItem();
this.barBtnSave = new DevExpress.XtraBars.BarButtonItem();
this.ribbonPageProduct = new DevExpress.XtraBars.Ribbon.RibbonPage();
this.ribbonPageGroupProduct = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
this.controlContainer1 = new DevExpress.XtraBars.Docking.ControlContainer();
this.equipmentExTreeListCtrl1 = new IStation.WinFrmUI.Basic.EquipmentExTreeListCtrl();
this.treeList1 = new DevExpress.XtraTreeList.TreeList();
this.colName = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colDescription = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.currentViewModelBindingSource = new System.Windows.Forms.BindingSource(this.components);
((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
this.dockPanel1.SuspendLayout();
this.controlContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.currentViewModelBindingSource)).BeginInit();
this.SuspendLayout();
//
// ribbonControl1
//
this.ribbonControl1.DrawGroupsBorderMode = DevExpress.Utils.DefaultBoolean.False;
this.ribbonControl1.EmptyAreaImageOptions.ImagePadding = new System.Windows.Forms.Padding(43, 47, 43, 47);
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.barBtnRefresh,
this.barBtnExpandAll,
this.barBtnCollapseAll,
this.barCekSearch,
this.barBtnSave});
this.ribbonControl1.Location = new System.Drawing.Point(0, 0);
this.ribbonControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.ribbonControl1.MaxItemId = 32;
this.ribbonControl1.Name = "ribbonControl1";
this.ribbonControl1.OptionsMenuMinWidth = 471;
this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
this.ribbonPageProduct});
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(1169, 154);
this.ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
//
// 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);
//
// barBtnExpandAll
//
this.barBtnExpandAll.Caption = "全部展开";
this.barBtnExpandAll.Id = 22;
this.barBtnExpandAll.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnExpandAll.ImageOptions.SvgImage")));
this.barBtnExpandAll.Name = "barBtnExpandAll";
this.barBtnExpandAll.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnExpandAll_ItemClick);
//
// barBtnCollapseAll
//
this.barBtnCollapseAll.Caption = "全部折叠";
this.barBtnCollapseAll.Id = 23;
this.barBtnCollapseAll.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnCollapseAll.ImageOptions.SvgImage")));
this.barBtnCollapseAll.Name = "barBtnCollapseAll";
this.barBtnCollapseAll.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnCollapseAll_ItemClick);
//
// barCekSearch
//
this.barCekSearch.Caption = "检索";
this.barCekSearch.Id = 24;
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);
//
// barBtnSave
//
this.barBtnSave.Caption = "保存";
this.barBtnSave.Id = 28;
this.barBtnSave.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnSave.ImageOptions.SvgImage")));
this.barBtnSave.Name = "barBtnSave";
this.barBtnSave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnSave_ItemClick);
//
// ribbonPageProduct
//
this.ribbonPageProduct.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
this.ribbonPageGroupProduct});
this.ribbonPageProduct.Name = "ribbonPageProduct";
this.ribbonPageProduct.Text = "默认";
//
// ribbonPageGroupProduct
//
this.ribbonPageGroupProduct.ItemLinks.Add(this.barBtnSave);
this.ribbonPageGroupProduct.ItemLinks.Add(this.barBtnRefresh, true);
this.ribbonPageGroupProduct.ItemLinks.Add(this.barBtnExpandAll, true);
this.ribbonPageGroupProduct.ItemLinks.Add(this.barBtnCollapseAll);
this.ribbonPageGroupProduct.ItemLinks.Add(this.barCekSearch);
this.ribbonPageGroupProduct.Name = "ribbonPageGroupProduct";
this.ribbonPageGroupProduct.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.controlContainer1);
this.dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
this.dockPanel1.ID = new System.Guid("68bd2b78-0777-4ec7-991f-8289b41621a2");
this.dockPanel1.Location = new System.Drawing.Point(0, 154);
this.dockPanel1.Name = "dockPanel1";
this.dockPanel1.Options.ShowCloseButton = false;
this.dockPanel1.OriginalSize = new System.Drawing.Size(261, 200);
this.dockPanel1.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Left;
this.dockPanel1.SavedIndex = 0;
this.dockPanel1.Size = new System.Drawing.Size(261, 916);
this.dockPanel1.Text = "设备";
//
// controlContainer1
//
this.controlContainer1.Controls.Add(this.equipmentExTreeListCtrl1);
this.controlContainer1.Location = new System.Drawing.Point(0, 34);
this.controlContainer1.Name = "controlContainer1";
this.controlContainer1.Size = new System.Drawing.Size(260, 882);
this.controlContainer1.TabIndex = 0;
//
// equipmentExTreeListCtrl1
//
this.equipmentExTreeListCtrl1.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.equipmentExTreeListCtrl1.Appearance.Options.UseBackColor = true;
this.equipmentExTreeListCtrl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.equipmentExTreeListCtrl1.Location = new System.Drawing.Point(0, 0);
this.equipmentExTreeListCtrl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.equipmentExTreeListCtrl1.Name = "equipmentExTreeListCtrl1";
this.equipmentExTreeListCtrl1.Size = new System.Drawing.Size(260, 882);
this.equipmentExTreeListCtrl1.TabIndex = 0;
//
// treeList1
//
this.treeList1.CheckBoxFieldName = "Checked";
this.treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
this.colName,
this.colDescription});
this.treeList1.DataSource = this.currentViewModelBindingSource;
this.treeList1.Dock = System.Windows.Forms.DockStyle.Fill;
this.treeList1.Location = new System.Drawing.Point(261, 154);
this.treeList1.Name = "treeList1";
this.treeList1.OptionsBehavior.Editable = false;
this.treeList1.OptionsBehavior.ReadOnly = true;
this.treeList1.OptionsView.CheckBoxStyle = DevExpress.XtraTreeList.DefaultNodeCheckBoxStyle.Check;
this.treeList1.Size = new System.Drawing.Size(908, 916);
this.treeList1.TabIndex = 12;
this.treeList1.ViewStyle = DevExpress.XtraTreeList.TreeListViewStyle.TreeList;
//
// colName
//
this.colName.Caption = "名称";
this.colName.FieldName = "Name";
this.colName.MinWidth = 23;
this.colName.Name = "colName";
this.colName.Visible = true;
this.colName.VisibleIndex = 0;
this.colName.Width = 87;
//
// colDescription
//
this.colDescription.Caption = "说明";
this.colDescription.FieldName = "Description";
this.colDescription.Name = "colDescription";
this.colDescription.Visible = true;
this.colDescription.VisibleIndex = 3;
//
// currentViewModelBindingSource
//
this.currentViewModelBindingSource.DataSource = typeof(IStation.WinFrmUI.Basic.EquipmentMonitorMappingMgrPage.CurrentViewModel);
//
// EquipmentMonitorMappingMgrPage
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.Appearance.Options.UseBackColor = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.treeList1);
this.Controls.Add(this.dockPanel1);
this.Controls.Add(this.ribbonControl1);
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Name = "EquipmentMonitorMappingMgrPage";
this.Size = new System.Drawing.Size(1169, 1070);
((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
this.dockPanel1.ResumeLayout(false);
this.controlContainer1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.currentViewModelBindingSource)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl1;
private DevExpress.XtraBars.BarButtonItem barBtnRefresh;
private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPageProduct;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroupProduct;
private DevExpress.XtraBars.Docking.DockManager dockManager1;
private DevExpress.XtraBars.Docking.DockPanel dockPanel1;
private DevExpress.XtraBars.Docking.ControlContainer controlContainer1;
private DevExpress.XtraBars.BarButtonItem barBtnExpandAll;
private DevExpress.XtraBars.BarButtonItem barBtnCollapseAll;
private DevExpress.XtraBars.BarCheckItem barCekSearch;
private DevExpress.XtraBars.BarButtonItem barBtnSave;
private EquipmentExTreeListCtrl equipmentExTreeListCtrl1;
private DevExpress.XtraTreeList.TreeList treeList1;
private DevExpress.XtraTreeList.Columns.TreeListColumn colName;
private DevExpress.XtraTreeList.Columns.TreeListColumn colDescription;
private BindingSource currentViewModelBindingSource;
}
}