now reads the value for the Always Create PDF check box (from the property pages)

This commit is contained in:
John Jenko 2011-09-22 19:51:57 +00:00
parent f77069b445
commit bf8ee98a53
3 changed files with 424 additions and 425 deletions

View File

@ -31,6 +31,26 @@ namespace VEPROMS
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DlgPrintProcedure));
this.tabControl1 = new DevComponents.DotNetBar.TabControl();
this.tabControlPanel3 = new DevComponents.DotNetBar.TabControlPanel();
this.gpnlDebug = new DevComponents.DotNetBar.Controls.GroupPanel();
this.cbxDebugText = new System.Windows.Forms.CheckBox();
this.cbxDebugPagination = new System.Windows.Forms.CheckBox();
this.grpDateSelector = new DevComponents.DotNetBar.Controls.GroupPanel();
this.calDateSelector = new DevComponents.Editors.DateTimeAdv.MonthCalendarAdv();
this.txbReviewDate = new DevComponents.DotNetBar.Controls.TextBoxX();
this.txbRevDate = new DevComponents.DotNetBar.Controls.TextBoxX();
this.txbPDFLocation = new DevComponents.DotNetBar.Controls.TextBoxX();
this.cbxOpenAfterCreate2 = new System.Windows.Forms.CheckBox();
this.docVersionConfigBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.cbxOverwritePDF2 = new System.Windows.Forms.CheckBox();
this.txbRevNum = new DevComponents.DotNetBar.Controls.TextBoxX();
this.lblReviewDate = new DevComponents.DotNetBar.LabelX();
this.lblRevDate = new DevComponents.DotNetBar.LabelX();
this.lblRevNum = new DevComponents.DotNetBar.LabelX();
this.txbPDFName = new DevComponents.DotNetBar.Controls.TextBoxX();
this.lblPDFFileName = new DevComponents.DotNetBar.LabelX();
this.lblPDFLoc = new DevComponents.DotNetBar.LabelX();
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();
@ -39,7 +59,6 @@ namespace VEPROMS
this.ppGpbxUserSpecTxt = new DevComponents.DotNetBar.Controls.GroupPanel();
this.label14 = new System.Windows.Forms.Label();
this.ppTxbxChangeBarUserMsgTwo = new System.Windows.Forms.RichTextBox();
this.docVersionConfigBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.label15 = new System.Windows.Forms.Label();
this.ppTxbxChangeBarUserMsgOne = new System.Windows.Forms.RichTextBox();
this.ppCmbxChgBarPos = new DevComponents.DotNetBar.Controls.ComboBoxEx();
@ -62,40 +81,21 @@ namespace VEPROMS
this.lblChgBars = new DevComponents.DotNetBar.LabelX();
this.btnChgBarOn = new DevComponents.DotNetBar.ButtonX();
this.tbSettings = new DevComponents.DotNetBar.TabItem(this.components);
this.tabControlPanel3 = new DevComponents.DotNetBar.TabControlPanel();
this.grpDateSelector = new DevComponents.DotNetBar.Controls.GroupPanel();
this.calDateSelector = new DevComponents.Editors.DateTimeAdv.MonthCalendarAdv();
this.txbReviewDate = new DevComponents.DotNetBar.Controls.TextBoxX();
this.txbRevDate = new DevComponents.DotNetBar.Controls.TextBoxX();
this.txbPDFLocation = new DevComponents.DotNetBar.Controls.TextBoxX();
this.cbxOpenAfterCreate2 = new System.Windows.Forms.CheckBox();
this.cbxOverwritePDF2 = new System.Windows.Forms.CheckBox();
this.txbRevNum = new DevComponents.DotNetBar.Controls.TextBoxX();
this.lblReviewDate = new DevComponents.DotNetBar.LabelX();
this.lblRevDate = new DevComponents.DotNetBar.LabelX();
this.lblRevNum = new DevComponents.DotNetBar.LabelX();
this.txbPDFName = new DevComponents.DotNetBar.Controls.TextBoxX();
this.lblPDFFileName = new DevComponents.DotNetBar.LabelX();
this.lblPDFLoc = new DevComponents.DotNetBar.LabelX();
this.tbGeneral = new DevComponents.DotNetBar.TabItem(this.components);
this.btnCreatePDF = new DevComponents.DotNetBar.ButtonX();
this.btnCancel = new DevComponents.DotNetBar.ButtonX();
this.DlgBrowseFolder = new System.Windows.Forms.FolderBrowserDialog();
this.cbxDebug = new System.Windows.Forms.CheckBox();
this.gpnlDebug = new DevComponents.DotNetBar.Controls.GroupPanel();
this.cbxDebugPagination = new System.Windows.Forms.CheckBox();
this.cbxDebugText = new System.Windows.Forms.CheckBox();
((System.ComponentModel.ISupportInitialize)(this.tabControl1)).BeginInit();
this.tabControl1.SuspendLayout();
this.tabControlPanel3.SuspendLayout();
this.gpnlDebug.SuspendLayout();
this.grpDateSelector.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.docVersionConfigBindingSource)).BeginInit();
this.tabControlPanel2.SuspendLayout();
this.ppGpbxCBType.SuspendLayout();
this.ppGpbxUserSpecCB.SuspendLayout();
this.ppGpbxUserSpecTxt.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.docVersionConfigBindingSource)).BeginInit();
this.tabControlPanel1.SuspendLayout();
this.tabControlPanel3.SuspendLayout();
this.grpDateSelector.SuspendLayout();
this.gpnlDebug.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
@ -122,6 +122,396 @@ namespace VEPROMS
this.tabControl1.Tabs.Add(this.tbChangeBars);
this.tabControl1.Text = "tabControl1";
//
// tabControlPanel3
//
this.tabControlPanel3.AutoScroll = true;
this.tabControlPanel3.Controls.Add(this.gpnlDebug);
this.tabControlPanel3.Controls.Add(this.grpDateSelector);
this.tabControlPanel3.Controls.Add(this.txbReviewDate);
this.tabControlPanel3.Controls.Add(this.txbRevDate);
this.tabControlPanel3.Controls.Add(this.txbPDFLocation);
this.tabControlPanel3.Controls.Add(this.cbxOpenAfterCreate2);
this.tabControlPanel3.Controls.Add(this.cbxOverwritePDF2);
this.tabControlPanel3.Controls.Add(this.txbRevNum);
this.tabControlPanel3.Controls.Add(this.lblReviewDate);
this.tabControlPanel3.Controls.Add(this.lblRevDate);
this.tabControlPanel3.Controls.Add(this.lblRevNum);
this.tabControlPanel3.Controls.Add(this.txbPDFName);
this.tabControlPanel3.Controls.Add(this.lblPDFFileName);
this.tabControlPanel3.Controls.Add(this.lblPDFLoc);
this.tabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControlPanel3.Location = new System.Drawing.Point(0, 24);
this.tabControlPanel3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.tabControlPanel3.Name = "tabControlPanel3";
this.tabControlPanel3.Padding = new System.Windows.Forms.Padding(1);
this.tabControlPanel3.Size = new System.Drawing.Size(669, 275);
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.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.tabControlPanel3.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
this.tabControlPanel3.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
| DevComponents.DotNetBar.eBorderSide.Bottom)));
this.tabControlPanel3.Style.GradientAngle = 90;
this.tabControlPanel3.TabIndex = 3;
this.tabControlPanel3.TabItem = this.tbGeneral;
//
// gpnlDebug
//
this.gpnlDebug.BackColor = System.Drawing.Color.Transparent;
this.gpnlDebug.CanvasColor = System.Drawing.SystemColors.Control;
this.gpnlDebug.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.gpnlDebug.Controls.Add(this.cbxDebugText);
this.gpnlDebug.Controls.Add(this.cbxDebugPagination);
this.gpnlDebug.Location = new System.Drawing.Point(513, 92);
this.gpnlDebug.Name = "gpnlDebug";
this.gpnlDebug.Size = new System.Drawing.Size(120, 91);
//
//
//
this.gpnlDebug.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
this.gpnlDebug.Style.BackColorGradientAngle = 90;
this.gpnlDebug.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.gpnlDebug.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.gpnlDebug.Style.BorderBottomWidth = 1;
this.gpnlDebug.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.gpnlDebug.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.gpnlDebug.Style.BorderLeftWidth = 1;
this.gpnlDebug.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.gpnlDebug.Style.BorderRightWidth = 1;
this.gpnlDebug.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.gpnlDebug.Style.BorderTopWidth = 1;
this.gpnlDebug.Style.Class = "";
this.gpnlDebug.Style.CornerDiameter = 4;
this.gpnlDebug.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
this.gpnlDebug.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.gpnlDebug.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.gpnlDebug.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
//
//
//
this.gpnlDebug.StyleMouseDown.Class = "";
this.gpnlDebug.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
this.gpnlDebug.StyleMouseOver.Class = "";
this.gpnlDebug.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.gpnlDebug.TabIndex = 86;
this.gpnlDebug.Text = "Debug";
//
// cbxDebugText
//
this.cbxDebugText.AutoSize = true;
this.cbxDebugText.BackColor = System.Drawing.Color.Transparent;
this.cbxDebugText.Location = new System.Drawing.Point(11, 37);
this.cbxDebugText.Name = "cbxDebugText";
this.cbxDebugText.Size = new System.Drawing.Size(57, 21);
this.cbxDebugText.TabIndex = 1;
this.cbxDebugText.Text = "Text";
this.cbxDebugText.UseVisualStyleBackColor = false;
//
// cbxDebugPagination
//
this.cbxDebugPagination.AutoSize = true;
this.cbxDebugPagination.BackColor = System.Drawing.Color.Transparent;
this.cbxDebugPagination.Location = new System.Drawing.Point(12, 9);
this.cbxDebugPagination.Name = "cbxDebugPagination";
this.cbxDebugPagination.Size = new System.Drawing.Size(97, 21);
this.cbxDebugPagination.TabIndex = 0;
this.cbxDebugPagination.Text = "Pagination";
this.cbxDebugPagination.UseVisualStyleBackColor = false;
//
// grpDateSelector
//
this.grpDateSelector.BackColor = System.Drawing.Color.Transparent;
this.grpDateSelector.CanvasColor = System.Drawing.SystemColors.Control;
this.grpDateSelector.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.grpDateSelector.Controls.Add(this.calDateSelector);
this.grpDateSelector.Location = new System.Drawing.Point(280, 92);
this.grpDateSelector.Name = "grpDateSelector";
this.grpDateSelector.Size = new System.Drawing.Size(200, 167);
//
//
//
this.grpDateSelector.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
this.grpDateSelector.Style.BackColorGradientAngle = 90;
this.grpDateSelector.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.grpDateSelector.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.grpDateSelector.Style.BorderBottomWidth = 1;
this.grpDateSelector.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.grpDateSelector.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.grpDateSelector.Style.BorderLeftWidth = 1;
this.grpDateSelector.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.grpDateSelector.Style.BorderRightWidth = 1;
this.grpDateSelector.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.grpDateSelector.Style.BorderTopWidth = 1;
this.grpDateSelector.Style.Class = "";
this.grpDateSelector.Style.CornerDiameter = 4;
this.grpDateSelector.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
this.grpDateSelector.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.grpDateSelector.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.grpDateSelector.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
//
//
//
this.grpDateSelector.StyleMouseDown.Class = "";
this.grpDateSelector.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
this.grpDateSelector.StyleMouseOver.Class = "";
this.grpDateSelector.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.grpDateSelector.TabIndex = 85;
this.grpDateSelector.Text = "Select Revision Date";
this.grpDateSelector.Visible = false;
//
// calDateSelector
//
this.calDateSelector.AnnuallyMarkedDates = new System.DateTime[0];
this.calDateSelector.AutoSize = true;
//
//
//
this.calDateSelector.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window;
this.calDateSelector.BackgroundStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.calDateSelector.BackgroundStyle.BorderBottomWidth = 1;
this.calDateSelector.BackgroundStyle.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.calDateSelector.BackgroundStyle.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.calDateSelector.BackgroundStyle.BorderLeftWidth = 1;
this.calDateSelector.BackgroundStyle.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.calDateSelector.BackgroundStyle.BorderRightWidth = 1;
this.calDateSelector.BackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.calDateSelector.BackgroundStyle.BorderTopWidth = 1;
this.calDateSelector.BackgroundStyle.Class = "";
this.calDateSelector.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
this.calDateSelector.CommandsBackgroundStyle.Class = "";
this.calDateSelector.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.calDateSelector.ContainerControlProcessDialogKey = true;
this.calDateSelector.DisplayMonth = new System.DateTime(2010, 8, 1, 0, 0, 0, 0);
this.calDateSelector.Location = new System.Drawing.Point(13, 3);
this.calDateSelector.MarkedDates = new System.DateTime[0];
this.calDateSelector.MonthlyMarkedDates = new System.DateTime[0];
this.calDateSelector.Name = "calDateSelector";
//
//
//
this.calDateSelector.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
this.calDateSelector.NavigationBackgroundStyle.BackColorGradientAngle = 90;
this.calDateSelector.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
this.calDateSelector.NavigationBackgroundStyle.Class = "";
this.calDateSelector.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.calDateSelector.Size = new System.Drawing.Size(170, 128);
this.calDateSelector.TabIndex = 84;
this.calDateSelector.Text = "monthCalendarAdv1";
this.calDateSelector.Visible = false;
this.calDateSelector.WeeklyMarkedDays = new System.DayOfWeek[0];
this.calDateSelector.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.calDateSelector_DateSelected);
//
// txbReviewDate
//
//
//
//
this.txbReviewDate.Border.Class = "TextBoxBorder";
this.txbReviewDate.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txbReviewDate.Location = new System.Drawing.Point(136, 172);
this.txbReviewDate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txbReviewDate.Name = "txbReviewDate";
this.txbReviewDate.Size = new System.Drawing.Size(121, 26);
this.txbReviewDate.TabIndex = 83;
this.txbReviewDate.Leave += new System.EventHandler(this.txbReviewDate_Leave);
this.txbReviewDate.Enter += new System.EventHandler(this.txbReviewDate_Enter);
//
// txbRevDate
//
//
//
//
this.txbRevDate.Border.Class = "TextBoxBorder";
this.txbRevDate.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txbRevDate.Location = new System.Drawing.Point(136, 132);
this.txbRevDate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txbRevDate.Name = "txbRevDate";
this.txbRevDate.Size = new System.Drawing.Size(121, 26);
this.txbRevDate.TabIndex = 82;
this.txbRevDate.Leave += new System.EventHandler(this.txbRevDate_Leave);
this.txbRevDate.Enter += new System.EventHandler(this.txbRevDate_Enter);
//
// txbPDFLocation
//
this.txbPDFLocation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
//
//
//
this.txbPDFLocation.Border.Class = "TextBoxBorder";
this.txbPDFLocation.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txbPDFLocation.Enabled = false;
this.txbPDFLocation.Location = new System.Drawing.Point(136, 10);
this.txbPDFLocation.Name = "txbPDFLocation";
this.txbPDFLocation.ShortcutsEnabled = false;
this.txbPDFLocation.Size = new System.Drawing.Size(518, 26);
this.txbPDFLocation.TabIndex = 81;
this.txbPDFLocation.WatermarkText = "PDF Location";
this.txbPDFLocation.Leave += new System.EventHandler(this.txbPDFLocation_Leave);
//
// cbxOpenAfterCreate2
//
this.cbxOpenAfterCreate2.AutoSize = true;
this.cbxOpenAfterCreate2.BackColor = System.Drawing.Color.Transparent;
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.Location = new System.Drawing.Point(16, 240);
this.cbxOpenAfterCreate2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.cbxOpenAfterCreate2.Name = "cbxOpenAfterCreate2";
this.cbxOpenAfterCreate2.Size = new System.Drawing.Size(177, 22);
this.cbxOpenAfterCreate2.TabIndex = 80;
this.cbxOpenAfterCreate2.Text = "View PDF After Create";
this.cbxOpenAfterCreate2.UseVisualStyleBackColor = false;
//
// docVersionConfigBindingSource
//
this.docVersionConfigBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.DocVersionConfig);
//
// cbxOverwritePDF2
//
this.cbxOverwritePDF2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.cbxOverwritePDF2.AutoSize = true;
this.cbxOverwritePDF2.BackColor = System.Drawing.Color.Transparent;
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.ForeColor = System.Drawing.SystemColors.ControlText;
this.cbxOverwritePDF2.Location = new System.Drawing.Point(471, 48);
this.cbxOverwritePDF2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.cbxOverwritePDF2.Name = "cbxOverwritePDF2";
this.cbxOverwritePDF2.Size = new System.Drawing.Size(154, 22);
this.cbxOverwritePDF2.TabIndex = 79;
this.cbxOverwritePDF2.Text = "Overwrite PDF File";
this.cbxOverwritePDF2.UseVisualStyleBackColor = false;
//
// txbRevNum
//
//
//
//
this.txbRevNum.Border.Class = "TextBoxBorder";
this.txbRevNum.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txbRevNum.Location = new System.Drawing.Point(136, 92);
this.txbRevNum.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txbRevNum.Name = "txbRevNum";
this.txbRevNum.Size = new System.Drawing.Size(121, 26);
this.txbRevNum.TabIndex = 73;
this.txbRevNum.Leave += new System.EventHandler(this.txbRevNum_Leave);
//
// lblReviewDate
//
this.lblReviewDate.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.lblReviewDate.BackgroundStyle.Class = "";
this.lblReviewDate.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblReviewDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblReviewDate.Location = new System.Drawing.Point(9, 172);
this.lblReviewDate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.lblReviewDate.Name = "lblReviewDate";
this.lblReviewDate.Size = new System.Drawing.Size(114, 23);
this.lblReviewDate.TabIndex = 72;
this.lblReviewDate.Text = "Review Date";
this.lblReviewDate.TextAlignment = System.Drawing.StringAlignment.Far;
//
// lblRevDate
//
this.lblRevDate.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.lblRevDate.BackgroundStyle.Class = "";
this.lblRevDate.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblRevDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblRevDate.Location = new System.Drawing.Point(9, 132);
this.lblRevDate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.lblRevDate.Name = "lblRevDate";
this.lblRevDate.Size = new System.Drawing.Size(114, 23);
this.lblRevDate.TabIndex = 71;
this.lblRevDate.Text = "Revision Date";
this.lblRevDate.TextAlignment = System.Drawing.StringAlignment.Far;
//
// lblRevNum
//
this.lblRevNum.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.lblRevNum.BackgroundStyle.Class = "";
this.lblRevNum.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblRevNum.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblRevNum.Location = new System.Drawing.Point(9, 92);
this.lblRevNum.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.lblRevNum.Name = "lblRevNum";
this.lblRevNum.Size = new System.Drawing.Size(114, 23);
this.lblRevNum.TabIndex = 70;
this.lblRevNum.Text = "Revision Number";
this.lblRevNum.TextAlignment = System.Drawing.StringAlignment.Far;
//
// txbPDFName
//
this.txbPDFName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
//
//
//
this.txbPDFName.Border.Class = "TextBoxBorder";
this.txbPDFName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txbPDFName.Location = new System.Drawing.Point(136, 48);
this.txbPDFName.Margin = new System.Windows.Forms.Padding(4);
this.txbPDFName.Name = "txbPDFName";
this.txbPDFName.Size = new System.Drawing.Size(263, 26);
this.txbPDFName.TabIndex = 8;
//
// lblPDFFileName
//
this.lblPDFFileName.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.lblPDFFileName.BackgroundStyle.Class = "";
this.lblPDFFileName.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblPDFFileName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblPDFFileName.Location = new System.Drawing.Point(9, 42);
this.lblPDFFileName.Margin = new System.Windows.Forms.Padding(4);
this.lblPDFFileName.Name = "lblPDFFileName";
this.lblPDFFileName.Size = new System.Drawing.Size(114, 23);
this.lblPDFFileName.TabIndex = 7;
this.lblPDFFileName.Text = "PDF Name";
this.lblPDFFileName.TextAlignment = System.Drawing.StringAlignment.Far;
//
// lblPDFLoc
//
this.lblPDFLoc.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.lblPDFLoc.BackgroundStyle.Class = "";
this.lblPDFLoc.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblPDFLoc.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblPDFLoc.Location = new System.Drawing.Point(9, 4);
this.lblPDFLoc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.lblPDFLoc.Name = "lblPDFLoc";
this.lblPDFLoc.Size = new System.Drawing.Size(114, 23);
this.lblPDFLoc.TabIndex = 4;
this.lblPDFLoc.Text = "PDF Location";
this.lblPDFLoc.TextAlignment = System.Drawing.StringAlignment.Far;
//
// tbGeneral
//
this.tbGeneral.AttachedControl = this.tabControlPanel3;
this.tbGeneral.Name = "tbGeneral";
this.tbGeneral.Text = "General";
//
// tabControlPanel2
//
this.tabControlPanel2.Controls.Add(this.ppGpbxCBType);
@ -326,10 +716,6 @@ namespace VEPROMS
this.ppTxbxChangeBarUserMsgTwo.TabIndex = 2;
this.ppTxbxChangeBarUserMsgTwo.Text = "";
//
// docVersionConfigBindingSource
//
this.docVersionConfigBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.DocVersionConfig);
//
// label15
//
this.label15.AutoSize = true;
@ -641,326 +1027,6 @@ namespace VEPROMS
this.tbSettings.Text = "Settings";
this.tbSettings.Click += new System.EventHandler(this.tbSettings_Click);
//
// tabControlPanel3
//
this.tabControlPanel3.AutoScroll = true;
this.tabControlPanel3.Controls.Add(this.gpnlDebug);
this.tabControlPanel3.Controls.Add(this.grpDateSelector);
this.tabControlPanel3.Controls.Add(this.txbReviewDate);
this.tabControlPanel3.Controls.Add(this.txbRevDate);
this.tabControlPanel3.Controls.Add(this.txbPDFLocation);
this.tabControlPanel3.Controls.Add(this.cbxOpenAfterCreate2);
this.tabControlPanel3.Controls.Add(this.cbxOverwritePDF2);
this.tabControlPanel3.Controls.Add(this.txbRevNum);
this.tabControlPanel3.Controls.Add(this.lblReviewDate);
this.tabControlPanel3.Controls.Add(this.lblRevDate);
this.tabControlPanel3.Controls.Add(this.lblRevNum);
this.tabControlPanel3.Controls.Add(this.txbPDFName);
this.tabControlPanel3.Controls.Add(this.lblPDFFileName);
this.tabControlPanel3.Controls.Add(this.lblPDFLoc);
this.tabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControlPanel3.Location = new System.Drawing.Point(0, 24);
this.tabControlPanel3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.tabControlPanel3.Name = "tabControlPanel3";
this.tabControlPanel3.Padding = new System.Windows.Forms.Padding(1);
this.tabControlPanel3.Size = new System.Drawing.Size(669, 275);
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.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.tabControlPanel3.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
this.tabControlPanel3.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
| DevComponents.DotNetBar.eBorderSide.Bottom)));
this.tabControlPanel3.Style.GradientAngle = 90;
this.tabControlPanel3.TabIndex = 3;
this.tabControlPanel3.TabItem = this.tbGeneral;
//
// grpDateSelector
//
this.grpDateSelector.BackColor = System.Drawing.Color.Transparent;
this.grpDateSelector.CanvasColor = System.Drawing.SystemColors.Control;
this.grpDateSelector.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.grpDateSelector.Controls.Add(this.calDateSelector);
this.grpDateSelector.Location = new System.Drawing.Point(280, 92);
this.grpDateSelector.Name = "grpDateSelector";
this.grpDateSelector.Size = new System.Drawing.Size(200, 167);
//
//
//
this.grpDateSelector.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
this.grpDateSelector.Style.BackColorGradientAngle = 90;
this.grpDateSelector.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.grpDateSelector.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.grpDateSelector.Style.BorderBottomWidth = 1;
this.grpDateSelector.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.grpDateSelector.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.grpDateSelector.Style.BorderLeftWidth = 1;
this.grpDateSelector.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.grpDateSelector.Style.BorderRightWidth = 1;
this.grpDateSelector.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.grpDateSelector.Style.BorderTopWidth = 1;
this.grpDateSelector.Style.Class = "";
this.grpDateSelector.Style.CornerDiameter = 4;
this.grpDateSelector.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
this.grpDateSelector.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.grpDateSelector.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.grpDateSelector.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
//
//
//
this.grpDateSelector.StyleMouseDown.Class = "";
this.grpDateSelector.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
this.grpDateSelector.StyleMouseOver.Class = "";
this.grpDateSelector.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.grpDateSelector.TabIndex = 85;
this.grpDateSelector.Text = "Select Revision Date";
this.grpDateSelector.Visible = false;
//
// calDateSelector
//
this.calDateSelector.AnnuallyMarkedDates = new System.DateTime[0];
this.calDateSelector.AutoSize = true;
//
//
//
this.calDateSelector.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window;
this.calDateSelector.BackgroundStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.calDateSelector.BackgroundStyle.BorderBottomWidth = 1;
this.calDateSelector.BackgroundStyle.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.calDateSelector.BackgroundStyle.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.calDateSelector.BackgroundStyle.BorderLeftWidth = 1;
this.calDateSelector.BackgroundStyle.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.calDateSelector.BackgroundStyle.BorderRightWidth = 1;
this.calDateSelector.BackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.calDateSelector.BackgroundStyle.BorderTopWidth = 1;
this.calDateSelector.BackgroundStyle.Class = "";
this.calDateSelector.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
this.calDateSelector.CommandsBackgroundStyle.Class = "";
this.calDateSelector.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.calDateSelector.ContainerControlProcessDialogKey = true;
this.calDateSelector.DisplayMonth = new System.DateTime(2010, 8, 1, 0, 0, 0, 0);
this.calDateSelector.Location = new System.Drawing.Point(13, 3);
this.calDateSelector.MarkedDates = new System.DateTime[0];
this.calDateSelector.MonthlyMarkedDates = new System.DateTime[0];
this.calDateSelector.Name = "calDateSelector";
//
//
//
this.calDateSelector.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
this.calDateSelector.NavigationBackgroundStyle.BackColorGradientAngle = 90;
this.calDateSelector.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
this.calDateSelector.NavigationBackgroundStyle.Class = "";
this.calDateSelector.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.calDateSelector.Size = new System.Drawing.Size(170, 128);
this.calDateSelector.TabIndex = 84;
this.calDateSelector.Text = "monthCalendarAdv1";
this.calDateSelector.Visible = false;
this.calDateSelector.WeeklyMarkedDays = new System.DayOfWeek[0];
this.calDateSelector.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.calDateSelector_DateSelected);
//
// txbReviewDate
//
//
//
//
this.txbReviewDate.Border.Class = "TextBoxBorder";
this.txbReviewDate.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txbReviewDate.Location = new System.Drawing.Point(136, 172);
this.txbReviewDate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txbReviewDate.Name = "txbReviewDate";
this.txbReviewDate.Size = new System.Drawing.Size(121, 26);
this.txbReviewDate.TabIndex = 83;
this.txbReviewDate.Leave += new System.EventHandler(this.txbReviewDate_Leave);
this.txbReviewDate.Enter += new System.EventHandler(this.txbReviewDate_Enter);
//
// txbRevDate
//
//
//
//
this.txbRevDate.Border.Class = "TextBoxBorder";
this.txbRevDate.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txbRevDate.Location = new System.Drawing.Point(136, 132);
this.txbRevDate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txbRevDate.Name = "txbRevDate";
this.txbRevDate.Size = new System.Drawing.Size(121, 26);
this.txbRevDate.TabIndex = 82;
this.txbRevDate.Leave += new System.EventHandler(this.txbRevDate_Leave);
this.txbRevDate.Enter += new System.EventHandler(this.txbRevDate_Enter);
//
// txbPDFLocation
//
this.txbPDFLocation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
//
//
//
this.txbPDFLocation.Border.Class = "TextBoxBorder";
this.txbPDFLocation.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txbPDFLocation.Enabled = false;
this.txbPDFLocation.Location = new System.Drawing.Point(136, 10);
this.txbPDFLocation.Name = "txbPDFLocation";
this.txbPDFLocation.ShortcutsEnabled = false;
this.txbPDFLocation.Size = new System.Drawing.Size(518, 26);
this.txbPDFLocation.TabIndex = 81;
this.txbPDFLocation.WatermarkText = "PDF Location";
this.txbPDFLocation.Leave += new System.EventHandler(this.txbPDFLocation_Leave);
//
// cbxOpenAfterCreate2
//
this.cbxOpenAfterCreate2.AutoSize = true;
this.cbxOpenAfterCreate2.BackColor = System.Drawing.Color.Transparent;
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.Location = new System.Drawing.Point(16, 240);
this.cbxOpenAfterCreate2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.cbxOpenAfterCreate2.Name = "cbxOpenAfterCreate2";
this.cbxOpenAfterCreate2.Size = new System.Drawing.Size(177, 22);
this.cbxOpenAfterCreate2.TabIndex = 80;
this.cbxOpenAfterCreate2.Text = "View PDF After Create";
this.cbxOpenAfterCreate2.UseVisualStyleBackColor = false;
//
// cbxOverwritePDF2
//
this.cbxOverwritePDF2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.cbxOverwritePDF2.AutoSize = true;
this.cbxOverwritePDF2.BackColor = System.Drawing.Color.Transparent;
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.ForeColor = System.Drawing.SystemColors.ControlText;
this.cbxOverwritePDF2.Location = new System.Drawing.Point(471, 48);
this.cbxOverwritePDF2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.cbxOverwritePDF2.Name = "cbxOverwritePDF2";
this.cbxOverwritePDF2.Size = new System.Drawing.Size(154, 22);
this.cbxOverwritePDF2.TabIndex = 79;
this.cbxOverwritePDF2.Text = "Overwrite PDF File";
this.cbxOverwritePDF2.UseVisualStyleBackColor = false;
//
// txbRevNum
//
//
//
//
this.txbRevNum.Border.Class = "TextBoxBorder";
this.txbRevNum.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txbRevNum.Location = new System.Drawing.Point(136, 92);
this.txbRevNum.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txbRevNum.Name = "txbRevNum";
this.txbRevNum.Size = new System.Drawing.Size(121, 26);
this.txbRevNum.TabIndex = 73;
this.txbRevNum.Leave += new System.EventHandler(this.txbRevNum_Leave);
//
// lblReviewDate
//
this.lblReviewDate.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.lblReviewDate.BackgroundStyle.Class = "";
this.lblReviewDate.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblReviewDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblReviewDate.Location = new System.Drawing.Point(9, 172);
this.lblReviewDate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.lblReviewDate.Name = "lblReviewDate";
this.lblReviewDate.Size = new System.Drawing.Size(114, 23);
this.lblReviewDate.TabIndex = 72;
this.lblReviewDate.Text = "Review Date";
this.lblReviewDate.TextAlignment = System.Drawing.StringAlignment.Far;
//
// lblRevDate
//
this.lblRevDate.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.lblRevDate.BackgroundStyle.Class = "";
this.lblRevDate.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblRevDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblRevDate.Location = new System.Drawing.Point(9, 132);
this.lblRevDate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.lblRevDate.Name = "lblRevDate";
this.lblRevDate.Size = new System.Drawing.Size(114, 23);
this.lblRevDate.TabIndex = 71;
this.lblRevDate.Text = "Revision Date";
this.lblRevDate.TextAlignment = System.Drawing.StringAlignment.Far;
//
// lblRevNum
//
this.lblRevNum.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.lblRevNum.BackgroundStyle.Class = "";
this.lblRevNum.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblRevNum.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblRevNum.Location = new System.Drawing.Point(9, 92);
this.lblRevNum.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.lblRevNum.Name = "lblRevNum";
this.lblRevNum.Size = new System.Drawing.Size(114, 23);
this.lblRevNum.TabIndex = 70;
this.lblRevNum.Text = "Revision Number";
this.lblRevNum.TextAlignment = System.Drawing.StringAlignment.Far;
//
// txbPDFName
//
this.txbPDFName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
//
//
//
this.txbPDFName.Border.Class = "TextBoxBorder";
this.txbPDFName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txbPDFName.Location = new System.Drawing.Point(136, 48);
this.txbPDFName.Margin = new System.Windows.Forms.Padding(4);
this.txbPDFName.Name = "txbPDFName";
this.txbPDFName.Size = new System.Drawing.Size(263, 26);
this.txbPDFName.TabIndex = 8;
//
// lblPDFFileName
//
this.lblPDFFileName.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.lblPDFFileName.BackgroundStyle.Class = "";
this.lblPDFFileName.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblPDFFileName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblPDFFileName.Location = new System.Drawing.Point(9, 42);
this.lblPDFFileName.Margin = new System.Windows.Forms.Padding(4);
this.lblPDFFileName.Name = "lblPDFFileName";
this.lblPDFFileName.Size = new System.Drawing.Size(114, 23);
this.lblPDFFileName.TabIndex = 7;
this.lblPDFFileName.Text = "PDF Name";
this.lblPDFFileName.TextAlignment = System.Drawing.StringAlignment.Far;
//
// lblPDFLoc
//
this.lblPDFLoc.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.lblPDFLoc.BackgroundStyle.Class = "";
this.lblPDFLoc.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblPDFLoc.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblPDFLoc.Location = new System.Drawing.Point(9, 4);
this.lblPDFLoc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.lblPDFLoc.Name = "lblPDFLoc";
this.lblPDFLoc.Size = new System.Drawing.Size(114, 23);
this.lblPDFLoc.TabIndex = 4;
this.lblPDFLoc.Text = "PDF Location";
this.lblPDFLoc.TextAlignment = System.Drawing.StringAlignment.Far;
//
// tbGeneral
//
this.tbGeneral.AttachedControl = this.tabControlPanel3;
this.tbGeneral.Name = "tbGeneral";
this.tbGeneral.Text = "General";
//
// btnCreatePDF
//
this.btnCreatePDF.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
@ -1012,72 +1078,6 @@ namespace VEPROMS
this.cbxDebug.Text = "Debug";
this.cbxDebug.UseVisualStyleBackColor = false;
//
// gpnlDebug
//
this.gpnlDebug.BackColor = System.Drawing.Color.Transparent;
this.gpnlDebug.CanvasColor = System.Drawing.SystemColors.Control;
this.gpnlDebug.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.gpnlDebug.Controls.Add(this.cbxDebugText);
this.gpnlDebug.Controls.Add(this.cbxDebugPagination);
this.gpnlDebug.Location = new System.Drawing.Point(513, 92);
this.gpnlDebug.Name = "gpnlDebug";
this.gpnlDebug.Size = new System.Drawing.Size(120, 91);
//
//
//
this.gpnlDebug.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
this.gpnlDebug.Style.BackColorGradientAngle = 90;
this.gpnlDebug.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.gpnlDebug.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.gpnlDebug.Style.BorderBottomWidth = 1;
this.gpnlDebug.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.gpnlDebug.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.gpnlDebug.Style.BorderLeftWidth = 1;
this.gpnlDebug.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.gpnlDebug.Style.BorderRightWidth = 1;
this.gpnlDebug.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.gpnlDebug.Style.BorderTopWidth = 1;
this.gpnlDebug.Style.Class = "";
this.gpnlDebug.Style.CornerDiameter = 4;
this.gpnlDebug.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
this.gpnlDebug.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
this.gpnlDebug.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.gpnlDebug.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
//
//
//
this.gpnlDebug.StyleMouseDown.Class = "";
this.gpnlDebug.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
//
//
//
this.gpnlDebug.StyleMouseOver.Class = "";
this.gpnlDebug.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.gpnlDebug.TabIndex = 86;
this.gpnlDebug.Text = "Debug";
//
// cbxDebugPagination
//
this.cbxDebugPagination.AutoSize = true;
this.cbxDebugPagination.BackColor = System.Drawing.Color.Transparent;
this.cbxDebugPagination.Location = new System.Drawing.Point(12, 9);
this.cbxDebugPagination.Name = "cbxDebugPagination";
this.cbxDebugPagination.Size = new System.Drawing.Size(97, 21);
this.cbxDebugPagination.TabIndex = 0;
this.cbxDebugPagination.Text = "Pagination";
this.cbxDebugPagination.UseVisualStyleBackColor = false;
//
// cbxDebugText
//
this.cbxDebugText.AutoSize = true;
this.cbxDebugText.BackColor = System.Drawing.Color.Transparent;
this.cbxDebugText.Location = new System.Drawing.Point(11, 37);
this.cbxDebugText.Name = "cbxDebugText";
this.cbxDebugText.Size = new System.Drawing.Size(57, 21);
this.cbxDebugText.TabIndex = 1;
this.cbxDebugText.Text = "Text";
this.cbxDebugText.UseVisualStyleBackColor = false;
//
// DlgPrintProcedure
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
@ -1088,7 +1088,6 @@ namespace VEPROMS
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnCreatePDF);
this.Controls.Add(this.tabControl1);
this.DoubleBuffered = true;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.MaximizeBox = false;
@ -1100,6 +1099,13 @@ namespace VEPROMS
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.DlgPrintProcedure_FormClosed);
((System.ComponentModel.ISupportInitialize)(this.tabControl1)).EndInit();
this.tabControl1.ResumeLayout(false);
this.tabControlPanel3.ResumeLayout(false);
this.tabControlPanel3.PerformLayout();
this.gpnlDebug.ResumeLayout(false);
this.gpnlDebug.PerformLayout();
this.grpDateSelector.ResumeLayout(false);
this.grpDateSelector.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.docVersionConfigBindingSource)).EndInit();
this.tabControlPanel2.ResumeLayout(false);
this.ppGpbxCBType.ResumeLayout(false);
this.ppGpbxCBType.PerformLayout();
@ -1107,14 +1113,7 @@ namespace VEPROMS
this.ppGpbxUserSpecCB.PerformLayout();
this.ppGpbxUserSpecTxt.ResumeLayout(false);
this.ppGpbxUserSpecTxt.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.docVersionConfigBindingSource)).EndInit();
this.tabControlPanel1.ResumeLayout(false);
this.tabControlPanel3.ResumeLayout(false);
this.tabControlPanel3.PerformLayout();
this.grpDateSelector.ResumeLayout(false);
this.grpDateSelector.PerformLayout();
this.gpnlDebug.ResumeLayout(false);
this.gpnlDebug.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();

View File

@ -57,6 +57,7 @@ namespace VEPROMS
btnCreatePDF.Text = "Create PDFs";
HandleDocVersionSettings();
PrepForAllOrOne(false);
cbxOpenAfterCreate2.Checked = dvi.DocVersionConfig.Print_AlwaysViewPDFAfterCreate;
}
private void PrepForAllOrOne(bool oneProcedure)
{
@ -79,6 +80,7 @@ namespace VEPROMS
btnCreatePDF.Text = "Create PDF";
HandleDocVersionSettings();
PrepForAllOrOne(true);
cbxOpenAfterCreate2.Checked = pi.MyDocVersion.DocVersionConfig.Print_AlwaysViewPDFAfterCreate;
}
private void HandleDocVersionSettings()
@ -571,5 +573,6 @@ namespace VEPROMS
itm.Save();
}
}
}
}

View File

@ -134,9 +134,6 @@
Xbgb9AAAAABJRU5ErkJggg==
</value>
</data>
<metadata name="docVersionConfigBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>321, 17</value>
</metadata>
<metadata name="DlgBrowseFolder.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>153, 17</value>
</metadata>