namespace HStation.WinFrmUI.Xhs.PumpProduct
|
{
|
partial class PumpProductSeriesTreeListCtrl
|
{
|
/// <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 Component 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 System.ComponentModel.Container();
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PumpProductSeriesTreeListCtrl));
|
barManager1 = new DevExpress.XtraBars.BarManager(components);
|
bar1 = new DevExpress.XtraBars.Bar();
|
barBtnAdd = new DevExpress.XtraBars.BarButtonItem();
|
barBtnAddChild = new DevExpress.XtraBars.BarButtonItem();
|
barBtnEdit = new DevExpress.XtraBars.BarButtonItem();
|
barBtnDelete = new DevExpress.XtraBars.BarButtonItem();
|
barBtnExpandAll = new DevExpress.XtraBars.BarButtonItem();
|
barBtnCollapseAll = new DevExpress.XtraBars.BarButtonItem();
|
barCkSearch = new DevExpress.XtraBars.BarCheckItem();
|
barDockControlTop = new DevExpress.XtraBars.BarDockControl();
|
barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
|
barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
|
barDockControlRight = new DevExpress.XtraBars.BarDockControl();
|
BtnAddGroup = new DevExpress.XtraBars.BarButtonItem();
|
barButtonAddPumpMain = new DevExpress.XtraBars.BarButtonItem();
|
barButtonAddPumpSeries = new DevExpress.XtraBars.BarButtonItem();
|
barButtonEditPumpType = new DevExpress.XtraBars.BarButtonItem();
|
barButtonDeletePumpType = new DevExpress.XtraBars.BarButtonItem();
|
barBtnAddType = new DevExpress.XtraBars.BarButtonItem();
|
barBtnRefresh = new DevExpress.XtraBars.BarButtonItem();
|
barBtnDeleteSeries = new DevExpress.XtraBars.BarButtonItem();
|
barBtnEditGroup = new DevExpress.XtraBars.BarButtonItem();
|
barBtnDeleteGroup = new DevExpress.XtraBars.BarButtonItem();
|
barBtnEditSeries = new DevExpress.XtraBars.BarButtonItem();
|
barRoot = new DevExpress.XtraBars.BarSubItem();
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
searchControl1 = new DevExpress.XtraEditors.SearchControl();
|
treeList1 = new DevExpress.XtraTreeList.TreeList();
|
treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItemSearch = new DevExpress.XtraLayout.LayoutControlItem();
|
barRootBasicInfoMgr = new DevExpress.XtraBars.BarSubItem();
|
popupMenuSeries = new DevExpress.XtraBars.PopupMenu(components);
|
popupMenuType = new DevExpress.XtraBars.PopupMenu(components);
|
popupMenuListView = new DevExpress.XtraBars.PopupMenu(components);
|
popupMenuGroup = new DevExpress.XtraBars.PopupMenu(components);
|
((System.ComponentModel.ISupportInitialize)barManager1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)searchControl1.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)treeList1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItemSearch).BeginInit();
|
((System.ComponentModel.ISupportInitialize)popupMenuSeries).BeginInit();
|
((System.ComponentModel.ISupportInitialize)popupMenuType).BeginInit();
|
((System.ComponentModel.ISupportInitialize)popupMenuListView).BeginInit();
|
((System.ComponentModel.ISupportInitialize)popupMenuGroup).BeginInit();
|
SuspendLayout();
|
//
|
// barManager1
|
//
|
barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] { bar1 });
|
barManager1.Categories.AddRange(new DevExpress.XtraBars.BarManagerCategory[] { new DevExpress.XtraBars.BarManagerCategory("Menu", new Guid("66025f6c-663a-4ef4-927a-145971e982ee")), new DevExpress.XtraBars.BarManagerCategory("Node", new Guid("b558f1d8-eb1b-4761-8cec-661b93c5cda9")) });
|
barManager1.DockControls.Add(barDockControlTop);
|
barManager1.DockControls.Add(barDockControlBottom);
|
barManager1.DockControls.Add(barDockControlLeft);
|
barManager1.DockControls.Add(barDockControlRight);
|
barManager1.Form = this;
|
barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { barCkSearch, barBtnAdd, barBtnEdit, barBtnDelete, barBtnExpandAll, barBtnCollapseAll, barBtnAddChild, BtnAddGroup, barButtonAddPumpMain, barButtonAddPumpSeries, barButtonEditPumpType, barButtonDeletePumpType, barBtnAddType, barBtnRefresh, barBtnDeleteSeries, barBtnEditGroup, barBtnDeleteGroup, barBtnEditSeries });
|
barManager1.MaxItemId = 65;
|
//
|
// bar1
|
//
|
bar1.BarName = "Custom 2";
|
bar1.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Top;
|
bar1.DockCol = 0;
|
bar1.DockRow = 0;
|
bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
|
bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(barBtnAdd), new DevExpress.XtraBars.LinkPersistInfo(barBtnAddChild), new DevExpress.XtraBars.LinkPersistInfo(barBtnEdit), new DevExpress.XtraBars.LinkPersistInfo(barBtnDelete), new DevExpress.XtraBars.LinkPersistInfo(barBtnExpandAll), new DevExpress.XtraBars.LinkPersistInfo(barBtnCollapseAll), new DevExpress.XtraBars.LinkPersistInfo(barCkSearch) });
|
bar1.OptionsBar.AllowQuickCustomization = false;
|
bar1.OptionsBar.DrawBorder = false;
|
bar1.OptionsBar.DrawDragBorder = false;
|
bar1.OptionsBar.MultiLine = true;
|
bar1.OptionsBar.UseWholeRow = true;
|
bar1.Text = "Custom 2";
|
//
|
// barBtnAdd
|
//
|
barBtnAdd.Caption = "添加类型";
|
barBtnAdd.Id = 45;
|
barBtnAdd.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnAdd.ImageOptions.SvgImage");
|
barBtnAdd.ImageOptions.SvgImageSize = new Size(22, 22);
|
barBtnAdd.Name = "barBtnAdd";
|
barBtnAdd.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionInMenu;
|
barBtnAdd.ItemClick += barBtnAdd_ItemClick;
|
//
|
// barBtnAddChild
|
//
|
barBtnAddChild.Caption = "增加子项";
|
barBtnAddChild.Id = 50;
|
barBtnAddChild.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnAddChild.ImageOptions.SvgImage");
|
barBtnAddChild.Name = "barBtnAddChild";
|
barBtnAddChild.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
|
barBtnAddChild.ItemClick += barBtnAddChild_ItemClick;
|
//
|
// barBtnEdit
|
//
|
barBtnEdit.Caption = "编辑";
|
barBtnEdit.Id = 46;
|
barBtnEdit.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnEdit.ImageOptions.SvgImage");
|
barBtnEdit.ImageOptions.SvgImageSize = new Size(22, 22);
|
barBtnEdit.Name = "barBtnEdit";
|
barBtnEdit.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
|
barBtnEdit.ItemClick += barBtnEdit_ItemClick;
|
//
|
// barBtnDelete
|
//
|
barBtnDelete.Caption = "删除";
|
barBtnDelete.Id = 47;
|
barBtnDelete.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnDelete.ImageOptions.SvgImage");
|
barBtnDelete.ImageOptions.SvgImageSize = new Size(22, 22);
|
barBtnDelete.Name = "barBtnDelete";
|
barBtnDelete.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
|
barBtnDelete.ItemClick += barBtnDelete_ItemClick;
|
//
|
// barBtnExpandAll
|
//
|
barBtnExpandAll.Caption = "全部展开";
|
barBtnExpandAll.Id = 48;
|
barBtnExpandAll.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnExpandAll.ImageOptions.SvgImage");
|
barBtnExpandAll.ImageOptions.SvgImageSize = new Size(22, 22);
|
barBtnExpandAll.Name = "barBtnExpandAll";
|
barBtnExpandAll.ItemClick += barBtnExpandAll_ItemClick;
|
//
|
// barBtnCollapseAll
|
//
|
barBtnCollapseAll.Caption = "全部折叠";
|
barBtnCollapseAll.Id = 49;
|
barBtnCollapseAll.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnCollapseAll.ImageOptions.SvgImage");
|
barBtnCollapseAll.ImageOptions.SvgImageSize = new Size(22, 22);
|
barBtnCollapseAll.Name = "barBtnCollapseAll";
|
barBtnCollapseAll.ItemClick += barBtnCollapseAll_ItemClick;
|
//
|
// barCkSearch
|
//
|
barCkSearch.Caption = "检索";
|
barCkSearch.Id = 37;
|
barCkSearch.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barCkSearch.ImageOptions.SvgImage");
|
barCkSearch.ImageOptions.SvgImageSize = new Size(22, 22);
|
barCkSearch.Name = "barCkSearch";
|
barCkSearch.CheckedChanged += barCkSearch_CheckedChanged;
|
//
|
// barDockControlTop
|
//
|
barDockControlTop.CausesValidation = false;
|
barDockControlTop.Dock = DockStyle.Top;
|
barDockControlTop.Location = new Point(0, 0);
|
barDockControlTop.Manager = barManager1;
|
barDockControlTop.Size = new Size(239, 50);
|
//
|
// barDockControlBottom
|
//
|
barDockControlBottom.CausesValidation = false;
|
barDockControlBottom.Dock = DockStyle.Bottom;
|
barDockControlBottom.Location = new Point(0, 569);
|
barDockControlBottom.Manager = barManager1;
|
barDockControlBottom.Size = new Size(239, 0);
|
//
|
// barDockControlLeft
|
//
|
barDockControlLeft.CausesValidation = false;
|
barDockControlLeft.Dock = DockStyle.Left;
|
barDockControlLeft.Location = new Point(0, 50);
|
barDockControlLeft.Manager = barManager1;
|
barDockControlLeft.Size = new Size(0, 519);
|
//
|
// barDockControlRight
|
//
|
barDockControlRight.CausesValidation = false;
|
barDockControlRight.Dock = DockStyle.Right;
|
barDockControlRight.Location = new Point(239, 50);
|
barDockControlRight.Manager = barManager1;
|
barDockControlRight.Size = new Size(0, 519);
|
//
|
// BtnAddGroup
|
//
|
BtnAddGroup.Caption = "添加型号组";
|
BtnAddGroup.Id = 52;
|
BtnAddGroup.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("BtnAddGroup.ImageOptions.SvgImage");
|
BtnAddGroup.Name = "BtnAddGroup";
|
BtnAddGroup.ItemClick += barBtnAddChild_ItemClick;
|
//
|
// barButtonAddPumpMain
|
//
|
barButtonAddPumpMain.Caption = "添加泵型号";
|
barButtonAddPumpMain.Id = 53;
|
barButtonAddPumpMain.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barButtonAddPumpMain.ImageOptions.SvgImage");
|
barButtonAddPumpMain.Name = "barButtonAddPumpMain";
|
barButtonAddPumpMain.ItemClick += BarButtonAddPumpMain_ItemClick;
|
//
|
// barButtonAddPumpSeries
|
//
|
barButtonAddPumpSeries.Caption = "添加系列";
|
barButtonAddPumpSeries.Id = 54;
|
barButtonAddPumpSeries.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barButtonAddPumpSeries.ImageOptions.SvgImage");
|
barButtonAddPumpSeries.Name = "barButtonAddPumpSeries";
|
barButtonAddPumpSeries.ItemClick += BarButtonAddPumpSeries_ItemClick;
|
//
|
// barButtonEditPumpType
|
//
|
barButtonEditPumpType.Caption = "编辑分类";
|
barButtonEditPumpType.Id = 55;
|
barButtonEditPumpType.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barButtonEditPumpType.ImageOptions.SvgImage");
|
barButtonEditPumpType.Name = "barButtonEditPumpType";
|
barButtonEditPumpType.ItemClick += BarButtonEditPumpType_ItemClick;
|
//
|
// barButtonDeletePumpType
|
//
|
barButtonDeletePumpType.Caption = "删除分类";
|
barButtonDeletePumpType.Id = 56;
|
barButtonDeletePumpType.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barButtonDeletePumpType.ImageOptions.SvgImage");
|
barButtonDeletePumpType.Name = "barButtonDeletePumpType";
|
barButtonDeletePumpType.ItemClick += BarButtonDeletePumpType_ItemClick;
|
//
|
// barBtnAddType
|
//
|
barBtnAddType.Caption = "添加类型";
|
barBtnAddType.Id = 59;
|
barBtnAddType.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnAddType.ImageOptions.SvgImage");
|
barBtnAddType.Name = "barBtnAddType";
|
barBtnAddType.ItemClick += barBtnAdd_ItemClick;
|
//
|
// barBtnRefresh
|
//
|
barBtnRefresh.Caption = "刷新";
|
barBtnRefresh.Id = 60;
|
barBtnRefresh.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnRefresh.ImageOptions.SvgImage");
|
barBtnRefresh.Name = "barBtnRefresh";
|
barBtnRefresh.ItemClick += BarBtnRefresh_ItemClick;
|
//
|
// barBtnDeleteSeries
|
//
|
barBtnDeleteSeries.Caption = "删除系列";
|
barBtnDeleteSeries.Id = 61;
|
barBtnDeleteSeries.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnDeleteSeries.ImageOptions.SvgImage");
|
barBtnDeleteSeries.Name = "barBtnDeleteSeries";
|
barBtnDeleteSeries.ItemClick += barBtnDelete_ItemClick;
|
//
|
// barBtnEditGroup
|
//
|
barBtnEditGroup.Caption = "编辑组名";
|
barBtnEditGroup.Id = 62;
|
barBtnEditGroup.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnEditGroup.ImageOptions.SvgImage");
|
barBtnEditGroup.Name = "barBtnEditGroup";
|
barBtnEditGroup.ItemClick += barBtnEdit_ItemClick;
|
//
|
// barBtnDeleteGroup
|
//
|
barBtnDeleteGroup.Caption = "删除分组";
|
barBtnDeleteGroup.Id = 63;
|
barBtnDeleteGroup.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnDeleteGroup.ImageOptions.SvgImage");
|
barBtnDeleteGroup.Name = "barBtnDeleteGroup";
|
barBtnDeleteGroup.ItemClick += barBtnDelete_ItemClick;
|
//
|
// barBtnEditSeries
|
//
|
barBtnEditSeries.Caption = "编辑系列";
|
barBtnEditSeries.Id = 64;
|
barBtnEditSeries.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnEditSeries.ImageOptions.SvgImage");
|
barBtnEditSeries.Name = "barBtnEditSeries";
|
barBtnEditSeries.ItemClick += barBtnEdit_ItemClick;
|
//
|
// barRoot
|
//
|
barRoot.Caption = "barSubItem1";
|
barRoot.Id = 17;
|
barRoot.Name = "barRoot";
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(searchControl1);
|
layoutControl1.Controls.Add(treeList1);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(0, 50);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(239, 519);
|
layoutControl1.TabIndex = 6;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// searchControl1
|
//
|
searchControl1.Client = treeList1;
|
searchControl1.Location = new Point(0, 0);
|
searchControl1.MenuManager = barManager1;
|
searchControl1.Name = "searchControl1";
|
searchControl1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Repository.ClearButton(), new DevExpress.XtraEditors.Repository.SearchButton() });
|
searchControl1.Properties.Client = treeList1;
|
searchControl1.Size = new Size(239, 20);
|
searchControl1.StyleController = layoutControl1;
|
searchControl1.TabIndex = 8;
|
//
|
// treeList1
|
//
|
treeList1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { treeListColumn1 });
|
treeList1.Location = new Point(0, 20);
|
treeList1.Name = "treeList1";
|
treeList1.OptionsBehavior.Editable = false;
|
treeList1.OptionsBehavior.ReadOnly = true;
|
treeList1.OptionsMenu.EnableNodeMenu = false;
|
treeList1.OptionsSelection.EnableAppearanceFocusedCell = false;
|
treeList1.OptionsView.FocusRectStyle = DevExpress.XtraTreeList.DrawFocusRectStyle.None;
|
treeList1.OptionsView.ShowTreeLines = DevExpress.Utils.DefaultBoolean.True;
|
treeList1.Size = new Size(239, 499);
|
treeList1.TabIndex = 7;
|
treeList1.ViewStyle = DevExpress.XtraTreeList.TreeListViewStyle.TreeView;
|
treeList1.FocusedNodeChanged += treeList1_FocusedNodeChanged;
|
treeList1.MouseUp += treeList1_MouseUp;
|
//
|
// treeListColumn1
|
//
|
treeListColumn1.Caption = "名称";
|
treeListColumn1.FieldName = "Name";
|
treeListColumn1.Name = "treeListColumn1";
|
treeListColumn1.Visible = true;
|
treeListColumn1.VisibleIndex = 0;
|
//
|
// Root
|
//
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2, layoutControlItemSearch });
|
Root.Name = "Root";
|
Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
Root.Size = new Size(239, 519);
|
Root.TextVisible = false;
|
//
|
// layoutControlItem2
|
//
|
layoutControlItem2.Control = treeList1;
|
layoutControlItem2.Location = new Point(0, 20);
|
layoutControlItem2.Name = "layoutControlItem2";
|
layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
layoutControlItem2.Size = new Size(239, 499);
|
layoutControlItem2.TextSize = new Size(0, 0);
|
layoutControlItem2.TextVisible = false;
|
//
|
// layoutControlItemSearch
|
//
|
layoutControlItemSearch.Control = searchControl1;
|
layoutControlItemSearch.Location = new Point(0, 0);
|
layoutControlItemSearch.Name = "layoutControlItemSearch";
|
layoutControlItemSearch.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
layoutControlItemSearch.Size = new Size(239, 20);
|
layoutControlItemSearch.TextSize = new Size(0, 0);
|
layoutControlItemSearch.TextVisible = false;
|
layoutControlItemSearch.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
|
//
|
// barRootBasicInfoMgr
|
//
|
barRootBasicInfoMgr.Caption = "barSubItem1";
|
barRootBasicInfoMgr.Id = 20;
|
barRootBasicInfoMgr.Name = "barRootBasicInfoMgr";
|
//
|
// popupMenuSeries
|
//
|
popupMenuSeries.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(BtnAddGroup), new DevExpress.XtraBars.LinkPersistInfo(barButtonAddPumpMain), new DevExpress.XtraBars.LinkPersistInfo(barBtnEditSeries), new DevExpress.XtraBars.LinkPersistInfo(barBtnDeleteSeries) });
|
popupMenuSeries.Manager = barManager1;
|
popupMenuSeries.Name = "popupMenuSeries";
|
//
|
// popupMenuType
|
//
|
popupMenuType.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(barButtonAddPumpSeries), new DevExpress.XtraBars.LinkPersistInfo(barButtonEditPumpType), new DevExpress.XtraBars.LinkPersistInfo(barButtonDeletePumpType) });
|
popupMenuType.Manager = barManager1;
|
popupMenuType.Name = "popupMenuType";
|
//
|
// popupMenuListView
|
//
|
popupMenuListView.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(barBtnAddType), new DevExpress.XtraBars.LinkPersistInfo(barBtnRefresh) });
|
popupMenuListView.Manager = barManager1;
|
popupMenuListView.Name = "popupMenuListView";
|
//
|
// popupMenuGroup
|
//
|
popupMenuGroup.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(barBtnEditGroup), new DevExpress.XtraBars.LinkPersistInfo(barBtnDeleteGroup) });
|
popupMenuGroup.Manager = barManager1;
|
popupMenuGroup.Name = "popupMenuGroup";
|
//
|
// PumpProductSeriesTreeListCtrl
|
//
|
Appearance.BackColor = SystemColors.Control;
|
Appearance.Options.UseBackColor = true;
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(layoutControl1);
|
Controls.Add(barDockControlLeft);
|
Controls.Add(barDockControlRight);
|
Controls.Add(barDockControlBottom);
|
Controls.Add(barDockControlTop);
|
Name = "PumpProductSeriesTreeListCtrl";
|
Size = new Size(239, 569);
|
((System.ComponentModel.ISupportInitialize)barManager1).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)searchControl1.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)treeList1).EndInit();
|
((System.ComponentModel.ISupportInitialize)Root).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItemSearch).EndInit();
|
((System.ComponentModel.ISupportInitialize)popupMenuSeries).EndInit();
|
((System.ComponentModel.ISupportInitialize)popupMenuType).EndInit();
|
((System.ComponentModel.ISupportInitialize)popupMenuListView).EndInit();
|
((System.ComponentModel.ISupportInitialize)popupMenuGroup).EndInit();
|
ResumeLayout(false);
|
PerformLayout();
|
}
|
|
private void BarBtnDeleteSeries_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
|
{
|
throw new NotImplementedException();
|
}
|
|
private void BarBtnAddType_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
|
{
|
throw new NotImplementedException();
|
}
|
|
#endregion
|
private DevExpress.XtraBars.BarManager barManager1;
|
private DevExpress.XtraBars.BarDockControl barDockControlTop;
|
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
|
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
|
private DevExpress.XtraBars.BarDockControl barDockControlRight;
|
private DevExpress.XtraBars.Bar bar1;
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraTreeList.TreeList treeList1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
private DevExpress.XtraBars.BarSubItem barRoot;
|
private DevExpress.XtraBars.BarSubItem barRootBasicInfoMgr;
|
private DevExpress.XtraBars.BarCheckItem barCkSearch;
|
private DevExpress.XtraBars.BarButtonItem barBtnAdd;
|
private DevExpress.XtraBars.BarButtonItem barBtnEdit;
|
private DevExpress.XtraBars.BarButtonItem barBtnDelete;
|
private DevExpress.XtraBars.BarButtonItem barBtnExpandAll;
|
private DevExpress.XtraBars.BarButtonItem barBtnCollapseAll;
|
private DevExpress.XtraBars.BarButtonItem barBtnAddChild;
|
private DevExpress.XtraEditors.SearchControl searchControl1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItemSearch;
|
private DevExpress.XtraBars.PopupMenu popupMenuSeries;
|
private DevExpress.XtraBars.BarButtonItem BtnAddGroup;
|
private DevExpress.XtraBars.BarButtonItem barButtonAddPumpMain;
|
private DevExpress.XtraBars.BarButtonItem barButtonAddPumpSeries;
|
private DevExpress.XtraBars.PopupMenu popupMenuType;
|
private DevExpress.XtraBars.BarButtonItem barButtonEditPumpType;
|
private DevExpress.XtraBars.BarButtonItem barButtonDeletePumpType;
|
private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn1;
|
private DevExpress.XtraBars.PopupMenu popupMenuListView;
|
private DevExpress.XtraBars.BarButtonItem barBtnAddType;
|
private DevExpress.XtraBars.BarButtonItem barBtnRefresh;
|
private DevExpress.XtraBars.BarButtonItem barBtnDeleteSeries;
|
private DevExpress.XtraBars.BarButtonItem barBtnEditGroup;
|
private DevExpress.XtraBars.BarButtonItem barBtnDeleteGroup;
|
private DevExpress.XtraBars.PopupMenu popupMenuGroup;
|
private DevExpress.XtraBars.BarButtonItem barBtnEditSeries;
|
}
|
}
|