This commit is contained in:
2010-07-23 15:56:27 +00:00
parent 047909f8fe
commit 3a49176ee3
8 changed files with 2585 additions and 388 deletions

View File

@@ -32,6 +32,7 @@ namespace VEPROMS
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DlgPrintProcedure));
this.tabControl1 = new DevComponents.DotNetBar.TabControl();
this.tabControlPanel3 = new DevComponents.DotNetBar.TabControlPanel();
this.lblStatus = new DevComponents.DotNetBar.LabelX();
this.txbPDFLocation = new DevComponents.DotNetBar.Controls.TextBoxX();
this.btnSelect = new DevComponents.DotNetBar.ButtonX();
this.cbxOpenAfterCreate2 = new System.Windows.Forms.CheckBox();
@@ -47,20 +48,6 @@ namespace VEPROMS
this.lblPDFFileName = new DevComponents.DotNetBar.LabelX();
this.lblPDFLoc = new DevComponents.DotNetBar.LabelX();
this.tbGeneral = new DevComponents.DotNetBar.TabItem(this.components);
this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
this.txbModPDFLoc = new DevComponents.DotNetBar.Controls.TextBoxX();
this.lblAdvPDFLoc = new DevComponents.DotNetBar.LabelX();
this.btnWaterMarkOff = new DevComponents.DotNetBar.ButtonX();
this.btnChgBarOff = new DevComponents.DotNetBar.ButtonX();
this.btnDuplxOff = new DevComponents.DotNetBar.ButtonX();
this.lblAutoDuplexing = new DevComponents.DotNetBar.LabelX();
this.btnDuplxOn = new DevComponents.DotNetBar.ButtonX();
this.btnWaterMarkOn = new DevComponents.DotNetBar.ButtonX();
this.lblWaterMark = new System.Windows.Forms.Label();
this.cbxWaterMark = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.lblChgBars = new DevComponents.DotNetBar.LabelX();
this.btnChgBarOn = new DevComponents.DotNetBar.ButtonX();
this.tbAdvanced = new DevComponents.DotNetBar.TabItem(this.components);
this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
this.ppCmbxChangeBarType = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.label11 = new System.Windows.Forms.Label();
@@ -75,20 +62,31 @@ namespace VEPROMS
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.btnWaterMarkOff = new DevComponents.DotNetBar.ButtonX();
this.btnChgBarOff = new DevComponents.DotNetBar.ButtonX();
this.btnDuplxOff = new DevComponents.DotNetBar.ButtonX();
this.lblAutoDuplexing = new DevComponents.DotNetBar.LabelX();
this.btnDuplxOn = new DevComponents.DotNetBar.ButtonX();
this.btnWaterMarkOn = new DevComponents.DotNetBar.ButtonX();
this.lblWaterMark = new System.Windows.Forms.Label();
this.cbxWaterMark = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.lblChgBars = new DevComponents.DotNetBar.LabelX();
this.btnChgBarOn = new DevComponents.DotNetBar.ButtonX();
this.tbAdvanced = 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.lblStatus = new DevComponents.DotNetBar.LabelX();
((System.ComponentModel.ISupportInitialize)(this.tabControl1)).BeginInit();
this.tabControl1.SuspendLayout();
this.tabControlPanel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.docVersionConfigBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dtReviewDate)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dtRevDate)).BeginInit();
this.tabControlPanel1.SuspendLayout();
this.tabControlPanel2.SuspendLayout();
this.ppGpbxUserSpecCB.SuspendLayout();
this.ppGpbxUserSpecTxt.SuspendLayout();
this.tabControlPanel1.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
@@ -99,8 +97,8 @@ namespace VEPROMS
this.tabControl1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(125)))), ((int)(((byte)(125)))));
this.tabControl1.CanReorderTabs = true;
this.tabControl1.Controls.Add(this.tabControlPanel3);
this.tabControl1.Controls.Add(this.tabControlPanel1);
this.tabControl1.Controls.Add(this.tabControlPanel2);
this.tabControl1.Controls.Add(this.tabControlPanel1);
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.tabControl1.Name = "tabControl1";
@@ -138,16 +136,29 @@ namespace VEPROMS
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)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
this.tabControlPanel3.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(195)))), ((int)(((byte)(195)))));
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)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
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;
//
// lblStatus
//
//
//
//
this.lblStatus.BackgroundStyle.Class = "";
this.lblStatus.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblStatus.Location = new System.Drawing.Point(31, 210);
this.lblStatus.Name = "lblStatus";
this.lblStatus.Size = new System.Drawing.Size(601, 23);
this.lblStatus.TabIndex = 97;
this.lblStatus.Text = "labelX1";
//
// txbPDFLocation
//
this.txbPDFLocation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
@@ -264,7 +275,6 @@ namespace VEPROMS
this.dtReviewDate.Size = new System.Drawing.Size(145, 22);
this.dtReviewDate.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.dtReviewDate.TabIndex = 75;
this.dtReviewDate.Click += new System.EventHandler(this.dtReviewDate_Click);
//
// dtRevDate
//
@@ -317,7 +327,6 @@ namespace VEPROMS
this.dtRevDate.Size = new System.Drawing.Size(145, 22);
this.dtRevDate.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.dtRevDate.TabIndex = 74;
this.dtRevDate.TextChanged += new System.EventHandler(this.dtRevDate_TextChanged);
//
// txbRevNum
//
@@ -331,7 +340,6 @@ namespace VEPROMS
this.txbRevNum.Name = "txbRevNum";
this.txbRevNum.Size = new System.Drawing.Size(121, 22);
this.txbRevNum.TabIndex = 73;
this.txbRevNum.TextChanged += new System.EventHandler(this.txbRevNum_TextChanged);
//
// lblReviewDate
//
@@ -434,212 +442,6 @@ namespace VEPROMS
this.tbGeneral.Name = "tbGeneral";
this.tbGeneral.Text = "General";
//
// tabControlPanel1
//
this.tabControlPanel1.Controls.Add(this.txbModPDFLoc);
this.tabControlPanel1.Controls.Add(this.lblAdvPDFLoc);
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.lblWaterMark);
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)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
this.tabControlPanel1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(195)))), ((int)(((byte)(195)))));
this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.tabControlPanel1.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
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.tbAdvanced;
//
// txbModPDFLoc
//
//
//
//
this.txbModPDFLoc.Border.Class = "TextBoxBorder";
this.txbModPDFLoc.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txbModPDFLoc.Location = new System.Drawing.Point(582, 245);
this.txbModPDFLoc.Name = "txbModPDFLoc";
this.txbModPDFLoc.Size = new System.Drawing.Size(583, 22);
this.txbModPDFLoc.TabIndex = 97;
this.txbModPDFLoc.Visible = false;
this.txbModPDFLoc.WatermarkText = "Click the folder button at right to change the PDF destinatino folder";
//
// lblAdvPDFLoc
//
this.lblAdvPDFLoc.BackColor = System.Drawing.Color.Transparent;
//
//
//
this.lblAdvPDFLoc.BackgroundStyle.Class = "";
this.lblAdvPDFLoc.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblAdvPDFLoc.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblAdvPDFLoc.Location = new System.Drawing.Point(549, 217);
this.lblAdvPDFLoc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.lblAdvPDFLoc.Name = "lblAdvPDFLoc";
this.lblAdvPDFLoc.Size = new System.Drawing.Size(92, 23);
this.lblAdvPDFLoc.TabIndex = 94;
this.lblAdvPDFLoc.Text = "PDF Location";
this.lblAdvPDFLoc.Visible = false;
//
// btnWaterMarkOff
//
this.btnWaterMarkOff.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnWaterMarkOff.Checked = true;
this.btnWaterMarkOff.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnWaterMarkOff.Location = new System.Drawing.Point(191, 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.Location = new System.Drawing.Point(191, 42);
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.Location = new System.Drawing.Point(191, 163);
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.Class = "";
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(31, 163);
this.lblAutoDuplexing.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.lblAutoDuplexing.Name = "lblAutoDuplexing";
this.lblAutoDuplexing.Size = new System.Drawing.Size(100, 23);
this.lblAutoDuplexing.TabIndex = 90;
this.lblAutoDuplexing.Text = "Auto Duplexing";
//
// btnDuplxOn
//
this.btnDuplxOn.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnDuplxOn.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnDuplxOn.Location = new System.Drawing.Point(137, 163);
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.Location = new System.Drawing.Point(137, 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);
//
// lblWaterMark
//
this.lblWaterMark.AutoSize = true;
this.lblWaterMark.BackColor = System.Drawing.Color.Transparent;
this.lblWaterMark.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblWaterMark.Location = new System.Drawing.Point(49, 108);
this.lblWaterMark.Name = "lblWaterMark";
this.lblWaterMark.Size = new System.Drawing.Size(77, 17);
this.lblWaterMark.TabIndex = 86;
this.lblWaterMark.Text = "Watermark";
//
// cbxWaterMark
//
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(249, 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.Class = "";
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(46, 42);
this.lblChgBars.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.lblChgBars.Name = "lblChgBars";
this.lblChgBars.Size = new System.Drawing.Size(85, 23);
this.lblChgBars.TabIndex = 85;
this.lblChgBars.Text = "Change Bars";
//
// btnChgBarOn
//
this.btnChgBarOn.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnChgBarOn.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnChgBarOn.Location = new System.Drawing.Point(137, 42);
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);
//
// tbAdvanced
//
this.tbAdvanced.AttachedControl = this.tabControlPanel1;
this.tbAdvanced.Name = "tbAdvanced";
this.tbAdvanced.Text = "Advanced";
//
// tabControlPanel2
//
this.tabControlPanel2.Controls.Add(this.ppCmbxChangeBarType);
@@ -651,10 +453,10 @@ namespace VEPROMS
this.tabControlPanel2.Name = "tabControlPanel2";
this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1);
this.tabControlPanel2.Size = new System.Drawing.Size(669, 275);
this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
this.tabControlPanel2.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(195)))), ((int)(((byte)(195)))));
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.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.tabControlPanel2.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
this.tabControlPanel2.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
| DevComponents.DotNetBar.eBorderSide.Bottom)));
this.tabControlPanel2.Style.GradientAngle = 90;
@@ -875,6 +677,180 @@ namespace VEPROMS
this.tbChangeBars.Text = "Change Bars";
this.tbChangeBars.Visible = false;
//
// tabControlPanel1
//
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.lblWaterMark);
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.tbAdvanced;
//
// btnWaterMarkOff
//
this.btnWaterMarkOff.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnWaterMarkOff.Checked = true;
this.btnWaterMarkOff.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnWaterMarkOff.Location = new System.Drawing.Point(191, 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.Location = new System.Drawing.Point(191, 42);
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.Location = new System.Drawing.Point(191, 163);
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.Class = "";
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(31, 163);
this.lblAutoDuplexing.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.lblAutoDuplexing.Name = "lblAutoDuplexing";
this.lblAutoDuplexing.Size = new System.Drawing.Size(100, 23);
this.lblAutoDuplexing.TabIndex = 90;
this.lblAutoDuplexing.Text = "Auto Duplexing";
//
// btnDuplxOn
//
this.btnDuplxOn.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnDuplxOn.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnDuplxOn.Location = new System.Drawing.Point(137, 163);
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.Location = new System.Drawing.Point(137, 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);
//
// lblWaterMark
//
this.lblWaterMark.AutoSize = true;
this.lblWaterMark.BackColor = System.Drawing.Color.Transparent;
this.lblWaterMark.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblWaterMark.Location = new System.Drawing.Point(49, 108);
this.lblWaterMark.Name = "lblWaterMark";
this.lblWaterMark.Size = new System.Drawing.Size(77, 17);
this.lblWaterMark.TabIndex = 86;
this.lblWaterMark.Text = "Watermark";
//
// 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(249, 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.Class = "";
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(46, 42);
this.lblChgBars.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.lblChgBars.Name = "lblChgBars";
this.lblChgBars.Size = new System.Drawing.Size(85, 23);
this.lblChgBars.TabIndex = 85;
this.lblChgBars.Text = "Change Bars";
//
// btnChgBarOn
//
this.btnChgBarOn.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnChgBarOn.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnChgBarOn.Location = new System.Drawing.Point(137, 42);
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);
//
// tbAdvanced
//
this.tbAdvanced.AttachedControl = this.tabControlPanel1;
this.tbAdvanced.Name = "tbAdvanced";
this.tbAdvanced.Text = "Advanced";
//
// btnCreatePDF
//
this.btnCreatePDF.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
@@ -908,19 +884,6 @@ namespace VEPROMS
this.btnCancel.Text = "Cancel";
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// lblStatus
//
//
//
//
this.lblStatus.BackgroundStyle.Class = "";
this.lblStatus.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.lblStatus.Location = new System.Drawing.Point(31, 210);
this.lblStatus.Name = "lblStatus";
this.lblStatus.Size = new System.Drawing.Size(601, 23);
this.lblStatus.TabIndex = 97;
this.lblStatus.Text = "labelX1";
//
// DlgPrintProcedure
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
@@ -930,6 +893,7 @@ 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;
@@ -946,14 +910,14 @@ namespace VEPROMS
((System.ComponentModel.ISupportInitialize)(this.docVersionConfigBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dtReviewDate)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dtRevDate)).EndInit();
this.tabControlPanel1.ResumeLayout(false);
this.tabControlPanel1.PerformLayout();
this.tabControlPanel2.ResumeLayout(false);
this.tabControlPanel2.PerformLayout();
this.ppGpbxUserSpecCB.ResumeLayout(false);
this.ppGpbxUserSpecCB.PerformLayout();
this.ppGpbxUserSpecTxt.ResumeLayout(false);
this.ppGpbxUserSpecTxt.PerformLayout();
this.tabControlPanel1.ResumeLayout(false);
this.tabControlPanel1.PerformLayout();
this.ResumeLayout(false);
}
@@ -981,7 +945,6 @@ namespace VEPROMS
private System.Windows.Forms.CheckBox cbxOpenAfterCreate2;
private DevComponents.DotNetBar.TabControlPanel tabControlPanel1;
private DevComponents.DotNetBar.ButtonX btnSelect;
private DevComponents.DotNetBar.LabelX lblAdvPDFLoc;
private DevComponents.DotNetBar.ButtonX btnWaterMarkOff;
private DevComponents.DotNetBar.ButtonX btnChgBarOff;
private DevComponents.DotNetBar.ButtonX btnDuplxOff;
@@ -1007,7 +970,6 @@ namespace VEPROMS
private System.Windows.Forms.Label label11;
private System.Windows.Forms.BindingSource docVersionConfigBindingSource;
private DevComponents.DotNetBar.Controls.TextBoxX txbPDFLocation;
private DevComponents.DotNetBar.Controls.TextBoxX txbModPDFLoc;
private DevComponents.DotNetBar.LabelX lblStatus;
}
}