C2025-017 Added an option to print (generate) all of the current Approved versions of PDFs and place them in a user specified folder
This commit is contained in:
136
PROMS/VEPROMS User Interface/dlgPrintAllApprovedProcedures.Designer.cs
generated
Normal file
136
PROMS/VEPROMS User Interface/dlgPrintAllApprovedProcedures.Designer.cs
generated
Normal file
@@ -0,0 +1,136 @@
|
||||
|
||||
namespace VEPROMS
|
||||
{
|
||||
partial class dlgPrintAllApprovedProcedures
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Windows Form Designer generated code
|
||||
|
||||
/// <summary>
|
||||
/// Required method for Designer support - do not modify
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(dlgPrintAllApprovedProcedures));
|
||||
this.txbApprovedPDFsPath = new DevComponents.DotNetBar.Controls.TextBoxX();
|
||||
this.labelX1 = new DevComponents.DotNetBar.LabelX();
|
||||
this.ppBtnPDFLoc = new DevComponents.DotNetBar.ButtonX();
|
||||
this.ApprovedPDFsFolderDlg = new System.Windows.Forms.FolderBrowserDialog();
|
||||
this.btnPrntAllAprv = new DevComponents.DotNetBar.ButtonX();
|
||||
this.btnCancel = new DevComponents.DotNetBar.ButtonX();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// txbApprovedPDFsPath
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
this.txbApprovedPDFsPath.Border.Class = "TextBoxBorder";
|
||||
this.txbApprovedPDFsPath.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.txbApprovedPDFsPath.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.txbApprovedPDFsPath.Location = new System.Drawing.Point(11, 45);
|
||||
this.txbApprovedPDFsPath.Name = "txbApprovedPDFsPath";
|
||||
this.txbApprovedPDFsPath.PreventEnterBeep = true;
|
||||
this.txbApprovedPDFsPath.Size = new System.Drawing.Size(611, 22);
|
||||
this.txbApprovedPDFsPath.TabIndex = 0;
|
||||
this.txbApprovedPDFsPath.WatermarkText = "Enter to Path of where to Place All Approved PDFs";
|
||||
this.txbApprovedPDFsPath.TextChanged += new System.EventHandler(this.txbApprovedPDFsPath_TextChanged);
|
||||
//
|
||||
// labelX1
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.labelX1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.labelX1.Location = new System.Drawing.Point(12, 22);
|
||||
this.labelX1.Name = "labelX1";
|
||||
this.labelX1.Size = new System.Drawing.Size(360, 23);
|
||||
this.labelX1.TabIndex = 1;
|
||||
this.labelX1.Text = "Approved PDFs Location:";
|
||||
//
|
||||
// ppBtnPDFLoc
|
||||
//
|
||||
this.ppBtnPDFLoc.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.ppBtnPDFLoc.Image = ((System.Drawing.Image)(resources.GetObject("ppBtnPDFLoc.Image")));
|
||||
this.ppBtnPDFLoc.Location = new System.Drawing.Point(627, 45);
|
||||
this.ppBtnPDFLoc.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.ppBtnPDFLoc.Name = "ppBtnPDFLoc";
|
||||
this.ppBtnPDFLoc.Size = new System.Drawing.Size(37, 22);
|
||||
this.ppBtnPDFLoc.TabIndex = 32;
|
||||
this.ppBtnPDFLoc.Click += new System.EventHandler(this.ppBtnPDFLoc_Click);
|
||||
//
|
||||
// btnPrntAllAprv
|
||||
//
|
||||
this.btnPrntAllAprv.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.btnPrntAllAprv.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||
this.btnPrntAllAprv.Enabled = false;
|
||||
this.btnPrntAllAprv.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.btnPrntAllAprv.Location = new System.Drawing.Point(397, 120);
|
||||
this.btnPrntAllAprv.Name = "btnPrntAllAprv";
|
||||
this.btnPrntAllAprv.Size = new System.Drawing.Size(132, 26);
|
||||
this.btnPrntAllAprv.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||||
this.btnPrntAllAprv.TabIndex = 33;
|
||||
this.btnPrntAllAprv.Text = "Print All Approved";
|
||||
this.btnPrntAllAprv.Click += new System.EventHandler(this.btnPrntAllAprv_Click);
|
||||
//
|
||||
// btnCancel
|
||||
//
|
||||
this.btnCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.btnCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||
this.btnCancel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.btnCancel.Location = new System.Drawing.Point(564, 120);
|
||||
this.btnCancel.Name = "btnCancel";
|
||||
this.btnCancel.Size = new System.Drawing.Size(99, 26);
|
||||
this.btnCancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||||
this.btnCancel.TabIndex = 34;
|
||||
this.btnCancel.Text = "Close";
|
||||
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
||||
//
|
||||
// dlgPrintAllApprovedProcedures
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(675, 161);
|
||||
this.Controls.Add(this.btnCancel);
|
||||
this.Controls.Add(this.btnPrntAllAprv);
|
||||
this.Controls.Add(this.ppBtnPDFLoc);
|
||||
this.Controls.Add(this.labelX1);
|
||||
this.Controls.Add(this.txbApprovedPDFsPath);
|
||||
this.Cursor = System.Windows.Forms.Cursors.Default;
|
||||
this.DoubleBuffered = true;
|
||||
this.Name = "dlgPrintAllApprovedProcedures";
|
||||
this.ShowIcon = false;
|
||||
this.Text = "Print All Approved Procedures";
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private DevComponents.DotNetBar.Controls.TextBoxX txbApprovedPDFsPath;
|
||||
private DevComponents.DotNetBar.LabelX labelX1;
|
||||
private DevComponents.DotNetBar.ButtonX ppBtnPDFLoc;
|
||||
private System.Windows.Forms.FolderBrowserDialog ApprovedPDFsFolderDlg;
|
||||
private DevComponents.DotNetBar.ButtonX btnPrntAllAprv;
|
||||
private DevComponents.DotNetBar.ButtonX btnCancel;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user