Added grpDateSelector GroupPanel control
Added calDateSelector MonthCalendarAdv control Added txtReviewDate TextBoxX control Added txtRevDate TextBoxX control Added lblReviewDate LabelX control Added lblRevdate LabelX control Added cbxMultiunitPdfLocation ComboBoxEx control Added lblMultiunitPdfLocation LabelX control Added muLocNone ComboItem for cbxMultiunitPdfLocation Added muLocName ComboItem for cbxMultiunitPdfLocation Added muLocNumber ComboItem for cbxMultiunitPdfLocation Added muLocText ComboItem for cbxMultiunitPdfLocation Added muLocID ComboItem for cbxMultiunitPdfLocation
This commit is contained in:
parent
70200025dd
commit
753e3227ee
@ -35,31 +35,22 @@ namespace VEPROMS
|
|||||||
this.gpnlDebug = new DevComponents.DotNetBar.Controls.GroupPanel();
|
this.gpnlDebug = new DevComponents.DotNetBar.Controls.GroupPanel();
|
||||||
this.cbxDebugText = new System.Windows.Forms.CheckBox();
|
this.cbxDebugText = new System.Windows.Forms.CheckBox();
|
||||||
this.cbxDebugPagination = 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.txbPDFLocation = new DevComponents.DotNetBar.Controls.TextBoxX();
|
||||||
this.cbxOpenAfterCreate2 = new System.Windows.Forms.CheckBox();
|
this.cbxOpenAfterCreate2 = new System.Windows.Forms.CheckBox();
|
||||||
this.docVersionConfigBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
this.docVersionConfigBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
||||||
this.cbxOverwritePDF2 = new System.Windows.Forms.CheckBox();
|
this.cbxOverwritePDF2 = new System.Windows.Forms.CheckBox();
|
||||||
this.txbRevNum = new DevComponents.DotNetBar.Controls.TextBoxX();
|
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.lblRevNum = new DevComponents.DotNetBar.LabelX();
|
||||||
this.txbPDFName = new DevComponents.DotNetBar.Controls.TextBoxX();
|
this.txbPDFName = new DevComponents.DotNetBar.Controls.TextBoxX();
|
||||||
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.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
|
|
||||||
this.lblWatermarkS = new DevComponents.DotNetBar.LabelX();
|
|
||||||
this.txbPdfLocationS = new DevComponents.DotNetBar.Controls.TextBoxX();
|
|
||||||
this.btnPdfLocation = new DevComponents.DotNetBar.ButtonX();
|
|
||||||
this.lblPdfLocS = 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.cbxWaterMark = new DevComponents.DotNetBar.Controls.ComboBoxEx();
|
|
||||||
this.lblChgBars = new DevComponents.DotNetBar.LabelX();
|
|
||||||
this.btnChgBarOn = new DevComponents.DotNetBar.ButtonX();
|
|
||||||
this.tbSettings = new DevComponents.DotNetBar.TabItem(this.components);
|
|
||||||
this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
|
this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
|
||||||
this.ppGpbxCBType = new DevComponents.DotNetBar.Controls.GroupPanel();
|
this.ppGpbxCBType = new DevComponents.DotNetBar.Controls.GroupPanel();
|
||||||
this.rbCustom = new System.Windows.Forms.RadioButton();
|
this.rbCustom = new System.Windows.Forms.RadioButton();
|
||||||
@ -75,6 +66,21 @@ namespace VEPROMS
|
|||||||
this.ppCmbxChgBarTxtType = new DevComponents.DotNetBar.Controls.ComboBoxEx();
|
this.ppCmbxChgBarTxtType = new DevComponents.DotNetBar.Controls.ComboBoxEx();
|
||||||
this.label13 = new System.Windows.Forms.Label();
|
this.label13 = new System.Windows.Forms.Label();
|
||||||
this.tbChangeBars = new DevComponents.DotNetBar.TabItem(this.components);
|
this.tbChangeBars = new DevComponents.DotNetBar.TabItem(this.components);
|
||||||
|
this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
|
||||||
|
this.lblWatermarkS = new DevComponents.DotNetBar.LabelX();
|
||||||
|
this.txbPdfLocationS = new DevComponents.DotNetBar.Controls.TextBoxX();
|
||||||
|
this.btnPdfLocation = new DevComponents.DotNetBar.ButtonX();
|
||||||
|
this.lblPdfLocS = 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.cbxWaterMark = new DevComponents.DotNetBar.Controls.ComboBoxEx();
|
||||||
|
this.lblChgBars = new DevComponents.DotNetBar.LabelX();
|
||||||
|
this.btnChgBarOn = new DevComponents.DotNetBar.ButtonX();
|
||||||
|
this.tbSettings = 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();
|
||||||
@ -82,17 +88,25 @@ namespace VEPROMS
|
|||||||
this.cbxOrPgBrk = new System.Windows.Forms.CheckBox();
|
this.cbxOrPgBrk = new System.Windows.Forms.CheckBox();
|
||||||
this.superTooltip1 = new DevComponents.DotNetBar.SuperTooltip();
|
this.superTooltip1 = new DevComponents.DotNetBar.SuperTooltip();
|
||||||
this.cbxCmpPRMSpfd = new System.Windows.Forms.CheckBox();
|
this.cbxCmpPRMSpfd = new System.Windows.Forms.CheckBox();
|
||||||
|
this.cbxMultiunitPdfLocation = new DevComponents.DotNetBar.Controls.ComboBoxEx();
|
||||||
|
this.lblMultiunitPdfLocation = new DevComponents.DotNetBar.LabelX();
|
||||||
|
this.muLocNone = new DevComponents.Editors.ComboItem();
|
||||||
|
this.muLocName = new DevComponents.Editors.ComboItem();
|
||||||
|
this.muLocNumber = new DevComponents.Editors.ComboItem();
|
||||||
|
this.muLocText = new DevComponents.Editors.ComboItem();
|
||||||
|
this.muLocID = new DevComponents.Editors.ComboItem();
|
||||||
this.pbPDFsStatus = new DevComponents.DotNetBar.Controls.ProgressBarX();
|
this.pbPDFsStatus = new DevComponents.DotNetBar.Controls.ProgressBarX();
|
||||||
((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();
|
||||||
((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
|
||||||
@ -102,9 +116,9 @@ namespace VEPROMS
|
|||||||
| System.Windows.Forms.AnchorStyles.Right)));
|
| System.Windows.Forms.AnchorStyles.Right)));
|
||||||
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.tabControlPanel1);
|
||||||
this.tabControl1.Controls.Add(this.tabControlPanel3);
|
this.tabControl1.Controls.Add(this.tabControlPanel3);
|
||||||
this.tabControl1.Controls.Add(this.tabControlPanel2);
|
this.tabControl1.Controls.Add(this.tabControlPanel2);
|
||||||
this.tabControl1.Controls.Add(this.tabControlPanel1);
|
|
||||||
this.tabControl1.Location = new System.Drawing.Point(2, 0);
|
this.tabControl1.Location = new System.Drawing.Point(2, 0);
|
||||||
this.tabControl1.Margin = new System.Windows.Forms.Padding(2);
|
this.tabControl1.Margin = new System.Windows.Forms.Padding(2);
|
||||||
this.tabControl1.Name = "tabControl1";
|
this.tabControl1.Name = "tabControl1";
|
||||||
@ -124,10 +138,15 @@ namespace VEPROMS
|
|||||||
this.tabControlPanel3.AutoScroll = true;
|
this.tabControlPanel3.AutoScroll = true;
|
||||||
this.tabControlPanel3.Controls.Add(this.pbPDFsStatus);
|
this.tabControlPanel3.Controls.Add(this.pbPDFsStatus);
|
||||||
this.tabControlPanel3.Controls.Add(this.gpnlDebug);
|
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.txbPDFLocation);
|
||||||
this.tabControlPanel3.Controls.Add(this.cbxOpenAfterCreate2);
|
this.tabControlPanel3.Controls.Add(this.cbxOpenAfterCreate2);
|
||||||
this.tabControlPanel3.Controls.Add(this.cbxOverwritePDF2);
|
this.tabControlPanel3.Controls.Add(this.cbxOverwritePDF2);
|
||||||
this.tabControlPanel3.Controls.Add(this.txbRevNum);
|
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.lblRevNum);
|
||||||
this.tabControlPanel3.Controls.Add(this.txbPDFName);
|
this.tabControlPanel3.Controls.Add(this.txbPDFName);
|
||||||
this.tabControlPanel3.Controls.Add(this.lblPDFFileName);
|
this.tabControlPanel3.Controls.Add(this.lblPDFFileName);
|
||||||
@ -137,7 +156,7 @@ namespace VEPROMS
|
|||||||
this.tabControlPanel3.Margin = new System.Windows.Forms.Padding(2);
|
this.tabControlPanel3.Margin = new System.Windows.Forms.Padding(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(550,247);
|
this.tabControlPanel3.Size = new System.Drawing.Size(550, 247);
|
||||||
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;
|
||||||
@ -214,6 +233,121 @@ namespace VEPROMS
|
|||||||
this.cbxDebugPagination.Text = "Pagination";
|
this.cbxDebugPagination.Text = "Pagination";
|
||||||
this.cbxDebugPagination.UseVisualStyleBackColor = false;
|
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(197, 75);
|
||||||
|
this.grpDateSelector.Margin = new System.Windows.Forms.Padding(2);
|
||||||
|
this.grpDateSelector.Name = "grpDateSelector";
|
||||||
|
this.grpDateSelector.Size = new System.Drawing.Size(195, 154);
|
||||||
|
//
|
||||||
|
//
|
||||||
|
//
|
||||||
|
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.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.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||||
|
//
|
||||||
|
//
|
||||||
|
//
|
||||||
|
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.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||||
|
//
|
||||||
|
//
|
||||||
|
//
|
||||||
|
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(10, 2);
|
||||||
|
this.calDateSelector.Margin = new System.Windows.Forms.Padding(2);
|
||||||
|
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.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||||
|
this.calDateSelector.Size = new System.Drawing.Size(170, 131);
|
||||||
|
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(102, 140);
|
||||||
|
this.txbReviewDate.Margin = new System.Windows.Forms.Padding(2);
|
||||||
|
this.txbReviewDate.Name = "txbReviewDate";
|
||||||
|
this.txbReviewDate.Size = new System.Drawing.Size(91, 20);
|
||||||
|
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(102, 107);
|
||||||
|
this.txbRevDate.Margin = new System.Windows.Forms.Padding(2);
|
||||||
|
this.txbRevDate.Name = "txbRevDate";
|
||||||
|
this.txbRevDate.Size = new System.Drawing.Size(91, 20);
|
||||||
|
this.txbRevDate.TabIndex = 82;
|
||||||
|
this.txbRevDate.Leave += new System.EventHandler(this.txbRevDate_Leave);
|
||||||
|
this.txbRevDate.Enter += new System.EventHandler(this.txbRevDate_Enter);
|
||||||
|
//
|
||||||
// txbPDFLocation
|
// txbPDFLocation
|
||||||
//
|
//
|
||||||
this.txbPDFLocation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
this.txbPDFLocation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||||
@ -277,10 +411,42 @@ namespace VEPROMS
|
|||||||
this.txbRevNum.Location = new System.Drawing.Point(102, 75);
|
this.txbRevNum.Location = new System.Drawing.Point(102, 75);
|
||||||
this.txbRevNum.Margin = new System.Windows.Forms.Padding(2);
|
this.txbRevNum.Margin = new System.Windows.Forms.Padding(2);
|
||||||
this.txbRevNum.Name = "txbRevNum";
|
this.txbRevNum.Name = "txbRevNum";
|
||||||
this.txbRevNum.Size = new System.Drawing.Size(245, 20);
|
this.txbRevNum.Size = new System.Drawing.Size(91, 20);
|
||||||
this.txbRevNum.TabIndex = 73;
|
this.txbRevNum.TabIndex = 73;
|
||||||
this.txbRevNum.Leave += new System.EventHandler(this.txbRevNum_Leave);
|
this.txbRevNum.Leave += new System.EventHandler(this.txbRevNum_Leave);
|
||||||
//
|
//
|
||||||
|
// lblReviewDate
|
||||||
|
//
|
||||||
|
this.lblReviewDate.BackColor = System.Drawing.Color.Transparent;
|
||||||
|
//
|
||||||
|
//
|
||||||
|
//
|
||||||
|
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(7, 140);
|
||||||
|
this.lblReviewDate.Margin = new System.Windows.Forms.Padding(2);
|
||||||
|
this.lblReviewDate.Name = "lblReviewDate";
|
||||||
|
this.lblReviewDate.Size = new System.Drawing.Size(86, 19);
|
||||||
|
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.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(7, 107);
|
||||||
|
this.lblRevDate.Margin = new System.Windows.Forms.Padding(2);
|
||||||
|
this.lblRevDate.Name = "lblRevDate";
|
||||||
|
this.lblRevDate.Size = new System.Drawing.Size(86, 19);
|
||||||
|
this.lblRevDate.TabIndex = 71;
|
||||||
|
this.lblRevDate.Text = "Revision Date";
|
||||||
|
this.lblRevDate.TextAlignment = System.Drawing.StringAlignment.Far;
|
||||||
|
//
|
||||||
// lblRevNum
|
// lblRevNum
|
||||||
//
|
//
|
||||||
this.lblRevNum.BackColor = System.Drawing.Color.Transparent;
|
this.lblRevNum.BackColor = System.Drawing.Color.Transparent;
|
||||||
@ -348,235 +514,6 @@ 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, 22);
|
|
||||||
this.tabControlPanel1.Margin = new System.Windows.Forms.Padding(2);
|
|
||||||
this.tabControlPanel1.Name = "tabControlPanel1";
|
|
||||||
this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1);
|
|
||||||
this.tabControlPanel1.Size = new System.Drawing.Size(550, 247);
|
|
||||||
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(30, 84);
|
|
||||||
this.lblWatermarkS.Margin = new System.Windows.Forms.Padding(2);
|
|
||||||
this.lblWatermarkS.Name = "lblWatermarkS";
|
|
||||||
this.lblWatermarkS.Size = new System.Drawing.Size(86, 19);
|
|
||||||
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(94, 3);
|
|
||||||
this.txbPdfLocationS.Margin = new System.Windows.Forms.Padding(2);
|
|
||||||
this.txbPdfLocationS.Name = "txbPdfLocationS";
|
|
||||||
this.txbPdfLocationS.ShortcutsEnabled = false;
|
|
||||||
this.txbPdfLocationS.Size = new System.Drawing.Size(421, 20);
|
|
||||||
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.Image = ((System.Drawing.Image)(resources.GetObject("btnPdfLocation.Image")));
|
|
||||||
this.btnPdfLocation.Location = new System.Drawing.Point(519, 3);
|
|
||||||
this.btnPdfLocation.Name = "btnPdfLocation";
|
|
||||||
this.btnPdfLocation.Size = new System.Drawing.Size(20, 19);
|
|
||||||
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(7, 3);
|
|
||||||
this.lblPdfLocS.Margin = new System.Windows.Forms.Padding(2);
|
|
||||||
this.lblPdfLocS.Name = "lblPdfLocS";
|
|
||||||
this.lblPdfLocS.Size = new System.Drawing.Size(86, 19);
|
|
||||||
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.Location = new System.Drawing.Point(164, 84);
|
|
||||||
this.btnWaterMarkOff.Margin = new System.Windows.Forms.Padding(2);
|
|
||||||
this.btnWaterMarkOff.Name = "btnWaterMarkOff";
|
|
||||||
this.btnWaterMarkOff.Size = new System.Drawing.Size(34, 19);
|
|
||||||
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(164, 58);
|
|
||||||
this.btnChgBarOff.Margin = new System.Windows.Forms.Padding(2);
|
|
||||||
this.btnChgBarOff.Name = "btnChgBarOff";
|
|
||||||
this.btnChgBarOff.Size = new System.Drawing.Size(34, 19);
|
|
||||||
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(164, 111);
|
|
||||||
this.btnDuplxOff.Margin = new System.Windows.Forms.Padding(2);
|
|
||||||
this.btnDuplxOff.Name = "btnDuplxOff";
|
|
||||||
this.btnDuplxOff.Size = new System.Drawing.Size(33, 19);
|
|
||||||
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(30, 111);
|
|
||||||
this.lblAutoDuplexing.Margin = new System.Windows.Forms.Padding(2);
|
|
||||||
this.lblAutoDuplexing.Name = "lblAutoDuplexing";
|
|
||||||
this.lblAutoDuplexing.Size = new System.Drawing.Size(86, 19);
|
|
||||||
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.Location = new System.Drawing.Point(123, 111);
|
|
||||||
this.btnDuplxOn.Margin = new System.Windows.Forms.Padding(2);
|
|
||||||
this.btnDuplxOn.Name = "btnDuplxOn";
|
|
||||||
this.btnDuplxOn.Size = new System.Drawing.Size(34, 19);
|
|
||||||
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(123, 84);
|
|
||||||
this.btnWaterMarkOn.Margin = new System.Windows.Forms.Padding(2);
|
|
||||||
this.btnWaterMarkOn.Name = "btnWaterMarkOn";
|
|
||||||
this.btnWaterMarkOn.Size = new System.Drawing.Size(34, 19);
|
|
||||||
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(202, 84);
|
|
||||||
this.cbxWaterMark.Margin = new System.Windows.Forms.Padding(2);
|
|
||||||
this.cbxWaterMark.Name = "cbxWaterMark";
|
|
||||||
this.cbxWaterMark.Size = new System.Drawing.Size(138, 21);
|
|
||||||
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(30, 58);
|
|
||||||
this.lblChgBars.Margin = new System.Windows.Forms.Padding(2);
|
|
||||||
this.lblChgBars.Name = "lblChgBars";
|
|
||||||
this.lblChgBars.Size = new System.Drawing.Size(86, 19);
|
|
||||||
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.Location = new System.Drawing.Point(123, 58);
|
|
||||||
this.btnChgBarOn.Margin = new System.Windows.Forms.Padding(2);
|
|
||||||
this.btnChgBarOn.Name = "btnChgBarOn";
|
|
||||||
this.btnChgBarOn.Size = new System.Drawing.Size(34, 19);
|
|
||||||
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);
|
||||||
@ -856,6 +793,237 @@ 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.lblMultiunitPdfLocation);
|
||||||
|
this.tabControlPanel1.Controls.Add(this.cbxMultiunitPdfLocation);
|
||||||
|
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, 22);
|
||||||
|
this.tabControlPanel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||||
|
this.tabControlPanel1.Name = "tabControlPanel1";
|
||||||
|
this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1);
|
||||||
|
this.tabControlPanel1.Size = new System.Drawing.Size(502, 221);
|
||||||
|
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(30, 84);
|
||||||
|
this.lblWatermarkS.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||||
|
this.lblWatermarkS.Name = "lblWatermarkS";
|
||||||
|
this.lblWatermarkS.Size = new System.Drawing.Size(86, 19);
|
||||||
|
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(94, 3);
|
||||||
|
this.txbPdfLocationS.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||||
|
this.txbPdfLocationS.Name = "txbPdfLocationS";
|
||||||
|
this.txbPdfLocationS.ShortcutsEnabled = false;
|
||||||
|
this.txbPdfLocationS.Size = new System.Drawing.Size(373, 20);
|
||||||
|
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.Image = ((System.Drawing.Image)(resources.GetObject("btnPdfLocation.Image")));
|
||||||
|
this.btnPdfLocation.Location = new System.Drawing.Point(471, 3);
|
||||||
|
this.btnPdfLocation.Name = "btnPdfLocation";
|
||||||
|
this.btnPdfLocation.Size = new System.Drawing.Size(20, 19);
|
||||||
|
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(7, 3);
|
||||||
|
this.lblPdfLocS.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||||
|
this.lblPdfLocS.Name = "lblPdfLocS";
|
||||||
|
this.lblPdfLocS.Size = new System.Drawing.Size(86, 19);
|
||||||
|
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.Location = new System.Drawing.Point(164, 84);
|
||||||
|
this.btnWaterMarkOff.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||||
|
this.btnWaterMarkOff.Name = "btnWaterMarkOff";
|
||||||
|
this.btnWaterMarkOff.Size = new System.Drawing.Size(34, 19);
|
||||||
|
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(164, 58);
|
||||||
|
this.btnChgBarOff.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||||
|
this.btnChgBarOff.Name = "btnChgBarOff";
|
||||||
|
this.btnChgBarOff.Size = new System.Drawing.Size(34, 19);
|
||||||
|
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(164, 111);
|
||||||
|
this.btnDuplxOff.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||||
|
this.btnDuplxOff.Name = "btnDuplxOff";
|
||||||
|
this.btnDuplxOff.Size = new System.Drawing.Size(33, 19);
|
||||||
|
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(30, 111);
|
||||||
|
this.lblAutoDuplexing.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||||
|
this.lblAutoDuplexing.Name = "lblAutoDuplexing";
|
||||||
|
this.lblAutoDuplexing.Size = new System.Drawing.Size(86, 19);
|
||||||
|
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.Location = new System.Drawing.Point(123, 111);
|
||||||
|
this.btnDuplxOn.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||||
|
this.btnDuplxOn.Name = "btnDuplxOn";
|
||||||
|
this.btnDuplxOn.Size = new System.Drawing.Size(34, 19);
|
||||||
|
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(123, 84);
|
||||||
|
this.btnWaterMarkOn.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||||
|
this.btnWaterMarkOn.Name = "btnWaterMarkOn";
|
||||||
|
this.btnWaterMarkOn.Size = new System.Drawing.Size(34, 19);
|
||||||
|
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(202, 84);
|
||||||
|
this.cbxWaterMark.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||||
|
this.cbxWaterMark.Name = "cbxWaterMark";
|
||||||
|
this.cbxWaterMark.Size = new System.Drawing.Size(138, 21);
|
||||||
|
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(30, 58);
|
||||||
|
this.lblChgBars.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||||
|
this.lblChgBars.Name = "lblChgBars";
|
||||||
|
this.lblChgBars.Size = new System.Drawing.Size(86, 19);
|
||||||
|
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.Location = new System.Drawing.Point(123, 58);
|
||||||
|
this.btnChgBarOn.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||||
|
this.btnChgBarOn.Name = "btnChgBarOn";
|
||||||
|
this.btnChgBarOn.Size = new System.Drawing.Size(34, 19);
|
||||||
|
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;
|
||||||
@ -944,10 +1112,31 @@ namespace VEPROMS
|
|||||||
this.cbxCmpPRMSpfd.UseVisualStyleBackColor = false;
|
this.cbxCmpPRMSpfd.UseVisualStyleBackColor = false;
|
||||||
this.cbxCmpPRMSpfd.Visible = false;
|
this.cbxCmpPRMSpfd.Visible = false;
|
||||||
//
|
//
|
||||||
// pbPDFsStatus
|
// cbxMultiunitPdfLocation
|
||||||
//
|
//
|
||||||
|
this.cbxMultiunitPdfLocation.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.docVersionConfigBindingSource, "Print_Watermark", true));
|
||||||
|
this.cbxMultiunitPdfLocation.DisplayMember = "Text";
|
||||||
|
this.cbxMultiunitPdfLocation.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
||||||
|
this.cbxMultiunitPdfLocation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||||
|
this.cbxMultiunitPdfLocation.FormattingEnabled = true;
|
||||||
|
this.cbxMultiunitPdfLocation.Items.AddRange(new object[] {
|
||||||
|
this.muLocNone,
|
||||||
|
this.muLocName,
|
||||||
|
this.muLocNumber,
|
||||||
|
this.muLocText,
|
||||||
|
this.muLocID});
|
||||||
|
this.cbxMultiunitPdfLocation.Location = new System.Drawing.Point(164, 30);
|
||||||
|
this.cbxMultiunitPdfLocation.Margin = new System.Windows.Forms.Padding(2);
|
||||||
|
this.cbxMultiunitPdfLocation.Name = "cbxMultiunitPdfLocation";
|
||||||
|
this.cbxMultiunitPdfLocation.Size = new System.Drawing.Size(298, 21);
|
||||||
|
this.cbxMultiunitPdfLocation.TabIndex = 107;
|
||||||
|
this.cbxMultiunitPdfLocation.Visible = false;
|
||||||
|
this.cbxMultiunitPdfLocation.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.cbxMultiunitPdfLocation.WatermarkText = "select watermark option";
|
||||||
//
|
//
|
||||||
|
// lblMultiunitPdfLocation
|
||||||
//
|
//
|
||||||
|
this.lblMultiunitPdfLocation.BackColor = System.Drawing.Color.Transparent;
|
||||||
//
|
//
|
||||||
this.pbPDFsStatus.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
this.pbPDFsStatus.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||||
this.pbPDFsStatus.Location = new System.Drawing.Point(7, 220);
|
this.pbPDFsStatus.Location = new System.Drawing.Point(7, 220);
|
||||||
@ -957,6 +1146,38 @@ namespace VEPROMS
|
|||||||
this.pbPDFsStatus.Text = "Procedures Converted to PDF";
|
this.pbPDFsStatus.Text = "Procedures Converted to PDF";
|
||||||
this.pbPDFsStatus.Visible = false;
|
this.pbPDFsStatus.Visible = false;
|
||||||
//
|
//
|
||||||
|
//
|
||||||
|
this.lblMultiunitPdfLocation.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||||
|
this.lblMultiunitPdfLocation.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.lblMultiunitPdfLocation.Location = new System.Drawing.Point(29, 30);
|
||||||
|
this.lblMultiunitPdfLocation.Margin = new System.Windows.Forms.Padding(2);
|
||||||
|
this.lblMultiunitPdfLocation.Name = "lblMultiunitPdfLocation";
|
||||||
|
this.lblMultiunitPdfLocation.Size = new System.Drawing.Size(127, 19);
|
||||||
|
this.lblMultiunitPdfLocation.TabIndex = 108;
|
||||||
|
this.lblMultiunitPdfLocation.Text = "Multi Unit PDF Location";
|
||||||
|
this.lblMultiunitPdfLocation.TextAlignment = System.Drawing.StringAlignment.Far;
|
||||||
|
this.lblMultiunitPdfLocation.Visible = false;
|
||||||
|
//
|
||||||
|
// muLocNone
|
||||||
|
//
|
||||||
|
this.muLocNone.Text = "None";
|
||||||
|
//
|
||||||
|
// muLocName
|
||||||
|
//
|
||||||
|
this.muLocName.Text = "Unit Name";
|
||||||
|
//
|
||||||
|
// muLocNumber
|
||||||
|
//
|
||||||
|
this.muLocNumber.Text = "Unit Number";
|
||||||
|
//
|
||||||
|
// muLocText
|
||||||
|
//
|
||||||
|
this.muLocText.Text = "Unit Text";
|
||||||
|
//
|
||||||
|
// muLocID
|
||||||
|
//
|
||||||
|
this.muLocID.Text = "Unit ID";
|
||||||
|
//
|
||||||
// DlgPrintProcedure
|
// DlgPrintProcedure
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||||
@ -985,8 +1206,9 @@ namespace VEPROMS
|
|||||||
this.tabControlPanel3.PerformLayout();
|
this.tabControlPanel3.PerformLayout();
|
||||||
this.gpnlDebug.ResumeLayout(false);
|
this.gpnlDebug.ResumeLayout(false);
|
||||||
this.gpnlDebug.PerformLayout();
|
this.gpnlDebug.PerformLayout();
|
||||||
|
this.grpDateSelector.ResumeLayout(false);
|
||||||
|
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();
|
||||||
@ -994,6 +1216,7 @@ 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();
|
||||||
|
|
||||||
@ -1011,6 +1234,8 @@ namespace VEPROMS
|
|||||||
private DevComponents.DotNetBar.LabelX lblPDFLoc;
|
private DevComponents.DotNetBar.LabelX lblPDFLoc;
|
||||||
private System.Windows.Forms.FolderBrowserDialog DlgBrowseFolder;
|
private System.Windows.Forms.FolderBrowserDialog DlgBrowseFolder;
|
||||||
private DevComponents.DotNetBar.Controls.TextBoxX txbRevNum;
|
private DevComponents.DotNetBar.Controls.TextBoxX txbRevNum;
|
||||||
|
private DevComponents.DotNetBar.LabelX lblReviewDate;
|
||||||
|
private DevComponents.DotNetBar.LabelX lblRevDate;
|
||||||
private DevComponents.DotNetBar.LabelX lblRevNum;
|
private DevComponents.DotNetBar.LabelX lblRevNum;
|
||||||
private DevComponents.DotNetBar.Controls.TextBoxX txbPDFName;
|
private DevComponents.DotNetBar.Controls.TextBoxX txbPDFName;
|
||||||
private DevComponents.DotNetBar.LabelX lblPDFFileName;
|
private DevComponents.DotNetBar.LabelX lblPDFFileName;
|
||||||
@ -1042,10 +1267,14 @@ namespace VEPROMS
|
|||||||
private DevComponents.DotNetBar.Controls.TextBoxX txbPdfLocationS;
|
private DevComponents.DotNetBar.Controls.TextBoxX txbPdfLocationS;
|
||||||
private DevComponents.DotNetBar.ButtonX btnPdfLocation;
|
private DevComponents.DotNetBar.ButtonX btnPdfLocation;
|
||||||
private DevComponents.DotNetBar.LabelX lblPdfLocS;
|
private DevComponents.DotNetBar.LabelX lblPdfLocS;
|
||||||
|
private DevComponents.DotNetBar.Controls.TextBoxX txbRevDate;
|
||||||
|
private DevComponents.DotNetBar.Controls.TextBoxX txbReviewDate;
|
||||||
private DevComponents.DotNetBar.LabelX lblWatermarkS;
|
private DevComponents.DotNetBar.LabelX lblWatermarkS;
|
||||||
private DevComponents.DotNetBar.Controls.GroupPanel ppGpbxCBType;
|
private DevComponents.DotNetBar.Controls.GroupPanel ppGpbxCBType;
|
||||||
private System.Windows.Forms.RadioButton rbCustom;
|
private System.Windows.Forms.RadioButton rbCustom;
|
||||||
private System.Windows.Forms.RadioButton rbFormatDefault;
|
private System.Windows.Forms.RadioButton rbFormatDefault;
|
||||||
|
private DevComponents.Editors.DateTimeAdv.MonthCalendarAdv calDateSelector;
|
||||||
|
private DevComponents.DotNetBar.Controls.GroupPanel grpDateSelector;
|
||||||
private System.Windows.Forms.Label label13;
|
private System.Windows.Forms.Label label13;
|
||||||
private DevComponents.DotNetBar.Controls.GroupPanel gpnlDebug;
|
private DevComponents.DotNetBar.Controls.GroupPanel gpnlDebug;
|
||||||
private System.Windows.Forms.CheckBox cbxDebugText;
|
private System.Windows.Forms.CheckBox cbxDebugText;
|
||||||
@ -1053,6 +1282,13 @@ namespace VEPROMS
|
|||||||
private System.Windows.Forms.CheckBox cbxOrPgBrk;
|
private System.Windows.Forms.CheckBox cbxOrPgBrk;
|
||||||
private DevComponents.DotNetBar.SuperTooltip superTooltip1;
|
private DevComponents.DotNetBar.SuperTooltip superTooltip1;
|
||||||
private System.Windows.Forms.CheckBox cbxCmpPRMSpfd;
|
private System.Windows.Forms.CheckBox cbxCmpPRMSpfd;
|
||||||
|
private DevComponents.DotNetBar.LabelX lblMultiunitPdfLocation;
|
||||||
|
private DevComponents.DotNetBar.Controls.ComboBoxEx cbxMultiunitPdfLocation;
|
||||||
|
private DevComponents.Editors.ComboItem muLocNone;
|
||||||
|
private DevComponents.Editors.ComboItem muLocName;
|
||||||
|
private DevComponents.Editors.ComboItem muLocNumber;
|
||||||
|
private DevComponents.Editors.ComboItem muLocText;
|
||||||
|
private DevComponents.Editors.ComboItem muLocID;
|
||||||
private DevComponents.DotNetBar.Controls.ProgressBarX pbPDFsStatus;
|
private DevComponents.DotNetBar.Controls.ProgressBarX pbPDFsStatus;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user