diff --git a/PROMS/DataLoader/Settings.cs b/PROMS/DataLoader/Settings.cs
new file mode 100644
index 00000000..5270133f
--- /dev/null
+++ b/PROMS/DataLoader/Settings.cs
@@ -0,0 +1,28 @@
+namespace DataLoader.Properties {
+
+
+ // This class allows you to handle specific events on the settings class:
+ // The SettingChanging event is raised before a setting's value is changed.
+ // The PropertyChanged event is raised after a setting's value is changed.
+ // The SettingsLoaded event is raised after the setting values are loaded.
+ // The SettingsSaving event is raised before the setting values are saved.
+ internal sealed partial class Settings {
+
+ public Settings() {
+ // // To add event handlers for saving and changing settings, uncomment the lines below:
+ //
+ // this.SettingChanging += this.SettingChangingEventHandler;
+ //
+ // this.SettingsSaving += this.SettingsSavingEventHandler;
+ //
+ }
+
+ private void SettingChangingEventHandler(object sender, System.Configuration.SettingChangingEventArgs e) {
+ // Add code to handle the SettingChangingEvent event here.
+ }
+
+ private void SettingsSavingEventHandler(object sender, System.ComponentModel.CancelEventArgs e) {
+ // Add code to handle the SettingsSaving event here.
+ }
+ }
+}
diff --git a/PROMS/VEPROMS_UI/frmFolderProperties.cs b/PROMS/VEPROMS_UI/frmFolderProperties.cs
index 4d07068d..2462d72b 100644
--- a/PROMS/VEPROMS_UI/frmFolderProperties.cs
+++ b/PROMS/VEPROMS_UI/frmFolderProperties.cs
@@ -12,7 +12,6 @@ using DevComponents.DotNetBar;
using DevComponents.DotNetBar.Controls;
using System.Drawing.Imaging;
using VEPROMS.Properties;
-using DataLoader;
using DescriptiveEnum;
namespace VEPROMS
diff --git a/PROMS/VEPROMS_UI/frmVEPROMS.Designer.cs b/PROMS/VEPROMS_UI/frmVEPROMS.Designer.cs
index 3eeaff7e..f30971d7 100644
--- a/PROMS/VEPROMS_UI/frmVEPROMS.Designer.cs
+++ b/PROMS/VEPROMS_UI/frmVEPROMS.Designer.cs
@@ -49,6 +49,36 @@ namespace VEPROMS
this.labelItem32 = new DevComponents.DotNetBar.LabelItem();
this.btnProperties = new DevComponents.DotNetBar.ButtonItem();
this.labelItem1 = new DevComponents.DotNetBar.LabelItem();
+ this.ribbonPanel4 = new DevComponents.DotNetBar.RibbonPanel();
+ this.rbnHlpGeneral = new DevComponents.DotNetBar.RibbonBar();
+ this.btnAbout = new DevComponents.DotNetBar.ButtonItem();
+ this.labelItem7 = new DevComponents.DotNetBar.LabelItem();
+ this.btnVlnWeb = new DevComponents.DotNetBar.ButtonItem();
+ this.rbnHlpUsage = new DevComponents.DotNetBar.RibbonBar();
+ this.btnUserManual = new DevComponents.DotNetBar.ButtonItem();
+ this.ribbonPanel3 = new DevComponents.DotNetBar.RibbonPanel();
+ this.rbnUtilities = new DevComponents.DotNetBar.RibbonBar();
+ this.btnGlbSrch = new DevComponents.DotNetBar.ButtonItem();
+ this.labelItem3 = new DevComponents.DotNetBar.LabelItem();
+ this.btnSumChgs = new DevComponents.DotNetBar.ButtonItem();
+ this.labelItem17 = new DevComponents.DotNetBar.LabelItem();
+ this.btnChngHist = new DevComponents.DotNetBar.ButtonItem();
+ this.labelItem26 = new DevComponents.DotNetBar.LabelItem();
+ this.btnTransUsage = new DevComponents.DotNetBar.ButtonItem();
+ this.labelItem30 = new DevComponents.DotNetBar.LabelItem();
+ this.btnROUsages = new DevComponents.DotNetBar.ButtonItem();
+ this.labelItem33 = new DevComponents.DotNetBar.LabelItem();
+ this.btnSimStps = new DevComponents.DotNetBar.ButtonItem();
+ this.rbnApproval = new DevComponents.DotNetBar.RibbonBar();
+ this.btnAprvAll = new DevComponents.DotNetBar.ButtonItem();
+ this.labelItem6 = new DevComponents.DotNetBar.LabelItem();
+ this.btnAprvSel = new DevComponents.DotNetBar.ButtonItem();
+ this.rbnMultiUser = new DevComponents.DotNetBar.RibbonBar();
+ this.btnUnlock = new DevComponents.DotNetBar.ButtonItem();
+ this.labelItem28 = new DevComponents.DotNetBar.LabelItem();
+ this.btnLock = new DevComponents.DotNetBar.ButtonItem();
+ this.labelItem5 = new DevComponents.DotNetBar.LabelItem();
+ this.btnListUsers = new DevComponents.DotNetBar.ButtonItem();
this.ribbonPanel2 = new DevComponents.DotNetBar.RibbonPanel();
this.rbnTextFncts = new DevComponents.DotNetBar.RibbonBar();
this.btnSplChk = new DevComponents.DotNetBar.ButtonItem();
@@ -138,36 +168,6 @@ namespace VEPROMS
this.btnClpBrdCut = new DevComponents.DotNetBar.ButtonItem();
this.labelItem19 = new DevComponents.DotNetBar.LabelItem();
this.btnClpBrdPaste = new DevComponents.DotNetBar.ButtonItem();
- this.ribbonPanel3 = new DevComponents.DotNetBar.RibbonPanel();
- this.rbnUtilities = new DevComponents.DotNetBar.RibbonBar();
- this.btnGlbSrch = new DevComponents.DotNetBar.ButtonItem();
- this.labelItem3 = new DevComponents.DotNetBar.LabelItem();
- this.btnSumChgs = new DevComponents.DotNetBar.ButtonItem();
- this.labelItem17 = new DevComponents.DotNetBar.LabelItem();
- this.btnChngHist = new DevComponents.DotNetBar.ButtonItem();
- this.labelItem26 = new DevComponents.DotNetBar.LabelItem();
- this.btnTransUsage = new DevComponents.DotNetBar.ButtonItem();
- this.labelItem30 = new DevComponents.DotNetBar.LabelItem();
- this.btnROUsages = new DevComponents.DotNetBar.ButtonItem();
- this.labelItem33 = new DevComponents.DotNetBar.LabelItem();
- this.btnSimStps = new DevComponents.DotNetBar.ButtonItem();
- this.rbnApproval = new DevComponents.DotNetBar.RibbonBar();
- this.btnAprvAll = new DevComponents.DotNetBar.ButtonItem();
- this.labelItem6 = new DevComponents.DotNetBar.LabelItem();
- this.btnAprvSel = new DevComponents.DotNetBar.ButtonItem();
- this.rbnMultiUser = new DevComponents.DotNetBar.RibbonBar();
- this.btnUnlock = new DevComponents.DotNetBar.ButtonItem();
- this.labelItem28 = new DevComponents.DotNetBar.LabelItem();
- this.btnLock = new DevComponents.DotNetBar.ButtonItem();
- this.labelItem5 = new DevComponents.DotNetBar.LabelItem();
- this.btnListUsers = new DevComponents.DotNetBar.ButtonItem();
- this.ribbonPanel4 = new DevComponents.DotNetBar.RibbonPanel();
- this.rbnHlpGeneral = new DevComponents.DotNetBar.RibbonBar();
- this.btnAbout = new DevComponents.DotNetBar.ButtonItem();
- this.labelItem7 = new DevComponents.DotNetBar.LabelItem();
- this.btnVlnWeb = new DevComponents.DotNetBar.ButtonItem();
- this.rbnHlpUsage = new DevComponents.DotNetBar.RibbonBar();
- this.btnUserManual = new DevComponents.DotNetBar.ButtonItem();
this.rtabHome = new DevComponents.DotNetBar.RibbonTabItem();
this.rtabEdit = new DevComponents.DotNetBar.RibbonTabItem();
this.rtabTools = new DevComponents.DotNetBar.RibbonTabItem();
@@ -233,6 +233,15 @@ namespace VEPROMS
this.tv = new Volian.Controls.Library.vlnTreeView();
this.infoPanel = new DevComponents.DotNetBar.ExpandablePanel();
this.infoTabs = new DevComponents.DotNetBar.TabControl();
+ this.infotabTransitions = new DevComponents.DotNetBar.TabControlPanel();
+ this.lblTranType = new DevComponents.DotNetBar.LabelX();
+ this.cbTranType = new System.Windows.Forms.ComboBox();
+ this.infotabTransition = new DevComponents.DotNetBar.TabItem(this.components);
+ this.tabControlPanel4 = new DevComponents.DotNetBar.TabControlPanel();
+ this.tvROFST = new System.Windows.Forms.TreeView();
+ this.tbROValue = new DevComponents.DotNetBar.Controls.TextBoxX();
+ this.lblROValue = new DevComponents.DotNetBar.LabelX();
+ 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();
@@ -268,9 +277,9 @@ namespace VEPROMS
this.tc = new System.Windows.Forms.TabControl();
this.ribbonControl1.SuspendLayout();
this.ribbonPanel1.SuspendLayout();
- this.ribbonPanel2.SuspendLayout();
- this.ribbonPanel3.SuspendLayout();
this.ribbonPanel4.SuspendLayout();
+ this.ribbonPanel3.SuspendLayout();
+ this.ribbonPanel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bottomBar)).BeginInit();
this.epComments.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.c1CommentGrid)).BeginInit();
@@ -279,6 +288,8 @@ namespace VEPROMS
this.infoPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.infoTabs)).BeginInit();
this.infoTabs.SuspendLayout();
+ this.infotabTransitions.SuspendLayout();
+ this.tabControlPanel4.SuspendLayout();
this.tabControlPanel1.SuspendLayout();
this.panelEx1.SuspendLayout();
this.groupPanel4.SuspendLayout();
@@ -312,7 +323,7 @@ namespace VEPROMS
this.ribbonControl1.QuickToolbarItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.office2007StartButton1,
this.qatCustomizeItem1});
- this.ribbonControl1.Size = new System.Drawing.Size(1284, 146);
+ this.ribbonControl1.Size = new System.Drawing.Size(1028, 146);
this.ribbonControl1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.ribbonControl1.TabGroupHeight = 14;
this.ribbonControl1.TabIndex = 0;
@@ -327,7 +338,7 @@ namespace VEPROMS
this.ribbonPanel1.Location = new System.Drawing.Point(0, 55);
this.ribbonPanel1.Name = "ribbonPanel1";
this.ribbonPanel1.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel1.Size = new System.Drawing.Size(1284, 89);
+ this.ribbonPanel1.Size = new System.Drawing.Size(1028, 89);
this.ribbonPanel1.TabIndex = 1;
//
// rbnPrint
@@ -490,6 +501,325 @@ namespace VEPROMS
//
this.labelItem1.Name = "labelItem1";
//
+ // ribbonPanel4
+ //
+ this.ribbonPanel4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
+ this.ribbonPanel4.Controls.Add(this.rbnHlpGeneral);
+ this.ribbonPanel4.Controls.Add(this.rbnHlpUsage);
+ this.ribbonPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel4.Location = new System.Drawing.Point(0, 55);
+ this.ribbonPanel4.Name = "ribbonPanel4";
+ this.ribbonPanel4.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel4.Size = new System.Drawing.Size(1284, 89);
+ this.ribbonPanel4.TabIndex = 4;
+ this.ribbonPanel4.Visible = false;
+ //
+ // rbnHlpGeneral
+ //
+ this.rbnHlpGeneral.AutoOverflowEnabled = true;
+ this.rbnHlpGeneral.Dock = System.Windows.Forms.DockStyle.Left;
+ this.rbnHlpGeneral.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.btnAbout,
+ this.labelItem7,
+ this.btnVlnWeb});
+ this.rbnHlpGeneral.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
+ this.rbnHlpGeneral.Location = new System.Drawing.Point(61, 0);
+ this.rbnHlpGeneral.Name = "rbnHlpGeneral";
+ this.rbnHlpGeneral.Size = new System.Drawing.Size(118, 86);
+ this.rbnHlpGeneral.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
+ this.rbnHlpGeneral.TabIndex = 4;
+ this.rbnHlpGeneral.Text = "General";
+ //
+ // btnAbout
+ //
+ this.btnAbout.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
+ this.btnAbout.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.btnAbout.Icon = ((System.Drawing.Icon)(resources.GetObject("btnAbout.Icon")));
+ this.btnAbout.ImagePaddingHorizontal = 8;
+ this.btnAbout.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btnAbout.Name = "btnAbout";
+ this.btnAbout.Text = "About...";
+ this.btnAbout.Click += new System.EventHandler(this.btnAbout_Click);
+ //
+ // labelItem7
+ //
+ this.labelItem7.BorderSide = DevComponents.DotNetBar.eBorderSide.Left;
+ this.labelItem7.BorderType = DevComponents.DotNetBar.eBorderType.Sunken;
+ this.labelItem7.Name = "labelItem7";
+ //
+ // btnVlnWeb
+ //
+ this.btnVlnWeb.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
+ this.btnVlnWeb.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.btnVlnWeb.Icon = ((System.Drawing.Icon)(resources.GetObject("btnVlnWeb.Icon")));
+ this.btnVlnWeb.ImagePaddingHorizontal = 8;
+ this.btnVlnWeb.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btnVlnWeb.Name = "btnVlnWeb";
+ this.btnVlnWeb.Text = "Volian Web";
+ this.btnVlnWeb.Click += new System.EventHandler(this.btnVlnWeb_Click);
+ //
+ // rbnHlpUsage
+ //
+ this.rbnHlpUsage.AutoOverflowEnabled = true;
+ this.rbnHlpUsage.Dock = System.Windows.Forms.DockStyle.Left;
+ this.rbnHlpUsage.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.btnUserManual});
+ this.rbnHlpUsage.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
+ this.rbnHlpUsage.Location = new System.Drawing.Point(3, 0);
+ this.rbnHlpUsage.Name = "rbnHlpUsage";
+ this.rbnHlpUsage.Size = new System.Drawing.Size(58, 86);
+ this.rbnHlpUsage.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
+ this.rbnHlpUsage.TabIndex = 3;
+ this.rbnHlpUsage.Text = "Usage";
+ //
+ // btnUserManual
+ //
+ this.btnUserManual.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
+ this.btnUserManual.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.btnUserManual.Icon = ((System.Drawing.Icon)(resources.GetObject("btnUserManual.Icon")));
+ this.btnUserManual.ImagePaddingHorizontal = 8;
+ this.btnUserManual.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btnUserManual.Name = "btnUserManual";
+ this.btnUserManual.Text = "User Manual";
+ //
+ // ribbonPanel3
+ //
+ this.ribbonPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
+ this.ribbonPanel3.Controls.Add(this.rbnUtilities);
+ this.ribbonPanel3.Controls.Add(this.rbnApproval);
+ this.ribbonPanel3.Controls.Add(this.rbnMultiUser);
+ this.ribbonPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ribbonPanel3.Location = new System.Drawing.Point(0, 55);
+ this.ribbonPanel3.Name = "ribbonPanel3";
+ this.ribbonPanel3.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
+ this.ribbonPanel3.Size = new System.Drawing.Size(1284, 89);
+ this.ribbonPanel3.TabIndex = 3;
+ this.ribbonPanel3.Visible = false;
+ //
+ // rbnUtilities
+ //
+ this.rbnUtilities.AutoOverflowEnabled = true;
+ this.rbnUtilities.Dock = System.Windows.Forms.DockStyle.Left;
+ this.rbnUtilities.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.btnGlbSrch,
+ this.labelItem3,
+ this.btnSumChgs,
+ this.labelItem17,
+ this.btnChngHist,
+ this.labelItem26,
+ this.btnTransUsage,
+ this.labelItem30,
+ this.btnROUsages,
+ this.labelItem33,
+ this.btnSimStps});
+ this.rbnUtilities.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
+ this.rbnUtilities.Location = new System.Drawing.Point(289, 0);
+ this.rbnUtilities.Name = "rbnUtilities";
+ this.rbnUtilities.Size = new System.Drawing.Size(427, 86);
+ this.rbnUtilities.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
+ this.rbnUtilities.TabIndex = 6;
+ this.rbnUtilities.Text = "Utilities";
+ //
+ // btnGlbSrch
+ //
+ this.btnGlbSrch.Image = ((System.Drawing.Image)(resources.GetObject("btnGlbSrch.Image")));
+ this.btnGlbSrch.ImagePaddingHorizontal = 8;
+ this.btnGlbSrch.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btnGlbSrch.Name = "btnGlbSrch";
+ this.btnGlbSrch.SubItemsExpandWidth = 14;
+ this.btnGlbSrch.Text = "Global\r\nSearch";
+ this.btnGlbSrch.Click += new System.EventHandler(this.btnGlbSrch_Click);
+ //
+ // labelItem3
+ //
+ this.labelItem3.BorderSide = DevComponents.DotNetBar.eBorderSide.Left;
+ this.labelItem3.BorderType = DevComponents.DotNetBar.eBorderType.Sunken;
+ this.labelItem3.Name = "labelItem3";
+ //
+ // btnSumChgs
+ //
+ this.btnSumChgs.Image = ((System.Drawing.Image)(resources.GetObject("btnSumChgs.Image")));
+ this.btnSumChgs.ImagePaddingHorizontal = 8;
+ this.btnSumChgs.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btnSumChgs.Name = "btnSumChgs";
+ this.btnSumChgs.RibbonWordWrap = false;
+ this.btnSumChgs.SubItemsExpandWidth = 14;
+ this.btnSumChgs.Text = "Summary\r\nof Changes";
+ //
+ // labelItem17
+ //
+ this.labelItem17.BorderSide = DevComponents.DotNetBar.eBorderSide.Left;
+ this.labelItem17.BorderType = DevComponents.DotNetBar.eBorderType.Sunken;
+ this.labelItem17.Name = "labelItem17";
+ //
+ // btnChngHist
+ //
+ this.btnChngHist.Image = ((System.Drawing.Image)(resources.GetObject("btnChngHist.Image")));
+ this.btnChngHist.ImagePaddingHorizontal = 8;
+ this.btnChngHist.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btnChngHist.Name = "btnChngHist";
+ this.btnChngHist.RibbonWordWrap = false;
+ this.btnChngHist.SubItemsExpandWidth = 14;
+ this.btnChngHist.Text = "History\r\nof Changes";
+ //
+ // labelItem26
+ //
+ this.labelItem26.BorderSide = DevComponents.DotNetBar.eBorderSide.Left;
+ this.labelItem26.BorderType = DevComponents.DotNetBar.eBorderType.Sunken;
+ this.labelItem26.Name = "labelItem26";
+ //
+ // btnTransUsage
+ //
+ this.btnTransUsage.Image = ((System.Drawing.Image)(resources.GetObject("btnTransUsage.Image")));
+ this.btnTransUsage.ImagePaddingHorizontal = 8;
+ this.btnTransUsage.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btnTransUsage.Name = "btnTransUsage";
+ this.btnTransUsage.SubItemsExpandWidth = 14;
+ this.btnTransUsage.Text = "Transition\r\nUsages";
+ //
+ // labelItem30
+ //
+ this.labelItem30.BorderSide = DevComponents.DotNetBar.eBorderSide.Left;
+ this.labelItem30.BorderType = DevComponents.DotNetBar.eBorderType.Sunken;
+ this.labelItem30.Name = "labelItem30";
+ //
+ // btnROUsages
+ //
+ this.btnROUsages.Image = ((System.Drawing.Image)(resources.GetObject("btnROUsages.Image")));
+ this.btnROUsages.ImagePaddingHorizontal = 8;
+ this.btnROUsages.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btnROUsages.Name = "btnROUsages";
+ this.btnROUsages.SubItemsExpandWidth = 14;
+ this.btnROUsages.Text = "RO\r\nUsages";
+ //
+ // labelItem33
+ //
+ this.labelItem33.BorderSide = DevComponents.DotNetBar.eBorderSide.Left;
+ this.labelItem33.BorderType = DevComponents.DotNetBar.eBorderType.Sunken;
+ this.labelItem33.Name = "labelItem33";
+ //
+ // btnSimStps
+ //
+ this.btnSimStps.Image = ((System.Drawing.Image)(resources.GetObject("btnSimStps.Image")));
+ this.btnSimStps.ImagePaddingHorizontal = 8;
+ this.btnSimStps.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btnSimStps.Name = "btnSimStps";
+ this.btnSimStps.SubItemsExpandWidth = 14;
+ this.btnSimStps.Text = "Similar Steps";
+ this.btnSimStps.Click += new System.EventHandler(this.btnSimStps_Click);
+ //
+ // rbnApproval
+ //
+ this.rbnApproval.AutoOverflowEnabled = true;
+ this.rbnApproval.Dock = System.Windows.Forms.DockStyle.Left;
+ this.rbnApproval.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.btnAprvAll,
+ this.labelItem6,
+ this.btnAprvSel});
+ this.rbnApproval.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
+ this.rbnApproval.Location = new System.Drawing.Point(154, 0);
+ this.rbnApproval.Name = "rbnApproval";
+ this.rbnApproval.Size = new System.Drawing.Size(135, 86);
+ this.rbnApproval.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
+ this.rbnApproval.TabIndex = 2;
+ this.rbnApproval.Text = "Approval";
+ //
+ // btnAprvAll
+ //
+ this.btnAprvAll.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
+ this.btnAprvAll.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.btnAprvAll.Icon = ((System.Drawing.Icon)(resources.GetObject("btnAprvAll.Icon")));
+ this.btnAprvAll.ImagePaddingHorizontal = 8;
+ this.btnAprvAll.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btnAprvAll.Name = "btnAprvAll";
+ this.btnAprvAll.RibbonWordWrap = false;
+ this.superTooltip1.SetSuperTooltip(this.btnAprvAll, new DevComponents.DotNetBar.SuperTooltipInfo("Approve", "", "This will approve ALL of the procedures in this procedure set.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.System));
+ this.btnAprvAll.Text = "Entire \r\nSet";
+ //
+ // labelItem6
+ //
+ this.labelItem6.BorderSide = DevComponents.DotNetBar.eBorderSide.Left;
+ this.labelItem6.BorderType = DevComponents.DotNetBar.eBorderType.Sunken;
+ this.labelItem6.Name = "labelItem6";
+ //
+ // btnAprvSel
+ //
+ this.btnAprvSel.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
+ this.btnAprvSel.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.btnAprvSel.Icon = ((System.Drawing.Icon)(resources.GetObject("btnAprvSel.Icon")));
+ this.btnAprvSel.ImagePaddingHorizontal = 8;
+ this.btnAprvSel.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btnAprvSel.Name = "btnAprvSel";
+ this.superTooltip1.SetSuperTooltip(this.btnAprvSel, new DevComponents.DotNetBar.SuperTooltipInfo("Approve", "", "This will allow you to select procedures to approve. Note that due to inter-rela" +
+ "tionships and shared references, additional procedures may also need approved al" +
+ "ong with the selected procedures.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
+ this.btnAprvSel.Text = "Selected\r\nProcedures";
+ //
+ // rbnMultiUser
+ //
+ this.rbnMultiUser.AutoOverflowEnabled = true;
+ this.rbnMultiUser.Dock = System.Windows.Forms.DockStyle.Left;
+ this.rbnMultiUser.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
+ this.btnUnlock,
+ this.labelItem28,
+ this.btnLock,
+ this.labelItem5,
+ this.btnListUsers});
+ this.rbnMultiUser.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
+ this.rbnMultiUser.Location = new System.Drawing.Point(3, 0);
+ this.rbnMultiUser.Name = "rbnMultiUser";
+ this.rbnMultiUser.Size = new System.Drawing.Size(151, 86);
+ this.rbnMultiUser.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
+ this.rbnMultiUser.TabIndex = 1;
+ this.rbnMultiUser.Text = "Mulit User";
+ //
+ // btnUnlock
+ //
+ this.btnUnlock.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
+ this.btnUnlock.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.btnUnlock.Icon = ((System.Drawing.Icon)(resources.GetObject("btnUnlock.Icon")));
+ this.btnUnlock.ImagePaddingHorizontal = 8;
+ this.btnUnlock.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btnUnlock.Name = "btnUnlock";
+ this.superTooltip1.SetSuperTooltip(this.btnUnlock, new DevComponents.DotNetBar.SuperTooltipInfo("Multi User", "", "Remove the lock at this level", null, null, DevComponents.DotNetBar.eTooltipColor.System));
+ this.btnUnlock.Text = "Unlock";
+ //
+ // labelItem28
+ //
+ this.labelItem28.BorderSide = DevComponents.DotNetBar.eBorderSide.Left;
+ this.labelItem28.BorderType = DevComponents.DotNetBar.eBorderType.Sunken;
+ this.labelItem28.Name = "labelItem28";
+ //
+ // btnLock
+ //
+ this.btnLock.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
+ this.btnLock.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.btnLock.Icon = ((System.Drawing.Icon)(resources.GetObject("btnLock.Icon")));
+ this.btnLock.ImagePaddingHorizontal = 8;
+ this.btnLock.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btnLock.Name = "btnLock";
+ this.superTooltip1.SetSuperTooltip(this.btnLock, new DevComponents.DotNetBar.SuperTooltipInfo("Multi User", "", "Set a lock at this level (of the procedures tree).\r\n\r\nA lock will prevent other u" +
+ "sers from entering at this level.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
+ this.btnLock.Text = "Lock";
+ //
+ // labelItem5
+ //
+ this.labelItem5.BorderSide = DevComponents.DotNetBar.eBorderSide.Left;
+ this.labelItem5.BorderType = DevComponents.DotNetBar.eBorderType.Sunken;
+ this.labelItem5.Name = "labelItem5";
+ //
+ // btnListUsers
+ //
+ this.btnListUsers.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
+ this.btnListUsers.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.btnListUsers.Icon = ((System.Drawing.Icon)(resources.GetObject("btnListUsers.Icon")));
+ this.btnListUsers.ImagePaddingHorizontal = 8;
+ this.btnListUsers.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
+ this.btnListUsers.Name = "btnListUsers";
+ this.superTooltip1.SetSuperTooltip(this.btnListUsers, new DevComponents.DotNetBar.SuperTooltipInfo("Multi User", "", "This will display a list of the users currently working in this area of your proc" +
+ "edures.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
+ this.btnListUsers.Text = "List Users";
+ //
// ribbonPanel2
//
this.ribbonPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
@@ -571,7 +901,7 @@ namespace VEPROMS
this.btnFindRplDlg.RibbonWordWrap = false;
this.btnFindRplDlg.SubItemsExpandWidth = 14;
this.superTooltip1.SetSuperTooltip(this.btnFindRplDlg, new DevComponents.DotNetBar.SuperTooltipInfo("Find Utility", "", "The Find button display a dialog window allowing you to look for text and optiona" +
- "lly replace it.", ((System.Drawing.Image)(resources.GetObject("btnFindRplDlg.SuperTooltip"))), null, DevComponents.DotNetBar.eTooltipColor.System, true, true, new System.Drawing.Size(358, 134)));
+ "lly replace it.", ((System.Drawing.Image)(resources.GetObject("btnFindRplDlg.SuperTooltip"))), null, DevComponents.DotNetBar.eTooltipColor.System, true, true, new System.Drawing.Size(358, 134)));
this.btnFindRplDlg.Text = "Find /\r\nReplace";
this.btnFindRplDlg.Click += new System.EventHandler(this.btnFindRplDlg_Click_1);
//
@@ -590,7 +920,7 @@ namespace VEPROMS
this.btnCpyStp.Name = "btnCpyStp";
this.btnCpyStp.SubItemsExpandWidth = 14;
this.superTooltip1.SetSuperTooltip(this.btnCpyStp, new DevComponents.DotNetBar.SuperTooltipInfo("Copy Step", "", "Allows you to copy an entire or part of a step, including Transition and RO links" +
- ".", null, null, DevComponents.DotNetBar.eTooltipColor.System));
+ ".", null, null, DevComponents.DotNetBar.eTooltipColor.System));
this.btnCpyStp.Text = "Copy\r\nStep";
//
// rbnInsert
@@ -659,8 +989,8 @@ namespace VEPROMS
this.buttonItem68,
this.buttonItem84});
this.superTooltip1.SetSuperTooltip(this.galleryContainer3, new DevComponents.DotNetBar.SuperTooltipInfo("Symbol", "", "Selecting a symbol character from this list will insert the character at your cur" +
- "rent cursor location.\r\n\r\nThe button below the scroll down button will display a " +
- "gallery of special characters.", null, null, DevComponents.DotNetBar.eTooltipColor.System, true, true, new System.Drawing.Size(194, 159)));
+ "rent cursor location.\r\n\r\nThe button below the scroll down button will display a " +
+ "gallery of special characters.", null, null, DevComponents.DotNetBar.eTooltipColor.System, true, true, new System.Drawing.Size(194, 159)));
//
// galleryGroup1
//
@@ -991,7 +1321,7 @@ namespace VEPROMS
this.btnInsHrdSpc.Name = "btnInsHrdSpc";
this.btnInsHrdSpc.SubItemsExpandWidth = 14;
this.superTooltip1.SetSuperTooltip(this.btnInsHrdSpc, new DevComponents.DotNetBar.SuperTooltipInfo("Hard Space", "", "Inserts a Hard Space.\r\n\r\nA Hard Space will print as a normal space but will tie t" +
- "he word before and after it so that they will not be broken between two lines.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
+ "he word before and after it so that they will not be broken between two lines.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
this.btnInsHrdSpc.Text = " Hard Space";
//
// labelItem25
@@ -1160,7 +1490,7 @@ namespace VEPROMS
this.btnInsTrans.Name = "btnInsTrans";
this.btnInsTrans.RibbonWordWrap = false;
this.superTooltip1.SetSuperTooltip(this.btnInsTrans, new DevComponents.DotNetBar.SuperTooltipInfo("Insert", "", "Insert a New Transition\r\n\r\nA Transition is a live reference to different step, se" +
- "ction, and/or procedure.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.System, true, true, new System.Drawing.Size(160, 130)));
+ "ction, and/or procedure.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.System, true, true, new System.Drawing.Size(160, 130)));
this.btnInsTrans.Text = "Transition";
this.btnInsTrans.Tooltip = "Insert New or Modify Existing Transition";
//
@@ -1173,7 +1503,7 @@ namespace VEPROMS
this.btnInsRO.Name = "btnInsRO";
this.btnInsRO.RibbonWordWrap = false;
this.superTooltip1.SetSuperTooltip(this.btnInsRO, new DevComponents.DotNetBar.SuperTooltipInfo("Insert Referenced Object", "", "Insert a New Referenced Object.\r\n\r\nA Referenced Object is a live reference to a v" +
- "alue in the Referenced Object Database.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.System));
+ "alue in the Referenced Object Database.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.System));
this.btnInsRO.Text = "Referenced\r\nObject";
//
// rbnFont
@@ -1267,7 +1597,7 @@ namespace VEPROMS
this.btnLowCase,
this.btnTitleCase});
this.superTooltip1.SetSuperTooltip(this.btnChgCase, new DevComponents.DotNetBar.SuperTooltipInfo("Font", "", "Change the letter case for the selected text:\r\n \r\n- UPPER CASE\r\n- lower case\r\n- T" +
- "itle Case\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.System));
+ "itle Case\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.System));
this.btnChgCase.Text = "Change Case";
//
// btnUpCase
@@ -1347,325 +1677,6 @@ namespace VEPROMS
this.btnClpBrdPaste.Name = "btnClpBrdPaste";
this.btnClpBrdPaste.Text = "Paste";
//
- // ribbonPanel3
- //
- this.ribbonPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
- this.ribbonPanel3.Controls.Add(this.rbnUtilities);
- this.ribbonPanel3.Controls.Add(this.rbnApproval);
- this.ribbonPanel3.Controls.Add(this.rbnMultiUser);
- this.ribbonPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel3.Location = new System.Drawing.Point(0, 55);
- this.ribbonPanel3.Name = "ribbonPanel3";
- this.ribbonPanel3.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel3.Size = new System.Drawing.Size(1284, 89);
- this.ribbonPanel3.TabIndex = 3;
- this.ribbonPanel3.Visible = false;
- //
- // rbnUtilities
- //
- this.rbnUtilities.AutoOverflowEnabled = true;
- this.rbnUtilities.Dock = System.Windows.Forms.DockStyle.Left;
- this.rbnUtilities.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.btnGlbSrch,
- this.labelItem3,
- this.btnSumChgs,
- this.labelItem17,
- this.btnChngHist,
- this.labelItem26,
- this.btnTransUsage,
- this.labelItem30,
- this.btnROUsages,
- this.labelItem33,
- this.btnSimStps});
- this.rbnUtilities.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
- this.rbnUtilities.Location = new System.Drawing.Point(289, 0);
- this.rbnUtilities.Name = "rbnUtilities";
- this.rbnUtilities.Size = new System.Drawing.Size(427, 86);
- this.rbnUtilities.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
- this.rbnUtilities.TabIndex = 6;
- this.rbnUtilities.Text = "Utilities";
- //
- // btnGlbSrch
- //
- this.btnGlbSrch.Image = ((System.Drawing.Image)(resources.GetObject("btnGlbSrch.Image")));
- this.btnGlbSrch.ImagePaddingHorizontal = 8;
- this.btnGlbSrch.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btnGlbSrch.Name = "btnGlbSrch";
- this.btnGlbSrch.SubItemsExpandWidth = 14;
- this.btnGlbSrch.Text = "Global\r\nSearch";
- this.btnGlbSrch.Click += new System.EventHandler(this.btnGlbSrch_Click);
- //
- // labelItem3
- //
- this.labelItem3.BorderSide = DevComponents.DotNetBar.eBorderSide.Left;
- this.labelItem3.BorderType = DevComponents.DotNetBar.eBorderType.Sunken;
- this.labelItem3.Name = "labelItem3";
- //
- // btnSumChgs
- //
- this.btnSumChgs.Image = ((System.Drawing.Image)(resources.GetObject("btnSumChgs.Image")));
- this.btnSumChgs.ImagePaddingHorizontal = 8;
- this.btnSumChgs.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btnSumChgs.Name = "btnSumChgs";
- this.btnSumChgs.RibbonWordWrap = false;
- this.btnSumChgs.SubItemsExpandWidth = 14;
- this.btnSumChgs.Text = "Summary\r\nof Changes";
- //
- // labelItem17
- //
- this.labelItem17.BorderSide = DevComponents.DotNetBar.eBorderSide.Left;
- this.labelItem17.BorderType = DevComponents.DotNetBar.eBorderType.Sunken;
- this.labelItem17.Name = "labelItem17";
- //
- // btnChngHist
- //
- this.btnChngHist.Image = ((System.Drawing.Image)(resources.GetObject("btnChngHist.Image")));
- this.btnChngHist.ImagePaddingHorizontal = 8;
- this.btnChngHist.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btnChngHist.Name = "btnChngHist";
- this.btnChngHist.RibbonWordWrap = false;
- this.btnChngHist.SubItemsExpandWidth = 14;
- this.btnChngHist.Text = "History\r\nof Changes";
- //
- // labelItem26
- //
- this.labelItem26.BorderSide = DevComponents.DotNetBar.eBorderSide.Left;
- this.labelItem26.BorderType = DevComponents.DotNetBar.eBorderType.Sunken;
- this.labelItem26.Name = "labelItem26";
- //
- // btnTransUsage
- //
- this.btnTransUsage.Image = ((System.Drawing.Image)(resources.GetObject("btnTransUsage.Image")));
- this.btnTransUsage.ImagePaddingHorizontal = 8;
- this.btnTransUsage.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btnTransUsage.Name = "btnTransUsage";
- this.btnTransUsage.SubItemsExpandWidth = 14;
- this.btnTransUsage.Text = "Transition\r\nUsages";
- //
- // labelItem30
- //
- this.labelItem30.BorderSide = DevComponents.DotNetBar.eBorderSide.Left;
- this.labelItem30.BorderType = DevComponents.DotNetBar.eBorderType.Sunken;
- this.labelItem30.Name = "labelItem30";
- //
- // btnROUsages
- //
- this.btnROUsages.Image = ((System.Drawing.Image)(resources.GetObject("btnROUsages.Image")));
- this.btnROUsages.ImagePaddingHorizontal = 8;
- this.btnROUsages.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btnROUsages.Name = "btnROUsages";
- this.btnROUsages.SubItemsExpandWidth = 14;
- this.btnROUsages.Text = "RO\r\nUsages";
- //
- // labelItem33
- //
- this.labelItem33.BorderSide = DevComponents.DotNetBar.eBorderSide.Left;
- this.labelItem33.BorderType = DevComponents.DotNetBar.eBorderType.Sunken;
- this.labelItem33.Name = "labelItem33";
- //
- // btnSimStps
- //
- this.btnSimStps.Image = ((System.Drawing.Image)(resources.GetObject("btnSimStps.Image")));
- this.btnSimStps.ImagePaddingHorizontal = 8;
- this.btnSimStps.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btnSimStps.Name = "btnSimStps";
- this.btnSimStps.SubItemsExpandWidth = 14;
- this.btnSimStps.Text = "Similar Steps";
- this.btnSimStps.Click += new System.EventHandler(this.btnSimStps_Click);
- //
- // rbnApproval
- //
- this.rbnApproval.AutoOverflowEnabled = true;
- this.rbnApproval.Dock = System.Windows.Forms.DockStyle.Left;
- this.rbnApproval.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.btnAprvAll,
- this.labelItem6,
- this.btnAprvSel});
- this.rbnApproval.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
- this.rbnApproval.Location = new System.Drawing.Point(154, 0);
- this.rbnApproval.Name = "rbnApproval";
- this.rbnApproval.Size = new System.Drawing.Size(135, 86);
- this.rbnApproval.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
- this.rbnApproval.TabIndex = 2;
- this.rbnApproval.Text = "Approval";
- //
- // btnAprvAll
- //
- this.btnAprvAll.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
- this.btnAprvAll.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnAprvAll.Icon = ((System.Drawing.Icon)(resources.GetObject("btnAprvAll.Icon")));
- this.btnAprvAll.ImagePaddingHorizontal = 8;
- this.btnAprvAll.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btnAprvAll.Name = "btnAprvAll";
- this.btnAprvAll.RibbonWordWrap = false;
- this.superTooltip1.SetSuperTooltip(this.btnAprvAll, new DevComponents.DotNetBar.SuperTooltipInfo("Approve", "", "This will approve ALL of the procedures in this procedure set.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.System));
- this.btnAprvAll.Text = "Entire \r\nSet";
- //
- // labelItem6
- //
- this.labelItem6.BorderSide = DevComponents.DotNetBar.eBorderSide.Left;
- this.labelItem6.BorderType = DevComponents.DotNetBar.eBorderType.Sunken;
- this.labelItem6.Name = "labelItem6";
- //
- // btnAprvSel
- //
- this.btnAprvSel.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
- this.btnAprvSel.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnAprvSel.Icon = ((System.Drawing.Icon)(resources.GetObject("btnAprvSel.Icon")));
- this.btnAprvSel.ImagePaddingHorizontal = 8;
- this.btnAprvSel.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btnAprvSel.Name = "btnAprvSel";
- this.superTooltip1.SetSuperTooltip(this.btnAprvSel, new DevComponents.DotNetBar.SuperTooltipInfo("Approve", "", "This will allow you to select procedures to approve. Note that due to inter-rela" +
- "tionships and shared references, additional procedures may also need approved al" +
- "ong with the selected procedures.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
- this.btnAprvSel.Text = "Selected\r\nProcedures";
- //
- // rbnMultiUser
- //
- this.rbnMultiUser.AutoOverflowEnabled = true;
- this.rbnMultiUser.Dock = System.Windows.Forms.DockStyle.Left;
- this.rbnMultiUser.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.btnUnlock,
- this.labelItem28,
- this.btnLock,
- this.labelItem5,
- this.btnListUsers});
- this.rbnMultiUser.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
- this.rbnMultiUser.Location = new System.Drawing.Point(3, 0);
- this.rbnMultiUser.Name = "rbnMultiUser";
- this.rbnMultiUser.Size = new System.Drawing.Size(151, 86);
- this.rbnMultiUser.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
- this.rbnMultiUser.TabIndex = 1;
- this.rbnMultiUser.Text = "Mulit User";
- //
- // btnUnlock
- //
- this.btnUnlock.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
- this.btnUnlock.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnUnlock.Icon = ((System.Drawing.Icon)(resources.GetObject("btnUnlock.Icon")));
- this.btnUnlock.ImagePaddingHorizontal = 8;
- this.btnUnlock.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btnUnlock.Name = "btnUnlock";
- this.superTooltip1.SetSuperTooltip(this.btnUnlock, new DevComponents.DotNetBar.SuperTooltipInfo("Multi User", "", "Remove the lock at this level", null, null, DevComponents.DotNetBar.eTooltipColor.System));
- this.btnUnlock.Text = "Unlock";
- //
- // labelItem28
- //
- this.labelItem28.BorderSide = DevComponents.DotNetBar.eBorderSide.Left;
- this.labelItem28.BorderType = DevComponents.DotNetBar.eBorderType.Sunken;
- this.labelItem28.Name = "labelItem28";
- //
- // btnLock
- //
- this.btnLock.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
- this.btnLock.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnLock.Icon = ((System.Drawing.Icon)(resources.GetObject("btnLock.Icon")));
- this.btnLock.ImagePaddingHorizontal = 8;
- this.btnLock.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btnLock.Name = "btnLock";
- this.superTooltip1.SetSuperTooltip(this.btnLock, new DevComponents.DotNetBar.SuperTooltipInfo("Multi User", "", "Set a lock at this level (of the procedures tree).\r\n\r\nA lock will prevent other u" +
- "sers from entering at this level.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
- this.btnLock.Text = "Lock";
- //
- // labelItem5
- //
- this.labelItem5.BorderSide = DevComponents.DotNetBar.eBorderSide.Left;
- this.labelItem5.BorderType = DevComponents.DotNetBar.eBorderType.Sunken;
- this.labelItem5.Name = "labelItem5";
- //
- // btnListUsers
- //
- this.btnListUsers.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
- this.btnListUsers.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnListUsers.Icon = ((System.Drawing.Icon)(resources.GetObject("btnListUsers.Icon")));
- this.btnListUsers.ImagePaddingHorizontal = 8;
- this.btnListUsers.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btnListUsers.Name = "btnListUsers";
- this.superTooltip1.SetSuperTooltip(this.btnListUsers, new DevComponents.DotNetBar.SuperTooltipInfo("Multi User", "", "This will display a list of the users currently working in this area of your proc" +
- "edures.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
- this.btnListUsers.Text = "List Users";
- //
- // ribbonPanel4
- //
- this.ribbonPanel4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
- this.ribbonPanel4.Controls.Add(this.rbnHlpGeneral);
- this.ribbonPanel4.Controls.Add(this.rbnHlpUsage);
- this.ribbonPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ribbonPanel4.Location = new System.Drawing.Point(0, 55);
- this.ribbonPanel4.Name = "ribbonPanel4";
- this.ribbonPanel4.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
- this.ribbonPanel4.Size = new System.Drawing.Size(1284, 89);
- this.ribbonPanel4.TabIndex = 4;
- this.ribbonPanel4.Visible = false;
- //
- // rbnHlpGeneral
- //
- this.rbnHlpGeneral.AutoOverflowEnabled = true;
- this.rbnHlpGeneral.Dock = System.Windows.Forms.DockStyle.Left;
- this.rbnHlpGeneral.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.btnAbout,
- this.labelItem7,
- this.btnVlnWeb});
- this.rbnHlpGeneral.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
- this.rbnHlpGeneral.Location = new System.Drawing.Point(61, 0);
- this.rbnHlpGeneral.Name = "rbnHlpGeneral";
- this.rbnHlpGeneral.Size = new System.Drawing.Size(118, 86);
- this.rbnHlpGeneral.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
- this.rbnHlpGeneral.TabIndex = 4;
- this.rbnHlpGeneral.Text = "General";
- //
- // btnAbout
- //
- this.btnAbout.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
- this.btnAbout.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnAbout.Icon = ((System.Drawing.Icon)(resources.GetObject("btnAbout.Icon")));
- this.btnAbout.ImagePaddingHorizontal = 8;
- this.btnAbout.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btnAbout.Name = "btnAbout";
- this.btnAbout.Text = "About...";
- this.btnAbout.Click += new System.EventHandler(this.btnAbout_Click);
- //
- // labelItem7
- //
- this.labelItem7.BorderSide = DevComponents.DotNetBar.eBorderSide.Left;
- this.labelItem7.BorderType = DevComponents.DotNetBar.eBorderType.Sunken;
- this.labelItem7.Name = "labelItem7";
- //
- // btnVlnWeb
- //
- this.btnVlnWeb.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
- this.btnVlnWeb.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnVlnWeb.Icon = ((System.Drawing.Icon)(resources.GetObject("btnVlnWeb.Icon")));
- this.btnVlnWeb.ImagePaddingHorizontal = 8;
- this.btnVlnWeb.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btnVlnWeb.Name = "btnVlnWeb";
- this.btnVlnWeb.Text = "Volian Web";
- this.btnVlnWeb.Click += new System.EventHandler(this.btnVlnWeb_Click);
- //
- // rbnHlpUsage
- //
- this.rbnHlpUsage.AutoOverflowEnabled = true;
- this.rbnHlpUsage.Dock = System.Windows.Forms.DockStyle.Left;
- this.rbnHlpUsage.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
- this.btnUserManual});
- this.rbnHlpUsage.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
- this.rbnHlpUsage.Location = new System.Drawing.Point(3, 0);
- this.rbnHlpUsage.Name = "rbnHlpUsage";
- this.rbnHlpUsage.Size = new System.Drawing.Size(58, 86);
- this.rbnHlpUsage.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
- this.rbnHlpUsage.TabIndex = 3;
- this.rbnHlpUsage.Text = "Usage";
- //
- // btnUserManual
- //
- this.btnUserManual.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
- this.btnUserManual.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnUserManual.Icon = ((System.Drawing.Icon)(resources.GetObject("btnUserManual.Icon")));
- this.btnUserManual.ImagePaddingHorizontal = 8;
- this.btnUserManual.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
- this.btnUserManual.Name = "btnUserManual";
- this.btnUserManual.Text = "User Manual";
- //
// rtabHome
//
this.rtabHome.Checked = true;
@@ -1937,9 +1948,9 @@ namespace VEPROMS
this.btnPrevPos,
this.labelItem14,
this.btnGetRoVals});
- this.bottomBar.Location = new System.Drawing.Point(4, 941);
+ this.bottomBar.Location = new System.Drawing.Point(4, 749);
this.bottomBar.Name = "bottomBar";
- this.bottomBar.Size = new System.Drawing.Size(1284, 29);
+ this.bottomBar.Size = new System.Drawing.Size(1028, 29);
this.bottomBar.Stretch = true;
this.bottomBar.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.bottomBar.TabIndex = 1;
@@ -2019,7 +2030,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
@@ -2126,7 +2137,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 = "Mark Positon";
this.btnMarkPrevPos.Click += new System.EventHandler(this.btnMarkPrevPos_Click);
//
@@ -2147,7 +2158,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);
//
@@ -2164,7 +2175,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";
//
// epComments
@@ -2182,9 +2193,9 @@ namespace VEPROMS
this.epComments.Expanded = false;
this.epComments.ExpandedBounds = new System.Drawing.Rectangle(4, 739, 1284, 202);
this.epComments.ExpandOnTitleClick = true;
- this.epComments.Location = new System.Drawing.Point(4, 913);
+ this.epComments.Location = new System.Drawing.Point(4, 721);
this.epComments.Name = "epComments";
- this.epComments.Size = new System.Drawing.Size(1284, 28);
+ this.epComments.Size = new System.Drawing.Size(1028, 28);
this.epComments.Style.Alignment = System.Drawing.StringAlignment.Center;
this.epComments.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.epComments.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
@@ -2247,7 +2258,7 @@ namespace VEPROMS
this.c1CommentGrid.Location = new System.Drawing.Point(440, 34);
this.c1CommentGrid.Name = "c1CommentGrid";
this.c1CommentGrid.Rows.Count = 1;
- this.c1CommentGrid.Rows.DefaultSize = 20;
+ this.c1CommentGrid.Rows.DefaultSize = 17;
this.c1CommentGrid.Size = new System.Drawing.Size(681, 110);
this.c1CommentGrid.StyleInfo = resources.GetString("c1CommentGrid.StyleInfo");
this.c1CommentGrid.TabIndex = 2;
@@ -2259,7 +2270,7 @@ namespace VEPROMS
// rtxbComment
//
this.rtxbComment.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
+ | System.Windows.Forms.AnchorStyles.Left)));
this.rtxbComment.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
this.rtxbComment.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rtxbComment.Location = new System.Drawing.Point(0, 26);
@@ -2278,7 +2289,7 @@ namespace VEPROMS
this.expandablePanel2.ExpandOnTitleClick = true;
this.expandablePanel2.Location = new System.Drawing.Point(4, 147);
this.expandablePanel2.Name = "expandablePanel2";
- this.expandablePanel2.Size = new System.Drawing.Size(251, 766);
+ this.expandablePanel2.Size = new System.Drawing.Size(251, 574);
this.expandablePanel2.Style.Alignment = System.Drawing.StringAlignment.Center;
this.expandablePanel2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.expandablePanel2.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
@@ -2303,7 +2314,7 @@ namespace VEPROMS
this.tv.HideSelection = false;
this.tv.Location = new System.Drawing.Point(0, 26);
this.tv.Name = "tv";
- this.tv.Size = new System.Drawing.Size(251, 740);
+ this.tv.Size = new System.Drawing.Size(251, 548);
this.tv.TabIndex = 1;
this.tv.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.tv_BeforeExpand);
this.tv.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tv_AfterSelect);
@@ -2315,12 +2326,10 @@ 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(1058, 147, 230, 766);
this.infoPanel.ExpandOnTitleClick = true;
- this.infoPanel.Location = new System.Drawing.Point(1258, 147);
+ this.infoPanel.Location = new System.Drawing.Point(802, 147);
this.infoPanel.Name = "infoPanel";
- this.infoPanel.Size = new System.Drawing.Size(30, 766);
+ this.infoPanel.Size = new System.Drawing.Size(230, 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;
@@ -2342,23 +2351,126 @@ namespace VEPROMS
//
this.infoTabs.BackColor = System.Drawing.Color.Transparent;
this.infoTabs.CanReorderTabs = true;
- this.infoTabs.Controls.Add(this.tabControlPanel2);
+ this.infoTabs.Controls.Add(this.infotabTransitions);
this.infoTabs.Controls.Add(this.tabControlPanel1);
+ this.infoTabs.Controls.Add(this.tabControlPanel4);
this.infoTabs.Controls.Add(this.tabControlPanel3);
+ this.infoTabs.Controls.Add(this.tabControlPanel2);
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, 740);
+ this.infoTabs.Size = new System.Drawing.Size(230, 548);
this.infoTabs.TabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Right;
this.infoTabs.TabIndex = 1;
this.infoTabs.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
this.infoTabs.Tabs.Add(this.infotabTags);
this.infoTabs.Tabs.Add(this.infotabBookMarks);
this.infoTabs.Tabs.Add(this.infotabResults);
+ this.infoTabs.Tabs.Add(this.infotabRO);
+ this.infoTabs.Tabs.Add(this.infotabTransition);
this.infoTabs.Text = "tabControl1";
//
+ // infotabTransitions
+ //
+ this.infotabTransitions.Controls.Add(this.lblTranType);
+ this.infotabTransitions.Controls.Add(this.cbTranType);
+ this.infotabTransitions.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.infotabTransitions.Location = new System.Drawing.Point(0, 0);
+ this.infotabTransitions.Name = "infotabTransitions";
+ this.infotabTransitions.Padding = new System.Windows.Forms.Padding(1);
+ this.infotabTransitions.Size = new System.Drawing.Size(204, 548);
+ this.infotabTransitions.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231)))));
+ this.infotabTransitions.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254)))));
+ this.infotabTransitions.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
+ this.infotabTransitions.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
+ this.infotabTransitions.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Top)
+ | DevComponents.DotNetBar.eBorderSide.Bottom)));
+ this.infotabTransitions.Style.GradientAngle = 180;
+ this.infotabTransitions.TabIndex = 5;
+ this.infotabTransitions.TabItem = this.infotabTransition;
+ this.infotabTransitions.Click += new System.EventHandler(this.infotabTransition_Click);
+ //
+ // lblTranType
+ //
+ this.lblTranType.Location = new System.Drawing.Point(0, 3);
+ this.lblTranType.Name = "lblTranType";
+ this.lblTranType.Size = new System.Drawing.Size(75, 23);
+ this.lblTranType.TabIndex = 1;
+ this.lblTranType.Text = "Transition Type:";
+ //
+ // cbTranType
+ //
+ this.cbTranType.FormattingEnabled = true;
+ this.cbTranType.Location = new System.Drawing.Point(-3, 26);
+ this.cbTranType.Name = "cbTranType";
+ this.cbTranType.Size = new System.Drawing.Size(151, 21);
+ this.cbTranType.TabIndex = 0;
+ //
+ // infotabTransition
+ //
+ this.infotabTransition.AttachedControl = this.infotabTransitions;
+ this.infotabTransition.Name = "infotabTransition";
+ this.infotabTransition.Text = "Transitions";
+ this.infotabTransition.Click += new System.EventHandler(this.infotabTransition_Click);
+ //
+ // tabControlPanel4
+ //
+ this.tabControlPanel4.Controls.Add(this.tvROFST);
+ this.tabControlPanel4.Controls.Add(this.tbROValue);
+ this.tabControlPanel4.Controls.Add(this.lblROValue);
+ this.tabControlPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.tabControlPanel4.Location = new System.Drawing.Point(0, 0);
+ this.tabControlPanel4.Name = "tabControlPanel4";
+ this.tabControlPanel4.Padding = new System.Windows.Forms.Padding(1);
+ this.tabControlPanel4.Size = new System.Drawing.Size(204, 548);
+ this.tabControlPanel4.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231)))));
+ this.tabControlPanel4.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254)))));
+ this.tabControlPanel4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
+ this.tabControlPanel4.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
+ this.tabControlPanel4.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Top)
+ | DevComponents.DotNetBar.eBorderSide.Bottom)));
+ this.tabControlPanel4.Style.GradientAngle = 180;
+ this.tabControlPanel4.TabIndex = 4;
+ this.tabControlPanel4.TabItem = this.infotabRO;
+ //
+ // tvROFST
+ //
+ this.tvROFST.Dock = System.Windows.Forms.DockStyle.Bottom;
+ this.tvROFST.Location = new System.Drawing.Point(1, 65);
+ this.tvROFST.Name = "tvROFST";
+ this.tvROFST.Size = new System.Drawing.Size(202, 482);
+ this.tvROFST.TabIndex = 2;
+ this.tvROFST.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.tvROFST_BeforeExpand);
+ this.tvROFST.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvROFST_AfterSelect);
+ //
+ // tbROValue
+ //
+ //
+ //
+ //
+ this.tbROValue.Border.Class = "TextBoxBorder";
+ this.tbROValue.Location = new System.Drawing.Point(69, 10);
+ this.tbROValue.Name = "tbROValue";
+ this.tbROValue.Size = new System.Drawing.Size(131, 20);
+ this.tbROValue.TabIndex = 1;
+ //
+ // lblROValue
+ //
+ this.lblROValue.Location = new System.Drawing.Point(6, 11);
+ this.lblROValue.Name = "lblROValue";
+ this.lblROValue.Size = new System.Drawing.Size(57, 19);
+ this.lblROValue.TabIndex = 0;
+ this.lblROValue.Text = "RO Value:";
+ //
+ // infotabRO
+ //
+ this.infotabRO.AttachedControl = this.tabControlPanel4;
+ this.infotabRO.Name = "infotabRO";
+ this.infotabRO.Text = "RO";
+ this.infotabRO.Click += new System.EventHandler(this.infotabRO_Click);
+ //
// tabControlPanel1
//
this.tabControlPanel1.Controls.Add(this.panelEx1);
@@ -2366,13 +2478,13 @@ 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, 740);
+ this.tabControlPanel1.Size = new System.Drawing.Size(204, 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;
this.tabControlPanel1.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
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;
@@ -2388,7 +2500,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, 738);
+ this.panelEx1.Size = new System.Drawing.Size(202, 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;
@@ -2434,10 +2546,10 @@ namespace VEPROMS
this.comboBoxEx1.DisplayMember = "Text";
this.comboBoxEx1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.comboBoxEx1.FormattingEnabled = true;
- this.comboBoxEx1.ItemHeight = 16;
+ this.comboBoxEx1.ItemHeight = 13;
this.comboBoxEx1.Location = new System.Drawing.Point(4, 20);
this.comboBoxEx1.Name = "comboBoxEx1";
- this.comboBoxEx1.Size = new System.Drawing.Size(189, 22);
+ this.comboBoxEx1.Size = new System.Drawing.Size(189, 19);
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";
@@ -2526,7 +2638,7 @@ namespace VEPROMS
"Unit 4"});
this.checkedListBox1.Location = new System.Drawing.Point(3, 3);
this.checkedListBox1.Name = "checkedListBox1";
- this.checkedListBox1.Size = new System.Drawing.Size(202, 112);
+ this.checkedListBox1.Size = new System.Drawing.Size(202, 109);
this.checkedListBox1.TabIndex = 1;
//
// groupPanel1
@@ -2623,13 +2735,13 @@ namespace VEPROMS
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, 740);
+ 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)));
+ | DevComponents.DotNetBar.eBorderSide.Bottom)));
this.tabControlPanel3.Style.GradientAngle = 180;
this.tabControlPanel3.TabIndex = 3;
this.tabControlPanel3.TabItem = this.infotabResults;
@@ -2646,9 +2758,8 @@ namespace VEPROMS
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, 738);
+ this.navpaneResults.Size = new System.Drawing.Size(202, 546);
this.navpaneResults.TabIndex = 0;
//
//
@@ -2657,7 +2768,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(0, 24);
+ 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;
@@ -2675,7 +2786,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, 679);
+ this.navpanSrchRslts.Size = new System.Drawing.Size(200, 488);
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;
@@ -2701,7 +2812,7 @@ namespace VEPROMS
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, 703);
+ this.navigationPanePanel2.Size = new System.Drawing.Size(200, 512);
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;
@@ -2732,13 +2843,13 @@ 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(4, 740);
+ 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)));
+ | DevComponents.DotNetBar.eBorderSide.Bottom)));
this.tabControlPanel2.Style.GradientAngle = 180;
this.tabControlPanel2.TabIndex = 2;
this.tabControlPanel2.TabItem = this.infotabBookMarks;
@@ -2755,7 +2866,7 @@ namespace VEPROMS
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, 738);
+ 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;
@@ -2770,7 +2881,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(2, 29);
+ this.btnClrBookMrks.Size = new System.Drawing.Size(185, 29);
this.btnClrBookMrks.TabIndex = 3;
this.btnClrBookMrks.Text = "Clear ALL Bookmarks";
this.btnClrBookMrks.ThemeAware = true;
@@ -2781,10 +2892,9 @@ namespace VEPROMS
this.lbxBookMarks.Dock = System.Windows.Forms.DockStyle.Bottom;
this.lbxBookMarks.FormattingEnabled = true;
this.lbxBookMarks.HorizontalScrollbar = true;
- this.lbxBookMarks.ItemHeight = 16;
- this.lbxBookMarks.Location = new System.Drawing.Point(0, 126);
+ this.lbxBookMarks.Location = new System.Drawing.Point(0, 87);
this.lbxBookMarks.Name = "lbxBookMarks";
- this.lbxBookMarks.Size = new System.Drawing.Size(2, 612);
+ this.lbxBookMarks.Size = new System.Drawing.Size(185, 602);
this.lbxBookMarks.TabIndex = 2;
this.lbxBookMarks.DoubleClick += new System.EventHandler(this.lbxBookMarks_DoubleClick);
//
@@ -2794,7 +2904,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(2, 29);
+ this.btnRmvCurBookMrk.Size = new System.Drawing.Size(185, 29);
this.btnRmvCurBookMrk.TabIndex = 1;
this.btnRmvCurBookMrk.Text = "Remove Bookmark";
this.btnRmvCurBookMrk.ThemeAware = true;
@@ -2806,7 +2916,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(2, 29);
+ this.btnSetBookMrk.Size = new System.Drawing.Size(185, 29);
this.btnSetBookMrk.TabIndex = 0;
this.btnSetBookMrk.Text = "Set Bookmark";
this.btnSetBookMrk.ThemeAware = true;
@@ -2845,7 +2955,7 @@ namespace VEPROMS
this.expandableSplitter1.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
this.expandableSplitter1.Location = new System.Drawing.Point(255, 147);
this.expandableSplitter1.Name = "expandableSplitter1";
- this.expandableSplitter1.Size = new System.Drawing.Size(3, 766);
+ this.expandableSplitter1.Size = new System.Drawing.Size(3, 574);
this.expandableSplitter1.TabIndex = 5;
this.expandableSplitter1.TabStop = false;
//
@@ -2875,9 +2985,9 @@ namespace VEPROMS
this.expandableSplitter2.HotGripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.expandableSplitter2.HotGripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254)))));
this.expandableSplitter2.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
- this.expandableSplitter2.Location = new System.Drawing.Point(258, 910);
+ this.expandableSplitter2.Location = new System.Drawing.Point(258, 718);
this.expandableSplitter2.Name = "expandableSplitter2";
- this.expandableSplitter2.Size = new System.Drawing.Size(1000, 3);
+ this.expandableSplitter2.Size = new System.Drawing.Size(544, 3);
this.expandableSplitter2.TabIndex = 6;
this.expandableSplitter2.TabStop = false;
//
@@ -2907,9 +3017,9 @@ 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(1255, 147);
+ this.expandableSplitter3.Location = new System.Drawing.Point(799, 147);
this.expandableSplitter3.Name = "expandableSplitter3";
- this.expandableSplitter3.Size = new System.Drawing.Size(3, 763);
+ this.expandableSplitter3.Size = new System.Drawing.Size(3, 571);
this.expandableSplitter3.TabIndex = 7;
this.expandableSplitter3.TabStop = false;
//
@@ -2924,15 +3034,15 @@ namespace VEPROMS
this.tc.Location = new System.Drawing.Point(258, 147);
this.tc.Name = "tc";
this.tc.SelectedIndex = 0;
- this.tc.Size = new System.Drawing.Size(997, 763);
+ this.tc.Size = new System.Drawing.Size(541, 571);
this.tc.TabIndex = 8;
//
// frmVEPROMS
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoScroll = true;
- this.ClientSize = new System.Drawing.Size(1292, 972);
+ this.ClientSize = new System.Drawing.Size(1036, 780);
this.Controls.Add(this.tc);
this.Controls.Add(this.expandableSplitter3);
this.Controls.Add(this.expandableSplitter2);
@@ -2950,9 +3060,9 @@ namespace VEPROMS
this.ribbonControl1.ResumeLayout(false);
this.ribbonControl1.PerformLayout();
this.ribbonPanel1.ResumeLayout(false);
- this.ribbonPanel2.ResumeLayout(false);
- this.ribbonPanel3.ResumeLayout(false);
this.ribbonPanel4.ResumeLayout(false);
+ this.ribbonPanel3.ResumeLayout(false);
+ this.ribbonPanel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.bottomBar)).EndInit();
this.epComments.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.c1CommentGrid)).EndInit();
@@ -2961,6 +3071,8 @@ namespace VEPROMS
this.infoPanel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.infoTabs)).EndInit();
this.infoTabs.ResumeLayout(false);
+ this.infotabTransitions.ResumeLayout(false);
+ this.tabControlPanel4.ResumeLayout(false);
this.tabControlPanel1.ResumeLayout(false);
this.panelEx1.ResumeLayout(false);
this.groupPanel4.ResumeLayout(false);
@@ -3214,6 +3326,15 @@ namespace VEPROMS
private DevComponents.DotNetBar.LabelItem labelItem33;
private DevComponents.DotNetBar.ButtonItem buttonItem26;
private System.Windows.Forms.TabControl tc;
+ private DevComponents.DotNetBar.TabControlPanel tabControlPanel4;
+ private DevComponents.DotNetBar.TabItem infotabRO;
+ private DevComponents.DotNetBar.Controls.TextBoxX tbROValue;
+ private DevComponents.DotNetBar.LabelX lblROValue;
+ private System.Windows.Forms.TreeView tvROFST;
+ private DevComponents.DotNetBar.TabControlPanel infotabTransitions;
+ private DevComponents.DotNetBar.TabItem infotabTransition;
+ private DevComponents.DotNetBar.LabelX lblTranType;
+ private System.Windows.Forms.ComboBox cbTranType;
}
}
diff --git a/PROMS/VEPROMS_UI/frmVEPROMS.cs b/PROMS/VEPROMS_UI/frmVEPROMS.cs
index e973bad0..3fc6f27f 100644
--- a/PROMS/VEPROMS_UI/frmVEPROMS.cs
+++ b/PROMS/VEPROMS_UI/frmVEPROMS.cs
@@ -1009,5 +1009,101 @@ namespace VEPROMS
this.Close();
}
#endregion
+
+ #region ROTab
+ private void tvROFST_BeforeExpand(object sender, TreeViewCancelEventArgs e)
+ {
+ LoadChildren(e.Node);
+ }
+ private void tvROFST_AfterSelect(object sender, TreeViewEventArgs e)
+ {
+ if (e.Node.Tag is ROFST.rochild)
+ {
+ ROFST.rochild chld = (ROFST.rochild)e.Node.Tag;
+ if (chld.type == 1 && chld.value != null) tbROValue.Text = chld.value;
+ else tbROValue.Text = null;
+ }
+ else
+ tbROValue.Text = null;
+ }
+ private void LoadChildren(TreeNode tn)
+ {
+ object tag = tn.Tag;
+ if (tn.FirstNode != null && tn.FirstNode.Text == "VLN_DUMMY_FOR_TREE") tn.FirstNode.Remove();
+ ROFST.rochild[] chld = null;
+
+ if (tn.Tag is ROFST.rodbi)
+ {
+ ROFST.rodbi db = (ROFST.rodbi)tn.Tag;
+ chld = db.children;
+ }
+ else if (tn.Tag is ROFST.rochild)
+ {
+ ROFST.rochild ch = (ROFST.rochild)tn.Tag;
+ chld = ch.children;
+ }
+ else
+ {
+ Console.WriteLine("error - no type");
+ return;
+ }
+ // if children, add dummy node
+ if (chld != null && chld.Length > 0)
+ {
+ for (int i = 0; i < chld.Length; i++)
+ {
+ TreeNode tmp = null;
+ // if this is a group, i.e. type 0, add a dummy node
+ if (chld[i].type == 0 && chld[i].children == null)
+ //skip it.
+ Console.WriteLine("ro junk");
+ else if (chld[i].type == 1 && chld[i].value == null)
+ {
+ tmp = new TreeNode(chld[i].title);
+ tmp.Tag = chld[i];
+ tn.Nodes.Add(tmp);
+ TreeNode sub = new TreeNode("VLN_DUMMY_FOR_TREE");
+ tmp.Nodes.Add(sub);
+ }
+ else
+ {
+ tmp = new TreeNode(chld[i].title);
+ tmp.Tag = chld[i];
+ tn.Nodes.Add(tmp);
+ }
+ }
+ }
+ }
+ private void LoadTree(ROFST rofst)
+ {
+ for (int i = 0; i < rofst.myHdr.myDbs.Length; i++)
+ {
+ TreeNode tn = new TreeNode(rofst.myHdr.myDbs[i].dbiTitle);
+ tn.Tag = rofst.myHdr.myDbs[i];
+ tvROFST.Nodes.Add(tn);
+ AddDummyGroup(rofst.myHdr.myDbs[i], tn);
+ }
+ }
+ private void AddDummyGroup(ROFST.rodbi rodbi, TreeNode tn)
+ {
+ if (rodbi.children != null && rodbi.children.Length > 0)
+ {
+ TreeNode tmp = new TreeNode("VLN_DUMMY_FOR_TREE");
+ tn.Nodes.Add(tmp);
+ }
+ }
+ private void infotabRO_Click(object sender, EventArgs e)
+ {
+ ROFST rofst = new ROFST("g:\\vehlp\\ro\\ro.fst");
+ LoadTree(rofst);
+ }
+ #endregion
+
+ #region TransitionTab
+ private void infotabTransition_Click(object sender, EventArgs e)
+ {
+ // fill in combo box.
+ }
+ #endregion
}
}
\ No newline at end of file
diff --git a/PROMS/VEPROMS_UI/frmVEPROMS.resx b/PROMS/VEPROMS_UI/frmVEPROMS.resx
index 7d9e545f..abbd08d6 100644
--- a/PROMS/VEPROMS_UI/frmVEPROMS.resx
+++ b/PROMS/VEPROMS_UI/frmVEPROMS.resx
@@ -2359,10 +2359,10 @@
Qk1mAQAAAAAAAHYAAAAoAAAAFAAAABQAAAABAAQAAAAAAAAAAAB0EgAAdBIAABAAAAAQAAAAAAAA/wAA
gP8AgAD/AICA/4AAAP+AAID/gIAA/8DAwP+AgID/AAD//wD/AP8A/////wAA//8A/////wD//////3d3
- d3d3d3d3d3eAP3d3d3d3d3d3d3eAP3d3d3d3d3d3d3eAP3d3d3R3d3d3d3eAP3d3d0RHd3d3d3eAP3d3
- dERHd3d3d3eAP3d3REdEd3d3d3eAP3d0RHd0R3d3d3eAP3d3R3d3R3d3d3eAP3d3d3d3dHd3d3eAP3d3
- d3d3d0d3d3eAP3d3d3d3d3R3d3eAP3dwcHAHdwBHd3eAP3dwcHBwcHd0d3eAP3dwAHAHcHd3R3eAP3dw
- cHBwcHd3d3eAP3d3B3AHdwB3d3eAP3d3d3d3d3d3d3eAP3d3d3d3d3d3d3eAP3d3d3d3d3d3d3eAPw==
+ d3d3d3d3d3ezPnd3d3d3d3d3d3ezPnd3d3d3d3d3d3ezPnd3d3R3d3d3d3ezPnd3d0RHd3d3d3ezPnd3
+ dERHd3d3d3ezPnd3REdEd3d3d3ezPnd0RHd0R3d3d3ezPnd3R3d3R3d3d3ezPnd3d3d3dHd3d3ezPnd3
+ d3d3d0d3d3ezPnd3d3d3d3R3d3ezPndwcHAHdwBHd3ezPndwcHBwcHd0d3ezPndwAHAHcHd3R3ezPndw
+ cHBwcHd3d3ezPnd3B3AHdwB3d3ezPnd3d3d3d3d3d3ezPnd3d3d3d3d3d3ezPnd3d3d3d3d3d3ezPg==
@@ -3227,30 +3227,30 @@
Qk1mAQAAAAAAAHYAAAAoAAAAFAAAABQAAAABAAQAAAAAAAAAAAB0EgAAdBIAABAAAAAQAAAAAAAA/wAA
gP8AgAD/AICA/4AAAP+AAID/gIAA/4CAgP/AwMD/AAD//wD/AP8A/////wAA//8A/////wD//////4iI
- iIiIiIiIiIiAP4iId4iIiIiIh3iAP4iHAIiIiIiIcAiAP4hw8IiIiIiHDwiAP4cP8IiIiIhw+wiAP4D/
- 8IiIiIgPvwiAP4Dw8IiIiIgLCwiAP4AP8IiICIgAvwiAP4D/8IiIAIgL+wiAP4AA8IAAAAgADwiAP4D/
- 8IAAAAgL+wiAP4AA8IiIAIgADwiAP4D/8IiICIgL+wiAP4AP8IiIiIgAvwiAP4Dw8IiIiIgPCwiAP4gP
- 8IiIiIiAvwiAP4iA8IiIiIiICwiAP4iIAIiIiIiIgAiAP4iIh4iIiIiIiHiAP4iIiIiIiIiIiIiAPw==
+ iIiIiIiIiIizPoiId4iIiIiIh3izPoiHAIiIiIiIcAizPohw8IiIiIiHDwizPocP8IiIiIhw+wizPoD/
+ 8IiIiIgPvwizPoDw8IiIiIgLCwizPoAP8IiICIgAvwizPoD/8IiIAIgL+wizPoAA8IAAAAgADwizPoD/
+ 8IAAAAgL+wizPoAA8IiIAIgADwizPoD/8IiICIgL+wizPoAP8IiIiIgAvwizPoDw8IiIiIgPCwizPogP
+ 8IiIiIiAvwizPoiA8IiIiIiICwizPoiIAIiIiIiIgAizPoiIh4iIiIiIiHizPoiIiIiIiIiIiIizPg==
Qk1mAQAAAAAAAHYAAAAoAAAAFAAAABQAAAABAAQAAAAAAAAAAAB0EgAAdBIAABAAAAAQAAAAAAAA/wAA
gP8AgAD/AICA/4AAAP+AAID/gIAA/4CAgP/AwMD/AAD//wD/AP8A/////wAA//8A/////wD//////4iI
- iIiIiIiIiIiAP4iEREiIiIRESIiAP4h0/0SIiET/R4iAP4h0iPSIiE+IR4iAP4h0iISIiEiIR4iAP4iH
- SIRIh0iEeIiAP4iIdERHdERHiIiAP4iIiERERESIiIiAP4iIiIRP9EiIiIiAP4iIiIcERHiIiIiAP4iI
- iHD/DweIiIiAP4iIhw/wT/B4iIiAP4iIcP8IgP8HiIiAP4iHD/CIiA/weIiAP4hw/wiIiID/B4iAP4cP
- 8IiIiIgP8HiAP4D/CIiIiIiA/wiAP4DwiIiIiIiIDwiAP4AIiIiIiIiIgAiAP4iIiIiIiIiIiIiAPw==
+ iIiIiIiIiIizPoiEREiIiIRESIizPoh0/0SIiET/R4izPoh0iPSIiE+IR4izPoh0iISIiEiIR4izPoiH
+ SIRIh0iEeIizPoiIdERHdERHiIizPoiIiERERESIiIizPoiIiIRP9EiIiIizPoiIiIcERHiIiIizPoiI
+ iHD/DweIiIizPoiIhw/wT/B4iIizPoiIcP8IgP8HiIizPoiHD/CIiA/weIizPohw/wiIiID/B4izPocP
+ 8IiIiIgP8HizPoD/CIiIiIiA/wizPoDwiIiIiIiIDwizPoAIiIiIiIiIgAizPoiIiIiIiIiIiIizPg==
Qk1mAQAAAAAAAHYAAAAoAAAAFAAAABQAAAABAAQAAAAAAAAAAAB0EgAAdBIAABAAAAAQAAAAAAAA/wAA
gP8AgAD/AICA/4AAAP+AAID/gIAA/4CAgP/AwMD/AAD//wD/AP8A/////wAA//8A/////wD//////4iI
- iIiIiIiIiIiAP4iIiIiIgAAAAAiAP4iHd3d3cO/v7wiAP4gAAAAAAPRETgiAP4D4iIiIgO/v7wiAP4D4
- iIiIgPRETgiAP4D4iIiIgO/v7wiAP4D4iAAAgPROAAiAP4D4iIAAgO/vAIiAP4D4iAAAgAAACIiAP4D4
- gACAiAeIiIiAP4D4AAiIiAeIiIiAP4D4gIiIiAeIiIiAP4D4iIiIiAeIiIiAP4D4iIiIiAeIiIiAP4D/
- AAAA/wiIiIiAP4gATExAAIiIiIiAP4iIxMTAiIiIiIiAP4iIjEwIiIiIiIiAP4iIiIiIiIiIiIiAPw==
+ iIiIiIiIiIizPoiIiIiIgAAAAAizPoiHd3d3cO/v7wizPogAAAAAAPRETgizPoD4iIiIgO/v7wizPoD4
+ iIiIgPRETgizPoD4iIiIgO/v7wizPoD4iAAAgPROAAizPoD4iIAAgO/vAIizPoD4iAAAgAAACIizPoD4
+ gACAiAeIiIizPoD4AAiIiAeIiIizPoD4gIiIiAeIiIizPoD4iIiIiAeIiIizPoD4iIiIiAeIiIizPoD/
+ AAAA/wiIiIizPogATExAAIiIiIizPoiIxMTAiIiIiIizPoiIjEwIiIiIiIizPoiIiIiIiIiIiIizPg==
@@ -3640,7 +3640,7 @@
156, 17
- 5,0,0,0,0,100,Columns:0{Width:127;Name:"MyAnnotationType";Caption:"Type";Style:"TextAlign:GeneralCenter;";} 1{Width:39;Name:"DTS";Caption:"Date";Style:"Format:"d";DataType:System.DateTime;TextAlign:LeftCenter;";} 2{Width:55;Name:"UserID";Caption:"User";Style:"DataType:System.String;TextAlign:LeftCenter;";} 3{Name:"BrokenRules";Caption:"BrokenRules";Visible:False;AllowEditing:False;Style:"TextAlign:GeneralCenter;";} 4{Width:82;Name:"SearchText";Caption:"Description";Style:"DataType:System.String;TextAlign:LeftCenter;";}
+ 5,0,0,0,0,85,Columns:0{Width:127;Name:"MyAnnotationType";Caption:"Type";Style:"TextAlign:GeneralCenter;";} 1{Width:39;Name:"DTS";Caption:"Date";Style:"Format:"d";DataType:System.DateTime;TextAlign:LeftCenter;";} 2{Width:55;Name:"UserID";Caption:"User";Style:"DataType:System.String;TextAlign:LeftCenter;";} 3{Name:"BrokenRules";Caption:"BrokenRules";Visible:False;AllowEditing:False;Style:"TextAlign:GeneralCenter;";} 4{Width:82;Name:"SearchText";Caption:"Description";Style:"DataType:System.String;TextAlign:LeftCenter;";}
Normal{Font:Microsoft Sans Serif, 8pt;} Alternate{} Fixed{BackColor:Control;ForeColor:ControlText;Border:Flat,1,ControlDark,Both;BackgroundImageLayout:Hide;} Highlight{BackColor:Highlight;ForeColor:HighlightText;} Focus{} Editor{} Search{BackColor:Highlight;ForeColor:HighlightText;} Frozen{BackColor:Beige;} NewRow{} EmptyArea{BackColor:AppWorkspace;Border:Flat,1,ControlDarkDark,Both;} SelectedColumnHeader{} SelectedRowHeader{} GrandTotal{BackColor:Black;ForeColor:White;} Subtotal0{BackColor:ControlDarkDark;ForeColor:White;} Subtotal1{BackColor:ControlDarkDark;ForeColor:White;} Subtotal2{BackColor:ControlDarkDark;ForeColor:White;} Subtotal3{BackColor:ControlDarkDark;ForeColor:White;} Subtotal4{BackColor:ControlDarkDark;ForeColor:White;} Subtotal5{BackColor:ControlDarkDark;ForeColor:White;}
diff --git a/PROMS/VEPROMS_UI/frmVersionsProperties.cs b/PROMS/VEPROMS_UI/frmVersionsProperties.cs
index 558851fe..c60266d5 100644
--- a/PROMS/VEPROMS_UI/frmVersionsProperties.cs
+++ b/PROMS/VEPROMS_UI/frmVersionsProperties.cs
@@ -9,7 +9,6 @@ using System.IO;
using VEPROMS.CSLA.Library;
using System.Drawing.Imaging;
using VEPROMS.Properties;
-using DataLoader;
using DescriptiveEnum;
using DevComponents.DotNetBar;
using DevComponents.DotNetBar.Controls;