This commit is contained in:
2008-08-19 14:58:40 +00:00
parent 6a7fa65e43
commit 6f00547eb6
7 changed files with 409 additions and 210 deletions

View File

@@ -92,9 +92,6 @@ namespace VEPROMS
this.tv = new Volian.Controls.Library.vlnTreeView();
this.infoPanel = new DevComponents.DotNetBar.ExpandablePanel();
this.infoTabs = new DevComponents.DotNetBar.TabControl();
this.infotabControlPanelRO = new DevComponents.DotNetBar.TabControlPanel();
this.displayRO = new Volian.Controls.Library.DisplayRO();
this.infotabRO = 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();
@@ -109,6 +106,9 @@ 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.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);
@@ -125,13 +125,6 @@ namespace VEPROMS
this.itemAnnotationsBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.searchPanel = new DevComponents.DotNetBar.ExpandablePanel();
this.searchTabControl = new DevComponents.DotNetBar.TabControl();
this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
this.panelEx3 = 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.annotationSearch = new DevComponents.DotNetBar.TabControlPanel();
this.navpaneResults = new DevComponents.DotNetBar.NavigationPane();
this.navpanSrchRslts = new DevComponents.DotNetBar.NavigationPanePanel();
@@ -139,29 +132,36 @@ namespace VEPROMS
this.navigationPanePanel3 = 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.panelEx3 = 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);
((System.ComponentModel.ISupportInitialize)(this.bottomBar)).BeginInit();
this.epAnnotations.SuspendLayout();
this.expandablePanel2.SuspendLayout();
this.infoPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.infoTabs)).BeginInit();
this.infoTabs.SuspendLayout();
this.infotabControlPanelRO.SuspendLayout();
this.tabControlPanel1.SuspendLayout();
this.panelEx1.SuspendLayout();
this.groupPanel4.SuspendLayout();
this.groupPanel3.SuspendLayout();
this.groupPanel2.SuspendLayout();
this.groupPanel1.SuspendLayout();
this.infotabControlPanelRO.SuspendLayout();
this.infotabControlPanelTransitions.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.annotationSearch.SuspendLayout();
this.navpaneResults.SuspendLayout();
this.navpanSrchRslts.SuspendLayout();
this.tabControlPanel2.SuspendLayout();
this.panelEx3.SuspendLayout();
this.SuspendLayout();
//
// ribbonControl1
@@ -242,6 +242,7 @@ namespace VEPROMS
this.office2007StartButton1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.itemContainer1});
this.office2007StartButton1.Text = "&File";
this.office2007StartButton1.Click += new System.EventHandler(this.office2007StartButton1_Click);
//
// itemContainer1
//
@@ -311,7 +312,7 @@ namespace VEPROMS
// btnSave
//
this.btnSave.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnSave.Image = global::VEPROMS.Properties.Resources.Save1;
this.btnSave.Image = global::VEPROMS.Properties.Resources.Save;
this.btnSave.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.NotSet;
this.btnSave.ImagePaddingHorizontal = 8;
this.btnSave.Name = "btnSave";
@@ -322,7 +323,7 @@ namespace VEPROMS
// btnSaveAs
//
this.btnSaveAs.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnSaveAs.Image = global::VEPROMS.Properties.Resources.SaveAs1;
this.btnSaveAs.Image = global::VEPROMS.Properties.Resources.SaveAs;
this.btnSaveAs.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.NotSet;
this.btnSaveAs.ImagePaddingHorizontal = 8;
this.btnSaveAs.Name = "btnSaveAs";
@@ -352,7 +353,7 @@ namespace VEPROMS
// btnAdmin
//
this.btnAdmin.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnAdmin.Image = global::VEPROMS.Properties.Resources.Admin1;
this.btnAdmin.Image = global::VEPROMS.Properties.Resources.Admin;
this.btnAdmin.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.NotSet;
this.btnAdmin.ImagePaddingHorizontal = 8;
this.btnAdmin.Name = "btnAdmin";
@@ -574,7 +575,7 @@ namespace VEPROMS
this.btnSetLock,
this.btnReleaseLck});
this.superTooltip1.SetSuperTooltip(this.btnLckUlck, new DevComponents.DotNetBar.SuperTooltipInfo("Procedure Lock", "", "This will allow you to set or remove a lock on the current procedure. The button" +
" tells you the current lock status.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
" tells you the current lock status.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
this.btnLckUlck.Text = "Unlocked";
//
// btnSetLock
@@ -691,7 +692,7 @@ namespace VEPROMS
this.btnMarkPrevPos.Name = "btnMarkPrevPos";
this.btnMarkPrevPos.PopupSide = DevComponents.DotNetBar.ePopupSide.Top;
this.superTooltip1.SetSuperTooltip(this.btnMarkPrevPos, new DevComponents.DotNetBar.SuperTooltipInfo("Simple Bookmark", "", "Mark your current positon and/or jump to the previously marked position. Note th" +
"at markking the the current position will also add to the list of bookmarks", null, null, DevComponents.DotNetBar.eTooltipColor.System));
"at markking the the current position will also add to the list of bookmarks", null, null, DevComponents.DotNetBar.eTooltipColor.System));
this.btnMarkPrevPos.Text = "BookMark";
this.btnMarkPrevPos.Click += new System.EventHandler(this.btnMarkPrevPos_Click);
//
@@ -713,7 +714,7 @@ namespace VEPROMS
this.btnPrevPos.Name = "btnPrevPos";
this.btnPrevPos.PopupSide = DevComponents.DotNetBar.ePopupSide.Top;
this.superTooltip1.SetSuperTooltip(this.btnPrevPos, new DevComponents.DotNetBar.SuperTooltipInfo("Simple Bookmark", "", "Mark your current positon and/or jump to the previously marked position. Note th" +
"at markking the the current position will also add to the list of bookmarks", null, null, DevComponents.DotNetBar.eTooltipColor.System));
"at markking the the current position will also add to the list of bookmarks", null, null, DevComponents.DotNetBar.eTooltipColor.System));
this.btnPrevPos.Text = "Previous Positon";
this.btnPrevPos.Click += new System.EventHandler(this.btnPrevPos_Click);
//
@@ -731,7 +732,7 @@ namespace VEPROMS
this.btnGetRoVals.ImagePaddingHorizontal = 8;
this.btnGetRoVals.Name = "btnGetRoVals";
this.superTooltip1.SetSuperTooltip(this.btnGetRoVals, new DevComponents.DotNetBar.SuperTooltipInfo("Update Referenced Object Values", "", "This will update the RO Values in this procedure set.\r\n\r\nThis button will become " +
"active when new Referenced Object Values are available.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
"active when new Referenced Object Values are available.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
this.btnGetRoVals.Text = "Update RO Values";
//
// epAnnotations
@@ -769,13 +770,13 @@ namespace VEPROMS
// ctrlAnnotationDetails
//
this.ctrlAnnotationDetails.AnnotationRTFText = "{\\rtf1\\ansi\\ansicpg1252\\deff0\\deflang1033{\\fonttbl{\\f0\\fnil\\fcharset0 Microsoft S" +
"ans Serif;}}\r\n\\viewkind4\\uc1\\pard\\f0\\fs20\\par\r\n}\r\n";
"ans Serif;}}\r\n\\viewkind4\\uc1\\pard\\f0\\fs20\\par\r\n}\r\n";
this.ctrlAnnotationDetails.Annotations = null;
this.ctrlAnnotationDetails.AnnotationText = "";
this.ctrlAnnotationDetails.CurrentAnnotation = null;
this.ctrlAnnotationDetails.Dock = System.Windows.Forms.DockStyle.Fill;
this.ctrlAnnotationDetails.Location = new System.Drawing.Point(0, 26);
this.ctrlAnnotationDetails.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.ctrlAnnotationDetails.Margin = new System.Windows.Forms.Padding(2);
this.ctrlAnnotationDetails.Name = "ctrlAnnotationDetails";
this.ctrlAnnotationDetails.Size = new System.Drawing.Size(1114, 0);
this.ctrlAnnotationDetails.TabIndex = 15;
@@ -796,7 +797,7 @@ namespace VEPROMS
this.btnAnnoDetailsPushPin.ShowSubItems = false;
this.btnAnnoDetailsPushPin.Size = new System.Drawing.Size(27, 23);
this.superTooltip1.SetSuperTooltip(this.btnAnnoDetailsPushPin, new DevComponents.DotNetBar.SuperTooltipInfo("Annotation Details Push Pin", "", "This will toggle between keeping the Annotation Details window opened or to open/" +
"close automatically.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
"close automatically.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
this.btnAnnoDetailsPushPin.TabIndex = 14;
this.btnAnnoDetailsPushPin.ThemeAware = true;
//
@@ -894,42 +895,6 @@ namespace VEPROMS
this.infoTabs.Text = "tabControl1";
this.infoTabs.ThemeAware = true;
//
// 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.MyROFST = null;
this.displayRO.MyRTB = null;
this.displayRO.Name = "displayRO";
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.Click += new System.EventHandler(this.infotabRO_Click);
//
// tabControlPanel1
//
this.tabControlPanel1.Controls.Add(this.panelEx1);
@@ -941,7 +906,7 @@ namespace VEPROMS
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)
| DevComponents.DotNetBar.eBorderSide.Bottom)));
| DevComponents.DotNetBar.eBorderSide.Bottom)));
this.tabControlPanel1.Style.GradientAngle = 180;
this.tabControlPanel1.TabIndex = 1;
this.tabControlPanel1.TabItem = this.infotabTags;
@@ -1004,10 +969,10 @@ namespace VEPROMS
this.comboBoxEx1.DisplayMember = "Text";
this.comboBoxEx1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.comboBoxEx1.FormattingEnabled = true;
this.comboBoxEx1.ItemHeight = 14;
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, 20);
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";
@@ -1154,7 +1119,7 @@ namespace VEPROMS
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, 20);
this.txbChgMsg1.Size = new System.Drawing.Size(36, 23);
this.txbChgMsg1.TabIndex = 1;
this.txbChgMsg1.WatermarkText = "XXX";
//
@@ -1168,7 +1133,7 @@ namespace VEPROMS
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, 20);
this.txbChgMsg2.Size = new System.Drawing.Size(36, 23);
this.txbChgMsg2.TabIndex = 2;
this.txbChgMsg2.WatermarkText = "XXX";
//
@@ -1187,6 +1152,42 @@ namespace VEPROMS
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.MyROFST = null;
this.displayRO.MyRTB = null;
this.displayRO.Name = "displayRO";
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.Click += new System.EventHandler(this.infotabRO_Click);
//
// infotabControlPanelTransitions
//
this.infotabControlPanelTransitions.Controls.Add(this.displayTransition);
@@ -1198,7 +1199,7 @@ namespace VEPROMS
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)
| DevComponents.DotNetBar.eBorderSide.Bottom)));
| DevComponents.DotNetBar.eBorderSide.Bottom)));
this.infotabControlPanelTransitions.Style.GradientAngle = 180;
this.infotabControlPanelTransitions.TabIndex = 5;
this.infotabControlPanelTransitions.TabItem = this.infotabTransition;
@@ -1362,7 +1363,7 @@ namespace VEPROMS
//
this.tc.Dock = System.Windows.Forms.DockStyle.Fill;
this.tc.Location = new System.Drawing.Point(37, 57);
this.tc.Margin = new System.Windows.Forms.Padding(4);
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(720, 457);
@@ -1418,8 +1419,8 @@ namespace VEPROMS
//
this.searchTabControl.BackColor = System.Drawing.Color.Transparent;
this.searchTabControl.CanReorderTabs = true;
this.searchTabControl.Controls.Add(this.annotationSearch);
this.searchTabControl.Controls.Add(this.tabControlPanel2);
this.searchTabControl.Controls.Add(this.annotationSearch);
this.searchTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.searchTabControl.Location = new System.Drawing.Point(0, 26);
this.searchTabControl.Name = "searchTabControl";
@@ -1434,97 +1435,6 @@ namespace VEPROMS
this.searchTabControl.Text = "tabControl1";
this.searchTabControl.ThemeAware = true;
//
// tabControlPanel2
//
this.tabControlPanel2.Controls.Add(this.panelEx3);
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(203, 431);
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)
| DevComponents.DotNetBar.eBorderSide.Bottom)));
this.tabControlPanel2.Style.GradientAngle = 180;
this.tabControlPanel2.TabIndex = 2;
this.tabControlPanel2.TabItem = this.infotabBookMarks;
this.tabControlPanel2.ThemeAware = true;
//
// panelEx3
//
this.panelEx3.AutoScroll = true;
this.panelEx3.CanvasColor = System.Drawing.SystemColors.Control;
this.panelEx3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.panelEx3.Controls.Add(this.lbxBookMarks);
this.panelEx3.Controls.Add(this.btnClrBookMrks);
this.panelEx3.Controls.Add(this.btnRmvCurBookMrk);
this.panelEx3.Controls.Add(this.btnSetBookMrk);
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, 429);
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;
this.panelEx3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.panelEx3.Style.BorderColor.Color = System.Drawing.Color.Gray;
this.panelEx3.Style.ForeColor.Color = System.Drawing.Color.Transparent;
this.panelEx3.TabIndex = 3;
//
// lbxBookMarks
//
this.lbxBookMarks.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbxBookMarks.FormattingEnabled = true;
this.lbxBookMarks.HorizontalScrollbar = true;
this.lbxBookMarks.Location = new System.Drawing.Point(0, 87);
this.lbxBookMarks.Name = "lbxBookMarks";
this.lbxBookMarks.Size = new System.Drawing.Size(201, 342);
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(201, 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(201, 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(201, 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";
//
// annotationSearch
//
this.annotationSearch.Controls.Add(this.navpaneResults);
@@ -1536,7 +1446,7 @@ namespace VEPROMS
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)
| DevComponents.DotNetBar.eBorderSide.Bottom)));
| DevComponents.DotNetBar.eBorderSide.Bottom)));
this.annotationSearch.Style.GradientAngle = 180;
this.annotationSearch.TabIndex = 3;
this.annotationSearch.TabItem = this.infotabResults;
@@ -1554,7 +1464,7 @@ namespace VEPROMS
this.btnSimStpsRslt});
this.navpaneResults.Location = new System.Drawing.Point(1, 1);
this.navpaneResults.Name = "navpaneResults";
this.navpaneResults.NavigationBarHeight = 90;
this.navpaneResults.NavigationBarHeight = 64;
this.navpaneResults.Padding = new System.Windows.Forms.Padding(1);
this.navpaneResults.Size = new System.Drawing.Size(1, 429);
this.navpaneResults.TabIndex = 0;
@@ -1565,7 +1475,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;
@@ -1584,7 +1494,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(0, 313);
this.navpanSrchRslts.Size = new System.Drawing.Size(0, 339);
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;
@@ -1598,9 +1508,9 @@ namespace VEPROMS
this.CtrlAnnotationSearch.Dock = System.Windows.Forms.DockStyle.Fill;
this.CtrlAnnotationSearch.LoadingList = false;
this.CtrlAnnotationSearch.Location = new System.Drawing.Point(0, 0);
this.CtrlAnnotationSearch.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.CtrlAnnotationSearch.Margin = new System.Windows.Forms.Padding(2);
this.CtrlAnnotationSearch.Name = "CtrlAnnotationSearch";
this.CtrlAnnotationSearch.Size = new System.Drawing.Size(0, 313);
this.CtrlAnnotationSearch.Size = new System.Drawing.Size(0, 339);
this.CtrlAnnotationSearch.TabIndex = 0;
//
// navigationPanePanel3
@@ -1609,7 +1519,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(0, 337);
this.navigationPanePanel3.Size = new System.Drawing.Size(0, 363);
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;
@@ -1620,8 +1530,8 @@ namespace VEPROMS
//
// btnSimStpsRslt
//
this.btnSimStpsRslt.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnSimStpsRslt.Image = ((System.Drawing.Image)(resources.GetObject("btnSimStpsRslt.Image")));
this.btnSimStpsRslt.ImageFixedSize = new System.Drawing.Size(16, 16);
this.btnSimStpsRslt.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.NotSet;
this.btnSimStpsRslt.ImagePaddingHorizontal = 8;
this.btnSimStpsRslt.Name = "btnSimStpsRslt";
@@ -1634,9 +1544,101 @@ namespace VEPROMS
this.infotabResults.Name = "infotabResults";
this.infotabResults.Text = "Search";
//
// tabControlPanel2
//
this.tabControlPanel2.Controls.Add(this.panelEx3);
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(3, 431);
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)
| DevComponents.DotNetBar.eBorderSide.Bottom)));
this.tabControlPanel2.Style.GradientAngle = 180;
this.tabControlPanel2.TabIndex = 2;
this.tabControlPanel2.TabItem = this.infotabBookMarks;
this.tabControlPanel2.ThemeAware = true;
//
// panelEx3
//
this.panelEx3.AutoScroll = true;
this.panelEx3.CanvasColor = System.Drawing.SystemColors.Control;
this.panelEx3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.panelEx3.Controls.Add(this.lbxBookMarks);
this.panelEx3.Controls.Add(this.btnClrBookMrks);
this.panelEx3.Controls.Add(this.btnRmvCurBookMrk);
this.panelEx3.Controls.Add(this.btnSetBookMrk);
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(1, 429);
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;
this.panelEx3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.panelEx3.Style.BorderColor.Color = System.Drawing.Color.Gray;
this.panelEx3.Style.ForeColor.Color = System.Drawing.Color.Transparent;
this.panelEx3.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(1, 340);
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(1, 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(1, 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(1, 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";
//
// frmVEPROMS
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(824, 574);
@@ -1661,24 +1663,24 @@ namespace VEPROMS
this.infoPanel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.infoTabs)).EndInit();
this.infoTabs.ResumeLayout(false);
this.infotabControlPanelRO.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.infotabControlPanelRO.ResumeLayout(false);
this.infotabControlPanelTransitions.ResumeLayout(false);
this.infotabControlPanelTransitions.PerformLayout();
((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.annotationSearch.ResumeLayout(false);
this.navpaneResults.ResumeLayout(false);
this.navpanSrchRslts.ResumeLayout(false);
this.tabControlPanel2.ResumeLayout(false);
this.panelEx3.ResumeLayout(false);
this.ResumeLayout(false);
}