Tree node name logic
This commit is contained in:
560
PROMS/VEPROMS User Interface/frmVEPROMS.Designer.cs
generated
560
PROMS/VEPROMS User Interface/frmVEPROMS.Designer.cs
generated
@@ -223,28 +223,11 @@ namespace VEPROMS
|
||||
this.buttonX5 = new DevComponents.DotNetBar.ButtonX();
|
||||
this.buttonX4 = new DevComponents.DotNetBar.ButtonX();
|
||||
this.c1CommentGrid = new C1.Win.C1FlexGrid.C1FlexGrid();
|
||||
this.itemAnnotationsBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.rtxbComment = new System.Windows.Forms.RichTextBox();
|
||||
this.expandablePanel2 = new DevComponents.DotNetBar.ExpandablePanel();
|
||||
this.tv = new Volian.Controls.Library.vlnTreeView();
|
||||
this.infoPanel = new DevComponents.DotNetBar.ExpandablePanel();
|
||||
this.infoTabs = new DevComponents.DotNetBar.TabControl();
|
||||
this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.panelEx4 = new DevComponents.DotNetBar.PanelEx();
|
||||
this.lbxBookMarks = new System.Windows.Forms.ListBox();
|
||||
this.btnClrBookMrks = new DevComponents.DotNetBar.ButtonX();
|
||||
this.btnRmvCurBookMrk = new DevComponents.DotNetBar.ButtonX();
|
||||
this.btnSetBookMrk = new DevComponents.DotNetBar.ButtonX();
|
||||
this.infotabBookMarks = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tabControlPanel3 = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.navpaneResults = new DevComponents.DotNetBar.NavigationPane();
|
||||
this.navpanSrchRslts = new DevComponents.DotNetBar.NavigationPanePanel();
|
||||
this.lbResults = new System.Windows.Forms.ListBox();
|
||||
this.cbAnnoType = new DevComponents.DotNetBar.Controls.ComboBoxEx();
|
||||
this.btnSrchRslt = new DevComponents.DotNetBar.ButtonItem();
|
||||
this.navigationPanePanel2 = new DevComponents.DotNetBar.NavigationPanePanel();
|
||||
this.btnSimStpsRslt = new DevComponents.DotNetBar.ButtonItem();
|
||||
this.infotabResults = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
|
||||
this.groupPanel4 = new DevComponents.DotNetBar.Controls.GroupPanel();
|
||||
@@ -259,6 +242,22 @@ namespace VEPROMS
|
||||
this.txbChgMsg2 = new DevComponents.DotNetBar.Controls.TextBoxX();
|
||||
this.checkBoxX1 = new DevComponents.DotNetBar.Controls.CheckBoxX();
|
||||
this.infotabTags = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tabControlPanel3 = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.navpaneResults = new DevComponents.DotNetBar.NavigationPane();
|
||||
this.navpanSrchRslts = new DevComponents.DotNetBar.NavigationPanePanel();
|
||||
this.lbResults = new System.Windows.Forms.ListBox();
|
||||
this.cbAnnoType = new DevComponents.DotNetBar.Controls.ComboBoxEx();
|
||||
this.btnSrchRslt = new DevComponents.DotNetBar.ButtonItem();
|
||||
this.navigationPanePanel2 = new DevComponents.DotNetBar.NavigationPanePanel();
|
||||
this.btnSimStpsRslt = new DevComponents.DotNetBar.ButtonItem();
|
||||
this.infotabResults = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.panelEx4 = new DevComponents.DotNetBar.PanelEx();
|
||||
this.lbxBookMarks = new System.Windows.Forms.ListBox();
|
||||
this.btnClrBookMrks = new DevComponents.DotNetBar.ButtonX();
|
||||
this.btnRmvCurBookMrk = new DevComponents.DotNetBar.ButtonX();
|
||||
this.btnSetBookMrk = new DevComponents.DotNetBar.ButtonX();
|
||||
this.infotabBookMarks = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.infotabControlPanelRO = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.displayRO = new Volian.Controls.Library.DisplayRO();
|
||||
this.infotabRO = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
@@ -271,6 +270,7 @@ namespace VEPROMS
|
||||
this.superTooltip1 = new DevComponents.DotNetBar.SuperTooltip();
|
||||
this.tc = new Volian.Controls.Library.DisplayTabControl();
|
||||
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
||||
this.itemAnnotationsBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.ribbonControl1.SuspendLayout();
|
||||
this.ribbonPanel2.SuspendLayout();
|
||||
this.ribbonPanel1.SuspendLayout();
|
||||
@@ -279,24 +279,24 @@ namespace VEPROMS
|
||||
((System.ComponentModel.ISupportInitialize)(this.bottomBar)).BeginInit();
|
||||
this.epComments.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.c1CommentGrid)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.itemAnnotationsBindingSource)).BeginInit();
|
||||
this.expandablePanel2.SuspendLayout();
|
||||
this.infoPanel.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.infoTabs)).BeginInit();
|
||||
this.infoTabs.SuspendLayout();
|
||||
this.tabControlPanel2.SuspendLayout();
|
||||
this.panelEx4.SuspendLayout();
|
||||
this.tabControlPanel3.SuspendLayout();
|
||||
this.navpaneResults.SuspendLayout();
|
||||
this.navpanSrchRslts.SuspendLayout();
|
||||
this.tabControlPanel1.SuspendLayout();
|
||||
this.panelEx1.SuspendLayout();
|
||||
this.groupPanel4.SuspendLayout();
|
||||
this.groupPanel3.SuspendLayout();
|
||||
this.groupPanel2.SuspendLayout();
|
||||
this.groupPanel1.SuspendLayout();
|
||||
this.tabControlPanel3.SuspendLayout();
|
||||
this.navpaneResults.SuspendLayout();
|
||||
this.navpanSrchRslts.SuspendLayout();
|
||||
this.tabControlPanel2.SuspendLayout();
|
||||
this.panelEx4.SuspendLayout();
|
||||
this.infotabControlPanelRO.SuspendLayout();
|
||||
this.infotabControlPanelTransitions.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.itemAnnotationsBindingSource)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// ribbonControl1
|
||||
@@ -2235,11 +2235,6 @@ namespace VEPROMS
|
||||
this.c1CommentGrid.StyleInfo = resources.GetString("c1CommentGrid.StyleInfo");
|
||||
this.c1CommentGrid.TabIndex = 2;
|
||||
//
|
||||
// itemAnnotationsBindingSource
|
||||
//
|
||||
this.itemAnnotationsBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.ItemAnnotation);
|
||||
this.itemAnnotationsBindingSource.DataSourceChanged += new System.EventHandler(this.itemAnnotationsBindingSource_DataSourceChanged);
|
||||
//
|
||||
// rtxbComment
|
||||
//
|
||||
this.rtxbComment.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||||
@@ -2301,10 +2296,12 @@ namespace VEPROMS
|
||||
this.infoPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
||||
this.infoPanel.Controls.Add(this.infoTabs);
|
||||
this.infoPanel.Dock = System.Windows.Forms.DockStyle.Right;
|
||||
this.infoPanel.Expanded = false;
|
||||
this.infoPanel.ExpandedBounds = new System.Drawing.Rectangle(802, 147, 230, 574);
|
||||
this.infoPanel.ExpandOnTitleClick = true;
|
||||
this.infoPanel.Location = new System.Drawing.Point(802, 147);
|
||||
this.infoPanel.Location = new System.Drawing.Point(1002, 147);
|
||||
this.infoPanel.Name = "infoPanel";
|
||||
this.infoPanel.Size = new System.Drawing.Size(230, 574);
|
||||
this.infoPanel.Size = new System.Drawing.Size(30, 574);
|
||||
this.infoPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
|
||||
this.infoPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
||||
this.infoPanel.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
||||
@@ -2326,9 +2323,9 @@ namespace VEPROMS
|
||||
//
|
||||
this.infoTabs.BackColor = System.Drawing.Color.Transparent;
|
||||
this.infoTabs.CanReorderTabs = true;
|
||||
this.infoTabs.Controls.Add(this.tabControlPanel2);
|
||||
this.infoTabs.Controls.Add(this.tabControlPanel1);
|
||||
this.infoTabs.Controls.Add(this.tabControlPanel3);
|
||||
this.infoTabs.Controls.Add(this.tabControlPanel2);
|
||||
this.infoTabs.Controls.Add(this.infotabControlPanelRO);
|
||||
this.infoTabs.Controls.Add(this.infotabControlPanelTransitions);
|
||||
this.infoTabs.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
@@ -2336,7 +2333,7 @@ namespace VEPROMS
|
||||
this.infoTabs.Name = "infoTabs";
|
||||
this.infoTabs.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
|
||||
this.infoTabs.SelectedTabIndex = 0;
|
||||
this.infoTabs.Size = new System.Drawing.Size(230, 548);
|
||||
this.infoTabs.Size = new System.Drawing.Size(30, 548);
|
||||
this.infoTabs.TabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Right;
|
||||
this.infoTabs.TabIndex = 1;
|
||||
this.infoTabs.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
|
||||
@@ -2347,234 +2344,6 @@ namespace VEPROMS
|
||||
this.infoTabs.Tabs.Add(this.infotabTransition);
|
||||
this.infoTabs.Text = "tabControl1";
|
||||
//
|
||||
// tabControlPanel2
|
||||
//
|
||||
this.tabControlPanel2.Controls.Add(this.panelEx4);
|
||||
this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tabControlPanel2.Location = new System.Drawing.Point(0, 0);
|
||||
this.tabControlPanel2.Name = "tabControlPanel2";
|
||||
this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tabControlPanel2.Size = new System.Drawing.Size(204, 548);
|
||||
this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231)))));
|
||||
this.tabControlPanel2.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254)))));
|
||||
this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.tabControlPanel2.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
||||
this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Top)
|
||||
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||
this.tabControlPanel2.Style.GradientAngle = 180;
|
||||
this.tabControlPanel2.TabIndex = 2;
|
||||
this.tabControlPanel2.TabItem = this.infotabBookMarks;
|
||||
//
|
||||
// panelEx4
|
||||
//
|
||||
this.panelEx4.AutoScroll = true;
|
||||
this.panelEx4.CanvasColor = System.Drawing.SystemColors.Control;
|
||||
this.panelEx4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
||||
this.panelEx4.Controls.Add(this.lbxBookMarks);
|
||||
this.panelEx4.Controls.Add(this.btnClrBookMrks);
|
||||
this.panelEx4.Controls.Add(this.btnRmvCurBookMrk);
|
||||
this.panelEx4.Controls.Add(this.btnSetBookMrk);
|
||||
this.panelEx4.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.panelEx4.Location = new System.Drawing.Point(1, 1);
|
||||
this.panelEx4.Name = "panelEx4";
|
||||
this.panelEx4.Size = new System.Drawing.Size(202, 546);
|
||||
this.panelEx4.Style.Alignment = System.Drawing.StringAlignment.Center;
|
||||
this.panelEx4.Style.BackColor1.Color = System.Drawing.Color.Transparent;
|
||||
this.panelEx4.Style.BackColor2.Color = System.Drawing.Color.SlateGray;
|
||||
this.panelEx4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.panelEx4.Style.BorderColor.Color = System.Drawing.Color.Gray;
|
||||
this.panelEx4.Style.ForeColor.Color = System.Drawing.Color.Transparent;
|
||||
this.panelEx4.TabIndex = 3;
|
||||
//
|
||||
// lbxBookMarks
|
||||
//
|
||||
this.lbxBookMarks.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.lbxBookMarks.FormattingEnabled = true;
|
||||
this.lbxBookMarks.HorizontalScrollbar = true;
|
||||
this.lbxBookMarks.ItemHeight = 16;
|
||||
this.lbxBookMarks.Location = new System.Drawing.Point(0, 87);
|
||||
this.lbxBookMarks.Name = "lbxBookMarks";
|
||||
this.lbxBookMarks.Size = new System.Drawing.Size(202, 452);
|
||||
this.lbxBookMarks.TabIndex = 3;
|
||||
this.lbxBookMarks.Click += new System.EventHandler(this.lbxBookMarks_Click);
|
||||
//
|
||||
// btnClrBookMrks
|
||||
//
|
||||
this.btnClrBookMrks.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.btnClrBookMrks.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.btnClrBookMrks.Location = new System.Drawing.Point(0, 58);
|
||||
this.btnClrBookMrks.Name = "btnClrBookMrks";
|
||||
this.btnClrBookMrks.Size = new System.Drawing.Size(202, 29);
|
||||
this.btnClrBookMrks.TabIndex = 2;
|
||||
this.btnClrBookMrks.Text = "Clear ALL Bookmarks";
|
||||
this.btnClrBookMrks.ThemeAware = true;
|
||||
this.btnClrBookMrks.Click += new System.EventHandler(this.btnClrBookMrks_Click);
|
||||
//
|
||||
// btnRmvCurBookMrk
|
||||
//
|
||||
this.btnRmvCurBookMrk.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.btnRmvCurBookMrk.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.btnRmvCurBookMrk.Location = new System.Drawing.Point(0, 29);
|
||||
this.btnRmvCurBookMrk.Name = "btnRmvCurBookMrk";
|
||||
this.btnRmvCurBookMrk.Size = new System.Drawing.Size(202, 29);
|
||||
this.btnRmvCurBookMrk.TabIndex = 1;
|
||||
this.btnRmvCurBookMrk.Text = "Remove Bookmark";
|
||||
this.btnRmvCurBookMrk.ThemeAware = true;
|
||||
this.btnRmvCurBookMrk.Click += new System.EventHandler(this.btnRmvCurBookMrk_Click);
|
||||
//
|
||||
// btnSetBookMrk
|
||||
//
|
||||
this.btnSetBookMrk.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.btnSetBookMrk.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.btnSetBookMrk.Location = new System.Drawing.Point(0, 0);
|
||||
this.btnSetBookMrk.Name = "btnSetBookMrk";
|
||||
this.btnSetBookMrk.Size = new System.Drawing.Size(202, 29);
|
||||
this.btnSetBookMrk.TabIndex = 0;
|
||||
this.btnSetBookMrk.Text = "Set Bookmark";
|
||||
this.btnSetBookMrk.ThemeAware = true;
|
||||
this.btnSetBookMrk.Click += new System.EventHandler(this.btnSetBookMrk_Click);
|
||||
//
|
||||
// infotabBookMarks
|
||||
//
|
||||
this.infotabBookMarks.AttachedControl = this.tabControlPanel2;
|
||||
this.infotabBookMarks.Name = "infotabBookMarks";
|
||||
this.infotabBookMarks.Text = "BookMarks";
|
||||
//
|
||||
// tabControlPanel3
|
||||
//
|
||||
this.tabControlPanel3.Controls.Add(this.navpaneResults);
|
||||
this.tabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tabControlPanel3.Location = new System.Drawing.Point(0, 0);
|
||||
this.tabControlPanel3.Name = "tabControlPanel3";
|
||||
this.tabControlPanel3.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tabControlPanel3.Size = new System.Drawing.Size(204, 548);
|
||||
this.tabControlPanel3.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231)))));
|
||||
this.tabControlPanel3.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254)))));
|
||||
this.tabControlPanel3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.tabControlPanel3.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
||||
this.tabControlPanel3.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Top)
|
||||
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||
this.tabControlPanel3.Style.GradientAngle = 180;
|
||||
this.tabControlPanel3.TabIndex = 3;
|
||||
this.tabControlPanel3.TabItem = this.infotabResults;
|
||||
//
|
||||
// navpaneResults
|
||||
//
|
||||
this.navpaneResults.Controls.Add(this.navpanSrchRslts);
|
||||
this.navpaneResults.Controls.Add(this.navigationPanePanel2);
|
||||
this.navpaneResults.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.navpaneResults.ItemPaddingBottom = 2;
|
||||
this.navpaneResults.ItemPaddingTop = 2;
|
||||
this.navpaneResults.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
||||
this.btnSrchRslt,
|
||||
this.btnSimStpsRslt});
|
||||
this.navpaneResults.Location = new System.Drawing.Point(1, 1);
|
||||
this.navpaneResults.Name = "navpaneResults";
|
||||
this.navpaneResults.NavigationBarHeight = 33;
|
||||
this.navpaneResults.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.navpaneResults.Size = new System.Drawing.Size(202, 546);
|
||||
this.navpaneResults.TabIndex = 0;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.navpaneResults.TitlePanel.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.navpaneResults.TitlePanel.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.navpaneResults.TitlePanel.Location = new System.Drawing.Point(1, 1);
|
||||
this.navpaneResults.TitlePanel.Name = "panelTitle";
|
||||
this.navpaneResults.TitlePanel.Size = new System.Drawing.Size(200, 24);
|
||||
this.navpaneResults.TitlePanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
||||
this.navpaneResults.TitlePanel.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
||||
this.navpaneResults.TitlePanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.navpaneResults.TitlePanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
||||
this.navpaneResults.TitlePanel.Style.BorderSide = DevComponents.DotNetBar.eBorderSide.Bottom;
|
||||
this.navpaneResults.TitlePanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
||||
this.navpaneResults.TitlePanel.Style.GradientAngle = 90;
|
||||
this.navpaneResults.TitlePanel.Style.MarginLeft = 4;
|
||||
this.navpaneResults.TitlePanel.TabIndex = 0;
|
||||
this.navpaneResults.TitlePanel.Text = "Search Results";
|
||||
//
|
||||
// navpanSrchRslts
|
||||
//
|
||||
this.navpanSrchRslts.Controls.Add(this.lbResults);
|
||||
this.navpanSrchRslts.Controls.Add(this.cbAnnoType);
|
||||
this.navpanSrchRslts.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.navpanSrchRslts.Location = new System.Drawing.Point(1, 25);
|
||||
this.navpanSrchRslts.Name = "navpanSrchRslts";
|
||||
this.navpanSrchRslts.ParentItem = this.btnSrchRslt;
|
||||
this.navpanSrchRslts.Size = new System.Drawing.Size(200, 487);
|
||||
this.navpanSrchRslts.Style.Alignment = System.Drawing.StringAlignment.Center;
|
||||
this.navpanSrchRslts.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
||||
this.navpanSrchRslts.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
|
||||
this.navpanSrchRslts.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
||||
this.navpanSrchRslts.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
||||
this.navpanSrchRslts.Style.GradientAngle = 90;
|
||||
this.navpanSrchRslts.TabIndex = 2;
|
||||
//
|
||||
// lbResults
|
||||
//
|
||||
this.lbResults.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.lbResults.FormattingEnabled = true;
|
||||
this.lbResults.ItemHeight = 16;
|
||||
this.lbResults.Location = new System.Drawing.Point(0, 23);
|
||||
this.lbResults.Name = "lbResults";
|
||||
this.lbResults.Size = new System.Drawing.Size(200, 452);
|
||||
this.lbResults.TabIndex = 1;
|
||||
this.lbResults.SelectedValueChanged += new System.EventHandler(this.lbResults_SelectedValueChanged);
|
||||
//
|
||||
// cbAnnoType
|
||||
//
|
||||
this.cbAnnoType.DisplayMember = "Text";
|
||||
this.cbAnnoType.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.cbAnnoType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
||||
this.cbAnnoType.FormattingEnabled = true;
|
||||
this.cbAnnoType.ItemHeight = 17;
|
||||
this.cbAnnoType.Location = new System.Drawing.Point(0, 0);
|
||||
this.cbAnnoType.Name = "cbAnnoType";
|
||||
this.cbAnnoType.Size = new System.Drawing.Size(200, 23);
|
||||
this.cbAnnoType.TabIndex = 0;
|
||||
this.cbAnnoType.SelectedValueChanged += new System.EventHandler(this.cbAnnoType_SelectedValueChanged);
|
||||
//
|
||||
// btnSrchRslt
|
||||
//
|
||||
this.btnSrchRslt.Checked = true;
|
||||
this.btnSrchRslt.Image = ((System.Drawing.Image)(resources.GetObject("btnSrchRslt.Image")));
|
||||
this.btnSrchRslt.ImageFixedSize = new System.Drawing.Size(16, 16);
|
||||
this.btnSrchRslt.ImagePaddingHorizontal = 8;
|
||||
this.btnSrchRslt.Name = "btnSrchRslt";
|
||||
this.btnSrchRslt.OptionGroup = "navBar";
|
||||
this.superTooltip1.SetSuperTooltip(this.btnSrchRslt, new DevComponents.DotNetBar.SuperTooltipInfo("Search Results", "", "Display the results from the last search", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
||||
this.btnSrchRslt.Text = "Search Results";
|
||||
//
|
||||
// navigationPanePanel2
|
||||
//
|
||||
this.navigationPanePanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.navigationPanePanel2.Location = new System.Drawing.Point(1, 1);
|
||||
this.navigationPanePanel2.Name = "navigationPanePanel2";
|
||||
this.navigationPanePanel2.ParentItem = this.btnSimStpsRslt;
|
||||
this.navigationPanePanel2.Size = new System.Drawing.Size(200, 511);
|
||||
this.navigationPanePanel2.Style.Alignment = System.Drawing.StringAlignment.Center;
|
||||
this.navigationPanePanel2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
||||
this.navigationPanePanel2.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
|
||||
this.navigationPanePanel2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
||||
this.navigationPanePanel2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
||||
this.navigationPanePanel2.Style.GradientAngle = 90;
|
||||
this.navigationPanePanel2.TabIndex = 3;
|
||||
//
|
||||
// btnSimStpsRslt
|
||||
//
|
||||
this.btnSimStpsRslt.Image = ((System.Drawing.Image)(resources.GetObject("btnSimStpsRslt.Image")));
|
||||
this.btnSimStpsRslt.ImageFixedSize = new System.Drawing.Size(16, 16);
|
||||
this.btnSimStpsRslt.ImagePaddingHorizontal = 8;
|
||||
this.btnSimStpsRslt.Name = "btnSimStpsRslt";
|
||||
this.btnSimStpsRslt.OptionGroup = "navBar";
|
||||
this.btnSimStpsRslt.Text = "Similar Steps";
|
||||
//
|
||||
// infotabResults
|
||||
//
|
||||
this.infotabResults.AttachedControl = this.tabControlPanel3;
|
||||
this.infotabResults.Name = "infotabResults";
|
||||
this.infotabResults.Text = "Results";
|
||||
//
|
||||
// tabControlPanel1
|
||||
//
|
||||
this.tabControlPanel1.Controls.Add(this.panelEx1);
|
||||
@@ -2582,7 +2351,7 @@ namespace VEPROMS
|
||||
this.tabControlPanel1.Location = new System.Drawing.Point(0, 0);
|
||||
this.tabControlPanel1.Name = "tabControlPanel1";
|
||||
this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tabControlPanel1.Size = new System.Drawing.Size(204, 548);
|
||||
this.tabControlPanel1.Size = new System.Drawing.Size(4, 548);
|
||||
this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231)))));
|
||||
this.tabControlPanel1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254)))));
|
||||
this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
@@ -2604,7 +2373,7 @@ namespace VEPROMS
|
||||
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.panelEx1.Location = new System.Drawing.Point(1, 1);
|
||||
this.panelEx1.Name = "panelEx1";
|
||||
this.panelEx1.Size = new System.Drawing.Size(202, 546);
|
||||
this.panelEx1.Size = new System.Drawing.Size(2, 546);
|
||||
this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
|
||||
this.panelEx1.Style.BackColor1.Color = System.Drawing.Color.Transparent;
|
||||
this.panelEx1.Style.BackColor2.Color = System.Drawing.Color.SlateGray;
|
||||
@@ -2621,7 +2390,7 @@ namespace VEPROMS
|
||||
this.groupPanel4.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.groupPanel4.Location = new System.Drawing.Point(0, 362);
|
||||
this.groupPanel4.Name = "groupPanel4";
|
||||
this.groupPanel4.Size = new System.Drawing.Size(202, 100);
|
||||
this.groupPanel4.Size = new System.Drawing.Size(2, 100);
|
||||
//
|
||||
//
|
||||
//
|
||||
@@ -2666,7 +2435,7 @@ namespace VEPROMS
|
||||
this.groupPanel3.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.groupPanel3.Location = new System.Drawing.Point(0, 262);
|
||||
this.groupPanel3.Name = "groupPanel3";
|
||||
this.groupPanel3.Size = new System.Drawing.Size(202, 100);
|
||||
this.groupPanel3.Size = new System.Drawing.Size(2, 100);
|
||||
//
|
||||
//
|
||||
//
|
||||
@@ -2707,7 +2476,7 @@ namespace VEPROMS
|
||||
this.groupPanel2.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.groupPanel2.Location = new System.Drawing.Point(0, 122);
|
||||
this.groupPanel2.Name = "groupPanel2";
|
||||
this.groupPanel2.Size = new System.Drawing.Size(202, 140);
|
||||
this.groupPanel2.Size = new System.Drawing.Size(2, 140);
|
||||
//
|
||||
//
|
||||
//
|
||||
@@ -2756,7 +2525,7 @@ namespace VEPROMS
|
||||
this.groupPanel1.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.groupPanel1.Location = new System.Drawing.Point(0, 0);
|
||||
this.groupPanel1.Name = "groupPanel1";
|
||||
this.groupPanel1.Size = new System.Drawing.Size(202, 122);
|
||||
this.groupPanel1.Size = new System.Drawing.Size(2, 122);
|
||||
//
|
||||
//
|
||||
//
|
||||
@@ -2832,6 +2601,234 @@ namespace VEPROMS
|
||||
this.infotabTags.Name = "infotabTags";
|
||||
this.infotabTags.Text = "Tags";
|
||||
//
|
||||
// tabControlPanel3
|
||||
//
|
||||
this.tabControlPanel3.Controls.Add(this.navpaneResults);
|
||||
this.tabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tabControlPanel3.Location = new System.Drawing.Point(0, 0);
|
||||
this.tabControlPanel3.Name = "tabControlPanel3";
|
||||
this.tabControlPanel3.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tabControlPanel3.Size = new System.Drawing.Size(4, 548);
|
||||
this.tabControlPanel3.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231)))));
|
||||
this.tabControlPanel3.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254)))));
|
||||
this.tabControlPanel3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.tabControlPanel3.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
||||
this.tabControlPanel3.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Top)
|
||||
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||
this.tabControlPanel3.Style.GradientAngle = 180;
|
||||
this.tabControlPanel3.TabIndex = 3;
|
||||
this.tabControlPanel3.TabItem = this.infotabResults;
|
||||
//
|
||||
// navpaneResults
|
||||
//
|
||||
this.navpaneResults.Controls.Add(this.navpanSrchRslts);
|
||||
this.navpaneResults.Controls.Add(this.navigationPanePanel2);
|
||||
this.navpaneResults.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.navpaneResults.ItemPaddingBottom = 2;
|
||||
this.navpaneResults.ItemPaddingTop = 2;
|
||||
this.navpaneResults.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
|
||||
this.btnSrchRslt,
|
||||
this.btnSimStpsRslt});
|
||||
this.navpaneResults.Location = new System.Drawing.Point(1, 1);
|
||||
this.navpaneResults.Name = "navpaneResults";
|
||||
this.navpaneResults.NavigationBarHeight = 33;
|
||||
this.navpaneResults.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.navpaneResults.Size = new System.Drawing.Size(2, 546);
|
||||
this.navpaneResults.TabIndex = 0;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.navpaneResults.TitlePanel.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.navpaneResults.TitlePanel.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.navpaneResults.TitlePanel.Location = new System.Drawing.Point(1, 1);
|
||||
this.navpaneResults.TitlePanel.Name = "panelTitle";
|
||||
this.navpaneResults.TitlePanel.Size = new System.Drawing.Size(0, 24);
|
||||
this.navpaneResults.TitlePanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
||||
this.navpaneResults.TitlePanel.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
||||
this.navpaneResults.TitlePanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.navpaneResults.TitlePanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
||||
this.navpaneResults.TitlePanel.Style.BorderSide = DevComponents.DotNetBar.eBorderSide.Bottom;
|
||||
this.navpaneResults.TitlePanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
||||
this.navpaneResults.TitlePanel.Style.GradientAngle = 90;
|
||||
this.navpaneResults.TitlePanel.Style.MarginLeft = 4;
|
||||
this.navpaneResults.TitlePanel.TabIndex = 0;
|
||||
this.navpaneResults.TitlePanel.Text = "Search Results";
|
||||
//
|
||||
// navpanSrchRslts
|
||||
//
|
||||
this.navpanSrchRslts.Controls.Add(this.lbResults);
|
||||
this.navpanSrchRslts.Controls.Add(this.cbAnnoType);
|
||||
this.navpanSrchRslts.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.navpanSrchRslts.Location = new System.Drawing.Point(1, 25);
|
||||
this.navpanSrchRslts.Name = "navpanSrchRslts";
|
||||
this.navpanSrchRslts.ParentItem = this.btnSrchRslt;
|
||||
this.navpanSrchRslts.Size = new System.Drawing.Size(0, 487);
|
||||
this.navpanSrchRslts.Style.Alignment = System.Drawing.StringAlignment.Center;
|
||||
this.navpanSrchRslts.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
||||
this.navpanSrchRslts.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
|
||||
this.navpanSrchRslts.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
||||
this.navpanSrchRslts.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
||||
this.navpanSrchRslts.Style.GradientAngle = 90;
|
||||
this.navpanSrchRslts.TabIndex = 2;
|
||||
//
|
||||
// lbResults
|
||||
//
|
||||
this.lbResults.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.lbResults.FormattingEnabled = true;
|
||||
this.lbResults.ItemHeight = 16;
|
||||
this.lbResults.Location = new System.Drawing.Point(0, 23);
|
||||
this.lbResults.Name = "lbResults";
|
||||
this.lbResults.Size = new System.Drawing.Size(0, 452);
|
||||
this.lbResults.TabIndex = 1;
|
||||
this.lbResults.SelectedValueChanged += new System.EventHandler(this.lbResults_SelectedValueChanged);
|
||||
//
|
||||
// cbAnnoType
|
||||
//
|
||||
this.cbAnnoType.DisplayMember = "Text";
|
||||
this.cbAnnoType.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.cbAnnoType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
||||
this.cbAnnoType.FormattingEnabled = true;
|
||||
this.cbAnnoType.ItemHeight = 17;
|
||||
this.cbAnnoType.Location = new System.Drawing.Point(0, 0);
|
||||
this.cbAnnoType.Name = "cbAnnoType";
|
||||
this.cbAnnoType.Size = new System.Drawing.Size(0, 23);
|
||||
this.cbAnnoType.TabIndex = 0;
|
||||
this.cbAnnoType.SelectedValueChanged += new System.EventHandler(this.cbAnnoType_SelectedValueChanged);
|
||||
//
|
||||
// btnSrchRslt
|
||||
//
|
||||
this.btnSrchRslt.Checked = true;
|
||||
this.btnSrchRslt.Image = ((System.Drawing.Image)(resources.GetObject("btnSrchRslt.Image")));
|
||||
this.btnSrchRslt.ImageFixedSize = new System.Drawing.Size(16, 16);
|
||||
this.btnSrchRslt.ImagePaddingHorizontal = 8;
|
||||
this.btnSrchRslt.Name = "btnSrchRslt";
|
||||
this.btnSrchRslt.OptionGroup = "navBar";
|
||||
this.superTooltip1.SetSuperTooltip(this.btnSrchRslt, new DevComponents.DotNetBar.SuperTooltipInfo("Search Results", "", "Display the results from the last search", null, null, DevComponents.DotNetBar.eTooltipColor.System));
|
||||
this.btnSrchRslt.Text = "Search Results";
|
||||
//
|
||||
// navigationPanePanel2
|
||||
//
|
||||
this.navigationPanePanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.navigationPanePanel2.Location = new System.Drawing.Point(1, 1);
|
||||
this.navigationPanePanel2.Name = "navigationPanePanel2";
|
||||
this.navigationPanePanel2.ParentItem = this.btnSimStpsRslt;
|
||||
this.navigationPanePanel2.Size = new System.Drawing.Size(0, 511);
|
||||
this.navigationPanePanel2.Style.Alignment = System.Drawing.StringAlignment.Center;
|
||||
this.navigationPanePanel2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
||||
this.navigationPanePanel2.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
|
||||
this.navigationPanePanel2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
||||
this.navigationPanePanel2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
||||
this.navigationPanePanel2.Style.GradientAngle = 90;
|
||||
this.navigationPanePanel2.TabIndex = 3;
|
||||
//
|
||||
// btnSimStpsRslt
|
||||
//
|
||||
this.btnSimStpsRslt.Image = ((System.Drawing.Image)(resources.GetObject("btnSimStpsRslt.Image")));
|
||||
this.btnSimStpsRslt.ImageFixedSize = new System.Drawing.Size(16, 16);
|
||||
this.btnSimStpsRslt.ImagePaddingHorizontal = 8;
|
||||
this.btnSimStpsRslt.Name = "btnSimStpsRslt";
|
||||
this.btnSimStpsRslt.OptionGroup = "navBar";
|
||||
this.btnSimStpsRslt.Text = "Similar Steps";
|
||||
//
|
||||
// infotabResults
|
||||
//
|
||||
this.infotabResults.AttachedControl = this.tabControlPanel3;
|
||||
this.infotabResults.Name = "infotabResults";
|
||||
this.infotabResults.Text = "Results";
|
||||
//
|
||||
// tabControlPanel2
|
||||
//
|
||||
this.tabControlPanel2.Controls.Add(this.panelEx4);
|
||||
this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tabControlPanel2.Location = new System.Drawing.Point(0, 0);
|
||||
this.tabControlPanel2.Name = "tabControlPanel2";
|
||||
this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tabControlPanel2.Size = new System.Drawing.Size(4, 548);
|
||||
this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231)))));
|
||||
this.tabControlPanel2.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254)))));
|
||||
this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.tabControlPanel2.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
|
||||
this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Top)
|
||||
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||
this.tabControlPanel2.Style.GradientAngle = 180;
|
||||
this.tabControlPanel2.TabIndex = 2;
|
||||
this.tabControlPanel2.TabItem = this.infotabBookMarks;
|
||||
//
|
||||
// panelEx4
|
||||
//
|
||||
this.panelEx4.AutoScroll = true;
|
||||
this.panelEx4.CanvasColor = System.Drawing.SystemColors.Control;
|
||||
this.panelEx4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
||||
this.panelEx4.Controls.Add(this.lbxBookMarks);
|
||||
this.panelEx4.Controls.Add(this.btnClrBookMrks);
|
||||
this.panelEx4.Controls.Add(this.btnRmvCurBookMrk);
|
||||
this.panelEx4.Controls.Add(this.btnSetBookMrk);
|
||||
this.panelEx4.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.panelEx4.Location = new System.Drawing.Point(1, 1);
|
||||
this.panelEx4.Name = "panelEx4";
|
||||
this.panelEx4.Size = new System.Drawing.Size(2, 546);
|
||||
this.panelEx4.Style.Alignment = System.Drawing.StringAlignment.Center;
|
||||
this.panelEx4.Style.BackColor1.Color = System.Drawing.Color.Transparent;
|
||||
this.panelEx4.Style.BackColor2.Color = System.Drawing.Color.SlateGray;
|
||||
this.panelEx4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.panelEx4.Style.BorderColor.Color = System.Drawing.Color.Gray;
|
||||
this.panelEx4.Style.ForeColor.Color = System.Drawing.Color.Transparent;
|
||||
this.panelEx4.TabIndex = 3;
|
||||
//
|
||||
// lbxBookMarks
|
||||
//
|
||||
this.lbxBookMarks.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.lbxBookMarks.FormattingEnabled = true;
|
||||
this.lbxBookMarks.HorizontalScrollbar = true;
|
||||
this.lbxBookMarks.ItemHeight = 16;
|
||||
this.lbxBookMarks.Location = new System.Drawing.Point(0, 87);
|
||||
this.lbxBookMarks.Name = "lbxBookMarks";
|
||||
this.lbxBookMarks.Size = new System.Drawing.Size(2, 452);
|
||||
this.lbxBookMarks.TabIndex = 3;
|
||||
this.lbxBookMarks.Click += new System.EventHandler(this.lbxBookMarks_Click);
|
||||
//
|
||||
// btnClrBookMrks
|
||||
//
|
||||
this.btnClrBookMrks.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.btnClrBookMrks.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.btnClrBookMrks.Location = new System.Drawing.Point(0, 58);
|
||||
this.btnClrBookMrks.Name = "btnClrBookMrks";
|
||||
this.btnClrBookMrks.Size = new System.Drawing.Size(2, 29);
|
||||
this.btnClrBookMrks.TabIndex = 2;
|
||||
this.btnClrBookMrks.Text = "Clear ALL Bookmarks";
|
||||
this.btnClrBookMrks.ThemeAware = true;
|
||||
this.btnClrBookMrks.Click += new System.EventHandler(this.btnClrBookMrks_Click);
|
||||
//
|
||||
// btnRmvCurBookMrk
|
||||
//
|
||||
this.btnRmvCurBookMrk.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.btnRmvCurBookMrk.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.btnRmvCurBookMrk.Location = new System.Drawing.Point(0, 29);
|
||||
this.btnRmvCurBookMrk.Name = "btnRmvCurBookMrk";
|
||||
this.btnRmvCurBookMrk.Size = new System.Drawing.Size(2, 29);
|
||||
this.btnRmvCurBookMrk.TabIndex = 1;
|
||||
this.btnRmvCurBookMrk.Text = "Remove Bookmark";
|
||||
this.btnRmvCurBookMrk.ThemeAware = true;
|
||||
this.btnRmvCurBookMrk.Click += new System.EventHandler(this.btnRmvCurBookMrk_Click);
|
||||
//
|
||||
// btnSetBookMrk
|
||||
//
|
||||
this.btnSetBookMrk.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.btnSetBookMrk.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.btnSetBookMrk.Location = new System.Drawing.Point(0, 0);
|
||||
this.btnSetBookMrk.Name = "btnSetBookMrk";
|
||||
this.btnSetBookMrk.Size = new System.Drawing.Size(2, 29);
|
||||
this.btnSetBookMrk.TabIndex = 0;
|
||||
this.btnSetBookMrk.Text = "Set Bookmark";
|
||||
this.btnSetBookMrk.ThemeAware = true;
|
||||
this.btnSetBookMrk.Click += new System.EventHandler(this.btnSetBookMrk_Click);
|
||||
//
|
||||
// infotabBookMarks
|
||||
//
|
||||
this.infotabBookMarks.AttachedControl = this.tabControlPanel2;
|
||||
this.infotabBookMarks.Name = "infotabBookMarks";
|
||||
this.infotabBookMarks.Text = "BookMarks";
|
||||
//
|
||||
// infotabControlPanelRO
|
||||
//
|
||||
this.infotabControlPanelRO.Controls.Add(this.displayRO);
|
||||
@@ -2839,7 +2836,7 @@ namespace VEPROMS
|
||||
this.infotabControlPanelRO.Location = new System.Drawing.Point(0, 0);
|
||||
this.infotabControlPanelRO.Name = "infotabControlPanelRO";
|
||||
this.infotabControlPanelRO.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.infotabControlPanelRO.Size = new System.Drawing.Size(204, 548);
|
||||
this.infotabControlPanelRO.Size = new System.Drawing.Size(4, 548);
|
||||
this.infotabControlPanelRO.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231)))));
|
||||
this.infotabControlPanelRO.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254)))));
|
||||
this.infotabControlPanelRO.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
@@ -2859,7 +2856,7 @@ namespace VEPROMS
|
||||
this.displayRO.MyROFST = null;
|
||||
this.displayRO.MyRTB = null;
|
||||
this.displayRO.Name = "displayRO";
|
||||
this.displayRO.Size = new System.Drawing.Size(202, 546);
|
||||
this.displayRO.Size = new System.Drawing.Size(2, 546);
|
||||
this.displayRO.TabIndex = 0;
|
||||
//
|
||||
// infotabRO
|
||||
@@ -2876,7 +2873,7 @@ namespace VEPROMS
|
||||
this.infotabControlPanelTransitions.Location = new System.Drawing.Point(0, 0);
|
||||
this.infotabControlPanelTransitions.Name = "infotabControlPanelTransitions";
|
||||
this.infotabControlPanelTransitions.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.infotabControlPanelTransitions.Size = new System.Drawing.Size(204, 548);
|
||||
this.infotabControlPanelTransitions.Size = new System.Drawing.Size(4, 548);
|
||||
this.infotabControlPanelTransitions.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231)))));
|
||||
this.infotabControlPanelTransitions.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254)))));
|
||||
this.infotabControlPanelTransitions.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
@@ -2899,7 +2896,7 @@ namespace VEPROMS
|
||||
this.displayTransition.MyRTB = null;
|
||||
this.displayTransition.Name = "displayTransition";
|
||||
this.displayTransition.RangeColor = System.Drawing.Color.Aquamarine;
|
||||
this.displayTransition.Size = new System.Drawing.Size(202, 546);
|
||||
this.displayTransition.Size = new System.Drawing.Size(2, 546);
|
||||
this.displayTransition.TabIndex = 0;
|
||||
this.displayTransition.RangeColor = VEPROMS.Properties.Settings.Default.TransitionRangeColor;
|
||||
//
|
||||
@@ -2969,7 +2966,7 @@ namespace VEPROMS
|
||||
this.expandableSplitter2.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
||||
this.expandableSplitter2.Location = new System.Drawing.Point(37, 718);
|
||||
this.expandableSplitter2.Name = "expandableSplitter2";
|
||||
this.expandableSplitter2.Size = new System.Drawing.Size(765, 3);
|
||||
this.expandableSplitter2.Size = new System.Drawing.Size(965, 3);
|
||||
this.expandableSplitter2.TabIndex = 6;
|
||||
this.expandableSplitter2.TabStop = false;
|
||||
//
|
||||
@@ -2999,7 +2996,7 @@ namespace VEPROMS
|
||||
this.expandableSplitter3.HotGripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
||||
this.expandableSplitter3.HotGripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254)))));
|
||||
this.expandableSplitter3.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
||||
this.expandableSplitter3.Location = new System.Drawing.Point(799, 147);
|
||||
this.expandableSplitter3.Location = new System.Drawing.Point(999, 147);
|
||||
this.expandableSplitter3.Name = "expandableSplitter3";
|
||||
this.expandableSplitter3.Size = new System.Drawing.Size(3, 571);
|
||||
this.expandableSplitter3.TabIndex = 7;
|
||||
@@ -3016,12 +3013,17 @@ namespace VEPROMS
|
||||
this.tc.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.tc.Name = "tc";
|
||||
this.tc.SelectedTab = null;
|
||||
this.tc.Size = new System.Drawing.Size(762, 571);
|
||||
this.tc.Size = new System.Drawing.Size(962, 571);
|
||||
this.tc.TabIndex = 8;
|
||||
this.tc.LinkModifyTran += new Volian.Controls.Library.DisplayPanelLinkEvent(this.tc_LinkModifyTran);
|
||||
this.tc.ItemSelectedChanged += new Volian.Controls.Library.DisplayPanelEvent(this.tc_ItemSelectedChanged);
|
||||
this.tc.LinkModifyRO += new Volian.Controls.Library.DisplayPanelLinkEvent(this.tc_LinkModifyRO);
|
||||
//
|
||||
// itemAnnotationsBindingSource
|
||||
//
|
||||
this.itemAnnotationsBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.ItemAnnotation);
|
||||
this.itemAnnotationsBindingSource.DataSourceChanged += new System.EventHandler(this.itemAnnotationsBindingSource_DataSourceChanged);
|
||||
//
|
||||
// frmVEPROMS
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
@@ -3051,25 +3053,25 @@ namespace VEPROMS
|
||||
((System.ComponentModel.ISupportInitialize)(this.bottomBar)).EndInit();
|
||||
this.epComments.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.c1CommentGrid)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.itemAnnotationsBindingSource)).EndInit();
|
||||
this.expandablePanel2.ResumeLayout(false);
|
||||
this.infoPanel.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.infoTabs)).EndInit();
|
||||
this.infoTabs.ResumeLayout(false);
|
||||
this.tabControlPanel2.ResumeLayout(false);
|
||||
this.panelEx4.ResumeLayout(false);
|
||||
this.tabControlPanel3.ResumeLayout(false);
|
||||
this.navpaneResults.ResumeLayout(false);
|
||||
this.navpanSrchRslts.ResumeLayout(false);
|
||||
this.tabControlPanel1.ResumeLayout(false);
|
||||
this.panelEx1.ResumeLayout(false);
|
||||
this.groupPanel4.ResumeLayout(false);
|
||||
this.groupPanel3.ResumeLayout(false);
|
||||
this.groupPanel2.ResumeLayout(false);
|
||||
this.groupPanel1.ResumeLayout(false);
|
||||
this.tabControlPanel3.ResumeLayout(false);
|
||||
this.navpaneResults.ResumeLayout(false);
|
||||
this.navpanSrchRslts.ResumeLayout(false);
|
||||
this.tabControlPanel2.ResumeLayout(false);
|
||||
this.panelEx4.ResumeLayout(false);
|
||||
this.infotabControlPanelRO.ResumeLayout(false);
|
||||
this.infotabControlPanelTransitions.ResumeLayout(false);
|
||||
this.infotabControlPanelTransitions.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.itemAnnotationsBindingSource)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user