This commit is contained in:
Kathy Ruffing 2008-11-19 14:03:20 +00:00
parent cc28bbcefc
commit ad658956bb
3 changed files with 181 additions and 398 deletions

View File

@ -92,26 +92,16 @@ namespace VEPROMS
this.tv = new Volian.Controls.Library.vlnTreeView();
this.infoPanel = new DevComponents.DotNetBar.ExpandablePanel();
this.infoTabs = new DevComponents.DotNetBar.TabControl();
this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
this.infotabControlPanelTags = new DevComponents.DotNetBar.TabControlPanel();
this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
this.groupPanel4 = new DevComponents.DotNetBar.Controls.GroupPanel();
this.comboBoxEx1 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.groupPanel3 = new DevComponents.DotNetBar.Controls.GroupPanel();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
this.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
this.btnChgBarTxt = new DevComponents.DotNetBar.ButtonX();
this.txbChgMsg1 = new DevComponents.DotNetBar.Controls.TextBoxX();
this.txbChgMsg2 = new DevComponents.DotNetBar.Controls.TextBoxX();
this.checkBoxX1 = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.displayTags = new Volian.Controls.Library.DisplayTags();
this.infotabTags = 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);
this.infotabControlPanelTransitions = new DevComponents.DotNetBar.TabControlPanel();
this.displayTransition = new Volian.Controls.Library.DisplayTransition();
this.infotabTransition = 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);
this.navigationPanePanel2 = new DevComponents.DotNetBar.NavigationPanePanel();
this.expandableSplitter1 = new DevComponents.DotNetBar.ExpandableSplitter();
this.expandableSplitter2 = new DevComponents.DotNetBar.ExpandableSplitter();
@ -132,9 +122,6 @@ namespace VEPROMS
this.btnRmvCurBookMrk = new DevComponents.DotNetBar.ButtonX();
this.btnSetBookMrk = new DevComponents.DotNetBar.ButtonX();
this.infotabBookMarks = new DevComponents.DotNetBar.TabItem(this.components);
this.tabControlPanelLD = new DevComponents.DotNetBar.TabControlPanel();
this.displayLibDocs = new Volian.Controls.Library.DisplayLibDocs();
this.tabItemLibDocs = new DevComponents.DotNetBar.TabItem(this.components);
this.annotationSearch = new DevComponents.DotNetBar.TabControlPanel();
this.navpaneResults = new DevComponents.DotNetBar.NavigationPane();
this.navpanSrchRslts = new DevComponents.DotNetBar.NavigationPanePanel();
@ -142,6 +129,9 @@ namespace VEPROMS
this.navigationPanePanel3 = new DevComponents.DotNetBar.NavigationPanePanel();
this.btnSimStpsRslt = new DevComponents.DotNetBar.ButtonItem();
this.infotabResults = new DevComponents.DotNetBar.TabItem(this.components);
this.tabControlPanelLD = new DevComponents.DotNetBar.TabControlPanel();
this.displayLibDocs = new Volian.Controls.Library.DisplayLibDocs();
this.tabItemLibDocs = new DevComponents.DotNetBar.TabItem(this.components);
this.expandableSplitter4 = new DevComponents.DotNetBar.ExpandableSplitter();
((System.ComponentModel.ISupportInitialize)(this.bottomBar)).BeginInit();
this.epAnnotations.SuspendLayout();
@ -149,24 +139,20 @@ namespace VEPROMS
this.infoPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.infoTabs)).BeginInit();
this.infoTabs.SuspendLayout();
this.tabControlPanel1.SuspendLayout();
this.infotabControlPanelTags.SuspendLayout();
this.panelEx1.SuspendLayout();
this.groupPanel4.SuspendLayout();
this.groupPanel3.SuspendLayout();
this.groupPanel2.SuspendLayout();
this.groupPanel1.SuspendLayout();
this.infotabControlPanelRO.SuspendLayout();
this.infotabControlPanelTransitions.SuspendLayout();
this.infotabControlPanelRO.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.itemAnnotationsBindingSource)).BeginInit();
this.searchPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.searchTabControl)).BeginInit();
this.searchTabControl.SuspendLayout();
this.tabControlPanel2.SuspendLayout();
this.panelEx3.SuspendLayout();
this.tabControlPanelLD.SuspendLayout();
this.annotationSearch.SuspendLayout();
this.navpaneResults.SuspendLayout();
this.navpanSrchRslts.SuspendLayout();
this.tabControlPanelLD.SuspendLayout();
this.SuspendLayout();
//
// ribbonControl1
@ -824,9 +810,9 @@ namespace VEPROMS
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(557, 57, 230, 457);
this.infoPanel.ExpandedBounds = new System.Drawing.Rectangle(557, 57, 230, 460);
this.infoPanel.ExpandOnTitleClick = true;
this.infoPanel.Location = new System.Drawing.Point(557, 57);
this.infoPanel.Location = new System.Drawing.Point(757, 57);
this.infoPanel.Name = "infoPanel";
this.infoPanel.Size = new System.Drawing.Size(30, 460);
this.infoPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
@ -845,20 +831,21 @@ namespace VEPROMS
this.infoPanel.TitleStyle.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.infoPanel.TitleStyle.GradientAngle = 90;
this.infoPanel.TitleText = "Step Properties";
this.infoPanel.Click += new System.EventHandler(this.infoPanel_Click);
//
// infoTabs
//
this.infoTabs.BackColor = System.Drawing.Color.Transparent;
this.infoTabs.CanReorderTabs = true;
this.infoTabs.Controls.Add(this.tabControlPanel1);
this.infoTabs.Controls.Add(this.infotabControlPanelRO);
this.infoTabs.Controls.Add(this.infotabControlPanelTags);
this.infoTabs.Controls.Add(this.infotabControlPanelTransitions);
this.infoTabs.Controls.Add(this.infotabControlPanelRO);
this.infoTabs.Dock = System.Windows.Forms.DockStyle.Fill;
this.infoTabs.Location = new System.Drawing.Point(0, 26);
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(30, 431);
this.infoTabs.Size = new System.Drawing.Size(30, 434);
this.infoTabs.TabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Right;
this.infoTabs.TabIndex = 1;
this.infoTabs.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
@ -868,35 +855,32 @@ namespace VEPROMS
this.infoTabs.Text = "tabControl1";
this.infoTabs.ThemeAware = true;
//
// tabControlPanel1
// infotabControlPanelTags
//
this.tabControlPanel1.Controls.Add(this.panelEx1);
this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
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(3, 431);
this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.SystemColors.Control;
this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.tabControlPanel1.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Top)
this.infotabControlPanelTags.Controls.Add(this.panelEx1);
this.infotabControlPanelTags.Dock = System.Windows.Forms.DockStyle.Fill;
this.infotabControlPanelTags.Location = new System.Drawing.Point(0, 0);
this.infotabControlPanelTags.Name = "infotabControlPanelTags";
this.infotabControlPanelTags.Padding = new System.Windows.Forms.Padding(1);
this.infotabControlPanelTags.Size = new System.Drawing.Size(3, 434);
this.infotabControlPanelTags.Style.BackColor1.Color = System.Drawing.SystemColors.Control;
this.infotabControlPanelTags.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.infotabControlPanelTags.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Top)
| DevComponents.DotNetBar.eBorderSide.Bottom)));
this.tabControlPanel1.Style.GradientAngle = 180;
this.tabControlPanel1.TabIndex = 1;
this.tabControlPanel1.TabItem = this.infotabTags;
this.tabControlPanel1.ThemeAware = true;
this.infotabControlPanelTags.Style.GradientAngle = 180;
this.infotabControlPanelTags.TabIndex = 1;
this.infotabControlPanelTags.TabItem = this.infotabTags;
this.infotabControlPanelTags.ThemeAware = true;
//
// panelEx1
//
this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.panelEx1.Controls.Add(this.groupPanel4);
this.panelEx1.Controls.Add(this.groupPanel3);
this.panelEx1.Controls.Add(this.groupPanel2);
this.panelEx1.Controls.Add(this.groupPanel1);
this.panelEx1.Controls.Add(this.displayTags);
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(1, 429);
this.panelEx1.Size = new System.Drawing.Size(1, 432);
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;
@ -905,264 +889,22 @@ namespace VEPROMS
this.panelEx1.Style.ForeColor.Color = System.Drawing.Color.Transparent;
this.panelEx1.TabIndex = 1;
//
// groupPanel4
// displayTags
//
this.groupPanel4.CanvasColor = System.Drawing.SystemColors.Control;
this.groupPanel4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.groupPanel4.Controls.Add(this.comboBoxEx1);
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(1, 100);
//
//
//
this.groupPanel4.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
this.groupPanel4.Style.BackColorGradientAngle = 90;
this.groupPanel4.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.groupPanel4.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel4.Style.BorderBottomWidth = 1;
this.groupPanel4.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.groupPanel4.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel4.Style.BorderLeftWidth = 1;
this.groupPanel4.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel4.Style.BorderRightWidth = 1;
this.groupPanel4.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel4.Style.BorderTopWidth = 1;
this.groupPanel4.Style.CornerDiameter = 4;
this.groupPanel4.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
this.groupPanel4.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.groupPanel4.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.groupPanel4.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
this.groupPanel4.TabIndex = 7;
this.groupPanel4.Text = "Signoff / Checkoff";
//
// comboBoxEx1
//
this.comboBoxEx1.DisplayMember = "Text";
this.comboBoxEx1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.comboBoxEx1.FormattingEnabled = true;
this.comboBoxEx1.ItemHeight = 17;
this.comboBoxEx1.Location = new System.Drawing.Point(4, 20);
this.comboBoxEx1.Name = "comboBoxEx1";
this.comboBoxEx1.Size = new System.Drawing.Size(189, 23);
this.comboBoxEx1.TabIndex = 0;
this.comboBoxEx1.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.comboBoxEx1.WatermarkText = "select signoff / checkoff";
//
// groupPanel3
//
this.groupPanel3.CanvasColor = System.Drawing.SystemColors.Control;
this.groupPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.groupPanel3.Controls.Add(this.checkBox1);
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(1, 100);
//
//
//
this.groupPanel3.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
this.groupPanel3.Style.BackColorGradientAngle = 90;
this.groupPanel3.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.groupPanel3.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel3.Style.BorderBottomWidth = 1;
this.groupPanel3.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.groupPanel3.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel3.Style.BorderLeftWidth = 1;
this.groupPanel3.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel3.Style.BorderRightWidth = 1;
this.groupPanel3.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel3.Style.BorderTopWidth = 1;
this.groupPanel3.Style.CornerDiameter = 4;
this.groupPanel3.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
this.groupPanel3.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.groupPanel3.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.groupPanel3.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
this.groupPanel3.TabIndex = 6;
this.groupPanel3.Text = "CAS";
//
// checkBox1
//
this.checkBox1.Location = new System.Drawing.Point(4, 13);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(167, 38);
this.checkBox1.TabIndex = 0;
this.checkBox1.Text = "Place On Continuous\r\nAction Summary";
this.checkBox1.UseVisualStyleBackColor = true;
//
// groupPanel2
//
this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.groupPanel2.Controls.Add(this.checkedListBox1);
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(1, 140);
//
//
//
this.groupPanel2.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
this.groupPanel2.Style.BackColorGradientAngle = 90;
this.groupPanel2.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.groupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel2.Style.BorderBottomWidth = 1;
this.groupPanel2.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.groupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel2.Style.BorderLeftWidth = 1;
this.groupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel2.Style.BorderRightWidth = 1;
this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel2.Style.BorderTopWidth = 1;
this.groupPanel2.Style.CornerDiameter = 4;
this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
this.groupPanel2.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
this.groupPanel2.TabIndex = 5;
this.groupPanel2.Text = "Applicability";
//
// checkedListBox1
//
this.checkedListBox1.CheckOnClick = true;
this.checkedListBox1.FormattingEnabled = true;
this.checkedListBox1.Items.AddRange(new object[] {
"Unit 1",
"Unit 2",
"Unit 3",
"Unit 4"});
this.checkedListBox1.Location = new System.Drawing.Point(3, 3);
this.checkedListBox1.Name = "checkedListBox1";
this.checkedListBox1.Size = new System.Drawing.Size(202, 94);
this.checkedListBox1.TabIndex = 1;
//
// groupPanel1
//
this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.groupPanel1.Controls.Add(this.btnChgBarTxt);
this.groupPanel1.Controls.Add(this.txbChgMsg1);
this.groupPanel1.Controls.Add(this.txbChgMsg2);
this.groupPanel1.Controls.Add(this.checkBoxX1);
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(1, 122);
//
//
//
this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
this.groupPanel1.Style.BackColorGradientAngle = 90;
this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel1.Style.BorderBottomWidth = 1;
this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel1.Style.BorderLeftWidth = 1;
this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel1.Style.BorderRightWidth = 1;
this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.groupPanel1.Style.BorderTopWidth = 1;
this.groupPanel1.Style.CornerDiameter = 4;
this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
this.groupPanel1.TabIndex = 4;
this.groupPanel1.Text = "Change Bar Text";
//
// btnChgBarTxt
//
this.btnChgBarTxt.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnChgBarTxt.Enabled = false;
this.btnChgBarTxt.Location = new System.Drawing.Point(60, 50);
this.btnChgBarTxt.Name = "btnChgBarTxt";
this.btnChgBarTxt.Size = new System.Drawing.Size(83, 23);
this.btnChgBarTxt.TabIndex = 3;
this.btnChgBarTxt.Text = "Select Text";
//
// txbChgMsg1
//
//
//
//
this.txbChgMsg1.Border.Class = "TextBoxBorder";
this.txbChgMsg1.Enabled = false;
this.txbChgMsg1.Location = new System.Drawing.Point(16, 38);
this.txbChgMsg1.MaxLength = 3;
this.txbChgMsg1.Name = "txbChgMsg1";
this.txbChgMsg1.Size = new System.Drawing.Size(36, 23);
this.txbChgMsg1.TabIndex = 1;
this.txbChgMsg1.WatermarkText = "XXX";
//
// txbChgMsg2
//
//
//
//
this.txbChgMsg2.Border.Class = "TextBoxBorder";
this.txbChgMsg2.Enabled = false;
this.txbChgMsg2.Location = new System.Drawing.Point(16, 66);
this.txbChgMsg2.MaxLength = 3;
this.txbChgMsg2.Name = "txbChgMsg2";
this.txbChgMsg2.Size = new System.Drawing.Size(36, 23);
this.txbChgMsg2.TabIndex = 2;
this.txbChgMsg2.WatermarkText = "XXX";
//
// checkBoxX1
//
this.checkBoxX1.Location = new System.Drawing.Point(16, 3);
this.checkBoxX1.Name = "checkBoxX1";
this.checkBoxX1.Size = new System.Drawing.Size(134, 29);
this.checkBoxX1.TabIndex = 0;
this.checkBoxX1.Text = "Has Change Bar";
this.displayTags.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.displayTags.Dock = System.Windows.Forms.DockStyle.Top;
this.displayTags.Location = new System.Drawing.Point(0, 0);
this.displayTags.Name = "displayTags";
this.displayTags.Size = new System.Drawing.Size(1, 500);
this.displayTags.TabIndex = 0;
//
// infotabTags
//
this.infotabTags.AttachedControl = this.tabControlPanel1;
this.infotabTags.AttachedControl = this.infotabControlPanelTags;
this.infotabTags.Name = "infotabTags";
this.infotabTags.Text = "Tags";
this.infotabTags.Visible = false;
//
// infotabControlPanelRO
//
this.infotabControlPanelRO.Controls.Add(this.displayRO);
this.infotabControlPanelRO.Dock = System.Windows.Forms.DockStyle.Fill;
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(3, 431);
this.infotabControlPanelRO.Style.BackColor1.Color = System.Drawing.SystemColors.Control;
this.infotabControlPanelRO.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.infotabControlPanelRO.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Top)
| DevComponents.DotNetBar.eBorderSide.Bottom)));
this.infotabControlPanelRO.Style.GradientAngle = 180;
this.infotabControlPanelRO.TabIndex = 4;
this.infotabControlPanelRO.TabItem = this.infotabRO;
this.infotabControlPanelRO.ThemeAware = true;
//
// displayRO
//
this.displayRO.CurROLink = null;
this.displayRO.Dock = System.Windows.Forms.DockStyle.Fill;
this.displayRO.Location = new System.Drawing.Point(1, 1);
this.displayRO.Margin = new System.Windows.Forms.Padding(4);
this.displayRO.Mydvi = null;
this.displayRO.MyROFST = null;
this.displayRO.MyRTB = null;
this.displayRO.Name = "displayRO";
this.displayRO.ProgressBar = null;
this.displayRO.Size = new System.Drawing.Size(1, 429);
this.displayRO.TabIndex = 0;
//
// infotabRO
//
this.infotabRO.AttachedControl = this.infotabControlPanelRO;
this.infotabRO.Name = "infotabRO";
this.infotabRO.Text = "RO";
this.infotabRO.Visible = false;
this.infotabRO.Click += new System.EventHandler(this.infotabRO_Click);
this.infotabTags.Click += new System.EventHandler(this.infotabTags_Click);
//
// infotabControlPanelTransitions
//
@ -1171,7 +913,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(3, 431);
this.infotabControlPanelTransitions.Size = new System.Drawing.Size(3, 434);
this.infotabControlPanelTransitions.Style.BackColor1.Color = System.Drawing.SystemColors.Control;
this.infotabControlPanelTransitions.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.infotabControlPanelTransitions.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Top)
@ -1193,7 +935,7 @@ namespace VEPROMS
this.displayTransition.MyRTB = null;
this.displayTransition.Name = "displayTransition";
this.displayTransition.RangeColor = global::VEPROMS.Properties.Settings.Default.TransitionRangeColor;
this.displayTransition.Size = new System.Drawing.Size(1, 429);
this.displayTransition.Size = new System.Drawing.Size(1, 432);
this.displayTransition.TabIndex = 0;
//
// infotabTransition
@ -1204,6 +946,45 @@ namespace VEPROMS
this.infotabTransition.Visible = false;
this.infotabTransition.Click += new System.EventHandler(this.infotabTransition_Click);
//
// infotabControlPanelRO
//
this.infotabControlPanelRO.Controls.Add(this.displayRO);
this.infotabControlPanelRO.Dock = System.Windows.Forms.DockStyle.Fill;
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(3, 434);
this.infotabControlPanelRO.Style.BackColor1.Color = System.Drawing.SystemColors.Control;
this.infotabControlPanelRO.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.infotabControlPanelRO.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Top)
| DevComponents.DotNetBar.eBorderSide.Bottom)));
this.infotabControlPanelRO.Style.GradientAngle = 180;
this.infotabControlPanelRO.TabIndex = 4;
this.infotabControlPanelRO.TabItem = this.infotabRO;
this.infotabControlPanelRO.ThemeAware = true;
//
// displayRO
//
this.displayRO.CurROLink = null;
this.displayRO.Dock = System.Windows.Forms.DockStyle.Fill;
this.displayRO.Location = new System.Drawing.Point(1, 1);
this.displayRO.Margin = new System.Windows.Forms.Padding(4);
this.displayRO.Mydvi = null;
this.displayRO.MyROFST = null;
this.displayRO.MyRTB = null;
this.displayRO.Name = "displayRO";
this.displayRO.ProgressBar = null;
this.displayRO.Size = new System.Drawing.Size(1, 432);
this.displayRO.TabIndex = 0;
//
// infotabRO
//
this.infotabRO.AttachedControl = this.infotabControlPanelRO;
this.infotabRO.Name = "infotabRO";
this.infotabRO.Text = "RO";
this.infotabRO.Visible = false;
this.infotabRO.Click += new System.EventHandler(this.infotabRO_Click);
//
// navigationPanePanel2
//
this.navigationPanePanel2.Dock = System.Windows.Forms.DockStyle.Fill;
@ -1279,7 +1060,7 @@ namespace VEPROMS
this.expandableSplitter2.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
this.expandableSplitter2.Location = new System.Drawing.Point(258, 514);
this.expandableSplitter2.Name = "expandableSplitter2";
this.expandableSplitter2.Size = new System.Drawing.Size(299, 3);
this.expandableSplitter2.Size = new System.Drawing.Size(499, 3);
this.expandableSplitter2.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007;
this.expandableSplitter2.TabIndex = 6;
this.expandableSplitter2.TabStop = false;
@ -1310,7 +1091,7 @@ namespace VEPROMS
this.expandableSplitter3.HotGripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.expandableSplitter3.HotGripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(208)))), ((int)(((byte)(213)))));
this.expandableSplitter3.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
this.expandableSplitter3.Location = new System.Drawing.Point(554, 57);
this.expandableSplitter3.Location = new System.Drawing.Point(754, 57);
this.expandableSplitter3.Name = "expandableSplitter3";
this.expandableSplitter3.Size = new System.Drawing.Size(3, 457);
this.expandableSplitter3.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007;
@ -1344,7 +1125,7 @@ namespace VEPROMS
this.tc.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tc.Name = "tc";
this.tc.SelectedDisplayTabItem = null;
this.tc.Size = new System.Drawing.Size(296, 457);
this.tc.Size = new System.Drawing.Size(496, 457);
this.tc.TabIndex = 8;
this.tc.ItemSelectedChanged += new Volian.Controls.Library.ItemSelectedChangedEvent(this.tc_ItemSelectedChanged);
this.tc.LinkModifyTran += new Volian.Controls.Library.StepPanelLinkEvent(this.tc_LinkModifyTran);
@ -1369,10 +1150,12 @@ namespace VEPROMS
this.searchPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.searchPanel.Controls.Add(this.searchTabControl);
this.searchPanel.Dock = System.Windows.Forms.DockStyle.Right;
this.searchPanel.Expanded = false;
this.searchPanel.ExpandedBounds = new System.Drawing.Rectangle(590, 57, 230, 460);
this.searchPanel.ExpandOnTitleClick = true;
this.searchPanel.Location = new System.Drawing.Point(590, 57);
this.searchPanel.Location = new System.Drawing.Point(790, 57);
this.searchPanel.Name = "searchPanel";
this.searchPanel.Size = new System.Drawing.Size(230, 460);
this.searchPanel.Size = new System.Drawing.Size(30, 460);
this.searchPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
this.searchPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.searchPanel.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
@ -1395,14 +1178,14 @@ namespace VEPROMS
this.searchTabControl.BackColor = System.Drawing.Color.Transparent;
this.searchTabControl.CanReorderTabs = true;
this.searchTabControl.Controls.Add(this.tabControlPanel2);
this.searchTabControl.Controls.Add(this.tabControlPanelLD);
this.searchTabControl.Controls.Add(this.annotationSearch);
this.searchTabControl.Controls.Add(this.tabControlPanelLD);
this.searchTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.searchTabControl.Location = new System.Drawing.Point(0, 26);
this.searchTabControl.Name = "searchTabControl";
this.searchTabControl.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
this.searchTabControl.SelectedTabIndex = 0;
this.searchTabControl.Size = new System.Drawing.Size(230, 434);
this.searchTabControl.Size = new System.Drawing.Size(30, 434);
this.searchTabControl.TabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Right;
this.searchTabControl.TabIndex = 1;
this.searchTabControl.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
@ -1419,7 +1202,7 @@ namespace VEPROMS
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(203, 434);
this.tabControlPanel2.Size = new System.Drawing.Size(3, 434);
this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.SystemColors.Control;
this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Top)
@ -1441,7 +1224,7 @@ namespace VEPROMS
this.panelEx3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEx3.Location = new System.Drawing.Point(1, 1);
this.panelEx3.Name = "panelEx3";
this.panelEx3.Size = new System.Drawing.Size(201, 432);
this.panelEx3.Size = new System.Drawing.Size(1, 432);
this.panelEx3.Style.Alignment = System.Drawing.StringAlignment.Center;
this.panelEx3.Style.BackColor1.Color = System.Drawing.Color.Transparent;
this.panelEx3.Style.BackColor2.Color = System.Drawing.Color.SlateGray;
@ -1458,7 +1241,7 @@ namespace VEPROMS
this.lbxBookMarks.ItemHeight = 16;
this.lbxBookMarks.Location = new System.Drawing.Point(0, 87);
this.lbxBookMarks.Name = "lbxBookMarks";
this.lbxBookMarks.Size = new System.Drawing.Size(201, 340);
this.lbxBookMarks.Size = new System.Drawing.Size(1, 340);
this.lbxBookMarks.TabIndex = 3;
this.lbxBookMarks.Click += new System.EventHandler(this.lbxBookMarks_Click);
//
@ -1468,7 +1251,7 @@ namespace VEPROMS
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(201, 29);
this.btnClrBookMrks.Size = new System.Drawing.Size(1, 29);
this.btnClrBookMrks.TabIndex = 2;
this.btnClrBookMrks.Text = "Clear ALL Bookmarks";
this.btnClrBookMrks.ThemeAware = true;
@ -1480,7 +1263,7 @@ namespace VEPROMS
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(201, 29);
this.btnRmvCurBookMrk.Size = new System.Drawing.Size(1, 29);
this.btnRmvCurBookMrk.TabIndex = 1;
this.btnRmvCurBookMrk.Text = "Remove Bookmark";
this.btnRmvCurBookMrk.ThemeAware = true;
@ -1492,7 +1275,7 @@ namespace VEPROMS
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(201, 29);
this.btnSetBookMrk.Size = new System.Drawing.Size(1, 29);
this.btnSetBookMrk.TabIndex = 0;
this.btnSetBookMrk.Text = "Set Bookmark";
this.btnSetBookMrk.ThemeAware = true;
@ -1504,42 +1287,6 @@ namespace VEPROMS
this.infotabBookMarks.Name = "infotabBookMarks";
this.infotabBookMarks.Text = "BookMarks";
//
// tabControlPanelLD
//
this.tabControlPanelLD.Controls.Add(this.displayLibDocs);
this.tabControlPanelLD.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControlPanelLD.Location = new System.Drawing.Point(0, 0);
this.tabControlPanelLD.Name = "tabControlPanelLD";
this.tabControlPanelLD.Padding = new System.Windows.Forms.Padding(1);
this.tabControlPanelLD.Size = new System.Drawing.Size(203, 434);
this.tabControlPanelLD.Style.BackColor1.Color = System.Drawing.SystemColors.Control;
this.tabControlPanelLD.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.tabControlPanelLD.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Top)
| DevComponents.DotNetBar.eBorderSide.Bottom)));
this.tabControlPanelLD.Style.GradientAngle = 180;
this.tabControlPanelLD.TabIndex = 4;
this.tabControlPanelLD.TabItem = this.tabItemLibDocs;
this.tabControlPanelLD.ThemeAware = true;
//
// displayLibDocs
//
this.displayLibDocs.AutoScroll = true;
this.displayLibDocs.CurLibDoc = null;
this.displayLibDocs.Dock = System.Windows.Forms.DockStyle.Fill;
this.displayLibDocs.LibDocList = null;
this.displayLibDocs.Location = new System.Drawing.Point(1, 1);
this.displayLibDocs.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.displayLibDocs.Name = "displayLibDocs";
this.displayLibDocs.Size = new System.Drawing.Size(201, 432);
this.displayLibDocs.TabIndex = 0;
//
// tabItemLibDocs
//
this.tabItemLibDocs.AttachedControl = this.tabControlPanelLD;
this.tabItemLibDocs.Name = "tabItemLibDocs";
this.tabItemLibDocs.Text = "Library Documents";
this.tabItemLibDocs.Click += new System.EventHandler(this.tabItemLibDocs_Click);
//
// annotationSearch
//
this.annotationSearch.Controls.Add(this.navpaneResults);
@ -1547,7 +1294,7 @@ namespace VEPROMS
this.annotationSearch.Location = new System.Drawing.Point(0, 0);
this.annotationSearch.Name = "annotationSearch";
this.annotationSearch.Padding = new System.Windows.Forms.Padding(1);
this.annotationSearch.Size = new System.Drawing.Size(203, 434);
this.annotationSearch.Size = new System.Drawing.Size(3, 434);
this.annotationSearch.Style.BackColor1.Color = System.Drawing.SystemColors.Control;
this.annotationSearch.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.annotationSearch.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Top)
@ -1571,7 +1318,7 @@ namespace VEPROMS
this.navpaneResults.Name = "navpaneResults";
this.navpaneResults.NavigationBarHeight = 61;
this.navpaneResults.Padding = new System.Windows.Forms.Padding(1);
this.navpaneResults.Size = new System.Drawing.Size(201, 432);
this.navpaneResults.Size = new System.Drawing.Size(1, 432);
this.navpaneResults.TabIndex = 0;
//
//
@ -1580,7 +1327,7 @@ namespace VEPROMS
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(199, 24);
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;
@ -1599,7 +1346,7 @@ namespace VEPROMS
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(199, 345);
this.navpanSrchRslts.Size = new System.Drawing.Size(0, 345);
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;
@ -1615,7 +1362,7 @@ namespace VEPROMS
this.CtrlAnnotationSearch.Location = new System.Drawing.Point(0, 0);
this.CtrlAnnotationSearch.Margin = new System.Windows.Forms.Padding(2);
this.CtrlAnnotationSearch.Name = "CtrlAnnotationSearch";
this.CtrlAnnotationSearch.Size = new System.Drawing.Size(199, 345);
this.CtrlAnnotationSearch.Size = new System.Drawing.Size(0, 345);
this.CtrlAnnotationSearch.TabIndex = 0;
//
// navigationPanePanel3
@ -1624,7 +1371,7 @@ namespace VEPROMS
this.navigationPanePanel3.Location = new System.Drawing.Point(1, 1);
this.navigationPanePanel3.Name = "navigationPanePanel3";
this.navigationPanePanel3.ParentItem = this.btnSimStpsRslt;
this.navigationPanePanel3.Size = new System.Drawing.Size(199, 369);
this.navigationPanePanel3.Size = new System.Drawing.Size(0, 369);
this.navigationPanePanel3.Style.Alignment = System.Drawing.StringAlignment.Center;
this.navigationPanePanel3.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
this.navigationPanePanel3.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
@ -1648,6 +1395,42 @@ namespace VEPROMS
this.infotabResults.Name = "infotabResults";
this.infotabResults.Text = "Search";
//
// tabControlPanelLD
//
this.tabControlPanelLD.Controls.Add(this.displayLibDocs);
this.tabControlPanelLD.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControlPanelLD.Location = new System.Drawing.Point(0, 0);
this.tabControlPanelLD.Name = "tabControlPanelLD";
this.tabControlPanelLD.Padding = new System.Windows.Forms.Padding(1);
this.tabControlPanelLD.Size = new System.Drawing.Size(3, 434);
this.tabControlPanelLD.Style.BackColor1.Color = System.Drawing.SystemColors.Control;
this.tabControlPanelLD.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.tabControlPanelLD.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Top)
| DevComponents.DotNetBar.eBorderSide.Bottom)));
this.tabControlPanelLD.Style.GradientAngle = 180;
this.tabControlPanelLD.TabIndex = 4;
this.tabControlPanelLD.TabItem = this.tabItemLibDocs;
this.tabControlPanelLD.ThemeAware = true;
//
// displayLibDocs
//
this.displayLibDocs.AutoScroll = true;
this.displayLibDocs.CurLibDoc = null;
this.displayLibDocs.Dock = System.Windows.Forms.DockStyle.Fill;
this.displayLibDocs.LibDocList = null;
this.displayLibDocs.Location = new System.Drawing.Point(1, 1);
this.displayLibDocs.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.displayLibDocs.Name = "displayLibDocs";
this.displayLibDocs.Size = new System.Drawing.Size(1, 432);
this.displayLibDocs.TabIndex = 0;
//
// tabItemLibDocs
//
this.tabItemLibDocs.AttachedControl = this.tabControlPanelLD;
this.tabItemLibDocs.Name = "tabItemLibDocs";
this.tabItemLibDocs.Text = "Library Documents";
this.tabItemLibDocs.Click += new System.EventHandler(this.tabItemLibDocs_Click);
//
// expandableSplitter4
//
this.expandableSplitter4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(241)))), ((int)(((byte)(242)))));
@ -1675,7 +1458,7 @@ namespace VEPROMS
this.expandableSplitter4.HotGripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.expandableSplitter4.HotGripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(208)))), ((int)(((byte)(213)))));
this.expandableSplitter4.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
this.expandableSplitter4.Location = new System.Drawing.Point(587, 57);
this.expandableSplitter4.Location = new System.Drawing.Point(787, 57);
this.expandableSplitter4.Name = "expandableSplitter4";
this.expandableSplitter4.Size = new System.Drawing.Size(3, 460);
this.expandableSplitter4.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007;
@ -1710,25 +1493,21 @@ namespace VEPROMS
this.infoPanel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.infoTabs)).EndInit();
this.infoTabs.ResumeLayout(false);
this.tabControlPanel1.ResumeLayout(false);
this.infotabControlPanelTags.ResumeLayout(false);
this.panelEx1.ResumeLayout(false);
this.groupPanel4.ResumeLayout(false);
this.groupPanel3.ResumeLayout(false);
this.groupPanel2.ResumeLayout(false);
this.groupPanel1.ResumeLayout(false);
this.infotabControlPanelRO.ResumeLayout(false);
this.infotabControlPanelTransitions.ResumeLayout(false);
this.infotabControlPanelTransitions.PerformLayout();
this.infotabControlPanelRO.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.itemAnnotationsBindingSource)).EndInit();
this.searchPanel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.searchTabControl)).EndInit();
this.searchTabControl.ResumeLayout(false);
this.tabControlPanel2.ResumeLayout(false);
this.panelEx3.ResumeLayout(false);
this.tabControlPanelLD.ResumeLayout(false);
this.annotationSearch.ResumeLayout(false);
this.navpaneResults.ResumeLayout(false);
this.navpanSrchRslts.ResumeLayout(false);
this.tabControlPanelLD.ResumeLayout(false);
this.ResumeLayout(false);
}
@ -1762,14 +1541,9 @@ namespace VEPROMS
private DevComponents.DotNetBar.ExpandableSplitter expandableSplitter2;
private DevComponents.DotNetBar.ExpandableSplitter expandableSplitter3;
private DevComponents.DotNetBar.TabControl infoTabs;
private DevComponents.DotNetBar.TabControlPanel tabControlPanel1;
private DevComponents.DotNetBar.TabControlPanel infotabControlPanelTags;
private DevComponents.DotNetBar.TabItem infotabTags;
private DevComponents.DotNetBar.ButtonX btnChgBarTxt;
private DevComponents.DotNetBar.Controls.TextBoxX txbChgMsg2;
private DevComponents.DotNetBar.Controls.TextBoxX txbChgMsg1;
private DevComponents.DotNetBar.PanelEx panelEx1;
private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX1;
private System.Windows.Forms.CheckedListBox checkedListBox1;
//private System.Windows.Forms.PropertyGrid pg;
private DevComponents.DotNetBar.ButtonItem btnInsOvr;
private DevComponents.DotNetBar.ButtonItem btnInsertMode;
@ -1791,10 +1565,6 @@ namespace VEPROMS
private DevComponents.DotNetBar.LabelItem labelItem14;
private DevComponents.DotNetBar.ButtonItem btnGetRoVals;
private System.Windows.Forms.BindingSource itemAnnotationsBindingSource;
private System.Windows.Forms.CheckBox checkBox1;
private DevComponents.DotNetBar.Controls.GroupPanel groupPanel2;
private DevComponents.DotNetBar.Controls.GroupPanel groupPanel1;
private DevComponents.DotNetBar.Controls.GroupPanel groupPanel3;
private DevComponents.DotNetBar.LabelItem labelItem20;
private DevComponents.DotNetBar.GalleryGroup Common;
private DevComponents.DotNetBar.GalleryGroup Math;
@ -1802,8 +1572,6 @@ namespace VEPROMS
private DevComponents.DotNetBar.GalleryGroup galleryGroup1;
private DevComponents.DotNetBar.GalleryGroup galleryGroup2;
private DevComponents.DotNetBar.GalleryGroup galleryGroup3;
private DevComponents.DotNetBar.Controls.GroupPanel groupPanel4;
private DevComponents.DotNetBar.Controls.ComboBoxEx comboBoxEx1;
private DevComponents.DotNetBar.LabelItem labelItem29;
private DevComponents.DotNetBar.ButtonItem btnViewTypes;
private DevComponents.DotNetBar.ButtonItem btnViewPrcStp;
@ -1850,6 +1618,7 @@ namespace VEPROMS
private DevComponents.DotNetBar.TabControlPanel tabControlPanelLD;
private Volian.Controls.Library.DisplayLibDocs displayLibDocs;
private DevComponents.DotNetBar.TabItem tabItemLibDocs;
private Volian.Controls.Library.DisplayTags displayTags;
}
}

View File

@ -27,7 +27,6 @@ namespace VEPROMS
#region Log4Net
private static readonly log4net.ILog log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
#endregion
StepRTB _MyRTB;
Color _CommentTitleBckColor;
VETreeNode _PrevBookMark = null;
string _PathToROs = @"\\Volian-server\04 ve-proms files\PROMS_2010\vehlp\ro\ro.fst";//@"G:\promsdat\vehlp\ro\ro.fst";//@"G:\VEHLP\RO\RO.FST";
@ -833,10 +832,29 @@ namespace VEPROMS
infoTabs.SelectedTab = infotabTransition;
StepTabPanel dtp = ((DisplayTabItem)tc.SelectedDisplayTabItem).MyStepTabPanel;
if (dtp == null) return;
displayTransition.MyRTB = _MyRTB;
displayTransition.MyRTB = (dtp == null) ? null : dtp.MyStepPanel.SelectedStepItem.MyStepRTB;
displayTransition.CurTrans = null;
}
#endregion
#region InfoTabLibDocs
private void tabItemLibDocs_Click(object sender, EventArgs e)
{
displayLibDocs.LibDocListFillIn(tc);
}
private void tv_SectionShouldClose(object sender, vlnTreeSectionInfoEventArgs args)
{
if (!args.MySectionInfo.IsStepSection) tc.CloseWordItem(args.MySectionInfo);
}
#endregion
#region InfoTabTags
private void infotabTags_Click(object sender, EventArgs e)
{
infoPanel.Expanded = true;
infoTabs.SelectedTab = infotabTags;
StepTabPanel dtp = ((DisplayTabItem)tc.SelectedDisplayTabItem).MyStepTabPanel;
displayTags.MyRTB = (dtp == null) ? null : dtp.MyStepPanel.SelectedStepItem.MyStepRTB;
}
#endregion
private ItemInfo _CurrentItem = null;
private void tc_ItemSelectedChanged(object sender, ItemSelectedChangedEventArgs args)
{
@ -867,6 +885,7 @@ namespace VEPROMS
infotabRO.Visible = infotabTransition.Visible = infotabTags.Visible = true;
displayTransition.MyRTB = args.MyStepItem.MyStepRTB;
displayRO.MyRTB = args.MyStepItem.MyStepRTB;
displayTags.MyRTB = args.MyStepItem.MyStepRTB;
displayRO.ProgressBar = bottomProgBar;
}
}
@ -896,7 +915,6 @@ namespace VEPROMS
}
}
#endregion
private void btnSave_Click(object sender, EventArgs e)
{
}
@ -1135,14 +1153,10 @@ namespace VEPROMS
}
#endregion
private void tabItemLibDocs_Click(object sender, EventArgs e)
{
displayLibDocs.LibDocListFillIn(tc);
}
private void tv_SectionShouldClose(object sender, vlnTreeSectionInfoEventArgs args)
private void infoPanel_Click(object sender, EventArgs e)
{
if (!args.MySectionInfo.IsStepSection) tc.CloseWordItem(args.MySectionInfo);
StepTabPanel dtp = ((DisplayTabItem)tc.SelectedDisplayTabItem).MyStepTabPanel;
displayTags.MyRTB = (dtp == null) ? null : dtp.MyStepPanel.SelectedStepItem.MyStepRTB;
}
}
}

View File

@ -121,8 +121,8 @@
<data name="btnHelp.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAALBwAA
CwcBtnMLwAAAAjNJREFUOE+lk01rE1EUhvUf5CfkJxQFF66ydDloA1lGcNGFSnAhQRCHghAMakSKBktn
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK+wAA
CvsBy58dkAAAAjNJREFUOE+lk01rE1EUhvUf5CfkJxQFF66ydDloA1lGcNGFSnAhQRCHghAMakSKBktn
rIqNpDqb2hitHdFWi0gHazW2YZKWqGkzTa9OlX5oXs+5k8407cKFFw733Mt5n/Mxd/YD2PdfiwG7bWLG
xZ3iMlJ3K+gdmENfvoyRV18obG9sh/i9vY7ceBNacQnVxia+r21BuJvkb+ByroSUZqH4erED5ANY/MBc
hfOzBdMC1CFASXnGvmkJ2KstXOibxMiLsg/xAZx55VcLuglEkoBeAMQ6xwFVASRu8p1AhSBn0s86ARMf
@ -172,8 +172,8 @@
<data name="btnHelpVWeb.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAALBwAA
CwcBtnMLwAAAAwtJREFUOE99kmtMklEYx+t7a6v5qWYfal281Lob1rqoqSU0o0wzyxRDUUmszEkgmmFR
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK+wAA
CvsBy58dkAAAAwtJREFUOE99kmtMklEYx+t7a6v5qWYfal281Lob1rqoqSU0o0wzyxRDUUmszEkgmmFR
vhiCeAsSrAwnhWihfcjpcN106lRWK2GFU4c11zQTsP69L84vUj3b/5yd/Z/nt/M85ywFsIQKRV2rL7md
IBUxNze3w+V2L3G53D1Ol6vNOevU3+az7J7ExUEB5FoTjZShpEUPeY8OZZZqyD4V4mJ7NJJKCWTmlxtS
rhI0KnexqGJfqvjaMylufsjD86/t6J6xIk0ngOR9DpL0oQgrkuEMV2w4wc73/RuAl6dVIfnVLihtuTB9
@ -418,8 +418,8 @@
<data name="btnSetLock.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAALBAAA
CwQBG8oqrQAAAlRJREFUOE+lk+lLVFEYxuu/6UOE5IfKFkiJkJSiXMjEUUtN0solxTLJrflghq1TaWbj
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK+wAA
CvsBy58dkAAAAlRJREFUOE+lk+lLVFEYxuu/6UOE5IfKFkiJkJSiXMjEUUtN0solxTLJrflghq1TaWbj
mg4hOeNuw7iUe+bMuIVEYpBNaoy51Dj315wbqXeSCLrwfjmc5/c8z8u5W4Et//UJwMYZGTBFfZgwM2Hu
5W1PG10tz2nQFVFTnBfgflc233ho6TPGTFr7WZodx2m3Is33INlamB0t5UnBZQrzkg+7QxSAsaEuFm0W
pqyN3MiIJTdFRVbiKaa7c5jpyyAnKcSlVyZWAAY7DEhfe8lMCCElym+XuHzptK9n2cPrSONppMUc/Tug
@ -524,8 +524,8 @@
<data name="btnSrchRslt.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAALAQAA
CwEBNnBPWwAAAkNJREFUOE+d0l1IU2EYB/AZXSR0GV10bRclXWRdRB8kk5TIMV3iFgWC1FhgZbNlBNY2
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK+wAA
CvsBy58dkAAAAkNJREFUOE+d0l1IU2EYB/AZXSR0GV10bRclXWRdRB8kk5TIMV3iFgWC1FhgZbNlBNY2
KqEwzbkMwpVzKyoWeswuXNOWy8yZ8zPXyMlcbbbvj+NZ24x/74JC7BjSgQfOxfv+zv95zpMFgKN60LW+
KH9X0ez8At/1xb8tGqc3B4KRjRuysz/lbM1rquBtpzirPRmg941Nrm6nxrpMQwmj9SOMU07cowZwsUkP
geRaoPxM/YnMObbilElubGnWdL43DY7/8NEMPEwSzhiDUR8Nauor5JoeFB6vTR0S1eSwAiaLTaPr7Iu7
@ -553,9 +553,6 @@
<metadata name="itemAnnotationsBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>156, 17</value>
</metadata>
<metadata name="tabControlPanelLD.Locked" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<data name="btnSimStpsRslt.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
@ -566,6 +563,9 @@
F5viAAAAAElFTkSuQmCC
</value>
</data>
<metadata name="tabControlPanelLD.Locked" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>41</value>
</metadata>