This commit is contained in:
parent
a68f9a6e7f
commit
44a92d52b4
@ -36,6 +36,7 @@ namespace VEPROMS
|
||||
this.ppBtnOK = new System.Windows.Forms.Button();
|
||||
this.ppBtnDefaultChgBar = new DevComponents.DotNetBar.ButtonX();
|
||||
this.ppCmbxChangeBarType = new DevComponents.DotNetBar.Controls.ComboBoxEx();
|
||||
this.docVersionConfigBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.ppBtnDefaultFmt = new DevComponents.DotNetBar.ButtonX();
|
||||
this.ppCmbxFormat = new DevComponents.DotNetBar.Controls.ComboBoxEx();
|
||||
this.ppLblChangeBarTypeDefault = new System.Windows.Forms.Label();
|
||||
@ -101,14 +102,10 @@ namespace VEPROMS
|
||||
this.ppLblDefSettingsInfo = new System.Windows.Forms.Label();
|
||||
this.dlgROFolder = new System.Windows.Forms.FolderBrowserDialog();
|
||||
this.tcVersions = new DevComponents.DotNetBar.TabControl();
|
||||
this.tabControlPanel5 = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.ppGrdLibDocList = new DevComponents.DotNetBar.Controls.DataGridViewX();
|
||||
this.tiLibDocs = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tcpGeneral = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.tiGeneral = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tcpFormatSettings = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.tiFmtSettings = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tcpOutputSettings = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.ppGrpbxPrnAdj = new DevComponents.DotNetBar.Controls.GroupPanel();
|
||||
this.tiOutputSettings = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tcpRefereceObjects = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.tbRoDb = new System.Windows.Forms.TextBox();
|
||||
this.ppBtnRoDbBrowse = new System.Windows.Forms.Button();
|
||||
@ -116,8 +113,17 @@ namespace VEPROMS
|
||||
this.cmbRoDb = new System.Windows.Forms.ComboBox();
|
||||
this.ppGpbxUpROvals = new DevComponents.DotNetBar.Controls.GroupPanel();
|
||||
this.tiRefObjs = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tcpGeneral = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.tiGeneral = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tcpOutputSettings = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.ppChbxAlwaysViewPDF = new System.Windows.Forms.CheckBox();
|
||||
this.ppChbxAlwaysOvrWrtPDF = new System.Windows.Forms.CheckBox();
|
||||
this.ppGrpbxPrnAdj = new DevComponents.DotNetBar.Controls.GroupPanel();
|
||||
this.tiOutputSettings = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tabControlPanel5 = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.ppGrdLibDocList = new DevComponents.DotNetBar.Controls.DataGridViewX();
|
||||
this.documentEntryCountDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.libTitleDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.documentInfoListBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.tiLibDocs = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.panVerBtns = new System.Windows.Forms.Panel();
|
||||
this.btnLibDocs = new DevComponents.DotNetBar.ButtonX();
|
||||
this.btnFmtSettings = new DevComponents.DotNetBar.ButtonX();
|
||||
@ -126,11 +132,8 @@ namespace VEPROMS
|
||||
this.btnGeneral = new DevComponents.DotNetBar.ButtonX();
|
||||
this.ROPrefixBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.PDFLocationBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
|
||||
this.docVersionConfigBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.documentEntryCountDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.libTitleDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.documentInfoListBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.formatInfoListBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
||||
((System.ComponentModel.ISupportInitialize)(this.docVersionConfigBindingSource)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.imageCodecInfoBindingSource)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ppNumUpDwnOvrdPrnPenWidth)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ppNumUpDwnOverdPrnPenBoldWidth)).BeginInit();
|
||||
@ -140,18 +143,17 @@ namespace VEPROMS
|
||||
this.ppGpbxUserSpecTxt.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.tcVersions)).BeginInit();
|
||||
this.tcVersions.SuspendLayout();
|
||||
this.tabControlPanel5.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ppGrdLibDocList)).BeginInit();
|
||||
this.tcpGeneral.SuspendLayout();
|
||||
this.tcpFormatSettings.SuspendLayout();
|
||||
this.tcpOutputSettings.SuspendLayout();
|
||||
this.ppGrpbxPrnAdj.SuspendLayout();
|
||||
this.tcpRefereceObjects.SuspendLayout();
|
||||
this.ppGpbxUpROvals.SuspendLayout();
|
||||
this.tcpGeneral.SuspendLayout();
|
||||
this.tcpOutputSettings.SuspendLayout();
|
||||
this.ppGrpbxPrnAdj.SuspendLayout();
|
||||
this.tabControlPanel5.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ppGrdLibDocList)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.documentInfoListBindingSource)).BeginInit();
|
||||
this.panVerBtns.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ROPrefixBindingSource)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.docVersionConfigBindingSource)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.documentInfoListBindingSource)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.formatInfoListBindingSource)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
@ -159,7 +161,7 @@ namespace VEPROMS
|
||||
//
|
||||
this.ppBtnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.ppBtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
||||
this.ppBtnCancel.Location = new System.Drawing.Point(755, 369);
|
||||
this.ppBtnCancel.Location = new System.Drawing.Point(755, 398);
|
||||
this.ppBtnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppBtnCancel.Name = "ppBtnCancel";
|
||||
this.ppBtnCancel.Size = new System.Drawing.Size(75, 26);
|
||||
@ -171,7 +173,7 @@ namespace VEPROMS
|
||||
// ppBtnOK
|
||||
//
|
||||
this.ppBtnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.ppBtnOK.Location = new System.Drawing.Point(657, 369);
|
||||
this.ppBtnOK.Location = new System.Drawing.Point(657, 398);
|
||||
this.ppBtnOK.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppBtnOK.Name = "ppBtnOK";
|
||||
this.ppBtnOK.Size = new System.Drawing.Size(75, 26);
|
||||
@ -183,7 +185,7 @@ namespace VEPROMS
|
||||
// ppBtnDefaultChgBar
|
||||
//
|
||||
this.ppBtnDefaultChgBar.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.ppBtnDefaultChgBar.Location = new System.Drawing.Point(353, 89);
|
||||
this.ppBtnDefaultChgBar.Location = new System.Drawing.Point(347, 101);
|
||||
this.ppBtnDefaultChgBar.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppBtnDefaultChgBar.Name = "ppBtnDefaultChgBar";
|
||||
this.ppBtnDefaultChgBar.Size = new System.Drawing.Size(59, 25);
|
||||
@ -203,7 +205,7 @@ namespace VEPROMS
|
||||
this.ppCmbxChangeBarType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
||||
this.ppCmbxChangeBarType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.ppCmbxChangeBarType.FormattingEnabled = true;
|
||||
this.ppCmbxChangeBarType.Location = new System.Drawing.Point(125, 89);
|
||||
this.ppCmbxChangeBarType.Location = new System.Drawing.Point(119, 101);
|
||||
this.ppCmbxChangeBarType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppCmbxChangeBarType.Name = "ppCmbxChangeBarType";
|
||||
this.ppCmbxChangeBarType.Size = new System.Drawing.Size(223, 23);
|
||||
@ -212,10 +214,14 @@ namespace VEPROMS
|
||||
this.ppCmbxChangeBarType.WatermarkText = "select change bar setting";
|
||||
this.ppCmbxChangeBarType.SelectedValueChanged += new System.EventHandler(this.ppCmbxChangeBarType_SelectedValueChanged);
|
||||
//
|
||||
// docVersionConfigBindingSource
|
||||
//
|
||||
this.docVersionConfigBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.DocVersionConfig);
|
||||
//
|
||||
// ppBtnDefaultFmt
|
||||
//
|
||||
this.ppBtnDefaultFmt.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.ppBtnDefaultFmt.Location = new System.Drawing.Point(593, 28);
|
||||
this.ppBtnDefaultFmt.Location = new System.Drawing.Point(593, 34);
|
||||
this.ppBtnDefaultFmt.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppBtnDefaultFmt.Name = "ppBtnDefaultFmt";
|
||||
this.ppBtnDefaultFmt.Size = new System.Drawing.Size(51, 23);
|
||||
@ -233,7 +239,7 @@ namespace VEPROMS
|
||||
this.ppCmbxFormat.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
||||
this.ppCmbxFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.ppCmbxFormat.FormattingEnabled = true;
|
||||
this.ppCmbxFormat.Location = new System.Drawing.Point(19, 28);
|
||||
this.ppCmbxFormat.Location = new System.Drawing.Point(19, 34);
|
||||
this.ppCmbxFormat.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppCmbxFormat.Name = "ppCmbxFormat";
|
||||
this.ppCmbxFormat.Size = new System.Drawing.Size(561, 23);
|
||||
@ -249,7 +255,7 @@ namespace VEPROMS
|
||||
this.ppLblChangeBarTypeDefault.BackColor = System.Drawing.Color.Transparent;
|
||||
this.ppLblChangeBarTypeDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.ppLblChangeBarTypeDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||
this.ppLblChangeBarTypeDefault.Location = new System.Drawing.Point(124, 114);
|
||||
this.ppLblChangeBarTypeDefault.Location = new System.Drawing.Point(117, 127);
|
||||
this.ppLblChangeBarTypeDefault.Name = "ppLblChangeBarTypeDefault";
|
||||
this.ppLblChangeBarTypeDefault.Size = new System.Drawing.Size(107, 17);
|
||||
this.superTooltip1.SetSuperTooltip(this.ppLblChangeBarTypeDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Change Bar setting", "", "Pressing the Default Button (to the right)\r\nwill set the Change Bar setting back " +
|
||||
@ -263,7 +269,7 @@ namespace VEPROMS
|
||||
this.ppLblFormatDefault.BackColor = System.Drawing.Color.Transparent;
|
||||
this.ppLblFormatDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.ppLblFormatDefault.ForeColor = System.Drawing.Color.Gray;
|
||||
this.ppLblFormatDefault.Location = new System.Drawing.Point(15, 55);
|
||||
this.ppLblFormatDefault.Location = new System.Drawing.Point(15, 62);
|
||||
this.ppLblFormatDefault.Name = "ppLblFormatDefault";
|
||||
this.ppLblFormatDefault.Size = new System.Drawing.Size(61, 17);
|
||||
this.superTooltip1.SetSuperTooltip(this.ppLblFormatDefault, new DevComponents.DotNetBar.SuperTooltipInfo("The is the default Format setting", "", "Pressing the Reset Button (to the right)\r\nwill set the format setting back to thi" +
|
||||
@ -477,7 +483,7 @@ namespace VEPROMS
|
||||
//
|
||||
this.label10.AutoSize = true;
|
||||
this.label10.BackColor = System.Drawing.Color.Transparent;
|
||||
this.label10.Location = new System.Drawing.Point(15, 7);
|
||||
this.label10.Location = new System.Drawing.Point(15, 14);
|
||||
this.label10.Name = "label10";
|
||||
this.label10.Size = new System.Drawing.Size(52, 17);
|
||||
this.label10.TabIndex = 19;
|
||||
@ -487,7 +493,7 @@ namespace VEPROMS
|
||||
//
|
||||
this.label11.AutoSize = true;
|
||||
this.label11.BackColor = System.Drawing.Color.Transparent;
|
||||
this.label11.Location = new System.Drawing.Point(29, 91);
|
||||
this.label11.Location = new System.Drawing.Point(23, 103);
|
||||
this.label11.Name = "label11";
|
||||
this.label11.Size = new System.Drawing.Size(90, 17);
|
||||
this.label11.TabIndex = 3;
|
||||
@ -538,7 +544,7 @@ namespace VEPROMS
|
||||
this.ppCmbxProcSetType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
||||
this.ppCmbxProcSetType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.ppCmbxProcSetType.FormattingEnabled = true;
|
||||
this.ppCmbxProcSetType.Location = new System.Drawing.Point(229, 258);
|
||||
this.ppCmbxProcSetType.Location = new System.Drawing.Point(233, 290);
|
||||
this.ppCmbxProcSetType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppCmbxProcSetType.Name = "ppCmbxProcSetType";
|
||||
this.ppCmbxProcSetType.Size = new System.Drawing.Size(176, 23);
|
||||
@ -550,7 +556,7 @@ namespace VEPROMS
|
||||
//
|
||||
this.label9.AutoSize = true;
|
||||
this.label9.BackColor = System.Drawing.Color.Transparent;
|
||||
this.label9.Location = new System.Drawing.Point(28, 261);
|
||||
this.label9.Location = new System.Drawing.Point(32, 293);
|
||||
this.label9.Name = "label9";
|
||||
this.label9.Size = new System.Drawing.Size(195, 17);
|
||||
this.label9.TabIndex = 16;
|
||||
@ -647,7 +653,7 @@ namespace VEPROMS
|
||||
//
|
||||
this.ppBtnPDFLoc.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.ppBtnPDFLoc.Image = ((System.Drawing.Image)(resources.GetObject("ppBtnPDFLoc.Image")));
|
||||
this.ppBtnPDFLoc.Location = new System.Drawing.Point(617, 15);
|
||||
this.ppBtnPDFLoc.Location = new System.Drawing.Point(620, 23);
|
||||
this.ppBtnPDFLoc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppBtnPDFLoc.Name = "ppBtnPDFLoc";
|
||||
this.ppBtnPDFLoc.Size = new System.Drawing.Size(21, 23);
|
||||
@ -656,7 +662,7 @@ namespace VEPROMS
|
||||
//
|
||||
// ppNumUpDwnOvrdPrnPenWidth
|
||||
//
|
||||
this.ppNumUpDwnOvrdPrnPenWidth.Location = new System.Drawing.Point(235, 15);
|
||||
this.ppNumUpDwnOvrdPrnPenWidth.Location = new System.Drawing.Point(237, 17);
|
||||
this.ppNumUpDwnOvrdPrnPenWidth.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppNumUpDwnOvrdPrnPenWidth.Name = "ppNumUpDwnOvrdPrnPenWidth";
|
||||
this.ppNumUpDwnOvrdPrnPenWidth.Size = new System.Drawing.Size(47, 22);
|
||||
@ -667,7 +673,7 @@ namespace VEPROMS
|
||||
//
|
||||
this.label19.AutoSize = true;
|
||||
this.label19.BackColor = System.Drawing.Color.Transparent;
|
||||
this.label19.Location = new System.Drawing.Point(5, 17);
|
||||
this.label19.Location = new System.Drawing.Point(7, 20);
|
||||
this.label19.Name = "label19";
|
||||
this.label19.Size = new System.Drawing.Size(222, 17);
|
||||
this.label19.TabIndex = 0;
|
||||
@ -677,7 +683,7 @@ namespace VEPROMS
|
||||
//
|
||||
this.label20.AutoSize = true;
|
||||
this.label20.BackColor = System.Drawing.Color.Transparent;
|
||||
this.label20.Location = new System.Drawing.Point(5, 60);
|
||||
this.label20.Location = new System.Drawing.Point(8, 58);
|
||||
this.label20.Name = "label20";
|
||||
this.label20.Size = new System.Drawing.Size(205, 17);
|
||||
this.label20.TabIndex = 2;
|
||||
@ -685,7 +691,7 @@ namespace VEPROMS
|
||||
//
|
||||
// ppNumUpDwnOverdPrnPenBoldWidth
|
||||
//
|
||||
this.ppNumUpDwnOverdPrnPenBoldWidth.Location = new System.Drawing.Point(235, 58);
|
||||
this.ppNumUpDwnOverdPrnPenBoldWidth.Location = new System.Drawing.Point(237, 57);
|
||||
this.ppNumUpDwnOverdPrnPenBoldWidth.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppNumUpDwnOverdPrnPenBoldWidth.Name = "ppNumUpDwnOverdPrnPenBoldWidth";
|
||||
this.ppNumUpDwnOverdPrnPenBoldWidth.Size = new System.Drawing.Size(47, 22);
|
||||
@ -694,7 +700,7 @@ namespace VEPROMS
|
||||
//
|
||||
// ppNumUpDwnOvrdPrnPenULineWidth
|
||||
//
|
||||
this.ppNumUpDwnOvrdPrnPenULineWidth.Location = new System.Drawing.Point(560, 15);
|
||||
this.ppNumUpDwnOvrdPrnPenULineWidth.Location = new System.Drawing.Point(563, 17);
|
||||
this.ppNumUpDwnOvrdPrnPenULineWidth.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppNumUpDwnOvrdPrnPenULineWidth.Name = "ppNumUpDwnOvrdPrnPenULineWidth";
|
||||
this.ppNumUpDwnOvrdPrnPenULineWidth.Size = new System.Drawing.Size(47, 22);
|
||||
@ -705,7 +711,7 @@ namespace VEPROMS
|
||||
//
|
||||
this.label21.AutoSize = true;
|
||||
this.label21.BackColor = System.Drawing.Color.Transparent;
|
||||
this.label21.Location = new System.Drawing.Point(317, 17);
|
||||
this.label21.Location = new System.Drawing.Point(319, 20);
|
||||
this.label21.Name = "label21";
|
||||
this.label21.Size = new System.Drawing.Size(237, 17);
|
||||
this.label21.TabIndex = 4;
|
||||
@ -713,7 +719,7 @@ namespace VEPROMS
|
||||
//
|
||||
// ppNumUpDwnAdjPrnStartPos
|
||||
//
|
||||
this.ppNumUpDwnAdjPrnStartPos.Location = new System.Drawing.Point(560, 58);
|
||||
this.ppNumUpDwnAdjPrnStartPos.Location = new System.Drawing.Point(563, 57);
|
||||
this.ppNumUpDwnAdjPrnStartPos.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppNumUpDwnAdjPrnStartPos.Maximum = new decimal(new int[] {
|
||||
500,
|
||||
@ -730,16 +736,16 @@ namespace VEPROMS
|
||||
//
|
||||
this.label22.AutoSize = true;
|
||||
this.label22.BackColor = System.Drawing.Color.Transparent;
|
||||
this.label22.Location = new System.Drawing.Point(325, 60);
|
||||
this.label22.Location = new System.Drawing.Point(304, 59);
|
||||
this.label22.Name = "label22";
|
||||
this.label22.Size = new System.Drawing.Size(228, 17);
|
||||
this.label22.Size = new System.Drawing.Size(252, 17);
|
||||
this.label22.TabIndex = 6;
|
||||
this.label22.Text = "Adjust Starting Print Position (dots)";
|
||||
this.label22.Text = "Adjust Starting Position on Page (dots)";
|
||||
//
|
||||
// ppBtnDeftDisAutoDuplx
|
||||
//
|
||||
this.ppBtnDeftDisAutoDuplx.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.ppBtnDeftDisAutoDuplx.Location = new System.Drawing.Point(237, 257);
|
||||
this.ppBtnDeftDisAutoDuplx.Location = new System.Drawing.Point(227, 288);
|
||||
this.ppBtnDeftDisAutoDuplx.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppBtnDeftDisAutoDuplx.Name = "ppBtnDeftDisAutoDuplx";
|
||||
this.ppBtnDeftDisAutoDuplx.Size = new System.Drawing.Size(59, 25);
|
||||
@ -753,7 +759,7 @@ namespace VEPROMS
|
||||
// ppBtnDefWatermark
|
||||
//
|
||||
this.ppBtnDefWatermark.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.ppBtnDefWatermark.Location = new System.Drawing.Point(592, 53);
|
||||
this.ppBtnDefWatermark.Location = new System.Drawing.Point(595, 76);
|
||||
this.ppBtnDefWatermark.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppBtnDefWatermark.Name = "ppBtnDefWatermark";
|
||||
this.ppBtnDefWatermark.Size = new System.Drawing.Size(53, 25);
|
||||
@ -769,7 +775,7 @@ namespace VEPROMS
|
||||
// ppBtnDefPagination
|
||||
//
|
||||
this.ppBtnDefPagination.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.ppBtnDefPagination.Location = new System.Drawing.Point(257, 53);
|
||||
this.ppBtnDefPagination.Location = new System.Drawing.Point(260, 76);
|
||||
this.ppBtnDefPagination.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppBtnDefPagination.Name = "ppBtnDefPagination";
|
||||
this.ppBtnDefPagination.Size = new System.Drawing.Size(59, 25);
|
||||
@ -789,7 +795,7 @@ namespace VEPROMS
|
||||
this.ppCmbxWatermark.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
||||
this.ppCmbxWatermark.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.ppCmbxWatermark.FormattingEnabled = true;
|
||||
this.ppCmbxWatermark.Location = new System.Drawing.Point(420, 53);
|
||||
this.ppCmbxWatermark.Location = new System.Drawing.Point(423, 76);
|
||||
this.ppCmbxWatermark.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppCmbxWatermark.Name = "ppCmbxWatermark";
|
||||
this.ppCmbxWatermark.Size = new System.Drawing.Size(167, 23);
|
||||
@ -805,7 +811,7 @@ namespace VEPROMS
|
||||
this.ppCmbxPagination.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
||||
this.ppCmbxPagination.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.ppCmbxPagination.FormattingEnabled = true;
|
||||
this.ppCmbxPagination.Location = new System.Drawing.Point(88, 53);
|
||||
this.ppCmbxPagination.Location = new System.Drawing.Point(91, 76);
|
||||
this.ppCmbxPagination.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppCmbxPagination.Name = "ppCmbxPagination";
|
||||
this.ppCmbxPagination.Size = new System.Drawing.Size(163, 23);
|
||||
@ -821,7 +827,7 @@ namespace VEPROMS
|
||||
this.ppLblWatermarkDefault.BackColor = System.Drawing.Color.Transparent;
|
||||
this.ppLblWatermarkDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.ppLblWatermarkDefault.ForeColor = System.Drawing.Color.Gray;
|
||||
this.ppLblWatermarkDefault.Location = new System.Drawing.Point(413, 80);
|
||||
this.ppLblWatermarkDefault.Location = new System.Drawing.Point(416, 103);
|
||||
this.ppLblWatermarkDefault.Name = "ppLblWatermarkDefault";
|
||||
this.ppLblWatermarkDefault.Size = new System.Drawing.Size(61, 17);
|
||||
this.superTooltip1.SetSuperTooltip(this.ppLblWatermarkDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Watermark settings", "", "Pressing the Default Button (to the right)\r\nwill reset the watermark setting back" +
|
||||
@ -835,7 +841,7 @@ namespace VEPROMS
|
||||
this.ppLblPaginationDefault.BackColor = System.Drawing.Color.Transparent;
|
||||
this.ppLblPaginationDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.ppLblPaginationDefault.ForeColor = System.Drawing.Color.Gray;
|
||||
this.ppLblPaginationDefault.Location = new System.Drawing.Point(85, 80);
|
||||
this.ppLblPaginationDefault.Location = new System.Drawing.Point(88, 103);
|
||||
this.ppLblPaginationDefault.Name = "ppLblPaginationDefault";
|
||||
this.ppLblPaginationDefault.Size = new System.Drawing.Size(61, 17);
|
||||
this.superTooltip1.SetSuperTooltip(this.ppLblPaginationDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Pagination settings", "", "Pressing the Default Button (to the right)\r\nwill reset the pagination setting bac" +
|
||||
@ -846,7 +852,7 @@ namespace VEPROMS
|
||||
// ppTxtBxPDFLoc
|
||||
//
|
||||
this.ppTxtBxPDFLoc.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.docVersionConfigBindingSource, "Print_PDFLocation", true));
|
||||
this.ppTxtBxPDFLoc.Location = new System.Drawing.Point(107, 15);
|
||||
this.ppTxtBxPDFLoc.Location = new System.Drawing.Point(111, 23);
|
||||
this.ppTxtBxPDFLoc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppTxtBxPDFLoc.Name = "ppTxtBxPDFLoc";
|
||||
this.ppTxtBxPDFLoc.Size = new System.Drawing.Size(504, 22);
|
||||
@ -856,7 +862,7 @@ namespace VEPROMS
|
||||
//
|
||||
this.label18.AutoSize = true;
|
||||
this.label18.BackColor = System.Drawing.Color.Transparent;
|
||||
this.label18.Location = new System.Drawing.Point(8, 15);
|
||||
this.label18.Location = new System.Drawing.Point(5, 27);
|
||||
this.label18.Name = "label18";
|
||||
this.label18.Size = new System.Drawing.Size(93, 17);
|
||||
this.label18.TabIndex = 54;
|
||||
@ -868,7 +874,7 @@ namespace VEPROMS
|
||||
this.ppLblAutoDuplexDefault.BackColor = System.Drawing.Color.Transparent;
|
||||
this.ppLblAutoDuplexDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.ppLblAutoDuplexDefault.ForeColor = System.Drawing.Color.Gray;
|
||||
this.ppLblAutoDuplexDefault.Location = new System.Drawing.Point(43, 281);
|
||||
this.ppLblAutoDuplexDefault.Location = new System.Drawing.Point(32, 311);
|
||||
this.ppLblAutoDuplexDefault.Name = "ppLblAutoDuplexDefault";
|
||||
this.ppLblAutoDuplexDefault.Size = new System.Drawing.Size(86, 17);
|
||||
this.superTooltip1.SetSuperTooltip(this.ppLblAutoDuplexDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the Automatic Duplex default setting", "", "Pressing the Default Button (to the right)\r\nwill reset the Automatic Duplex setti" +
|
||||
@ -881,7 +887,7 @@ namespace VEPROMS
|
||||
this.ppChbxDisAutoDuplex.AutoSize = true;
|
||||
this.ppChbxDisAutoDuplex.BackColor = System.Drawing.Color.Transparent;
|
||||
this.ppChbxDisAutoDuplex.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.docVersionConfigBindingSource, "Print_DisableDuplex", true));
|
||||
this.ppChbxDisAutoDuplex.Location = new System.Drawing.Point(23, 257);
|
||||
this.ppChbxDisAutoDuplex.Location = new System.Drawing.Point(12, 288);
|
||||
this.ppChbxDisAutoDuplex.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppChbxDisAutoDuplex.Name = "ppChbxDisAutoDuplex";
|
||||
this.ppChbxDisAutoDuplex.Size = new System.Drawing.Size(209, 21);
|
||||
@ -896,7 +902,7 @@ namespace VEPROMS
|
||||
//
|
||||
this.label16.AutoSize = true;
|
||||
this.label16.BackColor = System.Drawing.Color.Transparent;
|
||||
this.label16.Location = new System.Drawing.Point(5, 57);
|
||||
this.label16.Location = new System.Drawing.Point(8, 80);
|
||||
this.label16.Name = "label16";
|
||||
this.label16.Size = new System.Drawing.Size(75, 17);
|
||||
this.label16.TabIndex = 28;
|
||||
@ -906,7 +912,7 @@ namespace VEPROMS
|
||||
//
|
||||
this.label17.AutoSize = true;
|
||||
this.label17.BackColor = System.Drawing.Color.Transparent;
|
||||
this.label17.Location = new System.Drawing.Point(333, 57);
|
||||
this.label17.Location = new System.Drawing.Point(336, 80);
|
||||
this.label17.Name = "label17";
|
||||
this.label17.Size = new System.Drawing.Size(77, 17);
|
||||
this.label17.TabIndex = 27;
|
||||
@ -924,7 +930,7 @@ namespace VEPROMS
|
||||
//
|
||||
this.ppCbShwDefSettings.BackgroundStyle.Class = "";
|
||||
this.ppCbShwDefSettings.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.ppCbShwDefSettings.Location = new System.Drawing.Point(12, 382);
|
||||
this.ppCbShwDefSettings.Location = new System.Drawing.Point(12, 410);
|
||||
this.ppCbShwDefSettings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppCbShwDefSettings.Name = "ppCbShwDefSettings";
|
||||
this.ppCbShwDefSettings.Size = new System.Drawing.Size(205, 22);
|
||||
@ -948,7 +954,7 @@ namespace VEPROMS
|
||||
this.ppGpbxUserSpecCB.Controls.Add(this.label13);
|
||||
this.ppGpbxUserSpecCB.Controls.Add(this.ppLblChgBarPosDefault);
|
||||
this.ppGpbxUserSpecCB.Controls.Add(this.ppLblChgBarTxtTypeDefault);
|
||||
this.ppGpbxUserSpecCB.Location = new System.Drawing.Point(21, 144);
|
||||
this.ppGpbxUserSpecCB.Location = new System.Drawing.Point(19, 167);
|
||||
this.ppGpbxUserSpecCB.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppGpbxUserSpecCB.Name = "ppGpbxUserSpecCB";
|
||||
this.ppGpbxUserSpecCB.Size = new System.Drawing.Size(621, 160);
|
||||
@ -1042,7 +1048,7 @@ namespace VEPROMS
|
||||
this.ppLblDefSettingsInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.ppLblDefSettingsInfo.AutoSize = true;
|
||||
this.ppLblDefSettingsInfo.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.ppLblDefSettingsInfo.Location = new System.Drawing.Point(9, 362);
|
||||
this.ppLblDefSettingsInfo.Location = new System.Drawing.Point(9, 390);
|
||||
this.ppLblDefSettingsInfo.Name = "ppLblDefSettingsInfo";
|
||||
this.ppLblDefSettingsInfo.Size = new System.Drawing.Size(205, 17);
|
||||
this.ppLblDefSettingsInfo.TabIndex = 25;
|
||||
@ -1059,16 +1065,16 @@ namespace VEPROMS
|
||||
this.tcVersions.BackColor = System.Drawing.Color.Transparent;
|
||||
this.tcVersions.CanReorderTabs = true;
|
||||
this.tcVersions.Controls.Add(this.tcpOutputSettings);
|
||||
this.tcVersions.Controls.Add(this.tcpRefereceObjects);
|
||||
this.tcVersions.Controls.Add(this.tcpGeneral);
|
||||
this.tcVersions.Controls.Add(this.tabControlPanel5);
|
||||
this.tcVersions.Controls.Add(this.tcpFormatSettings);
|
||||
this.tcVersions.Controls.Add(this.tcpRefereceObjects);
|
||||
this.tcVersions.Controls.Add(this.tabControlPanel5);
|
||||
this.tcVersions.Location = new System.Drawing.Point(173, 4);
|
||||
this.tcVersions.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.tcVersions.Name = "tcVersions";
|
||||
this.tcVersions.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold);
|
||||
this.tcVersions.SelectedTabIndex = 0;
|
||||
this.tcVersions.Size = new System.Drawing.Size(657, 345);
|
||||
this.tcVersions.Size = new System.Drawing.Size(657, 373);
|
||||
this.tcVersions.Style = DevComponents.DotNetBar.eTabStripStyle.Office2007Dock;
|
||||
this.tcVersions.TabIndex = 28;
|
||||
this.tcVersions.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
|
||||
@ -1080,60 +1086,40 @@ namespace VEPROMS
|
||||
this.tcVersions.TabsVisible = false;
|
||||
this.tcVersions.Text = "tabControl1";
|
||||
//
|
||||
// tabControlPanel5
|
||||
// tcpGeneral
|
||||
//
|
||||
this.tabControlPanel5.AutoScroll = true;
|
||||
this.tabControlPanel5.Controls.Add(this.ppGrdLibDocList);
|
||||
this.tabControlPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tabControlPanel5.Location = new System.Drawing.Point(0, 24);
|
||||
this.tabControlPanel5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.tabControlPanel5.Name = "tabControlPanel5";
|
||||
this.tabControlPanel5.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tabControlPanel5.Size = new System.Drawing.Size(657, 321);
|
||||
this.tabControlPanel5.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
|
||||
this.tabControlPanel5.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(195)))), ((int)(((byte)(195)))));
|
||||
this.tabControlPanel5.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.tabControlPanel5.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
|
||||
this.tabControlPanel5.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
||||
this.tcpGeneral.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
||||
this.tcpGeneral.Controls.Add(this.ppCmbxProcSetType);
|
||||
this.tcpGeneral.Controls.Add(this.ppRTxtName);
|
||||
this.tcpGeneral.Controls.Add(this.label9);
|
||||
this.tcpGeneral.Controls.Add(this.label4);
|
||||
this.tcpGeneral.Controls.Add(this.label3);
|
||||
this.tcpGeneral.Controls.Add(this.ppRTxtTitle);
|
||||
this.tcpGeneral.Controls.Add(this.ppTxtBxUserID);
|
||||
this.tcpGeneral.Controls.Add(this.ppDTPicker);
|
||||
this.tcpGeneral.Controls.Add(this.label2);
|
||||
this.tcpGeneral.Controls.Add(this.label1);
|
||||
this.tcpGeneral.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tcpGeneral.Location = new System.Drawing.Point(0, 24);
|
||||
this.tcpGeneral.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.tcpGeneral.Name = "tcpGeneral";
|
||||
this.tcpGeneral.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tcpGeneral.Size = new System.Drawing.Size(657, 349);
|
||||
this.tcpGeneral.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
|
||||
this.tcpGeneral.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(195)))), ((int)(((byte)(195)))));
|
||||
this.tcpGeneral.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.tcpGeneral.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
|
||||
this.tcpGeneral.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
||||
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||
this.tabControlPanel5.Style.GradientAngle = 90;
|
||||
this.tabControlPanel5.TabIndex = 5;
|
||||
this.tabControlPanel5.TabItem = this.tiLibDocs;
|
||||
this.tabControlPanel5.Enter += new System.EventHandler(this.tabpage_Enter);
|
||||
this.tcpGeneral.Style.GradientAngle = 90;
|
||||
this.tcpGeneral.TabIndex = 1;
|
||||
this.tcpGeneral.TabItem = this.tiGeneral;
|
||||
//
|
||||
// ppGrdLibDocList
|
||||
// tiGeneral
|
||||
//
|
||||
this.ppGrdLibDocList.AllowUserToAddRows = false;
|
||||
this.ppGrdLibDocList.AutoGenerateColumns = false;
|
||||
this.ppGrdLibDocList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||
this.ppGrdLibDocList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||||
this.documentEntryCountDataGridViewTextBoxColumn,
|
||||
this.libTitleDataGridViewTextBoxColumn});
|
||||
this.ppGrdLibDocList.DataSource = this.documentInfoListBindingSource;
|
||||
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
|
||||
dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
|
||||
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||||
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText;
|
||||
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||||
this.ppGrdLibDocList.DefaultCellStyle = dataGridViewCellStyle2;
|
||||
this.ppGrdLibDocList.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
|
||||
this.ppGrdLibDocList.HighlightSelectedColumnHeaders = false;
|
||||
this.ppGrdLibDocList.Location = new System.Drawing.Point(5, 4);
|
||||
this.ppGrdLibDocList.Name = "ppGrdLibDocList";
|
||||
this.ppGrdLibDocList.RowHeadersVisible = false;
|
||||
this.ppGrdLibDocList.RowTemplate.Height = 24;
|
||||
this.ppGrdLibDocList.SelectAllSignVisible = false;
|
||||
this.ppGrdLibDocList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
||||
this.ppGrdLibDocList.Size = new System.Drawing.Size(647, 300);
|
||||
this.ppGrdLibDocList.TabIndex = 1;
|
||||
//
|
||||
// tiLibDocs
|
||||
//
|
||||
this.tiLibDocs.AttachedControl = this.tabControlPanel5;
|
||||
this.tiLibDocs.Name = "tiLibDocs";
|
||||
this.tiLibDocs.Text = "Library Documents";
|
||||
this.tiGeneral.AttachedControl = this.tcpGeneral;
|
||||
this.tiGeneral.Name = "tiGeneral";
|
||||
this.tiGeneral.Text = "General";
|
||||
//
|
||||
// tcpFormatSettings
|
||||
//
|
||||
@ -1151,7 +1137,7 @@ namespace VEPROMS
|
||||
this.tcpFormatSettings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.tcpFormatSettings.Name = "tcpFormatSettings";
|
||||
this.tcpFormatSettings.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tcpFormatSettings.Size = new System.Drawing.Size(657, 321);
|
||||
this.tcpFormatSettings.Size = new System.Drawing.Size(657, 349);
|
||||
this.tcpFormatSettings.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
|
||||
this.tcpFormatSettings.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(195)))), ((int)(((byte)(195)))));
|
||||
this.tcpFormatSettings.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
@ -1169,97 +1155,6 @@ namespace VEPROMS
|
||||
this.tiFmtSettings.Name = "tiFmtSettings";
|
||||
this.tiFmtSettings.Text = "Format Settings";
|
||||
//
|
||||
// tcpOutputSettings
|
||||
//
|
||||
this.tcpOutputSettings.Controls.Add(this.ppGrpbxPrnAdj);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppBtnPDFLoc);
|
||||
this.tcpOutputSettings.Controls.Add(this.label18);
|
||||
this.tcpOutputSettings.Controls.Add(this.label17);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppBtnDeftDisAutoDuplx);
|
||||
this.tcpOutputSettings.Controls.Add(this.label16);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppBtnDefWatermark);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppChbxDisAutoDuplex);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppBtnDefPagination);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppLblAutoDuplexDefault);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppCmbxWatermark);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppTxtBxPDFLoc);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppCmbxPagination);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppLblPaginationDefault);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppLblWatermarkDefault);
|
||||
this.tcpOutputSettings.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tcpOutputSettings.Location = new System.Drawing.Point(0, 24);
|
||||
this.tcpOutputSettings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.tcpOutputSettings.Name = "tcpOutputSettings";
|
||||
this.tcpOutputSettings.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tcpOutputSettings.Size = new System.Drawing.Size(657, 321);
|
||||
this.tcpOutputSettings.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
|
||||
this.tcpOutputSettings.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(195)))), ((int)(((byte)(195)))));
|
||||
this.tcpOutputSettings.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.tcpOutputSettings.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
|
||||
this.tcpOutputSettings.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
||||
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||
this.tcpOutputSettings.Style.GradientAngle = 90;
|
||||
this.tcpOutputSettings.TabIndex = 3;
|
||||
this.tcpOutputSettings.TabItem = this.tiOutputSettings;
|
||||
this.tcpOutputSettings.Enter += new System.EventHandler(this.tabpage_Enter);
|
||||
//
|
||||
// ppGrpbxPrnAdj
|
||||
//
|
||||
this.ppGrpbxPrnAdj.BackColor = System.Drawing.Color.Transparent;
|
||||
this.ppGrpbxPrnAdj.CanvasColor = System.Drawing.SystemColors.Control;
|
||||
this.ppGrpbxPrnAdj.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
||||
this.ppGrpbxPrnAdj.Controls.Add(this.ppNumUpDwnOvrdPrnPenWidth);
|
||||
this.ppGrpbxPrnAdj.Controls.Add(this.label19);
|
||||
this.ppGrpbxPrnAdj.Controls.Add(this.label22);
|
||||
this.ppGrpbxPrnAdj.Controls.Add(this.label20);
|
||||
this.ppGrpbxPrnAdj.Controls.Add(this.ppNumUpDwnAdjPrnStartPos);
|
||||
this.ppGrpbxPrnAdj.Controls.Add(this.ppNumUpDwnOverdPrnPenBoldWidth);
|
||||
this.ppGrpbxPrnAdj.Controls.Add(this.label21);
|
||||
this.ppGrpbxPrnAdj.Controls.Add(this.ppNumUpDwnOvrdPrnPenULineWidth);
|
||||
this.ppGrpbxPrnAdj.Location = new System.Drawing.Point(16, 112);
|
||||
this.ppGrpbxPrnAdj.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppGrpbxPrnAdj.Name = "ppGrpbxPrnAdj";
|
||||
this.ppGrpbxPrnAdj.Size = new System.Drawing.Size(623, 121);
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ppGrpbxPrnAdj.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
||||
this.ppGrpbxPrnAdj.Style.BackColorGradientAngle = 90;
|
||||
this.ppGrpbxPrnAdj.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
||||
this.ppGrpbxPrnAdj.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
||||
this.ppGrpbxPrnAdj.Style.BorderBottomWidth = 1;
|
||||
this.ppGrpbxPrnAdj.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
||||
this.ppGrpbxPrnAdj.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
||||
this.ppGrpbxPrnAdj.Style.BorderLeftWidth = 1;
|
||||
this.ppGrpbxPrnAdj.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
||||
this.ppGrpbxPrnAdj.Style.BorderRightWidth = 1;
|
||||
this.ppGrpbxPrnAdj.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
||||
this.ppGrpbxPrnAdj.Style.BorderTopWidth = 1;
|
||||
this.ppGrpbxPrnAdj.Style.Class = "";
|
||||
this.ppGrpbxPrnAdj.Style.CornerDiameter = 4;
|
||||
this.ppGrpbxPrnAdj.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
|
||||
this.ppGrpbxPrnAdj.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
|
||||
this.ppGrpbxPrnAdj.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
||||
this.ppGrpbxPrnAdj.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ppGrpbxPrnAdj.StyleMouseDown.Class = "";
|
||||
this.ppGrpbxPrnAdj.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ppGrpbxPrnAdj.StyleMouseOver.Class = "";
|
||||
this.ppGrpbxPrnAdj.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.ppGrpbxPrnAdj.TabIndex = 65;
|
||||
this.ppGrpbxPrnAdj.Text = "Printer Adjustments";
|
||||
//
|
||||
// tiOutputSettings
|
||||
//
|
||||
this.tiOutputSettings.AttachedControl = this.tcpOutputSettings;
|
||||
this.tiOutputSettings.Name = "tiOutputSettings";
|
||||
this.tiOutputSettings.Text = "Output Settings";
|
||||
//
|
||||
// tcpRefereceObjects
|
||||
//
|
||||
this.tcpRefereceObjects.Controls.Add(this.tbRoDb);
|
||||
@ -1273,7 +1168,7 @@ namespace VEPROMS
|
||||
this.tcpRefereceObjects.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.tcpRefereceObjects.Name = "tcpRefereceObjects";
|
||||
this.tcpRefereceObjects.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tcpRefereceObjects.Size = new System.Drawing.Size(657, 321);
|
||||
this.tcpRefereceObjects.Size = new System.Drawing.Size(657, 349);
|
||||
this.tcpRefereceObjects.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
|
||||
this.tcpRefereceObjects.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(195)))), ((int)(((byte)(195)))));
|
||||
this.tcpRefereceObjects.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
@ -1289,15 +1184,17 @@ namespace VEPROMS
|
||||
//
|
||||
this.tbRoDb.Enabled = false;
|
||||
this.tbRoDb.Location = new System.Drawing.Point(107, 16);
|
||||
this.tbRoDb.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.tbRoDb.Name = "tbRoDb";
|
||||
this.tbRoDb.Size = new System.Drawing.Size(423, 22);
|
||||
this.tbRoDb.TabIndex = 50;
|
||||
//
|
||||
// ppBtnRoDbBrowse
|
||||
//
|
||||
this.ppBtnRoDbBrowse.Location = new System.Drawing.Point(542, 42);
|
||||
this.ppBtnRoDbBrowse.Location = new System.Drawing.Point(541, 42);
|
||||
this.ppBtnRoDbBrowse.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppBtnRoDbBrowse.Name = "ppBtnRoDbBrowse";
|
||||
this.ppBtnRoDbBrowse.Size = new System.Drawing.Size(68, 24);
|
||||
this.ppBtnRoDbBrowse.Size = new System.Drawing.Size(68, 25);
|
||||
this.ppBtnRoDbBrowse.TabIndex = 49;
|
||||
this.ppBtnRoDbBrowse.Text = "Browse...";
|
||||
this.ppBtnRoDbBrowse.UseVisualStyleBackColor = true;
|
||||
@ -1308,7 +1205,8 @@ namespace VEPROMS
|
||||
this.btnRoDbProperties.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.btnRoDbProperties.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||
this.btnRoDbProperties.Image = ((System.Drawing.Image)(resources.GetObject("btnRoDbProperties.Image")));
|
||||
this.btnRoDbProperties.Location = new System.Drawing.Point(542, 12);
|
||||
this.btnRoDbProperties.Location = new System.Drawing.Point(541, 12);
|
||||
this.btnRoDbProperties.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.btnRoDbProperties.Name = "btnRoDbProperties";
|
||||
this.btnRoDbProperties.Size = new System.Drawing.Size(44, 28);
|
||||
this.btnRoDbProperties.TabIndex = 48;
|
||||
@ -1318,6 +1216,7 @@ namespace VEPROMS
|
||||
//
|
||||
this.cmbRoDb.FormattingEnabled = true;
|
||||
this.cmbRoDb.Location = new System.Drawing.Point(107, 16);
|
||||
this.cmbRoDb.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.cmbRoDb.Name = "cmbRoDb";
|
||||
this.cmbRoDb.Size = new System.Drawing.Size(423, 24);
|
||||
this.cmbRoDb.TabIndex = 47;
|
||||
@ -1330,7 +1229,7 @@ namespace VEPROMS
|
||||
this.ppGpbxUpROvals.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
||||
this.ppGpbxUpROvals.Controls.Add(this.ppBtnResetRoVals);
|
||||
this.ppGpbxUpROvals.Controls.Add(this.ppBtnUpRoVals);
|
||||
this.ppGpbxUpROvals.Location = new System.Drawing.Point(46, 85);
|
||||
this.ppGpbxUpROvals.Location = new System.Drawing.Point(45, 85);
|
||||
this.ppGpbxUpROvals.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppGpbxUpROvals.Name = "ppGpbxUpROvals";
|
||||
this.ppGpbxUpROvals.Size = new System.Drawing.Size(149, 190);
|
||||
@ -1374,40 +1273,203 @@ namespace VEPROMS
|
||||
this.tiRefObjs.Name = "tiRefObjs";
|
||||
this.tiRefObjs.Text = "Referenced Objects";
|
||||
//
|
||||
// tcpGeneral
|
||||
// tcpOutputSettings
|
||||
//
|
||||
this.tcpGeneral.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
||||
this.tcpGeneral.Controls.Add(this.ppCmbxProcSetType);
|
||||
this.tcpGeneral.Controls.Add(this.ppRTxtName);
|
||||
this.tcpGeneral.Controls.Add(this.label9);
|
||||
this.tcpGeneral.Controls.Add(this.label4);
|
||||
this.tcpGeneral.Controls.Add(this.label3);
|
||||
this.tcpGeneral.Controls.Add(this.ppRTxtTitle);
|
||||
this.tcpGeneral.Controls.Add(this.ppTxtBxUserID);
|
||||
this.tcpGeneral.Controls.Add(this.ppDTPicker);
|
||||
this.tcpGeneral.Controls.Add(this.label2);
|
||||
this.tcpGeneral.Controls.Add(this.label1);
|
||||
this.tcpGeneral.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tcpGeneral.Location = new System.Drawing.Point(0, 24);
|
||||
this.tcpGeneral.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.tcpGeneral.Name = "tcpGeneral";
|
||||
this.tcpGeneral.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tcpGeneral.Size = new System.Drawing.Size(657, 321);
|
||||
this.tcpGeneral.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
|
||||
this.tcpGeneral.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(195)))), ((int)(((byte)(195)))));
|
||||
this.tcpGeneral.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.tcpGeneral.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
|
||||
this.tcpGeneral.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
||||
this.tcpOutputSettings.Controls.Add(this.ppTxtBxPDFLoc);
|
||||
this.tcpOutputSettings.Controls.Add(this.label18);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppChbxAlwaysViewPDF);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppBtnPDFLoc);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppChbxAlwaysOvrWrtPDF);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppGrpbxPrnAdj);
|
||||
this.tcpOutputSettings.Controls.Add(this.label17);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppBtnDeftDisAutoDuplx);
|
||||
this.tcpOutputSettings.Controls.Add(this.label16);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppBtnDefWatermark);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppChbxDisAutoDuplex);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppBtnDefPagination);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppLblAutoDuplexDefault);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppCmbxWatermark);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppCmbxPagination);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppLblPaginationDefault);
|
||||
this.tcpOutputSettings.Controls.Add(this.ppLblWatermarkDefault);
|
||||
this.tcpOutputSettings.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tcpOutputSettings.Location = new System.Drawing.Point(0, 24);
|
||||
this.tcpOutputSettings.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.tcpOutputSettings.Name = "tcpOutputSettings";
|
||||
this.tcpOutputSettings.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tcpOutputSettings.Size = new System.Drawing.Size(657, 349);
|
||||
this.tcpOutputSettings.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
|
||||
this.tcpOutputSettings.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(195)))), ((int)(((byte)(195)))));
|
||||
this.tcpOutputSettings.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.tcpOutputSettings.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
|
||||
this.tcpOutputSettings.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
||||
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||
this.tcpGeneral.Style.GradientAngle = 90;
|
||||
this.tcpGeneral.TabIndex = 1;
|
||||
this.tcpGeneral.TabItem = this.tiGeneral;
|
||||
this.tcpOutputSettings.Style.GradientAngle = 90;
|
||||
this.tcpOutputSettings.TabIndex = 3;
|
||||
this.tcpOutputSettings.TabItem = this.tiOutputSettings;
|
||||
this.tcpOutputSettings.Enter += new System.EventHandler(this.tabpage_Enter);
|
||||
//
|
||||
// tiGeneral
|
||||
// ppChbxAlwaysViewPDF
|
||||
//
|
||||
this.tiGeneral.AttachedControl = this.tcpGeneral;
|
||||
this.tiGeneral.Name = "tiGeneral";
|
||||
this.tiGeneral.Text = "General";
|
||||
this.ppChbxAlwaysViewPDF.AutoSize = true;
|
||||
this.ppChbxAlwaysViewPDF.BackColor = System.Drawing.Color.Transparent;
|
||||
this.ppChbxAlwaysViewPDF.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.docVersionConfigBindingSource, "Print_AlwaysViewPDFAfterCreate", true));
|
||||
this.ppChbxAlwaysViewPDF.Location = new System.Drawing.Point(391, 310);
|
||||
this.ppChbxAlwaysViewPDF.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppChbxAlwaysViewPDF.Name = "ppChbxAlwaysViewPDF";
|
||||
this.ppChbxAlwaysViewPDF.Size = new System.Drawing.Size(227, 21);
|
||||
this.ppChbxAlwaysViewPDF.TabIndex = 66;
|
||||
this.ppChbxAlwaysViewPDF.Text = "Always View PDF after Creation";
|
||||
this.ppChbxAlwaysViewPDF.UseVisualStyleBackColor = false;
|
||||
//
|
||||
// ppChbxAlwaysOvrWrtPDF
|
||||
//
|
||||
this.ppChbxAlwaysOvrWrtPDF.AutoSize = true;
|
||||
this.ppChbxAlwaysOvrWrtPDF.BackColor = System.Drawing.Color.Transparent;
|
||||
this.ppChbxAlwaysOvrWrtPDF.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.docVersionConfigBindingSource, "Print_AlwaysOverwritePDF", true));
|
||||
this.ppChbxAlwaysOvrWrtPDF.Location = new System.Drawing.Point(391, 284);
|
||||
this.ppChbxAlwaysOvrWrtPDF.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppChbxAlwaysOvrWrtPDF.Name = "ppChbxAlwaysOvrWrtPDF";
|
||||
this.ppChbxAlwaysOvrWrtPDF.Size = new System.Drawing.Size(168, 21);
|
||||
this.ppChbxAlwaysOvrWrtPDF.TabIndex = 65;
|
||||
this.ppChbxAlwaysOvrWrtPDF.Text = "Always Overwrite PDF";
|
||||
this.ppChbxAlwaysOvrWrtPDF.UseVisualStyleBackColor = false;
|
||||
//
|
||||
// ppGrpbxPrnAdj
|
||||
//
|
||||
this.ppGrpbxPrnAdj.BackColor = System.Drawing.Color.Transparent;
|
||||
this.ppGrpbxPrnAdj.CanvasColor = System.Drawing.SystemColors.Control;
|
||||
this.ppGrpbxPrnAdj.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
|
||||
this.ppGrpbxPrnAdj.Controls.Add(this.ppNumUpDwnOvrdPrnPenWidth);
|
||||
this.ppGrpbxPrnAdj.Controls.Add(this.label19);
|
||||
this.ppGrpbxPrnAdj.Controls.Add(this.label22);
|
||||
this.ppGrpbxPrnAdj.Controls.Add(this.label20);
|
||||
this.ppGrpbxPrnAdj.Controls.Add(this.ppNumUpDwnAdjPrnStartPos);
|
||||
this.ppGrpbxPrnAdj.Controls.Add(this.ppNumUpDwnOverdPrnPenBoldWidth);
|
||||
this.ppGrpbxPrnAdj.Controls.Add(this.label21);
|
||||
this.ppGrpbxPrnAdj.Controls.Add(this.ppNumUpDwnOvrdPrnPenULineWidth);
|
||||
this.ppGrpbxPrnAdj.Location = new System.Drawing.Point(12, 138);
|
||||
this.ppGrpbxPrnAdj.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppGrpbxPrnAdj.Name = "ppGrpbxPrnAdj";
|
||||
this.ppGrpbxPrnAdj.Size = new System.Drawing.Size(623, 119);
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ppGrpbxPrnAdj.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
||||
this.ppGrpbxPrnAdj.Style.BackColorGradientAngle = 90;
|
||||
this.ppGrpbxPrnAdj.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
||||
this.ppGrpbxPrnAdj.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
||||
this.ppGrpbxPrnAdj.Style.BorderBottomWidth = 1;
|
||||
this.ppGrpbxPrnAdj.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
||||
this.ppGrpbxPrnAdj.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
||||
this.ppGrpbxPrnAdj.Style.BorderLeftWidth = 1;
|
||||
this.ppGrpbxPrnAdj.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
||||
this.ppGrpbxPrnAdj.Style.BorderRightWidth = 1;
|
||||
this.ppGrpbxPrnAdj.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
|
||||
this.ppGrpbxPrnAdj.Style.BorderTopWidth = 1;
|
||||
this.ppGrpbxPrnAdj.Style.Class = "";
|
||||
this.ppGrpbxPrnAdj.Style.CornerDiameter = 4;
|
||||
this.ppGrpbxPrnAdj.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
|
||||
this.ppGrpbxPrnAdj.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
|
||||
this.ppGrpbxPrnAdj.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
||||
this.ppGrpbxPrnAdj.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ppGrpbxPrnAdj.StyleMouseDown.Class = "";
|
||||
this.ppGrpbxPrnAdj.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
//
|
||||
//
|
||||
//
|
||||
this.ppGrpbxPrnAdj.StyleMouseOver.Class = "";
|
||||
this.ppGrpbxPrnAdj.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.ppGrpbxPrnAdj.TabIndex = 65;
|
||||
this.ppGrpbxPrnAdj.Text = "Output Adjustments";
|
||||
//
|
||||
// tiOutputSettings
|
||||
//
|
||||
this.tiOutputSettings.AttachedControl = this.tcpOutputSettings;
|
||||
this.tiOutputSettings.Name = "tiOutputSettings";
|
||||
this.tiOutputSettings.Text = "Output Settings";
|
||||
//
|
||||
// tabControlPanel5
|
||||
//
|
||||
this.tabControlPanel5.AutoScroll = true;
|
||||
this.tabControlPanel5.Controls.Add(this.ppGrdLibDocList);
|
||||
this.tabControlPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tabControlPanel5.Location = new System.Drawing.Point(0, 24);
|
||||
this.tabControlPanel5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.tabControlPanel5.Name = "tabControlPanel5";
|
||||
this.tabControlPanel5.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.tabControlPanel5.Size = new System.Drawing.Size(657, 349);
|
||||
this.tabControlPanel5.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
|
||||
this.tabControlPanel5.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(195)))), ((int)(((byte)(195)))));
|
||||
this.tabControlPanel5.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
this.tabControlPanel5.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
|
||||
this.tabControlPanel5.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
|
||||
| DevComponents.DotNetBar.eBorderSide.Bottom)));
|
||||
this.tabControlPanel5.Style.GradientAngle = 90;
|
||||
this.tabControlPanel5.TabIndex = 5;
|
||||
this.tabControlPanel5.TabItem = this.tiLibDocs;
|
||||
this.tabControlPanel5.Enter += new System.EventHandler(this.tabpage_Enter);
|
||||
//
|
||||
// ppGrdLibDocList
|
||||
//
|
||||
this.ppGrdLibDocList.AllowUserToAddRows = false;
|
||||
this.ppGrdLibDocList.AutoGenerateColumns = false;
|
||||
this.ppGrdLibDocList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||
this.ppGrdLibDocList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||||
this.documentEntryCountDataGridViewTextBoxColumn,
|
||||
this.libTitleDataGridViewTextBoxColumn});
|
||||
this.ppGrdLibDocList.DataSource = this.documentInfoListBindingSource;
|
||||
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
|
||||
dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
|
||||
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||||
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText;
|
||||
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||||
this.ppGrdLibDocList.DefaultCellStyle = dataGridViewCellStyle2;
|
||||
this.ppGrdLibDocList.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.ppGrdLibDocList.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
|
||||
this.ppGrdLibDocList.HighlightSelectedColumnHeaders = false;
|
||||
this.ppGrdLibDocList.Location = new System.Drawing.Point(1, 1);
|
||||
this.ppGrdLibDocList.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.ppGrdLibDocList.Name = "ppGrdLibDocList";
|
||||
this.ppGrdLibDocList.RowHeadersVisible = false;
|
||||
this.ppGrdLibDocList.RowTemplate.Height = 24;
|
||||
this.ppGrdLibDocList.SelectAllSignVisible = false;
|
||||
this.ppGrdLibDocList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
||||
this.ppGrdLibDocList.Size = new System.Drawing.Size(655, 347);
|
||||
this.ppGrdLibDocList.TabIndex = 1;
|
||||
//
|
||||
// documentEntryCountDataGridViewTextBoxColumn
|
||||
//
|
||||
this.documentEntryCountDataGridViewTextBoxColumn.DataPropertyName = "DocumentEntryCount";
|
||||
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||||
this.documentEntryCountDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle1;
|
||||
this.documentEntryCountDataGridViewTextBoxColumn.HeaderText = "Number of Usages";
|
||||
this.documentEntryCountDataGridViewTextBoxColumn.Name = "documentEntryCountDataGridViewTextBoxColumn";
|
||||
this.documentEntryCountDataGridViewTextBoxColumn.ReadOnly = true;
|
||||
this.documentEntryCountDataGridViewTextBoxColumn.Width = 95;
|
||||
//
|
||||
// libTitleDataGridViewTextBoxColumn
|
||||
//
|
||||
this.libTitleDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
||||
this.libTitleDataGridViewTextBoxColumn.DataPropertyName = "LibTitle";
|
||||
this.libTitleDataGridViewTextBoxColumn.HeaderText = "Library Document Title";
|
||||
this.libTitleDataGridViewTextBoxColumn.Name = "libTitleDataGridViewTextBoxColumn";
|
||||
this.libTitleDataGridViewTextBoxColumn.ReadOnly = true;
|
||||
//
|
||||
// documentInfoListBindingSource
|
||||
//
|
||||
this.documentInfoListBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.DocumentInfo);
|
||||
//
|
||||
// tiLibDocs
|
||||
//
|
||||
this.tiLibDocs.AttachedControl = this.tabControlPanel5;
|
||||
this.tiLibDocs.Name = "tiLibDocs";
|
||||
this.tiLibDocs.Text = "Library Documents";
|
||||
//
|
||||
// panVerBtns
|
||||
//
|
||||
@ -1488,32 +1550,6 @@ namespace VEPROMS
|
||||
this.btnGeneral.Text = "General";
|
||||
this.btnGeneral.Click += new System.EventHandler(this.btnGeneral_Click);
|
||||
//
|
||||
// docVersionConfigBindingSource
|
||||
//
|
||||
this.docVersionConfigBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.DocVersionConfig);
|
||||
//
|
||||
// documentEntryCountDataGridViewTextBoxColumn
|
||||
//
|
||||
this.documentEntryCountDataGridViewTextBoxColumn.DataPropertyName = "DocumentEntryCount";
|
||||
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||||
this.documentEntryCountDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle1;
|
||||
this.documentEntryCountDataGridViewTextBoxColumn.HeaderText = "Number of Usages";
|
||||
this.documentEntryCountDataGridViewTextBoxColumn.Name = "documentEntryCountDataGridViewTextBoxColumn";
|
||||
this.documentEntryCountDataGridViewTextBoxColumn.ReadOnly = true;
|
||||
this.documentEntryCountDataGridViewTextBoxColumn.Width = 95;
|
||||
//
|
||||
// libTitleDataGridViewTextBoxColumn
|
||||
//
|
||||
this.libTitleDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
||||
this.libTitleDataGridViewTextBoxColumn.DataPropertyName = "LibTitle";
|
||||
this.libTitleDataGridViewTextBoxColumn.HeaderText = "Library Document Title";
|
||||
this.libTitleDataGridViewTextBoxColumn.Name = "libTitleDataGridViewTextBoxColumn";
|
||||
this.libTitleDataGridViewTextBoxColumn.ReadOnly = true;
|
||||
//
|
||||
// documentInfoListBindingSource
|
||||
//
|
||||
this.documentInfoListBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.DocumentInfo);
|
||||
//
|
||||
// formatInfoListBindingSource
|
||||
//
|
||||
this.formatInfoListBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.FormatInfo);
|
||||
@ -1525,7 +1561,7 @@ namespace VEPROMS
|
||||
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||||
this.CancelButton = this.ppBtnCancel;
|
||||
this.CaptionFont = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.ClientSize = new System.Drawing.Size(837, 402);
|
||||
this.ClientSize = new System.Drawing.Size(837, 431);
|
||||
this.Controls.Add(this.panVerBtns);
|
||||
this.Controls.Add(this.tcVersions);
|
||||
this.Controls.Add(this.ppCbShwDefSettings);
|
||||
@ -1540,6 +1576,7 @@ namespace VEPROMS
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "Versions Properties";
|
||||
this.Load += new System.EventHandler(this.frmVersionsProperties_Load);
|
||||
((System.ComponentModel.ISupportInitialize)(this.docVersionConfigBindingSource)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.imageCodecInfoBindingSource)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ppNumUpDwnOvrdPrnPenWidth)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ppNumUpDwnOverdPrnPenBoldWidth)).EndInit();
|
||||
@ -1551,23 +1588,22 @@ namespace VEPROMS
|
||||
this.ppGpbxUserSpecTxt.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.tcVersions)).EndInit();
|
||||
this.tcVersions.ResumeLayout(false);
|
||||
this.tabControlPanel5.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.ppGrdLibDocList)).EndInit();
|
||||
this.tcpGeneral.ResumeLayout(false);
|
||||
this.tcpGeneral.PerformLayout();
|
||||
this.tcpFormatSettings.ResumeLayout(false);
|
||||
this.tcpFormatSettings.PerformLayout();
|
||||
this.tcpRefereceObjects.ResumeLayout(false);
|
||||
this.tcpRefereceObjects.PerformLayout();
|
||||
this.ppGpbxUpROvals.ResumeLayout(false);
|
||||
this.tcpOutputSettings.ResumeLayout(false);
|
||||
this.tcpOutputSettings.PerformLayout();
|
||||
this.ppGrpbxPrnAdj.ResumeLayout(false);
|
||||
this.ppGrpbxPrnAdj.PerformLayout();
|
||||
this.tcpRefereceObjects.ResumeLayout(false);
|
||||
this.tcpRefereceObjects.PerformLayout();
|
||||
this.ppGpbxUpROvals.ResumeLayout(false);
|
||||
this.tcpGeneral.ResumeLayout(false);
|
||||
this.tcpGeneral.PerformLayout();
|
||||
this.tabControlPanel5.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.ppGrdLibDocList)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.documentInfoListBindingSource)).EndInit();
|
||||
this.panVerBtns.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.ROPrefixBindingSource)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.docVersionConfigBindingSource)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.documentInfoListBindingSource)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.formatInfoListBindingSource)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
@ -1676,5 +1712,7 @@ namespace VEPROMS
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn documentEntryCountDataGridViewTextBoxColumn;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn libTitleDataGridViewTextBoxColumn;
|
||||
private System.Windows.Forms.FolderBrowserDialog PDFLocationBrowserDialog;
|
||||
private System.Windows.Forms.CheckBox ppChbxAlwaysViewPDF;
|
||||
private System.Windows.Forms.CheckBox ppChbxAlwaysOvrWrtPDF;
|
||||
}
|
||||
}
|
@ -820,6 +820,6 @@ namespace VEPROMS
|
||||
//tcpOutputSettings.Focus();
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
@ -160,8 +160,8 @@ Check "Show Default Settings" to display the "default" Change Bar Custom Message
|
||||
<data name="ppBtnPDFLoc.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK/AAA
|
||||
CvwBmdu77wAAAn9JREFUOE+lk2tI01EYxhf0oU8WqVEIRpaIBWJgSPUhROmippS3QkkTylsXDMW8ts3b
|
||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK+wAA
|
||||
CvsBy58dkAAAAn9JREFUOE+lk2tI01EYxhf0oU8WqVEIRpaIBWJgSPUhROmippS3QkkTylsXDMW8ts3b
|
||||
1G06daVibuqaOq0sxbBCKBSJ0PJCialZUFSKqaGSt1//TbIsww8deOBwznl+5zkv71kHiP5rGAFrKb1Q
|
||||
5ypR6bmaVU6m2kCiXJv007Om2XgwJEaNT4QiyDi/GF9mKRVgsWkav+CYQkR1utwAQfypphqZ4l/JIhOL
|
||||
jvtGKfCOyDMB6O/WMjNea9L3MT1zIxoM5QrqdWnS1SA+kUq8w1V4hhUgqq1QMj1WtcK88KmIud5oqsqy
|
||||
@ -202,8 +202,8 @@ Auto - pagination is done when VE-PROMS senses a change was made to the procedur
|
||||
<data name="btnRoDbProperties.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK/gAA
|
||||
Cv4B5iV4ZgAAAg9JREFUOE+lk91LU2EAxo9/QV4kgSiBXYggXhS7sBIUiUgHCd4UZTG0u9Ka9sEuumgS
|
||||
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK+wAA
|
||||
CvsBy58dkAAAAg9JREFUOE+lk91LU2EAxo9/QV4kgSiBXYggXhS7sBIUiUgHCd4UZTG0u9Ka9sEuumgS
|
||||
homLcOwcTqGuc5bh59lcM1K3VNoqERoIFjnaVNwEB0sGDbfH933nhLlTBA0eDpzD7/c8nLM3DwD3Xz8q
|
||||
UMvwq95KEgwNPIUkdqHfbIRgeghzt4HGILp4yJ7Rv8Pxn0ZksvP9PmJfb2BJuc4kFBb8z3MFmWYK6q9U
|
||||
M0EGjvoasDV7BmFnGYzSPTxwN4GzOb+ARp78BHl8GnQ2hW7r6tm1/fJZ1pyB15RSLFuL0NrXgpuORnDy
|
||||
|
Loading…
x
Reference in New Issue
Block a user