diff --git a/PROMS/VEPROMS User Interface/frmFolderProperties.Designer.cs b/PROMS/VEPROMS User Interface/frmFolderProperties.Designer.cs
index 8dc60703..3d022c93 100644
--- a/PROMS/VEPROMS User Interface/frmFolderProperties.Designer.cs
+++ b/PROMS/VEPROMS User Interface/frmFolderProperties.Designer.cs
@@ -157,6 +157,10 @@ 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.tcpFmtSettings = new DevComponents.DotNetBar.TabControlPanel();
+ this.tiFmtSettings = new DevComponents.DotNetBar.TabItem(this.components);
this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
this.btnAnnoTypeApply = new DevComponents.DotNetBar.ButtonX();
this.txbxRemoveMsg = new DevComponents.DotNetBar.Controls.TextBoxX();
@@ -167,10 +171,6 @@ 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.tcpGeneral = new DevComponents.DotNetBar.TabControlPanel();
- this.tiGeneral = new DevComponents.DotNetBar.TabItem(this.components);
- this.tcpFmtSettings = new DevComponents.DotNetBar.TabControlPanel();
- this.tiFmtSettings = new DevComponents.DotNetBar.TabItem(this.components);
this.tcpRefObjs = new DevComponents.DotNetBar.TabControlPanel();
this.tiRefObj = new DevComponents.DotNetBar.TabItem(this.components);
this.tcpEdSettings = new DevComponents.DotNetBar.TabControlPanel();
@@ -207,9 +207,9 @@ namespace VEPROMS
this.panButtons.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tcFolder)).BeginInit();
this.tcFolder.SuspendLayout();
- this.tabControlPanel1.SuspendLayout();
this.tcpGeneral.SuspendLayout();
this.tcpFmtSettings.SuspendLayout();
+ this.tabControlPanel1.SuspendLayout();
this.tcpRefObjs.SuspendLayout();
this.tcpEdSettings.SuspendLayout();
this.tcpStMsg.SuspendLayout();
@@ -223,7 +223,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(530, 274);
+ this.ppBtnOK.Location = new System.Drawing.Point(525, 268);
this.ppBtnOK.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnOK.Name = "ppBtnOK";
this.ppBtnOK.Size = new System.Drawing.Size(56, 25);
@@ -236,7 +236,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(601, 274);
+ this.ppBtnCancel.Location = new System.Drawing.Point(596, 268);
this.ppBtnCancel.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnCancel.Name = "ppBtnCancel";
this.ppBtnCancel.Size = new System.Drawing.Size(56, 25);
@@ -765,7 +765,9 @@ namespace VEPROMS
this.ppCmbxFormat.TabIndex = 50;
this.ppCmbxFormat.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ppCmbxFormat.WatermarkText = "Select a Format";
- this.ppCmbxFormat.SelectedValueChanged += new System.EventHandler(this.ppCmbxFormat_SelectedValueChanged);
+ this.ppCmbxFormat.DropDown += new System.EventHandler(this.ppCmbxFormat_DropDown);
+ this.ppCmbxFormat.SelectedIndexChanged += new System.EventHandler(this.ppCmbxFormat_SelectedIndexChanged);
+ this.ppCmbxFormat.DropDownClosed += new System.EventHandler(this.ppCmbxFormat_DropDownClosed);
//
// ppLblChangeBarTypeDefault
//
@@ -1483,7 +1485,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, 339);
+ this.ppLblDefSettingsInfo.Location = new System.Drawing.Point(1, 348);
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);
@@ -1503,7 +1505,7 @@ namespace VEPROMS
//
//
this.ppCbShwDefSettings.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ppCbShwDefSettings.Location = new System.Drawing.Point(3, 354);
+ this.ppCbShwDefSettings.Location = new System.Drawing.Point(3, 363);
this.ppCbShwDefSettings.Margin = new System.Windows.Forms.Padding(2);
this.ppCbShwDefSettings.Name = "ppCbShwDefSettings";
this.ppCbShwDefSettings.Size = new System.Drawing.Size(177, 19);
@@ -1910,15 +1912,15 @@ namespace VEPROMS
this.tcFolder.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.tcFolder.BackColor = System.Drawing.Color.Transparent;
this.tcFolder.CanReorderTabs = true;
+ this.tcFolder.Controls.Add(this.tcpFmtSettings);
this.tcFolder.Controls.Add(this.tcpGeneral);
this.tcFolder.Controls.Add(this.tabControlPanel1);
- this.tcFolder.Controls.Add(this.tcpFmtSettings);
this.tcFolder.Controls.Add(this.tcpRefObjs);
this.tcFolder.Controls.Add(this.tcpEdSettings);
this.tcFolder.Controls.Add(this.tcpStMsg);
this.tcFolder.Controls.Add(this.tcpOutputSettings);
this.tcFolder.Controls.Add(this.tabControlPanel2);
- this.tcFolder.Location = new System.Drawing.Point(147, 6);
+ this.tcFolder.Location = new System.Drawing.Point(142, 6);
this.tcFolder.Margin = new System.Windows.Forms.Padding(2);
this.tcFolder.Name = "tcFolder";
this.tcFolder.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold);
@@ -1938,6 +1940,76 @@ 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.DisabledBackColor = System.Drawing.Color.Empty;
+ 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(510, 236);
+ 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";
+ //
+ // tcpFmtSettings
+ //
+ this.tcpFmtSettings.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
+ this.tcpFmtSettings.Controls.Add(this.ppGpbxUserSpecCB);
+ this.tcpFmtSettings.Controls.Add(this.ppBtnDefaultChgBar);
+ this.tcpFmtSettings.Controls.Add(this.ppCmbxChangeBarType);
+ this.tcpFmtSettings.Controls.Add(this.label23);
+ this.tcpFmtSettings.Controls.Add(this.ppBtnDefaultFmt);
+ this.tcpFmtSettings.Controls.Add(this.label30);
+ this.tcpFmtSettings.Controls.Add(this.ppCmbxFormat);
+ this.tcpFmtSettings.Controls.Add(this.ppLblChangeBarTypeDefault);
+ this.tcpFmtSettings.Controls.Add(this.ppLblFormatDefault);
+ this.tcpFmtSettings.DisabledBackColor = System.Drawing.Color.Empty;
+ this.tcpFmtSettings.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.tcpFmtSettings.Location = new System.Drawing.Point(0, 22);
+ this.tcpFmtSettings.Margin = new System.Windows.Forms.Padding(2);
+ this.tcpFmtSettings.Name = "tcpFmtSettings";
+ this.tcpFmtSettings.Padding = new System.Windows.Forms.Padding(1);
+ this.tcpFmtSettings.Size = new System.Drawing.Size(510, 236);
+ this.tcpFmtSettings.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
+ this.tcpFmtSettings.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
+ this.tcpFmtSettings.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
+ this.tcpFmtSettings.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
+ this.tcpFmtSettings.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
+ | DevComponents.DotNetBar.eBorderSide.Bottom)));
+ this.tcpFmtSettings.Style.GradientAngle = 90;
+ this.tcpFmtSettings.TabIndex = 5;
+ this.tcpFmtSettings.TabItem = this.tiFmtSettings;
+ this.tcpFmtSettings.Enter += new System.EventHandler(this.tabpage_Enter);
+ //
+ // tiFmtSettings
+ //
+ this.tiFmtSettings.AttachedControl = this.tcpFmtSettings;
+ this.tiFmtSettings.Name = "tiFmtSettings";
+ this.tiFmtSettings.Text = "Format Settings";
+ //
// tabControlPanel1
//
this.tabControlPanel1.Controls.Add(this.txbPrntLoc);
@@ -2082,76 +2154,6 @@ namespace VEPROMS
this.tiAnnoTypes.Text = "AnnotationTypes";
this.tiAnnoTypes.Click += new System.EventHandler(this.tiAnnoTypes_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.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.DisabledBackColor = System.Drawing.Color.Empty;
- 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(510, 236);
- 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";
- //
- // tcpFmtSettings
- //
- this.tcpFmtSettings.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
- this.tcpFmtSettings.Controls.Add(this.ppGpbxUserSpecCB);
- this.tcpFmtSettings.Controls.Add(this.ppBtnDefaultChgBar);
- this.tcpFmtSettings.Controls.Add(this.ppCmbxChangeBarType);
- this.tcpFmtSettings.Controls.Add(this.label23);
- this.tcpFmtSettings.Controls.Add(this.ppBtnDefaultFmt);
- this.tcpFmtSettings.Controls.Add(this.label30);
- this.tcpFmtSettings.Controls.Add(this.ppCmbxFormat);
- this.tcpFmtSettings.Controls.Add(this.ppLblChangeBarTypeDefault);
- this.tcpFmtSettings.Controls.Add(this.ppLblFormatDefault);
- this.tcpFmtSettings.DisabledBackColor = System.Drawing.Color.Empty;
- this.tcpFmtSettings.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tcpFmtSettings.Location = new System.Drawing.Point(0, 22);
- this.tcpFmtSettings.Margin = new System.Windows.Forms.Padding(2);
- this.tcpFmtSettings.Name = "tcpFmtSettings";
- this.tcpFmtSettings.Padding = new System.Windows.Forms.Padding(1);
- this.tcpFmtSettings.Size = new System.Drawing.Size(510, 236);
- this.tcpFmtSettings.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
- this.tcpFmtSettings.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
- this.tcpFmtSettings.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
- this.tcpFmtSettings.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
- this.tcpFmtSettings.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
- | DevComponents.DotNetBar.eBorderSide.Bottom)));
- this.tcpFmtSettings.Style.GradientAngle = 90;
- this.tcpFmtSettings.TabIndex = 5;
- this.tcpFmtSettings.TabItem = this.tiFmtSettings;
- this.tcpFmtSettings.Enter += new System.EventHandler(this.tabpage_Enter);
- //
- // tiFmtSettings
- //
- this.tiFmtSettings.AttachedControl = this.tcpFmtSettings;
- this.tiFmtSettings.Name = "tiFmtSettings";
- this.tiFmtSettings.Text = "Format Settings";
- //
// tcpRefObjs
//
this.tcpRefObjs.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
@@ -2452,7 +2454,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(668, 302);
+ this.ClientSize = new System.Drawing.Size(663, 299);
this.ControlBox = false;
this.Controls.Add(this.tcFolder);
this.Controls.Add(this.panButtons);
@@ -2496,12 +2498,12 @@ namespace VEPROMS
this.panButtons.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.tcFolder)).EndInit();
this.tcFolder.ResumeLayout(false);
- this.tabControlPanel1.ResumeLayout(false);
- this.tabControlPanel1.PerformLayout();
this.tcpGeneral.ResumeLayout(false);
this.tcpGeneral.PerformLayout();
this.tcpFmtSettings.ResumeLayout(false);
this.tcpFmtSettings.PerformLayout();
+ this.tabControlPanel1.ResumeLayout(false);
+ this.tabControlPanel1.PerformLayout();
this.tcpRefObjs.ResumeLayout(false);
this.tcpRefObjs.PerformLayout();
this.tcpEdSettings.ResumeLayout(false);
diff --git a/PROMS/VEPROMS User Interface/frmFolderProperties.cs b/PROMS/VEPROMS User Interface/frmFolderProperties.cs
index 73c7c95b..72291ea0 100644
--- a/PROMS/VEPROMS User Interface/frmFolderProperties.cs
+++ b/PROMS/VEPROMS User Interface/frmFolderProperties.cs
@@ -668,18 +668,21 @@ namespace VEPROMS
private void btnFormatSettings_Click(object sender, EventArgs e)
{
ProcessButtonClick(tiFmtSettings, btnFormatSettings);
+ // added for code change C2017-004 - select default format in dropdown list
+ if (_InitialIndex < -1) _InitialIndex = ppCmbxFormat.SelectedIndex; // save the current format selection (happens here when current section is set to the default format)
}
- ///
- /// Selection in Format combo box changed.
- ///
- /// object
- /// EventArgs
- private void ppCmbxFormat_SelectedValueChanged(object sender, EventArgs e)
- {
- if (!_Initializing)
- ProcessCmbxSelectedValueChange(ppCmbxFormat, _DefaultFormatName, ppBtnDefaultFmt, ppLblFormatDefault);
- }
+ // commented out as part of code change C2017-004. this also makes it consistent with section properties
+ /////
+ ///// Selection in Format combo box changed.
+ /////
+ ///// object
+ ///// EventArgs
+ //private void ppCmbxFormat_SelectedValueChanged(object sender, EventArgs e)
+ //{
+ // if (!_Initializing)
+ // ProcessCmbxSelectedValueChange(ppCmbxFormat, _DefaultFormatName, ppBtnDefaultFmt, ppLblFormatDefault);
+ //}
private void ppBtnDefaultFmt_Click(object sender, EventArgs e)
{
@@ -1690,7 +1693,46 @@ namespace VEPROMS
RefreshAnnotationTypeList();
}
+ private void ppCmbxFormat_DropDown(object sender, EventArgs e)
+ {
+ _Initializing = true;
+ // C2017-004 - if using the default format, position the dropdown to the default format
+ if (ppCmbxFormat.SelectedIndex == -1)
+ ppCmbxFormat.SelectedValue = _DefaultFormatName;
+ _Initializing = false;
+ }
+ private void ppCmbxFormat_DropDownClosed(object sender, EventArgs e)
+ {
+ // upon exit of the dropdown if the default format is selected - click the Default button
+ if ((string)(ppCmbxFormat.SelectedValue) == _DefaultFormatName)
+ {
+ ppBtnDefaultFmt.PerformClick();
+ btnFormatSettings.Focus();
+ }
+ }
+
+ // added as part of code change C2017-004. this also makes it consistent with section properties
+ int _InitialIndex = -2;
+ private void ppCmbxFormat_SelectedIndexChanged(object sender, EventArgs e)
+ {
+ if (_Initializing)
+ {
+ // determine if the default button and the default description text should visable
+ ppBtnDefaultFmt.Visible = !(ppCmbxFormat.SelectedValue == null || ppCmbxFormat.SelectedIndex == -1);
+ ppLblFormatDefault.Visible = ppCbShwDefSettings.Checked && ppBtnDefaultFmt.Visible;
+ return;
+ }
+ if (_InitialIndex < -1) _InitialIndex = ppCmbxFormat.SelectedIndex; // save the current format selection (happens here when current section format is not the default section)
+ if ((ppCmbxFormat.SelectedIndex != -1) && _DefaultFormatName != null && _DefaultFormatName.Equals(ppCmbxFormat.SelectedValue))
+ {
+ ppBtnDefaultFmt.Focus();
+ ppBtnDefaultFmt.PerformClick();
+ }
+ // determine if the default button and the default description text should visable
+ ppBtnDefaultFmt.Visible = !(ppCmbxFormat.SelectedValue == null || ppCmbxFormat.SelectedIndex == -1);
+ ppLblFormatDefault.Visible = ppCbShwDefSettings.Checked && ppBtnDefaultFmt.Visible;
+ }
}
public partial class LocalStageInfo
{
diff --git a/PROMS/VEPROMS User Interface/frmFolderProperties.resx b/PROMS/VEPROMS User Interface/frmFolderProperties.resx
index 24357143..db33b23c 100644
--- a/PROMS/VEPROMS User Interface/frmFolderProperties.resx
+++ b/PROMS/VEPROMS User Interface/frmFolderProperties.resx
@@ -131,6 +131,9 @@ Check "Show Default Settings" to display the "default" graphic file extension se
665, 17
+
+ 665, 17
+
This will revert the Disable Automatic Duplexing selection back to using the parent's (default) setting.
diff --git a/PROMS/VEPROMS User Interface/frmProcedureProperties.Designer.cs b/PROMS/VEPROMS User Interface/frmProcedureProperties.Designer.cs
index 6531df52..62e7c973 100644
--- a/PROMS/VEPROMS User Interface/frmProcedureProperties.Designer.cs
+++ b/PROMS/VEPROMS User Interface/frmProcedureProperties.Designer.cs
@@ -141,22 +141,22 @@ namespace VEPROMS
this.btnFmtStngs = new DevComponents.DotNetBar.ButtonX();
this.btnGeneral = new DevComponents.DotNetBar.ButtonX();
this.tcProcProp = new DevComponents.DotNetBar.TabControl();
- this.tcpGeneral = new DevComponents.DotNetBar.TabControlPanel();
- this.ppProcNumStpRTB = new Volian.Controls.Library.StepRTB(this.components);
- this.ppProcTitleStpRTB = new Volian.Controls.Library.StepRTB(this.components);
- this.tiGeneral = new DevComponents.DotNetBar.TabItem(this.components);
- this.tcpOutputSettings = new DevComponents.DotNetBar.TabControlPanel();
- this.ppGrpbxPrnAdj = new DevComponents.DotNetBar.Controls.GroupPanel();
- this.tiOutputStngs = new DevComponents.DotNetBar.TabItem(this.components);
this.tcpFormatSettings = new DevComponents.DotNetBar.TabControlPanel();
this.ppBtnDefEdCols = new DevComponents.DotNetBar.ButtonX();
this.ppCmbxStpEditorCols = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.label43 = new System.Windows.Forms.Label();
this.ppLblStpEditorColsDefault = new System.Windows.Forms.Label();
this.tiFmtStngs = new DevComponents.DotNetBar.TabItem(this.components);
+ this.tcpGeneral = new DevComponents.DotNetBar.TabControlPanel();
+ this.cbEnhanced = new System.Windows.Forms.CheckBox();
+ this.ppProcNumStpRTB = new Volian.Controls.Library.StepRTB(this.components);
+ this.ppProcTitleStpRTB = new Volian.Controls.Library.StepRTB(this.components);
+ this.tiGeneral = new DevComponents.DotNetBar.TabItem(this.components);
+ this.tcpOutputSettings = new DevComponents.DotNetBar.TabControlPanel();
+ this.ppGrpbxPrnAdj = new DevComponents.DotNetBar.Controls.GroupPanel();
+ this.tiOutputStngs = new DevComponents.DotNetBar.TabItem(this.components);
this.tabControlPanel4 = new DevComponents.DotNetBar.TabControlPanel();
this.tiViewStngs = new DevComponents.DotNetBar.TabItem(this.components);
- this.cbEnhanced = new System.Windows.Forms.CheckBox();
((System.ComponentModel.ISupportInitialize)(this.procedureConfigBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.formatInfoListBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ppNumUpDwnOvrdPrnPenWidth)).BeginInit();
@@ -172,10 +172,10 @@ namespace VEPROMS
this.panProcBtns.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tcProcProp)).BeginInit();
this.tcProcProp.SuspendLayout();
+ this.tcpFormatSettings.SuspendLayout();
this.tcpGeneral.SuspendLayout();
this.tcpOutputSettings.SuspendLayout();
this.ppGrpbxPrnAdj.SuspendLayout();
- this.tcpFormatSettings.SuspendLayout();
this.tabControlPanel4.SuspendLayout();
this.SuspendLayout();
//
@@ -183,9 +183,10 @@ 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(770, 385);
+ this.ppBtnCancel.Location = new System.Drawing.Point(578, 313);
+ this.ppBtnCancel.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnCancel.Name = "ppBtnCancel";
- this.ppBtnCancel.Size = new System.Drawing.Size(75, 26);
+ this.ppBtnCancel.Size = new System.Drawing.Size(56, 21);
this.ppBtnCancel.TabIndex = 97;
this.ppBtnCancel.Text = "Cancel";
this.ppBtnCancel.UseVisualStyleBackColor = true;
@@ -194,9 +195,10 @@ 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(673, 385);
+ this.ppBtnOK.Location = new System.Drawing.Point(505, 313);
+ this.ppBtnOK.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnOK.Name = "ppBtnOK";
- this.ppBtnOK.Size = new System.Drawing.Size(75, 26);
+ this.ppBtnOK.Size = new System.Drawing.Size(56, 21);
this.ppBtnOK.TabIndex = 96;
this.ppBtnOK.Text = "OK";
this.ppBtnOK.UseVisualStyleBackColor = true;
@@ -206,9 +208,10 @@ namespace VEPROMS
//
this.ppDtTmLastApprv.CustomFormat = "MM\'/\'dd\'/\'yyyy hh\':\'mm:ss tt";
this.ppDtTmLastApprv.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.ppDtTmLastApprv.Location = new System.Drawing.Point(458, 141);
+ this.ppDtTmLastApprv.Location = new System.Drawing.Point(344, 115);
+ this.ppDtTmLastApprv.Margin = new System.Windows.Forms.Padding(2);
this.ppDtTmLastApprv.Name = "ppDtTmLastApprv";
- this.ppDtTmLastApprv.Size = new System.Drawing.Size(172, 22);
+ this.ppDtTmLastApprv.Size = new System.Drawing.Size(130, 20);
this.ppDtTmLastApprv.TabIndex = 56;
this.ppDtTmLastApprv.TabStop = false;
this.ppDtTmLastApprv.Visible = false;
@@ -217,9 +220,10 @@ namespace VEPROMS
//
this.ppDtTmLastMod.CustomFormat = "MM\'/\'dd\'/\'yyyy hh\':\'mm:ss tt";
this.ppDtTmLastMod.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.ppDtTmLastMod.Location = new System.Drawing.Point(132, 141);
+ this.ppDtTmLastMod.Location = new System.Drawing.Point(99, 115);
+ this.ppDtTmLastMod.Margin = new System.Windows.Forms.Padding(2);
this.ppDtTmLastMod.Name = "ppDtTmLastMod";
- this.ppDtTmLastMod.Size = new System.Drawing.Size(172, 22);
+ this.ppDtTmLastMod.Size = new System.Drawing.Size(130, 20);
this.ppDtTmLastMod.TabIndex = 55;
this.ppDtTmLastMod.TabStop = false;
this.ppDtTmLastMod.Visible = false;
@@ -230,9 +234,10 @@ namespace VEPROMS
//
// ppTxtBxUserID
//
- this.ppTxtBxUserID.Location = new System.Drawing.Point(132, 180);
+ this.ppTxtBxUserID.Location = new System.Drawing.Point(99, 146);
+ this.ppTxtBxUserID.Margin = new System.Windows.Forms.Padding(2);
this.ppTxtBxUserID.Name = "ppTxtBxUserID";
- this.ppTxtBxUserID.Size = new System.Drawing.Size(154, 22);
+ this.ppTxtBxUserID.Size = new System.Drawing.Size(116, 20);
this.ppTxtBxUserID.TabIndex = 12;
this.ppTxtBxUserID.TabStop = false;
this.ppTxtBxUserID.Visible = false;
@@ -241,9 +246,10 @@ namespace VEPROMS
//
this.label21.AutoSize = true;
this.label21.BackColor = System.Drawing.Color.Transparent;
- this.label21.Location = new System.Drawing.Point(71, 183);
+ this.label21.Location = new System.Drawing.Point(53, 149);
+ this.label21.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label21.Name = "label21";
- this.label21.Size = new System.Drawing.Size(55, 17);
+ this.label21.Size = new System.Drawing.Size(43, 13);
this.label21.TabIndex = 11;
this.label21.Text = "User ID";
this.label21.Visible = false;
@@ -252,9 +258,10 @@ namespace VEPROMS
//
this.label4.AutoSize = true;
this.label4.BackColor = System.Drawing.Color.Transparent;
- this.label4.Location = new System.Drawing.Point(352, 144);
+ this.label4.Location = new System.Drawing.Point(264, 117);
+ this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(100, 17);
+ this.label4.Size = new System.Drawing.Size(76, 13);
this.label4.TabIndex = 6;
this.label4.Text = "Last Approved";
this.label4.Visible = false;
@@ -263,9 +270,10 @@ namespace VEPROMS
//
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.Color.Transparent;
- this.label3.Location = new System.Drawing.Point(34, 144);
+ this.label3.Location = new System.Drawing.Point(26, 117);
+ this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(92, 17);
+ this.label3.Size = new System.Drawing.Size(70, 13);
this.label3.TabIndex = 4;
this.label3.Text = "Last Modified";
this.label3.Visible = false;
@@ -274,9 +282,10 @@ namespace VEPROMS
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.Transparent;
- this.label2.Location = new System.Drawing.Point(48, 65);
+ this.label2.Location = new System.Drawing.Point(36, 53);
+ this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(35, 17);
+ this.label2.Size = new System.Drawing.Size(27, 13);
this.label2.TabIndex = 1;
this.label2.Text = "Title";
//
@@ -284,18 +293,20 @@ namespace VEPROMS
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
- this.label1.Location = new System.Drawing.Point(25, 27);
+ this.label1.Location = new System.Drawing.Point(19, 22);
+ this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(58, 17);
+ this.label1.Size = new System.Drawing.Size(44, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Number";
//
// ppBtnDefaultChgBar
//
this.ppBtnDefaultChgBar.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.ppBtnDefaultChgBar.Location = new System.Drawing.Point(614, 120);
+ this.ppBtnDefaultChgBar.Location = new System.Drawing.Point(460, 98);
+ this.ppBtnDefaultChgBar.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnDefaultChgBar.Name = "ppBtnDefaultChgBar";
- this.ppBtnDefaultChgBar.Size = new System.Drawing.Size(50, 23);
+ this.ppBtnDefaultChgBar.Size = new System.Drawing.Size(38, 19);
this.superTooltip1.SetSuperTooltip(this.ppBtnDefaultChgBar, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", "This will revert the Change Bar selection back to using the parent\'s (default) se" +
"tting.\r\n\r\nCheck \"Show Default Settings\" to display the \"default\" Change Bar (bel" +
"ow the Change Bars selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(250, 145)));
@@ -313,9 +324,10 @@ namespace VEPROMS
this.ppCmbxChangeBarType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.ppCmbxChangeBarType.FormattingEnabled = true;
this.ppCmbxChangeBarType.ItemHeight = 16;
- this.ppCmbxChangeBarType.Location = new System.Drawing.Point(433, 120);
+ this.ppCmbxChangeBarType.Location = new System.Drawing.Point(325, 98);
+ this.ppCmbxChangeBarType.Margin = new System.Windows.Forms.Padding(2);
this.ppCmbxChangeBarType.Name = "ppCmbxChangeBarType";
- this.ppCmbxChangeBarType.Size = new System.Drawing.Size(175, 22);
+ this.ppCmbxChangeBarType.Size = new System.Drawing.Size(132, 22);
this.ppCmbxChangeBarType.TabIndex = 50;
this.ppCmbxChangeBarType.Visible = false;
this.ppCmbxChangeBarType.WatermarkText = "select change bar setting";
@@ -324,9 +336,10 @@ namespace VEPROMS
// ppBtnDefaultFmt
//
this.ppBtnDefaultFmt.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.ppBtnDefaultFmt.Location = new System.Drawing.Point(589, 35);
+ this.ppBtnDefaultFmt.Location = new System.Drawing.Point(460, 28);
+ this.ppBtnDefaultFmt.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnDefaultFmt.Name = "ppBtnDefaultFmt";
- this.ppBtnDefaultFmt.Size = new System.Drawing.Size(50, 23);
+ this.ppBtnDefaultFmt.Size = new System.Drawing.Size(38, 19);
this.superTooltip1.SetSuperTooltip(this.ppBtnDefaultFmt, new DevComponents.DotNetBar.SuperTooltipInfo("Default Button", "", "This will revert the format selection back to using the parent\'s format.\r\n\r\nCheck" +
" \"Show Default Settings\" to display the \"default\" format name (below the format " +
"selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.System));
@@ -342,14 +355,17 @@ namespace VEPROMS
this.ppCmbxFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.ppCmbxFormat.FormattingEnabled = true;
this.ppCmbxFormat.ItemHeight = 16;
- this.ppCmbxFormat.Location = new System.Drawing.Point(12, 35);
+ this.ppCmbxFormat.Location = new System.Drawing.Point(9, 28);
+ this.ppCmbxFormat.Margin = new System.Windows.Forms.Padding(2);
this.ppCmbxFormat.Name = "ppCmbxFormat";
- this.ppCmbxFormat.Size = new System.Drawing.Size(573, 22);
+ this.ppCmbxFormat.Size = new System.Drawing.Size(448, 22);
this.superTooltip1.SetSuperTooltip(this.ppCmbxFormat, new DevComponents.DotNetBar.SuperTooltipInfo("Format Selection", "", resources.GetString("ppCmbxFormat.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.System));
this.ppCmbxFormat.TabIndex = 20;
this.ppCmbxFormat.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ppCmbxFormat.WatermarkText = "select a format";
- this.ppCmbxFormat.SelectedValueChanged += new System.EventHandler(this.ppCmbxFormat_SelectedValueChanged);
+ this.ppCmbxFormat.DropDown += new System.EventHandler(this.ppCmbxFormat_DropDown);
+ this.ppCmbxFormat.SelectedIndexChanged += new System.EventHandler(this.ppCmbxFormat_SelectedIndexChanged);
+ this.ppCmbxFormat.DropDownClosed += new System.EventHandler(this.ppCmbxFormat_DropDownClosed);
//
// formatInfoListBindingSource
//
@@ -361,9 +377,10 @@ namespace VEPROMS
this.ppLblChangeBarTypeDefault.BackColor = System.Drawing.Color.Transparent;
this.ppLblChangeBarTypeDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ppLblChangeBarTypeDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.ppLblChangeBarTypeDefault.Location = new System.Drawing.Point(430, 146);
+ this.ppLblChangeBarTypeDefault.Location = new System.Drawing.Point(322, 119);
+ this.ppLblChangeBarTypeDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.ppLblChangeBarTypeDefault.Name = "ppLblChangeBarTypeDefault";
- this.ppLblChangeBarTypeDefault.Size = new System.Drawing.Size(61, 17);
+ this.ppLblChangeBarTypeDefault.Size = new System.Drawing.Size(45, 13);
this.superTooltip1.SetSuperTooltip(this.ppLblChangeBarTypeDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Change Bar setting", "", "Pressing the Default Button (to the right)\r\nwill set the Change Bar setting back " +
"to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(270, 70)));
this.ppLblChangeBarTypeDefault.TabIndex = 38;
@@ -376,9 +393,10 @@ namespace VEPROMS
this.ppLblFormatDefault.BackColor = System.Drawing.Color.Transparent;
this.ppLblFormatDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ppLblFormatDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.ppLblFormatDefault.Location = new System.Drawing.Point(9, 68);
+ this.ppLblFormatDefault.Location = new System.Drawing.Point(7, 55);
+ this.ppLblFormatDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.ppLblFormatDefault.Name = "ppLblFormatDefault";
- this.ppLblFormatDefault.Size = new System.Drawing.Size(61, 17);
+ this.ppLblFormatDefault.Size = new System.Drawing.Size(45, 13);
this.superTooltip1.SetSuperTooltip(this.ppLblFormatDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Format setting", "", "Pressing the Default Button (to the right)\r\nwill set the format setting back to t" +
"his.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(255, 70)));
this.ppLblFormatDefault.TabIndex = 35;
@@ -387,9 +405,10 @@ namespace VEPROMS
// ppBtnDefCbTxtTyp
//
this.ppBtnDefCbTxtTyp.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.ppBtnDefCbTxtTyp.Location = new System.Drawing.Point(272, 85);
+ this.ppBtnDefCbTxtTyp.Location = new System.Drawing.Point(204, 69);
+ this.ppBtnDefCbTxtTyp.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnDefCbTxtTyp.Name = "ppBtnDefCbTxtTyp";
- this.ppBtnDefCbTxtTyp.Size = new System.Drawing.Size(50, 23);
+ this.ppBtnDefCbTxtTyp.Size = new System.Drawing.Size(38, 19);
this.superTooltip1.SetSuperTooltip(this.ppBtnDefCbTxtTyp, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefCbTxtTyp.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(230, 150)));
this.ppBtnDefCbTxtTyp.TabIndex = 55;
this.ppBtnDefCbTxtTyp.TabStop = false;
@@ -401,9 +420,10 @@ namespace VEPROMS
// ppBtnDefaultCbPos
//
this.ppBtnDefaultCbPos.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.ppBtnDefaultCbPos.Location = new System.Drawing.Point(272, 32);
+ this.ppBtnDefaultCbPos.Location = new System.Drawing.Point(204, 26);
+ this.ppBtnDefaultCbPos.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnDefaultCbPos.Name = "ppBtnDefaultCbPos";
- this.ppBtnDefaultCbPos.Size = new System.Drawing.Size(50, 23);
+ this.ppBtnDefaultCbPos.Size = new System.Drawing.Size(38, 19);
this.superTooltip1.SetSuperTooltip(this.ppBtnDefaultCbPos, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefaultCbPos.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(250, 145)));
this.ppBtnDefaultCbPos.TabIndex = 54;
this.ppBtnDefaultCbPos.TabStop = false;
@@ -420,9 +440,10 @@ namespace VEPROMS
this.ppCmbxChgBarTxtType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.ppCmbxChgBarTxtType.FormattingEnabled = true;
this.ppCmbxChgBarTxtType.ItemHeight = 16;
- this.ppCmbxChgBarTxtType.Location = new System.Drawing.Point(82, 85);
+ this.ppCmbxChgBarTxtType.Location = new System.Drawing.Point(62, 69);
+ this.ppCmbxChgBarTxtType.Margin = new System.Windows.Forms.Padding(2);
this.ppCmbxChgBarTxtType.Name = "ppCmbxChgBarTxtType";
- this.ppCmbxChgBarTxtType.Size = new System.Drawing.Size(184, 22);
+ this.ppCmbxChgBarTxtType.Size = new System.Drawing.Size(139, 22);
this.ppCmbxChgBarTxtType.TabIndex = 51;
this.ppCmbxChgBarTxtType.TabStop = false;
this.ppCmbxChgBarTxtType.Visible = false;
@@ -437,9 +458,10 @@ namespace VEPROMS
this.ppCmbxChgBarPos.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.ppCmbxChgBarPos.FormattingEnabled = true;
this.ppCmbxChgBarPos.ItemHeight = 16;
- this.ppCmbxChgBarPos.Location = new System.Drawing.Point(82, 30);
+ this.ppCmbxChgBarPos.Location = new System.Drawing.Point(62, 24);
+ this.ppCmbxChgBarPos.Margin = new System.Windows.Forms.Padding(2);
this.ppCmbxChgBarPos.Name = "ppCmbxChgBarPos";
- this.ppCmbxChgBarPos.Size = new System.Drawing.Size(184, 22);
+ this.ppCmbxChgBarPos.Size = new System.Drawing.Size(139, 22);
this.ppCmbxChgBarPos.TabIndex = 51;
this.ppCmbxChgBarPos.TabStop = false;
this.ppCmbxChgBarPos.Visible = false;
@@ -452,9 +474,10 @@ namespace VEPROMS
this.ppLblChgBarTxtTypeDefault.BackColor = System.Drawing.Color.Transparent;
this.ppLblChgBarTxtTypeDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ppLblChgBarTxtTypeDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.ppLblChgBarTxtTypeDefault.Location = new System.Drawing.Point(79, 111);
+ this.ppLblChgBarTxtTypeDefault.Location = new System.Drawing.Point(59, 90);
+ this.ppLblChgBarTxtTypeDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.ppLblChgBarTxtTypeDefault.Name = "ppLblChgBarTxtTypeDefault";
- this.ppLblChgBarTxtTypeDefault.Size = new System.Drawing.Size(61, 17);
+ this.ppLblChgBarTxtTypeDefault.Size = new System.Drawing.Size(45, 13);
this.superTooltip1.SetSuperTooltip(this.ppLblChgBarTxtTypeDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Custom Change Bar Text Type", "", "Pressing the Default Button (to the right) will set the Cusotom Change Bar Positi" +
"on setting back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0)));
this.ppLblChgBarTxtTypeDefault.TabIndex = 40;
@@ -466,9 +489,10 @@ namespace VEPROMS
this.ppLblChgBarPosDefault.BackColor = System.Drawing.Color.Transparent;
this.ppLblChgBarPosDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ppLblChgBarPosDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.ppLblChgBarPosDefault.Location = new System.Drawing.Point(79, 56);
+ this.ppLblChgBarPosDefault.Location = new System.Drawing.Point(59, 46);
+ this.ppLblChgBarPosDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.ppLblChgBarPosDefault.Name = "ppLblChgBarPosDefault";
- this.ppLblChgBarPosDefault.Size = new System.Drawing.Size(61, 17);
+ this.ppLblChgBarPosDefault.Size = new System.Drawing.Size(45, 13);
this.superTooltip1.SetSuperTooltip(this.ppLblChgBarPosDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Custom Change Bar Position", "", "Pressing the Default Button (to the right) will set the Cusotom Change Bar Positi" +
"on setting back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(300, 80)));
this.ppLblChgBarPosDefault.TabIndex = 39;
@@ -477,9 +501,10 @@ namespace VEPROMS
// ppBtnDefCbTxt2
//
this.ppBtnDefCbTxt2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.ppBtnDefCbTxt2.Location = new System.Drawing.Point(146, 57);
+ this.ppBtnDefCbTxt2.Location = new System.Drawing.Point(110, 46);
+ this.ppBtnDefCbTxt2.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnDefCbTxt2.Name = "ppBtnDefCbTxt2";
- this.ppBtnDefCbTxt2.Size = new System.Drawing.Size(50, 23);
+ this.ppBtnDefCbTxt2.Size = new System.Drawing.Size(38, 19);
this.superTooltip1.SetSuperTooltip(this.ppBtnDefCbTxt2, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefCbTxt2.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(250, 150)));
this.ppBtnDefCbTxt2.TabIndex = 54;
this.ppBtnDefCbTxt2.TabStop = false;
@@ -491,9 +516,10 @@ namespace VEPROMS
// ppBtnDefCbTxt1
//
this.ppBtnDefCbTxt1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.ppBtnDefCbTxt1.Location = new System.Drawing.Point(146, 5);
+ this.ppBtnDefCbTxt1.Location = new System.Drawing.Point(110, 4);
+ this.ppBtnDefCbTxt1.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnDefCbTxt1.Name = "ppBtnDefCbTxt1";
- this.ppBtnDefCbTxt1.Size = new System.Drawing.Size(50, 23);
+ this.ppBtnDefCbTxt1.Size = new System.Drawing.Size(38, 19);
this.superTooltip1.SetSuperTooltip(this.ppBtnDefCbTxt1, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefCbTxt1.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(250, 150)));
this.ppBtnDefCbTxt1.TabIndex = 56;
this.ppBtnDefCbTxt1.TabStop = false;
@@ -507,9 +533,10 @@ namespace VEPROMS
this.ppLblChgBarUserMsgOneDefault.AutoSize = true;
this.ppLblChgBarUserMsgOneDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ppLblChgBarUserMsgOneDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.ppLblChgBarUserMsgOneDefault.Location = new System.Drawing.Point(82, 32);
+ this.ppLblChgBarUserMsgOneDefault.Location = new System.Drawing.Point(62, 26);
+ this.ppLblChgBarUserMsgOneDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.ppLblChgBarUserMsgOneDefault.Name = "ppLblChgBarUserMsgOneDefault";
- this.ppLblChgBarUserMsgOneDefault.Size = new System.Drawing.Size(61, 17);
+ this.ppLblChgBarUserMsgOneDefault.Size = new System.Drawing.Size(45, 13);
this.superTooltip1.SetSuperTooltip(this.ppLblChgBarUserMsgOneDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Custom Message Line One", "", "Pressing the Default Button (to the right) will set the Cusotom Change Bar Messag" +
"e Line One setting back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0)));
this.ppLblChgBarUserMsgOneDefault.TabIndex = 6;
@@ -518,9 +545,10 @@ namespace VEPROMS
// label6
//
this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(14, 8);
+ this.label6.Location = new System.Drawing.Point(10, 6);
+ this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(63, 17);
+ this.label6.Size = new System.Drawing.Size(48, 13);
this.label6.TabIndex = 4;
this.label6.Text = "Line one";
//
@@ -529,9 +557,10 @@ namespace VEPROMS
this.ppLblChgBarUserMsgTwoDefault.AutoSize = true;
this.ppLblChgBarUserMsgTwoDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ppLblChgBarUserMsgTwoDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.ppLblChgBarUserMsgTwoDefault.Location = new System.Drawing.Point(82, 83);
+ this.ppLblChgBarUserMsgTwoDefault.Location = new System.Drawing.Point(62, 67);
+ this.ppLblChgBarUserMsgTwoDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.ppLblChgBarUserMsgTwoDefault.Name = "ppLblChgBarUserMsgTwoDefault";
- this.ppLblChgBarUserMsgTwoDefault.Size = new System.Drawing.Size(61, 17);
+ this.ppLblChgBarUserMsgTwoDefault.Size = new System.Drawing.Size(45, 13);
this.superTooltip1.SetSuperTooltip(this.ppLblChgBarUserMsgTwoDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Custom Message Line Two", "", "Pressing the Default Button (to the right) will set the Cusotom Change Bar Messag" +
"e Line Two setting back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0)));
this.ppLblChgBarUserMsgTwoDefault.TabIndex = 7;
@@ -541,10 +570,11 @@ namespace VEPROMS
//
this.ppTxbxChangeBarUserMsgOne.AcceptsTab = true;
this.ppTxbxChangeBarUserMsgOne.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.procedureConfigBindingSource, "Print_UserCBMess1", true));
- this.ppTxbxChangeBarUserMsgOne.Location = new System.Drawing.Point(83, 5);
+ this.ppTxbxChangeBarUserMsgOne.Location = new System.Drawing.Point(62, 4);
+ this.ppTxbxChangeBarUserMsgOne.Margin = new System.Windows.Forms.Padding(2);
this.ppTxbxChangeBarUserMsgOne.Multiline = false;
this.ppTxbxChangeBarUserMsgOne.Name = "ppTxbxChangeBarUserMsgOne";
- this.ppTxbxChangeBarUserMsgOne.Size = new System.Drawing.Size(57, 24);
+ this.ppTxbxChangeBarUserMsgOne.Size = new System.Drawing.Size(44, 20);
this.ppTxbxChangeBarUserMsgOne.TabIndex = 1;
this.ppTxbxChangeBarUserMsgOne.TabStop = false;
this.ppTxbxChangeBarUserMsgOne.Text = "";
@@ -554,9 +584,10 @@ namespace VEPROMS
// label5
//
this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(16, 57);
+ this.label5.Location = new System.Drawing.Point(12, 46);
+ this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(60, 17);
+ this.label5.Size = new System.Drawing.Size(47, 13);
this.label5.TabIndex = 5;
this.label5.Text = "Line two";
//
@@ -564,10 +595,11 @@ namespace VEPROMS
//
this.ppTxbxChgBarUserMsgTwo.AcceptsTab = true;
this.ppTxbxChgBarUserMsgTwo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.procedureConfigBindingSource, "Print_UserCBMess2", true));
- this.ppTxbxChgBarUserMsgTwo.Location = new System.Drawing.Point(83, 56);
+ this.ppTxbxChgBarUserMsgTwo.Location = new System.Drawing.Point(62, 46);
+ this.ppTxbxChgBarUserMsgTwo.Margin = new System.Windows.Forms.Padding(2);
this.ppTxbxChgBarUserMsgTwo.Multiline = false;
this.ppTxbxChgBarUserMsgTwo.Name = "ppTxbxChgBarUserMsgTwo";
- this.ppTxbxChgBarUserMsgTwo.Size = new System.Drawing.Size(57, 24);
+ this.ppTxbxChgBarUserMsgTwo.Size = new System.Drawing.Size(44, 20);
this.ppTxbxChgBarUserMsgTwo.TabIndex = 2;
this.ppTxbxChgBarUserMsgTwo.TabStop = false;
this.ppTxbxChgBarUserMsgTwo.Text = "";
@@ -578,9 +610,10 @@ namespace VEPROMS
//
this.label7.AutoSize = true;
this.label7.BackColor = System.Drawing.Color.Transparent;
- this.label7.Location = new System.Drawing.Point(5, 87);
+ this.label7.Location = new System.Drawing.Point(4, 71);
+ this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(71, 17);
+ this.label7.Size = new System.Drawing.Size(55, 13);
this.label7.TabIndex = 8;
this.label7.Text = "Text Type";
//
@@ -588,9 +621,10 @@ namespace VEPROMS
//
this.label8.AutoSize = true;
this.label8.BackColor = System.Drawing.Color.Transparent;
- this.label8.Location = new System.Drawing.Point(18, 32);
+ this.label8.Location = new System.Drawing.Point(14, 26);
+ this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(58, 17);
+ this.label8.Size = new System.Drawing.Size(44, 13);
this.label8.TabIndex = 9;
this.label8.Text = "Position";
//
@@ -598,9 +632,10 @@ namespace VEPROMS
//
this.label19.AutoSize = true;
this.label19.BackColor = System.Drawing.Color.Transparent;
- this.label19.Location = new System.Drawing.Point(9, 10);
+ this.label19.Location = new System.Drawing.Point(7, 8);
+ this.label19.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label19.Name = "label19";
- this.label19.Size = new System.Drawing.Size(52, 17);
+ this.label19.Size = new System.Drawing.Size(39, 13);
this.label19.TabIndex = 28;
this.label19.Text = "Format";
//
@@ -608,92 +643,102 @@ namespace VEPROMS
//
this.label20.AutoSize = true;
this.label20.BackColor = System.Drawing.Color.Transparent;
- this.label20.Location = new System.Drawing.Point(344, 122);
+ this.label20.Location = new System.Drawing.Point(258, 99);
+ this.label20.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label20.Name = "label20";
- this.label20.Size = new System.Drawing.Size(83, 17);
+ this.label20.Size = new System.Drawing.Size(63, 13);
this.label20.TabIndex = 26;
this.label20.Text = "Change Bar";
this.label20.Visible = false;
//
// ppNumUpDwnOvrdPrnPenWidth
//
- this.ppNumUpDwnOvrdPrnPenWidth.Location = new System.Drawing.Point(242, 14);
+ this.ppNumUpDwnOvrdPrnPenWidth.Location = new System.Drawing.Point(182, 11);
+ this.ppNumUpDwnOvrdPrnPenWidth.Margin = new System.Windows.Forms.Padding(2);
this.ppNumUpDwnOvrdPrnPenWidth.Name = "ppNumUpDwnOvrdPrnPenWidth";
- this.ppNumUpDwnOvrdPrnPenWidth.Size = new System.Drawing.Size(47, 22);
+ this.ppNumUpDwnOvrdPrnPenWidth.Size = new System.Drawing.Size(35, 20);
this.ppNumUpDwnOvrdPrnPenWidth.TabIndex = 1;
this.ppNumUpDwnOvrdPrnPenWidth.TabStop = false;
//
// label39
//
this.label39.AutoSize = true;
- this.label39.Location = new System.Drawing.Point(14, 16);
+ this.label39.Location = new System.Drawing.Point(10, 13);
+ this.label39.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label39.Name = "label39";
- this.label39.Size = new System.Drawing.Size(222, 17);
+ this.label39.Size = new System.Drawing.Size(165, 13);
this.label39.TabIndex = 0;
this.label39.Text = "Override Normal Pen Width (dots)";
//
// label40
//
this.label40.AutoSize = true;
- this.label40.Location = new System.Drawing.Point(14, 59);
+ this.label40.Location = new System.Drawing.Point(10, 48);
+ this.label40.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label40.Name = "label40";
- this.label40.Size = new System.Drawing.Size(205, 17);
+ this.label40.Size = new System.Drawing.Size(153, 13);
this.label40.TabIndex = 2;
this.label40.Text = "Override Bold Pen Width (dots)";
//
// ppNumUpDwnOverdPrnPenBoldWidth
//
- this.ppNumUpDwnOverdPrnPenBoldWidth.Location = new System.Drawing.Point(242, 57);
+ this.ppNumUpDwnOverdPrnPenBoldWidth.Location = new System.Drawing.Point(182, 46);
+ this.ppNumUpDwnOverdPrnPenBoldWidth.Margin = new System.Windows.Forms.Padding(2);
this.ppNumUpDwnOverdPrnPenBoldWidth.Name = "ppNumUpDwnOverdPrnPenBoldWidth";
- this.ppNumUpDwnOverdPrnPenBoldWidth.Size = new System.Drawing.Size(47, 22);
+ this.ppNumUpDwnOverdPrnPenBoldWidth.Size = new System.Drawing.Size(35, 20);
this.ppNumUpDwnOverdPrnPenBoldWidth.TabIndex = 3;
this.ppNumUpDwnOverdPrnPenBoldWidth.TabStop = false;
//
// ppNumUpDwnOvrdPrnPenULineWidth
//
- this.ppNumUpDwnOvrdPrnPenULineWidth.Location = new System.Drawing.Point(568, 14);
+ this.ppNumUpDwnOvrdPrnPenULineWidth.Location = new System.Drawing.Point(426, 11);
+ this.ppNumUpDwnOvrdPrnPenULineWidth.Margin = new System.Windows.Forms.Padding(2);
this.ppNumUpDwnOvrdPrnPenULineWidth.Name = "ppNumUpDwnOvrdPrnPenULineWidth";
- this.ppNumUpDwnOvrdPrnPenULineWidth.Size = new System.Drawing.Size(47, 22);
+ this.ppNumUpDwnOvrdPrnPenULineWidth.Size = new System.Drawing.Size(35, 20);
this.ppNumUpDwnOvrdPrnPenULineWidth.TabIndex = 5;
this.ppNumUpDwnOvrdPrnPenULineWidth.TabStop = false;
//
// label41
//
this.label41.AutoSize = true;
- this.label41.Location = new System.Drawing.Point(325, 16);
+ this.label41.Location = new System.Drawing.Point(244, 13);
+ this.label41.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label41.Name = "label41";
- this.label41.Size = new System.Drawing.Size(237, 17);
+ this.label41.Size = new System.Drawing.Size(176, 13);
this.label41.TabIndex = 4;
this.label41.Text = "Override Underline Thickness (dots)";
//
// ppNumUpDwnAdjPrnStartPos
//
- this.ppNumUpDwnAdjPrnStartPos.Location = new System.Drawing.Point(568, 57);
+ this.ppNumUpDwnAdjPrnStartPos.Location = new System.Drawing.Point(426, 46);
+ this.ppNumUpDwnAdjPrnStartPos.Margin = new System.Windows.Forms.Padding(2);
this.ppNumUpDwnAdjPrnStartPos.Maximum = new decimal(new int[] {
500,
0,
0,
0});
this.ppNumUpDwnAdjPrnStartPos.Name = "ppNumUpDwnAdjPrnStartPos";
- this.ppNumUpDwnAdjPrnStartPos.Size = new System.Drawing.Size(47, 22);
+ this.ppNumUpDwnAdjPrnStartPos.Size = new System.Drawing.Size(35, 20);
this.ppNumUpDwnAdjPrnStartPos.TabIndex = 7;
this.ppNumUpDwnAdjPrnStartPos.TabStop = false;
//
// label42
//
this.label42.AutoSize = true;
- this.label42.Location = new System.Drawing.Point(310, 59);
+ this.label42.Location = new System.Drawing.Point(232, 48);
+ this.label42.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label42.Name = "label42";
- this.label42.Size = new System.Drawing.Size(252, 17);
+ this.label42.Size = new System.Drawing.Size(187, 13);
this.label42.TabIndex = 6;
this.label42.Text = "Adjust Starting Position on Page (dots)";
//
// ppBtnDeftDisAutoDuplx
//
this.ppBtnDeftDisAutoDuplx.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.ppBtnDeftDisAutoDuplx.Location = new System.Drawing.Point(592, 30);
+ this.ppBtnDeftDisAutoDuplx.Location = new System.Drawing.Point(444, 24);
+ this.ppBtnDeftDisAutoDuplx.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnDeftDisAutoDuplx.Name = "ppBtnDeftDisAutoDuplx";
- this.ppBtnDeftDisAutoDuplx.Size = new System.Drawing.Size(58, 24);
+ this.ppBtnDeftDisAutoDuplx.Size = new System.Drawing.Size(44, 20);
this.superTooltip1.SetSuperTooltip(this.ppBtnDeftDisAutoDuplx, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDeftDisAutoDuplx.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(255, 150)));
this.ppBtnDeftDisAutoDuplx.TabIndex = 63;
this.ppBtnDeftDisAutoDuplx.TabStop = false;
@@ -708,9 +753,10 @@ namespace VEPROMS
this.ppLblAutoDuplexDefault.BackColor = System.Drawing.Color.Transparent;
this.ppLblAutoDuplexDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ppLblAutoDuplexDefault.ForeColor = System.Drawing.Color.Gray;
- this.ppLblAutoDuplexDefault.Location = new System.Drawing.Point(397, 54);
+ this.ppLblAutoDuplexDefault.Location = new System.Drawing.Point(298, 44);
+ this.ppLblAutoDuplexDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.ppLblAutoDuplexDefault.Name = "ppLblAutoDuplexDefault";
- this.ppLblAutoDuplexDefault.Size = new System.Drawing.Size(86, 17);
+ this.ppLblAutoDuplexDefault.Size = new System.Drawing.Size(64, 13);
this.superTooltip1.SetSuperTooltip(this.ppLblAutoDuplexDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the Automatic Duplex default setting", "", "Pressing the Default Button (to the right)\r\nwill reset the Automatic Duplex setti" +
"ng back\r\nto this default.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0)));
this.ppLblAutoDuplexDefault.TabIndex = 62;
@@ -721,9 +767,10 @@ namespace VEPROMS
this.ppChbxDisAutoDuplex.AutoSize = true;
this.ppChbxDisAutoDuplex.BackColor = System.Drawing.Color.Transparent;
this.ppChbxDisAutoDuplex.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.procedureConfigBindingSource, "Print_DisableDuplex", true));
- this.ppChbxDisAutoDuplex.Location = new System.Drawing.Point(377, 30);
+ this.ppChbxDisAutoDuplex.Location = new System.Drawing.Point(283, 24);
+ this.ppChbxDisAutoDuplex.Margin = new System.Windows.Forms.Padding(2);
this.ppChbxDisAutoDuplex.Name = "ppChbxDisAutoDuplex";
- this.ppChbxDisAutoDuplex.Size = new System.Drawing.Size(209, 21);
+ this.ppChbxDisAutoDuplex.Size = new System.Drawing.Size(161, 17);
this.superTooltip1.SetSuperTooltip(this.ppChbxDisAutoDuplex, new DevComponents.DotNetBar.SuperTooltipInfo("Disable Automatic Duplex", "", "Checking this box will turn OFF the automatic duplexing used in some formats for " +
"Foldout pages.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0)));
this.ppChbxDisAutoDuplex.TabIndex = 61;
@@ -735,9 +782,10 @@ namespace VEPROMS
// ppBtnDefWatermark
//
this.ppBtnDefWatermark.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.ppBtnDefWatermark.Location = new System.Drawing.Point(269, 30);
+ this.ppBtnDefWatermark.Location = new System.Drawing.Point(202, 24);
+ this.ppBtnDefWatermark.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnDefWatermark.Name = "ppBtnDefWatermark";
- this.ppBtnDefWatermark.Size = new System.Drawing.Size(50, 23);
+ this.ppBtnDefWatermark.Size = new System.Drawing.Size(38, 19);
this.superTooltip1.SetSuperTooltip(this.ppBtnDefWatermark, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", "This will revert the watermark selection back to using the parent\'s (default) set" +
"ting.\r\n\r\nCheck \"Show Default Settings\" to display the \"default\" watermark (below" +
" the Watermark selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(255, 145)));
@@ -755,9 +803,10 @@ namespace VEPROMS
this.ppCmbxWatermark.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.ppCmbxWatermark.FormattingEnabled = true;
this.ppCmbxWatermark.ItemHeight = 16;
- this.ppCmbxWatermark.Location = new System.Drawing.Point(98, 30);
+ this.ppCmbxWatermark.Location = new System.Drawing.Point(74, 24);
+ this.ppCmbxWatermark.Margin = new System.Windows.Forms.Padding(2);
this.ppCmbxWatermark.Name = "ppCmbxWatermark";
- this.ppCmbxWatermark.Size = new System.Drawing.Size(163, 22);
+ this.ppCmbxWatermark.Size = new System.Drawing.Size(123, 22);
this.ppCmbxWatermark.TabIndex = 58;
this.ppCmbxWatermark.TabStop = false;
this.ppCmbxWatermark.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
@@ -770,9 +819,10 @@ namespace VEPROMS
this.ppLblWatermarkDefault.BackColor = System.Drawing.Color.Transparent;
this.ppLblWatermarkDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ppLblWatermarkDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.ppLblWatermarkDefault.Location = new System.Drawing.Point(95, 57);
+ this.ppLblWatermarkDefault.Location = new System.Drawing.Point(71, 46);
+ this.ppLblWatermarkDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.ppLblWatermarkDefault.Name = "ppLblWatermarkDefault";
- this.ppLblWatermarkDefault.Size = new System.Drawing.Size(61, 17);
+ this.ppLblWatermarkDefault.Size = new System.Drawing.Size(45, 13);
this.superTooltip1.SetSuperTooltip(this.ppLblWatermarkDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Watermark setting", "", "Pressing the Default Button (to the right)\r\nwill reset the watermark setting back" +
" to \r\nthis default.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0)));
this.ppLblWatermarkDefault.TabIndex = 56;
@@ -782,9 +832,10 @@ namespace VEPROMS
//
this.label18.AutoSize = true;
this.label18.BackColor = System.Drawing.Color.Transparent;
- this.label18.Location = new System.Drawing.Point(15, 33);
+ this.label18.Location = new System.Drawing.Point(11, 27);
+ this.label18.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label18.Name = "label18";
- this.label18.Size = new System.Drawing.Size(77, 17);
+ this.label18.Size = new System.Drawing.Size(59, 13);
this.label18.TabIndex = 53;
this.label18.Text = "Watermark";
//
@@ -796,18 +847,20 @@ namespace VEPROMS
"Unit Two",
"Unit Three",
"Unit Four"});
- this.ppCkLstApplicabilityDesinations.Location = new System.Drawing.Point(26, 47);
+ this.ppCkLstApplicabilityDesinations.Location = new System.Drawing.Point(20, 38);
+ this.ppCkLstApplicabilityDesinations.Margin = new System.Windows.Forms.Padding(2);
this.ppCkLstApplicabilityDesinations.Name = "ppCkLstApplicabilityDesinations";
- this.ppCkLstApplicabilityDesinations.Size = new System.Drawing.Size(266, 89);
+ this.ppCkLstApplicabilityDesinations.Size = new System.Drawing.Size(200, 64);
this.ppCkLstApplicabilityDesinations.TabIndex = 27;
//
// ppCbProcView
//
this.ppCbProcView.AutoSize = true;
this.ppCbProcView.BackColor = System.Drawing.Color.Transparent;
- this.ppCbProcView.Location = new System.Drawing.Point(26, 220);
+ this.ppCbProcView.Location = new System.Drawing.Point(20, 179);
+ this.ppCbProcView.Margin = new System.Windows.Forms.Padding(2);
this.ppCbProcView.Name = "ppCbProcView";
- this.ppCbProcView.Size = new System.Drawing.Size(193, 21);
+ this.ppCbProcView.Size = new System.Drawing.Size(150, 17);
this.ppCbProcView.TabIndex = 37;
this.ppCbProcView.Text = "Include in Procedure View";
this.ppCbProcView.UseVisualStyleBackColor = false;
@@ -816,9 +869,10 @@ namespace VEPROMS
//
this.label22.AutoSize = true;
this.label22.BackColor = System.Drawing.Color.Transparent;
- this.label22.Location = new System.Drawing.Point(23, 27);
+ this.label22.Location = new System.Drawing.Point(17, 22);
+ this.label22.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label22.Name = "label22";
- this.label22.Size = new System.Drawing.Size(164, 17);
+ this.label22.Size = new System.Drawing.Size(123, 13);
this.label22.TabIndex = 26;
this.label22.Text = "Applicability Destinations";
//
@@ -826,9 +880,10 @@ namespace VEPROMS
//
this.ppCbBackView.AutoSize = true;
this.ppCbBackView.BackColor = System.Drawing.Color.Transparent;
- this.ppCbBackView.Location = new System.Drawing.Point(26, 247);
+ this.ppCbBackView.Location = new System.Drawing.Point(20, 201);
+ this.ppCbBackView.Margin = new System.Windows.Forms.Padding(2);
this.ppCbBackView.Name = "ppCbBackView";
- this.ppCbBackView.Size = new System.Drawing.Size(203, 21);
+ this.ppCbBackView.Size = new System.Drawing.Size(159, 17);
this.ppCbBackView.TabIndex = 21;
this.ppCbBackView.Text = "Include in Background View";
this.ppCbBackView.UseVisualStyleBackColor = false;
@@ -837,9 +892,10 @@ namespace VEPROMS
//
this.ppCbDeviationView.AutoSize = true;
this.ppCbDeviationView.BackColor = System.Drawing.Color.Transparent;
- this.ppCbDeviationView.Location = new System.Drawing.Point(26, 274);
+ this.ppCbDeviationView.Location = new System.Drawing.Point(20, 223);
+ this.ppCbDeviationView.Margin = new System.Windows.Forms.Padding(2);
this.ppCbDeviationView.Name = "ppCbDeviationView";
- this.ppCbDeviationView.Size = new System.Drawing.Size(186, 21);
+ this.ppCbDeviationView.Size = new System.Drawing.Size(146, 17);
this.ppCbDeviationView.TabIndex = 22;
this.ppCbDeviationView.Text = "Include in Deviation View";
this.ppCbDeviationView.UseVisualStyleBackColor = false;
@@ -876,7 +932,7 @@ namespace VEPROMS
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(134, 29);
this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(60, 17);
+ this.label15.Size = new System.Drawing.Size(47, 13);
this.label15.TabIndex = 5;
this.label15.Text = "Line two";
//
@@ -885,7 +941,7 @@ namespace VEPROMS
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(17, 29);
this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(63, 17);
+ this.label14.Size = new System.Drawing.Size(48, 13);
this.label14.TabIndex = 4;
this.label14.Text = "Line one";
//
@@ -912,7 +968,7 @@ namespace VEPROMS
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(9, 85);
this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(71, 17);
+ this.label13.Size = new System.Drawing.Size(55, 13);
this.label13.TabIndex = 8;
this.label13.Text = "Text Type";
//
@@ -921,7 +977,7 @@ namespace VEPROMS
this.versionsPropChangeBarPositionCombo.FormattingEnabled = true;
this.versionsPropChangeBarPositionCombo.Location = new System.Drawing.Point(86, 39);
this.versionsPropChangeBarPositionCombo.Name = "versionsPropChangeBarPositionCombo";
- this.versionsPropChangeBarPositionCombo.Size = new System.Drawing.Size(248, 24);
+ this.versionsPropChangeBarPositionCombo.Size = new System.Drawing.Size(248, 21);
this.versionsPropChangeBarPositionCombo.TabIndex = 10;
//
// label12
@@ -929,7 +985,7 @@ namespace VEPROMS
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(22, 42);
this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(58, 17);
+ this.label12.Size = new System.Drawing.Size(44, 13);
this.label12.TabIndex = 9;
this.label12.Text = "Position";
//
@@ -938,7 +994,7 @@ namespace VEPROMS
this.versionsPropChangeBarTextTypeCombo.FormattingEnabled = true;
this.versionsPropChangeBarTextTypeCombo.Location = new System.Drawing.Point(86, 82);
this.versionsPropChangeBarTextTypeCombo.Name = "versionsPropChangeBarTextTypeCombo";
- this.versionsPropChangeBarTextTypeCombo.Size = new System.Drawing.Size(248, 24);
+ this.versionsPropChangeBarTextTypeCombo.Size = new System.Drawing.Size(248, 21);
this.versionsPropChangeBarTextTypeCombo.TabIndex = 7;
//
// versionsPropPaginationCombo
@@ -946,7 +1002,7 @@ namespace VEPROMS
this.versionsPropPaginationCombo.FormattingEnabled = true;
this.versionsPropPaginationCombo.Location = new System.Drawing.Point(120, 81);
this.versionsPropPaginationCombo.Name = "versionsPropPaginationCombo";
- this.versionsPropPaginationCombo.Size = new System.Drawing.Size(165, 25);
+ this.versionsPropPaginationCombo.Size = new System.Drawing.Size(165, 21);
this.versionsPropPaginationCombo.TabIndex = 24;
//
// label16
@@ -963,7 +1019,7 @@ namespace VEPROMS
this.versionsPropWatermarkCombo.FormattingEnabled = true;
this.versionsPropWatermarkCombo.Location = new System.Drawing.Point(427, 81);
this.versionsPropWatermarkCombo.Name = "versionsPropWatermarkCombo";
- this.versionsPropWatermarkCombo.Size = new System.Drawing.Size(178, 25);
+ this.versionsPropWatermarkCombo.Size = new System.Drawing.Size(178, 21);
this.versionsPropWatermarkCombo.TabIndex = 22;
//
// label17
@@ -980,7 +1036,7 @@ namespace VEPROMS
this.versionsPropDefaultFormatCombo.FormattingEnabled = true;
this.versionsPropDefaultFormatCombo.Location = new System.Drawing.Point(26, 34);
this.versionsPropDefaultFormatCombo.Name = "versionsPropDefaultFormatCombo";
- this.versionsPropDefaultFormatCombo.Size = new System.Drawing.Size(526, 25);
+ this.versionsPropDefaultFormatCombo.Size = new System.Drawing.Size(526, 21);
this.versionsPropDefaultFormatCombo.TabIndex = 20;
//
// label10
@@ -1002,7 +1058,7 @@ namespace VEPROMS
"Override Format Defined Change Bars"});
this.versionsPropChangeBarTypeCombo.Location = new System.Drawing.Point(119, 126);
this.versionsPropChangeBarTypeCombo.Name = "versionsPropChangeBarTypeCombo";
- this.versionsPropChangeBarTypeCombo.Size = new System.Drawing.Size(293, 25);
+ this.versionsPropChangeBarTypeCombo.Size = new System.Drawing.Size(293, 21);
this.versionsPropChangeBarTypeCombo.TabIndex = 4;
//
// label11
@@ -1019,9 +1075,10 @@ namespace VEPROMS
this.ppLblDefSettingsInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
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.Location = new System.Drawing.Point(2, 376);
+ this.ppLblDefSettingsInfo.Location = new System.Drawing.Point(2, 306);
+ this.ppLblDefSettingsInfo.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.ppLblDefSettingsInfo.Name = "ppLblDefSettingsInfo";
- this.ppLblDefSettingsInfo.Size = new System.Drawing.Size(205, 17);
+ this.ppLblDefSettingsInfo.Size = new System.Drawing.Size(156, 13);
this.ppLblDefSettingsInfo.TabIndex = 25;
this.ppLblDefSettingsInfo.Text = "* Default values shown in italics";
this.ppLblDefSettingsInfo.Visible = false;
@@ -1034,9 +1091,10 @@ namespace VEPROMS
//
//
this.ppCbShwDefSettings.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ppCbShwDefSettings.Location = new System.Drawing.Point(6, 395);
+ this.ppCbShwDefSettings.Location = new System.Drawing.Point(4, 321);
+ this.ppCbShwDefSettings.Margin = new System.Windows.Forms.Padding(2);
this.ppCbShwDefSettings.Name = "ppCbShwDefSettings";
- this.ppCbShwDefSettings.Size = new System.Drawing.Size(150, 17);
+ this.ppCbShwDefSettings.Size = new System.Drawing.Size(131, 15);
this.superTooltip1.SetSuperTooltip(this.ppCbShwDefSettings, new DevComponents.DotNetBar.SuperTooltipInfo("Show Default Settings", "", "When checked, the default (parent\'s) setting will appear below the overridden sel" +
"ection.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
this.ppCbShwDefSettings.TabIndex = 5;
@@ -1052,7 +1110,7 @@ namespace VEPROMS
this.comboBoxEx1.FormattingEnabled = true;
this.comboBoxEx1.Location = new System.Drawing.Point(104, 135);
this.comboBoxEx1.Name = "comboBoxEx1";
- this.comboBoxEx1.Size = new System.Drawing.Size(293, 23);
+ this.comboBoxEx1.Size = new System.Drawing.Size(293, 21);
this.comboBoxEx1.TabIndex = 50;
this.comboBoxEx1.WatermarkText = "using default";
//
@@ -1065,7 +1123,7 @@ namespace VEPROMS
this.comboBoxEx2.FormattingEnabled = true;
this.comboBoxEx2.Location = new System.Drawing.Point(411, 80);
this.comboBoxEx2.Name = "comboBoxEx2";
- this.comboBoxEx2.Size = new System.Drawing.Size(178, 23);
+ this.comboBoxEx2.Size = new System.Drawing.Size(178, 21);
this.comboBoxEx2.TabIndex = 49;
this.comboBoxEx2.WatermarkText = "using default";
//
@@ -1078,7 +1136,7 @@ namespace VEPROMS
this.comboBoxEx3.FormattingEnabled = true;
this.comboBoxEx3.Location = new System.Drawing.Point(104, 80);
this.comboBoxEx3.Name = "comboBoxEx3";
- this.comboBoxEx3.Size = new System.Drawing.Size(165, 23);
+ this.comboBoxEx3.Size = new System.Drawing.Size(165, 21);
this.comboBoxEx3.TabIndex = 48;
this.comboBoxEx3.WatermarkText = "using default";
//
@@ -1102,7 +1160,7 @@ namespace VEPROMS
this.comboBoxEx4.FormattingEnabled = true;
this.comboBoxEx4.Location = new System.Drawing.Point(69, 20);
this.comboBoxEx4.Name = "comboBoxEx4";
- this.comboBoxEx4.Size = new System.Drawing.Size(514, 23);
+ this.comboBoxEx4.Size = new System.Drawing.Size(514, 21);
this.comboBoxEx4.TabIndex = 39;
this.comboBoxEx4.ValueMember = "Description";
this.comboBoxEx4.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
@@ -1203,7 +1261,7 @@ namespace VEPROMS
this.label27.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.label27.Location = new System.Drawing.Point(83, 109);
this.label27.Name = "label27";
- this.label27.Size = new System.Drawing.Size(61, 17);
+ this.label27.Size = new System.Drawing.Size(45, 13);
this.label27.TabIndex = 40;
this.label27.Text = "(default)";
//
@@ -1214,7 +1272,7 @@ namespace VEPROMS
this.label28.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.label28.Location = new System.Drawing.Point(83, 53);
this.label28.Name = "label28";
- this.label28.Size = new System.Drawing.Size(61, 17);
+ this.label28.Size = new System.Drawing.Size(45, 13);
this.label28.TabIndex = 39;
this.label28.Text = "(default)";
//
@@ -1240,7 +1298,7 @@ namespace VEPROMS
this.label29.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.label29.Location = new System.Drawing.Point(141, 74);
this.label29.Name = "label29";
- this.label29.Size = new System.Drawing.Size(61, 17);
+ this.label29.Size = new System.Drawing.Size(45, 13);
this.label29.TabIndex = 7;
this.label29.Text = "(default)";
//
@@ -1251,7 +1309,7 @@ namespace VEPROMS
this.label30.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.label30.Location = new System.Drawing.Point(16, 74);
this.label30.Name = "label30";
- this.label30.Size = new System.Drawing.Size(61, 17);
+ this.label30.Size = new System.Drawing.Size(45, 13);
this.label30.TabIndex = 6;
this.label30.Text = "(default)";
//
@@ -1260,7 +1318,7 @@ namespace VEPROMS
this.label31.AutoSize = true;
this.label31.Location = new System.Drawing.Point(135, 27);
this.label31.Name = "label31";
- this.label31.Size = new System.Drawing.Size(60, 17);
+ this.label31.Size = new System.Drawing.Size(47, 13);
this.label31.TabIndex = 5;
this.label31.Text = "Line two";
//
@@ -1269,7 +1327,7 @@ namespace VEPROMS
this.label32.AutoSize = true;
this.label32.Location = new System.Drawing.Point(14, 27);
this.label32.Name = "label32";
- this.label32.Size = new System.Drawing.Size(63, 17);
+ this.label32.Size = new System.Drawing.Size(48, 13);
this.label32.TabIndex = 4;
this.label32.Text = "Line one";
//
@@ -1300,7 +1358,7 @@ namespace VEPROMS
this.label33.AutoSize = true;
this.label33.Location = new System.Drawing.Point(9, 85);
this.label33.Name = "label33";
- this.label33.Size = new System.Drawing.Size(71, 17);
+ this.label33.Size = new System.Drawing.Size(55, 13);
this.label33.TabIndex = 8;
this.label33.Text = "Text Type";
//
@@ -1309,7 +1367,7 @@ namespace VEPROMS
this.label34.AutoSize = true;
this.label34.Location = new System.Drawing.Point(22, 29);
this.label34.Name = "label34";
- this.label34.Size = new System.Drawing.Size(58, 17);
+ this.label34.Size = new System.Drawing.Size(44, 13);
this.label34.TabIndex = 9;
this.label34.Text = "Position";
//
@@ -1369,9 +1427,10 @@ namespace VEPROMS
this.ppGpbxUserSpecCB.Controls.Add(this.ppCmbxChgBarPos);
this.ppGpbxUserSpecCB.Controls.Add(this.ppLblChgBarTxtTypeDefault);
this.ppGpbxUserSpecCB.DisabledBackColor = System.Drawing.Color.Empty;
- this.ppGpbxUserSpecCB.Location = new System.Drawing.Point(12, 151);
+ this.ppGpbxUserSpecCB.Location = new System.Drawing.Point(9, 123);
+ this.ppGpbxUserSpecCB.Margin = new System.Windows.Forms.Padding(2);
this.ppGpbxUserSpecCB.Name = "ppGpbxUserSpecCB";
- this.ppGpbxUserSpecCB.Size = new System.Drawing.Size(622, 167);
+ this.ppGpbxUserSpecCB.Size = new System.Drawing.Size(466, 136);
//
//
//
@@ -1419,9 +1478,10 @@ namespace VEPROMS
this.ppGpbxUserSpecTxt.Controls.Add(this.ppTxbxChangeBarUserMsgOne);
this.ppGpbxUserSpecTxt.Controls.Add(this.ppLblChgBarUserMsgTwoDefault);
this.ppGpbxUserSpecTxt.DisabledBackColor = System.Drawing.Color.Empty;
- this.ppGpbxUserSpecTxt.Location = new System.Drawing.Point(346, 9);
+ this.ppGpbxUserSpecTxt.Location = new System.Drawing.Point(260, 7);
+ this.ppGpbxUserSpecTxt.Margin = new System.Windows.Forms.Padding(2);
this.ppGpbxUserSpecTxt.Name = "ppGpbxUserSpecTxt";
- this.ppGpbxUserSpecTxt.Size = new System.Drawing.Size(260, 130);
+ this.ppGpbxUserSpecTxt.Size = new System.Drawing.Size(195, 106);
//
//
//
@@ -1460,9 +1520,10 @@ namespace VEPROMS
this.panProcBtns.Controls.Add(this.btnOutputStngs);
this.panProcBtns.Controls.Add(this.btnFmtStngs);
this.panProcBtns.Controls.Add(this.btnGeneral);
- this.panProcBtns.Location = new System.Drawing.Point(12, 7);
+ this.panProcBtns.Location = new System.Drawing.Point(9, 6);
+ this.panProcBtns.Margin = new System.Windows.Forms.Padding(2);
this.panProcBtns.Name = "panProcBtns";
- this.panProcBtns.Size = new System.Drawing.Size(165, 356);
+ this.panProcBtns.Size = new System.Drawing.Size(124, 289);
this.panProcBtns.TabIndex = 27;
//
// btnOutputStngs
@@ -1470,9 +1531,10 @@ namespace VEPROMS
this.btnOutputStngs.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnOutputStngs.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnOutputStngs.Dock = System.Windows.Forms.DockStyle.Top;
- this.btnOutputStngs.Location = new System.Drawing.Point(0, 46);
+ this.btnOutputStngs.Location = new System.Drawing.Point(0, 38);
+ this.btnOutputStngs.Margin = new System.Windows.Forms.Padding(2);
this.btnOutputStngs.Name = "btnOutputStngs";
- this.btnOutputStngs.Size = new System.Drawing.Size(165, 23);
+ this.btnOutputStngs.Size = new System.Drawing.Size(124, 19);
this.btnOutputStngs.TabIndex = 4;
this.btnOutputStngs.TabStop = false;
this.btnOutputStngs.Text = "Output Settings";
@@ -1484,9 +1546,10 @@ namespace VEPROMS
this.btnFmtStngs.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnFmtStngs.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnFmtStngs.Dock = System.Windows.Forms.DockStyle.Top;
- this.btnFmtStngs.Location = new System.Drawing.Point(0, 23);
+ this.btnFmtStngs.Location = new System.Drawing.Point(0, 19);
+ this.btnFmtStngs.Margin = new System.Windows.Forms.Padding(2);
this.btnFmtStngs.Name = "btnFmtStngs";
- this.btnFmtStngs.Size = new System.Drawing.Size(165, 23);
+ this.btnFmtStngs.Size = new System.Drawing.Size(124, 19);
this.btnFmtStngs.TabIndex = 3;
this.btnFmtStngs.Text = "Format Settings";
this.btnFmtStngs.Click += new System.EventHandler(this.btnFmtStngs_Click);
@@ -1497,8 +1560,9 @@ namespace VEPROMS
this.btnGeneral.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnGeneral.Dock = System.Windows.Forms.DockStyle.Top;
this.btnGeneral.Location = new System.Drawing.Point(0, 0);
+ this.btnGeneral.Margin = new System.Windows.Forms.Padding(2);
this.btnGeneral.Name = "btnGeneral";
- this.btnGeneral.Size = new System.Drawing.Size(165, 23);
+ this.btnGeneral.Size = new System.Drawing.Size(124, 19);
this.btnGeneral.TabIndex = 2;
this.btnGeneral.Text = "General";
this.btnGeneral.Click += new System.EventHandler(this.btnGeneral_Click);
@@ -1509,15 +1573,16 @@ namespace VEPROMS
| System.Windows.Forms.AnchorStyles.Right)));
this.tcProcProp.BackColor = System.Drawing.Color.Transparent;
this.tcProcProp.CanReorderTabs = true;
+ this.tcProcProp.Controls.Add(this.tcpFormatSettings);
this.tcProcProp.Controls.Add(this.tcpGeneral);
this.tcProcProp.Controls.Add(this.tcpOutputSettings);
- this.tcProcProp.Controls.Add(this.tcpFormatSettings);
this.tcProcProp.Controls.Add(this.tabControlPanel4);
- this.tcProcProp.Location = new System.Drawing.Point(180, 7);
+ this.tcProcProp.Location = new System.Drawing.Point(135, 6);
+ this.tcProcProp.Margin = new System.Windows.Forms.Padding(2);
this.tcProcProp.Name = "tcProcProp";
this.tcProcProp.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold);
this.tcProcProp.SelectedTabIndex = 0;
- this.tcProcProp.Size = new System.Drawing.Size(672, 356);
+ this.tcProcProp.Size = new System.Drawing.Size(504, 289);
this.tcProcProp.Style = DevComponents.DotNetBar.eTabStripStyle.Office2007Dock;
this.tcProcProp.TabIndex = 28;
this.tcProcProp.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
@@ -1527,6 +1592,99 @@ namespace VEPROMS
this.tcProcProp.TabsVisible = false;
this.tcProcProp.Text = "tabControl2";
//
+ // tcpFormatSettings
+ //
+ this.tcpFormatSettings.Controls.Add(this.ppGpbxUserSpecCB);
+ this.tcpFormatSettings.Controls.Add(this.ppBtnDefaultChgBar);
+ this.tcpFormatSettings.Controls.Add(this.label19);
+ this.tcpFormatSettings.Controls.Add(this.ppCmbxChangeBarType);
+ this.tcpFormatSettings.Controls.Add(this.label20);
+ this.tcpFormatSettings.Controls.Add(this.ppBtnDefaultFmt);
+ this.tcpFormatSettings.Controls.Add(this.ppBtnDefEdCols);
+ this.tcpFormatSettings.Controls.Add(this.ppCmbxFormat);
+ this.tcpFormatSettings.Controls.Add(this.ppCmbxStpEditorCols);
+ this.tcpFormatSettings.Controls.Add(this.label43);
+ this.tcpFormatSettings.Controls.Add(this.ppLblFormatDefault);
+ this.tcpFormatSettings.Controls.Add(this.ppLblStpEditorColsDefault);
+ this.tcpFormatSettings.Controls.Add(this.ppLblChangeBarTypeDefault);
+ this.tcpFormatSettings.DisabledBackColor = System.Drawing.Color.Empty;
+ this.tcpFormatSettings.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.tcpFormatSettings.Location = new System.Drawing.Point(0, 22);
+ this.tcpFormatSettings.Margin = new System.Windows.Forms.Padding(2);
+ this.tcpFormatSettings.Name = "tcpFormatSettings";
+ this.tcpFormatSettings.Padding = new System.Windows.Forms.Padding(1);
+ this.tcpFormatSettings.Size = new System.Drawing.Size(504, 267);
+ this.tcpFormatSettings.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
+ this.tcpFormatSettings.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
+ this.tcpFormatSettings.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
+ this.tcpFormatSettings.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
+ this.tcpFormatSettings.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
+ | DevComponents.DotNetBar.eBorderSide.Bottom)));
+ this.tcpFormatSettings.Style.GradientAngle = 90;
+ this.tcpFormatSettings.TabIndex = 2;
+ this.tcpFormatSettings.TabItem = this.tiFmtStngs;
+ this.tcpFormatSettings.Enter += new System.EventHandler(this.tabpage_Enter);
+ //
+ // ppBtnDefEdCols
+ //
+ this.ppBtnDefEdCols.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
+ this.ppBtnDefEdCols.Location = new System.Drawing.Point(238, 78);
+ this.ppBtnDefEdCols.Margin = new System.Windows.Forms.Padding(2);
+ this.ppBtnDefEdCols.Name = "ppBtnDefEdCols";
+ this.ppBtnDefEdCols.Size = new System.Drawing.Size(38, 19);
+ this.ppBtnDefEdCols.TabIndex = 23;
+ this.ppBtnDefEdCols.Text = "Default";
+ this.ppBtnDefEdCols.ThemeAware = true;
+ this.ppBtnDefEdCols.Visible = false;
+ this.ppBtnDefEdCols.Click += new System.EventHandler(this.ppBtnDefEdCols_Click);
+ //
+ // ppCmbxStpEditorCols
+ //
+ this.ppCmbxStpEditorCols.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.procedureConfigBindingSource, "Format_Columns", true));
+ this.ppCmbxStpEditorCols.DisplayMember = "Text";
+ this.ppCmbxStpEditorCols.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
+ this.ppCmbxStpEditorCols.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ this.ppCmbxStpEditorCols.FormattingEnabled = true;
+ this.ppCmbxStpEditorCols.ItemHeight = 16;
+ this.ppCmbxStpEditorCols.Location = new System.Drawing.Point(123, 78);
+ this.ppCmbxStpEditorCols.Margin = new System.Windows.Forms.Padding(2);
+ this.ppCmbxStpEditorCols.Name = "ppCmbxStpEditorCols";
+ this.ppCmbxStpEditorCols.PreventEnterBeep = true;
+ this.ppCmbxStpEditorCols.Size = new System.Drawing.Size(108, 22);
+ this.ppCmbxStpEditorCols.TabIndex = 22;
+ this.ppCmbxStpEditorCols.WatermarkText = "select column mode";
+ this.ppCmbxStpEditorCols.SelectedValueChanged += new System.EventHandler(this.ppCmbxStpEditorCols_SelectedValueChanged);
+ //
+ // label43
+ //
+ this.label43.AutoSize = true;
+ this.label43.BackColor = System.Drawing.Color.Transparent;
+ this.label43.Location = new System.Drawing.Point(10, 80);
+ this.label43.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.label43.Name = "label43";
+ this.label43.Size = new System.Drawing.Size(112, 13);
+ this.label43.TabIndex = 28;
+ this.label43.Text = "Default Column Mode:";
+ //
+ // ppLblStpEditorColsDefault
+ //
+ this.ppLblStpEditorColsDefault.AutoSize = true;
+ this.ppLblStpEditorColsDefault.BackColor = System.Drawing.Color.Transparent;
+ this.ppLblStpEditorColsDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.ppLblStpEditorColsDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
+ this.ppLblStpEditorColsDefault.Location = new System.Drawing.Point(121, 99);
+ this.ppLblStpEditorColsDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.ppLblStpEditorColsDefault.Name = "ppLblStpEditorColsDefault";
+ this.ppLblStpEditorColsDefault.Size = new System.Drawing.Size(45, 13);
+ this.ppLblStpEditorColsDefault.TabIndex = 40;
+ this.ppLblStpEditorColsDefault.Text = "(default)";
+ //
+ // tiFmtStngs
+ //
+ this.tiFmtStngs.AttachedControl = this.tcpFormatSettings;
+ this.tiFmtStngs.Name = "tiFmtStngs";
+ this.tiFmtStngs.Text = "Format Settings";
+ //
// tcpGeneral
//
this.tcpGeneral.Controls.Add(this.cbEnhanced);
@@ -1542,10 +1700,11 @@ namespace VEPROMS
this.tcpGeneral.Controls.Add(this.label21);
this.tcpGeneral.DisabledBackColor = System.Drawing.Color.Empty;
this.tcpGeneral.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tcpGeneral.Location = new System.Drawing.Point(0, 24);
+ 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(672, 332);
+ this.tcpGeneral.Size = new System.Drawing.Size(504, 267);
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;
@@ -1557,6 +1716,18 @@ namespace VEPROMS
this.tcpGeneral.TabItem = this.tiGeneral;
this.tcpGeneral.Enter += new System.EventHandler(this.tabpage_Enter);
//
+ // cbEnhanced
+ //
+ this.cbEnhanced.AutoSize = true;
+ this.cbEnhanced.BackColor = System.Drawing.Color.Transparent;
+ this.cbEnhanced.Location = new System.Drawing.Point(28, 179);
+ this.cbEnhanced.Margin = new System.Windows.Forms.Padding(2);
+ this.cbEnhanced.Name = "cbEnhanced";
+ this.cbEnhanced.Size = new System.Drawing.Size(109, 17);
+ this.cbEnhanced.TabIndex = 57;
+ this.cbEnhanced.Text = "Create Enhanced";
+ this.cbEnhanced.UseVisualStyleBackColor = false;
+ //
// ppProcNumStpRTB
//
this.ppProcNumStpRTB.ActiveMode = false;
@@ -1572,9 +1743,11 @@ namespace VEPROMS
this.ppProcNumStpRTB.EditMode = true;
this.ppProcNumStpRTB.FieldToEdit = VEPROMS.CSLA.Library.E_FieldToEdit.StepText;
this.ppProcNumStpRTB.FormatFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F);
+ this.ppProcNumStpRTB.ImageWidth = 0;
this.ppProcNumStpRTB.IsExperimenting = false;
this.ppProcNumStpRTB.LastRtf = "";
- this.ppProcNumStpRTB.Location = new System.Drawing.Point(89, 29);
+ this.ppProcNumStpRTB.Location = new System.Drawing.Point(67, 24);
+ this.ppProcNumStpRTB.Margin = new System.Windows.Forms.Padding(2);
this.ppProcNumStpRTB.MyClassName = "RichEdit20W";
this.ppProcNumStpRTB.MyItemInfo = null;
this.ppProcNumStpRTB.MyLinkText = null;
@@ -1585,7 +1758,7 @@ namespace VEPROMS
this.ppProcNumStpRTB.RTBRangeStatus = Volian.Controls.Library.StepRTB.RangeStatus.NoContainedLinks;
this.ppProcNumStpRTB.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
this.ppProcNumStpRTB.ShowDebug = false;
- this.ppProcNumStpRTB.Size = new System.Drawing.Size(539, 20);
+ this.ppProcNumStpRTB.Size = new System.Drawing.Size(405, 17);
this.ppProcNumStpRTB.TabIndex = 0;
this.ppProcNumStpRTB.Text = "";
this.ppProcNumStpRTB.ThisContextMenuStrip = null;
@@ -1607,10 +1780,12 @@ namespace VEPROMS
this.ppProcTitleStpRTB.EditMode = true;
this.ppProcTitleStpRTB.FieldToEdit = VEPROMS.CSLA.Library.E_FieldToEdit.StepText;
this.ppProcTitleStpRTB.FormatFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F);
+ this.ppProcTitleStpRTB.ImageWidth = 0;
this.ppProcTitleStpRTB.IsExperimenting = false;
this.ppProcTitleStpRTB.LastRtf = "";
- this.ppProcTitleStpRTB.Location = new System.Drawing.Point(89, 65);
- this.ppProcTitleStpRTB.MinimumSize = new System.Drawing.Size(539, 59);
+ this.ppProcTitleStpRTB.Location = new System.Drawing.Point(67, 53);
+ this.ppProcTitleStpRTB.Margin = new System.Windows.Forms.Padding(2);
+ this.ppProcTitleStpRTB.MinimumSize = new System.Drawing.Size(405, 49);
this.ppProcTitleStpRTB.MyClassName = "RichEdit20W";
this.ppProcTitleStpRTB.MyItemInfo = null;
this.ppProcTitleStpRTB.MyLinkText = null;
@@ -1621,7 +1796,7 @@ namespace VEPROMS
this.ppProcTitleStpRTB.RTBRangeStatus = Volian.Controls.Library.StepRTB.RangeStatus.NoContainedLinks;
this.ppProcTitleStpRTB.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
this.ppProcTitleStpRTB.ShowDebug = false;
- this.ppProcTitleStpRTB.Size = new System.Drawing.Size(539, 59);
+ this.ppProcTitleStpRTB.Size = new System.Drawing.Size(405, 49);
this.ppProcTitleStpRTB.TabIndex = 1;
this.ppProcTitleStpRTB.Text = "";
this.ppProcTitleStpRTB.ThisContextMenuStrip = null;
@@ -1646,10 +1821,11 @@ namespace VEPROMS
this.tcpOutputSettings.Controls.Add(this.ppCmbxWatermark);
this.tcpOutputSettings.DisabledBackColor = System.Drawing.Color.Empty;
this.tcpOutputSettings.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tcpOutputSettings.Location = new System.Drawing.Point(0, 24);
+ 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(672, 332);
+ this.tcpOutputSettings.Size = new System.Drawing.Size(504, 267);
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;
@@ -1675,9 +1851,10 @@ namespace VEPROMS
this.ppGrpbxPrnAdj.Controls.Add(this.label41);
this.ppGrpbxPrnAdj.Controls.Add(this.ppNumUpDwnOvrdPrnPenULineWidth);
this.ppGrpbxPrnAdj.DisabledBackColor = System.Drawing.Color.Empty;
- this.ppGrpbxPrnAdj.Location = new System.Drawing.Point(15, 120);
+ this.ppGrpbxPrnAdj.Location = new System.Drawing.Point(11, 98);
+ this.ppGrpbxPrnAdj.Margin = new System.Windows.Forms.Padding(2);
this.ppGrpbxPrnAdj.Name = "ppGrpbxPrnAdj";
- this.ppGrpbxPrnAdj.Size = new System.Drawing.Size(642, 114);
+ this.ppGrpbxPrnAdj.Size = new System.Drawing.Size(482, 93);
//
//
//
@@ -1717,94 +1894,6 @@ namespace VEPROMS
this.tiOutputStngs.Text = "Output Settings";
this.tiOutputStngs.Visible = false;
//
- // tcpFormatSettings
- //
- this.tcpFormatSettings.Controls.Add(this.ppGpbxUserSpecCB);
- this.tcpFormatSettings.Controls.Add(this.ppBtnDefaultChgBar);
- this.tcpFormatSettings.Controls.Add(this.label19);
- this.tcpFormatSettings.Controls.Add(this.ppCmbxChangeBarType);
- this.tcpFormatSettings.Controls.Add(this.label20);
- this.tcpFormatSettings.Controls.Add(this.ppBtnDefaultFmt);
- this.tcpFormatSettings.Controls.Add(this.ppBtnDefEdCols);
- this.tcpFormatSettings.Controls.Add(this.ppCmbxFormat);
- this.tcpFormatSettings.Controls.Add(this.ppCmbxStpEditorCols);
- this.tcpFormatSettings.Controls.Add(this.label43);
- this.tcpFormatSettings.Controls.Add(this.ppLblFormatDefault);
- this.tcpFormatSettings.Controls.Add(this.ppLblStpEditorColsDefault);
- this.tcpFormatSettings.Controls.Add(this.ppLblChangeBarTypeDefault);
- this.tcpFormatSettings.DisabledBackColor = System.Drawing.Color.Empty;
- this.tcpFormatSettings.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tcpFormatSettings.Location = new System.Drawing.Point(0, 24);
- this.tcpFormatSettings.Name = "tcpFormatSettings";
- this.tcpFormatSettings.Padding = new System.Windows.Forms.Padding(1);
- this.tcpFormatSettings.Size = new System.Drawing.Size(672, 332);
- this.tcpFormatSettings.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
- this.tcpFormatSettings.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
- this.tcpFormatSettings.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
- this.tcpFormatSettings.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
- this.tcpFormatSettings.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
- | DevComponents.DotNetBar.eBorderSide.Bottom)));
- this.tcpFormatSettings.Style.GradientAngle = 90;
- this.tcpFormatSettings.TabIndex = 2;
- this.tcpFormatSettings.TabItem = this.tiFmtStngs;
- this.tcpFormatSettings.Enter += new System.EventHandler(this.tabpage_Enter);
- //
- // ppBtnDefEdCols
- //
- this.ppBtnDefEdCols.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.ppBtnDefEdCols.Location = new System.Drawing.Point(317, 96);
- this.ppBtnDefEdCols.Name = "ppBtnDefEdCols";
- this.ppBtnDefEdCols.Size = new System.Drawing.Size(50, 23);
- this.ppBtnDefEdCols.TabIndex = 23;
- this.ppBtnDefEdCols.Text = "Default";
- this.ppBtnDefEdCols.ThemeAware = true;
- this.ppBtnDefEdCols.Visible = false;
- this.ppBtnDefEdCols.Click += new System.EventHandler(this.ppBtnDefEdCols_Click);
- //
- // ppCmbxStpEditorCols
- //
- this.ppCmbxStpEditorCols.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.procedureConfigBindingSource, "Format_Columns", true));
- this.ppCmbxStpEditorCols.DisplayMember = "Text";
- this.ppCmbxStpEditorCols.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
- this.ppCmbxStpEditorCols.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.ppCmbxStpEditorCols.FormattingEnabled = true;
- this.ppCmbxStpEditorCols.ItemHeight = 16;
- this.ppCmbxStpEditorCols.Location = new System.Drawing.Point(164, 96);
- this.ppCmbxStpEditorCols.Name = "ppCmbxStpEditorCols";
- this.ppCmbxStpEditorCols.PreventEnterBeep = true;
- this.ppCmbxStpEditorCols.Size = new System.Drawing.Size(143, 22);
- this.ppCmbxStpEditorCols.TabIndex = 22;
- this.ppCmbxStpEditorCols.WatermarkText = "select column mode";
- this.ppCmbxStpEditorCols.SelectedValueChanged += new System.EventHandler(this.ppCmbxStpEditorCols_SelectedValueChanged);
- //
- // label43
- //
- this.label43.AutoSize = true;
- this.label43.BackColor = System.Drawing.Color.Transparent;
- this.label43.Location = new System.Drawing.Point(14, 99);
- this.label43.Name = "label43";
- this.label43.Size = new System.Drawing.Size(147, 17);
- this.label43.TabIndex = 28;
- this.label43.Text = "Default Column Mode:";
- //
- // ppLblStpEditorColsDefault
- //
- this.ppLblStpEditorColsDefault.AutoSize = true;
- this.ppLblStpEditorColsDefault.BackColor = System.Drawing.Color.Transparent;
- this.ppLblStpEditorColsDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.ppLblStpEditorColsDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.ppLblStpEditorColsDefault.Location = new System.Drawing.Point(161, 122);
- this.ppLblStpEditorColsDefault.Name = "ppLblStpEditorColsDefault";
- this.ppLblStpEditorColsDefault.Size = new System.Drawing.Size(61, 17);
- this.ppLblStpEditorColsDefault.TabIndex = 40;
- this.ppLblStpEditorColsDefault.Text = "(default)";
- //
- // tiFmtStngs
- //
- this.tiFmtStngs.AttachedControl = this.tcpFormatSettings;
- this.tiFmtStngs.Name = "tiFmtStngs";
- this.tiFmtStngs.Text = "Format Settings";
- //
// tabControlPanel4
//
this.tabControlPanel4.Controls.Add(this.ppCkLstApplicabilityDesinations);
@@ -1814,10 +1903,11 @@ namespace VEPROMS
this.tabControlPanel4.Controls.Add(this.ppCbBackView);
this.tabControlPanel4.DisabledBackColor = System.Drawing.Color.Empty;
this.tabControlPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tabControlPanel4.Location = new System.Drawing.Point(0, 24);
+ this.tabControlPanel4.Location = new System.Drawing.Point(0, 22);
+ this.tabControlPanel4.Margin = new System.Windows.Forms.Padding(2);
this.tabControlPanel4.Name = "tabControlPanel4";
this.tabControlPanel4.Padding = new System.Windows.Forms.Padding(1);
- this.tabControlPanel4.Size = new System.Drawing.Size(672, 332);
+ this.tabControlPanel4.Size = new System.Drawing.Size(504, 267);
this.tabControlPanel4.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
this.tabControlPanel4.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
this.tabControlPanel4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
@@ -1834,27 +1924,16 @@ namespace VEPROMS
this.tiViewStngs.Name = "tiViewStngs";
this.tiViewStngs.Text = "View Settings";
//
- // cbEnhanced
- //
- this.cbEnhanced.AutoSize = true;
- this.cbEnhanced.BackColor = System.Drawing.Color.Transparent;
- this.cbEnhanced.Location = new System.Drawing.Point(37, 220);
- this.cbEnhanced.Name = "cbEnhanced";
- this.cbEnhanced.Size = new System.Drawing.Size(140, 21);
- this.cbEnhanced.TabIndex = 57;
- this.cbEnhanced.Text = "Create Enhanced";
- this.cbEnhanced.UseVisualStyleBackColor = false;
- //
// frmProcedureProperties
//
this.AcceptButton = this.ppBtnOK;
- 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.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(864, 419);
+ this.ClientSize = new System.Drawing.Size(648, 340);
this.Controls.Add(this.tcProcProp);
this.Controls.Add(this.panProcBtns);
this.Controls.Add(this.ppCbShwDefSettings);
@@ -1863,6 +1942,7 @@ namespace VEPROMS
this.Controls.Add(this.ppBtnOK);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
+ this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "frmProcedureProperties";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
@@ -1890,14 +1970,14 @@ namespace VEPROMS
this.panProcBtns.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.tcProcProp)).EndInit();
this.tcProcProp.ResumeLayout(false);
+ this.tcpFormatSettings.ResumeLayout(false);
+ this.tcpFormatSettings.PerformLayout();
this.tcpGeneral.ResumeLayout(false);
this.tcpGeneral.PerformLayout();
this.tcpOutputSettings.ResumeLayout(false);
this.tcpOutputSettings.PerformLayout();
this.ppGrpbxPrnAdj.ResumeLayout(false);
this.ppGrpbxPrnAdj.PerformLayout();
- this.tcpFormatSettings.ResumeLayout(false);
- this.tcpFormatSettings.PerformLayout();
this.tabControlPanel4.ResumeLayout(false);
this.tabControlPanel4.PerformLayout();
this.ResumeLayout(false);
diff --git a/PROMS/VEPROMS User Interface/frmProcedureProperties.cs b/PROMS/VEPROMS User Interface/frmProcedureProperties.cs
index 39664d94..83a43fa2 100644
--- a/PROMS/VEPROMS User Interface/frmProcedureProperties.cs
+++ b/PROMS/VEPROMS User Interface/frmProcedureProperties.cs
@@ -273,6 +273,8 @@ namespace VEPROMS
private void btnFmtStngs_Click(object sender, EventArgs e)
{
ProcessButtonClick(tiFmtStngs, btnFmtStngs);
+ // added for code change C2017-004 - select default format in dropdown list
+ if (_InitialIndex < -1) _InitialIndex = ppCmbxFormat.SelectedIndex; // save the current format selection (happens here when current section is set to the default format)
}
private void ppBtnDefaultFmt_Click(object sender, EventArgs e)
@@ -281,15 +283,16 @@ namespace VEPROMS
//tcpFormatSettings.Focus();
}
+ // Commented out as part of code change C2017-004. this also makes it consistent with section properties
///
/// Selection in Format combo box changed.
///
/// object
/// EventArgs
- private void ppCmbxFormat_SelectedValueChanged(object sender, EventArgs e)
- {
- ProcessCmbxSelectedValueChange(ppCmbxFormat, _DefaultFormatName, ppBtnDefaultFmt, ppLblFormatDefault);
- }
+ //private void ppCmbxFormat_SelectedValueChanged(object sender, EventArgs e)
+ //{
+ // ProcessCmbxSelectedValueChange(ppCmbxFormat, _DefaultFormatName, ppBtnDefaultFmt, ppLblFormatDefault);
+ //}
///
/// Enable or disable the user specified change bar options base on the type
@@ -629,24 +632,25 @@ namespace VEPROMS
button.Visible = (cmbx.SelectedValue != null);
deflabel.Visible = ppCbShwDefSettings.Checked && button.Visible;
}
- ///
- /// Process a change in the combo box selection
- ///
- /// Combo Box Name
- /// string containing default text
- /// button to reset to default value
- /// label containing the default
- private void ProcessCmbxSelectedValueChange(ComboBoxEx cmbx, string defstr, ButtonX button, Label deflabel)
- {
- if ((cmbx.SelectedIndex != -1) && defstr != null && defstr.Equals(cmbx.SelectedValue))
- {
- button.Visible = true;
- button.Focus();
- button.PerformClick();
- }
- button.Visible = cmbx.SelectedValue != null;
- deflabel.Visible = ppCbShwDefSettings.Checked && button.Visible;
- }
+ // Commented out as part of code change C2017-004 - select default format on dropdown
+ /////
+ ///// Process a change in the combo box selection
+ /////
+ ///// Combo Box Name
+ ///// string containing default text
+ ///// button to reset to default value
+ ///// label containing the default
+ //private void ProcessCmbxSelectedValueChange(ComboBoxEx cmbx, string defstr, ButtonX button, Label deflabel)
+ //{
+ // if ((cmbx.SelectedIndex != -1) && defstr != null && defstr.Equals(cmbx.SelectedValue))
+ // {
+ // button.Visible = true;
+ // button.Focus();
+ // button.PerformClick();
+ // }
+ // button.Visible = cmbx.SelectedValue != null;
+ // deflabel.Visible = ppCbShwDefSettings.Checked && button.Visible;
+ //}
#endregion
private void ppProcTitleStpRTB_Enter(object sender, EventArgs e)
@@ -747,5 +751,47 @@ namespace VEPROMS
ppProcNumStpRTB.Focus();
}
+
+ private void ppCmbxFormat_DropDown(object sender, EventArgs e)
+ {
+ _Initializing = true;
+ // C2017-004 - if using the default format, position the dropdown to the default format
+ if (ppCmbxFormat.SelectedIndex == -1)
+ ppCmbxFormat.SelectedValue = _DefaultFormatName;
+ _Initializing = false;
+ }
+
+ private void ppCmbxFormat_DropDownClosed(object sender, EventArgs e)
+ {
+ // upon exit of the dropdown if the default format is selected - click the Default button
+ if ((string)(ppCmbxFormat.SelectedValue) == _DefaultFormatName)
+ {
+ ppBtnDefaultFmt.PerformClick();
+ btnFmtStngs.Focus();
+ }
+ }
+
+ // added as part of code change C2017-004. this also makes it consistent with section properties
+ int _InitialIndex = -2;
+ private void ppCmbxFormat_SelectedIndexChanged(object sender, EventArgs e)
+ {
+ if (_Initializing)
+ {
+ // determine if the default button and the default description text should visable
+ ppBtnDefaultFmt.Visible = !(ppCmbxFormat.SelectedValue == null || ppCmbxFormat.SelectedIndex == -1);
+ ppLblFormatDefault.Visible = ppCbShwDefSettings.Checked && ppBtnDefaultFmt.Visible;
+ return;
+ }
+ if (_InitialIndex < -1) _InitialIndex = ppCmbxFormat.SelectedIndex; // save the current format selection (happens here when current section format is not the default section)
+ if ((ppCmbxFormat.SelectedIndex != -1) && _DefaultFormatName != null && _DefaultFormatName.Equals(ppCmbxFormat.SelectedValue))
+ {
+ ppBtnDefaultFmt.Focus();
+ ppBtnDefaultFmt.PerformClick();
+ }
+ // determine if the default button and the default description text should visable
+ ppBtnDefaultFmt.Visible = !(ppCmbxFormat.SelectedValue == null || ppCmbxFormat.SelectedIndex == -1);
+ ppLblFormatDefault.Visible = ppCbShwDefSettings.Checked && ppBtnDefaultFmt.Visible;
+ }
+
}
}
\ No newline at end of file
diff --git a/PROMS/VEPROMS User Interface/frmSectionProperties.Designer.cs b/PROMS/VEPROMS User Interface/frmSectionProperties.Designer.cs
index 12a6d6af..12e9ee85 100644
--- a/PROMS/VEPROMS User Interface/frmSectionProperties.Designer.cs
+++ b/PROMS/VEPROMS User Interface/frmSectionProperties.Designer.cs
@@ -61,7 +61,6 @@ namespace VEPROMS
this.ppBtnCancel = new System.Windows.Forms.Button();
this.ppBtnOK = new System.Windows.Forms.Button();
this.ppLblDefSettingsInfo = new System.Windows.Forms.Label();
- this.ppCbShwDefSettings = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
@@ -80,12 +79,28 @@ namespace VEPROMS
this.ppCbDefaultStepSection = new System.Windows.Forms.CheckBox();
this.txbxTOC_Group_Title = new DevComponents.DotNetBar.Controls.TextBoxX();
this.ppBtnConvertToDocX = new DevComponents.DotNetBar.ButtonX();
+ this.ppCbShwDefSettings = new DevComponents.DotNetBar.Controls.CheckBoxX();
this.panSectBtns = new System.Windows.Forms.Panel();
this.btnAutomation = new DevComponents.DotNetBar.ButtonX();
this.btnLibDocs = new DevComponents.DotNetBar.ButtonX();
this.btnFormat = new DevComponents.DotNetBar.ButtonX();
this.btnGeneral = new DevComponents.DotNetBar.ButtonX();
this.tcSectionProp = new DevComponents.DotNetBar.TabControl();
+ this.tcpGeneral = new DevComponents.DotNetBar.TabControlPanel();
+ this.ppCbAutoIndent = new System.Windows.Forms.CheckBox();
+ this.ppCbEditableData = new System.Windows.Forms.CheckBox();
+ this.ppCbPrnSecNumTitle = new System.Windows.Forms.CheckBox();
+ this.ppSectNumberStpRTB = new Volian.Controls.Library.StepRTB(this.components);
+ this.ppSectTitleStpRTB = new Volian.Controls.Library.StepRTB(this.components);
+ this.tiGeneral = new DevComponents.DotNetBar.TabItem(this.components);
+ this.tcpFormat = new DevComponents.DotNetBar.TabControlPanel();
+ this.cbKeepWordDocMargins = new System.Windows.Forms.CheckBox();
+ this.rbWordSect = new DevComponents.DotNetBar.Controls.CheckBoxX();
+ this.rbStepSect = new DevComponents.DotNetBar.Controls.CheckBoxX();
+ this.ppGpbxSignoffCheckoff = new DevComponents.DotNetBar.Controls.GroupPanel();
+ this.tiFormat = new DevComponents.DotNetBar.TabItem(this.components);
+ this.tcpLibDoc = new DevComponents.DotNetBar.TabControlPanel();
+ this.tiLibDoc = new DevComponents.DotNetBar.TabItem(this.components);
this.tcpAutomation = new DevComponents.DotNetBar.TabControlPanel();
this.gpTOC = new DevComponents.DotNetBar.Controls.GroupPanel();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
@@ -97,35 +112,19 @@ namespace VEPROMS
this.ppCbPlaceKeeper = new System.Windows.Forms.CheckBox();
this.ppCbIncTOC = new System.Windows.Forms.CheckBox();
this.tiAutomation = new DevComponents.DotNetBar.TabItem(this.components);
- this.tcpGeneral = new DevComponents.DotNetBar.TabControlPanel();
- this.ppCbAutoIndent = new System.Windows.Forms.CheckBox();
- this.ppCbEditableData = new System.Windows.Forms.CheckBox();
- this.ppCbPrnSecNumTitle = new System.Windows.Forms.CheckBox();
- this.ppSectNumberStpRTB = new Volian.Controls.Library.StepRTB(this.components);
- this.ppSectTitleStpRTB = new Volian.Controls.Library.StepRTB(this.components);
- this.tiGeneral = new DevComponents.DotNetBar.TabItem(this.components);
- this.tcpLibDoc = new DevComponents.DotNetBar.TabControlPanel();
- this.tiLibDoc = new DevComponents.DotNetBar.TabItem(this.components);
- this.tcpFormat = new DevComponents.DotNetBar.TabControlPanel();
- this.cbKeepWordDocMargins = new System.Windows.Forms.CheckBox();
- this.rbWordSect = new DevComponents.DotNetBar.Controls.CheckBoxX();
- this.rbStepSect = new DevComponents.DotNetBar.Controls.CheckBoxX();
- this.ppGpbxSignoffCheckoff = new DevComponents.DotNetBar.Controls.GroupPanel();
- this.tiFormat = new DevComponents.DotNetBar.TabItem(this.components);
this.tabControlPanel4 = new DevComponents.DotNetBar.TabControlPanel();
this.tiViewStnns = new DevComponents.DotNetBar.TabItem(this.components);
- this.checkBoxX1 = new DevComponents.DotNetBar.Controls.CheckBoxX();
((System.ComponentModel.ISupportInitialize)(this.sectionConfigBindingSource)).BeginInit();
this.panSectBtns.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tcSectionProp)).BeginInit();
this.tcSectionProp.SuspendLayout();
+ this.tcpGeneral.SuspendLayout();
+ this.tcpFormat.SuspendLayout();
+ this.ppGpbxSignoffCheckoff.SuspendLayout();
+ this.tcpLibDoc.SuspendLayout();
this.tcpAutomation.SuspendLayout();
this.gpTOC.SuspendLayout();
this.grpLnkEnh.SuspendLayout();
- this.tcpGeneral.SuspendLayout();
- this.tcpLibDoc.SuspendLayout();
- this.tcpFormat.SuspendLayout();
- this.ppGpbxSignoffCheckoff.SuspendLayout();
this.tabControlPanel4.SuspendLayout();
this.SuspendLayout();
//
@@ -229,7 +228,7 @@ namespace VEPROMS
this.ppCmbxStyleSectionType.Location = new System.Drawing.Point(84, 89);
this.ppCmbxStyleSectionType.Margin = new System.Windows.Forms.Padding(2);
this.ppCmbxStyleSectionType.Name = "ppCmbxStyleSectionType";
- this.ppCmbxStyleSectionType.Size = new System.Drawing.Size(383, 22);
+ this.ppCmbxStyleSectionType.Size = new System.Drawing.Size(427, 22);
this.superTooltip1.SetSuperTooltip(this.ppCmbxStyleSectionType, new DevComponents.DotNetBar.SuperTooltipInfo("Section Type", "", "This is a list of the possible section types as they are defined in the selected " +
"format.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
this.ppCmbxStyleSectionType.TabIndex = 24;
@@ -241,7 +240,7 @@ namespace VEPROMS
//
this.ppBtnDefaultFmt.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ppBtnDefaultFmt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.ppBtnDefaultFmt.Location = new System.Drawing.Point(471, 18);
+ this.ppBtnDefaultFmt.Location = new System.Drawing.Point(515, 18);
this.ppBtnDefaultFmt.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnDefaultFmt.Name = "ppBtnDefaultFmt";
this.ppBtnDefaultFmt.Size = new System.Drawing.Size(48, 21);
@@ -265,12 +264,14 @@ namespace VEPROMS
this.ppCmbxFormat.Location = new System.Drawing.Point(10, 18);
this.ppCmbxFormat.Margin = new System.Windows.Forms.Padding(2);
this.ppCmbxFormat.Name = "ppCmbxFormat";
- this.ppCmbxFormat.Size = new System.Drawing.Size(457, 22);
+ this.ppCmbxFormat.Size = new System.Drawing.Size(501, 22);
this.superTooltip1.SetSuperTooltip(this.ppCmbxFormat, new DevComponents.DotNetBar.SuperTooltipInfo("Format Selection", "", resources.GetString("ppCmbxFormat.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.System));
this.ppCmbxFormat.TabIndex = 20;
this.ppCmbxFormat.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ppCmbxFormat.WatermarkText = "select a format";
+ this.ppCmbxFormat.DropDown += new System.EventHandler(this.ppCmbxFormat_DropDown);
this.ppCmbxFormat.SelectedIndexChanged += new System.EventHandler(this.ppCmbxFormat_SelectedIndexChanged);
+ this.ppCmbxFormat.DropDownClosed += new System.EventHandler(this.ppCmbxFormat_DropDownClosed);
//
// sectionConfigBindingSource
//
@@ -416,7 +417,7 @@ namespace VEPROMS
this.ppCmbxLibDoc.Location = new System.Drawing.Point(18, 24);
this.ppCmbxLibDoc.Margin = new System.Windows.Forms.Padding(2);
this.ppCmbxLibDoc.Name = "ppCmbxLibDoc";
- this.ppCmbxLibDoc.Size = new System.Drawing.Size(428, 22);
+ this.ppCmbxLibDoc.Size = new System.Drawing.Size(479, 22);
this.superTooltip1.SetSuperTooltip(this.ppCmbxLibDoc, new DevComponents.DotNetBar.SuperTooltipInfo("Link to Selected Library Document button", "", "This allows you to select a library document to reference for this section.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(200, 76)));
this.ppCmbxLibDoc.TabIndex = 40;
this.ppCmbxLibDoc.WatermarkText = "no library document selected";
@@ -502,7 +503,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(617, 379);
+ this.ppBtnCancel.Location = new System.Drawing.Point(671, 388);
this.ppBtnCancel.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnCancel.Name = "ppBtnCancel";
this.ppBtnCancel.Size = new System.Drawing.Size(56, 21);
@@ -514,7 +515,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(556, 379);
+ this.ppBtnOK.Location = new System.Drawing.Point(610, 388);
this.ppBtnOK.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnOK.Name = "ppBtnOK";
this.ppBtnOK.Size = new System.Drawing.Size(56, 21);
@@ -528,30 +529,13 @@ namespace VEPROMS
this.ppLblDefSettingsInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
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.Location = new System.Drawing.Point(7, 362);
+ this.ppLblDefSettingsInfo.Location = new System.Drawing.Point(7, 368);
this.ppLblDefSettingsInfo.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.ppLblDefSettingsInfo.Name = "ppLblDefSettingsInfo";
this.ppLblDefSettingsInfo.Size = new System.Drawing.Size(156, 13);
this.ppLblDefSettingsInfo.TabIndex = 25;
this.ppLblDefSettingsInfo.Text = "* Default values shown in italics";
//
- // ppCbShwDefSettings
- //
- this.ppCbShwDefSettings.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- //
- //
- //
- this.ppCbShwDefSettings.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ppCbShwDefSettings.Location = new System.Drawing.Point(11, 437);
- this.ppCbShwDefSettings.Margin = new System.Windows.Forms.Padding(2);
- this.ppCbShwDefSettings.Name = "ppCbShwDefSettings";
- this.ppCbShwDefSettings.Size = new System.Drawing.Size(145, 22);
- this.superTooltip1.SetSuperTooltip(this.ppCbShwDefSettings, new DevComponents.DotNetBar.SuperTooltipInfo("Show Default Settings", "", "When checked, the default (parent\'s) setting will appear below the overridden sel" +
- "ection.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
- this.ppCbShwDefSettings.TabIndex = 92;
- this.ppCbShwDefSettings.Text = "Show Default Settings";
- this.ppCbShwDefSettings.CheckedChanged += new System.EventHandler(this.tabpage_Enter);
- //
// checkBox1
//
this.checkBox1.AutoSize = true;
@@ -752,12 +736,12 @@ namespace VEPROMS
"all will be grouped under this title.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
this.txbxTOC_Group_Title.TabIndex = 54;
//
- // btnConvertToDocX
+ // ppBtnConvertToDocX
//
this.ppBtnConvertToDocX.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ppBtnConvertToDocX.Location = new System.Drawing.Point(17, 271);
this.ppBtnConvertToDocX.Margin = new System.Windows.Forms.Padding(2);
- this.ppBtnConvertToDocX.Name = "btnConvertToDocX";
+ this.ppBtnConvertToDocX.Name = "ppBtnConvertToDocX";
this.ppBtnConvertToDocX.Size = new System.Drawing.Size(209, 36);
this.superTooltip1.SetSuperTooltip(this.ppBtnConvertToDocX, new DevComponents.DotNetBar.SuperTooltipInfo("Convert MSWord DocX Format", "",
"This button will convert the current section to MSWord DocX Format which should save space in the database.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(250, 76)));
@@ -765,6 +749,23 @@ namespace VEPROMS
this.ppBtnConvertToDocX.Text = "Convert to DocX";
this.ppBtnConvertToDocX.Click += new System.EventHandler(this.ppBtnConvertToDocX_Click);
//
+ // ppCbShwDefSettings
+ //
+ this.ppCbShwDefSettings.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
+ //
+ //
+ //
+ this.ppCbShwDefSettings.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ppCbShwDefSettings.Location = new System.Drawing.Point(10, 388);
+ this.ppCbShwDefSettings.Margin = new System.Windows.Forms.Padding(2);
+ this.ppCbShwDefSettings.Name = "ppCbShwDefSettings";
+ this.ppCbShwDefSettings.Size = new System.Drawing.Size(145, 22);
+ this.superTooltip1.SetSuperTooltip(this.ppCbShwDefSettings, new DevComponents.DotNetBar.SuperTooltipInfo("Show Default Settings", "", "When checked, the default (parent\'s) setting will appear below the overridden sel" +
+ "ection.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
+ this.ppCbShwDefSettings.TabIndex = 92;
+ this.ppCbShwDefSettings.Text = "Show Default Settings";
+ this.ppCbShwDefSettings.CheckedChanged += new System.EventHandler(this.tabpage_Enter);
+ //
// panSectBtns
//
this.panSectBtns.BackColor = System.Drawing.Color.Transparent;
@@ -835,17 +836,17 @@ namespace VEPROMS
this.tcSectionProp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.tcSectionProp.BackColor = System.Drawing.Color.Transparent;
this.tcSectionProp.CanReorderTabs = true;
- this.tcSectionProp.Controls.Add(this.tcpAutomation);
- this.tcSectionProp.Controls.Add(this.tcpGeneral);
- this.tcSectionProp.Controls.Add(this.tcpLibDoc);
this.tcSectionProp.Controls.Add(this.tcpFormat);
+ this.tcSectionProp.Controls.Add(this.tcpGeneral);
+ this.tcSectionProp.Controls.Add(this.tcpAutomation);
+ this.tcSectionProp.Controls.Add(this.tcpLibDoc);
this.tcSectionProp.Controls.Add(this.tabControlPanel4);
- this.tcSectionProp.Location = new System.Drawing.Point(158, 8);
+ this.tcSectionProp.Location = new System.Drawing.Point(162, 8);
this.tcSectionProp.Margin = new System.Windows.Forms.Padding(2);
this.tcSectionProp.Name = "tcSectionProp";
this.tcSectionProp.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold);
this.tcSectionProp.SelectedTabIndex = 0;
- this.tcSectionProp.Size = new System.Drawing.Size(521, 340);
+ this.tcSectionProp.Size = new System.Drawing.Size(565, 340);
this.tcSectionProp.Style = DevComponents.DotNetBar.eTabStripStyle.Office2007Dock;
this.tcSectionProp.TabIndex = 29;
this.tcSectionProp.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
@@ -856,6 +857,332 @@ namespace VEPROMS
this.tcSectionProp.TabsVisible = false;
this.tcSectionProp.Text = "tabControl2";
//
+ // tcpGeneral
+ //
+ this.tcpGeneral.Controls.Add(this.ppCbAutoIndent);
+ this.tcpGeneral.Controls.Add(this.ppCbEditableData);
+ this.tcpGeneral.Controls.Add(this.ppCbPrnSecNumTitle);
+ this.tcpGeneral.Controls.Add(this.ppSectNumberStpRTB);
+ this.tcpGeneral.Controls.Add(this.ppSectTitleStpRTB);
+ this.tcpGeneral.Controls.Add(this.ppDtTmLastMod);
+ this.tcpGeneral.Controls.Add(this.lblSectNumber);
+ this.tcpGeneral.Controls.Add(this.lblSectTitle);
+ this.tcpGeneral.Controls.Add(this.ppTxtBxUserID);
+ this.tcpGeneral.Controls.Add(this.lblUserID);
+ this.tcpGeneral.Controls.Add(this.lblLastModDate);
+ this.tcpGeneral.Controls.Add(this.ppBtnConvertToDocX);
+ this.tcpGeneral.DisabledBackColor = System.Drawing.Color.Empty;
+ 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(565, 318);
+ 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;
+ //
+ // ppCbAutoIndent
+ //
+ this.ppCbAutoIndent.AutoSize = true;
+ this.ppCbAutoIndent.BackColor = System.Drawing.Color.Transparent;
+ this.ppCbAutoIndent.Location = new System.Drawing.Point(268, 180);
+ this.ppCbAutoIndent.Margin = new System.Windows.Forms.Padding(2);
+ this.ppCbAutoIndent.Name = "ppCbAutoIndent";
+ this.ppCbAutoIndent.Size = new System.Drawing.Size(106, 17);
+ this.ppCbAutoIndent.TabIndex = 56;
+ this.ppCbAutoIndent.Text = "Automatic Indent";
+ this.ppCbAutoIndent.UseVisualStyleBackColor = false;
+ this.ppCbAutoIndent.CheckedChanged += new System.EventHandler(this.ppCbAutoIndent_CheckedChanged);
+ //
+ // ppCbEditableData
+ //
+ this.ppCbEditableData.AutoSize = true;
+ this.ppCbEditableData.BackColor = System.Drawing.Color.Transparent;
+ this.ppCbEditableData.Location = new System.Drawing.Point(268, 152);
+ this.ppCbEditableData.Margin = new System.Windows.Forms.Padding(2);
+ this.ppCbEditableData.Name = "ppCbEditableData";
+ this.ppCbEditableData.Size = new System.Drawing.Size(90, 17);
+ this.ppCbEditableData.TabIndex = 55;
+ this.ppCbEditableData.Text = "Editable Data";
+ this.ppCbEditableData.UseVisualStyleBackColor = false;
+ this.ppCbEditableData.CheckedChanged += new System.EventHandler(this.ppCbEditableData_CheckedChanged);
+ //
+ // ppCbPrnSecNumTitle
+ //
+ this.ppCbPrnSecNumTitle.AutoSize = true;
+ this.ppCbPrnSecNumTitle.BackColor = System.Drawing.Color.Transparent;
+ this.ppCbPrnSecNumTitle.Location = new System.Drawing.Point(268, 121);
+ this.ppCbPrnSecNumTitle.Margin = new System.Windows.Forms.Padding(2);
+ this.ppCbPrnSecNumTitle.Name = "ppCbPrnSecNumTitle";
+ this.ppCbPrnSecNumTitle.Size = new System.Drawing.Size(170, 17);
+ this.ppCbPrnSecNumTitle.TabIndex = 54;
+ this.ppCbPrnSecNumTitle.Text = "Print Section Number and Title";
+ this.ppCbPrnSecNumTitle.UseVisualStyleBackColor = false;
+ this.ppCbPrnSecNumTitle.CheckedChanged += new System.EventHandler(this.ppCbPrnSecNumTitle_CheckedChanged);
+ //
+ // ppSectNumberStpRTB
+ //
+ this.ppSectNumberStpRTB.ActiveMode = false;
+ this.ppSectNumberStpRTB.AdjustSize = new System.Drawing.Size(0, 0);
+ this.ppSectNumberStpRTB.BorderStyle = System.Windows.Forms.BorderStyle.None;
+ this.ppSectNumberStpRTB.CheckAbove = "|?????????";
+ this.ppSectNumberStpRTB.CheckBelow = "|?";
+ this.ppSectNumberStpRTB.CheckLeft = "-?????????";
+ this.ppSectNumberStpRTB.CheckRight = "-??";
+ this.ppSectNumberStpRTB.Closed = false;
+ this.ppSectNumberStpRTB.ContentsRectangle = new System.Drawing.Rectangle(85, 12, 159, 16);
+ this.ppSectNumberStpRTB.DetectUrls = false;
+ this.ppSectNumberStpRTB.EditMode = true;
+ this.ppSectNumberStpRTB.FieldToEdit = VEPROMS.CSLA.Library.E_FieldToEdit.StepText;
+ this.ppSectNumberStpRTB.FormatFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F);
+ this.ppSectNumberStpRTB.ImageWidth = 0;
+ this.ppSectNumberStpRTB.IsExperimenting = false;
+ this.ppSectNumberStpRTB.LastRtf = "";
+ this.ppSectNumberStpRTB.Location = new System.Drawing.Point(64, 10);
+ this.ppSectNumberStpRTB.Margin = new System.Windows.Forms.Padding(2);
+ this.ppSectNumberStpRTB.MinimumSize = new System.Drawing.Size(119, 15);
+ this.ppSectNumberStpRTB.MyClassName = "RichEdit20W";
+ this.ppSectNumberStpRTB.MyItemInfo = null;
+ this.ppSectNumberStpRTB.MyLinkText = null;
+ this.ppSectNumberStpRTB.Name = "ppSectNumberStpRTB";
+ this.ppSectNumberStpRTB.OrigDisplayText = null;
+ this.ppSectNumberStpRTB.OrigRTF = null;
+ this.ppSectNumberStpRTB.ProcessKeystrokes = true;
+ this.ppSectNumberStpRTB.RTBRangeStatus = Volian.Controls.Library.StepRTB.RangeStatus.NoContainedLinks;
+ this.ppSectNumberStpRTB.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
+ this.ppSectNumberStpRTB.ShowDebug = false;
+ this.ppSectNumberStpRTB.Size = new System.Drawing.Size(406, 15);
+ this.ppSectNumberStpRTB.TabIndex = 10;
+ this.ppSectNumberStpRTB.Text = "";
+ this.ppSectNumberStpRTB.ThisContextMenuStrip = null;
+ this.ppSectNumberStpRTB.VwMode = VEPROMS.CSLA.Library.E_ViewMode.Edit;
+ this.ppSectNumberStpRTB.Enter += new System.EventHandler(this.ppSectNumberStpRTB_Enter);
+ //
+ // ppSectTitleStpRTB
+ //
+ this.ppSectTitleStpRTB.ActiveMode = false;
+ this.ppSectTitleStpRTB.AdjustSize = new System.Drawing.Size(0, 0);
+ this.ppSectTitleStpRTB.BorderStyle = System.Windows.Forms.BorderStyle.None;
+ this.ppSectTitleStpRTB.CheckAbove = "|?????????";
+ this.ppSectTitleStpRTB.CheckBelow = "|?";
+ this.ppSectTitleStpRTB.CheckLeft = "-?????????";
+ this.ppSectTitleStpRTB.CheckRight = "-??";
+ this.ppSectTitleStpRTB.Closed = false;
+ this.ppSectTitleStpRTB.ContentsRectangle = new System.Drawing.Rectangle(85, 60, 541, 16);
+ this.ppSectTitleStpRTB.DetectUrls = false;
+ this.ppSectTitleStpRTB.EditMode = true;
+ this.ppSectTitleStpRTB.FieldToEdit = VEPROMS.CSLA.Library.E_FieldToEdit.StepText;
+ this.ppSectTitleStpRTB.FormatFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F);
+ this.ppSectTitleStpRTB.ImageWidth = 0;
+ this.ppSectTitleStpRTB.IsExperimenting = false;
+ this.ppSectTitleStpRTB.LastRtf = "";
+ this.ppSectTitleStpRTB.Location = new System.Drawing.Point(64, 49);
+ this.ppSectTitleStpRTB.Margin = new System.Windows.Forms.Padding(2);
+ this.ppSectTitleStpRTB.MinimumSize = new System.Drawing.Size(406, 50);
+ this.ppSectTitleStpRTB.MyClassName = "RichEdit20W";
+ this.ppSectTitleStpRTB.MyItemInfo = null;
+ this.ppSectTitleStpRTB.MyLinkText = null;
+ this.ppSectTitleStpRTB.Name = "ppSectTitleStpRTB";
+ this.ppSectTitleStpRTB.OrigDisplayText = null;
+ this.ppSectTitleStpRTB.OrigRTF = null;
+ this.ppSectTitleStpRTB.ProcessKeystrokes = true;
+ this.ppSectTitleStpRTB.RTBRangeStatus = Volian.Controls.Library.StepRTB.RangeStatus.NoContainedLinks;
+ this.ppSectTitleStpRTB.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
+ this.ppSectTitleStpRTB.ShowDebug = false;
+ this.ppSectTitleStpRTB.Size = new System.Drawing.Size(406, 50);
+ this.ppSectTitleStpRTB.TabIndex = 11;
+ this.ppSectTitleStpRTB.Text = "";
+ this.ppSectTitleStpRTB.ThisContextMenuStrip = null;
+ this.ppSectTitleStpRTB.VwMode = VEPROMS.CSLA.Library.E_ViewMode.Edit;
+ this.ppSectTitleStpRTB.Enter += new System.EventHandler(this.ppSectTitleStpRTB_Enter);
+ //
+ // tiGeneral
+ //
+ this.tiGeneral.AttachedControl = this.tcpGeneral;
+ this.tiGeneral.Name = "tiGeneral";
+ this.tiGeneral.Text = "General";
+ //
+ // tcpFormat
+ //
+ this.tcpFormat.Controls.Add(this.ppCbDefaultStepSection);
+ this.tcpFormat.Controls.Add(this.cbKeepWordDocMargins);
+ this.tcpFormat.Controls.Add(this.ppLblDefaultNumColumns);
+ this.tcpFormat.Controls.Add(this.ppLblDefPaginationStyle);
+ this.tcpFormat.Controls.Add(this.ppBtnDefaultNumColumns);
+ this.tcpFormat.Controls.Add(this.ppBtnDefaultPaginationStyle);
+ this.tcpFormat.Controls.Add(this.rbWordSect);
+ this.tcpFormat.Controls.Add(this.rbStepSect);
+ this.tcpFormat.Controls.Add(this.ppGpbxSignoffCheckoff);
+ this.tcpFormat.Controls.Add(this.lblFormat);
+ this.tcpFormat.Controls.Add(this.ppCmbxNumColumns);
+ this.tcpFormat.Controls.Add(this.lblColumns);
+ this.tcpFormat.Controls.Add(this.ppCmbxSectPagination);
+ this.tcpFormat.Controls.Add(this.lblSectType);
+ this.tcpFormat.Controls.Add(this.ppCmbxStyleSectionType);
+ this.tcpFormat.Controls.Add(this.lblPagination);
+ this.tcpFormat.Controls.Add(this.ppBtnDefaultFmt);
+ this.tcpFormat.Controls.Add(this.ppCmbxFormat);
+ this.tcpFormat.Controls.Add(this.ppLblFormatDefault);
+ this.tcpFormat.DisabledBackColor = System.Drawing.Color.Empty;
+ this.tcpFormat.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.tcpFormat.Location = new System.Drawing.Point(0, 22);
+ this.tcpFormat.Margin = new System.Windows.Forms.Padding(2);
+ this.tcpFormat.Name = "tcpFormat";
+ this.tcpFormat.Padding = new System.Windows.Forms.Padding(1);
+ this.tcpFormat.Size = new System.Drawing.Size(565, 318);
+ this.tcpFormat.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
+ this.tcpFormat.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
+ this.tcpFormat.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
+ this.tcpFormat.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
+ this.tcpFormat.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
+ | DevComponents.DotNetBar.eBorderSide.Bottom)));
+ this.tcpFormat.Style.GradientAngle = 90;
+ this.tcpFormat.TabIndex = 2;
+ this.tcpFormat.TabItem = this.tiFormat;
+ this.tcpFormat.Enter += new System.EventHandler(this.tabpage_Enter);
+ //
+ // cbKeepWordDocMargins
+ //
+ this.cbKeepWordDocMargins.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
+ this.cbKeepWordDocMargins.AutoSize = true;
+ this.cbKeepWordDocMargins.BackColor = System.Drawing.Color.Transparent;
+ this.cbKeepWordDocMargins.Location = new System.Drawing.Point(14, 290);
+ this.cbKeepWordDocMargins.Margin = new System.Windows.Forms.Padding(2);
+ this.cbKeepWordDocMargins.Name = "cbKeepWordDocMargins";
+ this.cbKeepWordDocMargins.Size = new System.Drawing.Size(250, 17);
+ this.cbKeepWordDocMargins.TabIndex = 59;
+ this.cbKeepWordDocMargins.Text = "Keep Word Document Margins (and Page Size)";
+ this.cbKeepWordDocMargins.UseVisualStyleBackColor = false;
+ this.cbKeepWordDocMargins.Visible = false;
+ this.cbKeepWordDocMargins.CheckedChanged += new System.EventHandler(this.cbKeepWordDocMargins_CheckedChanged);
+ //
+ // rbWordSect
+ //
+ this.rbWordSect.BackColor = System.Drawing.Color.Transparent;
+ //
+ //
+ //
+ this.rbWordSect.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.rbWordSect.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
+ this.rbWordSect.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.rbWordSect.Location = new System.Drawing.Point(247, 60);
+ this.rbWordSect.Margin = new System.Windows.Forms.Padding(2);
+ this.rbWordSect.Name = "rbWordSect";
+ this.rbWordSect.Size = new System.Drawing.Size(88, 19);
+ this.rbWordSect.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.rbWordSect.TabIndex = 23;
+ this.rbWordSect.TabStop = false;
+ this.rbWordSect.Text = "Word Section";
+ //
+ // rbStepSect
+ //
+ this.rbStepSect.BackColor = System.Drawing.Color.Transparent;
+ //
+ //
+ //
+ this.rbStepSect.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.rbStepSect.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
+ this.rbStepSect.Checked = true;
+ this.rbStepSect.CheckState = System.Windows.Forms.CheckState.Checked;
+ this.rbStepSect.CheckValue = "Y";
+ this.rbStepSect.FocusCuesEnabled = false;
+ this.rbStepSect.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.rbStepSect.Location = new System.Drawing.Point(138, 60);
+ this.rbStepSect.Margin = new System.Windows.Forms.Padding(2);
+ this.rbStepSect.Name = "rbStepSect";
+ this.rbStepSect.Size = new System.Drawing.Size(86, 19);
+ this.rbStepSect.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.rbStepSect.TabIndex = 22;
+ this.rbStepSect.TabStop = false;
+ this.rbStepSect.Text = "Step Section";
+ this.rbStepSect.CheckedChanged += new System.EventHandler(this.rbStepSect_CheckedChanged);
+ //
+ // ppGpbxSignoffCheckoff
+ //
+ this.ppGpbxSignoffCheckoff.BackColor = System.Drawing.Color.Transparent;
+ this.ppGpbxSignoffCheckoff.CanvasColor = System.Drawing.SystemColors.Control;
+ this.ppGpbxSignoffCheckoff.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
+ this.ppGpbxSignoffCheckoff.Controls.Add(this.ppCmbxCheckoffHeading);
+ this.ppGpbxSignoffCheckoff.Controls.Add(this.lblCheckoffType);
+ this.ppGpbxSignoffCheckoff.Controls.Add(this.ppCmbxCheckoffType);
+ this.ppGpbxSignoffCheckoff.Controls.Add(this.lblCheckoffHeading);
+ this.ppGpbxSignoffCheckoff.DisabledBackColor = System.Drawing.Color.Empty;
+ this.ppGpbxSignoffCheckoff.Location = new System.Drawing.Point(272, 123);
+ this.ppGpbxSignoffCheckoff.Margin = new System.Windows.Forms.Padding(2);
+ this.ppGpbxSignoffCheckoff.Name = "ppGpbxSignoffCheckoff";
+ this.ppGpbxSignoffCheckoff.Size = new System.Drawing.Size(206, 117);
+ //
+ //
+ //
+ this.ppGpbxSignoffCheckoff.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
+ this.ppGpbxSignoffCheckoff.Style.BackColorGradientAngle = 90;
+ this.ppGpbxSignoffCheckoff.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
+ this.ppGpbxSignoffCheckoff.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
+ this.ppGpbxSignoffCheckoff.Style.BorderBottomWidth = 1;
+ this.ppGpbxSignoffCheckoff.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
+ this.ppGpbxSignoffCheckoff.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
+ this.ppGpbxSignoffCheckoff.Style.BorderLeftWidth = 1;
+ this.ppGpbxSignoffCheckoff.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
+ this.ppGpbxSignoffCheckoff.Style.BorderRightWidth = 1;
+ this.ppGpbxSignoffCheckoff.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
+ this.ppGpbxSignoffCheckoff.Style.BorderTopWidth = 1;
+ this.ppGpbxSignoffCheckoff.Style.CornerDiameter = 4;
+ this.ppGpbxSignoffCheckoff.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
+ this.ppGpbxSignoffCheckoff.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
+ this.ppGpbxSignoffCheckoff.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
+ this.ppGpbxSignoffCheckoff.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
+ //
+ //
+ //
+ this.ppGpbxSignoffCheckoff.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ppGpbxSignoffCheckoff.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ppGpbxSignoffCheckoff.TabIndex = 51;
+ this.ppGpbxSignoffCheckoff.Text = "Signoffs / Checkoffs";
+ //
+ // tiFormat
+ //
+ this.tiFormat.AttachedControl = this.tcpFormat;
+ this.tiFormat.Name = "tiFormat";
+ this.tiFormat.Text = "Format";
+ //
+ // tcpLibDoc
+ //
+ this.tcpLibDoc.Controls.Add(this.ppBtnCvrtToLibDoc);
+ this.tcpLibDoc.Controls.Add(this.lblLibraryDocument);
+ this.tcpLibDoc.Controls.Add(this.ppCmbxLibDoc);
+ this.tcpLibDoc.DisabledBackColor = System.Drawing.Color.Empty;
+ this.tcpLibDoc.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.tcpLibDoc.Location = new System.Drawing.Point(0, 22);
+ this.tcpLibDoc.Margin = new System.Windows.Forms.Padding(2);
+ this.tcpLibDoc.Name = "tcpLibDoc";
+ this.tcpLibDoc.Padding = new System.Windows.Forms.Padding(1);
+ this.tcpLibDoc.Size = new System.Drawing.Size(565, 318);
+ this.tcpLibDoc.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
+ this.tcpLibDoc.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
+ this.tcpLibDoc.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
+ this.tcpLibDoc.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
+ this.tcpLibDoc.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
+ | DevComponents.DotNetBar.eBorderSide.Bottom)));
+ this.tcpLibDoc.Style.GradientAngle = 90;
+ this.tcpLibDoc.TabIndex = 3;
+ this.tcpLibDoc.TabItem = this.tiLibDoc;
+ //
+ // tiLibDoc
+ //
+ this.tiLibDoc.AttachedControl = this.tcpLibDoc;
+ this.tiLibDoc.Name = "tiLibDoc";
+ this.tiLibDoc.Text = "Library Document";
+ //
// tcpAutomation
//
this.tcpAutomation.Controls.Add(this.gpTOC);
@@ -869,7 +1196,7 @@ namespace VEPROMS
this.tcpAutomation.Margin = new System.Windows.Forms.Padding(2);
this.tcpAutomation.Name = "tcpAutomation";
this.tcpAutomation.Padding = new System.Windows.Forms.Padding(1);
- this.tcpAutomation.Size = new System.Drawing.Size(521, 318);
+ this.tcpAutomation.Size = new System.Drawing.Size(565, 318);
this.tcpAutomation.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
this.tcpAutomation.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
this.tcpAutomation.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
@@ -1065,332 +1392,6 @@ namespace VEPROMS
this.tiAutomation.Name = "tiAutomation";
this.tiAutomation.Text = "Automation";
//
- // tcpGeneral
- //
- this.tcpGeneral.Controls.Add(this.ppCbAutoIndent);
- this.tcpGeneral.Controls.Add(this.ppCbEditableData);
- this.tcpGeneral.Controls.Add(this.ppCbPrnSecNumTitle);
- this.tcpGeneral.Controls.Add(this.ppSectNumberStpRTB);
- this.tcpGeneral.Controls.Add(this.ppSectTitleStpRTB);
- this.tcpGeneral.Controls.Add(this.ppDtTmLastMod);
- this.tcpGeneral.Controls.Add(this.lblSectNumber);
- this.tcpGeneral.Controls.Add(this.lblSectTitle);
- this.tcpGeneral.Controls.Add(this.ppTxtBxUserID);
- this.tcpGeneral.Controls.Add(this.lblUserID);
- this.tcpGeneral.Controls.Add(this.lblLastModDate);
- this.tcpGeneral.Controls.Add(this.ppBtnConvertToDocX);
- this.tcpGeneral.DisabledBackColor = System.Drawing.Color.Empty;
- 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(521, 318);
- 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;
- //
- // ppCbAutoIndent
- //
- this.ppCbAutoIndent.AutoSize = true;
- this.ppCbAutoIndent.BackColor = System.Drawing.Color.Transparent;
- this.ppCbAutoIndent.Location = new System.Drawing.Point(268, 180);
- this.ppCbAutoIndent.Margin = new System.Windows.Forms.Padding(2);
- this.ppCbAutoIndent.Name = "ppCbAutoIndent";
- this.ppCbAutoIndent.Size = new System.Drawing.Size(106, 17);
- this.ppCbAutoIndent.TabIndex = 56;
- this.ppCbAutoIndent.Text = "Automatic Indent";
- this.ppCbAutoIndent.UseVisualStyleBackColor = false;
- this.ppCbAutoIndent.CheckedChanged += new System.EventHandler(this.ppCbAutoIndent_CheckedChanged);
- //
- // ppCbEditableData
- //
- this.ppCbEditableData.AutoSize = true;
- this.ppCbEditableData.BackColor = System.Drawing.Color.Transparent;
- this.ppCbEditableData.Location = new System.Drawing.Point(268, 152);
- this.ppCbEditableData.Margin = new System.Windows.Forms.Padding(2);
- this.ppCbEditableData.Name = "ppCbEditableData";
- this.ppCbEditableData.Size = new System.Drawing.Size(90, 17);
- this.ppCbEditableData.TabIndex = 55;
- this.ppCbEditableData.Text = "Editable Data";
- this.ppCbEditableData.UseVisualStyleBackColor = false;
- this.ppCbEditableData.CheckedChanged += new System.EventHandler(this.ppCbEditableData_CheckedChanged);
- //
- // ppCbPrnSecNumTitle
- //
- this.ppCbPrnSecNumTitle.AutoSize = true;
- this.ppCbPrnSecNumTitle.BackColor = System.Drawing.Color.Transparent;
- this.ppCbPrnSecNumTitle.Location = new System.Drawing.Point(268, 121);
- this.ppCbPrnSecNumTitle.Margin = new System.Windows.Forms.Padding(2);
- this.ppCbPrnSecNumTitle.Name = "ppCbPrnSecNumTitle";
- this.ppCbPrnSecNumTitle.Size = new System.Drawing.Size(170, 17);
- this.ppCbPrnSecNumTitle.TabIndex = 54;
- this.ppCbPrnSecNumTitle.Text = "Print Section Number and Title";
- this.ppCbPrnSecNumTitle.UseVisualStyleBackColor = false;
- this.ppCbPrnSecNumTitle.CheckedChanged += new System.EventHandler(this.ppCbPrnSecNumTitle_CheckedChanged);
- //
- // ppSectNumberStpRTB
- //
- this.ppSectNumberStpRTB.ActiveMode = false;
- this.ppSectNumberStpRTB.AdjustSize = new System.Drawing.Size(0, 0);
- this.ppSectNumberStpRTB.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.ppSectNumberStpRTB.CheckAbove = "|?????????";
- this.ppSectNumberStpRTB.CheckBelow = "|?";
- this.ppSectNumberStpRTB.CheckLeft = "-?????????";
- this.ppSectNumberStpRTB.CheckRight = "-??";
- this.ppSectNumberStpRTB.Closed = false;
- this.ppSectNumberStpRTB.ContentsRectangle = new System.Drawing.Rectangle(85, 12, 159, 16);
- this.ppSectNumberStpRTB.DetectUrls = false;
- this.ppSectNumberStpRTB.EditMode = true;
- this.ppSectNumberStpRTB.FieldToEdit = VEPROMS.CSLA.Library.E_FieldToEdit.StepText;
- this.ppSectNumberStpRTB.FormatFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F);
- this.ppSectNumberStpRTB.ImageWidth = 0;
- this.ppSectNumberStpRTB.IsExperimenting = false;
- this.ppSectNumberStpRTB.LastRtf = "";
- this.ppSectNumberStpRTB.Location = new System.Drawing.Point(64, 10);
- this.ppSectNumberStpRTB.Margin = new System.Windows.Forms.Padding(2);
- this.ppSectNumberStpRTB.MinimumSize = new System.Drawing.Size(119, 15);
- this.ppSectNumberStpRTB.MyClassName = "RichEdit20W";
- this.ppSectNumberStpRTB.MyItemInfo = null;
- this.ppSectNumberStpRTB.MyLinkText = null;
- this.ppSectNumberStpRTB.Name = "ppSectNumberStpRTB";
- this.ppSectNumberStpRTB.OrigDisplayText = null;
- this.ppSectNumberStpRTB.OrigRTF = null;
- this.ppSectNumberStpRTB.ProcessKeystrokes = true;
- this.ppSectNumberStpRTB.RTBRangeStatus = Volian.Controls.Library.StepRTB.RangeStatus.NoContainedLinks;
- this.ppSectNumberStpRTB.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
- this.ppSectNumberStpRTB.ShowDebug = false;
- this.ppSectNumberStpRTB.Size = new System.Drawing.Size(406, 15);
- this.ppSectNumberStpRTB.TabIndex = 10;
- this.ppSectNumberStpRTB.Text = "";
- this.ppSectNumberStpRTB.ThisContextMenuStrip = null;
- this.ppSectNumberStpRTB.VwMode = VEPROMS.CSLA.Library.E_ViewMode.Edit;
- this.ppSectNumberStpRTB.Enter += new System.EventHandler(this.ppSectNumberStpRTB_Enter);
- //
- // ppSectTitleStpRTB
- //
- this.ppSectTitleStpRTB.ActiveMode = false;
- this.ppSectTitleStpRTB.AdjustSize = new System.Drawing.Size(0, 0);
- this.ppSectTitleStpRTB.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.ppSectTitleStpRTB.CheckAbove = "|?????????";
- this.ppSectTitleStpRTB.CheckBelow = "|?";
- this.ppSectTitleStpRTB.CheckLeft = "-?????????";
- this.ppSectTitleStpRTB.CheckRight = "-??";
- this.ppSectTitleStpRTB.Closed = false;
- this.ppSectTitleStpRTB.ContentsRectangle = new System.Drawing.Rectangle(85, 60, 541, 16);
- this.ppSectTitleStpRTB.DetectUrls = false;
- this.ppSectTitleStpRTB.EditMode = true;
- this.ppSectTitleStpRTB.FieldToEdit = VEPROMS.CSLA.Library.E_FieldToEdit.StepText;
- this.ppSectTitleStpRTB.FormatFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F);
- this.ppSectTitleStpRTB.ImageWidth = 0;
- this.ppSectTitleStpRTB.IsExperimenting = false;
- this.ppSectTitleStpRTB.LastRtf = "";
- this.ppSectTitleStpRTB.Location = new System.Drawing.Point(64, 49);
- this.ppSectTitleStpRTB.Margin = new System.Windows.Forms.Padding(2);
- this.ppSectTitleStpRTB.MinimumSize = new System.Drawing.Size(406, 50);
- this.ppSectTitleStpRTB.MyClassName = "RichEdit20W";
- this.ppSectTitleStpRTB.MyItemInfo = null;
- this.ppSectTitleStpRTB.MyLinkText = null;
- this.ppSectTitleStpRTB.Name = "ppSectTitleStpRTB";
- this.ppSectTitleStpRTB.OrigDisplayText = null;
- this.ppSectTitleStpRTB.OrigRTF = null;
- this.ppSectTitleStpRTB.ProcessKeystrokes = true;
- this.ppSectTitleStpRTB.RTBRangeStatus = Volian.Controls.Library.StepRTB.RangeStatus.NoContainedLinks;
- this.ppSectTitleStpRTB.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
- this.ppSectTitleStpRTB.ShowDebug = false;
- this.ppSectTitleStpRTB.Size = new System.Drawing.Size(406, 50);
- this.ppSectTitleStpRTB.TabIndex = 11;
- this.ppSectTitleStpRTB.Text = "";
- this.ppSectTitleStpRTB.ThisContextMenuStrip = null;
- this.ppSectTitleStpRTB.VwMode = VEPROMS.CSLA.Library.E_ViewMode.Edit;
- this.ppSectTitleStpRTB.Enter += new System.EventHandler(this.ppSectTitleStpRTB_Enter);
- //
- // tiGeneral
- //
- this.tiGeneral.AttachedControl = this.tcpGeneral;
- this.tiGeneral.Name = "tiGeneral";
- this.tiGeneral.Text = "General";
- //
- // tcpLibDoc
- //
- this.tcpLibDoc.Controls.Add(this.ppBtnCvrtToLibDoc);
- this.tcpLibDoc.Controls.Add(this.lblLibraryDocument);
- this.tcpLibDoc.Controls.Add(this.ppCmbxLibDoc);
- this.tcpLibDoc.DisabledBackColor = System.Drawing.Color.Empty;
- this.tcpLibDoc.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tcpLibDoc.Location = new System.Drawing.Point(0, 22);
- this.tcpLibDoc.Margin = new System.Windows.Forms.Padding(2);
- this.tcpLibDoc.Name = "tcpLibDoc";
- this.tcpLibDoc.Padding = new System.Windows.Forms.Padding(1);
- this.tcpLibDoc.Size = new System.Drawing.Size(521, 318);
- this.tcpLibDoc.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
- this.tcpLibDoc.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
- this.tcpLibDoc.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
- this.tcpLibDoc.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
- this.tcpLibDoc.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
- | DevComponents.DotNetBar.eBorderSide.Bottom)));
- this.tcpLibDoc.Style.GradientAngle = 90;
- this.tcpLibDoc.TabIndex = 3;
- this.tcpLibDoc.TabItem = this.tiLibDoc;
- //
- // tiLibDoc
- //
- this.tiLibDoc.AttachedControl = this.tcpLibDoc;
- this.tiLibDoc.Name = "tiLibDoc";
- this.tiLibDoc.Text = "Library Document";
- //
- // tcpFormat
- //
- this.tcpFormat.Controls.Add(this.ppCbDefaultStepSection);
- this.tcpFormat.Controls.Add(this.cbKeepWordDocMargins);
- this.tcpFormat.Controls.Add(this.ppLblDefaultNumColumns);
- this.tcpFormat.Controls.Add(this.ppLblDefPaginationStyle);
- this.tcpFormat.Controls.Add(this.ppBtnDefaultNumColumns);
- this.tcpFormat.Controls.Add(this.ppBtnDefaultPaginationStyle);
- this.tcpFormat.Controls.Add(this.rbWordSect);
- this.tcpFormat.Controls.Add(this.rbStepSect);
- this.tcpFormat.Controls.Add(this.ppGpbxSignoffCheckoff);
- this.tcpFormat.Controls.Add(this.lblFormat);
- this.tcpFormat.Controls.Add(this.ppCmbxNumColumns);
- this.tcpFormat.Controls.Add(this.lblColumns);
- this.tcpFormat.Controls.Add(this.ppCmbxSectPagination);
- this.tcpFormat.Controls.Add(this.lblSectType);
- this.tcpFormat.Controls.Add(this.ppCmbxStyleSectionType);
- this.tcpFormat.Controls.Add(this.lblPagination);
- this.tcpFormat.Controls.Add(this.ppBtnDefaultFmt);
- this.tcpFormat.Controls.Add(this.ppCmbxFormat);
- this.tcpFormat.Controls.Add(this.ppLblFormatDefault);
- this.tcpFormat.DisabledBackColor = System.Drawing.Color.Empty;
- this.tcpFormat.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tcpFormat.Location = new System.Drawing.Point(0, 22);
- this.tcpFormat.Margin = new System.Windows.Forms.Padding(2);
- this.tcpFormat.Name = "tcpFormat";
- this.tcpFormat.Padding = new System.Windows.Forms.Padding(1);
- this.tcpFormat.Size = new System.Drawing.Size(521, 318);
- this.tcpFormat.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
- this.tcpFormat.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
- this.tcpFormat.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
- this.tcpFormat.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
- this.tcpFormat.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
- | DevComponents.DotNetBar.eBorderSide.Bottom)));
- this.tcpFormat.Style.GradientAngle = 90;
- this.tcpFormat.TabIndex = 2;
- this.tcpFormat.TabItem = this.tiFormat;
- this.tcpFormat.Enter += new System.EventHandler(this.tabpage_Enter);
- //
- // cbKeepWordDocMargins
- //
- this.cbKeepWordDocMargins.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.cbKeepWordDocMargins.AutoSize = true;
- this.cbKeepWordDocMargins.BackColor = System.Drawing.Color.Transparent;
- this.cbKeepWordDocMargins.Location = new System.Drawing.Point(14, 290);
- this.cbKeepWordDocMargins.Margin = new System.Windows.Forms.Padding(2);
- this.cbKeepWordDocMargins.Name = "cbKeepWordDocMargins";
- this.cbKeepWordDocMargins.Size = new System.Drawing.Size(250, 17);
- this.cbKeepWordDocMargins.TabIndex = 59;
- this.cbKeepWordDocMargins.Text = "Keep Word Document Margins (and Page Size)";
- this.cbKeepWordDocMargins.UseVisualStyleBackColor = false;
- this.cbKeepWordDocMargins.Visible = false;
- this.cbKeepWordDocMargins.CheckedChanged += new System.EventHandler(this.cbKeepWordDocMargins_CheckedChanged);
- //
- // rbWordSect
- //
- this.rbWordSect.BackColor = System.Drawing.Color.Transparent;
- //
- //
- //
- this.rbWordSect.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.rbWordSect.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
- this.rbWordSect.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.rbWordSect.Location = new System.Drawing.Point(247, 60);
- this.rbWordSect.Margin = new System.Windows.Forms.Padding(2);
- this.rbWordSect.Name = "rbWordSect";
- this.rbWordSect.Size = new System.Drawing.Size(88, 19);
- this.rbWordSect.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.rbWordSect.TabIndex = 23;
- this.rbWordSect.TabStop = false;
- this.rbWordSect.Text = "Word Section";
- //
- // rbStepSect
- //
- this.rbStepSect.BackColor = System.Drawing.Color.Transparent;
- //
- //
- //
- this.rbStepSect.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.rbStepSect.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
- this.rbStepSect.Checked = true;
- this.rbStepSect.CheckState = System.Windows.Forms.CheckState.Checked;
- this.rbStepSect.CheckValue = "Y";
- this.rbStepSect.FocusCuesEnabled = false;
- this.rbStepSect.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.rbStepSect.Location = new System.Drawing.Point(138, 60);
- this.rbStepSect.Margin = new System.Windows.Forms.Padding(2);
- this.rbStepSect.Name = "rbStepSect";
- this.rbStepSect.Size = new System.Drawing.Size(86, 19);
- this.rbStepSect.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.rbStepSect.TabIndex = 22;
- this.rbStepSect.TabStop = false;
- this.rbStepSect.Text = "Step Section";
- this.rbStepSect.CheckedChanged += new System.EventHandler(this.rbStepSect_CheckedChanged);
- //
- // ppGpbxSignoffCheckoff
- //
- this.ppGpbxSignoffCheckoff.BackColor = System.Drawing.Color.Transparent;
- this.ppGpbxSignoffCheckoff.CanvasColor = System.Drawing.SystemColors.Control;
- this.ppGpbxSignoffCheckoff.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
- this.ppGpbxSignoffCheckoff.Controls.Add(this.ppCmbxCheckoffHeading);
- this.ppGpbxSignoffCheckoff.Controls.Add(this.lblCheckoffType);
- this.ppGpbxSignoffCheckoff.Controls.Add(this.ppCmbxCheckoffType);
- this.ppGpbxSignoffCheckoff.Controls.Add(this.lblCheckoffHeading);
- this.ppGpbxSignoffCheckoff.DisabledBackColor = System.Drawing.Color.Empty;
- this.ppGpbxSignoffCheckoff.Location = new System.Drawing.Point(272, 123);
- this.ppGpbxSignoffCheckoff.Margin = new System.Windows.Forms.Padding(2);
- this.ppGpbxSignoffCheckoff.Name = "ppGpbxSignoffCheckoff";
- this.ppGpbxSignoffCheckoff.Size = new System.Drawing.Size(206, 117);
- //
- //
- //
- this.ppGpbxSignoffCheckoff.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
- this.ppGpbxSignoffCheckoff.Style.BackColorGradientAngle = 90;
- this.ppGpbxSignoffCheckoff.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
- this.ppGpbxSignoffCheckoff.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.ppGpbxSignoffCheckoff.Style.BorderBottomWidth = 1;
- this.ppGpbxSignoffCheckoff.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
- this.ppGpbxSignoffCheckoff.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.ppGpbxSignoffCheckoff.Style.BorderLeftWidth = 1;
- this.ppGpbxSignoffCheckoff.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.ppGpbxSignoffCheckoff.Style.BorderRightWidth = 1;
- this.ppGpbxSignoffCheckoff.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.ppGpbxSignoffCheckoff.Style.BorderTopWidth = 1;
- this.ppGpbxSignoffCheckoff.Style.CornerDiameter = 4;
- this.ppGpbxSignoffCheckoff.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
- this.ppGpbxSignoffCheckoff.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
- this.ppGpbxSignoffCheckoff.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
- this.ppGpbxSignoffCheckoff.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
- //
- //
- //
- this.ppGpbxSignoffCheckoff.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ppGpbxSignoffCheckoff.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ppGpbxSignoffCheckoff.TabIndex = 51;
- this.ppGpbxSignoffCheckoff.Text = "Signoffs / Checkoffs";
- //
- // tiFormat
- //
- this.tiFormat.AttachedControl = this.tcpFormat;
- this.tiFormat.Name = "tiFormat";
- this.tiFormat.Text = "Format";
- //
// tabControlPanel4
//
this.tabControlPanel4.Controls.Add(this.ppCkLstApplicabilityDesinations);
@@ -1404,7 +1405,7 @@ namespace VEPROMS
this.tabControlPanel4.Margin = new System.Windows.Forms.Padding(2);
this.tabControlPanel4.Name = "tabControlPanel4";
this.tabControlPanel4.Padding = new System.Windows.Forms.Padding(1);
- this.tabControlPanel4.Size = new System.Drawing.Size(521, 318);
+ this.tabControlPanel4.Size = new System.Drawing.Size(565, 318);
this.tabControlPanel4.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
this.tabControlPanel4.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
this.tabControlPanel4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
@@ -1421,31 +1422,15 @@ namespace VEPROMS
this.tiViewStnns.Name = "tiViewStnns";
this.tiViewStnns.Text = "View Settings";
//
- // checkBoxX1
- //
- this.checkBoxX1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- //
- //
- //
- this.checkBoxX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.checkBoxX1.Location = new System.Drawing.Point(9, 378);
- this.checkBoxX1.Margin = new System.Windows.Forms.Padding(2);
- this.checkBoxX1.Name = "checkBoxX1";
- this.checkBoxX1.Size = new System.Drawing.Size(145, 22);
- this.checkBoxX1.TabIndex = 92;
- this.checkBoxX1.Text = "Show Default Settings";
- this.checkBoxX1.CheckedChanged += new System.EventHandler(this.tabpage_Enter);
- //
// frmSectionProperties
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
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(681, 405);
+ this.ClientSize = new System.Drawing.Size(738, 413);
this.ControlBox = false;
this.Controls.Add(this.tcSectionProp);
this.Controls.Add(this.panSectBtns);
- this.Controls.Add(this.checkBoxX1);
this.Controls.Add(this.ppCbShwDefSettings);
this.Controls.Add(this.ppLblDefSettingsInfo);
this.Controls.Add(this.ppBtnCancel);
@@ -1466,19 +1451,19 @@ namespace VEPROMS
this.panSectBtns.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.tcSectionProp)).EndInit();
this.tcSectionProp.ResumeLayout(false);
+ this.tcpGeneral.ResumeLayout(false);
+ this.tcpGeneral.PerformLayout();
+ this.tcpFormat.ResumeLayout(false);
+ this.tcpFormat.PerformLayout();
+ this.ppGpbxSignoffCheckoff.ResumeLayout(false);
+ this.ppGpbxSignoffCheckoff.PerformLayout();
+ this.tcpLibDoc.ResumeLayout(false);
+ this.tcpLibDoc.PerformLayout();
this.tcpAutomation.ResumeLayout(false);
this.tcpAutomation.PerformLayout();
this.gpTOC.ResumeLayout(false);
this.grpLnkEnh.ResumeLayout(false);
this.grpLnkEnh.PerformLayout();
- this.tcpGeneral.ResumeLayout(false);
- this.tcpGeneral.PerformLayout();
- this.tcpLibDoc.ResumeLayout(false);
- this.tcpLibDoc.PerformLayout();
- this.tcpFormat.ResumeLayout(false);
- this.tcpFormat.PerformLayout();
- this.ppGpbxSignoffCheckoff.ResumeLayout(false);
- this.ppGpbxSignoffCheckoff.PerformLayout();
this.tabControlPanel4.ResumeLayout(false);
this.tabControlPanel4.PerformLayout();
this.ResumeLayout(false);
@@ -1510,7 +1495,7 @@ namespace VEPROMS
private DevComponents.DotNetBar.Controls.ComboBoxEx ppCmbxCheckoffHeading;
private DevComponents.DotNetBar.Controls.ComboBoxEx ppCmbxCheckoffType;
private System.Windows.Forms.Label ppLblDefSettingsInfo;
- private DevComponents.DotNetBar.Controls.CheckBoxX ppCbShwDefSettings;
+ //private DevComponents.DotNetBar.Controls.CheckBoxX ppCbShwDefSettings;
private System.Windows.Forms.Label lblLibraryDocument;
private DevComponents.DotNetBar.Controls.ComboBoxEx ppCmbxLibDoc;
private DevComponents.DotNetBar.ButtonX ppBtnCvrtToLibDoc;
@@ -1563,7 +1548,7 @@ namespace VEPROMS
private System.Windows.Forms.CheckBox ppCbAutoIndent;
private System.Windows.Forms.CheckBox cbKeepWordDocMargins;
private System.Windows.Forms.CheckBox ppCbPhoneList;
- private DevComponents.DotNetBar.Controls.CheckBoxX checkBoxX1;
+ private DevComponents.DotNetBar.Controls.CheckBoxX ppCbShwDefSettings;
private System.Windows.Forms.CheckBox ppCbDefaultStepSection;
private DevComponents.DotNetBar.Controls.GroupPanel grpLnkEnh;
private System.Windows.Forms.RadioButton rbEnhLnkContents;
@@ -1574,4 +1559,4 @@ namespace VEPROMS
private DevComponents.DotNetBar.Controls.TextBoxX txbxTOC_Group_Title;
private DevComponents.DotNetBar.ButtonX ppBtnConvertToDocX;
}
-}
\ No newline at end of file
+}
diff --git a/PROMS/VEPROMS User Interface/frmSectionProperties.cs b/PROMS/VEPROMS User Interface/frmSectionProperties.cs
index 788e47ae..3493c02a 100644
--- a/PROMS/VEPROMS User Interface/frmSectionProperties.cs
+++ b/PROMS/VEPROMS User Interface/frmSectionProperties.cs
@@ -23,7 +23,7 @@ namespace VEPROMS
private string _DefaultPrintSize = null;
private bool _Initializing;
private SectionConfig _SectionConfig;
- private Document _DocumentToDelete = null;
+ private Document _DocumentToDelete = null;
private StepTabRibbon _MyStepTabRibbon;
private bool _isStepSection = true;
private bool _hasSectionCheckoffDefault = false;
@@ -732,12 +732,10 @@ namespace VEPROMS
_Initializing = false;
return;
}
- bool didDefault = false;
if ((ppCmbxFormat.SelectedIndex != -1) && _DefaultFormatName != null && _DefaultFormatName.Equals(ppCmbxFormat.SelectedValue))
{
ppBtnDefaultFmt.Focus();
ppBtnDefaultFmt.PerformClick();
- didDefault = true;
}
// determine if the default button and the default description text should visable
ppBtnDefaultFmt.Visible = !(ppCmbxFormat.SelectedValue == null || ppCmbxFormat.SelectedIndex == -1);
@@ -976,7 +974,7 @@ namespace VEPROMS
private void tabpage_Enter(object sender, EventArgs e)
{
// Show or hide the labels containing the default values
- if (!_Initializing)
+ //if (!_Initializing) // jsj 1-23-2017 was not showing default check upon property page entry
defaultSettingsVisiblity();
}
///
@@ -1215,6 +1213,26 @@ namespace VEPROMS
ppBtnConvertToDocX.Visible = false; // Hide the button after the execution is complete.
//}
}
+
+ private void ppCmbxFormat_DropDown(object sender, EventArgs e)
+ {
+ _Initializing = true;
+ // C2017-004 - if using the default format, position the dropdown to the default format
+ if (ppCmbxFormat.SelectedIndex == -1)
+ ppCmbxFormat.SelectedValue = _DefaultFormatName;
+ _Initializing = false;
+ }
+
+ private void ppCmbxFormat_DropDownClosed(object sender, EventArgs e)
+ {
+ // upon exit of the dropdown if the default format is selected - click the Default button
+ if ((string)(ppCmbxFormat.SelectedValue) == _DefaultFormatName)
+ {
+ ppBtnDefaultFmt.PerformClick();
+ ppCmbxStyleSectionType.Focus();
+ }
+ }
+
//private void ppBtnDefaultPrintSize_Click(object sender, EventArgs e)
//{
// // Get the parent setting
diff --git a/PROMS/VEPROMS User Interface/frmVersionsProperties.Designer.cs b/PROMS/VEPROMS User Interface/frmVersionsProperties.Designer.cs
index 0674f7f1..68bf2750 100644
--- a/PROMS/VEPROMS User Interface/frmVersionsProperties.Designer.cs
+++ b/PROMS/VEPROMS User Interface/frmVersionsProperties.Designer.cs
@@ -103,6 +103,12 @@ namespace VEPROMS
this.ppLblDefSettingsInfo = new System.Windows.Forms.Label();
this.dlgROFolder = new System.Windows.Forms.FolderBrowserDialog();
this.tcVersions = new DevComponents.DotNetBar.TabControl();
+ this.tcpGeneral = new DevComponents.DotNetBar.TabControlPanel();
+ this.tiGeneral = new DevComponents.DotNetBar.TabItem(this.components);
+ this.tcpFormatSettings = new DevComponents.DotNetBar.TabControlPanel();
+ this.btnPhoneList = new DevComponents.DotNetBar.ButtonX();
+ this.ppLblUnitNum = new System.Windows.Forms.Label();
+ this.tiFmtSettings = new DevComponents.DotNetBar.TabItem(this.components);
this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
this.btnUnlinkDocVersion = new System.Windows.Forms.Button();
this.btnNewEnh = new System.Windows.Forms.Button();
@@ -121,8 +127,6 @@ namespace VEPROMS
this.lbEnhanced = new System.Windows.Forms.ListBox();
this.bsEnhanced = new System.Windows.Forms.BindingSource(this.components);
this.tiEnhanced = new DevComponents.DotNetBar.TabItem(this.components);
- this.tcpGeneral = new DevComponents.DotNetBar.TabControlPanel();
- this.tiGeneral = new DevComponents.DotNetBar.TabItem(this.components);
this.tcpApplicability = new DevComponents.DotNetBar.TabControlPanel();
this.label28 = new System.Windows.Forms.Label();
this.label27 = new System.Windows.Forms.Label();
@@ -153,10 +157,6 @@ namespace VEPROMS
this.bsApples = new System.Windows.Forms.BindingSource(this.components);
this.label5 = new System.Windows.Forms.Label();
this.tiApplicability = new DevComponents.DotNetBar.TabItem(this.components);
- this.tcpFormatSettings = new DevComponents.DotNetBar.TabControlPanel();
- this.btnPhoneList = new DevComponents.DotNetBar.ButtonX();
- this.ppLblUnitNum = new System.Windows.Forms.Label();
- this.tiFmtSettings = new DevComponents.DotNetBar.TabItem(this.components);
this.tcpOutputSettings = new DevComponents.DotNetBar.TabControlPanel();
this.label30 = new System.Windows.Forms.Label();
this.label29 = new System.Windows.Forms.Label();
@@ -199,16 +199,16 @@ namespace VEPROMS
this.ppGpbxUserSpecTxt.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tcVersions)).BeginInit();
this.tcVersions.SuspendLayout();
+ this.tcpGeneral.SuspendLayout();
+ this.tcpFormatSettings.SuspendLayout();
this.tabControlPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bsMiniEnhanced)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bsEnhanced)).BeginInit();
- this.tcpGeneral.SuspendLayout();
this.tcpApplicability.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bsMiniApple)).BeginInit();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bsApples)).BeginInit();
- this.tcpFormatSettings.SuspendLayout();
this.tcpOutputSettings.SuspendLayout();
this.ppGrpbxPrnAdj.SuspendLayout();
this.tabControlPanel5.SuspendLayout();
@@ -225,10 +225,10 @@ 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(829, 446);
- this.ppBtnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppBtnCancel.Location = new System.Drawing.Point(616, 345);
+ this.ppBtnCancel.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnCancel.Name = "ppBtnCancel";
- this.ppBtnCancel.Size = new System.Drawing.Size(75, 26);
+ this.ppBtnCancel.Size = new System.Drawing.Size(56, 21);
this.ppBtnCancel.TabIndex = 91;
this.ppBtnCancel.Text = "Cancel";
this.ppBtnCancel.UseVisualStyleBackColor = true;
@@ -237,10 +237,10 @@ 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(732, 446);
- this.ppBtnOK.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppBtnOK.Location = new System.Drawing.Point(543, 345);
+ this.ppBtnOK.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnOK.Name = "ppBtnOK";
- this.ppBtnOK.Size = new System.Drawing.Size(75, 26);
+ this.ppBtnOK.Size = new System.Drawing.Size(56, 21);
this.ppBtnOK.TabIndex = 90;
this.ppBtnOK.Text = "OK";
this.ppBtnOK.UseVisualStyleBackColor = true;
@@ -249,10 +249,10 @@ namespace VEPROMS
// ppBtnDefaultChgBar
//
this.ppBtnDefaultChgBar.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.ppBtnDefaultChgBar.Location = new System.Drawing.Point(403, 101);
- this.ppBtnDefaultChgBar.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppBtnDefaultChgBar.Location = new System.Drawing.Point(302, 82);
+ this.ppBtnDefaultChgBar.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnDefaultChgBar.Name = "ppBtnDefaultChgBar";
- this.ppBtnDefaultChgBar.Size = new System.Drawing.Size(59, 25);
+ this.ppBtnDefaultChgBar.Size = new System.Drawing.Size(44, 20);
this.superTooltip1.SetSuperTooltip(this.ppBtnDefaultChgBar, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", "This will revert the Change Bar selection back to using the parent\'s (default) se" +
"tting.\r\n\r\nCheck \"Show Default Settings\" to display the \"default\" Change Bar (bel" +
"ow the Change Bars selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(250, 145)));
@@ -269,11 +269,11 @@ namespace VEPROMS
this.ppCmbxChangeBarType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.ppCmbxChangeBarType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.ppCmbxChangeBarType.FormattingEnabled = true;
- this.ppCmbxChangeBarType.ItemHeight = 20;
- this.ppCmbxChangeBarType.Location = new System.Drawing.Point(119, 101);
- this.ppCmbxChangeBarType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppCmbxChangeBarType.ItemHeight = 14;
+ this.ppCmbxChangeBarType.Location = new System.Drawing.Point(89, 82);
+ this.ppCmbxChangeBarType.Margin = new System.Windows.Forms.Padding(2);
this.ppCmbxChangeBarType.Name = "ppCmbxChangeBarType";
- this.ppCmbxChangeBarType.Size = new System.Drawing.Size(279, 26);
+ this.ppCmbxChangeBarType.Size = new System.Drawing.Size(210, 20);
this.ppCmbxChangeBarType.TabIndex = 42;
this.ppCmbxChangeBarType.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ppCmbxChangeBarType.WatermarkText = "select change bar setting";
@@ -286,10 +286,10 @@ namespace VEPROMS
// ppBtnDefaultFmt
//
this.ppBtnDefaultFmt.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.ppBtnDefaultFmt.Location = new System.Drawing.Point(600, 34);
- this.ppBtnDefaultFmt.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppBtnDefaultFmt.Location = new System.Drawing.Point(450, 28);
+ this.ppBtnDefaultFmt.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnDefaultFmt.Name = "ppBtnDefaultFmt";
- this.ppBtnDefaultFmt.Size = new System.Drawing.Size(67, 28);
+ this.ppBtnDefaultFmt.Size = new System.Drawing.Size(50, 23);
this.superTooltip1.SetSuperTooltip(this.ppBtnDefaultFmt, new DevComponents.DotNetBar.SuperTooltipInfo("Default Button", "", "This will revert the format selection back to using the parent\'s format.\r\n\r\nCheck" +
" \"Show Default Settings\" to display the \"default\" format name (below the format " +
"selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.System));
@@ -305,16 +305,18 @@ namespace VEPROMS
this.ppCmbxFormat.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.ppCmbxFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.ppCmbxFormat.FormattingEnabled = true;
- this.ppCmbxFormat.ItemHeight = 20;
- this.ppCmbxFormat.Location = new System.Drawing.Point(19, 34);
- this.ppCmbxFormat.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppCmbxFormat.ItemHeight = 14;
+ this.ppCmbxFormat.Location = new System.Drawing.Point(14, 28);
+ this.ppCmbxFormat.Margin = new System.Windows.Forms.Padding(2);
this.ppCmbxFormat.Name = "ppCmbxFormat";
- this.ppCmbxFormat.Size = new System.Drawing.Size(575, 26);
+ this.ppCmbxFormat.Size = new System.Drawing.Size(432, 20);
this.superTooltip1.SetSuperTooltip(this.ppCmbxFormat, new DevComponents.DotNetBar.SuperTooltipInfo("Format Selection", "", resources.GetString("ppCmbxFormat.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.System));
this.ppCmbxFormat.TabIndex = 40;
this.ppCmbxFormat.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ppCmbxFormat.WatermarkText = "Select a Format";
- this.ppCmbxFormat.SelectedValueChanged += new System.EventHandler(this.ppCmbxFormat_SelectedValueChanged);
+ this.ppCmbxFormat.DropDown += new System.EventHandler(this.ppCmbxFormat_DropDown);
+ this.ppCmbxFormat.SelectedIndexChanged += new System.EventHandler(this.ppCmbxFormat_SelectedIndexChanged);
+ this.ppCmbxFormat.DropDownClosed += new System.EventHandler(this.ppCmbxFormat_DropDownClosed);
//
// ppLblChangeBarTypeDefault
//
@@ -322,9 +324,10 @@ namespace VEPROMS
this.ppLblChangeBarTypeDefault.BackColor = System.Drawing.Color.Transparent;
this.ppLblChangeBarTypeDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ppLblChangeBarTypeDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.ppLblChangeBarTypeDefault.Location = new System.Drawing.Point(117, 126);
+ this.ppLblChangeBarTypeDefault.Location = new System.Drawing.Point(88, 102);
+ this.ppLblChangeBarTypeDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.ppLblChangeBarTypeDefault.Name = "ppLblChangeBarTypeDefault";
- this.ppLblChangeBarTypeDefault.Size = new System.Drawing.Size(107, 17);
+ this.ppLblChangeBarTypeDefault.Size = new System.Drawing.Size(79, 13);
this.superTooltip1.SetSuperTooltip(this.ppLblChangeBarTypeDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Change Bar setting", "", "Pressing the Default Button (to the right)\r\nwill set the Change Bar setting back " +
"to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(270, 70)));
this.ppLblChangeBarTypeDefault.TabIndex = 27;
@@ -336,9 +339,10 @@ namespace VEPROMS
this.ppLblFormatDefault.BackColor = System.Drawing.Color.Transparent;
this.ppLblFormatDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ppLblFormatDefault.ForeColor = System.Drawing.Color.Gray;
- this.ppLblFormatDefault.Location = new System.Drawing.Point(13, 62);
+ this.ppLblFormatDefault.Location = new System.Drawing.Point(10, 50);
+ this.ppLblFormatDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.ppLblFormatDefault.Name = "ppLblFormatDefault";
- this.ppLblFormatDefault.Size = new System.Drawing.Size(61, 17);
+ this.ppLblFormatDefault.Size = new System.Drawing.Size(45, 13);
this.superTooltip1.SetSuperTooltip(this.ppLblFormatDefault, new DevComponents.DotNetBar.SuperTooltipInfo("The is the default Format setting", "", "Pressing the Reset Button (to the right)\r\nwill set the format setting back to thi" +
"s.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(255, 70)));
this.ppLblFormatDefault.TabIndex = 26;
@@ -347,10 +351,10 @@ namespace VEPROMS
// ppBtnDefCbTxtTyp
//
this.ppBtnDefCbTxtTyp.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.ppBtnDefCbTxtTyp.Location = new System.Drawing.Point(291, 22);
- this.ppBtnDefCbTxtTyp.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppBtnDefCbTxtTyp.Location = new System.Drawing.Point(218, 18);
+ this.ppBtnDefCbTxtTyp.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnDefCbTxtTyp.Name = "ppBtnDefCbTxtTyp";
- this.ppBtnDefCbTxtTyp.Size = new System.Drawing.Size(59, 25);
+ this.ppBtnDefCbTxtTyp.Size = new System.Drawing.Size(44, 20);
this.superTooltip1.SetSuperTooltip(this.ppBtnDefCbTxtTyp, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefCbTxtTyp.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(235, 150)));
this.ppBtnDefCbTxtTyp.TabIndex = 45;
this.ppBtnDefCbTxtTyp.Text = "Default";
@@ -361,10 +365,10 @@ namespace VEPROMS
// ppBtnDefaultCbPos
//
this.ppBtnDefaultCbPos.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.ppBtnDefaultCbPos.Location = new System.Drawing.Point(280, 82);
- this.ppBtnDefaultCbPos.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppBtnDefaultCbPos.Location = new System.Drawing.Point(210, 67);
+ this.ppBtnDefaultCbPos.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnDefaultCbPos.Name = "ppBtnDefaultCbPos";
- this.ppBtnDefaultCbPos.Size = new System.Drawing.Size(59, 25);
+ this.ppBtnDefaultCbPos.Size = new System.Drawing.Size(44, 20);
this.superTooltip1.SetSuperTooltip(this.ppBtnDefaultCbPos, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefaultCbPos.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(250, 145)));
this.ppBtnDefaultCbPos.TabIndex = 51;
this.ppBtnDefaultCbPos.Text = "Default";
@@ -380,10 +384,10 @@ namespace VEPROMS
this.ppCmbxChgBarTxtType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.ppCmbxChgBarTxtType.FormattingEnabled = true;
this.ppCmbxChgBarTxtType.ItemHeight = 20;
- this.ppCmbxChgBarTxtType.Location = new System.Drawing.Point(83, 20);
- this.ppCmbxChgBarTxtType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppCmbxChgBarTxtType.Location = new System.Drawing.Point(62, 16);
+ this.ppCmbxChgBarTxtType.Margin = new System.Windows.Forms.Padding(2);
this.ppCmbxChgBarTxtType.Name = "ppCmbxChgBarTxtType";
- this.ppCmbxChgBarTxtType.Size = new System.Drawing.Size(203, 26);
+ this.ppCmbxChgBarTxtType.Size = new System.Drawing.Size(153, 26);
this.ppCmbxChgBarTxtType.TabIndex = 44;
this.ppCmbxChgBarTxtType.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ppCmbxChgBarTxtType.WatermarkText = "select change bar text type";
@@ -397,10 +401,10 @@ namespace VEPROMS
this.ppCmbxChgBarPos.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.ppCmbxChgBarPos.FormattingEnabled = true;
this.ppCmbxChgBarPos.ItemHeight = 20;
- this.ppCmbxChgBarPos.Location = new System.Drawing.Point(96, 82);
- this.ppCmbxChgBarPos.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppCmbxChgBarPos.Location = new System.Drawing.Point(72, 67);
+ this.ppCmbxChgBarPos.Margin = new System.Windows.Forms.Padding(2);
this.ppCmbxChgBarPos.Name = "ppCmbxChgBarPos";
- this.ppCmbxChgBarPos.Size = new System.Drawing.Size(177, 26);
+ this.ppCmbxChgBarPos.Size = new System.Drawing.Size(134, 26);
this.ppCmbxChgBarPos.TabIndex = 50;
this.ppCmbxChgBarPos.Visible = false;
this.ppCmbxChgBarPos.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
@@ -412,9 +416,10 @@ namespace VEPROMS
this.ppLblChgBarTxtTypeDefault.AutoSize = true;
this.ppLblChgBarTxtTypeDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ppLblChgBarTxtTypeDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.ppLblChgBarTxtTypeDefault.Location = new System.Drawing.Point(93, 46);
+ this.ppLblChgBarTxtTypeDefault.Location = new System.Drawing.Point(70, 37);
+ this.ppLblChgBarTxtTypeDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.ppLblChgBarTxtTypeDefault.Name = "ppLblChgBarTxtTypeDefault";
- this.ppLblChgBarTxtTypeDefault.Size = new System.Drawing.Size(107, 17);
+ this.ppLblChgBarTxtTypeDefault.Size = new System.Drawing.Size(79, 13);
this.superTooltip1.SetSuperTooltip(this.ppLblChgBarTxtTypeDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Custom Change Bar Text Type", "", "Pressing the Default Button (to the right) will set the Cusotom Change Bar Positi" +
"on setting back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0)));
this.ppLblChgBarTxtTypeDefault.TabIndex = 13;
@@ -425,9 +430,10 @@ namespace VEPROMS
this.ppLblChgBarPosDefault.AutoSize = true;
this.ppLblChgBarPosDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ppLblChgBarPosDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.ppLblChgBarPosDefault.Location = new System.Drawing.Point(99, 106);
+ this.ppLblChgBarPosDefault.Location = new System.Drawing.Point(74, 86);
+ this.ppLblChgBarPosDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.ppLblChgBarPosDefault.Name = "ppLblChgBarPosDefault";
- this.ppLblChgBarPosDefault.Size = new System.Drawing.Size(107, 17);
+ this.ppLblChgBarPosDefault.Size = new System.Drawing.Size(79, 13);
this.superTooltip1.SetSuperTooltip(this.ppLblChgBarPosDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Custom Change Bar Position", "", "Pressing the Default Button (to the right) will set the Cusotom Change Bar Positi" +
"on setting back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(300, 80)));
this.ppLblChgBarPosDefault.TabIndex = 12;
@@ -437,10 +443,10 @@ namespace VEPROMS
// ppBtnDefCbTxt2
//
this.ppBtnDefCbTxt2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.ppBtnDefCbTxt2.Location = new System.Drawing.Point(157, 58);
- this.ppBtnDefCbTxt2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppBtnDefCbTxt2.Location = new System.Drawing.Point(118, 47);
+ this.ppBtnDefCbTxt2.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnDefCbTxt2.Name = "ppBtnDefCbTxt2";
- this.ppBtnDefCbTxt2.Size = new System.Drawing.Size(59, 25);
+ this.ppBtnDefCbTxt2.Size = new System.Drawing.Size(44, 20);
this.superTooltip1.SetSuperTooltip(this.ppBtnDefCbTxt2, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefCbTxt2.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(250, 150)));
this.ppBtnDefCbTxt2.TabIndex = 49;
this.ppBtnDefCbTxt2.Text = "Default";
@@ -451,10 +457,10 @@ namespace VEPROMS
// ppBtnDefCbTxt1
//
this.ppBtnDefCbTxt1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.ppBtnDefCbTxt1.Location = new System.Drawing.Point(157, 7);
- this.ppBtnDefCbTxt1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppBtnDefCbTxt1.Location = new System.Drawing.Point(118, 6);
+ this.ppBtnDefCbTxt1.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnDefCbTxt1.Name = "ppBtnDefCbTxt1";
- this.ppBtnDefCbTxt1.Size = new System.Drawing.Size(59, 25);
+ this.ppBtnDefCbTxt1.Size = new System.Drawing.Size(44, 20);
this.superTooltip1.SetSuperTooltip(this.ppBtnDefCbTxt1, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefCbTxt1.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(250, 150)));
this.ppBtnDefCbTxt1.TabIndex = 47;
this.ppBtnDefCbTxt1.Text = "Default";
@@ -467,9 +473,10 @@ namespace VEPROMS
this.ppLblChgBarUserMsgTwoDefault.AutoSize = true;
this.ppLblChgBarUserMsgTwoDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ppLblChgBarUserMsgTwoDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.ppLblChgBarUserMsgTwoDefault.Location = new System.Drawing.Point(88, 82);
+ this.ppLblChgBarUserMsgTwoDefault.Location = new System.Drawing.Point(66, 67);
+ this.ppLblChgBarUserMsgTwoDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.ppLblChgBarUserMsgTwoDefault.Name = "ppLblChgBarUserMsgTwoDefault";
- this.ppLblChgBarUserMsgTwoDefault.Size = new System.Drawing.Size(61, 17);
+ this.ppLblChgBarUserMsgTwoDefault.Size = new System.Drawing.Size(45, 13);
this.superTooltip1.SetSuperTooltip(this.ppLblChgBarUserMsgTwoDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Custom Message Line Two", "", "Pressing the Default Button (to the right) will set the Cusotom Change Bar Messag" +
"e Line Two setting back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0)));
this.ppLblChgBarUserMsgTwoDefault.TabIndex = 7;
@@ -480,9 +487,10 @@ namespace VEPROMS
this.ppLblChgBarUserMsgOneDefault.AutoSize = true;
this.ppLblChgBarUserMsgOneDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ppLblChgBarUserMsgOneDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.ppLblChgBarUserMsgOneDefault.Location = new System.Drawing.Point(88, 34);
+ this.ppLblChgBarUserMsgOneDefault.Location = new System.Drawing.Point(66, 28);
+ this.ppLblChgBarUserMsgOneDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.ppLblChgBarUserMsgOneDefault.Name = "ppLblChgBarUserMsgOneDefault";
- this.ppLblChgBarUserMsgOneDefault.Size = new System.Drawing.Size(61, 17);
+ this.ppLblChgBarUserMsgOneDefault.Size = new System.Drawing.Size(45, 13);
this.superTooltip1.SetSuperTooltip(this.ppLblChgBarUserMsgOneDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Custom Message Line One", "", "Pressing the Default Button (to the right) will set the Cusotom Change Bar Messag" +
"e Line One setting back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
this.ppLblChgBarUserMsgOneDefault.TabIndex = 6;
@@ -491,20 +499,21 @@ namespace VEPROMS
// label14
//
this.label14.AutoSize = true;
- this.label14.Location = new System.Drawing.Point(21, 11);
+ this.label14.Location = new System.Drawing.Point(16, 9);
+ this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(63, 17);
+ this.label14.Size = new System.Drawing.Size(48, 13);
this.label14.TabIndex = 4;
this.label14.Text = "Line one";
//
// ppTxbxChangeBarUserMsgOne
//
this.ppTxbxChangeBarUserMsgOne.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.docVersionConfigBindingSource, "Print_UserCBMess1", true));
- this.ppTxbxChangeBarUserMsgOne.Location = new System.Drawing.Point(91, 7);
- this.ppTxbxChangeBarUserMsgOne.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppTxbxChangeBarUserMsgOne.Location = new System.Drawing.Point(68, 6);
+ this.ppTxbxChangeBarUserMsgOne.Margin = new System.Windows.Forms.Padding(2);
this.ppTxbxChangeBarUserMsgOne.Multiline = false;
this.ppTxbxChangeBarUserMsgOne.Name = "ppTxbxChangeBarUserMsgOne";
- this.ppTxbxChangeBarUserMsgOne.Size = new System.Drawing.Size(57, 24);
+ this.ppTxbxChangeBarUserMsgOne.Size = new System.Drawing.Size(44, 20);
this.superTooltip1.SetSuperTooltip(this.ppTxbxChangeBarUserMsgOne, new DevComponents.DotNetBar.SuperTooltipInfo("User Defined Message", "", "This message will appear on all change bars", null, null, DevComponents.DotNetBar.eTooltipColor.System));
this.ppTxbxChangeBarUserMsgOne.TabIndex = 46;
this.ppTxbxChangeBarUserMsgOne.Text = "";
@@ -513,20 +522,21 @@ namespace VEPROMS
// label15
//
this.label15.AutoSize = true;
- this.label15.Location = new System.Drawing.Point(21, 62);
+ this.label15.Location = new System.Drawing.Point(16, 50);
+ this.label15.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(60, 17);
+ this.label15.Size = new System.Drawing.Size(47, 13);
this.label15.TabIndex = 5;
this.label15.Text = "Line two";
//
// ppTxbxChangeBarUserMsgTwo
//
this.ppTxbxChangeBarUserMsgTwo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.docVersionConfigBindingSource, "Print_UserCBMess2", true));
- this.ppTxbxChangeBarUserMsgTwo.Location = new System.Drawing.Point(91, 58);
- this.ppTxbxChangeBarUserMsgTwo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppTxbxChangeBarUserMsgTwo.Location = new System.Drawing.Point(68, 47);
+ this.ppTxbxChangeBarUserMsgTwo.Margin = new System.Windows.Forms.Padding(2);
this.ppTxbxChangeBarUserMsgTwo.Multiline = false;
this.ppTxbxChangeBarUserMsgTwo.Name = "ppTxbxChangeBarUserMsgTwo";
- this.ppTxbxChangeBarUserMsgTwo.Size = new System.Drawing.Size(57, 24);
+ this.ppTxbxChangeBarUserMsgTwo.Size = new System.Drawing.Size(44, 20);
this.superTooltip1.SetSuperTooltip(this.ppTxbxChangeBarUserMsgTwo, new DevComponents.DotNetBar.SuperTooltipInfo("User Defined Message", "", "This message will appear on all change bars", null, null, DevComponents.DotNetBar.eTooltipColor.System));
this.ppTxbxChangeBarUserMsgTwo.TabIndex = 48;
this.ppTxbxChangeBarUserMsgTwo.Text = "";
@@ -535,18 +545,20 @@ namespace VEPROMS
// label13
//
this.label13.AutoSize = true;
- this.label13.Location = new System.Drawing.Point(5, 22);
+ this.label13.Location = new System.Drawing.Point(4, 18);
+ this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(71, 17);
+ this.label13.Size = new System.Drawing.Size(55, 13);
this.label13.TabIndex = 8;
this.label13.Text = "Text Type";
//
// label12
//
this.label12.AutoSize = true;
- this.label12.Location = new System.Drawing.Point(35, 82);
+ this.label12.Location = new System.Drawing.Point(26, 67);
+ this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(58, 17);
+ this.label12.Size = new System.Drawing.Size(44, 13);
this.label12.TabIndex = 9;
this.label12.Text = "Position";
this.label12.Visible = false;
@@ -555,9 +567,10 @@ namespace VEPROMS
//
this.label10.AutoSize = true;
this.label10.BackColor = System.Drawing.Color.Transparent;
- this.label10.Location = new System.Drawing.Point(13, 14);
+ this.label10.Location = new System.Drawing.Point(10, 11);
+ this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(52, 17);
+ this.label10.Size = new System.Drawing.Size(39, 13);
this.label10.TabIndex = 19;
this.label10.Text = "Format";
//
@@ -565,9 +578,10 @@ namespace VEPROMS
//
this.label11.AutoSize = true;
this.label11.BackColor = System.Drawing.Color.Transparent;
- this.label11.Location = new System.Drawing.Point(23, 103);
+ this.label11.Location = new System.Drawing.Point(17, 84);
+ this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(90, 17);
+ this.label11.Size = new System.Drawing.Size(68, 13);
this.label11.TabIndex = 3;
this.label11.Text = "Change Bars";
//
@@ -577,10 +591,10 @@ namespace VEPROMS
//
// ppBtnResetRoVals
//
- this.ppBtnResetRoVals.Location = new System.Drawing.Point(32, 90);
- this.ppBtnResetRoVals.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppBtnResetRoVals.Location = new System.Drawing.Point(24, 73);
+ this.ppBtnResetRoVals.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnResetRoVals.Name = "ppBtnResetRoVals";
- this.ppBtnResetRoVals.Size = new System.Drawing.Size(76, 78);
+ this.ppBtnResetRoVals.Size = new System.Drawing.Size(57, 63);
this.ppBtnResetRoVals.TabIndex = 20;
this.ppBtnResetRoVals.Text = "Reset to Previous Values";
this.ppBtnResetRoVals.UseVisualStyleBackColor = true;
@@ -589,10 +603,10 @@ namespace VEPROMS
//
// ppBtnUpRoVals
//
- this.ppBtnUpRoVals.Location = new System.Drawing.Point(35, 14);
- this.ppBtnUpRoVals.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppBtnUpRoVals.Location = new System.Drawing.Point(26, 11);
+ this.ppBtnUpRoVals.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnUpRoVals.Name = "ppBtnUpRoVals";
- this.ppBtnUpRoVals.Size = new System.Drawing.Size(76, 73);
+ this.ppBtnUpRoVals.Size = new System.Drawing.Size(57, 59);
this.superTooltip1.SetSuperTooltip(this.ppBtnUpRoVals, new DevComponents.DotNetBar.SuperTooltipInfo("Update Referenced Objects Values", "", "This button will update all of the Referenced Objects Values in all of the proced" +
"ures in this procedure set.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
this.ppBtnUpRoVals.TabIndex = 23;
@@ -604,9 +618,10 @@ namespace VEPROMS
//
this.label6.AutoSize = true;
this.label6.BackColor = System.Drawing.Color.Transparent;
- this.label6.Location = new System.Drawing.Point(12, 21);
+ this.label6.Location = new System.Drawing.Point(9, 17);
+ this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(94, 17);
+ this.label6.Size = new System.Drawing.Size(72, 13);
this.label6.TabIndex = 12;
this.label6.Text = "RO Database";
//
@@ -617,10 +632,10 @@ namespace VEPROMS
this.ppCmbxProcSetType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.ppCmbxProcSetType.FormattingEnabled = true;
this.ppCmbxProcSetType.ItemHeight = 20;
- this.ppCmbxProcSetType.Location = new System.Drawing.Point(232, 303);
- this.ppCmbxProcSetType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppCmbxProcSetType.Location = new System.Drawing.Point(174, 246);
+ this.ppCmbxProcSetType.Margin = new System.Windows.Forms.Padding(2);
this.ppCmbxProcSetType.Name = "ppCmbxProcSetType";
- this.ppCmbxProcSetType.Size = new System.Drawing.Size(176, 26);
+ this.ppCmbxProcSetType.Size = new System.Drawing.Size(133, 26);
this.ppCmbxProcSetType.TabIndex = 2;
this.ppCmbxProcSetType.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ppCmbxProcSetType.WatermarkText = "select procedure set type";
@@ -629,20 +644,21 @@ namespace VEPROMS
//
this.label9.AutoSize = true;
this.label9.BackColor = System.Drawing.Color.Transparent;
- this.label9.Location = new System.Drawing.Point(31, 306);
+ this.label9.Location = new System.Drawing.Point(23, 249);
+ this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(195, 17);
+ this.label9.Size = new System.Drawing.Size(145, 13);
this.label9.TabIndex = 16;
this.label9.Text = "Procedure Set Type (version)";
//
// ppRTxtName
//
this.ppRTxtName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.docVersionConfigBindingSource, "Name", true));
- this.ppRTxtName.Location = new System.Drawing.Point(75, 18);
- this.ppRTxtName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppRTxtName.Location = new System.Drawing.Point(56, 15);
+ this.ppRTxtName.Margin = new System.Windows.Forms.Padding(2);
this.ppRTxtName.Multiline = false;
this.ppRTxtName.Name = "ppRTxtName";
- this.ppRTxtName.Size = new System.Drawing.Size(279, 22);
+ this.ppRTxtName.Size = new System.Drawing.Size(210, 19);
this.ppRTxtName.TabIndex = 0;
this.ppRTxtName.Text = "";
this.ppRTxtName.Leave += new System.EventHandler(this.ppRTxtName_Leave);
@@ -651,30 +667,31 @@ namespace VEPROMS
//
this.lblProcSetRev.AutoSize = true;
this.lblProcSetRev.BackColor = System.Drawing.Color.Transparent;
- this.lblProcSetRev.Location = new System.Drawing.Point(27, 245);
+ this.lblProcSetRev.Location = new System.Drawing.Point(20, 199);
+ this.lblProcSetRev.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblProcSetRev.Name = "lblProcSetRev";
- this.lblProcSetRev.Size = new System.Drawing.Size(157, 17);
+ this.lblProcSetRev.Size = new System.Drawing.Size(119, 13);
this.lblProcSetRev.TabIndex = 66;
this.lblProcSetRev.Text = "Procedure Set Revision";
//
// ppRTxtProcSetRev
//
this.ppRTxtProcSetRev.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.docVersionConfigBindingSource, "ProcedureSetRev", true));
- this.ppRTxtProcSetRev.Location = new System.Drawing.Point(228, 241);
- this.ppRTxtProcSetRev.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppRTxtProcSetRev.Location = new System.Drawing.Point(171, 196);
+ this.ppRTxtProcSetRev.Margin = new System.Windows.Forms.Padding(2);
this.ppRTxtProcSetRev.Multiline = false;
this.ppRTxtProcSetRev.Name = "ppRTxtProcSetRev";
- this.ppRTxtProcSetRev.Size = new System.Drawing.Size(279, 22);
+ this.ppRTxtProcSetRev.Size = new System.Drawing.Size(210, 19);
this.ppRTxtProcSetRev.TabIndex = 0;
this.ppRTxtProcSetRev.Text = "";
//
// ppRTxtTitle
//
this.ppRTxtTitle.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.docVersionConfigBindingSource, "Title", true));
- this.ppRTxtTitle.Location = new System.Drawing.Point(75, 70);
- this.ppRTxtTitle.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppRTxtTitle.Location = new System.Drawing.Point(56, 57);
+ this.ppRTxtTitle.Margin = new System.Windows.Forms.Padding(2);
this.ppRTxtTitle.Name = "ppRTxtTitle";
- this.ppRTxtTitle.Size = new System.Drawing.Size(541, 61);
+ this.ppRTxtTitle.Size = new System.Drawing.Size(407, 50);
this.ppRTxtTitle.TabIndex = 1;
this.ppRTxtTitle.Text = "";
this.ppRTxtTitle.Visible = false;
@@ -684,10 +701,10 @@ namespace VEPROMS
this.ppDTPicker.CustomFormat = "MM\'/\'dd\'/\'yyyy hh\':\'mm:ss tt";
this.ppDTPicker.Enabled = false;
this.ppDTPicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.ppDTPicker.Location = new System.Drawing.Point(107, 151);
- this.ppDTPicker.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppDTPicker.Location = new System.Drawing.Point(80, 123);
+ this.ppDTPicker.Margin = new System.Windows.Forms.Padding(2);
this.ppDTPicker.Name = "ppDTPicker";
- this.ppDTPicker.Size = new System.Drawing.Size(172, 22);
+ this.ppDTPicker.Size = new System.Drawing.Size(130, 20);
this.ppDTPicker.TabIndex = 12;
this.ppDTPicker.TabStop = false;
this.ppDTPicker.Visible = false;
@@ -696,9 +713,10 @@ namespace VEPROMS
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
- this.label1.Location = new System.Drawing.Point(35, 73);
+ this.label1.Location = new System.Drawing.Point(26, 59);
+ this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(35, 17);
+ this.label1.Size = new System.Drawing.Size(27, 13);
this.label1.TabIndex = 3;
this.label1.Text = "Title";
this.label1.Visible = false;
@@ -707,19 +725,20 @@ namespace VEPROMS
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.Transparent;
- this.label2.Location = new System.Drawing.Point(23, 22);
+ this.label2.Location = new System.Drawing.Point(17, 18);
+ this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(45, 17);
+ this.label2.Size = new System.Drawing.Size(35, 13);
this.label2.TabIndex = 4;
this.label2.Text = "Name";
//
// ppTxtBxUserID
//
this.ppTxtBxUserID.Enabled = false;
- this.ppTxtBxUserID.Location = new System.Drawing.Point(93, 208);
- this.ppTxtBxUserID.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppTxtBxUserID.Location = new System.Drawing.Point(70, 169);
+ this.ppTxtBxUserID.Margin = new System.Windows.Forms.Padding(2);
this.ppTxtBxUserID.Name = "ppTxtBxUserID";
- this.ppTxtBxUserID.Size = new System.Drawing.Size(153, 22);
+ this.ppTxtBxUserID.Size = new System.Drawing.Size(116, 20);
this.ppTxtBxUserID.TabIndex = 10;
this.ppTxtBxUserID.TabStop = false;
this.ppTxtBxUserID.Visible = false;
@@ -728,9 +747,10 @@ namespace VEPROMS
//
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.Color.Transparent;
- this.label3.Location = new System.Drawing.Point(35, 210);
+ this.label3.Location = new System.Drawing.Point(26, 171);
+ this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(55, 17);
+ this.label3.Size = new System.Drawing.Size(43, 13);
this.label3.TabIndex = 5;
this.label3.Text = "User ID";
this.label3.Visible = false;
@@ -739,9 +759,10 @@ namespace VEPROMS
//
this.label4.AutoSize = true;
this.label4.BackColor = System.Drawing.Color.Transparent;
- this.label4.Location = new System.Drawing.Point(27, 154);
+ this.label4.Location = new System.Drawing.Point(20, 125);
+ this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(73, 17);
+ this.label4.Size = new System.Drawing.Size(58, 13);
this.label4.TabIndex = 6;
this.label4.Text = "Date/Time";
this.label4.Visible = false;
@@ -750,19 +771,19 @@ namespace VEPROMS
//
this.ppBtnPDFLoc.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ppBtnPDFLoc.Image = ((System.Drawing.Image)(resources.GetObject("ppBtnPDFLoc.Image")));
- this.ppBtnPDFLoc.Location = new System.Drawing.Point(612, 21);
- this.ppBtnPDFLoc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppBtnPDFLoc.Location = new System.Drawing.Point(459, 17);
+ this.ppBtnPDFLoc.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnPDFLoc.Name = "ppBtnPDFLoc";
- this.ppBtnPDFLoc.Size = new System.Drawing.Size(21, 23);
+ this.ppBtnPDFLoc.Size = new System.Drawing.Size(16, 19);
this.ppBtnPDFLoc.TabIndex = 31;
this.ppBtnPDFLoc.Click += new System.EventHandler(this.ppBtnPDFLoc_Click);
//
// ppNumUpDwnOvrdPrnPenWidth
//
- this.ppNumUpDwnOvrdPrnPenWidth.Location = new System.Drawing.Point(237, 18);
- this.ppNumUpDwnOvrdPrnPenWidth.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppNumUpDwnOvrdPrnPenWidth.Location = new System.Drawing.Point(178, 15);
+ this.ppNumUpDwnOvrdPrnPenWidth.Margin = new System.Windows.Forms.Padding(2);
this.ppNumUpDwnOvrdPrnPenWidth.Name = "ppNumUpDwnOvrdPrnPenWidth";
- this.ppNumUpDwnOvrdPrnPenWidth.Size = new System.Drawing.Size(51, 22);
+ this.ppNumUpDwnOvrdPrnPenWidth.Size = new System.Drawing.Size(38, 20);
this.superTooltip1.SetSuperTooltip(this.ppNumUpDwnOvrdPrnPenWidth, new DevComponents.DotNetBar.SuperTooltipInfo("Normal Pen Width", "", "This will allow you to override pen width used for normal text and line drawing.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
this.ppNumUpDwnOvrdPrnPenWidth.TabIndex = 1;
//
@@ -770,9 +791,10 @@ namespace VEPROMS
//
this.label19.AutoSize = true;
this.label19.BackColor = System.Drawing.Color.Transparent;
- this.label19.Location = new System.Drawing.Point(7, 20);
+ this.label19.Location = new System.Drawing.Point(5, 16);
+ this.label19.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label19.Name = "label19";
- this.label19.Size = new System.Drawing.Size(222, 17);
+ this.label19.Size = new System.Drawing.Size(165, 13);
this.label19.TabIndex = 0;
this.label19.Text = "Override Normal Pen Width (dots)";
//
@@ -780,27 +802,28 @@ namespace VEPROMS
//
this.label20.AutoSize = true;
this.label20.BackColor = System.Drawing.Color.Transparent;
- this.label20.Location = new System.Drawing.Point(8, 58);
+ this.label20.Location = new System.Drawing.Point(6, 47);
+ this.label20.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label20.Name = "label20";
- this.label20.Size = new System.Drawing.Size(205, 17);
+ this.label20.Size = new System.Drawing.Size(153, 13);
this.label20.TabIndex = 2;
this.label20.Text = "Override Bold Pen Width (dots)";
//
// ppNumUpDwnOverdPrnPenBoldWidth
//
- this.ppNumUpDwnOverdPrnPenBoldWidth.Location = new System.Drawing.Point(237, 57);
- this.ppNumUpDwnOverdPrnPenBoldWidth.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppNumUpDwnOverdPrnPenBoldWidth.Location = new System.Drawing.Point(178, 46);
+ this.ppNumUpDwnOverdPrnPenBoldWidth.Margin = new System.Windows.Forms.Padding(2);
this.ppNumUpDwnOverdPrnPenBoldWidth.Name = "ppNumUpDwnOverdPrnPenBoldWidth";
- this.ppNumUpDwnOverdPrnPenBoldWidth.Size = new System.Drawing.Size(51, 22);
+ this.ppNumUpDwnOverdPrnPenBoldWidth.Size = new System.Drawing.Size(38, 20);
this.superTooltip1.SetSuperTooltip(this.ppNumUpDwnOverdPrnPenBoldWidth, new DevComponents.DotNetBar.SuperTooltipInfo("Bold Pen Width", "", "This will allow you to override the width used for bold text.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
this.ppNumUpDwnOverdPrnPenBoldWidth.TabIndex = 3;
//
// ppNumUpDwnOvrdPrnPenULineWidth
//
- this.ppNumUpDwnOvrdPrnPenULineWidth.Location = new System.Drawing.Point(563, 18);
- this.ppNumUpDwnOvrdPrnPenULineWidth.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppNumUpDwnOvrdPrnPenULineWidth.Location = new System.Drawing.Point(422, 15);
+ this.ppNumUpDwnOvrdPrnPenULineWidth.Margin = new System.Windows.Forms.Padding(2);
this.ppNumUpDwnOvrdPrnPenULineWidth.Name = "ppNumUpDwnOvrdPrnPenULineWidth";
- this.ppNumUpDwnOvrdPrnPenULineWidth.Size = new System.Drawing.Size(51, 22);
+ this.ppNumUpDwnOvrdPrnPenULineWidth.Size = new System.Drawing.Size(38, 20);
this.superTooltip1.SetSuperTooltip(this.ppNumUpDwnOvrdPrnPenULineWidth, new DevComponents.DotNetBar.SuperTooltipInfo("Underline Thickness", "", "This will allow you to change the thickness of the uderline.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
this.ppNumUpDwnOvrdPrnPenULineWidth.TabIndex = 5;
//
@@ -808,23 +831,24 @@ namespace VEPROMS
//
this.label21.AutoSize = true;
this.label21.BackColor = System.Drawing.Color.Transparent;
- this.label21.Location = new System.Drawing.Point(317, 20);
+ this.label21.Location = new System.Drawing.Point(238, 16);
+ this.label21.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label21.Name = "label21";
- this.label21.Size = new System.Drawing.Size(237, 17);
+ this.label21.Size = new System.Drawing.Size(176, 13);
this.label21.TabIndex = 4;
this.label21.Text = "Override Underline Thickness (dots)";
//
// ppNumUpDwnAdjPrnStartPos
//
- this.ppNumUpDwnAdjPrnStartPos.Location = new System.Drawing.Point(563, 57);
- this.ppNumUpDwnAdjPrnStartPos.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppNumUpDwnAdjPrnStartPos.Location = new System.Drawing.Point(422, 46);
+ this.ppNumUpDwnAdjPrnStartPos.Margin = new System.Windows.Forms.Padding(2);
this.ppNumUpDwnAdjPrnStartPos.Maximum = new decimal(new int[] {
500,
0,
0,
0});
this.ppNumUpDwnAdjPrnStartPos.Name = "ppNumUpDwnAdjPrnStartPos";
- this.ppNumUpDwnAdjPrnStartPos.Size = new System.Drawing.Size(51, 22);
+ this.ppNumUpDwnAdjPrnStartPos.Size = new System.Drawing.Size(38, 20);
this.superTooltip1.SetSuperTooltip(this.ppNumUpDwnAdjPrnStartPos, new DevComponents.DotNetBar.SuperTooltipInfo("Starting Print Position", "", "Allows you to move the starting point on the page of where text and boarder begin" +
" printing.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
this.ppNumUpDwnAdjPrnStartPos.TabIndex = 7;
@@ -833,19 +857,20 @@ namespace VEPROMS
//
this.label22.AutoSize = true;
this.label22.BackColor = System.Drawing.Color.Transparent;
- this.label22.Location = new System.Drawing.Point(304, 59);
+ this.label22.Location = new System.Drawing.Point(228, 48);
+ this.label22.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label22.Name = "label22";
- this.label22.Size = new System.Drawing.Size(252, 17);
+ this.label22.Size = new System.Drawing.Size(187, 13);
this.label22.TabIndex = 6;
this.label22.Text = "Adjust Starting Position on Page (dots)";
//
// ppBtnDeftDisAutoDuplx
//
this.ppBtnDeftDisAutoDuplx.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.ppBtnDeftDisAutoDuplx.Location = new System.Drawing.Point(579, 74);
- this.ppBtnDeftDisAutoDuplx.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppBtnDeftDisAutoDuplx.Location = new System.Drawing.Point(434, 60);
+ this.ppBtnDeftDisAutoDuplx.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnDeftDisAutoDuplx.Name = "ppBtnDeftDisAutoDuplx";
- this.ppBtnDeftDisAutoDuplx.Size = new System.Drawing.Size(59, 25);
+ this.ppBtnDeftDisAutoDuplx.Size = new System.Drawing.Size(44, 20);
this.superTooltip1.SetSuperTooltip(this.ppBtnDeftDisAutoDuplx, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDeftDisAutoDuplx.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(255, 150)));
this.ppBtnDeftDisAutoDuplx.TabIndex = 35;
this.ppBtnDeftDisAutoDuplx.Text = "Default";
@@ -855,10 +880,10 @@ namespace VEPROMS
// ppBtnDefWatermark
//
this.ppBtnDefWatermark.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.ppBtnDefWatermark.Location = new System.Drawing.Point(269, 71);
- this.ppBtnDefWatermark.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppBtnDefWatermark.Location = new System.Drawing.Point(202, 58);
+ this.ppBtnDefWatermark.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnDefWatermark.Name = "ppBtnDefWatermark";
- this.ppBtnDefWatermark.Size = new System.Drawing.Size(53, 25);
+ this.ppBtnDefWatermark.Size = new System.Drawing.Size(40, 20);
this.superTooltip1.SetSuperTooltip(this.ppBtnDefWatermark, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", "This will revert the watermark selection back to using the parent\'s (default) set" +
"ting.\r\n\r\nCheck \"Show Default Settings\" to display the \"default\" watermark (below" +
" the Watermark selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(255, 145)));
@@ -876,10 +901,10 @@ namespace VEPROMS
this.ppCmbxWatermark.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.ppCmbxWatermark.FormattingEnabled = true;
this.ppCmbxWatermark.ItemHeight = 20;
- this.ppCmbxWatermark.Location = new System.Drawing.Point(99, 71);
- this.ppCmbxWatermark.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppCmbxWatermark.Location = new System.Drawing.Point(74, 58);
+ this.ppCmbxWatermark.Margin = new System.Windows.Forms.Padding(2);
this.ppCmbxWatermark.Name = "ppCmbxWatermark";
- this.ppCmbxWatermark.Size = new System.Drawing.Size(167, 26);
+ this.ppCmbxWatermark.Size = new System.Drawing.Size(126, 26);
this.ppCmbxWatermark.TabIndex = 32;
this.ppCmbxWatermark.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ppCmbxWatermark.WatermarkText = "select watermark option";
@@ -891,9 +916,10 @@ namespace VEPROMS
this.ppLblWatermarkDefault.BackColor = System.Drawing.Color.Transparent;
this.ppLblWatermarkDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ppLblWatermarkDefault.ForeColor = System.Drawing.Color.Gray;
- this.ppLblWatermarkDefault.Location = new System.Drawing.Point(92, 98);
+ this.ppLblWatermarkDefault.Location = new System.Drawing.Point(69, 80);
+ this.ppLblWatermarkDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.ppLblWatermarkDefault.Name = "ppLblWatermarkDefault";
- this.ppLblWatermarkDefault.Size = new System.Drawing.Size(61, 17);
+ this.ppLblWatermarkDefault.Size = new System.Drawing.Size(45, 13);
this.superTooltip1.SetSuperTooltip(this.ppLblWatermarkDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Watermark settings", "", "Pressing the Default Button (to the right)\r\nwill reset the watermark setting back" +
" to \r\nthis default.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0)));
this.ppLblWatermarkDefault.TabIndex = 57;
@@ -902,19 +928,20 @@ namespace VEPROMS
// ppTxtBxPDFLoc
//
this.ppTxtBxPDFLoc.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.docVersionConfigBindingSource, "Print_PDFLocation", true));
- this.ppTxtBxPDFLoc.Location = new System.Drawing.Point(109, 23);
- this.ppTxtBxPDFLoc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppTxtBxPDFLoc.Location = new System.Drawing.Point(82, 19);
+ this.ppTxtBxPDFLoc.Margin = new System.Windows.Forms.Padding(2);
this.ppTxtBxPDFLoc.Name = "ppTxtBxPDFLoc";
- this.ppTxtBxPDFLoc.Size = new System.Drawing.Size(496, 22);
+ this.ppTxtBxPDFLoc.Size = new System.Drawing.Size(373, 20);
this.ppTxtBxPDFLoc.TabIndex = 30;
//
// label18
//
this.label18.AutoSize = true;
this.label18.BackColor = System.Drawing.Color.Transparent;
- this.label18.Location = new System.Drawing.Point(5, 27);
+ this.label18.Location = new System.Drawing.Point(4, 22);
+ this.label18.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label18.Name = "label18";
- this.label18.Size = new System.Drawing.Size(93, 17);
+ this.label18.Size = new System.Drawing.Size(72, 13);
this.label18.TabIndex = 54;
this.label18.Text = "PDF Location";
//
@@ -924,9 +951,10 @@ namespace VEPROMS
this.ppLblAutoDuplexDefault.BackColor = System.Drawing.Color.Transparent;
this.ppLblAutoDuplexDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ppLblAutoDuplexDefault.ForeColor = System.Drawing.Color.Gray;
- this.ppLblAutoDuplexDefault.Location = new System.Drawing.Point(381, 98);
+ this.ppLblAutoDuplexDefault.Location = new System.Drawing.Point(286, 80);
+ this.ppLblAutoDuplexDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.ppLblAutoDuplexDefault.Name = "ppLblAutoDuplexDefault";
- this.ppLblAutoDuplexDefault.Size = new System.Drawing.Size(86, 17);
+ this.ppLblAutoDuplexDefault.Size = new System.Drawing.Size(64, 13);
this.superTooltip1.SetSuperTooltip(this.ppLblAutoDuplexDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the Automatic Duplex default setting", "", "Pressing the Default Button (to the right)\r\nwill reset the Automatic Duplex setti" +
"ng back\r\nto this default.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0)));
this.ppLblAutoDuplexDefault.TabIndex = 53;
@@ -937,10 +965,10 @@ namespace VEPROMS
this.ppChbxDisAutoDuplex.AutoSize = true;
this.ppChbxDisAutoDuplex.BackColor = System.Drawing.Color.Transparent;
this.ppChbxDisAutoDuplex.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.docVersionConfigBindingSource, "Print_DisableDuplex", true));
- this.ppChbxDisAutoDuplex.Location = new System.Drawing.Point(363, 74);
- this.ppChbxDisAutoDuplex.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppChbxDisAutoDuplex.Location = new System.Drawing.Point(272, 60);
+ this.ppChbxDisAutoDuplex.Margin = new System.Windows.Forms.Padding(2);
this.ppChbxDisAutoDuplex.Name = "ppChbxDisAutoDuplex";
- this.ppChbxDisAutoDuplex.Size = new System.Drawing.Size(209, 21);
+ this.ppChbxDisAutoDuplex.Size = new System.Drawing.Size(161, 17);
this.superTooltip1.SetSuperTooltip(this.ppChbxDisAutoDuplex, new DevComponents.DotNetBar.SuperTooltipInfo("Disable Automatic Duplex", "", "Checking this box will turn OFF the automatic duplexing used in some formats for " +
"Foldout pages.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0)));
this.ppChbxDisAutoDuplex.TabIndex = 34;
@@ -952,9 +980,10 @@ namespace VEPROMS
//
this.label17.AutoSize = true;
this.label17.BackColor = System.Drawing.Color.Transparent;
- this.label17.Location = new System.Drawing.Point(12, 76);
+ this.label17.Location = new System.Drawing.Point(9, 62);
+ this.label17.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label17.Name = "label17";
- this.label17.Size = new System.Drawing.Size(77, 17);
+ this.label17.Size = new System.Drawing.Size(59, 13);
this.label17.TabIndex = 27;
this.label17.Text = "Watermark";
//
@@ -970,10 +999,10 @@ namespace VEPROMS
//
//
this.ppCbShwDefSettings.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ppCbShwDefSettings.Location = new System.Drawing.Point(23, 694);
- this.ppCbShwDefSettings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppCbShwDefSettings.Location = new System.Drawing.Point(17, 576);
+ this.ppCbShwDefSettings.Margin = new System.Windows.Forms.Padding(2);
this.ppCbShwDefSettings.Name = "ppCbShwDefSettings";
- this.ppCbShwDefSettings.Size = new System.Drawing.Size(205, 25);
+ this.ppCbShwDefSettings.Size = new System.Drawing.Size(154, 20);
this.superTooltip1.SetSuperTooltip(this.ppCbShwDefSettings, new DevComponents.DotNetBar.SuperTooltipInfo("Show Default Settings", "", "When checked, the default (parent\'s) setting will appear below the overridden sel" +
"ection.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
this.ppCbShwDefSettings.TabIndex = 92;
@@ -995,10 +1024,10 @@ namespace VEPROMS
this.ppGpbxUserSpecCB.Controls.Add(this.ppLblChgBarPosDefault);
this.ppGpbxUserSpecCB.Controls.Add(this.ppLblChgBarTxtTypeDefault);
this.ppGpbxUserSpecCB.DisabledBackColor = System.Drawing.Color.Empty;
- this.ppGpbxUserSpecCB.Location = new System.Drawing.Point(19, 167);
- this.ppGpbxUserSpecCB.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppGpbxUserSpecCB.Location = new System.Drawing.Point(14, 136);
+ this.ppGpbxUserSpecCB.Margin = new System.Windows.Forms.Padding(2);
this.ppGpbxUserSpecCB.Name = "ppGpbxUserSpecCB";
- this.ppGpbxUserSpecCB.Size = new System.Drawing.Size(621, 160);
+ this.ppGpbxUserSpecCB.Size = new System.Drawing.Size(466, 130);
//
//
//
@@ -1044,10 +1073,10 @@ namespace VEPROMS
this.ppGpbxUserSpecTxt.Controls.Add(this.ppLblChgBarUserMsgOneDefault);
this.ppGpbxUserSpecTxt.Controls.Add(this.ppTxbxChangeBarUserMsgOne);
this.ppGpbxUserSpecTxt.DisabledBackColor = System.Drawing.Color.Empty;
- this.ppGpbxUserSpecTxt.Location = new System.Drawing.Point(356, 7);
- this.ppGpbxUserSpecTxt.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppGpbxUserSpecTxt.Location = new System.Drawing.Point(267, 6);
+ this.ppGpbxUserSpecTxt.Margin = new System.Windows.Forms.Padding(2);
this.ppGpbxUserSpecTxt.Name = "ppGpbxUserSpecTxt";
- this.ppGpbxUserSpecTxt.Size = new System.Drawing.Size(245, 126);
+ this.ppGpbxUserSpecTxt.Size = new System.Drawing.Size(184, 102);
//
//
//
@@ -1082,10 +1111,9 @@ namespace VEPROMS
// ppTxtBxPdfPre
//
this.ppTxtBxPdfPre.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.docVersionConfigBindingSource, "Print_PDFFilePrefix", true));
- this.ppTxtBxPdfPre.Location = new System.Drawing.Point(120, 130);
- this.ppTxtBxPdfPre.Margin = new System.Windows.Forms.Padding(4);
+ this.ppTxtBxPdfPre.Location = new System.Drawing.Point(90, 106);
this.ppTxtBxPdfPre.Name = "ppTxtBxPdfPre";
- this.ppTxtBxPdfPre.Size = new System.Drawing.Size(132, 22);
+ this.ppTxtBxPdfPre.Size = new System.Drawing.Size(100, 20);
this.superTooltip1.SetSuperTooltip(this.ppTxtBxPdfPre, new DevComponents.DotNetBar.SuperTooltipInfo("PDF File Prefix", "", "The text entered here will be appended to the beginning of PDF file name when a p" +
"rocedure is printed.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
this.ppTxtBxPdfPre.TabIndex = 68;
@@ -1093,21 +1121,20 @@ namespace VEPROMS
// ppTxtBxPDFSuf
//
this.ppTxtBxPDFSuf.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.docVersionConfigBindingSource, "Print_PDFFileSuffix", true));
- this.ppTxtBxPDFSuf.Location = new System.Drawing.Point(403, 130);
- this.ppTxtBxPDFSuf.Margin = new System.Windows.Forms.Padding(4);
+ this.ppTxtBxPDFSuf.Location = new System.Drawing.Point(302, 106);
this.ppTxtBxPDFSuf.Name = "ppTxtBxPDFSuf";
- this.ppTxtBxPDFSuf.Size = new System.Drawing.Size(132, 22);
+ this.ppTxtBxPDFSuf.Size = new System.Drawing.Size(100, 20);
this.superTooltip1.SetSuperTooltip(this.ppTxtBxPDFSuf, new DevComponents.DotNetBar.SuperTooltipInfo("PDF File Suffix", "", "The text entered here will be appended to the end of PDF file name when a procedu" +
"re is printed.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
this.ppTxtBxPDFSuf.TabIndex = 68;
//
// ppTxbxUnitNum
//
- this.ppTxbxUnitNum.Location = new System.Drawing.Point(341, 338);
- this.ppTxbxUnitNum.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppTxbxUnitNum.Location = new System.Drawing.Point(256, 275);
+ this.ppTxbxUnitNum.Margin = new System.Windows.Forms.Padding(2);
this.ppTxbxUnitNum.Multiline = false;
this.ppTxbxUnitNum.Name = "ppTxbxUnitNum";
- this.ppTxbxUnitNum.Size = new System.Drawing.Size(57, 24);
+ this.ppTxbxUnitNum.Size = new System.Drawing.Size(44, 20);
this.superTooltip1.SetSuperTooltip(this.ppTxbxUnitNum, new DevComponents.DotNetBar.SuperTooltipInfo("User Defined Message", "", "This message will appear on all change bars", null, null, DevComponents.DotNetBar.eTooltipColor.System));
this.ppTxbxUnitNum.TabIndex = 51;
this.ppTxbxUnitNum.Text = "";
@@ -1117,9 +1144,10 @@ namespace VEPROMS
this.ppLblDefSettingsInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
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.Location = new System.Drawing.Point(13, 671);
+ this.ppLblDefSettingsInfo.Location = new System.Drawing.Point(10, 557);
+ this.ppLblDefSettingsInfo.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.ppLblDefSettingsInfo.Name = "ppLblDefSettingsInfo";
- this.ppLblDefSettingsInfo.Size = new System.Drawing.Size(205, 17);
+ this.ppLblDefSettingsInfo.Size = new System.Drawing.Size(156, 13);
this.ppLblDefSettingsInfo.TabIndex = 25;
this.ppLblDefSettingsInfo.Text = "* Default values shown in italics";
//
@@ -1132,19 +1160,19 @@ namespace VEPROMS
this.tcVersions.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.tcVersions.BackColor = System.Drawing.Color.Transparent;
this.tcVersions.CanReorderTabs = true;
+ this.tcVersions.Controls.Add(this.tcpFormatSettings);
this.tcVersions.Controls.Add(this.tcpGeneral);
this.tcVersions.Controls.Add(this.tabControlPanel1);
this.tcVersions.Controls.Add(this.tcpApplicability);
- this.tcVersions.Controls.Add(this.tcpFormatSettings);
this.tcVersions.Controls.Add(this.tcpOutputSettings);
this.tcVersions.Controls.Add(this.tabControlPanel5);
this.tcVersions.Controls.Add(this.tcpRefereceObjects);
- this.tcVersions.Location = new System.Drawing.Point(217, 10);
- this.tcVersions.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.tcVersions.Location = new System.Drawing.Point(160, 2);
+ this.tcVersions.Margin = new System.Windows.Forms.Padding(2);
this.tcVersions.Name = "tcVersions";
this.tcVersions.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold);
this.tcVersions.SelectedTabIndex = 0;
- this.tcVersions.Size = new System.Drawing.Size(685, 414);
+ this.tcVersions.Size = new System.Drawing.Size(514, 336);
this.tcVersions.Style = DevComponents.DotNetBar.eTabStripStyle.Office2007Dock;
this.tcVersions.TabIndex = 28;
this.tcVersions.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
@@ -1158,6 +1186,106 @@ namespace VEPROMS
this.tcVersions.TabsVisible = false;
this.tcVersions.Text = "tabControl1";
//
+ // tcpGeneral
+ //
+ this.tcpGeneral.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
+ this.tcpGeneral.Controls.Add(this.ppCmbxProcSetType);
+ this.tcpGeneral.Controls.Add(this.ppRTxtName);
+ this.tcpGeneral.Controls.Add(this.label9);
+ this.tcpGeneral.Controls.Add(this.ppRTxtProcSetRev);
+ this.tcpGeneral.Controls.Add(this.lblProcSetRev);
+ this.tcpGeneral.Controls.Add(this.label4);
+ this.tcpGeneral.Controls.Add(this.label3);
+ this.tcpGeneral.Controls.Add(this.ppRTxtTitle);
+ this.tcpGeneral.Controls.Add(this.ppTxtBxUserID);
+ this.tcpGeneral.Controls.Add(this.ppDTPicker);
+ this.tcpGeneral.Controls.Add(this.label2);
+ this.tcpGeneral.Controls.Add(this.label1);
+ this.tcpGeneral.DisabledBackColor = System.Drawing.Color.Empty;
+ 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(2);
+ this.tcpGeneral.Size = new System.Drawing.Size(514, 314);
+ 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";
+ //
+ // tcpFormatSettings
+ //
+ this.tcpFormatSettings.Controls.Add(this.btnPhoneList);
+ this.tcpFormatSettings.Controls.Add(this.ppTxbxUnitNum);
+ this.tcpFormatSettings.Controls.Add(this.ppLblUnitNum);
+ this.tcpFormatSettings.Controls.Add(this.ppGpbxUserSpecCB);
+ this.tcpFormatSettings.Controls.Add(this.ppBtnDefaultChgBar);
+ this.tcpFormatSettings.Controls.Add(this.ppCmbxFormat);
+ this.tcpFormatSettings.Controls.Add(this.ppCmbxChangeBarType);
+ this.tcpFormatSettings.Controls.Add(this.label11);
+ this.tcpFormatSettings.Controls.Add(this.ppBtnDefaultFmt);
+ this.tcpFormatSettings.Controls.Add(this.label10);
+ this.tcpFormatSettings.Controls.Add(this.ppLblChangeBarTypeDefault);
+ this.tcpFormatSettings.Controls.Add(this.ppLblFormatDefault);
+ this.tcpFormatSettings.DisabledBackColor = System.Drawing.Color.Empty;
+ this.tcpFormatSettings.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.tcpFormatSettings.Location = new System.Drawing.Point(0, 22);
+ this.tcpFormatSettings.Margin = new System.Windows.Forms.Padding(2);
+ this.tcpFormatSettings.Name = "tcpFormatSettings";
+ this.tcpFormatSettings.Padding = new System.Windows.Forms.Padding(2);
+ this.tcpFormatSettings.Size = new System.Drawing.Size(514, 314);
+ this.tcpFormatSettings.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
+ this.tcpFormatSettings.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
+ this.tcpFormatSettings.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
+ this.tcpFormatSettings.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
+ this.tcpFormatSettings.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
+ | DevComponents.DotNetBar.eBorderSide.Bottom)));
+ this.tcpFormatSettings.Style.GradientAngle = 90;
+ this.tcpFormatSettings.TabIndex = 4;
+ this.tcpFormatSettings.TabItem = this.tiFmtSettings;
+ this.tcpFormatSettings.Enter += new System.EventHandler(this.tabpage_Enter);
+ //
+ // btnPhoneList
+ //
+ this.btnPhoneList.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
+ this.btnPhoneList.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
+ this.btnPhoneList.Location = new System.Drawing.Point(324, 275);
+ this.btnPhoneList.Margin = new System.Windows.Forms.Padding(2);
+ this.btnPhoneList.Name = "btnPhoneList";
+ this.btnPhoneList.Size = new System.Drawing.Size(74, 20);
+ this.btnPhoneList.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.btnPhoneList.TabIndex = 52;
+ this.btnPhoneList.Text = "Phone List";
+ this.btnPhoneList.Click += new System.EventHandler(this.btnPhoneList_Click);
+ //
+ // ppLblUnitNum
+ //
+ this.ppLblUnitNum.AutoSize = true;
+ this.ppLblUnitNum.BackColor = System.Drawing.Color.Transparent;
+ this.ppLblUnitNum.Location = new System.Drawing.Point(12, 281);
+ this.ppLblUnitNum.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.ppLblUnitNum.Name = "ppLblUnitNum";
+ this.ppLblUnitNum.Size = new System.Drawing.Size(235, 13);
+ this.ppLblUnitNum.TabIndex = 50;
+ this.ppLblUnitNum.Text = "Unit Number for Cover and Header page printing";
+ //
+ // tiFmtSettings
+ //
+ this.tiFmtSettings.AttachedControl = this.tcpFormatSettings;
+ this.tiFmtSettings.Name = "tiFmtSettings";
+ this.tiFmtSettings.Text = "Format Settings";
+ //
// tabControlPanel1
//
this.tabControlPanel1.Controls.Add(this.btnUnlinkDocVersion);
@@ -1176,11 +1304,11 @@ namespace VEPROMS
this.tabControlPanel1.Controls.Add(this.lbEnhanced);
this.tabControlPanel1.DisabledBackColor = System.Drawing.Color.Empty;
this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tabControlPanel1.Location = new System.Drawing.Point(0, 24);
- this.tabControlPanel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.tabControlPanel1.Location = new System.Drawing.Point(0, 22);
+ this.tabControlPanel1.Margin = new System.Windows.Forms.Padding(2);
this.tabControlPanel1.Name = "tabControlPanel1";
this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1);
- this.tabControlPanel1.Size = new System.Drawing.Size(685, 390);
+ this.tabControlPanel1.Size = new System.Drawing.Size(514, 314);
this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
this.tabControlPanel1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
@@ -1193,9 +1321,10 @@ namespace VEPROMS
//
// btnUnlinkDocVersion
//
- this.btnUnlinkDocVersion.Location = new System.Drawing.Point(183, 184);
+ this.btnUnlinkDocVersion.Location = new System.Drawing.Point(137, 150);
+ this.btnUnlinkDocVersion.Margin = new System.Windows.Forms.Padding(2);
this.btnUnlinkDocVersion.Name = "btnUnlinkDocVersion";
- this.btnUnlinkDocVersion.Size = new System.Drawing.Size(358, 28);
+ this.btnUnlinkDocVersion.Size = new System.Drawing.Size(268, 23);
this.btnUnlinkDocVersion.TabIndex = 13;
this.btnUnlinkDocVersion.Text = "Remove Links";
this.btnUnlinkDocVersion.UseVisualStyleBackColor = true;
@@ -1203,10 +1332,10 @@ namespace VEPROMS
//
// btnNewEnh
//
- this.btnNewEnh.Location = new System.Drawing.Point(-1, 169);
- this.btnNewEnh.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.btnNewEnh.Location = new System.Drawing.Point(-1, 137);
+ this.btnNewEnh.Margin = new System.Windows.Forms.Padding(2);
this.btnNewEnh.Name = "btnNewEnh";
- this.btnNewEnh.Size = new System.Drawing.Size(75, 23);
+ this.btnNewEnh.Size = new System.Drawing.Size(56, 19);
this.btnNewEnh.TabIndex = 12;
this.btnNewEnh.Text = "New";
this.btnNewEnh.UseVisualStyleBackColor = true;
@@ -1215,29 +1344,30 @@ namespace VEPROMS
// cbxEnhVersions
//
this.cbxEnhVersions.FormattingEnabled = true;
- this.cbxEnhVersions.Location = new System.Drawing.Point(180, 46);
- this.cbxEnhVersions.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.cbxEnhVersions.Location = new System.Drawing.Point(135, 37);
+ this.cbxEnhVersions.Margin = new System.Windows.Forms.Padding(2);
this.cbxEnhVersions.Name = "cbxEnhVersions";
- this.cbxEnhVersions.Size = new System.Drawing.Size(431, 24);
+ this.cbxEnhVersions.Size = new System.Drawing.Size(324, 21);
this.cbxEnhVersions.TabIndex = 11;
//
// lblEnhDoc
//
this.lblEnhDoc.AutoSize = true;
this.lblEnhDoc.BackColor = System.Drawing.Color.Transparent;
- this.lblEnhDoc.Location = new System.Drawing.Point(181, 22);
+ this.lblEnhDoc.Location = new System.Drawing.Point(136, 18);
+ this.lblEnhDoc.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblEnhDoc.Name = "lblEnhDoc";
- this.lblEnhDoc.Size = new System.Drawing.Size(56, 17);
+ this.lblEnhDoc.Size = new System.Drawing.Size(42, 13);
this.lblEnhDoc.TabIndex = 10;
this.lblEnhDoc.Text = "Version";
//
// tbEnhPdfXOff
//
this.tbEnhPdfXOff.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniEnhanced, "PdfXOffset", true));
- this.tbEnhPdfXOff.Location = new System.Drawing.Point(436, 105);
- this.tbEnhPdfXOff.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.tbEnhPdfXOff.Location = new System.Drawing.Point(327, 85);
+ this.tbEnhPdfXOff.Margin = new System.Windows.Forms.Padding(2);
this.tbEnhPdfXOff.Name = "tbEnhPdfXOff";
- this.tbEnhPdfXOff.Size = new System.Drawing.Size(64, 22);
+ this.tbEnhPdfXOff.Size = new System.Drawing.Size(49, 20);
this.tbEnhPdfXOff.TabIndex = 9;
//
// bsMiniEnhanced
@@ -1247,37 +1377,38 @@ namespace VEPROMS
// tbEnhPdfToken
//
this.tbEnhPdfToken.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniEnhanced, "PdfToken", true));
- this.tbEnhPdfToken.Location = new System.Drawing.Point(364, 103);
- this.tbEnhPdfToken.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.tbEnhPdfToken.Location = new System.Drawing.Point(273, 84);
+ this.tbEnhPdfToken.Margin = new System.Windows.Forms.Padding(2);
this.tbEnhPdfToken.Name = "tbEnhPdfToken";
- this.tbEnhPdfToken.Size = new System.Drawing.Size(68, 22);
+ this.tbEnhPdfToken.Size = new System.Drawing.Size(52, 20);
this.tbEnhPdfToken.TabIndex = 8;
//
// tbEnhType
//
this.tbEnhType.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniEnhanced, "Type", true));
- this.tbEnhType.Location = new System.Drawing.Point(313, 103);
- this.tbEnhType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.tbEnhType.Location = new System.Drawing.Point(235, 84);
+ this.tbEnhType.Margin = new System.Windows.Forms.Padding(2);
this.tbEnhType.Name = "tbEnhType";
- this.tbEnhType.Size = new System.Drawing.Size(47, 22);
+ this.tbEnhType.Size = new System.Drawing.Size(36, 20);
this.tbEnhType.TabIndex = 7;
//
// tbEnhName
//
this.tbEnhName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniEnhanced, "Name", true));
- this.tbEnhName.Location = new System.Drawing.Point(180, 103);
- this.tbEnhName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.tbEnhName.Location = new System.Drawing.Point(135, 84);
+ this.tbEnhName.Margin = new System.Windows.Forms.Padding(2);
this.tbEnhName.Name = "tbEnhName";
- this.tbEnhName.Size = new System.Drawing.Size(128, 22);
+ this.tbEnhName.Size = new System.Drawing.Size(97, 20);
this.tbEnhName.TabIndex = 6;
//
// lblEnhPdfXOff
//
this.lblEnhPdfXOff.AutoSize = true;
this.lblEnhPdfXOff.BackColor = System.Drawing.Color.Transparent;
- this.lblEnhPdfXOff.Location = new System.Drawing.Point(436, 85);
+ this.lblEnhPdfXOff.Location = new System.Drawing.Point(327, 69);
+ this.lblEnhPdfXOff.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblEnhPdfXOff.Name = "lblEnhPdfXOff";
- this.lblEnhPdfXOff.Size = new System.Drawing.Size(84, 17);
+ this.lblEnhPdfXOff.Size = new System.Drawing.Size(64, 13);
this.lblEnhPdfXOff.TabIndex = 5;
this.lblEnhPdfXOff.Text = "Pdf X Offset";
//
@@ -1285,9 +1416,10 @@ namespace VEPROMS
//
this.lblEnhPdfToken.AutoSize = true;
this.lblEnhPdfToken.BackColor = System.Drawing.Color.Transparent;
- this.lblEnhPdfToken.Location = new System.Drawing.Point(363, 84);
+ this.lblEnhPdfToken.Location = new System.Drawing.Point(272, 68);
+ this.lblEnhPdfToken.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblEnhPdfToken.Name = "lblEnhPdfToken";
- this.lblEnhPdfToken.Size = new System.Drawing.Size(73, 17);
+ this.lblEnhPdfToken.Size = new System.Drawing.Size(57, 13);
this.lblEnhPdfToken.TabIndex = 4;
this.lblEnhPdfToken.Text = "Pdf Token";
//
@@ -1295,9 +1427,10 @@ namespace VEPROMS
//
this.lblEnhType.AutoSize = true;
this.lblEnhType.BackColor = System.Drawing.Color.Transparent;
- this.lblEnhType.Location = new System.Drawing.Point(313, 84);
+ this.lblEnhType.Location = new System.Drawing.Point(235, 68);
+ this.lblEnhType.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblEnhType.Name = "lblEnhType";
- this.lblEnhType.Size = new System.Drawing.Size(40, 17);
+ this.lblEnhType.Size = new System.Drawing.Size(31, 13);
this.lblEnhType.TabIndex = 3;
this.lblEnhType.Text = "Type";
//
@@ -1305,9 +1438,10 @@ namespace VEPROMS
//
this.lblEnhName.AutoSize = true;
this.lblEnhName.BackColor = System.Drawing.Color.Transparent;
- this.lblEnhName.Location = new System.Drawing.Point(180, 87);
+ this.lblEnhName.Location = new System.Drawing.Point(135, 71);
+ this.lblEnhName.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblEnhName.Name = "lblEnhName";
- this.lblEnhName.Size = new System.Drawing.Size(45, 17);
+ this.lblEnhName.Size = new System.Drawing.Size(35, 13);
this.lblEnhName.TabIndex = 2;
this.lblEnhName.Text = "Name";
//
@@ -1315,9 +1449,10 @@ namespace VEPROMS
//
this.lblEnhSet.AutoSize = true;
this.lblEnhSet.BackColor = System.Drawing.Color.Transparent;
- this.lblEnhSet.Location = new System.Drawing.Point(5, 2);
+ this.lblEnhSet.Location = new System.Drawing.Point(4, 2);
+ this.lblEnhSet.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblEnhSet.Name = "lblEnhSet";
- this.lblEnhSet.Size = new System.Drawing.Size(147, 17);
+ this.lblEnhSet.Size = new System.Drawing.Size(113, 13);
this.lblEnhSet.TabIndex = 1;
this.lblEnhSet.Text = "Enhanced Documents";
//
@@ -1325,11 +1460,10 @@ namespace VEPROMS
//
this.lbEnhanced.DataSource = this.bsEnhanced;
this.lbEnhanced.FormattingEnabled = true;
- this.lbEnhanced.ItemHeight = 16;
- this.lbEnhanced.Location = new System.Drawing.Point(0, 21);
- this.lbEnhanced.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.lbEnhanced.Location = new System.Drawing.Point(0, 17);
+ this.lbEnhanced.Margin = new System.Windows.Forms.Padding(2);
this.lbEnhanced.Name = "lbEnhanced";
- this.lbEnhanced.Size = new System.Drawing.Size(152, 148);
+ this.lbEnhanced.Size = new System.Drawing.Size(115, 121);
this.lbEnhanced.TabIndex = 0;
this.lbEnhanced.SelectedIndexChanged += new System.EventHandler(this.lbEnhanced_SelectedIndexChanged);
//
@@ -1343,44 +1477,6 @@ namespace VEPROMS
this.tiEnhanced.Name = "tiEnhanced";
this.tiEnhanced.Text = "Enhanced";
//
- // tcpGeneral
- //
- this.tcpGeneral.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
- this.tcpGeneral.Controls.Add(this.ppCmbxProcSetType);
- this.tcpGeneral.Controls.Add(this.ppRTxtName);
- this.tcpGeneral.Controls.Add(this.label9);
- this.tcpGeneral.Controls.Add(this.ppRTxtProcSetRev);
- this.tcpGeneral.Controls.Add(this.lblProcSetRev);
- this.tcpGeneral.Controls.Add(this.label4);
- this.tcpGeneral.Controls.Add(this.label3);
- this.tcpGeneral.Controls.Add(this.ppRTxtTitle);
- this.tcpGeneral.Controls.Add(this.ppTxtBxUserID);
- this.tcpGeneral.Controls.Add(this.ppDTPicker);
- this.tcpGeneral.Controls.Add(this.label2);
- this.tcpGeneral.Controls.Add(this.label1);
- this.tcpGeneral.DisabledBackColor = System.Drawing.Color.Empty;
- this.tcpGeneral.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tcpGeneral.Location = new System.Drawing.Point(0, 24);
- this.tcpGeneral.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tcpGeneral.Name = "tcpGeneral";
- this.tcpGeneral.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tcpGeneral.Size = new System.Drawing.Size(685, 390);
- 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";
- //
// tcpApplicability
//
this.tcpApplicability.Controls.Add(this.label28);
@@ -1406,11 +1502,11 @@ namespace VEPROMS
this.tcpApplicability.Controls.Add(this.panel1);
this.tcpApplicability.DisabledBackColor = System.Drawing.Color.Empty;
this.tcpApplicability.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tcpApplicability.Location = new System.Drawing.Point(0, 24);
- this.tcpApplicability.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.tcpApplicability.Location = new System.Drawing.Point(0, 22);
+ this.tcpApplicability.Margin = new System.Windows.Forms.Padding(2);
this.tcpApplicability.Name = "tcpApplicability";
- this.tcpApplicability.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tcpApplicability.Size = new System.Drawing.Size(685, 390);
+ this.tcpApplicability.Padding = new System.Windows.Forms.Padding(2);
+ this.tcpApplicability.Size = new System.Drawing.Size(514, 314);
this.tcpApplicability.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
this.tcpApplicability.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
this.tcpApplicability.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
@@ -1425,9 +1521,10 @@ namespace VEPROMS
//
this.label28.AutoSize = true;
this.label28.BackColor = System.Drawing.Color.Transparent;
- this.label28.Location = new System.Drawing.Point(213, 198);
+ this.label28.Location = new System.Drawing.Point(160, 161);
+ this.label28.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label28.Name = "label28";
- this.label28.Size = new System.Drawing.Size(70, 17);
+ this.label28.Size = new System.Drawing.Size(54, 13);
this.label28.TabIndex = 21;
this.label28.Text = "Set Name";
//
@@ -1435,9 +1532,10 @@ namespace VEPROMS
//
this.label27.AutoSize = true;
this.label27.BackColor = System.Drawing.Color.Transparent;
- this.label27.Location = new System.Drawing.Point(236, 172);
+ this.label27.Location = new System.Drawing.Point(177, 140);
+ this.label27.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label27.Name = "label27";
- this.label27.Size = new System.Drawing.Size(46, 17);
+ this.label27.Size = new System.Drawing.Size(37, 13);
this.label27.TabIndex = 20;
this.label27.Text = "Set ID";
//
@@ -1445,9 +1543,10 @@ namespace VEPROMS
//
this.label26.AutoSize = true;
this.label26.BackColor = System.Drawing.Color.Transparent;
- this.label26.Location = new System.Drawing.Point(157, 146);
+ this.label26.Location = new System.Drawing.Point(118, 119);
+ this.label26.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label26.Name = "label26";
- this.label26.Size = new System.Drawing.Size(128, 17);
+ this.label26.Size = new System.Drawing.Size(96, 13);
this.label26.TabIndex = 19;
this.label26.Text = "Procedure Number";
//
@@ -1455,9 +1554,10 @@ namespace VEPROMS
//
this.label25.AutoSize = true;
this.label25.BackColor = System.Drawing.Color.Transparent;
- this.label25.Location = new System.Drawing.Point(172, 105);
+ this.label25.Location = new System.Drawing.Point(129, 85);
+ this.label25.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label25.Name = "label25";
- this.label25.Size = new System.Drawing.Size(35, 17);
+ this.label25.Size = new System.Drawing.Size(28, 13);
this.label25.TabIndex = 18;
this.label25.Text = "Text";
//
@@ -1465,9 +1565,10 @@ namespace VEPROMS
//
this.label24.AutoSize = true;
this.label24.BackColor = System.Drawing.Color.Transparent;
- this.label24.Location = new System.Drawing.Point(157, 78);
+ this.label24.Location = new System.Drawing.Point(118, 63);
+ this.label24.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label24.Name = "label24";
- this.label24.Size = new System.Drawing.Size(58, 17);
+ this.label24.Size = new System.Drawing.Size(44, 13);
this.label24.TabIndex = 17;
this.label24.Text = "Number";
//
@@ -1475,9 +1576,10 @@ namespace VEPROMS
//
this.label23.AutoSize = true;
this.label23.BackColor = System.Drawing.Color.Transparent;
- this.label23.Location = new System.Drawing.Point(165, 54);
+ this.label23.Location = new System.Drawing.Point(124, 44);
+ this.label23.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label23.Name = "label23";
- this.label23.Size = new System.Drawing.Size(45, 17);
+ this.label23.Size = new System.Drawing.Size(35, 13);
this.label23.TabIndex = 16;
this.label23.Text = "Name";
//
@@ -1485,9 +1587,10 @@ namespace VEPROMS
//
this.label16.AutoSize = true;
this.label16.BackColor = System.Drawing.Color.Transparent;
- this.label16.Location = new System.Drawing.Point(181, 28);
+ this.label16.Location = new System.Drawing.Point(136, 23);
+ this.label16.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label16.Name = "label16";
- this.label16.Size = new System.Drawing.Size(21, 17);
+ this.label16.Size = new System.Drawing.Size(18, 13);
this.label16.TabIndex = 15;
this.label16.Text = "ID";
//
@@ -1495,9 +1598,10 @@ namespace VEPROMS
//
this.label8.AutoSize = true;
this.label8.BackColor = System.Drawing.Color.Transparent;
- this.label8.Location = new System.Drawing.Point(440, 7);
+ this.label8.Location = new System.Drawing.Point(330, 6);
+ this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(166, 17);
+ this.label8.Size = new System.Drawing.Size(128, 13);
this.label8.TabIndex = 14;
this.label8.Text = "Other Unit/Train/Channel";
//
@@ -1505,19 +1609,20 @@ namespace VEPROMS
//
this.label7.AutoSize = true;
this.label7.BackColor = System.Drawing.Color.Transparent;
- this.label7.Location = new System.Drawing.Point(220, 7);
+ this.label7.Location = new System.Drawing.Point(165, 6);
+ this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(126, 17);
+ this.label7.Size = new System.Drawing.Size(99, 13);
this.label7.TabIndex = 13;
this.label7.Text = "Unit/Train/Channel";
//
// textBox11
//
this.textBox11.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "OtherText", true));
- this.textBox11.Location = new System.Drawing.Point(440, 102);
- this.textBox11.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.textBox11.Location = new System.Drawing.Point(330, 83);
+ this.textBox11.Margin = new System.Windows.Forms.Padding(2);
this.textBox11.Name = "textBox11";
- this.textBox11.Size = new System.Drawing.Size(200, 22);
+ this.textBox11.Size = new System.Drawing.Size(151, 20);
this.textBox11.TabIndex = 12;
//
// bsMiniApple
@@ -1527,91 +1632,91 @@ namespace VEPROMS
// textBox10
//
this.textBox10.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "OtherNumber", true));
- this.textBox10.Location = new System.Drawing.Point(440, 76);
- this.textBox10.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.textBox10.Location = new System.Drawing.Point(330, 62);
+ this.textBox10.Margin = new System.Windows.Forms.Padding(2);
this.textBox10.Name = "textBox10";
- this.textBox10.Size = new System.Drawing.Size(200, 22);
+ this.textBox10.Size = new System.Drawing.Size(151, 20);
this.textBox10.TabIndex = 11;
//
// textBox9
//
this.textBox9.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "OtherName", true));
- this.textBox9.Location = new System.Drawing.Point(440, 50);
- this.textBox9.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.textBox9.Location = new System.Drawing.Point(330, 41);
+ this.textBox9.Margin = new System.Windows.Forms.Padding(2);
this.textBox9.Name = "textBox9";
- this.textBox9.Size = new System.Drawing.Size(200, 22);
+ this.textBox9.Size = new System.Drawing.Size(151, 20);
this.textBox9.TabIndex = 10;
//
// textBox8
//
this.textBox8.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "OtherID", true));
- this.textBox8.Location = new System.Drawing.Point(440, 25);
- this.textBox8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.textBox8.Location = new System.Drawing.Point(330, 20);
+ this.textBox8.Margin = new System.Windows.Forms.Padding(2);
this.textBox8.Name = "textBox8";
- this.textBox8.Size = new System.Drawing.Size(200, 22);
+ this.textBox8.Size = new System.Drawing.Size(151, 20);
this.textBox8.TabIndex = 9;
//
// textBox7
//
this.textBox7.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "SetName", true));
- this.textBox7.Location = new System.Drawing.Point(300, 194);
- this.textBox7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.textBox7.Location = new System.Drawing.Point(225, 158);
+ this.textBox7.Margin = new System.Windows.Forms.Padding(2);
this.textBox7.Name = "textBox7";
- this.textBox7.Size = new System.Drawing.Size(200, 22);
+ this.textBox7.Size = new System.Drawing.Size(151, 20);
this.textBox7.TabIndex = 8;
//
// textBox6
//
this.textBox6.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "SetID", true));
- this.textBox6.Location = new System.Drawing.Point(300, 169);
- this.textBox6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.textBox6.Location = new System.Drawing.Point(225, 137);
+ this.textBox6.Margin = new System.Windows.Forms.Padding(2);
this.textBox6.Name = "textBox6";
- this.textBox6.Size = new System.Drawing.Size(200, 22);
+ this.textBox6.Size = new System.Drawing.Size(151, 20);
this.textBox6.TabIndex = 7;
//
// textBox5
//
this.textBox5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "ProcedureNumber", true));
- this.textBox5.Location = new System.Drawing.Point(300, 142);
- this.textBox5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.textBox5.Location = new System.Drawing.Point(225, 115);
+ this.textBox5.Margin = new System.Windows.Forms.Padding(2);
this.textBox5.Name = "textBox5";
- this.textBox5.Size = new System.Drawing.Size(200, 22);
+ this.textBox5.Size = new System.Drawing.Size(151, 20);
this.textBox5.TabIndex = 6;
//
// textBox4
//
this.textBox4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "Text", true));
- this.textBox4.Location = new System.Drawing.Point(220, 102);
- this.textBox4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.textBox4.Location = new System.Drawing.Point(165, 83);
+ this.textBox4.Margin = new System.Windows.Forms.Padding(2);
this.textBox4.Name = "textBox4";
- this.textBox4.Size = new System.Drawing.Size(200, 22);
+ this.textBox4.Size = new System.Drawing.Size(151, 20);
this.textBox4.TabIndex = 5;
//
// textBox3
//
this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "Number", true));
- this.textBox3.Location = new System.Drawing.Point(220, 76);
- this.textBox3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.textBox3.Location = new System.Drawing.Point(165, 62);
+ this.textBox3.Margin = new System.Windows.Forms.Padding(2);
this.textBox3.Name = "textBox3";
- this.textBox3.Size = new System.Drawing.Size(200, 22);
+ this.textBox3.Size = new System.Drawing.Size(151, 20);
this.textBox3.TabIndex = 4;
//
// textBox2
//
this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "Name", true));
- this.textBox2.Location = new System.Drawing.Point(220, 50);
- this.textBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.textBox2.Location = new System.Drawing.Point(165, 41);
+ this.textBox2.Margin = new System.Windows.Forms.Padding(2);
this.textBox2.Name = "textBox2";
- this.textBox2.Size = new System.Drawing.Size(200, 22);
+ this.textBox2.Size = new System.Drawing.Size(151, 20);
this.textBox2.TabIndex = 3;
//
// textBox1
//
this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "ID", true));
- this.textBox1.Location = new System.Drawing.Point(220, 25);
- this.textBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.textBox1.Location = new System.Drawing.Point(165, 20);
+ this.textBox1.Margin = new System.Windows.Forms.Padding(2);
this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(200, 22);
+ this.textBox1.Size = new System.Drawing.Size(151, 20);
this.textBox1.TabIndex = 2;
//
// panel1
@@ -1621,10 +1726,10 @@ namespace VEPROMS
this.panel1.Controls.Add(this.lbApplicabilities);
this.panel1.Controls.Add(this.label5);
this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
- this.panel1.Location = new System.Drawing.Point(3, 2);
- this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.panel1.Location = new System.Drawing.Point(2, 2);
+ this.panel1.Margin = new System.Windows.Forms.Padding(2);
this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(149, 386);
+ this.panel1.Size = new System.Drawing.Size(112, 310);
this.panel1.TabIndex = 1;
//
// panel2
@@ -1632,19 +1737,19 @@ namespace VEPROMS
this.panel2.Controls.Add(this.btnDelApple);
this.panel2.Controls.Add(this.btnNewApple);
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panel2.Location = new System.Drawing.Point(0, 358);
- this.panel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.panel2.Location = new System.Drawing.Point(0, 287);
+ this.panel2.Margin = new System.Windows.Forms.Padding(2);
this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(149, 28);
+ this.panel2.Size = new System.Drawing.Size(112, 23);
this.panel2.TabIndex = 1;
//
// btnDelApple
//
this.btnDelApple.Dock = System.Windows.Forms.DockStyle.Fill;
- this.btnDelApple.Location = new System.Drawing.Point(75, 0);
- this.btnDelApple.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.btnDelApple.Location = new System.Drawing.Point(56, 0);
+ this.btnDelApple.Margin = new System.Windows.Forms.Padding(2);
this.btnDelApple.Name = "btnDelApple";
- this.btnDelApple.Size = new System.Drawing.Size(74, 28);
+ this.btnDelApple.Size = new System.Drawing.Size(56, 23);
this.btnDelApple.TabIndex = 1;
this.btnDelApple.Text = "Remove";
this.btnDelApple.UseVisualStyleBackColor = true;
@@ -1654,9 +1759,9 @@ namespace VEPROMS
//
this.btnNewApple.Dock = System.Windows.Forms.DockStyle.Left;
this.btnNewApple.Location = new System.Drawing.Point(0, 0);
- this.btnNewApple.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.btnNewApple.Margin = new System.Windows.Forms.Padding(2);
this.btnNewApple.Name = "btnNewApple";
- this.btnNewApple.Size = new System.Drawing.Size(75, 28);
+ this.btnNewApple.Size = new System.Drawing.Size(56, 23);
this.btnNewApple.TabIndex = 0;
this.btnNewApple.Text = "New";
this.btnNewApple.UseVisualStyleBackColor = true;
@@ -1667,11 +1772,10 @@ namespace VEPROMS
this.lbApplicabilities.DataSource = this.bsApples;
this.lbApplicabilities.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbApplicabilities.FormattingEnabled = true;
- this.lbApplicabilities.ItemHeight = 16;
- this.lbApplicabilities.Location = new System.Drawing.Point(0, 20);
- this.lbApplicabilities.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.lbApplicabilities.Location = new System.Drawing.Point(0, 17);
+ this.lbApplicabilities.Margin = new System.Windows.Forms.Padding(2);
this.lbApplicabilities.Name = "lbApplicabilities";
- this.lbApplicabilities.Size = new System.Drawing.Size(149, 366);
+ this.lbApplicabilities.Size = new System.Drawing.Size(112, 293);
this.lbApplicabilities.TabIndex = 0;
this.lbApplicabilities.SelectedIndexChanged += new System.EventHandler(this.lbApplicabilities_SelectedIndexChanged);
//
@@ -1684,8 +1788,9 @@ namespace VEPROMS
this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.label5.Dock = System.Windows.Forms.DockStyle.Top;
this.label5.Location = new System.Drawing.Point(0, 0);
+ this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(149, 20);
+ this.label5.Size = new System.Drawing.Size(112, 17);
this.label5.TabIndex = 0;
this.label5.Text = "Applicabilities";
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -1696,67 +1801,6 @@ namespace VEPROMS
this.tiApplicability.Name = "tiApplicability";
this.tiApplicability.Text = "Applicability";
//
- // tcpFormatSettings
- //
- this.tcpFormatSettings.Controls.Add(this.btnPhoneList);
- this.tcpFormatSettings.Controls.Add(this.ppTxbxUnitNum);
- this.tcpFormatSettings.Controls.Add(this.ppLblUnitNum);
- this.tcpFormatSettings.Controls.Add(this.ppGpbxUserSpecCB);
- this.tcpFormatSettings.Controls.Add(this.ppBtnDefaultChgBar);
- this.tcpFormatSettings.Controls.Add(this.ppCmbxFormat);
- this.tcpFormatSettings.Controls.Add(this.ppCmbxChangeBarType);
- this.tcpFormatSettings.Controls.Add(this.label11);
- this.tcpFormatSettings.Controls.Add(this.ppBtnDefaultFmt);
- this.tcpFormatSettings.Controls.Add(this.label10);
- this.tcpFormatSettings.Controls.Add(this.ppLblChangeBarTypeDefault);
- this.tcpFormatSettings.Controls.Add(this.ppLblFormatDefault);
- this.tcpFormatSettings.DisabledBackColor = System.Drawing.Color.Empty;
- this.tcpFormatSettings.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tcpFormatSettings.Location = new System.Drawing.Point(0, 24);
- this.tcpFormatSettings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tcpFormatSettings.Name = "tcpFormatSettings";
- this.tcpFormatSettings.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tcpFormatSettings.Size = new System.Drawing.Size(685, 390);
- this.tcpFormatSettings.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
- this.tcpFormatSettings.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
- this.tcpFormatSettings.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
- this.tcpFormatSettings.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
- this.tcpFormatSettings.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
- | DevComponents.DotNetBar.eBorderSide.Bottom)));
- this.tcpFormatSettings.Style.GradientAngle = 90;
- this.tcpFormatSettings.TabIndex = 4;
- this.tcpFormatSettings.TabItem = this.tiFmtSettings;
- this.tcpFormatSettings.Enter += new System.EventHandler(this.tabpage_Enter);
- //
- // btnPhoneList
- //
- this.btnPhoneList.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.btnPhoneList.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
- this.btnPhoneList.Location = new System.Drawing.Point(432, 338);
- this.btnPhoneList.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.btnPhoneList.Name = "btnPhoneList";
- this.btnPhoneList.Size = new System.Drawing.Size(99, 25);
- this.btnPhoneList.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.btnPhoneList.TabIndex = 52;
- this.btnPhoneList.Text = "Phone List";
- this.btnPhoneList.Click += new System.EventHandler(this.btnPhoneList_Click);
- //
- // ppLblUnitNum
- //
- this.ppLblUnitNum.AutoSize = true;
- this.ppLblUnitNum.BackColor = System.Drawing.Color.Transparent;
- this.ppLblUnitNum.Location = new System.Drawing.Point(16, 346);
- this.ppLblUnitNum.Name = "ppLblUnitNum";
- this.ppLblUnitNum.Size = new System.Drawing.Size(315, 17);
- this.ppLblUnitNum.TabIndex = 50;
- this.ppLblUnitNum.Text = "Unit Number for Cover and Header page printing";
- //
- // tiFmtSettings
- //
- this.tiFmtSettings.AttachedControl = this.tcpFormatSettings;
- this.tiFmtSettings.Name = "tiFmtSettings";
- this.tiFmtSettings.Text = "Format Settings";
- //
// tcpOutputSettings
//
this.tcpOutputSettings.Controls.Add(this.ppTxtBxPDFSuf);
@@ -1779,11 +1823,11 @@ namespace VEPROMS
this.tcpOutputSettings.Controls.Add(this.ppLblWatermarkDefault);
this.tcpOutputSettings.DisabledBackColor = System.Drawing.Color.Empty;
this.tcpOutputSettings.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tcpOutputSettings.Location = new System.Drawing.Point(0, 24);
- this.tcpOutputSettings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ 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(3, 2, 3, 2);
- this.tcpOutputSettings.Size = new System.Drawing.Size(685, 390);
+ this.tcpOutputSettings.Padding = new System.Windows.Forms.Padding(2);
+ this.tcpOutputSettings.Size = new System.Drawing.Size(514, 314);
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;
@@ -1799,10 +1843,9 @@ namespace VEPROMS
//
this.label30.AutoSize = true;
this.label30.BackColor = System.Drawing.Color.Transparent;
- this.label30.Location = new System.Drawing.Point(292, 133);
- this.label30.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.label30.Location = new System.Drawing.Point(219, 108);
this.label30.Name = "label30";
- this.label30.Size = new System.Drawing.Size(99, 17);
+ this.label30.Size = new System.Drawing.Size(76, 13);
this.label30.TabIndex = 67;
this.label30.Text = "PDF File Suffix";
//
@@ -1810,10 +1853,9 @@ namespace VEPROMS
//
this.label29.AutoSize = true;
this.label29.BackColor = System.Drawing.Color.Transparent;
- this.label29.Location = new System.Drawing.Point(11, 133);
- this.label29.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.label29.Location = new System.Drawing.Point(8, 108);
this.label29.Name = "label29";
- this.label29.Size = new System.Drawing.Size(100, 17);
+ this.label29.Size = new System.Drawing.Size(76, 13);
this.label29.TabIndex = 67;
this.label29.Text = "PDF File Prefix";
//
@@ -1822,10 +1864,10 @@ namespace VEPROMS
this.ppChbxAddBlankPgs.AutoSize = true;
this.ppChbxAddBlankPgs.BackColor = System.Drawing.Color.Transparent;
this.ppChbxAddBlankPgs.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.docVersionConfigBindingSource, "Print_AddBlankPagesWhenUsingDuplexFoldouts", true));
- this.ppChbxAddBlankPgs.Location = new System.Drawing.Point(12, 350);
- this.ppChbxAddBlankPgs.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppChbxAddBlankPgs.Location = new System.Drawing.Point(9, 284);
+ this.ppChbxAddBlankPgs.Margin = new System.Windows.Forms.Padding(2);
this.ppChbxAddBlankPgs.Name = "ppChbxAddBlankPgs";
- this.ppChbxAddBlankPgs.Size = new System.Drawing.Size(324, 21);
+ this.ppChbxAddBlankPgs.Size = new System.Drawing.Size(249, 17);
this.ppChbxAddBlankPgs.TabIndex = 66;
this.ppChbxAddBlankPgs.Text = "Add Blank Pages When Using Duplex Foldouts";
this.ppChbxAddBlankPgs.UseVisualStyleBackColor = false;
@@ -1835,10 +1877,10 @@ namespace VEPROMS
this.ppChbxAlwaysViewPDF.AutoSize = true;
this.ppChbxAlwaysViewPDF.BackColor = System.Drawing.Color.Transparent;
this.ppChbxAlwaysViewPDF.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.docVersionConfigBindingSource, "Print_AlwaysViewPDFAfterCreate", true));
- this.ppChbxAlwaysViewPDF.Location = new System.Drawing.Point(12, 324);
- this.ppChbxAlwaysViewPDF.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppChbxAlwaysViewPDF.Location = new System.Drawing.Point(9, 263);
+ this.ppChbxAlwaysViewPDF.Margin = new System.Windows.Forms.Padding(2);
this.ppChbxAlwaysViewPDF.Name = "ppChbxAlwaysViewPDF";
- this.ppChbxAlwaysViewPDF.Size = new System.Drawing.Size(227, 21);
+ this.ppChbxAlwaysViewPDF.Size = new System.Drawing.Size(175, 17);
this.ppChbxAlwaysViewPDF.TabIndex = 37;
this.ppChbxAlwaysViewPDF.Text = "Always View PDF after Creation";
this.ppChbxAlwaysViewPDF.UseVisualStyleBackColor = false;
@@ -1848,10 +1890,10 @@ namespace VEPROMS
this.ppChbxAlwaysOvrWrtPDF.AutoSize = true;
this.ppChbxAlwaysOvrWrtPDF.BackColor = System.Drawing.Color.Transparent;
this.ppChbxAlwaysOvrWrtPDF.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.docVersionConfigBindingSource, "Print_AlwaysOverwritePDF", true));
- this.ppChbxAlwaysOvrWrtPDF.Location = new System.Drawing.Point(12, 297);
- this.ppChbxAlwaysOvrWrtPDF.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppChbxAlwaysOvrWrtPDF.Location = new System.Drawing.Point(9, 241);
+ this.ppChbxAlwaysOvrWrtPDF.Margin = new System.Windows.Forms.Padding(2);
this.ppChbxAlwaysOvrWrtPDF.Name = "ppChbxAlwaysOvrWrtPDF";
- this.ppChbxAlwaysOvrWrtPDF.Size = new System.Drawing.Size(168, 21);
+ this.ppChbxAlwaysOvrWrtPDF.Size = new System.Drawing.Size(131, 17);
this.ppChbxAlwaysOvrWrtPDF.TabIndex = 36;
this.ppChbxAlwaysOvrWrtPDF.Text = "Always Overwrite PDF";
this.ppChbxAlwaysOvrWrtPDF.UseVisualStyleBackColor = false;
@@ -1870,10 +1912,10 @@ namespace VEPROMS
this.ppGrpbxPrnAdj.Controls.Add(this.label21);
this.ppGrpbxPrnAdj.Controls.Add(this.ppNumUpDwnOvrdPrnPenULineWidth);
this.ppGrpbxPrnAdj.DisabledBackColor = System.Drawing.Color.Empty;
- this.ppGrpbxPrnAdj.Location = new System.Drawing.Point(11, 174);
- this.ppGrpbxPrnAdj.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppGrpbxPrnAdj.Location = new System.Drawing.Point(8, 141);
+ this.ppGrpbxPrnAdj.Margin = new System.Windows.Forms.Padding(2);
this.ppGrpbxPrnAdj.Name = "ppGrpbxPrnAdj";
- this.ppGrpbxPrnAdj.Size = new System.Drawing.Size(621, 119);
+ this.ppGrpbxPrnAdj.Size = new System.Drawing.Size(466, 97);
//
//
//
@@ -1918,11 +1960,11 @@ namespace VEPROMS
this.tabControlPanel5.Controls.Add(this.ppGrdLibDocList);
this.tabControlPanel5.DisabledBackColor = System.Drawing.Color.Empty;
this.tabControlPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tabControlPanel5.Location = new System.Drawing.Point(0, 24);
- this.tabControlPanel5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.tabControlPanel5.Location = new System.Drawing.Point(0, 22);
+ this.tabControlPanel5.Margin = new System.Windows.Forms.Padding(2);
this.tabControlPanel5.Name = "tabControlPanel5";
- this.tabControlPanel5.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tabControlPanel5.Size = new System.Drawing.Size(685, 390);
+ this.tabControlPanel5.Padding = new System.Windows.Forms.Padding(2);
+ this.tabControlPanel5.Size = new System.Drawing.Size(514, 314);
this.tabControlPanel5.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
this.tabControlPanel5.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
this.tabControlPanel5.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
@@ -1954,14 +1996,14 @@ namespace VEPROMS
this.ppGrdLibDocList.Dock = System.Windows.Forms.DockStyle.Fill;
this.ppGrdLibDocList.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
this.ppGrdLibDocList.HighlightSelectedColumnHeaders = false;
- this.ppGrdLibDocList.Location = new System.Drawing.Point(3, 2);
- this.ppGrdLibDocList.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppGrdLibDocList.Location = new System.Drawing.Point(2, 2);
+ this.ppGrdLibDocList.Margin = new System.Windows.Forms.Padding(2);
this.ppGrdLibDocList.Name = "ppGrdLibDocList";
this.ppGrdLibDocList.RowHeadersVisible = false;
this.ppGrdLibDocList.RowTemplate.Height = 24;
this.ppGrdLibDocList.SelectAllSignVisible = false;
this.ppGrdLibDocList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.ppGrdLibDocList.Size = new System.Drawing.Size(679, 386);
+ this.ppGrdLibDocList.Size = new System.Drawing.Size(510, 310);
this.ppGrdLibDocList.TabIndex = 1;
//
// documentEntryCountDataGridViewTextBoxColumn
@@ -2002,11 +2044,11 @@ namespace VEPROMS
this.tcpRefereceObjects.Controls.Add(this.label6);
this.tcpRefereceObjects.DisabledBackColor = System.Drawing.Color.Empty;
this.tcpRefereceObjects.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tcpRefereceObjects.Location = new System.Drawing.Point(0, 24);
- this.tcpRefereceObjects.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.tcpRefereceObjects.Location = new System.Drawing.Point(0, 22);
+ this.tcpRefereceObjects.Margin = new System.Windows.Forms.Padding(2);
this.tcpRefereceObjects.Name = "tcpRefereceObjects";
- this.tcpRefereceObjects.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tcpRefereceObjects.Size = new System.Drawing.Size(685, 390);
+ this.tcpRefereceObjects.Padding = new System.Windows.Forms.Padding(2);
+ this.tcpRefereceObjects.Size = new System.Drawing.Size(514, 314);
this.tcpRefereceObjects.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
this.tcpRefereceObjects.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
this.tcpRefereceObjects.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
@@ -2021,18 +2063,18 @@ namespace VEPROMS
// tbRoDb
//
this.tbRoDb.Enabled = false;
- this.tbRoDb.Location = new System.Drawing.Point(107, 16);
- this.tbRoDb.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.tbRoDb.Location = new System.Drawing.Point(80, 13);
+ this.tbRoDb.Margin = new System.Windows.Forms.Padding(2);
this.tbRoDb.Name = "tbRoDb";
- this.tbRoDb.Size = new System.Drawing.Size(423, 22);
+ this.tbRoDb.Size = new System.Drawing.Size(318, 20);
this.tbRoDb.TabIndex = 20;
//
// ppBtnRoDbBrowse
//
- this.ppBtnRoDbBrowse.Location = new System.Drawing.Point(541, 42);
- this.ppBtnRoDbBrowse.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppBtnRoDbBrowse.Location = new System.Drawing.Point(406, 34);
+ this.ppBtnRoDbBrowse.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnRoDbBrowse.Name = "ppBtnRoDbBrowse";
- this.ppBtnRoDbBrowse.Size = new System.Drawing.Size(68, 25);
+ this.ppBtnRoDbBrowse.Size = new System.Drawing.Size(51, 20);
this.ppBtnRoDbBrowse.TabIndex = 22;
this.ppBtnRoDbBrowse.Text = "Browse...";
this.ppBtnRoDbBrowse.UseVisualStyleBackColor = true;
@@ -2043,20 +2085,20 @@ namespace VEPROMS
this.btnRoDbProperties.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnRoDbProperties.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnRoDbProperties.Image = ((System.Drawing.Image)(resources.GetObject("btnRoDbProperties.Image")));
- this.btnRoDbProperties.Location = new System.Drawing.Point(541, 12);
- this.btnRoDbProperties.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.btnRoDbProperties.Location = new System.Drawing.Point(406, 10);
+ this.btnRoDbProperties.Margin = new System.Windows.Forms.Padding(2);
this.btnRoDbProperties.Name = "btnRoDbProperties";
- this.btnRoDbProperties.Size = new System.Drawing.Size(44, 28);
+ this.btnRoDbProperties.Size = new System.Drawing.Size(33, 23);
this.btnRoDbProperties.TabIndex = 21;
this.btnRoDbProperties.Click += new System.EventHandler(this.btnRoDbProperties_Click);
//
// cmbRoDb
//
this.cmbRoDb.FormattingEnabled = true;
- this.cmbRoDb.Location = new System.Drawing.Point(107, 16);
- this.cmbRoDb.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.cmbRoDb.Location = new System.Drawing.Point(80, 13);
+ this.cmbRoDb.Margin = new System.Windows.Forms.Padding(2);
this.cmbRoDb.Name = "cmbRoDb";
- this.cmbRoDb.Size = new System.Drawing.Size(423, 24);
+ this.cmbRoDb.Size = new System.Drawing.Size(318, 21);
this.cmbRoDb.TabIndex = 47;
this.cmbRoDb.SelectedIndexChanged += new System.EventHandler(this.cmbRoDb_SelectedIndexChanged);
//
@@ -2068,10 +2110,10 @@ namespace VEPROMS
this.ppGpbxUpROvals.Controls.Add(this.ppBtnResetRoVals);
this.ppGpbxUpROvals.Controls.Add(this.ppBtnUpRoVals);
this.ppGpbxUpROvals.DisabledBackColor = System.Drawing.Color.Empty;
- this.ppGpbxUpROvals.Location = new System.Drawing.Point(45, 85);
- this.ppGpbxUpROvals.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.ppGpbxUpROvals.Location = new System.Drawing.Point(34, 69);
+ this.ppGpbxUpROvals.Margin = new System.Windows.Forms.Padding(2);
this.ppGpbxUpROvals.Name = "ppGpbxUpROvals";
- this.ppGpbxUpROvals.Size = new System.Drawing.Size(149, 199);
+ this.ppGpbxUpROvals.Size = new System.Drawing.Size(112, 162);
//
//
//
@@ -2119,10 +2161,10 @@ namespace VEPROMS
this.panVerBtns.Controls.Add(this.btnOutputSettings);
this.panVerBtns.Controls.Add(this.btnRefObjs);
this.panVerBtns.Controls.Add(this.btnGeneral);
- this.panVerBtns.Location = new System.Drawing.Point(7, 2);
- this.panVerBtns.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.panVerBtns.Location = new System.Drawing.Point(5, 2);
+ this.panVerBtns.Margin = new System.Windows.Forms.Padding(2);
this.panVerBtns.Name = "panVerBtns";
- this.panVerBtns.Size = new System.Drawing.Size(201, 345);
+ this.panVerBtns.Size = new System.Drawing.Size(151, 280);
this.panVerBtns.TabIndex = 27;
//
// btnEnhanced
@@ -2130,10 +2172,10 @@ namespace VEPROMS
this.btnEnhanced.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnEnhanced.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnEnhanced.Dock = System.Windows.Forms.DockStyle.Top;
- this.btnEnhanced.Location = new System.Drawing.Point(0, 130);
- this.btnEnhanced.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.btnEnhanced.Location = new System.Drawing.Point(0, 107);
+ this.btnEnhanced.Margin = new System.Windows.Forms.Padding(2);
this.btnEnhanced.Name = "btnEnhanced";
- this.btnEnhanced.Size = new System.Drawing.Size(201, 18);
+ this.btnEnhanced.Size = new System.Drawing.Size(151, 15);
this.btnEnhanced.TabIndex = 99;
this.btnEnhanced.Text = "Enhanced";
this.btnEnhanced.Click += new System.EventHandler(this.btnEnhanced_Click);
@@ -2143,10 +2185,10 @@ namespace VEPROMS
this.btnApplicability.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnApplicability.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnApplicability.Dock = System.Windows.Forms.DockStyle.Top;
- this.btnApplicability.Location = new System.Drawing.Point(0, 112);
- this.btnApplicability.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.btnApplicability.Location = new System.Drawing.Point(0, 92);
+ this.btnApplicability.Margin = new System.Windows.Forms.Padding(2);
this.btnApplicability.Name = "btnApplicability";
- this.btnApplicability.Size = new System.Drawing.Size(201, 18);
+ this.btnApplicability.Size = new System.Drawing.Size(151, 15);
this.btnApplicability.TabIndex = 98;
this.btnApplicability.Text = "Applicability";
this.btnApplicability.Click += new System.EventHandler(this.btnApplicability_Click);
@@ -2156,10 +2198,10 @@ namespace VEPROMS
this.btnLibDocs.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnLibDocs.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnLibDocs.Dock = System.Windows.Forms.DockStyle.Top;
- this.btnLibDocs.Location = new System.Drawing.Point(0, 89);
- this.btnLibDocs.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.btnLibDocs.Location = new System.Drawing.Point(0, 73);
+ this.btnLibDocs.Margin = new System.Windows.Forms.Padding(2);
this.btnLibDocs.Name = "btnLibDocs";
- this.btnLibDocs.Size = new System.Drawing.Size(201, 23);
+ this.btnLibDocs.Size = new System.Drawing.Size(151, 19);
this.btnLibDocs.TabIndex = 97;
this.btnLibDocs.Text = "Library Documents";
this.btnLibDocs.Click += new System.EventHandler(this.btnLibDocs_Click);
@@ -2169,10 +2211,10 @@ namespace VEPROMS
this.btnFmtSettings.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnFmtSettings.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnFmtSettings.Dock = System.Windows.Forms.DockStyle.Top;
- this.btnFmtSettings.Location = new System.Drawing.Point(0, 66);
- this.btnFmtSettings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.btnFmtSettings.Location = new System.Drawing.Point(0, 54);
+ this.btnFmtSettings.Margin = new System.Windows.Forms.Padding(2);
this.btnFmtSettings.Name = "btnFmtSettings";
- this.btnFmtSettings.Size = new System.Drawing.Size(201, 23);
+ this.btnFmtSettings.Size = new System.Drawing.Size(151, 19);
this.btnFmtSettings.TabIndex = 96;
this.btnFmtSettings.Text = "Format Settings";
this.btnFmtSettings.Click += new System.EventHandler(this.btnFmtSettings_Click);
@@ -2182,10 +2224,10 @@ 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.Location = new System.Drawing.Point(0, 43);
- this.btnOutputSettings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.btnOutputSettings.Location = new System.Drawing.Point(0, 35);
+ this.btnOutputSettings.Margin = new System.Windows.Forms.Padding(2);
this.btnOutputSettings.Name = "btnOutputSettings";
- this.btnOutputSettings.Size = new System.Drawing.Size(201, 23);
+ this.btnOutputSettings.Size = new System.Drawing.Size(151, 19);
this.btnOutputSettings.TabIndex = 95;
this.btnOutputSettings.Text = "Output Settings";
this.btnOutputSettings.Click += new System.EventHandler(this.btnOutputSettings_Click);
@@ -2195,10 +2237,10 @@ 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.Location = new System.Drawing.Point(0, 23);
- this.btnRefObjs.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.btnRefObjs.Location = new System.Drawing.Point(0, 19);
+ this.btnRefObjs.Margin = new System.Windows.Forms.Padding(2);
this.btnRefObjs.Name = "btnRefObjs";
- this.btnRefObjs.Size = new System.Drawing.Size(201, 20);
+ this.btnRefObjs.Size = new System.Drawing.Size(151, 16);
this.btnRefObjs.TabIndex = 94;
this.btnRefObjs.Text = "Referenced Objects";
this.btnRefObjs.Click += new System.EventHandler(this.btnRefObjs_Click);
@@ -2209,9 +2251,9 @@ namespace VEPROMS
this.btnGeneral.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnGeneral.Dock = System.Windows.Forms.DockStyle.Top;
this.btnGeneral.Location = new System.Drawing.Point(0, 0);
- this.btnGeneral.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.btnGeneral.Margin = new System.Windows.Forms.Padding(2);
this.btnGeneral.Name = "btnGeneral";
- this.btnGeneral.Size = new System.Drawing.Size(201, 23);
+ this.btnGeneral.Size = new System.Drawing.Size(151, 19);
this.btnGeneral.TabIndex = 93;
this.btnGeneral.Text = "General";
this.btnGeneral.Click += new System.EventHandler(this.btnGeneral_Click);
@@ -2222,12 +2264,12 @@ namespace VEPROMS
//
// frmVersionsProperties
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
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(924, 483);
+ this.ClientSize = new System.Drawing.Size(681, 373);
this.ControlBox = false;
this.Controls.Add(this.panVerBtns);
this.Controls.Add(this.tcVersions);
@@ -2237,7 +2279,7 @@ namespace VEPROMS
this.Controls.Add(this.ppBtnOK);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.Margin = new System.Windows.Forms.Padding(2);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmVersionsProperties";
@@ -2258,20 +2300,20 @@ namespace VEPROMS
this.ppGpbxUserSpecTxt.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.tcVersions)).EndInit();
this.tcVersions.ResumeLayout(false);
+ this.tcpGeneral.ResumeLayout(false);
+ this.tcpGeneral.PerformLayout();
+ this.tcpFormatSettings.ResumeLayout(false);
+ this.tcpFormatSettings.PerformLayout();
this.tabControlPanel1.ResumeLayout(false);
this.tabControlPanel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.bsMiniEnhanced)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bsEnhanced)).EndInit();
- this.tcpGeneral.ResumeLayout(false);
- this.tcpGeneral.PerformLayout();
this.tcpApplicability.ResumeLayout(false);
this.tcpApplicability.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.bsMiniApple)).EndInit();
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.bsApples)).EndInit();
- this.tcpFormatSettings.ResumeLayout(false);
- this.tcpFormatSettings.PerformLayout();
this.tcpOutputSettings.ResumeLayout(false);
this.tcpOutputSettings.PerformLayout();
this.ppGrpbxPrnAdj.ResumeLayout(false);
diff --git a/PROMS/VEPROMS User Interface/frmVersionsProperties.cs b/PROMS/VEPROMS User Interface/frmVersionsProperties.cs
index fb55c8b5..ce3e6a40 100644
--- a/PROMS/VEPROMS User Interface/frmVersionsProperties.cs
+++ b/PROMS/VEPROMS User Interface/frmVersionsProperties.cs
@@ -725,6 +725,8 @@ namespace VEPROMS
private void btnFmtSettings_Click(object sender, EventArgs e)
{
ProcessButtonClick(tiFmtSettings, btnFmtSettings);
+ // added for code change C2017-004 - select default format in dropdown list
+ if (_InitialIndex < -1) _InitialIndex = ppCmbxFormat.SelectedIndex; // save the current format selection (happens here when current section is set to the default format)
}
private void ppBtnDefaultFmt_Click(object sender, EventArgs e)
@@ -749,16 +751,17 @@ namespace VEPROMS
}
- ///
- /// Selection in Format combo box changed.
- ///
- /// object
- /// EventArgs
- private void ppCmbxFormat_SelectedValueChanged(object sender, EventArgs e)
- {
- if (!_Initializing)
- ProcessCmbxSelectedValueChange(ppCmbxFormat, _DefaultFormatName, ppBtnDefaultFmt, ppLblFormatDefault);
- }
+ // commented out as part of code change C2017-004. this also makes it consistent with section properties
+ /////
+ ///// Selection in Format combo box changed.
+ /////
+ ///// object
+ ///// EventArgs
+ //private void ppCmbxFormat_SelectedValueChanged(object sender, EventArgs e)
+ //{
+ // if (!_Initializing)
+ // ProcessCmbxSelectedValueChange(ppCmbxFormat, _DefaultFormatName, ppBtnDefaultFmt, ppLblFormatDefault);
+ //}
///
/// Enable or disable the user specified change bar options base on the type
@@ -1451,6 +1454,47 @@ namespace VEPROMS
_EnhNeedToUnlink = true; // do the unlink when 'OK' button is selected
}
}
+
+ private void ppCmbxFormat_DropDown(object sender, EventArgs e)
+ {
+ _Initializing = true;
+ // C2017-004 - if using the default format, position the dropdown to the default format
+ if (ppCmbxFormat.SelectedIndex == -1)
+ ppCmbxFormat.SelectedValue = _DefaultFormatName;
+ _Initializing = false;
+ }
+
+ private void ppCmbxFormat_DropDownClosed(object sender, EventArgs e)
+ {
+ // upon exit of the dropdown if the default format is selected - click the Default button
+ if ((string)(ppCmbxFormat.SelectedValue) == _DefaultFormatName)
+ {
+ ppBtnDefaultFmt.PerformClick();
+ ppCmbxChangeBarType.Focus();
+ }
+ }
+
+ // added as part of code change C2017-004. this also makes it consistent with section properties
+ int _InitialIndex = -2;
+ private void ppCmbxFormat_SelectedIndexChanged(object sender, EventArgs e)
+ {
+ if (_Initializing)
+ {
+ // determine if the default button and the default description text should visable
+ ppBtnDefaultFmt.Visible = !(ppCmbxFormat.SelectedValue == null || ppCmbxFormat.SelectedIndex == -1);
+ ppLblFormatDefault.Visible = ppCbShwDefSettings.Checked && ppBtnDefaultFmt.Visible;
+ return;
+ }
+ if (_InitialIndex < -1) _InitialIndex = ppCmbxFormat.SelectedIndex; // save the current format selection (happens here when current section format is not the default section)
+ if ((ppCmbxFormat.SelectedIndex != -1) && _DefaultFormatName != null && _DefaultFormatName.Equals(ppCmbxFormat.SelectedValue))
+ {
+ ppBtnDefaultFmt.Focus();
+ ppBtnDefaultFmt.PerformClick();
+ }
+ // determine if the default button and the default description text should visable
+ ppBtnDefaultFmt.Visible = !(ppCmbxFormat.SelectedValue == null || ppCmbxFormat.SelectedIndex == -1);
+ ppLblFormatDefault.Visible = ppCbShwDefSettings.Checked && ppBtnDefaultFmt.Visible;
+ }
}
[XmlRoot("Enhanced")]
public class EnhancedMiniConfig