This commit is contained in:
2010-11-10 16:07:36 +00:00
parent 46cc8df7c2
commit 1f308b883a
6 changed files with 451 additions and 345 deletions

View File

@@ -30,8 +30,8 @@ namespace VEPROMS
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmVersionsProperties));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
this.ppBtnCancel = new System.Windows.Forms.Button();
this.ppBtnOK = new System.Windows.Forms.Button();
this.ppBtnDefaultChgBar = new DevComponents.DotNetBar.ButtonX();
@@ -98,13 +98,13 @@ 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.tcpOutputSettings = new DevComponents.DotNetBar.TabControlPanel();
this.ppChbxAlwaysViewPDF = new System.Windows.Forms.CheckBox();
this.ppChbxAlwaysOvrWrtPDF = new System.Windows.Forms.CheckBox();
this.ppGrpbxPrnAdj = new DevComponents.DotNetBar.Controls.GroupPanel();
this.tiOutputSettings = new DevComponents.DotNetBar.TabItem(this.components);
this.tcpGeneral = new DevComponents.DotNetBar.TabControlPanel();
this.tiGeneral = new DevComponents.DotNetBar.TabItem(this.components);
this.tcpFormatSettings = new DevComponents.DotNetBar.TabControlPanel();
this.tiFmtSettings = new DevComponents.DotNetBar.TabItem(this.components);
this.tcpRefereceObjects = new DevComponents.DotNetBar.TabControlPanel();
@@ -139,9 +139,9 @@ namespace VEPROMS
this.ppGpbxUserSpecTxt.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tcVersions)).BeginInit();
this.tcVersions.SuspendLayout();
this.tcpGeneral.SuspendLayout();
this.tcpOutputSettings.SuspendLayout();
this.ppGrpbxPrnAdj.SuspendLayout();
this.tcpGeneral.SuspendLayout();
this.tcpFormatSettings.SuspendLayout();
this.tcpRefereceObjects.SuspendLayout();
this.ppGpbxUpROvals.SuspendLayout();
@@ -161,7 +161,7 @@ namespace VEPROMS
this.ppBtnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ppBtnCancel.Name = "ppBtnCancel";
this.ppBtnCancel.Size = new System.Drawing.Size(75, 26);
this.ppBtnCancel.TabIndex = 16;
this.ppBtnCancel.TabIndex = 91;
this.ppBtnCancel.Text = "Cancel";
this.ppBtnCancel.UseVisualStyleBackColor = true;
this.ppBtnCancel.Click += new System.EventHandler(this.btnFldrPropCancel_Click);
@@ -173,7 +173,7 @@ namespace VEPROMS
this.ppBtnOK.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ppBtnOK.Name = "ppBtnOK";
this.ppBtnOK.Size = new System.Drawing.Size(75, 26);
this.ppBtnOK.TabIndex = 15;
this.ppBtnOK.TabIndex = 90;
this.ppBtnOK.Text = "OK";
this.ppBtnOK.UseVisualStyleBackColor = true;
this.ppBtnOK.Click += new System.EventHandler(this.btnVersionsPropOK_Click);
@@ -181,7 +181,6 @@ namespace VEPROMS
// ppBtnDefaultChgBar
//
this.ppBtnDefaultChgBar.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ppBtnDefaultChgBar.CallBasePaintBackground = true;
this.ppBtnDefaultChgBar.Location = new System.Drawing.Point(347, 101);
this.ppBtnDefaultChgBar.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ppBtnDefaultChgBar.Name = "ppBtnDefaultChgBar";
@@ -189,7 +188,7 @@ namespace VEPROMS
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)));
this.ppBtnDefaultChgBar.TabIndex = 48;
this.ppBtnDefaultChgBar.TabIndex = 43;
this.ppBtnDefaultChgBar.Text = "Default";
this.ppBtnDefaultChgBar.ThemeAware = true;
this.ppBtnDefaultChgBar.Visible = false;
@@ -206,7 +205,7 @@ namespace VEPROMS
this.ppCmbxChangeBarType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ppCmbxChangeBarType.Name = "ppCmbxChangeBarType";
this.ppCmbxChangeBarType.Size = new System.Drawing.Size(223, 23);
this.ppCmbxChangeBarType.TabIndex = 47;
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";
this.ppCmbxChangeBarType.SelectedValueChanged += new System.EventHandler(this.ppCmbxChangeBarType_SelectedValueChanged);
@@ -218,7 +217,6 @@ namespace VEPROMS
// ppBtnDefaultFmt
//
this.ppBtnDefaultFmt.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ppBtnDefaultFmt.CallBasePaintBackground = true;
this.ppBtnDefaultFmt.Location = new System.Drawing.Point(593, 34);
this.ppBtnDefaultFmt.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ppBtnDefaultFmt.Name = "ppBtnDefaultFmt";
@@ -226,7 +224,7 @@ namespace VEPROMS
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));
this.ppBtnDefaultFmt.TabIndex = 46;
this.ppBtnDefaultFmt.TabIndex = 41;
this.ppBtnDefaultFmt.Text = "Default";
this.ppBtnDefaultFmt.ThemeAware = true;
this.ppBtnDefaultFmt.Click += new System.EventHandler(this.ppBtnDefaultFmt_Click);
@@ -242,7 +240,7 @@ namespace VEPROMS
this.ppCmbxFormat.Name = "ppCmbxFormat";
this.ppCmbxFormat.Size = new System.Drawing.Size(561, 23);
this.superTooltip1.SetSuperTooltip(this.ppCmbxFormat, new DevComponents.DotNetBar.SuperTooltipInfo("Format Selection", "", resources.GetString("ppCmbxFormat.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.System));
this.ppCmbxFormat.TabIndex = 28;
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);
@@ -278,13 +276,12 @@ namespace VEPROMS
// ppBtnDefCbTxtTyp
//
this.ppBtnDefCbTxtTyp.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ppBtnDefCbTxtTyp.CallBasePaintBackground = true;
this.ppBtnDefCbTxtTyp.Location = new System.Drawing.Point(289, 34);
this.ppBtnDefCbTxtTyp.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ppBtnDefCbTxtTyp.Name = "ppBtnDefCbTxtTyp";
this.ppBtnDefCbTxtTyp.Size = new System.Drawing.Size(59, 25);
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 = 50;
this.ppBtnDefCbTxtTyp.TabIndex = 45;
this.ppBtnDefCbTxtTyp.Text = "Default";
this.ppBtnDefCbTxtTyp.ThemeAware = true;
this.ppBtnDefCbTxtTyp.Visible = false;
@@ -293,13 +290,12 @@ namespace VEPROMS
// ppBtnDefaultCbPos
//
this.ppBtnDefaultCbPos.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ppBtnDefaultCbPos.CallBasePaintBackground = true;
this.ppBtnDefaultCbPos.Location = new System.Drawing.Point(281, 97);
this.ppBtnDefaultCbPos.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ppBtnDefaultCbPos.Name = "ppBtnDefaultCbPos";
this.ppBtnDefaultCbPos.Size = new System.Drawing.Size(59, 25);
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 = 49;
this.ppBtnDefaultCbPos.TabIndex = 51;
this.ppBtnDefaultCbPos.Text = "Default";
this.ppBtnDefaultCbPos.ThemeAware = true;
this.ppBtnDefaultCbPos.Visible = false;
@@ -316,7 +312,7 @@ namespace VEPROMS
this.ppCmbxChgBarTxtType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ppCmbxChgBarTxtType.Name = "ppCmbxChgBarTxtType";
this.ppCmbxChgBarTxtType.Size = new System.Drawing.Size(186, 23);
this.ppCmbxChgBarTxtType.TabIndex = 48;
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";
this.ppCmbxChgBarTxtType.SelectedValueChanged += new System.EventHandler(this.ppCmbxChgBarTxtType_SelectedValueChanged);
@@ -332,7 +328,7 @@ namespace VEPROMS
this.ppCmbxChgBarPos.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ppCmbxChgBarPos.Name = "ppCmbxChgBarPos";
this.ppCmbxChgBarPos.Size = new System.Drawing.Size(179, 23);
this.ppCmbxChgBarPos.TabIndex = 48;
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)));
this.ppCmbxChgBarPos.WatermarkText = "select change bar position";
@@ -368,13 +364,12 @@ namespace VEPROMS
// ppBtnDefCbTxt2
//
this.ppBtnDefCbTxt2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ppBtnDefCbTxt2.CallBasePaintBackground = true;
this.ppBtnDefCbTxt2.Location = new System.Drawing.Point(159, 58);
this.ppBtnDefCbTxt2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ppBtnDefCbTxt2.Name = "ppBtnDefCbTxt2";
this.ppBtnDefCbTxt2.Size = new System.Drawing.Size(59, 25);
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 = 50;
this.ppBtnDefCbTxt2.TabIndex = 49;
this.ppBtnDefCbTxt2.Text = "Default";
this.ppBtnDefCbTxt2.ThemeAware = true;
this.ppBtnDefCbTxt2.Visible = false;
@@ -383,13 +378,12 @@ namespace VEPROMS
// ppBtnDefCbTxt1
//
this.ppBtnDefCbTxt1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ppBtnDefCbTxt1.CallBasePaintBackground = true;
this.ppBtnDefCbTxt1.Location = new System.Drawing.Point(159, 7);
this.ppBtnDefCbTxt1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ppBtnDefCbTxt1.Name = "ppBtnDefCbTxt1";
this.ppBtnDefCbTxt1.Size = new System.Drawing.Size(59, 25);
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 = 49;
this.ppBtnDefCbTxt1.TabIndex = 47;
this.ppBtnDefCbTxt1.Text = "Default";
this.ppBtnDefCbTxt1.ThemeAware = true;
this.ppBtnDefCbTxt1.Visible = false;
@@ -439,7 +433,7 @@ namespace VEPROMS
this.ppTxbxChangeBarUserMsgOne.Name = "ppTxbxChangeBarUserMsgOne";
this.ppTxbxChangeBarUserMsgOne.Size = new System.Drawing.Size(57, 24);
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 = 1;
this.ppTxbxChangeBarUserMsgOne.TabIndex = 46;
this.ppTxbxChangeBarUserMsgOne.Text = "";
this.ppTxbxChangeBarUserMsgOne.TextChanged += new System.EventHandler(this.ppTxbxChangeBarUserMsgOne_TextChanged);
//
@@ -461,7 +455,7 @@ namespace VEPROMS
this.ppTxbxChangeBarUserMsgTwo.Name = "ppTxbxChangeBarUserMsgTwo";
this.ppTxbxChangeBarUserMsgTwo.Size = new System.Drawing.Size(57, 24);
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 = 2;
this.ppTxbxChangeBarUserMsgTwo.TabIndex = 48;
this.ppTxbxChangeBarUserMsgTwo.Text = "";
this.ppTxbxChangeBarUserMsgTwo.TextChanged += new System.EventHandler(this.ppTxbxChangeBarUserMsgTwo_TextChanged);
//
@@ -528,7 +522,7 @@ namespace VEPROMS
this.ppBtnUpRoVals.Size = new System.Drawing.Size(67, 78);
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 = 19;
this.ppBtnUpRoVals.TabIndex = 23;
this.ppBtnUpRoVals.Text = "Update RO Values";
this.ppBtnUpRoVals.UseVisualStyleBackColor = true;
this.ppBtnUpRoVals.Click += new System.EventHandler(this.ppBtnUpRoVals_Click);
@@ -553,7 +547,7 @@ namespace VEPROMS
this.ppCmbxProcSetType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ppCmbxProcSetType.Name = "ppCmbxProcSetType";
this.ppCmbxProcSetType.Size = new System.Drawing.Size(176, 23);
this.ppCmbxProcSetType.TabIndex = 17;
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";
//
@@ -575,7 +569,7 @@ namespace VEPROMS
this.ppRTxtName.Multiline = false;
this.ppRTxtName.Name = "ppRTxtName";
this.ppRTxtName.Size = new System.Drawing.Size(279, 22);
this.ppRTxtName.TabIndex = 14;
this.ppRTxtName.TabIndex = 0;
this.ppRTxtName.Text = "";
//
// ppRTxtTitle
@@ -585,7 +579,7 @@ namespace VEPROMS
this.ppRTxtTitle.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ppRTxtTitle.Name = "ppRTxtTitle";
this.ppRTxtTitle.Size = new System.Drawing.Size(541, 61);
this.ppRTxtTitle.TabIndex = 13;
this.ppRTxtTitle.TabIndex = 1;
this.ppRTxtTitle.Text = "";
this.ppRTxtTitle.Visible = false;
//
@@ -599,6 +593,7 @@ namespace VEPROMS
this.ppDTPicker.Name = "ppDTPicker";
this.ppDTPicker.Size = new System.Drawing.Size(172, 22);
this.ppDTPicker.TabIndex = 12;
this.ppDTPicker.TabStop = false;
this.ppDTPicker.Visible = false;
//
// label1
@@ -630,6 +625,7 @@ namespace VEPROMS
this.ppTxtBxUserID.Name = "ppTxtBxUserID";
this.ppTxtBxUserID.Size = new System.Drawing.Size(153, 22);
this.ppTxtBxUserID.TabIndex = 10;
this.ppTxtBxUserID.TabStop = false;
this.ppTxtBxUserID.Visible = false;
//
// label3
@@ -657,13 +653,12 @@ namespace VEPROMS
// ppBtnPDFLoc
//
this.ppBtnPDFLoc.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ppBtnPDFLoc.CallBasePaintBackground = true;
this.ppBtnPDFLoc.Image = ((System.Drawing.Image)(resources.GetObject("ppBtnPDFLoc.Image")));
this.ppBtnPDFLoc.Location = new System.Drawing.Point(620, 23);
this.ppBtnPDFLoc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ppBtnPDFLoc.Name = "ppBtnPDFLoc";
this.ppBtnPDFLoc.Size = new System.Drawing.Size(21, 23);
this.ppBtnPDFLoc.TabIndex = 64;
this.ppBtnPDFLoc.TabIndex = 31;
this.ppBtnPDFLoc.Click += new System.EventHandler(this.ppBtnPDFLoc_Click);
//
// ppNumUpDwnOvrdPrnPenWidth
@@ -751,13 +746,12 @@ namespace VEPROMS
// ppBtnDeftDisAutoDuplx
//
this.ppBtnDeftDisAutoDuplx.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ppBtnDeftDisAutoDuplx.CallBasePaintBackground = true;
this.ppBtnDeftDisAutoDuplx.Location = new System.Drawing.Point(577, 74);
this.ppBtnDeftDisAutoDuplx.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ppBtnDeftDisAutoDuplx.Name = "ppBtnDeftDisAutoDuplx";
this.ppBtnDeftDisAutoDuplx.Size = new System.Drawing.Size(59, 25);
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 = 62;
this.ppBtnDeftDisAutoDuplx.TabIndex = 35;
this.ppBtnDeftDisAutoDuplx.Text = "Default";
this.ppBtnDeftDisAutoDuplx.ThemeAware = true;
this.ppBtnDeftDisAutoDuplx.Click += new System.EventHandler(this.ppBtnDeftDisAutoDuplx_Click);
@@ -765,7 +759,6 @@ namespace VEPROMS
// ppBtnDefWatermark
//
this.ppBtnDefWatermark.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ppBtnDefWatermark.CallBasePaintBackground = true;
this.ppBtnDefWatermark.Location = new System.Drawing.Point(271, 72);
this.ppBtnDefWatermark.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ppBtnDefWatermark.Name = "ppBtnDefWatermark";
@@ -773,7 +766,7 @@ namespace VEPROMS
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)));
this.ppBtnDefWatermark.TabIndex = 61;
this.ppBtnDefWatermark.TabIndex = 33;
this.ppBtnDefWatermark.Text = "Default";
this.ppBtnDefWatermark.ThemeAware = true;
this.ppBtnDefWatermark.Visible = false;
@@ -790,7 +783,7 @@ namespace VEPROMS
this.ppCmbxWatermark.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ppCmbxWatermark.Name = "ppCmbxWatermark";
this.ppCmbxWatermark.Size = new System.Drawing.Size(167, 23);
this.ppCmbxWatermark.TabIndex = 59;
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";
this.ppCmbxWatermark.SelectedValueChanged += new System.EventHandler(this.ppCmbxWatermark_SelectedValueChanged);
@@ -816,7 +809,7 @@ namespace VEPROMS
this.ppTxtBxPDFLoc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ppTxtBxPDFLoc.Name = "ppTxtBxPDFLoc";
this.ppTxtBxPDFLoc.Size = new System.Drawing.Size(504, 22);
this.ppTxtBxPDFLoc.TabIndex = 55;
this.ppTxtBxPDFLoc.TabIndex = 30;
//
// label18
//
@@ -853,7 +846,7 @@ namespace VEPROMS
this.ppChbxDisAutoDuplex.Size = new System.Drawing.Size(209, 21);
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 = 52;
this.ppChbxDisAutoDuplex.TabIndex = 34;
this.ppChbxDisAutoDuplex.Text = "Disable Automatic Duplexing";
this.ppChbxDisAutoDuplex.UseVisualStyleBackColor = false;
this.ppChbxDisAutoDuplex.CheckedChanged += new System.EventHandler(this.ppChbxDisAutoDuplex_CheckedChanged);
@@ -886,7 +879,7 @@ namespace VEPROMS
this.ppCbShwDefSettings.Size = new System.Drawing.Size(205, 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 = 26;
this.ppCbShwDefSettings.TabIndex = 92;
this.ppCbShwDefSettings.Text = "Show Default Settings";
this.ppCbShwDefSettings.CheckedChanged += new System.EventHandler(this.tabpage_Enter);
//
@@ -1015,10 +1008,10 @@ namespace VEPROMS
this.tcVersions.BackColor = System.Drawing.Color.Transparent;
this.tcVersions.CanReorderTabs = true;
this.tcVersions.Controls.Add(this.tcpGeneral);
this.tcVersions.Controls.Add(this.tcpOutputSettings);
this.tcVersions.Controls.Add(this.tcpFormatSettings);
this.tcVersions.Controls.Add(this.tcpRefereceObjects);
this.tcVersions.Controls.Add(this.tabControlPanel5);
this.tcVersions.Controls.Add(this.tcpFormatSettings);
this.tcVersions.Controls.Add(this.tcpOutputSettings);
this.tcVersions.Controls.Add(this.tcpRefereceObjects);
this.tcVersions.Location = new System.Drawing.Point(173, 4);
this.tcVersions.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.tcVersions.Name = "tcVersions";
@@ -1036,6 +1029,41 @@ 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.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.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(1);
this.tcpGeneral.Size = new System.Drawing.Size(657, 349);
this.tcpGeneral.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
this.tcpGeneral.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
this.tcpGeneral.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.tcpGeneral.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
this.tcpGeneral.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
| DevComponents.DotNetBar.eBorderSide.Bottom)));
this.tcpGeneral.Style.GradientAngle = 90;
this.tcpGeneral.TabIndex = 1;
this.tcpGeneral.TabItem = this.tiGeneral;
//
// tiGeneral
//
this.tiGeneral.AttachedControl = this.tcpGeneral;
this.tiGeneral.Name = "tiGeneral";
this.tiGeneral.Text = "General";
//
// tcpOutputSettings
//
this.tcpOutputSettings.Controls.Add(this.ppTxtBxPDFLoc);
@@ -1077,7 +1105,7 @@ namespace VEPROMS
this.ppChbxAlwaysViewPDF.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ppChbxAlwaysViewPDF.Name = "ppChbxAlwaysViewPDF";
this.ppChbxAlwaysViewPDF.Size = new System.Drawing.Size(227, 21);
this.ppChbxAlwaysViewPDF.TabIndex = 66;
this.ppChbxAlwaysViewPDF.TabIndex = 37;
this.ppChbxAlwaysViewPDF.Text = "Always View PDF after Creation";
this.ppChbxAlwaysViewPDF.UseVisualStyleBackColor = false;
//
@@ -1090,7 +1118,7 @@ namespace VEPROMS
this.ppChbxAlwaysOvrWrtPDF.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ppChbxAlwaysOvrWrtPDF.Name = "ppChbxAlwaysOvrWrtPDF";
this.ppChbxAlwaysOvrWrtPDF.Size = new System.Drawing.Size(168, 21);
this.ppChbxAlwaysOvrWrtPDF.TabIndex = 65;
this.ppChbxAlwaysOvrWrtPDF.TabIndex = 36;
this.ppChbxAlwaysOvrWrtPDF.Text = "Always Overwrite PDF";
this.ppChbxAlwaysOvrWrtPDF.UseVisualStyleBackColor = false;
//
@@ -1152,41 +1180,6 @@ namespace VEPROMS
this.tiOutputSettings.Name = "tiOutputSettings";
this.tiOutputSettings.Text = "Output Settings";
//
// 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.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.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(1);
this.tcpGeneral.Size = new System.Drawing.Size(657, 349);
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.ppGpbxUserSpecCB);
@@ -1253,7 +1246,7 @@ namespace VEPROMS
this.tbRoDb.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.tbRoDb.Name = "tbRoDb";
this.tbRoDb.Size = new System.Drawing.Size(423, 22);
this.tbRoDb.TabIndex = 50;
this.tbRoDb.TabIndex = 20;
//
// ppBtnRoDbBrowse
//
@@ -1261,7 +1254,7 @@ namespace VEPROMS
this.ppBtnRoDbBrowse.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ppBtnRoDbBrowse.Name = "ppBtnRoDbBrowse";
this.ppBtnRoDbBrowse.Size = new System.Drawing.Size(68, 25);
this.ppBtnRoDbBrowse.TabIndex = 49;
this.ppBtnRoDbBrowse.TabIndex = 22;
this.ppBtnRoDbBrowse.Text = "Browse...";
this.ppBtnRoDbBrowse.UseVisualStyleBackColor = true;
this.ppBtnRoDbBrowse.Click += new System.EventHandler(this.ppBtnRoDbBrowse_Click);
@@ -1269,14 +1262,13 @@ namespace VEPROMS
// btnRoDbProperties
//
this.btnRoDbProperties.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnRoDbProperties.CallBasePaintBackground = true;
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.Name = "btnRoDbProperties";
this.btnRoDbProperties.Size = new System.Drawing.Size(44, 28);
this.btnRoDbProperties.TabIndex = 48;
this.btnRoDbProperties.TabIndex = 21;
this.btnRoDbProperties.Click += new System.EventHandler(this.btnRoDbProperties_Click);
//
// cmbRoDb
@@ -1370,14 +1362,14 @@ namespace VEPROMS
this.documentEntryCountDataGridViewTextBoxColumn,
this.libTitleDataGridViewTextBoxColumn});
this.ppGrdLibDocList.DataSource = this.documentInfoListBindingSource;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.ppGrdLibDocList.DefaultCellStyle = dataGridViewCellStyle2;
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.ppGrdLibDocList.DefaultCellStyle = dataGridViewCellStyle4;
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;
@@ -1394,8 +1386,8 @@ namespace VEPROMS
// documentEntryCountDataGridViewTextBoxColumn
//
this.documentEntryCountDataGridViewTextBoxColumn.DataPropertyName = "DocumentEntryCount";
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.documentEntryCountDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle1;
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.documentEntryCountDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle3;
this.documentEntryCountDataGridViewTextBoxColumn.HeaderText = "Number of Usages";
this.documentEntryCountDataGridViewTextBoxColumn.Name = "documentEntryCountDataGridViewTextBoxColumn";
this.documentEntryCountDataGridViewTextBoxColumn.ReadOnly = true;
@@ -1436,70 +1428,65 @@ namespace VEPROMS
// btnLibDocs
//
this.btnLibDocs.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnLibDocs.CallBasePaintBackground = true;
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.Name = "btnLibDocs";
this.btnLibDocs.Size = new System.Drawing.Size(157, 23);
this.btnLibDocs.TabIndex = 4;
this.btnLibDocs.TabIndex = 97;
this.btnLibDocs.Text = "Library Documents";
this.btnLibDocs.Click += new System.EventHandler(this.btnLibDocs_Click);
//
// btnFmtSettings
//
this.btnFmtSettings.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnFmtSettings.CallBasePaintBackground = true;
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.Name = "btnFmtSettings";
this.btnFmtSettings.Size = new System.Drawing.Size(157, 23);
this.btnFmtSettings.TabIndex = 3;
this.btnFmtSettings.TabIndex = 96;
this.btnFmtSettings.Text = "Format Settings";
this.btnFmtSettings.Click += new System.EventHandler(this.btnFmtSettings_Click);
//
// btnOutputSettings
//
this.btnOutputSettings.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnOutputSettings.CallBasePaintBackground = true;
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.Name = "btnOutputSettings";
this.btnOutputSettings.Size = new System.Drawing.Size(157, 23);
this.btnOutputSettings.TabIndex = 2;
this.btnOutputSettings.TabIndex = 95;
this.btnOutputSettings.Text = "Output Settings";
this.btnOutputSettings.Click += new System.EventHandler(this.btnOutputSettings_Click);
//
// btnRefObjs
//
this.btnRefObjs.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnRefObjs.CallBasePaintBackground = true;
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.Name = "btnRefObjs";
this.btnRefObjs.Size = new System.Drawing.Size(157, 20);
this.btnRefObjs.TabIndex = 1;
this.btnRefObjs.TabIndex = 94;
this.btnRefObjs.Text = "Referenced Objects";
this.btnRefObjs.Click += new System.EventHandler(this.btnRefObjs_Click);
//
// btnGeneral
//
this.btnGeneral.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnGeneral.CallBasePaintBackground = true;
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.Name = "btnGeneral";
this.btnGeneral.Size = new System.Drawing.Size(157, 23);
this.btnGeneral.TabIndex = 0;
this.btnGeneral.TabIndex = 93;
this.btnGeneral.Text = "General";
this.btnGeneral.Click += new System.EventHandler(this.btnGeneral_Click);
//
@@ -1514,7 +1501,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(837, 431);
this.ClientSize = new System.Drawing.Size(833, 427);
this.ControlBox = false;
this.Controls.Add(this.panVerBtns);
this.Controls.Add(this.tcVersions);
@@ -1532,6 +1519,7 @@ namespace VEPROMS
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Versions Properties";
this.Load += new System.EventHandler(this.frmVersionsProperties_Load);
this.Shown += new System.EventHandler(this.frmVersionsProperties_Shown);
((System.ComponentModel.ISupportInitialize)(this.docVersionConfigBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.imageCodecInfoBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ppNumUpDwnOvrdPrnPenWidth)).EndInit();
@@ -1544,12 +1532,12 @@ namespace VEPROMS
this.ppGpbxUserSpecTxt.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.tcVersions)).EndInit();
this.tcVersions.ResumeLayout(false);
this.tcpGeneral.ResumeLayout(false);
this.tcpGeneral.PerformLayout();
this.tcpOutputSettings.ResumeLayout(false);
this.tcpOutputSettings.PerformLayout();
this.ppGrpbxPrnAdj.ResumeLayout(false);
this.ppGrpbxPrnAdj.PerformLayout();
this.tcpGeneral.ResumeLayout(false);
this.tcpGeneral.PerformLayout();
this.tcpFormatSettings.ResumeLayout(false);
this.tcpFormatSettings.PerformLayout();
this.tcpRefereceObjects.ResumeLayout(false);