show “Compare PDF” checkbox only if “compare” folder exists OR if in Debug Mode. Rename “Debug” checkbox label to “Compare PDF” (B2012-149)

This commit is contained in:
John Jenko 2012-06-12 15:19:57 +00:00
parent 136a023564
commit 8cc07a788f
3 changed files with 318 additions and 292 deletions

View File

@ -51,21 +51,6 @@ namespace VEPROMS
this.lblPDFFileName = new DevComponents.DotNetBar.LabelX(); this.lblPDFFileName = new DevComponents.DotNetBar.LabelX();
this.lblPDFLoc = new DevComponents.DotNetBar.LabelX(); this.lblPDFLoc = new DevComponents.DotNetBar.LabelX();
this.tbGeneral = new DevComponents.DotNetBar.TabItem(this.components); this.tbGeneral = new DevComponents.DotNetBar.TabItem(this.components);
this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
this.ppGpbxCBType = new DevComponents.DotNetBar.Controls.GroupPanel();
this.rbCustom = new System.Windows.Forms.RadioButton();
this.rbFormatDefault = new System.Windows.Forms.RadioButton();
this.ppGpbxUserSpecCB = new DevComponents.DotNetBar.Controls.GroupPanel();
this.ppGpbxUserSpecTxt = new DevComponents.DotNetBar.Controls.GroupPanel();
this.label14 = new System.Windows.Forms.Label();
this.ppTxbxChangeBarUserMsgTwo = new System.Windows.Forms.RichTextBox();
this.label15 = new System.Windows.Forms.Label();
this.ppTxbxChangeBarUserMsgOne = new System.Windows.Forms.RichTextBox();
this.ppCmbxChgBarPos = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.label12 = new System.Windows.Forms.Label();
this.ppCmbxChgBarTxtType = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.label13 = new System.Windows.Forms.Label();
this.tbChangeBars = new DevComponents.DotNetBar.TabItem(this.components);
this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel(); this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
this.lblWatermarkS = new DevComponents.DotNetBar.LabelX(); this.lblWatermarkS = new DevComponents.DotNetBar.LabelX();
this.txbPdfLocationS = new DevComponents.DotNetBar.Controls.TextBoxX(); this.txbPdfLocationS = new DevComponents.DotNetBar.Controls.TextBoxX();
@ -81,22 +66,38 @@ namespace VEPROMS
this.lblChgBars = new DevComponents.DotNetBar.LabelX(); this.lblChgBars = new DevComponents.DotNetBar.LabelX();
this.btnChgBarOn = new DevComponents.DotNetBar.ButtonX(); this.btnChgBarOn = new DevComponents.DotNetBar.ButtonX();
this.tbSettings = new DevComponents.DotNetBar.TabItem(this.components); this.tbSettings = new DevComponents.DotNetBar.TabItem(this.components);
this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
this.ppGpbxCBType = new DevComponents.DotNetBar.Controls.GroupPanel();
this.rbCustom = new System.Windows.Forms.RadioButton();
this.rbFormatDefault = new System.Windows.Forms.RadioButton();
this.ppGpbxUserSpecCB = new DevComponents.DotNetBar.Controls.GroupPanel();
this.ppGpbxUserSpecTxt = new DevComponents.DotNetBar.Controls.GroupPanel();
this.label14 = new System.Windows.Forms.Label();
this.ppTxbxChangeBarUserMsgTwo = new System.Windows.Forms.RichTextBox();
this.label15 = new System.Windows.Forms.Label();
this.ppTxbxChangeBarUserMsgOne = new System.Windows.Forms.RichTextBox();
this.ppCmbxChgBarPos = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.label12 = new System.Windows.Forms.Label();
this.ppCmbxChgBarTxtType = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.label13 = new System.Windows.Forms.Label();
this.tbChangeBars = new DevComponents.DotNetBar.TabItem(this.components);
this.btnCreatePDF = new DevComponents.DotNetBar.ButtonX(); this.btnCreatePDF = new DevComponents.DotNetBar.ButtonX();
this.btnCancel = new DevComponents.DotNetBar.ButtonX(); this.btnCancel = new DevComponents.DotNetBar.ButtonX();
this.DlgBrowseFolder = new System.Windows.Forms.FolderBrowserDialog(); this.DlgBrowseFolder = new System.Windows.Forms.FolderBrowserDialog();
this.cbxDebug = new System.Windows.Forms.CheckBox(); this.cbxDebug = new System.Windows.Forms.CheckBox();
this.cbxOrPgBrk = new System.Windows.Forms.CheckBox(); this.cbxOrPgBrk = new System.Windows.Forms.CheckBox();
this.superTooltip1 = new DevComponents.DotNetBar.SuperTooltip();
((System.ComponentModel.ISupportInitialize)(this.tabControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).BeginInit();
this.tabControl1.SuspendLayout(); this.tabControl1.SuspendLayout();
this.tabControlPanel3.SuspendLayout(); this.tabControlPanel3.SuspendLayout();
this.gpnlDebug.SuspendLayout(); this.gpnlDebug.SuspendLayout();
this.grpDateSelector.SuspendLayout(); this.grpDateSelector.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.docVersionConfigBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.docVersionConfigBindingSource)).BeginInit();
this.tabControlPanel1.SuspendLayout();
this.tabControlPanel2.SuspendLayout(); this.tabControlPanel2.SuspendLayout();
this.ppGpbxCBType.SuspendLayout(); this.ppGpbxCBType.SuspendLayout();
this.ppGpbxUserSpecCB.SuspendLayout(); this.ppGpbxUserSpecCB.SuspendLayout();
this.ppGpbxUserSpecTxt.SuspendLayout(); this.ppGpbxUserSpecTxt.SuspendLayout();
this.tabControlPanel1.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
// tabControl1 // tabControl1
@ -107,14 +108,14 @@ namespace VEPROMS
this.tabControl1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(125)))), ((int)(((byte)(125))))); this.tabControl1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(125)))), ((int)(((byte)(125)))));
this.tabControl1.CanReorderTabs = true; this.tabControl1.CanReorderTabs = true;
this.tabControl1.Controls.Add(this.tabControlPanel3); this.tabControl1.Controls.Add(this.tabControlPanel3);
this.tabControl1.Controls.Add(this.tabControlPanel2);
this.tabControl1.Controls.Add(this.tabControlPanel1); this.tabControl1.Controls.Add(this.tabControlPanel1);
this.tabControl1.Location = new System.Drawing.Point(0, 0); this.tabControl1.Controls.Add(this.tabControlPanel2);
this.tabControl1.Location = new System.Drawing.Point(3, 0);
this.tabControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tabControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.tabControl1.Name = "tabControl1"; this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold); this.tabControl1.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold);
this.tabControl1.SelectedTabIndex = 0; this.tabControl1.SelectedTabIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(669, 299); this.tabControl1.Size = new System.Drawing.Size(733, 331);
this.tabControl1.Style = DevComponents.DotNetBar.eTabStripStyle.Office2007Document; this.tabControl1.Style = DevComponents.DotNetBar.eTabStripStyle.Office2007Document;
this.tabControl1.TabIndex = 0; this.tabControl1.TabIndex = 0;
this.tabControl1.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox; this.tabControl1.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
@ -145,7 +146,7 @@ namespace VEPROMS
this.tabControlPanel3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tabControlPanel3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.tabControlPanel3.Name = "tabControlPanel3"; this.tabControlPanel3.Name = "tabControlPanel3";
this.tabControlPanel3.Padding = new System.Windows.Forms.Padding(1); this.tabControlPanel3.Padding = new System.Windows.Forms.Padding(1);
this.tabControlPanel3.Size = new System.Drawing.Size(669, 275); this.tabControlPanel3.Size = new System.Drawing.Size(733, 307);
this.tabControlPanel3.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254))))); this.tabControlPanel3.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
this.tabControlPanel3.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227))))); this.tabControlPanel3.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
this.tabControlPanel3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.tabControlPanel3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
@ -163,7 +164,8 @@ namespace VEPROMS
this.gpnlDebug.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007; this.gpnlDebug.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.gpnlDebug.Controls.Add(this.cbxDebugText); this.gpnlDebug.Controls.Add(this.cbxDebugText);
this.gpnlDebug.Controls.Add(this.cbxDebugPagination); this.gpnlDebug.Controls.Add(this.cbxDebugPagination);
this.gpnlDebug.Location = new System.Drawing.Point(513, 92); this.gpnlDebug.Location = new System.Drawing.Point(535, 92);
this.gpnlDebug.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.gpnlDebug.Name = "gpnlDebug"; this.gpnlDebug.Name = "gpnlDebug";
this.gpnlDebug.Size = new System.Drawing.Size(120, 91); this.gpnlDebug.Size = new System.Drawing.Size(120, 91);
// //
@ -202,6 +204,7 @@ namespace VEPROMS
this.cbxDebugText.AutoSize = true; this.cbxDebugText.AutoSize = true;
this.cbxDebugText.BackColor = System.Drawing.Color.Transparent; this.cbxDebugText.BackColor = System.Drawing.Color.Transparent;
this.cbxDebugText.Location = new System.Drawing.Point(11, 37); this.cbxDebugText.Location = new System.Drawing.Point(11, 37);
this.cbxDebugText.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.cbxDebugText.Name = "cbxDebugText"; this.cbxDebugText.Name = "cbxDebugText";
this.cbxDebugText.Size = new System.Drawing.Size(57, 21); this.cbxDebugText.Size = new System.Drawing.Size(57, 21);
this.cbxDebugText.TabIndex = 1; this.cbxDebugText.TabIndex = 1;
@ -213,6 +216,7 @@ namespace VEPROMS
this.cbxDebugPagination.AutoSize = true; this.cbxDebugPagination.AutoSize = true;
this.cbxDebugPagination.BackColor = System.Drawing.Color.Transparent; this.cbxDebugPagination.BackColor = System.Drawing.Color.Transparent;
this.cbxDebugPagination.Location = new System.Drawing.Point(12, 9); this.cbxDebugPagination.Location = new System.Drawing.Point(12, 9);
this.cbxDebugPagination.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.cbxDebugPagination.Name = "cbxDebugPagination"; this.cbxDebugPagination.Name = "cbxDebugPagination";
this.cbxDebugPagination.Size = new System.Drawing.Size(97, 21); this.cbxDebugPagination.Size = new System.Drawing.Size(97, 21);
this.cbxDebugPagination.TabIndex = 0; this.cbxDebugPagination.TabIndex = 0;
@ -225,9 +229,10 @@ namespace VEPROMS
this.grpDateSelector.CanvasColor = System.Drawing.SystemColors.Control; this.grpDateSelector.CanvasColor = System.Drawing.SystemColors.Control;
this.grpDateSelector.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007; this.grpDateSelector.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.grpDateSelector.Controls.Add(this.calDateSelector); this.grpDateSelector.Controls.Add(this.calDateSelector);
this.grpDateSelector.Location = new System.Drawing.Point(280, 92); this.grpDateSelector.Location = new System.Drawing.Point(263, 92);
this.grpDateSelector.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.grpDateSelector.Name = "grpDateSelector"; this.grpDateSelector.Name = "grpDateSelector";
this.grpDateSelector.Size = new System.Drawing.Size(200, 167); this.grpDateSelector.Size = new System.Drawing.Size(260, 190);
// //
// //
// //
@ -284,7 +289,8 @@ namespace VEPROMS
this.calDateSelector.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.calDateSelector.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.calDateSelector.ContainerControlProcessDialogKey = true; this.calDateSelector.ContainerControlProcessDialogKey = true;
this.calDateSelector.DisplayMonth = new System.DateTime(2010, 8, 1, 0, 0, 0, 0); this.calDateSelector.DisplayMonth = new System.DateTime(2010, 8, 1, 0, 0, 0, 0);
this.calDateSelector.Location = new System.Drawing.Point(13, 3); this.calDateSelector.Location = new System.Drawing.Point(13, 2);
this.calDateSelector.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.calDateSelector.MarkedDates = new System.DateTime[0]; this.calDateSelector.MarkedDates = new System.DateTime[0];
this.calDateSelector.MonthlyMarkedDates = new System.DateTime[0]; this.calDateSelector.MonthlyMarkedDates = new System.DateTime[0];
this.calDateSelector.Name = "calDateSelector"; this.calDateSelector.Name = "calDateSelector";
@ -343,9 +349,10 @@ namespace VEPROMS
this.txbPDFLocation.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txbPDFLocation.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txbPDFLocation.Enabled = false; this.txbPDFLocation.Enabled = false;
this.txbPDFLocation.Location = new System.Drawing.Point(136, 10); this.txbPDFLocation.Location = new System.Drawing.Point(136, 10);
this.txbPDFLocation.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txbPDFLocation.Name = "txbPDFLocation"; this.txbPDFLocation.Name = "txbPDFLocation";
this.txbPDFLocation.ShortcutsEnabled = false; this.txbPDFLocation.ShortcutsEnabled = false;
this.txbPDFLocation.Size = new System.Drawing.Size(518, 26); this.txbPDFLocation.Size = new System.Drawing.Size(581, 26);
this.txbPDFLocation.TabIndex = 81; this.txbPDFLocation.TabIndex = 81;
this.txbPDFLocation.WatermarkText = "PDF Location"; this.txbPDFLocation.WatermarkText = "PDF Location";
this.txbPDFLocation.Leave += new System.EventHandler(this.txbPDFLocation_Leave); this.txbPDFLocation.Leave += new System.EventHandler(this.txbPDFLocation_Leave);
@ -356,7 +363,7 @@ namespace VEPROMS
this.cbxOpenAfterCreate2.BackColor = System.Drawing.Color.Transparent; this.cbxOpenAfterCreate2.BackColor = System.Drawing.Color.Transparent;
this.cbxOpenAfterCreate2.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.docVersionConfigBindingSource, "Print_AlwaysViewPDFAfterCreate", true)); this.cbxOpenAfterCreate2.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.docVersionConfigBindingSource, "Print_AlwaysViewPDFAfterCreate", true));
this.cbxOpenAfterCreate2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cbxOpenAfterCreate2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.cbxOpenAfterCreate2.Location = new System.Drawing.Point(16, 240); this.cbxOpenAfterCreate2.Location = new System.Drawing.Point(9, 271);
this.cbxOpenAfterCreate2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.cbxOpenAfterCreate2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.cbxOpenAfterCreate2.Name = "cbxOpenAfterCreate2"; this.cbxOpenAfterCreate2.Name = "cbxOpenAfterCreate2";
this.cbxOpenAfterCreate2.Size = new System.Drawing.Size(177, 22); this.cbxOpenAfterCreate2.Size = new System.Drawing.Size(177, 22);
@ -376,7 +383,7 @@ namespace VEPROMS
this.cbxOverwritePDF2.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.docVersionConfigBindingSource, "Print_AlwaysOverwritePDF", true)); this.cbxOverwritePDF2.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.docVersionConfigBindingSource, "Print_AlwaysOverwritePDF", true));
this.cbxOverwritePDF2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cbxOverwritePDF2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.cbxOverwritePDF2.ForeColor = System.Drawing.SystemColors.ControlText; this.cbxOverwritePDF2.ForeColor = System.Drawing.SystemColors.ControlText;
this.cbxOverwritePDF2.Location = new System.Drawing.Point(471, 48); this.cbxOverwritePDF2.Location = new System.Drawing.Point(535, 48);
this.cbxOverwritePDF2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.cbxOverwritePDF2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.cbxOverwritePDF2.Name = "cbxOverwritePDF2"; this.cbxOverwritePDF2.Name = "cbxOverwritePDF2";
this.cbxOverwritePDF2.Size = new System.Drawing.Size(154, 22); this.cbxOverwritePDF2.Size = new System.Drawing.Size(154, 22);
@ -409,7 +416,7 @@ namespace VEPROMS
this.lblReviewDate.Location = new System.Drawing.Point(9, 172); this.lblReviewDate.Location = new System.Drawing.Point(9, 172);
this.lblReviewDate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.lblReviewDate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.lblReviewDate.Name = "lblReviewDate"; this.lblReviewDate.Name = "lblReviewDate";
this.lblReviewDate.Size = new System.Drawing.Size(114, 23); this.lblReviewDate.Size = new System.Drawing.Size(115, 23);
this.lblReviewDate.TabIndex = 72; this.lblReviewDate.TabIndex = 72;
this.lblReviewDate.Text = "Review Date"; this.lblReviewDate.Text = "Review Date";
this.lblReviewDate.TextAlignment = System.Drawing.StringAlignment.Far; this.lblReviewDate.TextAlignment = System.Drawing.StringAlignment.Far;
@ -425,7 +432,7 @@ namespace VEPROMS
this.lblRevDate.Location = new System.Drawing.Point(9, 132); this.lblRevDate.Location = new System.Drawing.Point(9, 132);
this.lblRevDate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.lblRevDate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.lblRevDate.Name = "lblRevDate"; this.lblRevDate.Name = "lblRevDate";
this.lblRevDate.Size = new System.Drawing.Size(114, 23); this.lblRevDate.Size = new System.Drawing.Size(115, 23);
this.lblRevDate.TabIndex = 71; this.lblRevDate.TabIndex = 71;
this.lblRevDate.Text = "Revision Date"; this.lblRevDate.Text = "Revision Date";
this.lblRevDate.TextAlignment = System.Drawing.StringAlignment.Far; this.lblRevDate.TextAlignment = System.Drawing.StringAlignment.Far;
@ -441,7 +448,7 @@ namespace VEPROMS
this.lblRevNum.Location = new System.Drawing.Point(9, 92); this.lblRevNum.Location = new System.Drawing.Point(9, 92);
this.lblRevNum.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.lblRevNum.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.lblRevNum.Name = "lblRevNum"; this.lblRevNum.Name = "lblRevNum";
this.lblRevNum.Size = new System.Drawing.Size(114, 23); this.lblRevNum.Size = new System.Drawing.Size(115, 23);
this.lblRevNum.TabIndex = 70; this.lblRevNum.TabIndex = 70;
this.lblRevNum.Text = "Revision Number"; this.lblRevNum.Text = "Revision Number";
this.lblRevNum.TextAlignment = System.Drawing.StringAlignment.Far; this.lblRevNum.TextAlignment = System.Drawing.StringAlignment.Far;
@ -458,7 +465,7 @@ namespace VEPROMS
this.txbPDFName.Location = new System.Drawing.Point(136, 48); this.txbPDFName.Location = new System.Drawing.Point(136, 48);
this.txbPDFName.Margin = new System.Windows.Forms.Padding(4); this.txbPDFName.Margin = new System.Windows.Forms.Padding(4);
this.txbPDFName.Name = "txbPDFName"; this.txbPDFName.Name = "txbPDFName";
this.txbPDFName.Size = new System.Drawing.Size(263, 26); this.txbPDFName.Size = new System.Drawing.Size(327, 26);
this.txbPDFName.TabIndex = 8; this.txbPDFName.TabIndex = 8;
// //
// lblPDFFileName // lblPDFFileName
@ -472,7 +479,7 @@ namespace VEPROMS
this.lblPDFFileName.Location = new System.Drawing.Point(9, 42); this.lblPDFFileName.Location = new System.Drawing.Point(9, 42);
this.lblPDFFileName.Margin = new System.Windows.Forms.Padding(4); this.lblPDFFileName.Margin = new System.Windows.Forms.Padding(4);
this.lblPDFFileName.Name = "lblPDFFileName"; this.lblPDFFileName.Name = "lblPDFFileName";
this.lblPDFFileName.Size = new System.Drawing.Size(114, 23); this.lblPDFFileName.Size = new System.Drawing.Size(115, 23);
this.lblPDFFileName.TabIndex = 7; this.lblPDFFileName.TabIndex = 7;
this.lblPDFFileName.Text = "PDF Name"; this.lblPDFFileName.Text = "PDF Name";
this.lblPDFFileName.TextAlignment = System.Drawing.StringAlignment.Far; this.lblPDFFileName.TextAlignment = System.Drawing.StringAlignment.Far;
@ -488,7 +495,7 @@ namespace VEPROMS
this.lblPDFLoc.Location = new System.Drawing.Point(9, 4); this.lblPDFLoc.Location = new System.Drawing.Point(9, 4);
this.lblPDFLoc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.lblPDFLoc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.lblPDFLoc.Name = "lblPDFLoc"; this.lblPDFLoc.Name = "lblPDFLoc";
this.lblPDFLoc.Size = new System.Drawing.Size(114, 23); this.lblPDFLoc.Size = new System.Drawing.Size(115, 23);
this.lblPDFLoc.TabIndex = 4; this.lblPDFLoc.TabIndex = 4;
this.lblPDFLoc.Text = "PDF Location"; this.lblPDFLoc.Text = "PDF Location";
this.lblPDFLoc.TextAlignment = System.Drawing.StringAlignment.Far; this.lblPDFLoc.TextAlignment = System.Drawing.StringAlignment.Far;
@ -499,6 +506,243 @@ namespace VEPROMS
this.tbGeneral.Name = "tbGeneral"; this.tbGeneral.Name = "tbGeneral";
this.tbGeneral.Text = "General"; this.tbGeneral.Text = "General";
// //
// tabControlPanel1
//
this.tabControlPanel1.Controls.Add(this.lblWatermarkS);
this.tabControlPanel1.Controls.Add(this.txbPdfLocationS);
this.tabControlPanel1.Controls.Add(this.btnPdfLocation);
this.tabControlPanel1.Controls.Add(this.lblPdfLocS);
this.tabControlPanel1.Controls.Add(this.btnWaterMarkOff);
this.tabControlPanel1.Controls.Add(this.btnChgBarOff);
this.tabControlPanel1.Controls.Add(this.btnDuplxOff);
this.tabControlPanel1.Controls.Add(this.lblAutoDuplexing);
this.tabControlPanel1.Controls.Add(this.btnDuplxOn);
this.tabControlPanel1.Controls.Add(this.btnWaterMarkOn);
this.tabControlPanel1.Controls.Add(this.cbxWaterMark);
this.tabControlPanel1.Controls.Add(this.lblChgBars);
this.tabControlPanel1.Controls.Add(this.btnChgBarOn);
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.Name = "tabControlPanel1";
this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1);
this.tabControlPanel1.Size = new System.Drawing.Size(733, 307);
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;
this.tabControlPanel1.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
this.tabControlPanel1.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
| DevComponents.DotNetBar.eBorderSide.Bottom)));
this.tabControlPanel1.Style.GradientAngle = 90;
this.tabControlPanel1.TabIndex = 5;
this.tabControlPanel1.TabItem = this.tbSettings;
//
// lblWatermarkS
//
this.lblWatermarkS.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.lblWatermarkS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblWatermarkS.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblWatermarkS.Location = new System.Drawing.Point(40, 103);
this.lblWatermarkS.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.lblWatermarkS.Name = "lblWatermarkS";
this.lblWatermarkS.Size = new System.Drawing.Size(115, 23);
this.lblWatermarkS.TabIndex = 106;
this.lblWatermarkS.Text = "Watermark";
this.lblWatermarkS.TextAlignment = System.Drawing.StringAlignment.Far;
//
// txbPdfLocationS
//
this.txbPdfLocationS.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
//
//
//
this.txbPdfLocationS.Border.Class = "TextBoxBorder";
this.txbPdfLocationS.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txbPdfLocationS.Location = new System.Drawing.Point(125, 4);
this.txbPdfLocationS.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txbPdfLocationS.Name = "txbPdfLocationS";
this.txbPdfLocationS.ShortcutsEnabled = false;
this.txbPdfLocationS.Size = new System.Drawing.Size(561, 26);
this.txbPdfLocationS.TabIndex = 98;
this.txbPdfLocationS.WatermarkText = "PDF Location";
//
// btnPdfLocation
//
this.btnPdfLocation.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnPdfLocation.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnPdfLocation.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnPdfLocation.FocusOnLeftMouseButtonDown = true;
this.btnPdfLocation.Image = ((System.Drawing.Image)(resources.GetObject("btnPdfLocation.Image")));
this.btnPdfLocation.Location = new System.Drawing.Point(692, 4);
this.btnPdfLocation.Margin = new System.Windows.Forms.Padding(4);
this.btnPdfLocation.Name = "btnPdfLocation";
this.btnPdfLocation.Size = new System.Drawing.Size(27, 23);
this.btnPdfLocation.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.btnPdfLocation.TabIndex = 99;
this.btnPdfLocation.Click += new System.EventHandler(this.btnPdfLocation_Click);
//
// lblPdfLocS
//
this.lblPdfLocS.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.lblPdfLocS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblPdfLocS.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblPdfLocS.Location = new System.Drawing.Point(9, 4);
this.lblPdfLocS.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.lblPdfLocS.Name = "lblPdfLocS";
this.lblPdfLocS.Size = new System.Drawing.Size(115, 23);
this.lblPdfLocS.TabIndex = 97;
this.lblPdfLocS.Text = "PDF Location";
this.lblPdfLocS.TextAlignment = System.Drawing.StringAlignment.Far;
//
// btnWaterMarkOff
//
this.btnWaterMarkOff.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnWaterMarkOff.Checked = true;
this.btnWaterMarkOff.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnWaterMarkOff.FocusOnLeftMouseButtonDown = true;
this.btnWaterMarkOff.Location = new System.Drawing.Point(219, 103);
this.btnWaterMarkOff.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnWaterMarkOff.Name = "btnWaterMarkOff";
this.btnWaterMarkOff.Size = new System.Drawing.Size(45, 23);
this.btnWaterMarkOff.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.btnWaterMarkOff.TabIndex = 93;
this.btnWaterMarkOff.Text = "OFF";
this.btnWaterMarkOff.Click += new System.EventHandler(this.btnAdvWaterMarkOff_Click);
//
// btnChgBarOff
//
this.btnChgBarOff.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnChgBarOff.Checked = true;
this.btnChgBarOff.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnChgBarOff.FocusOnLeftMouseButtonDown = true;
this.btnChgBarOff.Location = new System.Drawing.Point(219, 71);
this.btnChgBarOff.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnChgBarOff.Name = "btnChgBarOff";
this.btnChgBarOff.Size = new System.Drawing.Size(45, 23);
this.btnChgBarOff.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.btnChgBarOff.TabIndex = 92;
this.btnChgBarOff.Text = "OFF";
this.btnChgBarOff.Click += new System.EventHandler(this.btnAvChgBarOff_Click);
//
// btnDuplxOff
//
this.btnDuplxOff.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnDuplxOff.Checked = true;
this.btnDuplxOff.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnDuplxOff.FocusOnLeftMouseButtonDown = true;
this.btnDuplxOff.Location = new System.Drawing.Point(219, 137);
this.btnDuplxOff.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnDuplxOff.Name = "btnDuplxOff";
this.btnDuplxOff.Size = new System.Drawing.Size(44, 23);
this.btnDuplxOff.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.btnDuplxOff.TabIndex = 91;
this.btnDuplxOff.Text = "OFF";
this.btnDuplxOff.Click += new System.EventHandler(this.btnAdvDuplxOff_Click);
//
// lblAutoDuplexing
//
this.lblAutoDuplexing.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.lblAutoDuplexing.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblAutoDuplexing.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblAutoDuplexing.Location = new System.Drawing.Point(40, 137);
this.lblAutoDuplexing.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.lblAutoDuplexing.Name = "lblAutoDuplexing";
this.lblAutoDuplexing.Size = new System.Drawing.Size(115, 23);
this.lblAutoDuplexing.TabIndex = 90;
this.lblAutoDuplexing.Text = "Auto Duplexing";
this.lblAutoDuplexing.TextAlignment = System.Drawing.StringAlignment.Far;
//
// btnDuplxOn
//
this.btnDuplxOn.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnDuplxOn.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnDuplxOn.FocusOnLeftMouseButtonDown = true;
this.btnDuplxOn.Location = new System.Drawing.Point(164, 137);
this.btnDuplxOn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnDuplxOn.Name = "btnDuplxOn";
this.btnDuplxOn.Size = new System.Drawing.Size(45, 23);
this.btnDuplxOn.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.btnDuplxOn.TabIndex = 89;
this.btnDuplxOn.Text = "ON";
this.btnDuplxOn.Click += new System.EventHandler(this.btnAdvDuplxOn_Click);
//
// btnWaterMarkOn
//
this.btnWaterMarkOn.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnWaterMarkOn.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnWaterMarkOn.FocusOnLeftMouseButtonDown = true;
this.btnWaterMarkOn.Location = new System.Drawing.Point(164, 103);
this.btnWaterMarkOn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnWaterMarkOn.Name = "btnWaterMarkOn";
this.btnWaterMarkOn.Size = new System.Drawing.Size(45, 23);
this.btnWaterMarkOn.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.btnWaterMarkOn.TabIndex = 88;
this.btnWaterMarkOn.Text = "ON";
this.btnWaterMarkOn.Click += new System.EventHandler(this.btnAdvWaterMarkOn_Click);
//
// cbxWaterMark
//
this.cbxWaterMark.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.docVersionConfigBindingSource, "Print_Watermark", true));
this.cbxWaterMark.DisplayMember = "Text";
this.cbxWaterMark.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.cbxWaterMark.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbxWaterMark.FormattingEnabled = true;
this.cbxWaterMark.Location = new System.Drawing.Point(269, 103);
this.cbxWaterMark.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.cbxWaterMark.Name = "cbxWaterMark";
this.cbxWaterMark.Size = new System.Drawing.Size(183, 23);
this.cbxWaterMark.TabIndex = 87;
this.cbxWaterMark.Visible = false;
this.cbxWaterMark.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.cbxWaterMark.WatermarkText = "select watermark option";
//
// lblChgBars
//
this.lblChgBars.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.lblChgBars.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblChgBars.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblChgBars.Location = new System.Drawing.Point(40, 71);
this.lblChgBars.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.lblChgBars.Name = "lblChgBars";
this.lblChgBars.Size = new System.Drawing.Size(115, 23);
this.lblChgBars.TabIndex = 85;
this.lblChgBars.Text = "Change Bars";
this.lblChgBars.TextAlignment = System.Drawing.StringAlignment.Far;
//
// btnChgBarOn
//
this.btnChgBarOn.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnChgBarOn.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnChgBarOn.FocusOnLeftMouseButtonDown = true;
this.btnChgBarOn.Location = new System.Drawing.Point(164, 71);
this.btnChgBarOn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnChgBarOn.Name = "btnChgBarOn";
this.btnChgBarOn.Size = new System.Drawing.Size(45, 23);
this.btnChgBarOn.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.btnChgBarOn.TabIndex = 84;
this.btnChgBarOn.Text = "ON";
this.btnChgBarOn.Click += new System.EventHandler(this.btnAvChgBarOn_Click);
//
// tbSettings
//
this.tbSettings.AttachedControl = this.tabControlPanel1;
this.tbSettings.Name = "tbSettings";
this.tbSettings.Text = "Settings";
this.tbSettings.Click += new System.EventHandler(this.tbSettings_Click);
//
// tabControlPanel2 // tabControlPanel2
// //
this.tabControlPanel2.Controls.Add(this.ppGpbxCBType); this.tabControlPanel2.Controls.Add(this.ppGpbxCBType);
@ -508,7 +752,7 @@ namespace VEPROMS
this.tabControlPanel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tabControlPanel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.tabControlPanel2.Name = "tabControlPanel2"; this.tabControlPanel2.Name = "tabControlPanel2";
this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1); this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1);
this.tabControlPanel2.Size = new System.Drawing.Size(669, 275); this.tabControlPanel2.Size = new System.Drawing.Size(733, 307);
this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254))))); this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
this.tabControlPanel2.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227))))); this.tabControlPanel2.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
@ -565,6 +809,7 @@ namespace VEPROMS
// //
this.rbCustom.AutoSize = true; this.rbCustom.AutoSize = true;
this.rbCustom.Location = new System.Drawing.Point(263, 5); this.rbCustom.Location = new System.Drawing.Point(263, 5);
this.rbCustom.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.rbCustom.Name = "rbCustom"; this.rbCustom.Name = "rbCustom";
this.rbCustom.Size = new System.Drawing.Size(186, 21); this.rbCustom.Size = new System.Drawing.Size(186, 21);
this.rbCustom.TabIndex = 1; this.rbCustom.TabIndex = 1;
@ -576,7 +821,8 @@ namespace VEPROMS
// rbFormatDefault // rbFormatDefault
// //
this.rbFormatDefault.AutoSize = true; this.rbFormatDefault.AutoSize = true;
this.rbFormatDefault.Location = new System.Drawing.Point(34, 5); this.rbFormatDefault.Location = new System.Drawing.Point(35, 5);
this.rbFormatDefault.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.rbFormatDefault.Name = "rbFormatDefault"; this.rbFormatDefault.Name = "rbFormatDefault";
this.rbFormatDefault.Size = new System.Drawing.Size(122, 21); this.rbFormatDefault.Size = new System.Drawing.Size(122, 21);
this.rbFormatDefault.TabIndex = 0; this.rbFormatDefault.TabIndex = 0;
@ -639,7 +885,7 @@ namespace VEPROMS
this.ppGpbxUserSpecTxt.Controls.Add(this.ppTxbxChangeBarUserMsgTwo); this.ppGpbxUserSpecTxt.Controls.Add(this.ppTxbxChangeBarUserMsgTwo);
this.ppGpbxUserSpecTxt.Controls.Add(this.label15); this.ppGpbxUserSpecTxt.Controls.Add(this.label15);
this.ppGpbxUserSpecTxt.Controls.Add(this.ppTxbxChangeBarUserMsgOne); this.ppGpbxUserSpecTxt.Controls.Add(this.ppTxbxChangeBarUserMsgOne);
this.ppGpbxUserSpecTxt.Location = new System.Drawing.Point(322, 17); this.ppGpbxUserSpecTxt.Location = new System.Drawing.Point(323, 17);
this.ppGpbxUserSpecTxt.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ppGpbxUserSpecTxt.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ppGpbxUserSpecTxt.Name = "ppGpbxUserSpecTxt"; this.ppGpbxUserSpecTxt.Name = "ppGpbxUserSpecTxt";
this.ppGpbxUserSpecTxt.Size = new System.Drawing.Size(211, 105); this.ppGpbxUserSpecTxt.Size = new System.Drawing.Size(211, 105);
@ -677,7 +923,7 @@ namespace VEPROMS
// label14 // label14
// //
this.label14.AutoSize = true; this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(46, 14); this.label14.Location = new System.Drawing.Point(45, 14);
this.label14.Name = "label14"; this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(63, 17); this.label14.Size = new System.Drawing.Size(63, 17);
this.label14.TabIndex = 4; this.label14.TabIndex = 4;
@ -721,7 +967,7 @@ namespace VEPROMS
this.ppCmbxChgBarPos.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.ppCmbxChgBarPos.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.ppCmbxChgBarPos.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ppCmbxChgBarPos.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.ppCmbxChgBarPos.FormattingEnabled = true; this.ppCmbxChgBarPos.FormattingEnabled = true;
this.ppCmbxChgBarPos.Location = new System.Drawing.Point(109, 99); this.ppCmbxChgBarPos.Location = new System.Drawing.Point(109, 98);
this.ppCmbxChgBarPos.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ppCmbxChgBarPos.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ppCmbxChgBarPos.Name = "ppCmbxChgBarPos"; this.ppCmbxChgBarPos.Name = "ppCmbxChgBarPos";
this.ppCmbxChgBarPos.Size = new System.Drawing.Size(179, 23); this.ppCmbxChgBarPos.Size = new System.Drawing.Size(179, 23);
@ -733,7 +979,7 @@ namespace VEPROMS
// label12 // label12
// //
this.label12.AutoSize = true; this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(46, 101); this.label12.Location = new System.Drawing.Point(45, 101);
this.label12.Name = "label12"; this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(58, 17); this.label12.Size = new System.Drawing.Size(58, 17);
this.label12.TabIndex = 9; this.label12.TabIndex = 9;
@ -750,7 +996,7 @@ namespace VEPROMS
this.ppCmbxChgBarTxtType.Location = new System.Drawing.Point(109, 49); this.ppCmbxChgBarTxtType.Location = new System.Drawing.Point(109, 49);
this.ppCmbxChgBarTxtType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ppCmbxChgBarTxtType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ppCmbxChgBarTxtType.Name = "ppCmbxChgBarTxtType"; this.ppCmbxChgBarTxtType.Name = "ppCmbxChgBarTxtType";
this.ppCmbxChgBarTxtType.Size = new System.Drawing.Size(186, 23); this.ppCmbxChgBarTxtType.Size = new System.Drawing.Size(185, 23);
this.ppCmbxChgBarTxtType.TabIndex = 48; this.ppCmbxChgBarTxtType.TabIndex = 48;
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.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.WatermarkText = "select change bar text type";
@ -759,7 +1005,7 @@ namespace VEPROMS
// label13 // label13
// //
this.label13.AutoSize = true; this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(33, 51); this.label13.Location = new System.Drawing.Point(33, 50);
this.label13.Name = "label13"; this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(71, 17); this.label13.Size = new System.Drawing.Size(71, 17);
this.label13.TabIndex = 8; this.label13.TabIndex = 8;
@ -772,242 +1018,6 @@ namespace VEPROMS
this.tbChangeBars.Text = "Change Bars"; this.tbChangeBars.Text = "Change Bars";
this.tbChangeBars.Visible = false; this.tbChangeBars.Visible = false;
// //
// tabControlPanel1
//
this.tabControlPanel1.Controls.Add(this.lblWatermarkS);
this.tabControlPanel1.Controls.Add(this.txbPdfLocationS);
this.tabControlPanel1.Controls.Add(this.btnPdfLocation);
this.tabControlPanel1.Controls.Add(this.lblPdfLocS);
this.tabControlPanel1.Controls.Add(this.btnWaterMarkOff);
this.tabControlPanel1.Controls.Add(this.btnChgBarOff);
this.tabControlPanel1.Controls.Add(this.btnDuplxOff);
this.tabControlPanel1.Controls.Add(this.lblAutoDuplexing);
this.tabControlPanel1.Controls.Add(this.btnDuplxOn);
this.tabControlPanel1.Controls.Add(this.btnWaterMarkOn);
this.tabControlPanel1.Controls.Add(this.cbxWaterMark);
this.tabControlPanel1.Controls.Add(this.lblChgBars);
this.tabControlPanel1.Controls.Add(this.btnChgBarOn);
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.Name = "tabControlPanel1";
this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1);
this.tabControlPanel1.Size = new System.Drawing.Size(669, 275);
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;
this.tabControlPanel1.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
this.tabControlPanel1.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
| DevComponents.DotNetBar.eBorderSide.Bottom)));
this.tabControlPanel1.Style.GradientAngle = 90;
this.tabControlPanel1.TabIndex = 5;
this.tabControlPanel1.TabItem = this.tbSettings;
//
// lblWatermarkS
//
this.lblWatermarkS.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.lblWatermarkS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblWatermarkS.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblWatermarkS.Location = new System.Drawing.Point(40, 104);
this.lblWatermarkS.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.lblWatermarkS.Name = "lblWatermarkS";
this.lblWatermarkS.Size = new System.Drawing.Size(114, 23);
this.lblWatermarkS.TabIndex = 106;
this.lblWatermarkS.Text = "Watermark";
this.lblWatermarkS.TextAlignment = System.Drawing.StringAlignment.Far;
//
// txbPdfLocationS
//
this.txbPdfLocationS.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
//
//
//
this.txbPdfLocationS.Border.Class = "TextBoxBorder";
this.txbPdfLocationS.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txbPdfLocationS.Location = new System.Drawing.Point(126, 4);
this.txbPdfLocationS.Name = "txbPdfLocationS";
this.txbPdfLocationS.ShortcutsEnabled = false;
this.txbPdfLocationS.Size = new System.Drawing.Size(497, 26);
this.txbPdfLocationS.TabIndex = 98;
this.txbPdfLocationS.WatermarkText = "PDF Location";
//
// btnPdfLocation
//
this.btnPdfLocation.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnPdfLocation.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnPdfLocation.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnPdfLocation.FocusOnLeftMouseButtonDown = true;
this.btnPdfLocation.Image = ((System.Drawing.Image)(resources.GetObject("btnPdfLocation.Image")));
this.btnPdfLocation.Location = new System.Drawing.Point(628, 4);
this.btnPdfLocation.Margin = new System.Windows.Forms.Padding(4);
this.btnPdfLocation.Name = "btnPdfLocation";
this.btnPdfLocation.Size = new System.Drawing.Size(27, 23);
this.btnPdfLocation.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.btnPdfLocation.TabIndex = 99;
this.btnPdfLocation.Click += new System.EventHandler(this.btnPdfLocation_Click);
//
// lblPdfLocS
//
this.lblPdfLocS.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.lblPdfLocS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblPdfLocS.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblPdfLocS.Location = new System.Drawing.Point(9, 4);
this.lblPdfLocS.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.lblPdfLocS.Name = "lblPdfLocS";
this.lblPdfLocS.Size = new System.Drawing.Size(114, 23);
this.lblPdfLocS.TabIndex = 97;
this.lblPdfLocS.Text = "PDF Location";
this.lblPdfLocS.TextAlignment = System.Drawing.StringAlignment.Far;
//
// btnWaterMarkOff
//
this.btnWaterMarkOff.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnWaterMarkOff.Checked = true;
this.btnWaterMarkOff.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnWaterMarkOff.FocusOnLeftMouseButtonDown = true;
this.btnWaterMarkOff.Location = new System.Drawing.Point(219, 104);
this.btnWaterMarkOff.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnWaterMarkOff.Name = "btnWaterMarkOff";
this.btnWaterMarkOff.Size = new System.Drawing.Size(45, 23);
this.btnWaterMarkOff.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.btnWaterMarkOff.TabIndex = 93;
this.btnWaterMarkOff.Text = "OFF";
this.btnWaterMarkOff.Click += new System.EventHandler(this.btnAdvWaterMarkOff_Click);
//
// btnChgBarOff
//
this.btnChgBarOff.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnChgBarOff.Checked = true;
this.btnChgBarOff.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnChgBarOff.FocusOnLeftMouseButtonDown = true;
this.btnChgBarOff.Location = new System.Drawing.Point(219, 71);
this.btnChgBarOff.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnChgBarOff.Name = "btnChgBarOff";
this.btnChgBarOff.Size = new System.Drawing.Size(45, 23);
this.btnChgBarOff.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.btnChgBarOff.TabIndex = 92;
this.btnChgBarOff.Text = "OFF";
this.btnChgBarOff.Click += new System.EventHandler(this.btnAvChgBarOff_Click);
//
// btnDuplxOff
//
this.btnDuplxOff.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnDuplxOff.Checked = true;
this.btnDuplxOff.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnDuplxOff.FocusOnLeftMouseButtonDown = true;
this.btnDuplxOff.Location = new System.Drawing.Point(219, 137);
this.btnDuplxOff.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnDuplxOff.Name = "btnDuplxOff";
this.btnDuplxOff.Size = new System.Drawing.Size(44, 23);
this.btnDuplxOff.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.btnDuplxOff.TabIndex = 91;
this.btnDuplxOff.Text = "OFF";
this.btnDuplxOff.Click += new System.EventHandler(this.btnAdvDuplxOff_Click);
//
// lblAutoDuplexing
//
this.lblAutoDuplexing.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.lblAutoDuplexing.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblAutoDuplexing.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblAutoDuplexing.Location = new System.Drawing.Point(40, 137);
this.lblAutoDuplexing.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.lblAutoDuplexing.Name = "lblAutoDuplexing";
this.lblAutoDuplexing.Size = new System.Drawing.Size(114, 23);
this.lblAutoDuplexing.TabIndex = 90;
this.lblAutoDuplexing.Text = "Auto Duplexing";
this.lblAutoDuplexing.TextAlignment = System.Drawing.StringAlignment.Far;
//
// btnDuplxOn
//
this.btnDuplxOn.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnDuplxOn.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnDuplxOn.FocusOnLeftMouseButtonDown = true;
this.btnDuplxOn.Location = new System.Drawing.Point(164, 137);
this.btnDuplxOn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnDuplxOn.Name = "btnDuplxOn";
this.btnDuplxOn.Size = new System.Drawing.Size(45, 23);
this.btnDuplxOn.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.btnDuplxOn.TabIndex = 89;
this.btnDuplxOn.Text = "ON";
this.btnDuplxOn.Click += new System.EventHandler(this.btnAdvDuplxOn_Click);
//
// btnWaterMarkOn
//
this.btnWaterMarkOn.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnWaterMarkOn.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnWaterMarkOn.FocusOnLeftMouseButtonDown = true;
this.btnWaterMarkOn.Location = new System.Drawing.Point(164, 104);
this.btnWaterMarkOn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnWaterMarkOn.Name = "btnWaterMarkOn";
this.btnWaterMarkOn.Size = new System.Drawing.Size(45, 23);
this.btnWaterMarkOn.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.btnWaterMarkOn.TabIndex = 88;
this.btnWaterMarkOn.Text = "ON";
this.btnWaterMarkOn.Click += new System.EventHandler(this.btnAdvWaterMarkOn_Click);
//
// cbxWaterMark
//
this.cbxWaterMark.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.docVersionConfigBindingSource, "Print_Watermark", true));
this.cbxWaterMark.DisplayMember = "Text";
this.cbxWaterMark.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.cbxWaterMark.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbxWaterMark.FormattingEnabled = true;
this.cbxWaterMark.Location = new System.Drawing.Point(270, 104);
this.cbxWaterMark.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.cbxWaterMark.Name = "cbxWaterMark";
this.cbxWaterMark.Size = new System.Drawing.Size(183, 23);
this.cbxWaterMark.TabIndex = 87;
this.cbxWaterMark.Visible = false;
this.cbxWaterMark.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.cbxWaterMark.WatermarkText = "select watermark option";
//
// lblChgBars
//
this.lblChgBars.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.lblChgBars.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblChgBars.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblChgBars.Location = new System.Drawing.Point(40, 71);
this.lblChgBars.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.lblChgBars.Name = "lblChgBars";
this.lblChgBars.Size = new System.Drawing.Size(114, 23);
this.lblChgBars.TabIndex = 85;
this.lblChgBars.Text = "Change Bars";
this.lblChgBars.TextAlignment = System.Drawing.StringAlignment.Far;
//
// btnChgBarOn
//
this.btnChgBarOn.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnChgBarOn.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnChgBarOn.FocusOnLeftMouseButtonDown = true;
this.btnChgBarOn.Location = new System.Drawing.Point(164, 71);
this.btnChgBarOn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnChgBarOn.Name = "btnChgBarOn";
this.btnChgBarOn.Size = new System.Drawing.Size(45, 23);
this.btnChgBarOn.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.btnChgBarOn.TabIndex = 84;
this.btnChgBarOn.Text = "ON";
this.btnChgBarOn.Click += new System.EventHandler(this.btnAvChgBarOn_Click);
//
// tbSettings
//
this.tbSettings.AttachedControl = this.tabControlPanel1;
this.tbSettings.Name = "tbSettings";
this.tbSettings.Text = "Settings";
this.tbSettings.Click += new System.EventHandler(this.tbSettings_Click);
//
// btnCreatePDF // btnCreatePDF
// //
this.btnCreatePDF.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnCreatePDF.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
@ -1016,10 +1026,10 @@ namespace VEPROMS
this.btnCreatePDF.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnCreatePDF.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnCreatePDF.FocusOnLeftMouseButtonDown = true; this.btnCreatePDF.FocusOnLeftMouseButtonDown = true;
this.btnCreatePDF.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnCreatePDF.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnCreatePDF.Location = new System.Drawing.Point(20, 306); this.btnCreatePDF.Location = new System.Drawing.Point(7, 346);
this.btnCreatePDF.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnCreatePDF.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnCreatePDF.Name = "btnCreatePDF"; this.btnCreatePDF.Name = "btnCreatePDF";
this.btnCreatePDF.Size = new System.Drawing.Size(152, 36); this.btnCreatePDF.Size = new System.Drawing.Size(147, 46);
this.btnCreatePDF.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnCreatePDF.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.btnCreatePDF.TabIndex = 1; this.btnCreatePDF.TabIndex = 1;
this.btnCreatePDF.Text = "Create PDF"; this.btnCreatePDF.Text = "Create PDF";
@ -1034,10 +1044,10 @@ namespace VEPROMS
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.FocusOnLeftMouseButtonDown = true; this.btnCancel.FocusOnLeftMouseButtonDown = true;
this.btnCancel.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnCancel.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnCancel.Location = new System.Drawing.Point(535, 306); this.btnCancel.Location = new System.Drawing.Point(621, 346);
this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnCancel.Name = "btnCancel"; this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(120, 36); this.btnCancel.Size = new System.Drawing.Size(112, 46);
this.btnCancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnCancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.btnCancel.TabIndex = 2; this.btnCancel.TabIndex = 2;
this.btnCancel.Text = "Cancel"; this.btnCancel.Text = "Cancel";
@ -1051,14 +1061,14 @@ namespace VEPROMS
this.cbxDebug.Checked = true; this.cbxDebug.Checked = true;
this.cbxDebug.CheckState = System.Windows.Forms.CheckState.Checked; this.cbxDebug.CheckState = System.Windows.Forms.CheckState.Checked;
this.cbxDebug.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.docVersionConfigBindingSource, "Print_AlwaysOverwritePDF", true)); this.cbxDebug.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.docVersionConfigBindingSource, "Print_AlwaysOverwritePDF", true));
this.cbxDebug.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cbxDebug.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.cbxDebug.ForeColor = System.Drawing.SystemColors.ControlText; this.cbxDebug.ForeColor = System.Drawing.SystemColors.ControlText;
this.cbxDebug.Location = new System.Drawing.Point(213, 320); this.cbxDebug.Location = new System.Drawing.Point(176, 366);
this.cbxDebug.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.cbxDebug.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.cbxDebug.Name = "cbxDebug"; this.cbxDebug.Name = "cbxDebug";
this.cbxDebug.Size = new System.Drawing.Size(73, 22); this.cbxDebug.Size = new System.Drawing.Size(137, 22);
this.cbxDebug.TabIndex = 98; this.cbxDebug.TabIndex = 98;
this.cbxDebug.Text = "Debug"; this.cbxDebug.Text = "Compare PDF";
this.cbxDebug.UseVisualStyleBackColor = false; this.cbxDebug.UseVisualStyleBackColor = false;
// //
// cbxOrPgBrk // cbxOrPgBrk
@ -1067,29 +1077,31 @@ namespace VEPROMS
this.cbxOrPgBrk.AutoSize = true; this.cbxOrPgBrk.AutoSize = true;
this.cbxOrPgBrk.BackColor = System.Drawing.Color.Transparent; this.cbxOrPgBrk.BackColor = System.Drawing.Color.Transparent;
this.cbxOrPgBrk.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.docVersionConfigBindingSource, "Print_AlwaysOverwritePDF", true)); this.cbxOrPgBrk.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.docVersionConfigBindingSource, "Print_AlwaysOverwritePDF", true));
this.cbxOrPgBrk.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cbxOrPgBrk.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.cbxOrPgBrk.ForeColor = System.Drawing.SystemColors.ControlText; this.cbxOrPgBrk.ForeColor = System.Drawing.SystemColors.ControlText;
this.cbxOrPgBrk.Location = new System.Drawing.Point(292, 320); this.cbxOrPgBrk.Location = new System.Drawing.Point(379, 366);
this.cbxOrPgBrk.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.cbxOrPgBrk.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.cbxOrPgBrk.Name = "cbxOrPgBrk"; this.cbxOrPgBrk.Name = "cbxOrPgBrk";
this.cbxOrPgBrk.Size = new System.Drawing.Size(200, 22); this.cbxOrPgBrk.Size = new System.Drawing.Size(224, 22);
this.cbxOrPgBrk.TabIndex = 99; this.cbxOrPgBrk.TabIndex = 99;
this.cbxOrPgBrk.Text = "Use Original Page Breaks"; this.cbxOrPgBrk.Text = "Use Original Page Breaks";
this.cbxOrPgBrk.ThreeState = true;
this.cbxOrPgBrk.UseVisualStyleBackColor = false; this.cbxOrPgBrk.UseVisualStyleBackColor = false;
// //
// superTooltip1
//
this.superTooltip1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
//
// DlgPrintProcedure // DlgPrintProcedure
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel; this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(675, 343); this.ClientSize = new System.Drawing.Size(739, 404);
this.Controls.Add(this.cbxOrPgBrk); this.Controls.Add(this.cbxOrPgBrk);
this.Controls.Add(this.cbxDebug); this.Controls.Add(this.cbxDebug);
this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnCreatePDF); this.Controls.Add(this.btnCreatePDF);
this.Controls.Add(this.tabControl1); this.Controls.Add(this.tabControl1);
this.DoubleBuffered = true;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.MaximizeBox = false; this.MaximizeBox = false;
@ -1108,6 +1120,7 @@ namespace VEPROMS
this.grpDateSelector.ResumeLayout(false); this.grpDateSelector.ResumeLayout(false);
this.grpDateSelector.PerformLayout(); this.grpDateSelector.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.docVersionConfigBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.docVersionConfigBindingSource)).EndInit();
this.tabControlPanel1.ResumeLayout(false);
this.tabControlPanel2.ResumeLayout(false); this.tabControlPanel2.ResumeLayout(false);
this.ppGpbxCBType.ResumeLayout(false); this.ppGpbxCBType.ResumeLayout(false);
this.ppGpbxCBType.PerformLayout(); this.ppGpbxCBType.PerformLayout();
@ -1115,7 +1128,6 @@ namespace VEPROMS
this.ppGpbxUserSpecCB.PerformLayout(); this.ppGpbxUserSpecCB.PerformLayout();
this.ppGpbxUserSpecTxt.ResumeLayout(false); this.ppGpbxUserSpecTxt.ResumeLayout(false);
this.ppGpbxUserSpecTxt.PerformLayout(); this.ppGpbxUserSpecTxt.PerformLayout();
this.tabControlPanel1.ResumeLayout(false);
this.ResumeLayout(false); this.ResumeLayout(false);
this.PerformLayout(); this.PerformLayout();
@ -1179,5 +1191,6 @@ namespace VEPROMS
private System.Windows.Forms.CheckBox cbxDebugText; private System.Windows.Forms.CheckBox cbxDebugText;
private System.Windows.Forms.CheckBox cbxDebugPagination; private System.Windows.Forms.CheckBox cbxDebugPagination;
private System.Windows.Forms.CheckBox cbxOrPgBrk; private System.Windows.Forms.CheckBox cbxOrPgBrk;
private DevComponents.DotNetBar.SuperTooltip superTooltip1;
} }
} }

View File

@ -183,6 +183,13 @@ namespace VEPROMS
btnDuplxOn.Visible = false; btnDuplxOn.Visible = false;
} }
// default to print Debug info if App.config is set to debug mode // default to print Debug info if App.config is set to debug mode
// This checkbox is now labeled as "Compare PDF"
// If the PDF location has a Compare folder or we are in Debug Mode
// then make the checkbox visible
string cmpfldr = txbPDFLocation.Text;
if (!cmpfldr.EndsWith("\\")) cmpfldr += "\\";
cmpfldr += "Compare";
cbxDebug.Visible = Directory.Exists(cmpfldr) || VlnSettings.DebugMode;
cbxDebug.Checked = VlnSettings.DebugMode; cbxDebug.Checked = VlnSettings.DebugMode;
// default to using OriginalPageBreaks (16bit page breaks) if App.config is set // default to using OriginalPageBreaks (16bit page breaks) if App.config is set

View File

@ -120,6 +120,9 @@
<metadata name="docVersionConfigBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="docVersionConfigBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>321, 17</value> <value>321, 17</value>
</metadata> </metadata>
<metadata name="docVersionConfigBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>321, 17</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> <assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="btnPdfLocation.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="btnPdfLocation.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
@ -137,6 +140,9 @@
<metadata name="DlgBrowseFolder.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="DlgBrowseFolder.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>153, 17</value> <value>153, 17</value>
</metadata> </metadata>
<metadata name="superTooltip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>549, 17</value>
</metadata>
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
AAABAA4AMDAQAAEABABoBgAA5gAAACAgEAABAAQA6AIAAE4HAAAYGBAAAQAEAOgBAAA2CgAAEBAQAAEA AAABAA4AMDAQAAEABABoBgAA5gAAACAgEAABAAQA6AIAAE4HAAAYGBAAAQAEAOgBAAA2CgAAEBAQAAEA