C2013-005 – Allow user to change the procedure panel’s title

This commit is contained in:
2013-03-27 14:37:53 +00:00
parent 9709fbac59
commit 8680480492
7 changed files with 281 additions and 280 deletions

View File

@@ -32,7 +32,7 @@ namespace VEPROMS
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmFolderProperties));
this.ppBtnOK = new System.Windows.Forms.Button();
this.ppBtnCancel = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.lblHeading = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
@@ -40,7 +40,7 @@ namespace VEPROMS
this.folderConfigBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.ppDTPicker = new System.Windows.Forms.DateTimePicker();
this.ppRTxtName = new System.Windows.Forms.RichTextBox();
this.ppRTxtTitle = new System.Windows.Forms.RichTextBox();
this.ppRTxtHeading = new System.Windows.Forms.RichTextBox();
this.ppBtnDefaultGrphFileExt = new DevComponents.DotNetBar.ButtonX();
this.ppCmbxGrphFileExt = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.imageCodecInfoBindingSource = new System.Windows.Forms.BindingSource(this.components);
@@ -155,6 +155,12 @@ namespace VEPROMS
this.btnRefObjs = new DevComponents.DotNetBar.ButtonX();
this.btnGeneral = new DevComponents.DotNetBar.ButtonX();
this.tcFolder = new DevComponents.DotNetBar.TabControl();
this.tcpGeneral = new DevComponents.DotNetBar.TabControlPanel();
this.tiGeneral = new DevComponents.DotNetBar.TabItem(this.components);
this.tcpOutputSettings = new DevComponents.DotNetBar.TabControlPanel();
this.tiOutputSettings = new DevComponents.DotNetBar.TabItem(this.components);
this.tcpRefObjs = new DevComponents.DotNetBar.TabControlPanel();
this.tiRefObj = new DevComponents.DotNetBar.TabItem(this.components);
this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
this.gpApprvStageTypes = new DevComponents.DotNetBar.Controls.GroupPanel();
this.btnRevisoinStageUndo = new DevComponents.DotNetBar.ButtonX();
@@ -163,8 +169,6 @@ namespace VEPROMS
this.tbRevisionStage = new System.Windows.Forms.TextBox();
this.lbRevisionStages = new System.Windows.Forms.ListBox();
this.tiRevisionStages = new DevComponents.DotNetBar.TabItem(this.components);
this.tcpGeneral = new DevComponents.DotNetBar.TabControlPanel();
this.tiGeneral = new DevComponents.DotNetBar.TabItem(this.components);
this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
this.txbxRemoveMsg = new DevComponents.DotNetBar.Controls.TextBoxX();
this.btnAnnoTypeUndo = new DevComponents.DotNetBar.ButtonX();
@@ -174,16 +178,12 @@ namespace VEPROMS
this.tbxAnnotationDescription = new System.Windows.Forms.TextBox();
this.lbAnnotationTypes = new System.Windows.Forms.ListBox();
this.tiAnnoTypes = new DevComponents.DotNetBar.TabItem(this.components);
this.tcpFmtSettings = new DevComponents.DotNetBar.TabControlPanel();
this.tiFmtSettings = new DevComponents.DotNetBar.TabItem(this.components);
this.tcpOutputSettings = new DevComponents.DotNetBar.TabControlPanel();
this.tiOutputSettings = new DevComponents.DotNetBar.TabItem(this.components);
this.tcpStMsg = new DevComponents.DotNetBar.TabControlPanel();
this.tiStMsg = new DevComponents.DotNetBar.TabItem(this.components);
this.tcpEdSettings = new DevComponents.DotNetBar.TabControlPanel();
this.tiEditSettings = new DevComponents.DotNetBar.TabItem(this.components);
this.tcpRefObjs = new DevComponents.DotNetBar.TabControlPanel();
this.tiRefObj = new DevComponents.DotNetBar.TabItem(this.components);
this.tcpFmtSettings = new DevComponents.DotNetBar.TabControlPanel();
this.tiFmtSettings = new DevComponents.DotNetBar.TabItem(this.components);
this.tcpStMsg = new DevComponents.DotNetBar.TabControlPanel();
this.tiStMsg = new DevComponents.DotNetBar.TabItem(this.components);
this.formatInfoListBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.annotationTypesBindingSource = new System.Windows.Forms.BindingSource(this.components);
((System.ComponentModel.ISupportInitialize)(this.folderConfigBindingSource)).BeginInit();
@@ -203,15 +203,15 @@ namespace VEPROMS
this.panButtons.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tcFolder)).BeginInit();
this.tcFolder.SuspendLayout();
this.tcpGeneral.SuspendLayout();
this.tcpOutputSettings.SuspendLayout();
this.tcpRefObjs.SuspendLayout();
this.tabControlPanel2.SuspendLayout();
this.gpApprvStageTypes.SuspendLayout();
this.tcpGeneral.SuspendLayout();
this.tabControlPanel1.SuspendLayout();
this.tcpFmtSettings.SuspendLayout();
this.tcpOutputSettings.SuspendLayout();
this.tcpStMsg.SuspendLayout();
this.tcpEdSettings.SuspendLayout();
this.tcpRefObjs.SuspendLayout();
this.tcpFmtSettings.SuspendLayout();
this.tcpStMsg.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.formatInfoListBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.annotationTypesBindingSource)).BeginInit();
this.SuspendLayout();
@@ -219,7 +219,7 @@ namespace VEPROMS
// ppBtnOK
//
this.ppBtnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.ppBtnOK.Location = new System.Drawing.Point(511, 272);
this.ppBtnOK.Location = new System.Drawing.Point(507, 264);
this.ppBtnOK.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnOK.Name = "ppBtnOK";
this.ppBtnOK.Size = new System.Drawing.Size(56, 21);
@@ -232,7 +232,7 @@ namespace VEPROMS
//
this.ppBtnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.ppBtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.ppBtnCancel.Location = new System.Drawing.Point(582, 272);
this.ppBtnCancel.Location = new System.Drawing.Point(578, 264);
this.ppBtnCancel.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnCancel.Name = "ppBtnCancel";
this.ppBtnCancel.Size = new System.Drawing.Size(56, 21);
@@ -243,17 +243,17 @@ namespace VEPROMS
this.ppBtnCancel.Click += new System.EventHandler(this.ppBtnCancel_Click);
this.ppBtnCancel.MouseEnter += new System.EventHandler(this.ppBtnCancel_MouseEnter);
//
// label1
// lblHeading
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Location = new System.Drawing.Point(61, 56);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(27, 13);
this.label1.TabIndex = 3;
this.label1.Text = "Title";
this.label1.Visible = false;
this.lblHeading.AutoSize = true;
this.lblHeading.BackColor = System.Drawing.Color.Transparent;
this.lblHeading.Location = new System.Drawing.Point(10, 59);
this.lblHeading.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblHeading.Name = "lblHeading";
this.lblHeading.Size = new System.Drawing.Size(129, 13);
this.lblHeading.TabIndex = 3;
this.lblHeading.Text = "Procedure Panel Heading";
this.lblHeading.Visible = false;
//
// label2
//
@@ -330,22 +330,21 @@ namespace VEPROMS
this.ppRTxtName.Text = "";
this.ppRTxtName.Leave += new System.EventHandler(this.ppRTxtName_Leave);
//
// ppRTxtTitle
// ppRTxtHeading
//
this.ppRTxtTitle.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.folderConfigBindingSource, "Title", true));
this.ppRTxtTitle.Location = new System.Drawing.Point(92, 54);
this.ppRTxtTitle.Margin = new System.Windows.Forms.Padding(2);
this.ppRTxtTitle.Multiline = false;
this.ppRTxtTitle.Name = "ppRTxtTitle";
this.ppRTxtTitle.Size = new System.Drawing.Size(328, 19);
this.ppRTxtTitle.TabIndex = 1;
this.ppRTxtTitle.Text = "";
this.ppRTxtTitle.Visible = false;
this.ppRTxtHeading.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.folderConfigBindingSource, "Title", true));
this.ppRTxtHeading.Location = new System.Drawing.Point(143, 56);
this.ppRTxtHeading.Margin = new System.Windows.Forms.Padding(2);
this.ppRTxtHeading.Multiline = false;
this.ppRTxtHeading.Name = "ppRTxtHeading";
this.ppRTxtHeading.Size = new System.Drawing.Size(328, 19);
this.ppRTxtHeading.TabIndex = 1;
this.ppRTxtHeading.Text = "";
this.ppRTxtHeading.Visible = false;
//
// ppBtnDefaultGrphFileExt
//
this.ppBtnDefaultGrphFileExt.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ppBtnDefaultGrphFileExt.FocusOnLeftMouseButtonDown = true;
this.ppBtnDefaultGrphFileExt.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ppBtnDefaultGrphFileExt.Location = new System.Drawing.Point(323, 31);
this.ppBtnDefaultGrphFileExt.Margin = new System.Windows.Forms.Padding(2);
@@ -406,7 +405,6 @@ namespace VEPROMS
// ppBtnDeftDisAutoDuplx
//
this.ppBtnDeftDisAutoDuplx.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ppBtnDeftDisAutoDuplx.FocusOnLeftMouseButtonDown = true;
this.ppBtnDeftDisAutoDuplx.Location = new System.Drawing.Point(446, 18);
this.ppBtnDeftDisAutoDuplx.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnDeftDisAutoDuplx.Name = "ppBtnDeftDisAutoDuplx";
@@ -421,7 +419,6 @@ namespace VEPROMS
// ppBtnDefWatermark
//
this.ppBtnDefWatermark.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ppBtnDefWatermark.FocusOnLeftMouseButtonDown = true;
this.ppBtnDefWatermark.Location = new System.Drawing.Point(205, 17);
this.ppBtnDefWatermark.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnDefWatermark.Name = "ppBtnDefWatermark";
@@ -625,7 +622,6 @@ namespace VEPROMS
// ppBtnStMsgPreview
//
this.ppBtnStMsgPreview.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ppBtnStMsgPreview.FocusOnLeftMouseButtonDown = true;
this.ppBtnStMsgPreview.Location = new System.Drawing.Point(424, 133);
this.ppBtnStMsgPreview.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnStMsgPreview.Name = "ppBtnStMsgPreview";
@@ -636,7 +632,6 @@ namespace VEPROMS
// ppBtnStMsgSave
//
this.ppBtnStMsgSave.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ppBtnStMsgSave.FocusOnLeftMouseButtonDown = true;
this.ppBtnStMsgSave.Location = new System.Drawing.Point(424, 102);
this.ppBtnStMsgSave.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnStMsgSave.Name = "ppBtnStMsgSave";
@@ -648,7 +643,6 @@ namespace VEPROMS
//
this.ppBtnStMsgDelete.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ppBtnStMsgDelete.Enabled = false;
this.ppBtnStMsgDelete.FocusOnLeftMouseButtonDown = true;
this.ppBtnStMsgDelete.Location = new System.Drawing.Point(424, 166);
this.ppBtnStMsgDelete.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnStMsgDelete.Name = "ppBtnStMsgDelete";
@@ -659,7 +653,6 @@ namespace VEPROMS
// ppBtnStMsgEdit
//
this.ppBtnStMsgEdit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ppBtnStMsgEdit.FocusOnLeftMouseButtonDown = true;
this.ppBtnStMsgEdit.Location = new System.Drawing.Point(424, 79);
this.ppBtnStMsgEdit.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnStMsgEdit.Name = "ppBtnStMsgEdit";
@@ -670,7 +663,6 @@ namespace VEPROMS
// ppBtnStMsgNew
//
this.ppBtnStMsgNew.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ppBtnStMsgNew.FocusOnLeftMouseButtonDown = true;
this.ppBtnStMsgNew.Location = new System.Drawing.Point(424, 55);
this.ppBtnStMsgNew.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnStMsgNew.Name = "ppBtnStMsgNew";
@@ -705,7 +697,6 @@ namespace VEPROMS
// ppBtnDefaultChgBar
//
this.ppBtnDefaultChgBar.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ppBtnDefaultChgBar.FocusOnLeftMouseButtonDown = true;
this.ppBtnDefaultChgBar.Location = new System.Drawing.Point(331, 62);
this.ppBtnDefaultChgBar.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnDefaultChgBar.Name = "ppBtnDefaultChgBar";
@@ -738,7 +729,6 @@ namespace VEPROMS
// ppBtnDefaultFmt
//
this.ppBtnDefaultFmt.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ppBtnDefaultFmt.FocusOnLeftMouseButtonDown = true;
this.ppBtnDefaultFmt.Location = new System.Drawing.Point(456, 21);
this.ppBtnDefaultFmt.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnDefaultFmt.Name = "ppBtnDefaultFmt";
@@ -802,7 +792,6 @@ namespace VEPROMS
// ppBtnDefCbTxtTyp
//
this.ppBtnDefCbTxtTyp.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ppBtnDefCbTxtTyp.FocusOnLeftMouseButtonDown = true;
this.ppBtnDefCbTxtTyp.Location = new System.Drawing.Point(210, 21);
this.ppBtnDefCbTxtTyp.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnDefCbTxtTyp.Name = "ppBtnDefCbTxtTyp";
@@ -817,7 +806,6 @@ namespace VEPROMS
// ppBtnDefaultCbPos
//
this.ppBtnDefaultCbPos.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ppBtnDefaultCbPos.FocusOnLeftMouseButtonDown = true;
this.ppBtnDefaultCbPos.Location = new System.Drawing.Point(203, 72);
this.ppBtnDefaultCbPos.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnDefaultCbPos.Name = "ppBtnDefaultCbPos";
@@ -896,7 +884,6 @@ namespace VEPROMS
// ppBtnDefCbTxt2
//
this.ppBtnDefCbTxt2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ppBtnDefCbTxt2.FocusOnLeftMouseButtonDown = true;
this.ppBtnDefCbTxt2.Location = new System.Drawing.Point(118, 41);
this.ppBtnDefCbTxt2.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnDefCbTxt2.Name = "ppBtnDefCbTxt2";
@@ -911,7 +898,6 @@ namespace VEPROMS
// ppBtnDefCbTxt1
//
this.ppBtnDefCbTxt1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ppBtnDefCbTxt1.FocusOnLeftMouseButtonDown = true;
this.ppBtnDefCbTxt1.Location = new System.Drawing.Point(118, 2);
this.ppBtnDefCbTxt1.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnDefCbTxt1.Name = "ppBtnDefCbTxt1";
@@ -1047,7 +1033,6 @@ namespace VEPROMS
// ppBtnChgTextColors
//
this.ppBtnChgTextColors.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ppBtnChgTextColors.FocusOnLeftMouseButtonDown = true;
this.ppBtnChgTextColors.Image = ((System.Drawing.Image)(resources.GetObject("ppBtnChgTextColors.Image")));
this.ppBtnChgTextColors.ImagePosition = DevComponents.DotNetBar.eImagePosition.Right;
this.ppBtnChgTextColors.Location = new System.Drawing.Point(286, 47);
@@ -1253,7 +1238,6 @@ namespace VEPROMS
// ppBtnDefEdCols
//
this.ppBtnDefEdCols.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ppBtnDefEdCols.FocusOnLeftMouseButtonDown = true;
this.ppBtnDefEdCols.Location = new System.Drawing.Point(276, 20);
this.ppBtnDefEdCols.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnDefEdCols.Name = "ppBtnDefEdCols";
@@ -1487,7 +1471,7 @@ namespace VEPROMS
this.ppLblDefSettingsInfo.AutoSize = true;
this.ppLblDefSettingsInfo.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ppLblDefSettingsInfo.ForeColor = System.Drawing.Color.MidnightBlue;
this.ppLblDefSettingsInfo.Location = new System.Drawing.Point(1, 266);
this.ppLblDefSettingsInfo.Location = new System.Drawing.Point(1, 271);
this.ppLblDefSettingsInfo.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.ppLblDefSettingsInfo.Name = "ppLblDefSettingsInfo";
this.ppLblDefSettingsInfo.Size = new System.Drawing.Size(179, 13);
@@ -1506,7 +1490,7 @@ namespace VEPROMS
//
//
this.ppCbShwDefSettings.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.ppCbShwDefSettings.Location = new System.Drawing.Point(3, 281);
this.ppCbShwDefSettings.Location = new System.Drawing.Point(3, 286);
this.ppCbShwDefSettings.Margin = new System.Windows.Forms.Padding(2);
this.ppCbShwDefSettings.Name = "ppCbShwDefSettings";
this.ppCbShwDefSettings.Size = new System.Drawing.Size(177, 19);
@@ -1778,7 +1762,6 @@ namespace VEPROMS
this.btnRevisionStages.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnRevisionStages.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnRevisionStages.Dock = System.Windows.Forms.DockStyle.Top;
this.btnRevisionStages.FocusOnLeftMouseButtonDown = true;
this.btnRevisionStages.Location = new System.Drawing.Point(0, 133);
this.btnRevisionStages.Margin = new System.Windows.Forms.Padding(2);
this.btnRevisionStages.Name = "btnRevisionStages";
@@ -1792,7 +1775,6 @@ namespace VEPROMS
this.btnAnnoTypes.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnAnnoTypes.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnAnnoTypes.Dock = System.Windows.Forms.DockStyle.Top;
this.btnAnnoTypes.FocusOnLeftMouseButtonDown = true;
this.btnAnnoTypes.Location = new System.Drawing.Point(0, 114);
this.btnAnnoTypes.Margin = new System.Windows.Forms.Padding(2);
this.btnAnnoTypes.Name = "btnAnnoTypes";
@@ -1806,7 +1788,6 @@ namespace VEPROMS
this.btnEdSettings.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnEdSettings.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnEdSettings.Dock = System.Windows.Forms.DockStyle.Top;
this.btnEdSettings.FocusOnLeftMouseButtonDown = true;
this.btnEdSettings.Location = new System.Drawing.Point(0, 95);
this.btnEdSettings.Margin = new System.Windows.Forms.Padding(2);
this.btnEdSettings.Name = "btnEdSettings";
@@ -1820,7 +1801,6 @@ namespace VEPROMS
this.btnFormatSettings.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnFormatSettings.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnFormatSettings.Dock = System.Windows.Forms.DockStyle.Top;
this.btnFormatSettings.FocusOnLeftMouseButtonDown = true;
this.btnFormatSettings.Location = new System.Drawing.Point(0, 76);
this.btnFormatSettings.Margin = new System.Windows.Forms.Padding(2);
this.btnFormatSettings.Name = "btnFormatSettings";
@@ -1834,7 +1814,6 @@ namespace VEPROMS
this.btnStMsg.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnStMsg.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnStMsg.Dock = System.Windows.Forms.DockStyle.Top;
this.btnStMsg.FocusOnLeftMouseButtonDown = true;
this.btnStMsg.Location = new System.Drawing.Point(0, 57);
this.btnStMsg.Margin = new System.Windows.Forms.Padding(2);
this.btnStMsg.Name = "btnStMsg";
@@ -1848,7 +1827,6 @@ namespace VEPROMS
this.btnOutputSettings.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnOutputSettings.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnOutputSettings.Dock = System.Windows.Forms.DockStyle.Top;
this.btnOutputSettings.FocusOnLeftMouseButtonDown = true;
this.btnOutputSettings.Location = new System.Drawing.Point(0, 38);
this.btnOutputSettings.Margin = new System.Windows.Forms.Padding(2);
this.btnOutputSettings.Name = "btnOutputSettings";
@@ -1862,7 +1840,6 @@ namespace VEPROMS
this.btnRefObjs.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnRefObjs.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnRefObjs.Dock = System.Windows.Forms.DockStyle.Top;
this.btnRefObjs.FocusOnLeftMouseButtonDown = true;
this.btnRefObjs.Location = new System.Drawing.Point(0, 19);
this.btnRefObjs.Margin = new System.Windows.Forms.Padding(2);
this.btnRefObjs.Name = "btnRefObjs";
@@ -1876,7 +1853,6 @@ namespace VEPROMS
this.btnGeneral.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnGeneral.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnGeneral.Dock = System.Windows.Forms.DockStyle.Top;
this.btnGeneral.FocusOnLeftMouseButtonDown = true;
this.btnGeneral.Location = new System.Drawing.Point(0, 0);
this.btnGeneral.Margin = new System.Windows.Forms.Padding(2);
this.btnGeneral.Name = "btnGeneral";
@@ -1891,13 +1867,13 @@ namespace VEPROMS
this.tcFolder.BackColor = System.Drawing.Color.Transparent;
this.tcFolder.CanReorderTabs = true;
this.tcFolder.Controls.Add(this.tcpGeneral);
this.tcFolder.Controls.Add(this.tcpOutputSettings);
this.tcFolder.Controls.Add(this.tcpRefObjs);
this.tcFolder.Controls.Add(this.tabControlPanel2);
this.tcFolder.Controls.Add(this.tabControlPanel1);
this.tcFolder.Controls.Add(this.tcpFmtSettings);
this.tcFolder.Controls.Add(this.tcpOutputSettings);
this.tcFolder.Controls.Add(this.tcpStMsg);
this.tcFolder.Controls.Add(this.tcpEdSettings);
this.tcFolder.Controls.Add(this.tcpRefObjs);
this.tcFolder.Controls.Add(this.tcpFmtSettings);
this.tcFolder.Controls.Add(this.tcpStMsg);
this.tcFolder.Location = new System.Drawing.Point(135, 6);
this.tcFolder.Margin = new System.Windows.Forms.Padding(2);
this.tcFolder.Name = "tcFolder";
@@ -1918,6 +1894,103 @@ namespace VEPROMS
this.tcFolder.TabsVisible = false;
this.tcFolder.Text = "tabControl2";
//
// tcpGeneral
//
this.tcpGeneral.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.tcpGeneral.Controls.Add(this.ppTxtBxUserID);
this.tcpGeneral.Controls.Add(this.ppDTPicker);
this.tcpGeneral.Controls.Add(this.label3);
this.tcpGeneral.Controls.Add(this.ppRTxtHeading);
this.tcpGeneral.Controls.Add(this.ppRTxtName);
this.tcpGeneral.Controls.Add(this.label4);
this.tcpGeneral.Controls.Add(this.lblHeading);
this.tcpGeneral.Controls.Add(this.label2);
this.tcpGeneral.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcpGeneral.Location = new System.Drawing.Point(0, 22);
this.tcpGeneral.Margin = new System.Windows.Forms.Padding(2);
this.tcpGeneral.Name = "tcpGeneral";
this.tcpGeneral.Padding = new System.Windows.Forms.Padding(1);
this.tcpGeneral.Size = new System.Drawing.Size(506, 232);
this.tcpGeneral.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
this.tcpGeneral.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
this.tcpGeneral.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.tcpGeneral.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
this.tcpGeneral.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
| DevComponents.DotNetBar.eBorderSide.Bottom)));
this.tcpGeneral.Style.GradientAngle = 90;
this.tcpGeneral.TabIndex = 1;
this.tcpGeneral.TabItem = this.tiGeneral;
//
// tiGeneral
//
this.tiGeneral.AttachedControl = this.tcpGeneral;
this.tiGeneral.Name = "tiGeneral";
this.tiGeneral.Text = "General";
//
// tcpOutputSettings
//
this.tcpOutputSettings.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.tcpOutputSettings.Controls.Add(this.groupPanel2);
this.tcpOutputSettings.Controls.Add(this.ppBtnDeftDisAutoDuplx);
this.tcpOutputSettings.Controls.Add(this.ppLblAutoDuplexDefault);
this.tcpOutputSettings.Controls.Add(this.ppBtnDefWatermark);
this.tcpOutputSettings.Controls.Add(this.ppChbxDisAutoDuplex);
this.tcpOutputSettings.Controls.Add(this.label29);
this.tcpOutputSettings.Controls.Add(this.ppCmbxWatermark);
this.tcpOutputSettings.Controls.Add(this.ppLblWatermarkDefault);
this.tcpOutputSettings.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcpOutputSettings.Location = new System.Drawing.Point(0, 22);
this.tcpOutputSettings.Margin = new System.Windows.Forms.Padding(2);
this.tcpOutputSettings.Name = "tcpOutputSettings";
this.tcpOutputSettings.Padding = new System.Windows.Forms.Padding(1);
this.tcpOutputSettings.Size = new System.Drawing.Size(506, 232);
this.tcpOutputSettings.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
this.tcpOutputSettings.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
this.tcpOutputSettings.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.tcpOutputSettings.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
this.tcpOutputSettings.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
| DevComponents.DotNetBar.eBorderSide.Bottom)));
this.tcpOutputSettings.Style.GradientAngle = 90;
this.tcpOutputSettings.TabIndex = 3;
this.tcpOutputSettings.TabItem = this.tiOutputSettings;
this.tcpOutputSettings.Enter += new System.EventHandler(this.tabpage_Enter);
//
// tiOutputSettings
//
this.tiOutputSettings.AttachedControl = this.tcpOutputSettings;
this.tiOutputSettings.Name = "tiOutputSettings";
this.tiOutputSettings.Text = "Output Settings";
//
// tcpRefObjs
//
this.tcpRefObjs.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.tcpRefObjs.Controls.Add(this.ppBtnDefaultGrphFileExt);
this.tcpRefObjs.Controls.Add(this.ppCmbxGrphFileExt);
this.tcpRefObjs.Controls.Add(this.ppLblGrphFileExtDefault);
this.tcpRefObjs.Controls.Add(this.lblGrphFileExt);
this.tcpRefObjs.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcpRefObjs.Location = new System.Drawing.Point(0, 22);
this.tcpRefObjs.Margin = new System.Windows.Forms.Padding(2);
this.tcpRefObjs.Name = "tcpRefObjs";
this.tcpRefObjs.Padding = new System.Windows.Forms.Padding(1);
this.tcpRefObjs.Size = new System.Drawing.Size(506, 232);
this.tcpRefObjs.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
this.tcpRefObjs.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
this.tcpRefObjs.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.tcpRefObjs.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
this.tcpRefObjs.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
| DevComponents.DotNetBar.eBorderSide.Bottom)));
this.tcpRefObjs.Style.GradientAngle = 90;
this.tcpRefObjs.TabIndex = 2;
this.tcpRefObjs.TabItem = this.tiRefObj;
this.tcpRefObjs.Enter += new System.EventHandler(this.tabpage_Enter);
//
// tiRefObj
//
this.tiRefObj.AttachedControl = this.tcpRefObjs;
this.tiRefObj.Name = "tiRefObj";
this.tiRefObj.Text = "Referenced Objects";
//
// tabControlPanel2
//
this.tabControlPanel2.Controls.Add(this.gpApprvStageTypes);
@@ -1988,7 +2061,6 @@ namespace VEPROMS
this.btnRevisoinStageUndo.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnRevisoinStageUndo.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnRevisoinStageUndo.Enabled = false;
this.btnRevisoinStageUndo.FocusOnLeftMouseButtonDown = true;
this.btnRevisoinStageUndo.Location = new System.Drawing.Point(373, 141);
this.btnRevisoinStageUndo.Margin = new System.Windows.Forms.Padding(2);
this.btnRevisoinStageUndo.Name = "btnRevisoinStageUndo";
@@ -2002,7 +2074,6 @@ namespace VEPROMS
//
this.btnRevisionStageRemove.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnRevisionStageRemove.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnRevisionStageRemove.FocusOnLeftMouseButtonDown = true;
this.btnRevisionStageRemove.Location = new System.Drawing.Point(294, 141);
this.btnRevisionStageRemove.Margin = new System.Windows.Forms.Padding(2);
this.btnRevisionStageRemove.Name = "btnRevisionStageRemove";
@@ -2018,7 +2089,6 @@ namespace VEPROMS
//
this.btnRevisionStageNew.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnRevisionStageNew.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnRevisionStageNew.FocusOnLeftMouseButtonDown = true;
this.btnRevisionStageNew.Location = new System.Drawing.Point(217, 141);
this.btnRevisionStageNew.Margin = new System.Windows.Forms.Padding(2);
this.btnRevisionStageNew.Name = "btnRevisionStageNew";
@@ -2056,39 +2126,6 @@ namespace VEPROMS
this.tiRevisionStages.Text = "Revision Stages";
this.tiRevisionStages.Click += new System.EventHandler(this.tiRevisionStages_Click);
//
// tcpGeneral
//
this.tcpGeneral.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.tcpGeneral.Controls.Add(this.ppTxtBxUserID);
this.tcpGeneral.Controls.Add(this.ppDTPicker);
this.tcpGeneral.Controls.Add(this.label3);
this.tcpGeneral.Controls.Add(this.ppRTxtTitle);
this.tcpGeneral.Controls.Add(this.ppRTxtName);
this.tcpGeneral.Controls.Add(this.label4);
this.tcpGeneral.Controls.Add(this.label1);
this.tcpGeneral.Controls.Add(this.label2);
this.tcpGeneral.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcpGeneral.Location = new System.Drawing.Point(0, 22);
this.tcpGeneral.Margin = new System.Windows.Forms.Padding(2);
this.tcpGeneral.Name = "tcpGeneral";
this.tcpGeneral.Padding = new System.Windows.Forms.Padding(1);
this.tcpGeneral.Size = new System.Drawing.Size(506, 232);
this.tcpGeneral.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
this.tcpGeneral.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
this.tcpGeneral.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.tcpGeneral.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
this.tcpGeneral.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
| DevComponents.DotNetBar.eBorderSide.Bottom)));
this.tcpGeneral.Style.GradientAngle = 90;
this.tcpGeneral.TabIndex = 1;
this.tcpGeneral.TabItem = this.tiGeneral;
//
// tiGeneral
//
this.tiGeneral.AttachedControl = this.tcpGeneral;
this.tiGeneral.Name = "tiGeneral";
this.tiGeneral.Text = "General";
//
// tabControlPanel1
//
this.tabControlPanel1.Controls.Add(this.txbxRemoveMsg);
@@ -2138,7 +2175,6 @@ namespace VEPROMS
this.btnAnnoTypeUndo.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnAnnoTypeUndo.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnAnnoTypeUndo.Enabled = false;
this.btnAnnoTypeUndo.FocusOnLeftMouseButtonDown = true;
this.btnAnnoTypeUndo.Location = new System.Drawing.Point(364, 48);
this.btnAnnoTypeUndo.Margin = new System.Windows.Forms.Padding(2);
this.btnAnnoTypeUndo.Name = "btnAnnoTypeUndo";
@@ -2153,7 +2189,6 @@ namespace VEPROMS
this.btnAnnoTypeRemove.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnAnnoTypeRemove.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnAnnoTypeRemove.Enabled = false;
this.btnAnnoTypeRemove.FocusOnLeftMouseButtonDown = true;
this.btnAnnoTypeRemove.Location = new System.Drawing.Point(285, 48);
this.btnAnnoTypeRemove.Margin = new System.Windows.Forms.Padding(2);
this.btnAnnoTypeRemove.Name = "btnAnnoTypeRemove";
@@ -2169,7 +2204,6 @@ namespace VEPROMS
//
this.btnAnnoTypeNew.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnAnnoTypeNew.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnAnnoTypeNew.FocusOnLeftMouseButtonDown = true;
this.btnAnnoTypeNew.Location = new System.Drawing.Point(206, 48);
this.btnAnnoTypeNew.Margin = new System.Windows.Forms.Padding(2);
this.btnAnnoTypeNew.Name = "btnAnnoTypeNew";
@@ -2218,6 +2252,37 @@ namespace VEPROMS
this.tiAnnoTypes.Text = "AnnotationTypes";
this.tiAnnoTypes.Click += new System.EventHandler(this.tiAnnoTypes_Click);
//
// tcpEdSettings
//
this.tcpEdSettings.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.tcpEdSettings.Controls.Add(this.groupPanel6);
this.tcpEdSettings.Controls.Add(this.label31);
this.tcpEdSettings.Controls.Add(this.ppBtnDefEdCols);
this.tcpEdSettings.Controls.Add(this.ppLblStpEditorColsDefault);
this.tcpEdSettings.Controls.Add(this.ppCmbxStpEditorCols);
this.tcpEdSettings.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcpEdSettings.Location = new System.Drawing.Point(0, 22);
this.tcpEdSettings.Margin = new System.Windows.Forms.Padding(2);
this.tcpEdSettings.Name = "tcpEdSettings";
this.tcpEdSettings.Padding = new System.Windows.Forms.Padding(1);
this.tcpEdSettings.Size = new System.Drawing.Size(506, 232);
this.tcpEdSettings.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
this.tcpEdSettings.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
this.tcpEdSettings.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.tcpEdSettings.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
this.tcpEdSettings.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
| DevComponents.DotNetBar.eBorderSide.Bottom)));
this.tcpEdSettings.Style.GradientAngle = 90;
this.tcpEdSettings.TabIndex = 6;
this.tcpEdSettings.TabItem = this.tiEditSettings;
this.tcpEdSettings.Enter += new System.EventHandler(this.tabpage_Enter);
//
// tiEditSettings
//
this.tiEditSettings.AttachedControl = this.tcpEdSettings;
this.tiEditSettings.Name = "tiEditSettings";
this.tiEditSettings.Text = "Editor Settings";
//
// tcpFmtSettings
//
this.tcpFmtSettings.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
@@ -2253,40 +2318,6 @@ namespace VEPROMS
this.tiFmtSettings.Name = "tiFmtSettings";
this.tiFmtSettings.Text = "Format Settings";
//
// tcpOutputSettings
//
this.tcpOutputSettings.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.tcpOutputSettings.Controls.Add(this.groupPanel2);
this.tcpOutputSettings.Controls.Add(this.ppBtnDeftDisAutoDuplx);
this.tcpOutputSettings.Controls.Add(this.ppLblAutoDuplexDefault);
this.tcpOutputSettings.Controls.Add(this.ppBtnDefWatermark);
this.tcpOutputSettings.Controls.Add(this.ppChbxDisAutoDuplex);
this.tcpOutputSettings.Controls.Add(this.label29);
this.tcpOutputSettings.Controls.Add(this.ppCmbxWatermark);
this.tcpOutputSettings.Controls.Add(this.ppLblWatermarkDefault);
this.tcpOutputSettings.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcpOutputSettings.Location = new System.Drawing.Point(0, 22);
this.tcpOutputSettings.Margin = new System.Windows.Forms.Padding(2);
this.tcpOutputSettings.Name = "tcpOutputSettings";
this.tcpOutputSettings.Padding = new System.Windows.Forms.Padding(1);
this.tcpOutputSettings.Size = new System.Drawing.Size(506, 232);
this.tcpOutputSettings.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
this.tcpOutputSettings.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
this.tcpOutputSettings.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.tcpOutputSettings.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
this.tcpOutputSettings.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
| DevComponents.DotNetBar.eBorderSide.Bottom)));
this.tcpOutputSettings.Style.GradientAngle = 90;
this.tcpOutputSettings.TabIndex = 3;
this.tcpOutputSettings.TabItem = this.tiOutputSettings;
this.tcpOutputSettings.Enter += new System.EventHandler(this.tabpage_Enter);
//
// tiOutputSettings
//
this.tiOutputSettings.AttachedControl = this.tcpOutputSettings;
this.tiOutputSettings.Name = "tiOutputSettings";
this.tiOutputSettings.Text = "Output Settings";
//
// tcpStMsg
//
this.tcpStMsg.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
@@ -2321,67 +2352,6 @@ namespace VEPROMS
this.tiStMsg.Name = "tiStMsg";
this.tiStMsg.Text = "Startup Message";
//
// tcpEdSettings
//
this.tcpEdSettings.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.tcpEdSettings.Controls.Add(this.groupPanel6);
this.tcpEdSettings.Controls.Add(this.label31);
this.tcpEdSettings.Controls.Add(this.ppBtnDefEdCols);
this.tcpEdSettings.Controls.Add(this.ppLblStpEditorColsDefault);
this.tcpEdSettings.Controls.Add(this.ppCmbxStpEditorCols);
this.tcpEdSettings.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcpEdSettings.Location = new System.Drawing.Point(0, 22);
this.tcpEdSettings.Margin = new System.Windows.Forms.Padding(2);
this.tcpEdSettings.Name = "tcpEdSettings";
this.tcpEdSettings.Padding = new System.Windows.Forms.Padding(1);
this.tcpEdSettings.Size = new System.Drawing.Size(506, 232);
this.tcpEdSettings.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
this.tcpEdSettings.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
this.tcpEdSettings.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.tcpEdSettings.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
this.tcpEdSettings.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
| DevComponents.DotNetBar.eBorderSide.Bottom)));
this.tcpEdSettings.Style.GradientAngle = 90;
this.tcpEdSettings.TabIndex = 6;
this.tcpEdSettings.TabItem = this.tiEditSettings;
this.tcpEdSettings.Enter += new System.EventHandler(this.tabpage_Enter);
//
// tiEditSettings
//
this.tiEditSettings.AttachedControl = this.tcpEdSettings;
this.tiEditSettings.Name = "tiEditSettings";
this.tiEditSettings.Text = "Editor Settings";
//
// tcpRefObjs
//
this.tcpRefObjs.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.tcpRefObjs.Controls.Add(this.ppBtnDefaultGrphFileExt);
this.tcpRefObjs.Controls.Add(this.ppCmbxGrphFileExt);
this.tcpRefObjs.Controls.Add(this.ppLblGrphFileExtDefault);
this.tcpRefObjs.Controls.Add(this.lblGrphFileExt);
this.tcpRefObjs.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcpRefObjs.Location = new System.Drawing.Point(0, 22);
this.tcpRefObjs.Margin = new System.Windows.Forms.Padding(2);
this.tcpRefObjs.Name = "tcpRefObjs";
this.tcpRefObjs.Padding = new System.Windows.Forms.Padding(1);
this.tcpRefObjs.Size = new System.Drawing.Size(506, 232);
this.tcpRefObjs.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
this.tcpRefObjs.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
this.tcpRefObjs.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.tcpRefObjs.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
this.tcpRefObjs.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
| DevComponents.DotNetBar.eBorderSide.Bottom)));
this.tcpRefObjs.Style.GradientAngle = 90;
this.tcpRefObjs.TabIndex = 2;
this.tcpRefObjs.TabItem = this.tiRefObj;
this.tcpRefObjs.Enter += new System.EventHandler(this.tabpage_Enter);
//
// tiRefObj
//
this.tiRefObj.AttachedControl = this.tcpRefObjs;
this.tiRefObj.Name = "tiRefObj";
this.tiRefObj.Text = "Referenced Objects";
//
// formatInfoListBindingSource
//
this.formatInfoListBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.FormatInfoList);
@@ -2398,7 +2368,7 @@ namespace VEPROMS
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.CancelButton = this.ppBtnCancel;
this.CaptionFont = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ClientSize = new System.Drawing.Size(652, 300);
this.ClientSize = new System.Drawing.Size(632, 285);
this.ControlBox = false;
this.Controls.Add(this.tcFolder);
this.Controls.Add(this.panButtons);
@@ -2442,23 +2412,23 @@ namespace VEPROMS
this.panButtons.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.tcFolder)).EndInit();
this.tcFolder.ResumeLayout(false);
this.tcpGeneral.ResumeLayout(false);
this.tcpGeneral.PerformLayout();
this.tcpOutputSettings.ResumeLayout(false);
this.tcpOutputSettings.PerformLayout();
this.tcpRefObjs.ResumeLayout(false);
this.tcpRefObjs.PerformLayout();
this.tabControlPanel2.ResumeLayout(false);
this.tabControlPanel2.PerformLayout();
this.gpApprvStageTypes.ResumeLayout(false);
this.tcpGeneral.ResumeLayout(false);
this.tcpGeneral.PerformLayout();
this.tabControlPanel1.ResumeLayout(false);
this.tabControlPanel1.PerformLayout();
this.tcpFmtSettings.ResumeLayout(false);
this.tcpFmtSettings.PerformLayout();
this.tcpOutputSettings.ResumeLayout(false);
this.tcpOutputSettings.PerformLayout();
this.tcpStMsg.ResumeLayout(false);
this.tcpStMsg.PerformLayout();
this.tcpEdSettings.ResumeLayout(false);
this.tcpEdSettings.PerformLayout();
this.tcpRefObjs.ResumeLayout(false);
this.tcpRefObjs.PerformLayout();
this.tcpFmtSettings.ResumeLayout(false);
this.tcpFmtSettings.PerformLayout();
this.tcpStMsg.ResumeLayout(false);
this.tcpStMsg.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.formatInfoListBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.annotationTypesBindingSource)).EndInit();
this.ResumeLayout(false);
@@ -2472,13 +2442,13 @@ namespace VEPROMS
private System.Windows.Forms.Button ppBtnOK;
private System.Windows.Forms.Button ppBtnCancel;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label lblHeading;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox ppTxtBxUserID;
private System.Windows.Forms.DateTimePicker ppDTPicker;
private System.Windows.Forms.RichTextBox ppRTxtTitle;
private System.Windows.Forms.RichTextBox ppRTxtHeading;
private System.Windows.Forms.RichTextBox ppRTxtName;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label12;