namespace IStation.WinFrmUI.Basic
{
partial class SignalTypeMgrPage
{
///
/// 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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SignalTypeMgrPage));
this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
this.barBtnAdd = new DevExpress.XtraBars.BarSubItem();
this.barBtnAddNumeric = new DevExpress.XtraBars.BarButtonItem();
this.barBtnAddEnum = new DevExpress.XtraBars.BarButtonItem();
this.barBtnAddNumericList = new DevExpress.XtraBars.BarButtonItem();
this.barBtnAddIntegration = new DevExpress.XtraBars.BarButtonItem();
this.barBtnEdit = new DevExpress.XtraBars.BarButtonItem();
this.barBtnDelete = new DevExpress.XtraBars.BarButtonItem();
this.barBtnView = new DevExpress.XtraBars.BarButtonItem();
this.barBtnChangeGroup = new DevExpress.XtraBars.BarButtonItem();
this.barBtnAddRootGroup = new DevExpress.XtraBars.BarButtonItem();
this.barBtnEditGroup = new DevExpress.XtraBars.BarButtonItem();
this.barBtnDeleteGroup = new DevExpress.XtraBars.BarButtonItem();
this.barBtnViewGroup = new DevExpress.XtraBars.BarButtonItem();
this.barBtnSortCode = new DevExpress.XtraBars.BarButtonItem();
this.barBtnTagName = new DevExpress.XtraBars.BarButtonItem();
this.barBtnAddChildGroup = new DevExpress.XtraBars.BarButtonItem();
this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
this.groupMgr = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.currentViewModelBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colIdentifier = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGroupID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colUnitType = new DevExpress.XtraGrid.Columns.GridColumn();
this.colUnitValue = new DevExpress.XtraGrid.Columns.GridColumn();
this.colDecimalPlaces = new DevExpress.XtraGrid.Columns.GridColumn();
this.colValueType = new DevExpress.XtraGrid.Columns.GridColumn();
this.colValueSettings = new DevExpress.XtraGrid.Columns.GridColumn();
this.colTagName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSortCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.colDescription = new DevExpress.XtraGrid.Columns.GridColumn();
this.signalTypeGroupMgrCtrl1 = new IStation.WinFrmUI.Basic.SignalTypeGroupMgrCtrl();
this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.currentViewModelBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel1)).BeginInit();
this.splitContainerControl1.Panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel2)).BeginInit();
this.splitContainerControl1.Panel2.SuspendLayout();
this.splitContainerControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
this.layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
this.SuspendLayout();
//
// ribbonControl1
//
this.ribbonControl1.ExpandCollapseItem.Id = 0;
this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.ribbonControl1.ExpandCollapseItem,
this.ribbonControl1.SearchEditItem,
this.barBtnAdd,
this.barBtnEdit,
this.barBtnDelete,
this.barBtnView,
this.barBtnAddNumeric,
this.barBtnAddEnum,
this.barBtnChangeGroup,
this.barBtnAddRootGroup,
this.barBtnEditGroup,
this.barBtnDeleteGroup,
this.barBtnViewGroup,
this.barBtnAddNumericList,
this.barBtnAddIntegration,
this.barBtnSortCode,
this.barBtnTagName,
this.barBtnAddChildGroup});
this.ribbonControl1.Location = new System.Drawing.Point(0, 0);
this.ribbonControl1.MaxItemId = 23;
this.ribbonControl1.Name = "ribbonControl1";
this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
this.ribbonPage1});
this.ribbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
this.ribbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide;
this.ribbonControl1.Size = new System.Drawing.Size(1239, 101);
this.ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
//
// barBtnAdd
//
this.barBtnAdd.Caption = "添加";
this.barBtnAdd.Id = 1;
this.barBtnAdd.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnAdd.ImageOptions.SvgImage")));
this.barBtnAdd.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(this.barBtnAddNumeric),
new DevExpress.XtraBars.LinkPersistInfo(this.barBtnAddEnum),
new DevExpress.XtraBars.LinkPersistInfo(this.barBtnAddNumericList),
new DevExpress.XtraBars.LinkPersistInfo(this.barBtnAddIntegration)});
this.barBtnAdd.Name = "barBtnAdd";
//
// barBtnAddNumeric
//
this.barBtnAddNumeric.Caption = "数值类型";
this.barBtnAddNumeric.Id = 5;
this.barBtnAddNumeric.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnAddNumeric.ImageOptions.SvgImage")));
this.barBtnAddNumeric.Name = "barBtnAddNumeric";
this.barBtnAddNumeric.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnAddNumeric_ItemClick);
//
// barBtnAddEnum
//
this.barBtnAddEnum.Caption = "枚举类型";
this.barBtnAddEnum.Id = 6;
this.barBtnAddEnum.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnAddEnum.ImageOptions.SvgImage")));
this.barBtnAddEnum.Name = "barBtnAddEnum";
this.barBtnAddEnum.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnAddEnum_ItemClick);
//
// barBtnAddNumericList
//
this.barBtnAddNumericList.Caption = "集合类型";
this.barBtnAddNumericList.Id = 16;
this.barBtnAddNumericList.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnAddNumericList.ImageOptions.SvgImage")));
this.barBtnAddNumericList.Name = "barBtnAddNumericList";
this.barBtnAddNumericList.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnAddNumericList_ItemClick);
//
// barBtnAddIntegration
//
this.barBtnAddIntegration.Caption = "集成类型";
this.barBtnAddIntegration.Id = 17;
this.barBtnAddIntegration.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnAddIntegration.ImageOptions.SvgImage")));
this.barBtnAddIntegration.Name = "barBtnAddIntegration";
this.barBtnAddIntegration.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnAddIntegration_ItemClick);
//
// barBtnEdit
//
this.barBtnEdit.Caption = "编辑";
this.barBtnEdit.Id = 2;
this.barBtnEdit.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnEdit.ImageOptions.SvgImage")));
this.barBtnEdit.Name = "barBtnEdit";
this.barBtnEdit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnEdit_ItemClick);
//
// barBtnDelete
//
this.barBtnDelete.Caption = "删除";
this.barBtnDelete.Id = 3;
this.barBtnDelete.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnDelete.ImageOptions.SvgImage")));
this.barBtnDelete.Name = "barBtnDelete";
this.barBtnDelete.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnDelete_ItemClick);
//
// barBtnView
//
this.barBtnView.Caption = "详细信息";
this.barBtnView.Id = 4;
this.barBtnView.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnView.ImageOptions.SvgImage")));
this.barBtnView.Name = "barBtnView";
this.barBtnView.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnView_ItemClick);
//
// barBtnChangeGroup
//
this.barBtnChangeGroup.Caption = "切换分组";
this.barBtnChangeGroup.Id = 11;
this.barBtnChangeGroup.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnChangeGroup.ImageOptions.SvgImage")));
this.barBtnChangeGroup.Name = "barBtnChangeGroup";
this.barBtnChangeGroup.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnChangeGroup_ItemClick);
//
// barBtnAddRootGroup
//
this.barBtnAddRootGroup.Caption = "添加";
this.barBtnAddRootGroup.Id = 12;
this.barBtnAddRootGroup.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnAddRootGroup.ImageOptions.SvgImage")));
this.barBtnAddRootGroup.Name = "barBtnAddRootGroup";
this.barBtnAddRootGroup.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnAddRootGroup_ItemClick);
//
// barBtnEditGroup
//
this.barBtnEditGroup.Caption = "编辑";
this.barBtnEditGroup.Id = 13;
this.barBtnEditGroup.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnEditGroup.ImageOptions.SvgImage")));
this.barBtnEditGroup.Name = "barBtnEditGroup";
this.barBtnEditGroup.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnEditGroup_ItemClick);
//
// barBtnDeleteGroup
//
this.barBtnDeleteGroup.Caption = "删除";
this.barBtnDeleteGroup.Id = 14;
this.barBtnDeleteGroup.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnDeleteGroup.ImageOptions.SvgImage")));
this.barBtnDeleteGroup.Name = "barBtnDeleteGroup";
this.barBtnDeleteGroup.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnDeleteGroup_ItemClick);
//
// barBtnViewGroup
//
this.barBtnViewGroup.Caption = "详细信息";
this.barBtnViewGroup.Id = 15;
this.barBtnViewGroup.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnViewGroup.ImageOptions.SvgImage")));
this.barBtnViewGroup.Name = "barBtnViewGroup";
this.barBtnViewGroup.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnViewGroup_ItemClick);
//
// barBtnSortCode
//
this.barBtnSortCode.Caption = "排序码";
this.barBtnSortCode.Id = 18;
this.barBtnSortCode.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnSortCode.ImageOptions.SvgImage")));
this.barBtnSortCode.Name = "barBtnSortCode";
this.barBtnSortCode.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnSortCode_ItemClick);
//
// barBtnTagName
//
this.barBtnTagName.Caption = "标签";
this.barBtnTagName.Id = 19;
this.barBtnTagName.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnTagName.ImageOptions.SvgImage")));
this.barBtnTagName.Name = "barBtnTagName";
this.barBtnTagName.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnTagName_ItemClick);
//
// barBtnAddChildGroup
//
this.barBtnAddChildGroup.Caption = "添加子项";
this.barBtnAddChildGroup.Id = 20;
this.barBtnAddChildGroup.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barBtnAddChildGroup.ImageOptions.SvgImage")));
this.barBtnAddChildGroup.Name = "barBtnAddChildGroup";
this.barBtnAddChildGroup.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnAddChildGroup_ItemClick);
//
// ribbonPage1
//
this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
this.groupMgr,
this.ribbonPageGroup1});
this.ribbonPage1.Name = "ribbonPage1";
this.ribbonPage1.Text = "记录类型管理";
//
// groupMgr
//
this.groupMgr.ItemLinks.Add(this.barBtnAddRootGroup);
this.groupMgr.ItemLinks.Add(this.barBtnAddChildGroup);
this.groupMgr.ItemLinks.Add(this.barBtnEditGroup);
this.groupMgr.ItemLinks.Add(this.barBtnDeleteGroup);
this.groupMgr.ItemLinks.Add(this.barBtnViewGroup);
this.groupMgr.Name = "groupMgr";
this.groupMgr.Text = "信号类型组";
//
// ribbonPageGroup1
//
this.ribbonPageGroup1.ItemLinks.Add(this.barBtnAdd);
this.ribbonPageGroup1.ItemLinks.Add(this.barBtnEdit);
this.ribbonPageGroup1.ItemLinks.Add(this.barBtnDelete);
this.ribbonPageGroup1.ItemLinks.Add(this.barBtnView);
this.ribbonPageGroup1.ItemLinks.Add(this.barBtnSortCode);
this.ribbonPageGroup1.ItemLinks.Add(this.barBtnTagName);
this.ribbonPageGroup1.ItemLinks.Add(this.barBtnChangeGroup);
this.ribbonPageGroup1.Name = "ribbonPageGroup1";
this.ribbonPageGroup1.Text = "信号类型";
//
// gridControl1
//
this.gridControl1.DataSource = this.currentViewModelBindingSource;
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControl1.Location = new System.Drawing.Point(0, 0);
this.gridControl1.MainView = this.gridView1;
this.gridControl1.MenuManager = this.ribbonControl1;
this.gridControl1.Name = "gridControl1";
this.gridControl1.Size = new System.Drawing.Size(1020, 580);
this.gridControl1.TabIndex = 1;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
//
// currentViewModelBindingSource
//
this.currentViewModelBindingSource.DataSource = typeof(IStation.WinFrmUI.Basic.SignalTypeMgrPage.CurrentViewModel);
//
// gridView1
//
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colID,
this.colName,
this.colIdentifier,
this.colGroupID,
this.colUnitType,
this.colUnitValue,
this.colDecimalPlaces,
this.colValueType,
this.colValueSettings,
this.colTagName,
this.colSortCode,
this.colDescription});
this.gridView1.GridControl = this.gridControl1;
this.gridView1.Name = "gridView1";
this.gridView1.OptionsView.ShowGroupPanel = false;
//
// colID
//
this.colID.Caption = "ID";
this.colID.FieldName = "ID";
this.colID.MinWidth = 150;
this.colID.Name = "colID";
//
// colName
//
this.colName.Caption = "名称";
this.colName.FieldName = "Name";
this.colName.MaxWidth = 100;
this.colName.MinWidth = 100;
this.colName.Name = "colName";
this.colName.Visible = true;
this.colName.VisibleIndex = 0;
this.colName.Width = 100;
//
// colIdentifier
//
this.colIdentifier.Caption = "标识";
this.colIdentifier.FieldName = "Identifier";
this.colIdentifier.MaxWidth = 100;
this.colIdentifier.MinWidth = 100;
this.colIdentifier.Name = "colIdentifier";
this.colIdentifier.Visible = true;
this.colIdentifier.VisibleIndex = 1;
this.colIdentifier.Width = 100;
//
// colGroupID
//
this.colGroupID.Caption = "分组标识";
this.colGroupID.FieldName = "GroupID";
this.colGroupID.Name = "colGroupID";
//
// colUnitType
//
this.colUnitType.Caption = "单位类型";
this.colUnitType.FieldName = "UnitType";
this.colUnitType.MaxWidth = 80;
this.colUnitType.MinWidth = 80;
this.colUnitType.Name = "colUnitType";
this.colUnitType.Visible = true;
this.colUnitType.VisibleIndex = 2;
this.colUnitType.Width = 80;
//
// colUnitValue
//
this.colUnitValue.Caption = "单位值";
this.colUnitValue.FieldName = "UnitValue";
this.colUnitValue.MaxWidth = 80;
this.colUnitValue.MinWidth = 80;
this.colUnitValue.Name = "colUnitValue";
this.colUnitValue.Visible = true;
this.colUnitValue.VisibleIndex = 3;
this.colUnitValue.Width = 80;
//
// colDecimalPlaces
//
this.colDecimalPlaces.Caption = "小数位数";
this.colDecimalPlaces.FieldName = "DecimalPlaces";
this.colDecimalPlaces.MaxWidth = 80;
this.colDecimalPlaces.MinWidth = 80;
this.colDecimalPlaces.Name = "colDecimalPlaces";
this.colDecimalPlaces.Visible = true;
this.colDecimalPlaces.VisibleIndex = 4;
this.colDecimalPlaces.Width = 80;
//
// colValueType
//
this.colValueType.Caption = "值类型";
this.colValueType.FieldName = "ValueType";
this.colValueType.MaxWidth = 80;
this.colValueType.MinWidth = 80;
this.colValueType.Name = "colValueType";
this.colValueType.Visible = true;
this.colValueType.VisibleIndex = 5;
this.colValueType.Width = 80;
//
// colValueSettings
//
this.colValueSettings.Caption = "值设置";
this.colValueSettings.FieldName = "ValueSettings";
this.colValueSettings.MinWidth = 200;
this.colValueSettings.Name = "colValueSettings";
this.colValueSettings.Visible = true;
this.colValueSettings.VisibleIndex = 6;
this.colValueSettings.Width = 200;
//
// colTagName
//
this.colTagName.Caption = "标签";
this.colTagName.FieldName = "TagName";
this.colTagName.MaxWidth = 100;
this.colTagName.MinWidth = 100;
this.colTagName.Name = "colTagName";
this.colTagName.Visible = true;
this.colTagName.VisibleIndex = 7;
this.colTagName.Width = 100;
//
// colSortCode
//
this.colSortCode.Caption = "排序码";
this.colSortCode.FieldName = "SortCode";
this.colSortCode.MaxWidth = 80;
this.colSortCode.MinWidth = 80;
this.colSortCode.Name = "colSortCode";
this.colSortCode.Visible = true;
this.colSortCode.VisibleIndex = 8;
this.colSortCode.Width = 80;
//
// colDescription
//
this.colDescription.Caption = "说明";
this.colDescription.FieldName = "Description";
this.colDescription.MinWidth = 100;
this.colDescription.Name = "colDescription";
this.colDescription.Visible = true;
this.colDescription.VisibleIndex = 9;
this.colDescription.Width = 100;
//
// signalTypeGroupMgrCtrl1
//
this.signalTypeGroupMgrCtrl1.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.signalTypeGroupMgrCtrl1.Appearance.Options.UseBackColor = true;
this.signalTypeGroupMgrCtrl1.Location = new System.Drawing.Point(0, 0);
this.signalTypeGroupMgrCtrl1.Name = "signalTypeGroupMgrCtrl1";
this.signalTypeGroupMgrCtrl1.Size = new System.Drawing.Size(209, 580);
this.signalTypeGroupMgrCtrl1.TabIndex = 0;
this.signalTypeGroupMgrCtrl1.FocusedChangedEvent += new System.Action(this.signalTypeGroupMgrCtrl1_FocusedChangedEvent);
//
// splitContainerControl1
//
this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainerControl1.Location = new System.Drawing.Point(0, 101);
this.splitContainerControl1.Name = "splitContainerControl1";
//
// splitContainerControl1.Panel1
//
this.splitContainerControl1.Panel1.Controls.Add(this.layoutControl1);
this.splitContainerControl1.Panel1.Text = "Panel1";
//
// splitContainerControl1.Panel2
//
this.splitContainerControl1.Panel2.Controls.Add(this.gridControl1);
this.splitContainerControl1.Panel2.Text = "Panel2";
this.splitContainerControl1.Size = new System.Drawing.Size(1239, 580);
this.splitContainerControl1.SplitterPosition = 209;
this.splitContainerControl1.TabIndex = 4;
//
// layoutControl1
//
this.layoutControl1.Controls.Add(this.signalTypeGroupMgrCtrl1);
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
this.layoutControl1.Name = "layoutControl1";
this.layoutControl1.Root = this.Root;
this.layoutControl1.Size = new System.Drawing.Size(209, 580);
this.layoutControl1.TabIndex = 0;
this.layoutControl1.Text = "layoutControl1";
//
// Root
//
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
this.Root.GroupBordersVisible = false;
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlItem1});
this.Root.Name = "Root";
this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
this.Root.Size = new System.Drawing.Size(209, 580);
this.Root.TextVisible = false;
//
// layoutControlItem1
//
this.layoutControlItem1.Control = this.signalTypeGroupMgrCtrl1;
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
this.layoutControlItem1.Name = "layoutControlItem1";
this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
this.layoutControlItem1.Size = new System.Drawing.Size(209, 580);
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem1.TextVisible = false;
//
// SignalTypeMgrPage
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.Appearance.Options.UseBackColor = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.splitContainerControl1);
this.Controls.Add(this.ribbonControl1);
this.Name = "SignalTypeMgrPage";
this.Size = new System.Drawing.Size(1239, 681);
((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.currentViewModelBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel1)).EndInit();
this.splitContainerControl1.Panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel2)).EndInit();
this.splitContainerControl1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
this.splitContainerControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
this.layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl1;
private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1;
private DevExpress.XtraBars.BarSubItem barBtnAdd;
private DevExpress.XtraBars.BarButtonItem barBtnEdit;
private DevExpress.XtraBars.BarButtonItem barBtnDelete;
private DevExpress.XtraBars.BarButtonItem barBtnView;
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraBars.BarButtonItem barBtnAddNumeric;
private DevExpress.XtraBars.BarButtonItem barBtnAddEnum;
private WinFrmUI.Scatl.Monitor.SignalTypeGroupMgrCtrl signalTypeGroupMgrCtrl1;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup groupMgr;
private DevExpress.XtraBars.BarButtonItem barBtnChangeGroup;
private DevExpress.XtraBars.BarButtonItem barBtnAddNumericList;
private DevExpress.XtraBars.BarButtonItem barBtnAddIntegration;
private DevExpress.XtraBars.BarButtonItem barBtnAddRootGroup;
private DevExpress.XtraBars.BarButtonItem barBtnEditGroup;
private DevExpress.XtraBars.BarButtonItem barBtnDeleteGroup;
private DevExpress.XtraBars.BarButtonItem barBtnViewGroup;
private DevExpress.XtraBars.BarButtonItem barBtnSortCode;
private DevExpress.XtraBars.BarButtonItem barBtnTagName;
private System.Windows.Forms.BindingSource currentViewModelBindingSource;
private DevExpress.XtraGrid.Columns.GridColumn colID;
private DevExpress.XtraGrid.Columns.GridColumn colName;
private DevExpress.XtraGrid.Columns.GridColumn colIdentifier;
private DevExpress.XtraGrid.Columns.GridColumn colGroupID;
private DevExpress.XtraGrid.Columns.GridColumn colUnitType;
private DevExpress.XtraGrid.Columns.GridColumn colUnitValue;
private DevExpress.XtraGrid.Columns.GridColumn colDecimalPlaces;
private DevExpress.XtraGrid.Columns.GridColumn colValueType;
private DevExpress.XtraGrid.Columns.GridColumn colValueSettings;
private DevExpress.XtraGrid.Columns.GridColumn colTagName;
private DevExpress.XtraGrid.Columns.GridColumn colSortCode;
private DevExpress.XtraGrid.Columns.GridColumn colDescription;
private DevExpress.XtraBars.BarButtonItem barBtnAddChildGroup;
private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
}
}