diff --git a/PROMS/VEPROMS User Interface/frmFolderProperties.Designer.cs b/PROMS/VEPROMS User Interface/frmFolderProperties.Designer.cs
index 5ad4efd9..7ccebc10 100644
--- a/PROMS/VEPROMS User Interface/frmFolderProperties.Designer.cs
+++ b/PROMS/VEPROMS User Interface/frmFolderProperties.Designer.cs
@@ -155,6 +155,18 @@ namespace VEPROMS
this.btnRefObjs = new DevComponents.DotNetBar.ButtonX();
this.btnGeneral = new DevComponents.DotNetBar.ButtonX();
this.tcFolder = new DevComponents.DotNetBar.TabControl();
+ this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
+ this.btnAnnoTypeApply = new DevComponents.DotNetBar.ButtonX();
+ this.txbxRemoveMsg = new DevComponents.DotNetBar.Controls.TextBoxX();
+ this.btnAnnoTypeUndo = new DevComponents.DotNetBar.ButtonX();
+ this.btnAnnoTypeRemove = new DevComponents.DotNetBar.ButtonX();
+ this.btnAnnoTypeNew = new DevComponents.DotNetBar.ButtonX();
+ this.lblAnnoTypeCntMessage = new System.Windows.Forms.Label();
+ this.tbxAnnotationDescription = new System.Windows.Forms.TextBox();
+ this.lbAnnotationTypes = new System.Windows.Forms.ListBox();
+ this.tiAnnoTypes = new DevComponents.DotNetBar.TabItem(this.components);
+ this.tcpGeneral = new DevComponents.DotNetBar.TabControlPanel();
+ this.tiGeneral = new DevComponents.DotNetBar.TabItem(this.components);
this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
this.btnRevisionStageApply = new DevComponents.DotNetBar.ButtonX();
this.gpApprvStageTypes = new DevComponents.DotNetBar.Controls.GroupPanel();
@@ -164,21 +176,10 @@ namespace VEPROMS
this.tbRevisionStage = new System.Windows.Forms.TextBox();
this.lbRevisionStages = new System.Windows.Forms.ListBox();
this.tiRevisionStages = 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.tiOutputSettings = new DevComponents.DotNetBar.TabItem(this.components);
this.tcpRefObjs = new DevComponents.DotNetBar.TabControlPanel();
this.tiRefObj = new DevComponents.DotNetBar.TabItem(this.components);
- this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
- this.txbxRemoveMsg = new DevComponents.DotNetBar.Controls.TextBoxX();
- this.btnAnnoTypeUndo = new DevComponents.DotNetBar.ButtonX();
- this.btnAnnoTypeRemove = new DevComponents.DotNetBar.ButtonX();
- this.btnAnnoTypeNew = new DevComponents.DotNetBar.ButtonX();
- this.lblAnnoTypeCntMessage = new System.Windows.Forms.Label();
- this.tbxAnnotationDescription = new System.Windows.Forms.TextBox();
- this.lbAnnotationTypes = new System.Windows.Forms.ListBox();
- this.tiAnnoTypes = new DevComponents.DotNetBar.TabItem(this.components);
this.tcpEdSettings = new DevComponents.DotNetBar.TabControlPanel();
this.tiEditSettings = new DevComponents.DotNetBar.TabItem(this.components);
this.tcpFmtSettings = new DevComponents.DotNetBar.TabControlPanel();
@@ -187,7 +188,6 @@ namespace VEPROMS
this.tiStMsg = new DevComponents.DotNetBar.TabItem(this.components);
this.formatInfoListBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.annotationTypesBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.btnAnnoTypeApply = new DevComponents.DotNetBar.ButtonX();
((System.ComponentModel.ISupportInitialize)(this.folderConfigBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.imageCodecInfoBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ppNumUpDwnOvrdPrnPenWidth)).BeginInit();
@@ -205,12 +205,12 @@ namespace VEPROMS
this.panButtons.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tcFolder)).BeginInit();
this.tcFolder.SuspendLayout();
+ this.tabControlPanel1.SuspendLayout();
+ this.tcpGeneral.SuspendLayout();
this.tabControlPanel2.SuspendLayout();
this.gpApprvStageTypes.SuspendLayout();
- this.tcpGeneral.SuspendLayout();
this.tcpOutputSettings.SuspendLayout();
this.tcpRefObjs.SuspendLayout();
- this.tabControlPanel1.SuspendLayout();
this.tcpEdSettings.SuspendLayout();
this.tcpFmtSettings.SuspendLayout();
this.tcpStMsg.SuspendLayout();
@@ -221,7 +221,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(489, 249);
+ this.ppBtnOK.Location = new System.Drawing.Point(539, 280);
this.ppBtnOK.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnOK.Name = "ppBtnOK";
this.ppBtnOK.Size = new System.Drawing.Size(56, 21);
@@ -234,16 +234,16 @@ 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(560, 249);
+ this.ppBtnCancel.Location = new System.Drawing.Point(610, 280);
this.ppBtnCancel.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnCancel.Name = "ppBtnCancel";
this.ppBtnCancel.Size = new System.Drawing.Size(56, 21);
this.ppBtnCancel.TabIndex = 91;
this.ppBtnCancel.Text = "Cancel";
this.ppBtnCancel.UseVisualStyleBackColor = true;
- this.ppBtnCancel.MouseLeave += new System.EventHandler(this.ppBtnCancel_MouseLeave);
this.ppBtnCancel.Click += new System.EventHandler(this.ppBtnCancel_Click);
this.ppBtnCancel.MouseEnter += new System.EventHandler(this.ppBtnCancel_MouseEnter);
+ this.ppBtnCancel.MouseLeave += new System.EventHandler(this.ppBtnCancel_MouseLeave);
//
// lblHeading
//
@@ -426,8 +426,8 @@ namespace VEPROMS
this.ppBtnDefWatermark.Name = "ppBtnDefWatermark";
this.ppBtnDefWatermark.Size = new System.Drawing.Size(40, 20);
this.superTooltip1.SetSuperTooltip(this.ppBtnDefWatermark, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", "This will revert the watermark selection back to using the parent\'s (default) set" +
- "ting.\r\n\r\nCheck \"Show Default Settings\" to display the \"default\" watermark (below" +
- " the Watermark selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(255, 145)));
+ "ting.\r\n\r\nCheck \"Show Default Settings\" to display the \"default\" watermark (below" +
+ " the Watermark selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(255, 145)));
this.ppBtnDefWatermark.TabIndex = 31;
this.ppBtnDefWatermark.Text = "Default";
this.ppBtnDefWatermark.ThemeAware = true;
@@ -460,7 +460,7 @@ namespace VEPROMS
this.ppLblAutoDuplexDefault.Name = "ppLblAutoDuplexDefault";
this.ppLblAutoDuplexDefault.Size = new System.Drawing.Size(64, 13);
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" +
- "ng back\r\nto this default.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
+ "ng back\r\nto this default.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
this.ppLblAutoDuplexDefault.TabIndex = 51;
this.ppLblAutoDuplexDefault.Text = "(default ON)";
//
@@ -475,7 +475,7 @@ namespace VEPROMS
this.ppLblWatermarkDefault.Name = "ppLblWatermarkDefault";
this.ppLblWatermarkDefault.Size = new System.Drawing.Size(45, 13);
this.superTooltip1.SetSuperTooltip(this.ppLblWatermarkDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Watermark setting", "", "Pressing the Default Button (to the right)\r\nwill reset the watermark setting back" +
- " to \r\nthis default.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
+ " to \r\nthis default.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
this.ppLblWatermarkDefault.TabIndex = 50;
this.ppLblWatermarkDefault.Text = "(default)";
//
@@ -555,7 +555,7 @@ namespace VEPROMS
this.ppNumUpDwnAdjPrnStartPos.Name = "ppNumUpDwnAdjPrnStartPos";
this.ppNumUpDwnAdjPrnStartPos.Size = new System.Drawing.Size(35, 20);
this.superTooltip1.SetSuperTooltip(this.ppNumUpDwnAdjPrnStartPos, new DevComponents.DotNetBar.SuperTooltipInfo("Starting Print Position", "", "Allows you to move the starting point on the page of where text and boarder begin" +
- " printing.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
+ " printing.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
this.ppNumUpDwnAdjPrnStartPos.TabIndex = 37;
this.ppNumUpDwnAdjPrnStartPos.TabStop = false;
//
@@ -579,7 +579,7 @@ namespace VEPROMS
this.ppChbxDisAutoDuplex.Name = "ppChbxDisAutoDuplex";
this.ppChbxDisAutoDuplex.Size = new System.Drawing.Size(161, 17);
this.superTooltip1.SetSuperTooltip(this.ppChbxDisAutoDuplex, new DevComponents.DotNetBar.SuperTooltipInfo("Disable Automatic Duplex", "", "Checking this box will turn OFF the automatic duplexing used in some formats for " +
- "Foldout pages.", null, null, DevComponents.DotNetBar.eTooltipColor.System, true, false, new System.Drawing.Size(0, 0)));
+ "Foldout pages.", null, null, DevComponents.DotNetBar.eTooltipColor.System, true, false, new System.Drawing.Size(0, 0)));
this.ppChbxDisAutoDuplex.TabIndex = 32;
this.ppChbxDisAutoDuplex.Text = "Disable Automatic Duplexing";
this.ppChbxDisAutoDuplex.UseVisualStyleBackColor = false;
@@ -704,8 +704,8 @@ namespace VEPROMS
this.ppBtnDefaultChgBar.Name = "ppBtnDefaultChgBar";
this.ppBtnDefaultChgBar.Size = new System.Drawing.Size(44, 20);
this.superTooltip1.SetSuperTooltip(this.ppBtnDefaultChgBar, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", "This will revert the Change Bar selection back to using the parent\'s (default) se" +
- "tting.\r\n\r\nCheck \"Show Default Settings\" to display the \"default\" Change Bar (bel" +
- "ow the Change Bars selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(250, 145)));
+ "tting.\r\n\r\nCheck \"Show Default Settings\" to display the \"default\" Change Bar (bel" +
+ "ow the Change Bars selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(250, 145)));
this.ppBtnDefaultChgBar.TabIndex = 53;
this.ppBtnDefaultChgBar.Text = "Default";
this.ppBtnDefaultChgBar.ThemeAware = true;
@@ -736,8 +736,8 @@ namespace VEPROMS
this.ppBtnDefaultFmt.Name = "ppBtnDefaultFmt";
this.ppBtnDefaultFmt.Size = new System.Drawing.Size(44, 20);
this.superTooltip1.SetSuperTooltip(this.ppBtnDefaultFmt, new DevComponents.DotNetBar.SuperTooltipInfo("Default Button", "", "This will revert the format selection back to using the parent\'s format.\r\n\r\nCheck" +
- " \"Show Default Settings\" to display the \"default\" format name (below the format " +
- "selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.System, true, true, new System.Drawing.Size(200, 150)));
+ " \"Show Default Settings\" to display the \"default\" format name (below the format " +
+ "selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.System, true, true, new System.Drawing.Size(200, 150)));
this.ppBtnDefaultFmt.TabIndex = 51;
this.ppBtnDefaultFmt.Text = "Default";
this.ppBtnDefaultFmt.ThemeAware = true;
@@ -771,7 +771,7 @@ namespace VEPROMS
this.ppLblChangeBarTypeDefault.Name = "ppLblChangeBarTypeDefault";
this.ppLblChangeBarTypeDefault.Size = new System.Drawing.Size(79, 13);
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 " +
- "to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(270, 70)));
+ "to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(270, 70)));
this.ppLblChangeBarTypeDefault.TabIndex = 43;
this.ppLblChangeBarTypeDefault.Text = "(default setting)";
//
@@ -786,7 +786,7 @@ namespace VEPROMS
this.ppLblFormatDefault.Name = "ppLblFormatDefault";
this.ppLblFormatDefault.Size = new System.Drawing.Size(77, 13);
this.superTooltip1.SetSuperTooltip(this.ppLblFormatDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Format setting", "", "Pressing the Default Button (to the right)\r\nwill set the format setting back to t" +
- "his.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(255, 70)));
+ "his.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(255, 70)));
this.ppLblFormatDefault.TabIndex = 42;
this.ppLblFormatDefault.Text = "(default format)";
this.ppLblFormatDefault.Visible = false;
@@ -794,7 +794,7 @@ namespace VEPROMS
// ppBtnDefCbTxtTyp
//
this.ppBtnDefCbTxtTyp.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.ppBtnDefCbTxtTyp.Location = new System.Drawing.Point(210, 21);
+ this.ppBtnDefCbTxtTyp.Location = new System.Drawing.Point(229, 21);
this.ppBtnDefCbTxtTyp.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnDefCbTxtTyp.Name = "ppBtnDefCbTxtTyp";
this.ppBtnDefCbTxtTyp.Size = new System.Drawing.Size(44, 20);
@@ -830,7 +830,7 @@ namespace VEPROMS
this.ppCmbxChgBarTxtType.Location = new System.Drawing.Point(64, 21);
this.ppCmbxChgBarTxtType.Margin = new System.Windows.Forms.Padding(2);
this.ppCmbxChgBarTxtType.Name = "ppCmbxChgBarTxtType";
- this.ppCmbxChgBarTxtType.Size = new System.Drawing.Size(143, 21);
+ this.ppCmbxChgBarTxtType.Size = new System.Drawing.Size(161, 21);
this.ppCmbxChgBarTxtType.TabIndex = 54;
this.ppCmbxChgBarTxtType.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.ppCmbxChgBarTxtType.WatermarkText = "select change bar text type";
@@ -864,7 +864,7 @@ namespace VEPROMS
this.ppLblChgBarTxtTypeDefault.Name = "ppLblChgBarTxtTypeDefault";
this.ppLblChgBarTxtTypeDefault.Size = new System.Drawing.Size(79, 13);
this.superTooltip1.SetSuperTooltip(this.ppLblChgBarTxtTypeDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Custom Change Bar Text Type", "", "Pressing the Default Button (to the right) will set the Cusotom Change Bar Text T" +
- "ype setting back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
+ "ype setting back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
this.ppLblChgBarTxtTypeDefault.TabIndex = 13;
this.ppLblChgBarTxtTypeDefault.Text = "(default setting)";
//
@@ -878,7 +878,7 @@ namespace VEPROMS
this.ppLblChgBarPosDefault.Name = "ppLblChgBarPosDefault";
this.ppLblChgBarPosDefault.Size = new System.Drawing.Size(79, 13);
this.superTooltip1.SetSuperTooltip(this.ppLblChgBarPosDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Custom Change Bar Position", "", "Pressing the Default Button (to the right) will set the Cusotom Change Bar Positi" +
- "on setting back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(300, 80)));
+ "on setting back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(300, 80)));
this.ppLblChgBarPosDefault.TabIndex = 12;
this.ppLblChgBarPosDefault.Text = "(default setting)";
this.ppLblChgBarPosDefault.Visible = false;
@@ -921,7 +921,7 @@ namespace VEPROMS
this.ppLblChgBarUserMsgTwoDefault.Name = "ppLblChgBarUserMsgTwoDefault";
this.ppLblChgBarUserMsgTwoDefault.Size = new System.Drawing.Size(39, 13);
this.superTooltip1.SetSuperTooltip(this.ppLblChgBarUserMsgTwoDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Custom Message Line Two", "", "Pressing the Default Button (to the right) will set the Cusotom Change Bar Messag" +
- "e Line Two setting back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0)));
+ "e Line Two setting back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0)));
this.ppLblChgBarUserMsgTwoDefault.TabIndex = 7;
this.ppLblChgBarUserMsgTwoDefault.Text = "(blank)";
this.ppLblChgBarUserMsgTwoDefault.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -936,7 +936,7 @@ namespace VEPROMS
this.ppLblChgBarUserMsgOneDefault.Name = "ppLblChgBarUserMsgOneDefault";
this.ppLblChgBarUserMsgOneDefault.Size = new System.Drawing.Size(39, 13);
this.superTooltip1.SetSuperTooltip(this.ppLblChgBarUserMsgOneDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Custom Message Line One", "", "Pressing the Default Button (to the right) will set the Cusotom Change Bar Messag" +
- "e Line One setting back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0)));
+ "e Line One setting back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0)));
this.ppLblChgBarUserMsgOneDefault.TabIndex = 6;
this.ppLblChgBarUserMsgOneDefault.Text = "(blank)";
this.ppLblChgBarUserMsgOneDefault.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -1263,7 +1263,7 @@ namespace VEPROMS
this.ppCmbxStpEditorCols.Name = "ppCmbxStpEditorCols";
this.ppCmbxStpEditorCols.Size = new System.Drawing.Size(128, 21);
this.superTooltip1.SetSuperTooltip(this.ppCmbxStpEditorCols, new DevComponents.DotNetBar.SuperTooltipInfo("Step Editor Columns", "", "This will be the default number of columns pre-selected when a new step editor se" +
- "ction is created.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
+ "ction is created.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
this.ppCmbxStpEditorCols.TabIndex = 60;
this.ppCmbxStpEditorCols.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.ppCmbxStpEditorCols.WatermarkText = "Select Default Columns";
@@ -1280,7 +1280,7 @@ namespace VEPROMS
this.ppLblStpEditorColsDefault.Name = "ppLblStpEditorColsDefault";
this.ppLblStpEditorColsDefault.Size = new System.Drawing.Size(45, 13);
this.superTooltip1.SetSuperTooltip(this.ppLblStpEditorColsDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Step Editor Columns setting", "", "Pressing the Default Button (to the right) will set the Step Editor Columns setti" +
- "ng back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(300, 65)));
+ "ng back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(300, 65)));
this.ppLblStpEditorColsDefault.TabIndex = 47;
this.ppLblStpEditorColsDefault.Text = "(default)";
//
@@ -1473,7 +1473,7 @@ namespace VEPROMS
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.ForeColor = System.Drawing.Color.MidnightBlue;
- this.ppLblDefSettingsInfo.Location = new System.Drawing.Point(1, 271);
+ this.ppLblDefSettingsInfo.Location = new System.Drawing.Point(1, 304);
this.ppLblDefSettingsInfo.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.ppLblDefSettingsInfo.Name = "ppLblDefSettingsInfo";
this.ppLblDefSettingsInfo.Size = new System.Drawing.Size(179, 13);
@@ -1492,13 +1492,13 @@ namespace VEPROMS
//
//
this.ppCbShwDefSettings.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ppCbShwDefSettings.Location = new System.Drawing.Point(3, 286);
+ this.ppCbShwDefSettings.Location = new System.Drawing.Point(3, 319);
this.ppCbShwDefSettings.Margin = new System.Windows.Forms.Padding(2);
this.ppCbShwDefSettings.Name = "ppCbShwDefSettings";
this.ppCbShwDefSettings.Size = new System.Drawing.Size(177, 19);
this.ppCbShwDefSettings.Style = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
this.superTooltip1.SetSuperTooltip(this.ppCbShwDefSettings, new DevComponents.DotNetBar.SuperTooltipInfo("Show Default Settings", "", "When checked, the default (parent\'s) setting will appear below the overridden sel" +
- "ection.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
+ "ection.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
this.ppCbShwDefSettings.TabIndex = 92;
this.ppCbShwDefSettings.Text = "Show Default Settings";
this.ppCbShwDefSettings.CheckedChanged += new System.EventHandler(this.tabpage_Enter);
@@ -1601,7 +1601,7 @@ namespace VEPROMS
this.ppGpbxUserSpecCB.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.superTooltip1.SetSuperTooltip(this.ppGpbxUserSpecCB, new DevComponents.DotNetBar.SuperTooltipInfo("Custom Change Bar Settings", "", resources.GetString("ppGpbxUserSpecCB.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(240, 155)));
this.ppGpbxUserSpecCB.TabIndex = 48;
- this.ppGpbxUserSpecCB.Text = "Custom Change Bar Text";
+ this.ppGpbxUserSpecCB.Text = "Override Change Bar Text Type";
//
// ppGpbxUserSpecTxt
//
@@ -1712,9 +1712,9 @@ namespace VEPROMS
this.superTooltip1.SetSuperTooltip(this.rbWorkflowStage, new DevComponents.DotNetBar.SuperTooltipInfo("Workflow Stage", "", resources.GetString("rbWorkflowStage.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(320, 115)));
this.rbWorkflowStage.TabIndex = 6;
this.rbWorkflowStage.Text = "Workflow Stage (Keep Change Bars)";
- this.rbWorkflowStage.MouseLeave += new System.EventHandler(this.rbReviseStage_MouseLeave);
this.rbWorkflowStage.CheckedChanged += new System.EventHandler(this.rbWorkflowStage_CheckedChanged);
this.rbWorkflowStage.MouseEnter += new System.EventHandler(this.rbReviseStage_MouseEnter);
+ this.rbWorkflowStage.MouseLeave += new System.EventHandler(this.rbReviseStage_MouseLeave);
//
// rbApprovalStage
//
@@ -1729,13 +1729,13 @@ namespace VEPROMS
this.rbApprovalStage.Size = new System.Drawing.Size(222, 23);
this.rbApprovalStage.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.superTooltip1.SetSuperTooltip(this.rbApprovalStage, new DevComponents.DotNetBar.SuperTooltipInfo("Approval Stage", "", "When the approval function is run:\r\n - Change Bars are REMOVED in the Working Dra" +
- "ft\r\n - The resulting PDF will NOT have a watermark on each page.\r\n - Procedure H" +
- "istory is RESET.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(330, 80)));
+ "ft\r\n - The resulting PDF will NOT have a watermark on each page.\r\n - Procedure H" +
+ "istory is RESET.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(330, 80)));
this.rbApprovalStage.TabIndex = 7;
this.rbApprovalStage.Text = "Approval Stage (Remove Change Bars)";
- this.rbApprovalStage.MouseLeave += new System.EventHandler(this.rbApproveStage_MouseLeave);
this.rbApprovalStage.CheckedChanged += new System.EventHandler(this.rbApproveStage_CheckedChanged);
this.rbApprovalStage.MouseEnter += new System.EventHandler(this.rbApproveStage_MouseEnter);
+ this.rbApprovalStage.MouseLeave += new System.EventHandler(this.rbApproveStage_MouseLeave);
//
// dlgROFolder
//
@@ -1868,20 +1868,20 @@ namespace VEPROMS
this.tcFolder.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.tcFolder.BackColor = System.Drawing.Color.Transparent;
this.tcFolder.CanReorderTabs = true;
- this.tcFolder.Controls.Add(this.tabControlPanel1);
- this.tcFolder.Controls.Add(this.tcpGeneral);
- this.tcFolder.Controls.Add(this.tabControlPanel2);
- this.tcFolder.Controls.Add(this.tcpOutputSettings);
- this.tcFolder.Controls.Add(this.tcpRefObjs);
- this.tcFolder.Controls.Add(this.tcpEdSettings);
this.tcFolder.Controls.Add(this.tcpFmtSettings);
+ this.tcFolder.Controls.Add(this.tabControlPanel1);
+ this.tcFolder.Controls.Add(this.tcpRefObjs);
+ this.tcFolder.Controls.Add(this.tcpGeneral);
+ this.tcFolder.Controls.Add(this.tcpEdSettings);
this.tcFolder.Controls.Add(this.tcpStMsg);
- this.tcFolder.Location = new System.Drawing.Point(135, 6);
+ this.tcFolder.Controls.Add(this.tcpOutputSettings);
+ this.tcFolder.Controls.Add(this.tabControlPanel2);
+ this.tcFolder.Location = new System.Drawing.Point(156, 6);
this.tcFolder.Margin = new System.Windows.Forms.Padding(2);
this.tcFolder.Name = "tcFolder";
this.tcFolder.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold);
this.tcFolder.SelectedTabIndex = 0;
- this.tcFolder.Size = new System.Drawing.Size(484, 234);
+ this.tcFolder.Size = new System.Drawing.Size(510, 258);
this.tcFolder.Style = DevComponents.DotNetBar.eTabStripStyle.Office2007Dock;
this.tcFolder.TabIndex = 27;
this.tcFolder.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
@@ -1896,6 +1896,180 @@ namespace VEPROMS
this.tcFolder.TabsVisible = false;
this.tcFolder.Text = "tabControl2";
//
+ // tabControlPanel1
+ //
+ this.tabControlPanel1.Controls.Add(this.btnAnnoTypeApply);
+ this.tabControlPanel1.Controls.Add(this.txbxRemoveMsg);
+ this.tabControlPanel1.Controls.Add(this.btnAnnoTypeUndo);
+ this.tabControlPanel1.Controls.Add(this.btnAnnoTypeRemove);
+ this.tabControlPanel1.Controls.Add(this.btnAnnoTypeNew);
+ this.tabControlPanel1.Controls.Add(this.lblAnnoTypeCntMessage);
+ this.tabControlPanel1.Controls.Add(this.tbxAnnotationDescription);
+ this.tabControlPanel1.Controls.Add(this.lbAnnotationTypes);
+ 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(510, 236);
+ 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 = 7;
+ this.tabControlPanel1.TabItem = this.tiAnnoTypes;
+ //
+ // btnAnnoTypeApply
+ //
+ this.btnAnnoTypeApply.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
+ this.btnAnnoTypeApply.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
+ this.btnAnnoTypeApply.Enabled = false;
+ this.btnAnnoTypeApply.Location = new System.Drawing.Point(318, 47);
+ this.btnAnnoTypeApply.Margin = new System.Windows.Forms.Padding(2);
+ this.btnAnnoTypeApply.Name = "btnAnnoTypeApply";
+ this.btnAnnoTypeApply.Size = new System.Drawing.Size(56, 19);
+ this.btnAnnoTypeApply.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.btnAnnoTypeApply.TabIndex = 8;
+ this.btnAnnoTypeApply.Text = "Apply";
+ this.btnAnnoTypeApply.Click += new System.EventHandler(this.btnAnnoTypeApply_Click);
+ //
+ // txbxRemoveMsg
+ //
+ this.txbxRemoveMsg.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
+ //
+ //
+ //
+ this.txbxRemoveMsg.Border.Class = "TextBoxBorder";
+ this.txbxRemoveMsg.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.txbxRemoveMsg.Location = new System.Drawing.Point(198, 128);
+ this.txbxRemoveMsg.Margin = new System.Windows.Forms.Padding(2);
+ this.txbxRemoveMsg.Multiline = true;
+ this.txbxRemoveMsg.Name = "txbxRemoveMsg";
+ this.txbxRemoveMsg.ReadOnly = true;
+ this.txbxRemoveMsg.Size = new System.Drawing.Size(276, 75);
+ this.txbxRemoveMsg.TabIndex = 7;
+ this.txbxRemoveMsg.TabStop = false;
+ this.txbxRemoveMsg.Text = resources.GetString("txbxRemoveMsg.Text");
+ this.txbxRemoveMsg.WatermarkEnabled = false;
+ //
+ // btnAnnoTypeUndo
+ //
+ this.btnAnnoTypeUndo.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
+ this.btnAnnoTypeUndo.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
+ this.btnAnnoTypeUndo.Enabled = false;
+ this.btnAnnoTypeUndo.Location = new System.Drawing.Point(378, 47);
+ this.btnAnnoTypeUndo.Margin = new System.Windows.Forms.Padding(2);
+ this.btnAnnoTypeUndo.Name = "btnAnnoTypeUndo";
+ this.btnAnnoTypeUndo.Size = new System.Drawing.Size(56, 19);
+ this.btnAnnoTypeUndo.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.btnAnnoTypeUndo.TabIndex = 5;
+ this.btnAnnoTypeUndo.Text = "Undo";
+ this.btnAnnoTypeUndo.Click += new System.EventHandler(this.btnAnnoTypeUndo_Click);
+ //
+ // btnAnnoTypeRemove
+ //
+ this.btnAnnoTypeRemove.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
+ this.btnAnnoTypeRemove.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
+ this.btnAnnoTypeRemove.Enabled = false;
+ this.btnAnnoTypeRemove.Location = new System.Drawing.Point(258, 47);
+ this.btnAnnoTypeRemove.Margin = new System.Windows.Forms.Padding(2);
+ this.btnAnnoTypeRemove.Name = "btnAnnoTypeRemove";
+ this.btnAnnoTypeRemove.Size = new System.Drawing.Size(56, 19);
+ this.btnAnnoTypeRemove.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.btnAnnoTypeRemove.TabIndex = 4;
+ this.btnAnnoTypeRemove.Text = "Remove";
+ this.btnAnnoTypeRemove.Click += new System.EventHandler(this.btnAnnoTypeRemove_Click);
+ this.btnAnnoTypeRemove.MouseEnter += new System.EventHandler(this.btnAnnoTypeRemove_MouseEnter);
+ this.btnAnnoTypeRemove.MouseLeave += new System.EventHandler(this.btnAnnoTypeRemove_MouseLeave);
+ //
+ // btnAnnoTypeNew
+ //
+ this.btnAnnoTypeNew.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
+ this.btnAnnoTypeNew.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
+ this.btnAnnoTypeNew.Location = new System.Drawing.Point(198, 48);
+ this.btnAnnoTypeNew.Margin = new System.Windows.Forms.Padding(2);
+ this.btnAnnoTypeNew.Name = "btnAnnoTypeNew";
+ this.btnAnnoTypeNew.Size = new System.Drawing.Size(56, 19);
+ this.btnAnnoTypeNew.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.btnAnnoTypeNew.TabIndex = 3;
+ this.btnAnnoTypeNew.Text = "New";
+ this.btnAnnoTypeNew.Click += new System.EventHandler(this.btnAnnoTypeNew_Click);
+ //
+ // lblAnnoTypeCntMessage
+ //
+ this.lblAnnoTypeCntMessage.AutoSize = true;
+ this.lblAnnoTypeCntMessage.BackColor = System.Drawing.Color.Transparent;
+ this.lblAnnoTypeCntMessage.Location = new System.Drawing.Point(195, 104);
+ this.lblAnnoTypeCntMessage.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.lblAnnoTypeCntMessage.Name = "lblAnnoTypeCntMessage";
+ this.lblAnnoTypeCntMessage.Size = new System.Drawing.Size(80, 13);
+ this.lblAnnoTypeCntMessage.TabIndex = 2;
+ this.lblAnnoTypeCntMessage.Text = "Count message";
+ //
+ // tbxAnnotationDescription
+ //
+ this.tbxAnnotationDescription.Location = new System.Drawing.Point(198, 15);
+ this.tbxAnnotationDescription.Margin = new System.Windows.Forms.Padding(2);
+ this.tbxAnnotationDescription.Name = "tbxAnnotationDescription";
+ this.tbxAnnotationDescription.Size = new System.Drawing.Size(235, 20);
+ this.tbxAnnotationDescription.TabIndex = 1;
+ this.tbxAnnotationDescription.TextChanged += new System.EventHandler(this.tbxAnnotationDescription_TextChanged);
+ this.tbxAnnotationDescription.Validating += new System.ComponentModel.CancelEventHandler(this.tbxAnnotationDescription_Validating);
+ //
+ // lbAnnotationTypes
+ //
+ this.lbAnnotationTypes.Dock = System.Windows.Forms.DockStyle.Left;
+ this.lbAnnotationTypes.FormattingEnabled = true;
+ this.lbAnnotationTypes.Location = new System.Drawing.Point(1, 1);
+ this.lbAnnotationTypes.Margin = new System.Windows.Forms.Padding(2);
+ this.lbAnnotationTypes.Name = "lbAnnotationTypes";
+ this.lbAnnotationTypes.Size = new System.Drawing.Size(181, 234);
+ this.lbAnnotationTypes.TabIndex = 0;
+ this.lbAnnotationTypes.SelectedIndexChanged += new System.EventHandler(this.lbAnnotationTypes_SelectedIndexChanged);
+ //
+ // tiAnnoTypes
+ //
+ this.tiAnnoTypes.AttachedControl = this.tabControlPanel1;
+ this.tiAnnoTypes.Name = "tiAnnoTypes";
+ this.tiAnnoTypes.Text = "AnnotationTypes";
+ this.tiAnnoTypes.Click += new System.EventHandler(this.tiAnnoTypes_Click);
+ //
+ // tcpGeneral
+ //
+ this.tcpGeneral.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
+ this.tcpGeneral.Controls.Add(this.ppTxtBxUserID);
+ this.tcpGeneral.Controls.Add(this.ppDTPicker);
+ this.tcpGeneral.Controls.Add(this.label3);
+ this.tcpGeneral.Controls.Add(this.ppRTxtHeading);
+ this.tcpGeneral.Controls.Add(this.ppRTxtName);
+ this.tcpGeneral.Controls.Add(this.label4);
+ this.tcpGeneral.Controls.Add(this.lblHeading);
+ this.tcpGeneral.Controls.Add(this.label2);
+ this.tcpGeneral.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.tcpGeneral.Location = new System.Drawing.Point(0, 22);
+ this.tcpGeneral.Margin = new System.Windows.Forms.Padding(2);
+ this.tcpGeneral.Name = "tcpGeneral";
+ this.tcpGeneral.Padding = new System.Windows.Forms.Padding(1);
+ this.tcpGeneral.Size = new System.Drawing.Size(510, 236);
+ this.tcpGeneral.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
+ this.tcpGeneral.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
+ this.tcpGeneral.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
+ this.tcpGeneral.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
+ this.tcpGeneral.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;
+ //
+ // tiGeneral
+ //
+ this.tiGeneral.AttachedControl = this.tcpGeneral;
+ this.tiGeneral.Name = "tiGeneral";
+ this.tiGeneral.Text = "General";
+ //
// tabControlPanel2
//
this.tabControlPanel2.Controls.Add(this.btnRevisionStageApply);
@@ -1910,13 +2084,13 @@ namespace VEPROMS
this.tabControlPanel2.Margin = new System.Windows.Forms.Padding(2);
this.tabControlPanel2.Name = "tabControlPanel2";
this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1);
- this.tabControlPanel2.Size = new System.Drawing.Size(484, 212);
+ this.tabControlPanel2.Size = new System.Drawing.Size(510, 236);
this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
this.tabControlPanel2.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.tabControlPanel2.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
- this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
- | DevComponents.DotNetBar.eBorderSide.Bottom)));
+ this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
+ | DevComponents.DotNetBar.eBorderSide.Bottom)));
this.tabControlPanel2.Style.GradientAngle = 90;
this.tabControlPanel2.TabIndex = 8;
this.tabControlPanel2.TabItem = this.tiRevisionStages;
@@ -2001,9 +2175,9 @@ namespace VEPROMS
this.btnRevisionStageRemove.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.btnRevisionStageRemove.TabIndex = 4;
this.btnRevisionStageRemove.Text = "Remove";
- this.btnRevisionStageRemove.MouseLeave += new System.EventHandler(this.btnRevisionStageRemove_MouseLeave);
this.btnRevisionStageRemove.Click += new System.EventHandler(this.btnRevisionStageRemove_Click);
this.btnRevisionStageRemove.MouseEnter += new System.EventHandler(this.btnRevisionStageRemove_MouseEnter);
+ this.btnRevisionStageRemove.MouseLeave += new System.EventHandler(this.btnRevisionStageRemove_MouseLeave);
//
// btnRevisionStageNew
//
@@ -2035,7 +2209,7 @@ namespace VEPROMS
this.lbRevisionStages.Location = new System.Drawing.Point(1, 1);
this.lbRevisionStages.Margin = new System.Windows.Forms.Padding(2);
this.lbRevisionStages.Name = "lbRevisionStages";
- this.lbRevisionStages.Size = new System.Drawing.Size(181, 199);
+ this.lbRevisionStages.Size = new System.Drawing.Size(181, 234);
this.lbRevisionStages.TabIndex = 0;
this.lbRevisionStages.SelectedIndexChanged += new System.EventHandler(this.lbRevisionStages_SelectedIndexChanged);
//
@@ -2046,39 +2220,6 @@ namespace VEPROMS
this.tiRevisionStages.Text = "Revision Stages";
this.tiRevisionStages.Click += new System.EventHandler(this.tiRevisionStages_Click);
//
- // tcpGeneral
- //
- this.tcpGeneral.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
- this.tcpGeneral.Controls.Add(this.ppTxtBxUserID);
- this.tcpGeneral.Controls.Add(this.ppDTPicker);
- this.tcpGeneral.Controls.Add(this.label3);
- this.tcpGeneral.Controls.Add(this.ppRTxtHeading);
- this.tcpGeneral.Controls.Add(this.ppRTxtName);
- this.tcpGeneral.Controls.Add(this.label4);
- this.tcpGeneral.Controls.Add(this.lblHeading);
- this.tcpGeneral.Controls.Add(this.label2);
- this.tcpGeneral.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tcpGeneral.Location = new System.Drawing.Point(0, 22);
- this.tcpGeneral.Margin = new System.Windows.Forms.Padding(2);
- this.tcpGeneral.Name = "tcpGeneral";
- this.tcpGeneral.Padding = new System.Windows.Forms.Padding(1);
- this.tcpGeneral.Size = new System.Drawing.Size(484, 212);
- this.tcpGeneral.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
- this.tcpGeneral.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
- this.tcpGeneral.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
- this.tcpGeneral.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
- this.tcpGeneral.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;
- //
- // tiGeneral
- //
- this.tiGeneral.AttachedControl = this.tcpGeneral;
- this.tiGeneral.Name = "tiGeneral";
- this.tiGeneral.Text = "General";
- //
// tcpOutputSettings
//
this.tcpOutputSettings.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
@@ -2095,13 +2236,13 @@ namespace VEPROMS
this.tcpOutputSettings.Margin = new System.Windows.Forms.Padding(2);
this.tcpOutputSettings.Name = "tcpOutputSettings";
this.tcpOutputSettings.Padding = new System.Windows.Forms.Padding(1);
- this.tcpOutputSettings.Size = new System.Drawing.Size(484, 212);
+ this.tcpOutputSettings.Size = new System.Drawing.Size(510, 236);
this.tcpOutputSettings.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
this.tcpOutputSettings.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
this.tcpOutputSettings.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.tcpOutputSettings.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
- this.tcpOutputSettings.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
- | DevComponents.DotNetBar.eBorderSide.Bottom)));
+ 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;
@@ -2125,13 +2266,13 @@ namespace VEPROMS
this.tcpRefObjs.Margin = new System.Windows.Forms.Padding(2);
this.tcpRefObjs.Name = "tcpRefObjs";
this.tcpRefObjs.Padding = new System.Windows.Forms.Padding(1);
- this.tcpRefObjs.Size = new System.Drawing.Size(484, 212);
+ this.tcpRefObjs.Size = new System.Drawing.Size(510, 236);
this.tcpRefObjs.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
this.tcpRefObjs.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
this.tcpRefObjs.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.tcpRefObjs.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
- this.tcpRefObjs.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
- | DevComponents.DotNetBar.eBorderSide.Bottom)));
+ this.tcpRefObjs.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
+ | DevComponents.DotNetBar.eBorderSide.Bottom)));
this.tcpRefObjs.Style.GradientAngle = 90;
this.tcpRefObjs.TabIndex = 2;
this.tcpRefObjs.TabItem = this.tiRefObj;
@@ -2143,133 +2284,6 @@ namespace VEPROMS
this.tiRefObj.Name = "tiRefObj";
this.tiRefObj.Text = "Referenced Objects";
//
- // tabControlPanel1
- //
- this.tabControlPanel1.Controls.Add(this.btnAnnoTypeApply);
- this.tabControlPanel1.Controls.Add(this.txbxRemoveMsg);
- this.tabControlPanel1.Controls.Add(this.btnAnnoTypeUndo);
- this.tabControlPanel1.Controls.Add(this.btnAnnoTypeRemove);
- this.tabControlPanel1.Controls.Add(this.btnAnnoTypeNew);
- this.tabControlPanel1.Controls.Add(this.lblAnnoTypeCntMessage);
- this.tabControlPanel1.Controls.Add(this.tbxAnnotationDescription);
- this.tabControlPanel1.Controls.Add(this.lbAnnotationTypes);
- 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(484, 212);
- 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 = 7;
- this.tabControlPanel1.TabItem = this.tiAnnoTypes;
- //
- // txbxRemoveMsg
- //
- this.txbxRemoveMsg.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- //
- //
- //
- this.txbxRemoveMsg.Border.Class = "TextBoxBorder";
- this.txbxRemoveMsg.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.txbxRemoveMsg.Location = new System.Drawing.Point(198, 128);
- this.txbxRemoveMsg.Margin = new System.Windows.Forms.Padding(2);
- this.txbxRemoveMsg.Multiline = true;
- this.txbxRemoveMsg.Name = "txbxRemoveMsg";
- this.txbxRemoveMsg.ReadOnly = true;
- this.txbxRemoveMsg.Size = new System.Drawing.Size(276, 75);
- this.txbxRemoveMsg.TabIndex = 7;
- this.txbxRemoveMsg.TabStop = false;
- this.txbxRemoveMsg.Text = resources.GetString("txbxRemoveMsg.Text");
- this.txbxRemoveMsg.WatermarkEnabled = false;
- //
- // btnAnnoTypeUndo
- //
- this.btnAnnoTypeUndo.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.btnAnnoTypeUndo.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
- this.btnAnnoTypeUndo.Enabled = false;
- this.btnAnnoTypeUndo.Location = new System.Drawing.Point(378, 47);
- this.btnAnnoTypeUndo.Margin = new System.Windows.Forms.Padding(2);
- this.btnAnnoTypeUndo.Name = "btnAnnoTypeUndo";
- this.btnAnnoTypeUndo.Size = new System.Drawing.Size(56, 19);
- this.btnAnnoTypeUndo.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.btnAnnoTypeUndo.TabIndex = 5;
- this.btnAnnoTypeUndo.Text = "Undo";
- this.btnAnnoTypeUndo.Click += new System.EventHandler(this.btnAnnoTypeUndo_Click);
- //
- // btnAnnoTypeRemove
- //
- this.btnAnnoTypeRemove.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.btnAnnoTypeRemove.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
- this.btnAnnoTypeRemove.Enabled = false;
- this.btnAnnoTypeRemove.Location = new System.Drawing.Point(258, 47);
- this.btnAnnoTypeRemove.Margin = new System.Windows.Forms.Padding(2);
- this.btnAnnoTypeRemove.Name = "btnAnnoTypeRemove";
- this.btnAnnoTypeRemove.Size = new System.Drawing.Size(56, 19);
- this.btnAnnoTypeRemove.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.btnAnnoTypeRemove.TabIndex = 4;
- this.btnAnnoTypeRemove.Text = "Remove";
- this.btnAnnoTypeRemove.MouseLeave += new System.EventHandler(this.btnAnnoTypeRemove_MouseLeave);
- this.btnAnnoTypeRemove.Click += new System.EventHandler(this.btnAnnoTypeRemove_Click);
- this.btnAnnoTypeRemove.MouseEnter += new System.EventHandler(this.btnAnnoTypeRemove_MouseEnter);
- //
- // btnAnnoTypeNew
- //
- this.btnAnnoTypeNew.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.btnAnnoTypeNew.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
- this.btnAnnoTypeNew.Location = new System.Drawing.Point(198, 48);
- this.btnAnnoTypeNew.Margin = new System.Windows.Forms.Padding(2);
- this.btnAnnoTypeNew.Name = "btnAnnoTypeNew";
- this.btnAnnoTypeNew.Size = new System.Drawing.Size(56, 19);
- this.btnAnnoTypeNew.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.btnAnnoTypeNew.TabIndex = 3;
- this.btnAnnoTypeNew.Text = "New";
- this.btnAnnoTypeNew.Click += new System.EventHandler(this.btnAnnoTypeNew_Click);
- //
- // lblAnnoTypeCntMessage
- //
- this.lblAnnoTypeCntMessage.AutoSize = true;
- this.lblAnnoTypeCntMessage.BackColor = System.Drawing.Color.Transparent;
- this.lblAnnoTypeCntMessage.Location = new System.Drawing.Point(195, 104);
- this.lblAnnoTypeCntMessage.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.lblAnnoTypeCntMessage.Name = "lblAnnoTypeCntMessage";
- this.lblAnnoTypeCntMessage.Size = new System.Drawing.Size(80, 13);
- this.lblAnnoTypeCntMessage.TabIndex = 2;
- this.lblAnnoTypeCntMessage.Text = "Count message";
- //
- // tbxAnnotationDescription
- //
- this.tbxAnnotationDescription.Location = new System.Drawing.Point(198, 15);
- this.tbxAnnotationDescription.Margin = new System.Windows.Forms.Padding(2);
- this.tbxAnnotationDescription.Name = "tbxAnnotationDescription";
- this.tbxAnnotationDescription.Size = new System.Drawing.Size(235, 20);
- this.tbxAnnotationDescription.TabIndex = 1;
- this.tbxAnnotationDescription.TextChanged += new System.EventHandler(this.tbxAnnotationDescription_TextChanged);
- this.tbxAnnotationDescription.Validating += new System.ComponentModel.CancelEventHandler(this.tbxAnnotationDescription_Validating);
- //
- // lbAnnotationTypes
- //
- this.lbAnnotationTypes.Dock = System.Windows.Forms.DockStyle.Left;
- this.lbAnnotationTypes.FormattingEnabled = true;
- this.lbAnnotationTypes.Location = new System.Drawing.Point(1, 1);
- this.lbAnnotationTypes.Margin = new System.Windows.Forms.Padding(2);
- this.lbAnnotationTypes.Name = "lbAnnotationTypes";
- this.lbAnnotationTypes.Size = new System.Drawing.Size(181, 199);
- this.lbAnnotationTypes.TabIndex = 0;
- this.lbAnnotationTypes.SelectedIndexChanged += new System.EventHandler(this.lbAnnotationTypes_SelectedIndexChanged);
- //
- // tiAnnoTypes
- //
- this.tiAnnoTypes.AttachedControl = this.tabControlPanel1;
- this.tiAnnoTypes.Name = "tiAnnoTypes";
- this.tiAnnoTypes.Text = "AnnotationTypes";
- this.tiAnnoTypes.Click += new System.EventHandler(this.tiAnnoTypes_Click);
- //
// tcpEdSettings
//
this.tcpEdSettings.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
@@ -2283,13 +2297,13 @@ namespace VEPROMS
this.tcpEdSettings.Margin = new System.Windows.Forms.Padding(2);
this.tcpEdSettings.Name = "tcpEdSettings";
this.tcpEdSettings.Padding = new System.Windows.Forms.Padding(1);
- this.tcpEdSettings.Size = new System.Drawing.Size(484, 212);
+ this.tcpEdSettings.Size = new System.Drawing.Size(510, 236);
this.tcpEdSettings.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
this.tcpEdSettings.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
this.tcpEdSettings.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.tcpEdSettings.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
- this.tcpEdSettings.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
- | DevComponents.DotNetBar.eBorderSide.Bottom)));
+ this.tcpEdSettings.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
+ | DevComponents.DotNetBar.eBorderSide.Bottom)));
this.tcpEdSettings.Style.GradientAngle = 90;
this.tcpEdSettings.TabIndex = 6;
this.tcpEdSettings.TabItem = this.tiEditSettings;
@@ -2318,13 +2332,13 @@ namespace VEPROMS
this.tcpFmtSettings.Margin = new System.Windows.Forms.Padding(2);
this.tcpFmtSettings.Name = "tcpFmtSettings";
this.tcpFmtSettings.Padding = new System.Windows.Forms.Padding(1);
- this.tcpFmtSettings.Size = new System.Drawing.Size(484, 212);
+ this.tcpFmtSettings.Size = new System.Drawing.Size(510, 236);
this.tcpFmtSettings.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
this.tcpFmtSettings.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
this.tcpFmtSettings.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.tcpFmtSettings.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
- this.tcpFmtSettings.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
- | DevComponents.DotNetBar.eBorderSide.Bottom)));
+ this.tcpFmtSettings.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
+ | DevComponents.DotNetBar.eBorderSide.Bottom)));
this.tcpFmtSettings.Style.GradientAngle = 90;
this.tcpFmtSettings.TabIndex = 5;
this.tcpFmtSettings.TabItem = this.tiFmtSettings;
@@ -2353,13 +2367,13 @@ namespace VEPROMS
this.tcpStMsg.Margin = new System.Windows.Forms.Padding(2);
this.tcpStMsg.Name = "tcpStMsg";
this.tcpStMsg.Padding = new System.Windows.Forms.Padding(1);
- this.tcpStMsg.Size = new System.Drawing.Size(484, 212);
+ this.tcpStMsg.Size = new System.Drawing.Size(510, 236);
this.tcpStMsg.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
this.tcpStMsg.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
this.tcpStMsg.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.tcpStMsg.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
- this.tcpStMsg.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
- | DevComponents.DotNetBar.eBorderSide.Bottom)));
+ this.tcpStMsg.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
+ | DevComponents.DotNetBar.eBorderSide.Bottom)));
this.tcpStMsg.Style.GradientAngle = 90;
this.tcpStMsg.TabIndex = 4;
this.tcpStMsg.TabItem = this.tiStMsg;
@@ -2378,20 +2392,6 @@ namespace VEPROMS
//
this.annotationTypesBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.ItemAnnotations);
//
- // btnAnnoTypeApply
- //
- this.btnAnnoTypeApply.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.btnAnnoTypeApply.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
- this.btnAnnoTypeApply.Enabled = false;
- this.btnAnnoTypeApply.Location = new System.Drawing.Point(318, 47);
- this.btnAnnoTypeApply.Margin = new System.Windows.Forms.Padding(2);
- this.btnAnnoTypeApply.Name = "btnAnnoTypeApply";
- this.btnAnnoTypeApply.Size = new System.Drawing.Size(56, 19);
- this.btnAnnoTypeApply.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.btnAnnoTypeApply.TabIndex = 8;
- this.btnAnnoTypeApply.Text = "Apply";
- this.btnAnnoTypeApply.Click += new System.EventHandler(this.btnAnnoTypeApply_Click);
- //
// frmFolderProperties
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@@ -2399,7 +2399,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(620, 273);
+ this.ClientSize = new System.Drawing.Size(677, 302);
this.ControlBox = false;
this.Controls.Add(this.tcFolder);
this.Controls.Add(this.panButtons);
@@ -2407,6 +2407,7 @@ namespace VEPROMS
this.Controls.Add(this.ppLblDefSettingsInfo);
this.Controls.Add(this.ppBtnCancel);
this.Controls.Add(this.ppBtnOK);
+ this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Margin = new System.Windows.Forms.Padding(2);
this.MaximizeBox = false;
@@ -2442,17 +2443,17 @@ namespace VEPROMS
this.panButtons.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.tcFolder)).EndInit();
this.tcFolder.ResumeLayout(false);
+ this.tabControlPanel1.ResumeLayout(false);
+ this.tabControlPanel1.PerformLayout();
+ this.tcpGeneral.ResumeLayout(false);
+ this.tcpGeneral.PerformLayout();
this.tabControlPanel2.ResumeLayout(false);
this.tabControlPanel2.PerformLayout();
this.gpApprvStageTypes.ResumeLayout(false);
- this.tcpGeneral.ResumeLayout(false);
- this.tcpGeneral.PerformLayout();
this.tcpOutputSettings.ResumeLayout(false);
this.tcpOutputSettings.PerformLayout();
this.tcpRefObjs.ResumeLayout(false);
this.tcpRefObjs.PerformLayout();
- this.tabControlPanel1.ResumeLayout(false);
- this.tabControlPanel1.PerformLayout();
this.tcpEdSettings.ResumeLayout(false);
this.tcpEdSettings.PerformLayout();
this.tcpFmtSettings.ResumeLayout(false);
diff --git a/PROMS/VEPROMS User Interface/frmFolderProperties.resx b/PROMS/VEPROMS User Interface/frmFolderProperties.resx
index d582728d..de0a2118 100644
--- a/PROMS/VEPROMS User Interface/frmFolderProperties.resx
+++ b/PROMS/VEPROMS User Interface/frmFolderProperties.resx
@@ -173,20 +173,20 @@ Check "Show Default Settings" to display the "default" Change Bar Custom Message
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
- YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK+wAA
- CvsBy58dkAAAAr5JREFUOE+lk21IE3Ecx0/fBPUi6pVZyzELCalXhWEg0XMvipYLVOzJhyxTWlkippGl
- lLjS0qEpmpBmNsnhdPRAL1SwpuFwHtO5pbGle3Duwfvf3R7a/bodTGcaBB18j+PPfT/3/X//94sAAOy/
- riAgJNrZWUDpShCpLfSR+K0Aqb3jR+oLbnKupjb8vfDnMPPbakKd5qUsDT88biWERJmf/0R4ng9psq0W
- vPz2nyAOwH65COHX/ZSt2UG7u9EKgOO1l7K1Ohc0YtPCkMhDmqUpqxKQk8UeytYyFzRCdz5AzTkAeT6X
- gra3M7S9gyHNDW6d/BT5/dN5GZopPxiCcAlIXAy0q2ueA9SIQCfAIAXDwOPqgXplL2Q9UYBEpgT7eJFF
- 1bjPrlcKq1cBqIU2LgGRuguKWbM+BgPKWgtZEjlgiaywy4CmC5BpMH36XVmcc3E8K4k7weCNGBF5SdNT
- 9VJxthYmaKYsdRCbqgBsI6t4WRDgd05kOnrLeZ7R5ri6JQAyFF4z9B6gkbGqjzY3Wqg5KUNZpAxpkgAy
- VbBGMSDDVUD6XHDi6ehDFZ9W1QtkywBjJZ8t5tDAC15A1ZYA8wPHwIVn+4mpK4xEnwRnPmKQI8OA0GXC
- /IiQBWz3fJXyOjgAmnkQiQwl60KlEHhuXk/ZpoBl+CxDTGXATV0sxD/DALsUBGTA7OBJp/z+Zma0aWvB
- cgeT4sgQwKwQMKr6bWbrsBAWJy5CjmI9YDcw2PkYA8dYsu/byz2OrtIo5vOjDZyHK3FRkxkRAlj7+KCX
- 7x11aVLZbaSzEFbatIBdLfRPvEtAnXejAqq66JXHGP5nGZWJx/slArdt4DCYB0+AXXUajP1HyC+v9vtl
- JdHesaYtD9ecBdfQ0aUU2vbdoq57O2bfV8YE3pTG/OquiPVpmvmtM5285DVn4W+T9i/rvwGIKLDcllTq
- EwAAAABJRU5ErkJggg==
+ YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK+gAA
+ CvoBGdj/dAAAArVJREFUOE+lkV1IU2EYx0/eBHURdWXWcsxCQuqqMAwk+u6iaLlAxb78yDKllSViGllK
+ iSstHZpiCWm2Jjmcjj7oQgVrGg7nYTq3NLZ0H859eN5zzj7aeTpntLXhVXTxg/d53+f/43nfFwOA/yKm
+ oF2yUkpfiUhdmZ/EbwZJ3e0A0pz3kIuNTdF90UQWtOttA6HJ9lHW1h9ejwrCUJZnPxFe7EfaApsVr7kV
+ Heb4E5aVI/xagLJ3OGlPH4oROF/7KHuna1krNi+PirykRZq5SkDOVHgp+4tFLgB9JQCNZwEUJSEB7ehm
+ aEcPQ1paPXrFSfL7p3NyNF9zIFaAi4F29y6FBI0i0AswyGSPvO5+aFENQP5jJUjkKnBMlVvVbXsdBpWw
+ YZWAWu4KTUBk7YQKdtuQiAFla4J8iQKwNBbsEqC5UmQeyZl7V53sWpnKT48IiHGRjzQ/0XACDvY6DBem
+ rM2QlKUEbANLipwTBFzTec6BGp53oiO5OSJAxrKrxoH9NDLVD9KWNiu1KGUoq5QhzRJA5lo2KAZkvALI
+ UAQuPAd9qOfT6haB/K/AVMdnH+bg8HNeUN2VCkvDR8GNFwSI2cuMxJAOpz9iUCjHgNDnwdK4kBVs836V
+ 8npCAjR/Pw4ZK9dyBQeBFxX3V28MWsfOMMRsLtzQJ0HKUwywi5wgFxZGTrgU9zYxE+1bSiMTEDPiuLDA
+ ohQw6patFtuYEFamL0Chch1g1zHY8QgD52SG/9vL3c7eqnjm88P1oUwotKLNWxMW2Ab5YFDsmXBrs9hr
+ 5LASFl120KERBqbfpSLZnfigujkh9hujManSjg1JBB778CGwjBwHh/oUmIYOk19e7QvIKxN8k+2bH0T3
+ Rxbu0SORKXTdu0S9d7cvvK9LDL6pSvzVV5vk13bwO+dlvIxwT5iY4t8B7Dezkt2u9ZJf+wAAAABJRU5E
+ rkJggg==
diff --git a/PROMS/VEPROMS User Interface/frmVersionsProperties.Designer.cs b/PROMS/VEPROMS User Interface/frmVersionsProperties.Designer.cs
index 4308374f..25100614 100644
--- a/PROMS/VEPROMS User Interface/frmVersionsProperties.Designer.cs
+++ b/PROMS/VEPROMS User Interface/frmVersionsProperties.Designer.cs
@@ -28,2052 +28,2053 @@ namespace VEPROMS
///
private void InitializeComponent()
{
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmVersionsProperties));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- this.ppBtnCancel = new System.Windows.Forms.Button();
- 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();
- this.ppLblFormatDefault = new System.Windows.Forms.Label();
- this.ppBtnDefCbTxtTyp = new DevComponents.DotNetBar.ButtonX();
- this.ppBtnDefaultCbPos = new DevComponents.DotNetBar.ButtonX();
- this.ppCmbxChgBarTxtType = new DevComponents.DotNetBar.Controls.ComboBoxEx();
- this.ppCmbxChgBarPos = new DevComponents.DotNetBar.Controls.ComboBoxEx();
- this.ppLblChgBarTxtTypeDefault = new System.Windows.Forms.Label();
- this.ppLblChgBarPosDefault = new System.Windows.Forms.Label();
- this.ppBtnDefCbTxt2 = new DevComponents.DotNetBar.ButtonX();
- this.ppBtnDefCbTxt1 = new DevComponents.DotNetBar.ButtonX();
- this.ppLblChgBarUserMsgTwoDefault = new System.Windows.Forms.Label();
- this.ppLblChgBarUserMsgOneDefault = new System.Windows.Forms.Label();
- this.label14 = new System.Windows.Forms.Label();
- this.ppTxbxChangeBarUserMsgOne = new System.Windows.Forms.RichTextBox();
- this.label15 = new System.Windows.Forms.Label();
- this.ppTxbxChangeBarUserMsgTwo = new System.Windows.Forms.RichTextBox();
- this.label13 = new System.Windows.Forms.Label();
- this.label12 = new System.Windows.Forms.Label();
- this.label10 = new System.Windows.Forms.Label();
- this.label11 = new System.Windows.Forms.Label();
- this.imageCodecInfoBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.ppBtnResetRoVals = new System.Windows.Forms.Button();
- this.ppBtnUpRoVals = new System.Windows.Forms.Button();
- this.label6 = new System.Windows.Forms.Label();
- this.ppCmbxProcSetType = new DevComponents.DotNetBar.Controls.ComboBoxEx();
- this.label9 = new System.Windows.Forms.Label();
- this.ppRTxtName = new System.Windows.Forms.RichTextBox();
- this.lblProcSetRev = new System.Windows.Forms.Label();
- this.ppRTxtProcSetRev = new System.Windows.Forms.RichTextBox();
- this.ppRTxtTitle = new System.Windows.Forms.RichTextBox();
- this.ppDTPicker = new System.Windows.Forms.DateTimePicker();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.ppTxtBxUserID = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.ppBtnPDFLoc = new DevComponents.DotNetBar.ButtonX();
- this.ppNumUpDwnOvrdPrnPenWidth = new System.Windows.Forms.NumericUpDown();
- this.label19 = new System.Windows.Forms.Label();
- this.label20 = new System.Windows.Forms.Label();
- this.ppNumUpDwnOverdPrnPenBoldWidth = new System.Windows.Forms.NumericUpDown();
- this.ppNumUpDwnOvrdPrnPenULineWidth = new System.Windows.Forms.NumericUpDown();
- this.label21 = new System.Windows.Forms.Label();
- this.ppNumUpDwnAdjPrnStartPos = new System.Windows.Forms.NumericUpDown();
- this.label22 = new System.Windows.Forms.Label();
- this.ppBtnDeftDisAutoDuplx = new DevComponents.DotNetBar.ButtonX();
- this.ppBtnDefWatermark = new DevComponents.DotNetBar.ButtonX();
- this.ppCmbxWatermark = new DevComponents.DotNetBar.Controls.ComboBoxEx();
- this.ppLblWatermarkDefault = new System.Windows.Forms.Label();
- this.ppTxtBxPDFLoc = new System.Windows.Forms.TextBox();
- this.label18 = new System.Windows.Forms.Label();
- this.ppLblAutoDuplexDefault = new System.Windows.Forms.Label();
- this.ppChbxDisAutoDuplex = new System.Windows.Forms.CheckBox();
- this.label17 = new System.Windows.Forms.Label();
- this.superTooltip1 = new DevComponents.DotNetBar.SuperTooltip();
- this.ppCbShwDefSettings = new DevComponents.DotNetBar.Controls.CheckBoxX();
- this.ppGpbxUserSpecCB = new DevComponents.DotNetBar.Controls.GroupPanel();
- this.ppGpbxUserSpecTxt = new DevComponents.DotNetBar.Controls.GroupPanel();
- this.ppTxtBxPdfPre = new System.Windows.Forms.TextBox();
- this.ppTxtBxPDFSuf = new System.Windows.Forms.TextBox();
- this.ppTxbxUnitNum = new System.Windows.Forms.RichTextBox();
- this.ppLblDefSettingsInfo = new System.Windows.Forms.Label();
- this.dlgROFolder = new System.Windows.Forms.FolderBrowserDialog();
- this.tcVersions = new DevComponents.DotNetBar.TabControl();
- this.tcpGeneral = new DevComponents.DotNetBar.TabControlPanel();
- this.tiGeneral = new DevComponents.DotNetBar.TabItem(this.components);
- this.tcpFormatSettings = new DevComponents.DotNetBar.TabControlPanel();
- this.btnPhoneList = new DevComponents.DotNetBar.ButtonX();
- this.ppLblUnitNum = new System.Windows.Forms.Label();
- this.tiFmtSettings = new DevComponents.DotNetBar.TabItem(this.components);
- this.tcpApplicability = new DevComponents.DotNetBar.TabControlPanel();
- this.label28 = new System.Windows.Forms.Label();
- this.label27 = new System.Windows.Forms.Label();
- this.label26 = new System.Windows.Forms.Label();
- this.label25 = new System.Windows.Forms.Label();
- this.label24 = new System.Windows.Forms.Label();
- this.label23 = new System.Windows.Forms.Label();
- this.label16 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.textBox11 = new System.Windows.Forms.TextBox();
- this.bsMiniApple = new System.Windows.Forms.BindingSource(this.components);
- this.textBox10 = new System.Windows.Forms.TextBox();
- this.textBox9 = new System.Windows.Forms.TextBox();
- this.textBox8 = new System.Windows.Forms.TextBox();
- this.textBox7 = new System.Windows.Forms.TextBox();
- this.textBox6 = new System.Windows.Forms.TextBox();
- this.textBox5 = new System.Windows.Forms.TextBox();
- this.textBox4 = new System.Windows.Forms.TextBox();
- this.textBox3 = new System.Windows.Forms.TextBox();
- this.textBox2 = new System.Windows.Forms.TextBox();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.panel1 = new System.Windows.Forms.Panel();
- this.panel2 = new System.Windows.Forms.Panel();
- this.btnDelApple = new System.Windows.Forms.Button();
- this.btnNewApple = new System.Windows.Forms.Button();
- this.lbApplicabilities = new System.Windows.Forms.ListBox();
- this.bsApples = new System.Windows.Forms.BindingSource(this.components);
- this.label5 = new System.Windows.Forms.Label();
- this.tiApplicability = 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.tcpOutputSettings = new DevComponents.DotNetBar.TabControlPanel();
- this.label30 = new System.Windows.Forms.Label();
- this.label29 = new System.Windows.Forms.Label();
- this.ppChbxAddBlankPgs = new System.Windows.Forms.CheckBox();
- 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.tcpRefereceObjects = new DevComponents.DotNetBar.TabControlPanel();
- this.tbRoDb = new System.Windows.Forms.TextBox();
- this.ppBtnRoDbBrowse = new System.Windows.Forms.Button();
- this.btnRoDbProperties = new DevComponents.DotNetBar.ButtonX();
- this.cmbRoDb = new System.Windows.Forms.ComboBox();
- this.ppGpbxUpROvals = new DevComponents.DotNetBar.Controls.GroupPanel();
- this.tiRefObjs = new DevComponents.DotNetBar.TabItem(this.components);
- this.panVerBtns = new System.Windows.Forms.Panel();
- this.btnApplicability = new DevComponents.DotNetBar.ButtonX();
- this.btnLibDocs = new DevComponents.DotNetBar.ButtonX();
- this.btnFmtSettings = new DevComponents.DotNetBar.ButtonX();
- this.btnOutputSettings = new DevComponents.DotNetBar.ButtonX();
- this.btnRefObjs = new DevComponents.DotNetBar.ButtonX();
- this.btnGeneral = new DevComponents.DotNetBar.ButtonX();
- this.ROPrefixBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.PDFLocationBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
- 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();
- ((System.ComponentModel.ISupportInitialize)(this.ppNumUpDwnOvrdPrnPenULineWidth)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ppNumUpDwnAdjPrnStartPos)).BeginInit();
- this.ppGpbxUserSpecCB.SuspendLayout();
- this.ppGpbxUserSpecTxt.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.tcVersions)).BeginInit();
- this.tcVersions.SuspendLayout();
- this.tcpGeneral.SuspendLayout();
- this.tcpFormatSettings.SuspendLayout();
- this.tcpApplicability.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.bsMiniApple)).BeginInit();
- this.panel1.SuspendLayout();
- this.panel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.bsApples)).BeginInit();
- this.tabControlPanel5.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ppGrdLibDocList)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.documentInfoListBindingSource)).BeginInit();
- this.tcpOutputSettings.SuspendLayout();
- this.ppGrpbxPrnAdj.SuspendLayout();
- this.tcpRefereceObjects.SuspendLayout();
- this.ppGpbxUpROvals.SuspendLayout();
- this.panVerBtns.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ROPrefixBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.formatInfoListBindingSource)).BeginInit();
- this.SuspendLayout();
- //
- // ppBtnCancel
- //
- 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(589, 344);
- this.ppBtnCancel.Margin = new System.Windows.Forms.Padding(2);
- this.ppBtnCancel.Name = "ppBtnCancel";
- this.ppBtnCancel.Size = new System.Drawing.Size(56, 21);
- this.ppBtnCancel.TabIndex = 91;
- this.ppBtnCancel.Text = "Cancel";
- this.ppBtnCancel.UseVisualStyleBackColor = true;
- this.ppBtnCancel.Click += new System.EventHandler(this.btnFldrPropCancel_Click);
- //
- // 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(517, 344);
- this.ppBtnOK.Margin = new System.Windows.Forms.Padding(2);
- this.ppBtnOK.Name = "ppBtnOK";
- this.ppBtnOK.Size = new System.Drawing.Size(56, 21);
- this.ppBtnOK.TabIndex = 90;
- this.ppBtnOK.Text = "OK";
- this.ppBtnOK.UseVisualStyleBackColor = true;
- this.ppBtnOK.Click += new System.EventHandler(this.btnVersionsPropOK_Click);
- //
- // ppBtnDefaultChgBar
- //
- this.ppBtnDefaultChgBar.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.ppBtnDefaultChgBar.Location = new System.Drawing.Point(302, 82);
- this.ppBtnDefaultChgBar.Margin = new System.Windows.Forms.Padding(2);
- this.ppBtnDefaultChgBar.Name = "ppBtnDefaultChgBar";
- this.ppBtnDefaultChgBar.Size = new System.Drawing.Size(44, 20);
- this.superTooltip1.SetSuperTooltip(this.ppBtnDefaultChgBar, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", "This will revert the Change Bar selection back to using the parent\'s (default) se" +
- "tting.\r\n\r\nCheck \"Show Default Settings\" to display the \"default\" Change Bar (bel" +
- "ow the Change Bars selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(250, 145)));
- this.ppBtnDefaultChgBar.TabIndex = 43;
- this.ppBtnDefaultChgBar.Text = "Default";
- this.ppBtnDefaultChgBar.ThemeAware = true;
- this.ppBtnDefaultChgBar.Visible = false;
- this.ppBtnDefaultChgBar.Click += new System.EventHandler(this.ppBtnDefaultChgBar_Click);
- //
- // ppCmbxChangeBarType
- //
- this.ppCmbxChangeBarType.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.docVersionConfigBindingSource, "Print_ChangeBar", true));
- this.ppCmbxChangeBarType.DisplayMember = "Text";
- 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(89, 82);
- this.ppCmbxChangeBarType.Margin = new System.Windows.Forms.Padding(2);
- this.ppCmbxChangeBarType.Name = "ppCmbxChangeBarType";
- this.ppCmbxChangeBarType.Size = new System.Drawing.Size(210, 21);
- this.ppCmbxChangeBarType.TabIndex = 42;
- this.ppCmbxChangeBarType.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.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(445, 28);
- this.ppBtnDefaultFmt.Margin = new System.Windows.Forms.Padding(2);
- this.ppBtnDefaultFmt.Name = "ppBtnDefaultFmt";
- this.ppBtnDefaultFmt.Size = new System.Drawing.Size(38, 19);
- this.superTooltip1.SetSuperTooltip(this.ppBtnDefaultFmt, new DevComponents.DotNetBar.SuperTooltipInfo("Default Button", "", "This will revert the format selection back to using the parent\'s format.\r\n\r\nCheck" +
- " \"Show Default Settings\" to display the \"default\" format name (below the format " +
- "selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.System));
- this.ppBtnDefaultFmt.TabIndex = 41;
- this.ppBtnDefaultFmt.Text = "Default";
- this.ppBtnDefaultFmt.ThemeAware = true;
- this.ppBtnDefaultFmt.Click += new System.EventHandler(this.ppBtnDefaultFmt_Click);
- //
- // ppCmbxFormat
- //
- this.ppCmbxFormat.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.docVersionConfigBindingSource, "FormatSelection", true));
- 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(14, 28);
- this.ppCmbxFormat.Margin = new System.Windows.Forms.Padding(2);
- this.ppCmbxFormat.Name = "ppCmbxFormat";
- this.ppCmbxFormat.Size = new System.Drawing.Size(422, 21);
- this.superTooltip1.SetSuperTooltip(this.ppCmbxFormat, new DevComponents.DotNetBar.SuperTooltipInfo("Format Selection", "", resources.GetString("ppCmbxFormat.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.System));
- this.ppCmbxFormat.TabIndex = 40;
- this.ppCmbxFormat.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.ppCmbxFormat.WatermarkText = "Select a Format";
- this.ppCmbxFormat.SelectedValueChanged += new System.EventHandler(this.ppCmbxFormat_SelectedValueChanged);
- //
- // ppLblChangeBarTypeDefault
- //
- this.ppLblChangeBarTypeDefault.AutoSize = true;
- 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(88, 103);
- this.ppLblChangeBarTypeDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.ppLblChangeBarTypeDefault.Name = "ppLblChangeBarTypeDefault";
- this.ppLblChangeBarTypeDefault.Size = new System.Drawing.Size(79, 13);
- 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 " +
- "to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(270, 70)));
- this.ppLblChangeBarTypeDefault.TabIndex = 27;
- this.ppLblChangeBarTypeDefault.Text = "(default setting)";
- //
- // ppLblFormatDefault
- //
- this.ppLblFormatDefault.AutoSize = true;
- 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(11, 50);
- this.ppLblFormatDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.ppLblFormatDefault.Name = "ppLblFormatDefault";
- this.ppLblFormatDefault.Size = new System.Drawing.Size(45, 13);
- 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" +
- "s.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(255, 70)));
- this.ppLblFormatDefault.TabIndex = 26;
- this.ppLblFormatDefault.Text = "(default)";
- //
- // ppBtnDefCbTxtTyp
- //
- this.ppBtnDefCbTxtTyp.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.ppBtnDefCbTxtTyp.Location = new System.Drawing.Point(216, 15);
- this.ppBtnDefCbTxtTyp.Margin = new System.Windows.Forms.Padding(2);
- this.ppBtnDefCbTxtTyp.Name = "ppBtnDefCbTxtTyp";
- this.ppBtnDefCbTxtTyp.Size = new System.Drawing.Size(44, 20);
- this.superTooltip1.SetSuperTooltip(this.ppBtnDefCbTxtTyp, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefCbTxtTyp.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(235, 150)));
- this.ppBtnDefCbTxtTyp.TabIndex = 45;
- this.ppBtnDefCbTxtTyp.Text = "Default";
- this.ppBtnDefCbTxtTyp.ThemeAware = true;
- this.ppBtnDefCbTxtTyp.Visible = false;
- this.ppBtnDefCbTxtTyp.Click += new System.EventHandler(this.ppBtnDefCbTxtTyp_Click);
- //
- // ppBtnDefaultCbPos
- //
- this.ppBtnDefaultCbPos.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.ppBtnDefaultCbPos.Location = new System.Drawing.Point(210, 66);
- this.ppBtnDefaultCbPos.Margin = new System.Windows.Forms.Padding(2);
- this.ppBtnDefaultCbPos.Name = "ppBtnDefaultCbPos";
- this.ppBtnDefaultCbPos.Size = new System.Drawing.Size(44, 20);
- this.superTooltip1.SetSuperTooltip(this.ppBtnDefaultCbPos, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefaultCbPos.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(250, 145)));
- this.ppBtnDefaultCbPos.TabIndex = 51;
- this.ppBtnDefaultCbPos.Text = "Default";
- this.ppBtnDefaultCbPos.ThemeAware = true;
- this.ppBtnDefaultCbPos.Visible = false;
- this.ppBtnDefaultCbPos.Click += new System.EventHandler(this.ppBtnDefaultCbPos_Click);
- //
- // ppCmbxChgBarTxtType
- //
- this.ppCmbxChgBarTxtType.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.docVersionConfigBindingSource, "Print_ChangeBarText", true));
- this.ppCmbxChgBarTxtType.DisplayMember = "Text";
- this.ppCmbxChgBarTxtType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
- this.ppCmbxChgBarTxtType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.ppCmbxChgBarTxtType.FormattingEnabled = true;
- this.ppCmbxChgBarTxtType.Location = new System.Drawing.Point(72, 16);
- this.ppCmbxChgBarTxtType.Margin = new System.Windows.Forms.Padding(2);
- this.ppCmbxChgBarTxtType.Name = "ppCmbxChgBarTxtType";
- this.ppCmbxChgBarTxtType.Size = new System.Drawing.Size(140, 21);
- this.ppCmbxChgBarTxtType.TabIndex = 44;
- this.ppCmbxChgBarTxtType.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.ppCmbxChgBarTxtType.WatermarkText = "select change bar text type";
- this.ppCmbxChgBarTxtType.SelectedValueChanged += new System.EventHandler(this.ppCmbxChgBarTxtType_SelectedValueChanged);
- //
- // ppCmbxChgBarPos
- //
- this.ppCmbxChgBarPos.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.docVersionConfigBindingSource, "Print_ChangeBarLoc", true));
- this.ppCmbxChgBarPos.DisplayMember = "Text";
- this.ppCmbxChgBarPos.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
- this.ppCmbxChgBarPos.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.ppCmbxChgBarPos.FormattingEnabled = true;
- this.ppCmbxChgBarPos.Location = new System.Drawing.Point(72, 66);
- this.ppCmbxChgBarPos.Margin = new System.Windows.Forms.Padding(2);
- this.ppCmbxChgBarPos.Name = "ppCmbxChgBarPos";
- this.ppCmbxChgBarPos.Size = new System.Drawing.Size(135, 21);
- this.ppCmbxChgBarPos.TabIndex = 50;
- this.ppCmbxChgBarPos.Visible = false;
- this.ppCmbxChgBarPos.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.ppCmbxChgBarPos.WatermarkText = "select change bar position";
- this.ppCmbxChgBarPos.SelectedValueChanged += new System.EventHandler(this.ppCmbxChgBarPos_SelectedValueChanged);
- //
- // ppLblChgBarTxtTypeDefault
- //
- this.ppLblChgBarTxtTypeDefault.AutoSize = true;
- this.ppLblChgBarTxtTypeDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.ppLblChgBarTxtTypeDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.ppLblChgBarTxtTypeDefault.Location = new System.Drawing.Point(70, 37);
- this.ppLblChgBarTxtTypeDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.ppLblChgBarTxtTypeDefault.Name = "ppLblChgBarTxtTypeDefault";
- this.ppLblChgBarTxtTypeDefault.Size = new System.Drawing.Size(79, 13);
- this.superTooltip1.SetSuperTooltip(this.ppLblChgBarTxtTypeDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Custom Change Bar Text Type", "", "Pressing the Default Button (to the right) will set the Cusotom Change Bar Positi" +
- "on setting back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0)));
- this.ppLblChgBarTxtTypeDefault.TabIndex = 13;
- this.ppLblChgBarTxtTypeDefault.Text = "(default setting)";
- //
- // ppLblChgBarPosDefault
- //
- this.ppLblChgBarPosDefault.AutoSize = true;
- this.ppLblChgBarPosDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.ppLblChgBarPosDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.ppLblChgBarPosDefault.Location = new System.Drawing.Point(74, 86);
- this.ppLblChgBarPosDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.ppLblChgBarPosDefault.Name = "ppLblChgBarPosDefault";
- this.ppLblChgBarPosDefault.Size = new System.Drawing.Size(79, 13);
- this.superTooltip1.SetSuperTooltip(this.ppLblChgBarPosDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Custom Change Bar Position", "", "Pressing the Default Button (to the right) will set the Cusotom Change Bar Positi" +
- "on setting back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(300, 80)));
- this.ppLblChgBarPosDefault.TabIndex = 12;
- this.ppLblChgBarPosDefault.Text = "(default setting)";
- this.ppLblChgBarPosDefault.Visible = false;
- //
- // ppBtnDefCbTxt2
- //
- this.ppBtnDefCbTxt2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.ppBtnDefCbTxt2.Location = new System.Drawing.Point(119, 47);
- this.ppBtnDefCbTxt2.Margin = new System.Windows.Forms.Padding(2);
- this.ppBtnDefCbTxt2.Name = "ppBtnDefCbTxt2";
- this.ppBtnDefCbTxt2.Size = new System.Drawing.Size(44, 20);
- this.superTooltip1.SetSuperTooltip(this.ppBtnDefCbTxt2, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefCbTxt2.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(250, 150)));
- this.ppBtnDefCbTxt2.TabIndex = 49;
- this.ppBtnDefCbTxt2.Text = "Default";
- this.ppBtnDefCbTxt2.ThemeAware = true;
- this.ppBtnDefCbTxt2.Visible = false;
- this.ppBtnDefCbTxt2.Click += new System.EventHandler(this.ppBtnDefCbTxt2_Click);
- //
- // ppBtnDefCbTxt1
- //
- this.ppBtnDefCbTxt1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.ppBtnDefCbTxt1.Location = new System.Drawing.Point(119, 6);
- this.ppBtnDefCbTxt1.Margin = new System.Windows.Forms.Padding(2);
- this.ppBtnDefCbTxt1.Name = "ppBtnDefCbTxt1";
- this.ppBtnDefCbTxt1.Size = new System.Drawing.Size(44, 20);
- this.superTooltip1.SetSuperTooltip(this.ppBtnDefCbTxt1, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefCbTxt1.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(250, 150)));
- this.ppBtnDefCbTxt1.TabIndex = 47;
- this.ppBtnDefCbTxt1.Text = "Default";
- this.ppBtnDefCbTxt1.ThemeAware = true;
- this.ppBtnDefCbTxt1.Visible = false;
- this.ppBtnDefCbTxt1.Click += new System.EventHandler(this.ppBtnDefCbTxt1_Click);
- //
- // ppLblChgBarUserMsgTwoDefault
- //
- this.ppLblChgBarUserMsgTwoDefault.AutoSize = true;
- this.ppLblChgBarUserMsgTwoDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.ppLblChgBarUserMsgTwoDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.ppLblChgBarUserMsgTwoDefault.Location = new System.Drawing.Point(66, 66);
- this.ppLblChgBarUserMsgTwoDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.ppLblChgBarUserMsgTwoDefault.Name = "ppLblChgBarUserMsgTwoDefault";
- this.ppLblChgBarUserMsgTwoDefault.Size = new System.Drawing.Size(45, 13);
- this.superTooltip1.SetSuperTooltip(this.ppLblChgBarUserMsgTwoDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Custom Message Line Two", "", "Pressing the Default Button (to the right) will set the Cusotom Change Bar Messag" +
- "e Line Two setting back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0)));
- this.ppLblChgBarUserMsgTwoDefault.TabIndex = 7;
- this.ppLblChgBarUserMsgTwoDefault.Text = "(default)";
- //
- // ppLblChgBarUserMsgOneDefault
- //
- this.ppLblChgBarUserMsgOneDefault.AutoSize = true;
- this.ppLblChgBarUserMsgOneDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.ppLblChgBarUserMsgOneDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.ppLblChgBarUserMsgOneDefault.Location = new System.Drawing.Point(66, 28);
- this.ppLblChgBarUserMsgOneDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.ppLblChgBarUserMsgOneDefault.Name = "ppLblChgBarUserMsgOneDefault";
- this.ppLblChgBarUserMsgOneDefault.Size = new System.Drawing.Size(45, 13);
- this.superTooltip1.SetSuperTooltip(this.ppLblChgBarUserMsgOneDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Custom Message Line One", "", "Pressing the Default Button (to the right) will set the Cusotom Change Bar Messag" +
- "e Line One setting back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
- this.ppLblChgBarUserMsgOneDefault.TabIndex = 6;
- this.ppLblChgBarUserMsgOneDefault.Text = "(default)";
- //
- // label14
- //
- this.label14.AutoSize = true;
- this.label14.Location = new System.Drawing.Point(16, 9);
- this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(48, 13);
- this.label14.TabIndex = 4;
- this.label14.Text = "Line one";
- //
- // ppTxbxChangeBarUserMsgOne
- //
- this.ppTxbxChangeBarUserMsgOne.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.docVersionConfigBindingSource, "Print_UserCBMess1", true));
- this.ppTxbxChangeBarUserMsgOne.Location = new System.Drawing.Point(68, 6);
- this.ppTxbxChangeBarUserMsgOne.Margin = new System.Windows.Forms.Padding(2);
- this.ppTxbxChangeBarUserMsgOne.Multiline = false;
- this.ppTxbxChangeBarUserMsgOne.Name = "ppTxbxChangeBarUserMsgOne";
- this.ppTxbxChangeBarUserMsgOne.Size = new System.Drawing.Size(44, 20);
- this.superTooltip1.SetSuperTooltip(this.ppTxbxChangeBarUserMsgOne, new DevComponents.DotNetBar.SuperTooltipInfo("User Defined Message", "", "This message will appear on all change bars", null, null, DevComponents.DotNetBar.eTooltipColor.System));
- this.ppTxbxChangeBarUserMsgOne.TabIndex = 46;
- this.ppTxbxChangeBarUserMsgOne.Text = "";
- this.ppTxbxChangeBarUserMsgOne.TextChanged += new System.EventHandler(this.ppTxbxChangeBarUserMsgOne_TextChanged);
- //
- // label15
- //
- this.label15.AutoSize = true;
- this.label15.Location = new System.Drawing.Point(16, 50);
- this.label15.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(47, 13);
- this.label15.TabIndex = 5;
- this.label15.Text = "Line two";
- //
- // ppTxbxChangeBarUserMsgTwo
- //
- this.ppTxbxChangeBarUserMsgTwo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.docVersionConfigBindingSource, "Print_UserCBMess2", true));
- this.ppTxbxChangeBarUserMsgTwo.Location = new System.Drawing.Point(68, 47);
- this.ppTxbxChangeBarUserMsgTwo.Margin = new System.Windows.Forms.Padding(2);
- this.ppTxbxChangeBarUserMsgTwo.Multiline = false;
- this.ppTxbxChangeBarUserMsgTwo.Name = "ppTxbxChangeBarUserMsgTwo";
- this.ppTxbxChangeBarUserMsgTwo.Size = new System.Drawing.Size(44, 20);
- this.superTooltip1.SetSuperTooltip(this.ppTxbxChangeBarUserMsgTwo, new DevComponents.DotNetBar.SuperTooltipInfo("User Defined Message", "", "This message will appear on all change bars", null, null, DevComponents.DotNetBar.eTooltipColor.System));
- this.ppTxbxChangeBarUserMsgTwo.TabIndex = 48;
- this.ppTxbxChangeBarUserMsgTwo.Text = "";
- this.ppTxbxChangeBarUserMsgTwo.TextChanged += new System.EventHandler(this.ppTxbxChangeBarUserMsgTwo_TextChanged);
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.Location = new System.Drawing.Point(15, 18);
- this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(55, 13);
- this.label13.TabIndex = 8;
- this.label13.Text = "Text Type";
- //
- // label12
- //
- this.label12.AutoSize = true;
- this.label12.Location = new System.Drawing.Point(25, 67);
- this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(44, 13);
- this.label12.TabIndex = 9;
- this.label12.Text = "Position";
- this.label12.Visible = false;
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.BackColor = System.Drawing.Color.Transparent;
- this.label10.Location = new System.Drawing.Point(11, 11);
- this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(39, 13);
- this.label10.TabIndex = 19;
- this.label10.Text = "Format";
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.BackColor = System.Drawing.Color.Transparent;
- this.label11.Location = new System.Drawing.Point(17, 84);
- this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(68, 13);
- this.label11.TabIndex = 3;
- this.label11.Text = "Change Bars";
- //
- // imageCodecInfoBindingSource
- //
- this.imageCodecInfoBindingSource.DataSource = typeof(System.Drawing.Imaging.ImageCodecInfo);
- //
- // ppBtnResetRoVals
- //
- this.ppBtnResetRoVals.Location = new System.Drawing.Point(24, 73);
- this.ppBtnResetRoVals.Margin = new System.Windows.Forms.Padding(2);
- this.ppBtnResetRoVals.Name = "ppBtnResetRoVals";
- this.ppBtnResetRoVals.Size = new System.Drawing.Size(57, 63);
- this.ppBtnResetRoVals.TabIndex = 20;
- this.ppBtnResetRoVals.Text = "Reset to Previous Values";
- this.ppBtnResetRoVals.UseVisualStyleBackColor = true;
- this.ppBtnResetRoVals.Visible = false;
- this.ppBtnResetRoVals.Click += new System.EventHandler(this.ppBtnResetRoVals_Click);
- //
- // ppBtnUpRoVals
- //
- this.ppBtnUpRoVals.Location = new System.Drawing.Point(25, 11);
- this.ppBtnUpRoVals.Margin = new System.Windows.Forms.Padding(2);
- this.ppBtnUpRoVals.Name = "ppBtnUpRoVals";
- this.ppBtnUpRoVals.Size = new System.Drawing.Size(57, 59);
- this.superTooltip1.SetSuperTooltip(this.ppBtnUpRoVals, new DevComponents.DotNetBar.SuperTooltipInfo("Update Referenced Objects Values", "", "This button will update all of the Referenced Objects Values in all of the proced" +
- "ures in this procedure set.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
- this.ppBtnUpRoVals.TabIndex = 23;
- this.ppBtnUpRoVals.Text = "Update RO Values";
- this.ppBtnUpRoVals.UseVisualStyleBackColor = true;
- this.ppBtnUpRoVals.Click += new System.EventHandler(this.ppBtnUpRoVals_Click);
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.BackColor = System.Drawing.Color.Transparent;
- this.label6.Location = new System.Drawing.Point(9, 17);
- this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(72, 13);
- this.label6.TabIndex = 12;
- this.label6.Text = "RO Database";
- //
- // ppCmbxProcSetType
- //
- this.ppCmbxProcSetType.DisplayMember = "Text";
- 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(175, 236);
- this.ppCmbxProcSetType.Margin = new System.Windows.Forms.Padding(2);
- this.ppCmbxProcSetType.Name = "ppCmbxProcSetType";
- this.ppCmbxProcSetType.Size = new System.Drawing.Size(133, 21);
- this.ppCmbxProcSetType.TabIndex = 2;
- this.ppCmbxProcSetType.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.ppCmbxProcSetType.WatermarkText = "select procedure set type";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.BackColor = System.Drawing.Color.Transparent;
- this.label9.Location = new System.Drawing.Point(24, 238);
- this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(145, 13);
- this.label9.TabIndex = 16;
- this.label9.Text = "Procedure Set Type (version)";
- //
- // ppRTxtName
- //
- this.ppRTxtName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.docVersionConfigBindingSource, "Name", true));
- this.ppRTxtName.Location = new System.Drawing.Point(56, 15);
- this.ppRTxtName.Margin = new System.Windows.Forms.Padding(2);
- this.ppRTxtName.Multiline = false;
- this.ppRTxtName.Name = "ppRTxtName";
- this.ppRTxtName.Size = new System.Drawing.Size(210, 19);
- this.ppRTxtName.TabIndex = 0;
- this.ppRTxtName.Text = "";
- this.ppRTxtName.Leave += new System.EventHandler(this.ppRTxtName_Leave);
- //
- // lblProcSetRev
- //
- this.lblProcSetRev.AutoSize = true;
- this.lblProcSetRev.BackColor = System.Drawing.Color.Transparent;
- this.lblProcSetRev.Location = new System.Drawing.Point(24, 204);
- this.lblProcSetRev.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.lblProcSetRev.Name = "lblProcSetRev";
- this.lblProcSetRev.Size = new System.Drawing.Size(119, 13);
- this.lblProcSetRev.TabIndex = 66;
- this.lblProcSetRev.Text = "Procedure Set Revision";
- //
- // ppRTxtProcSetRev
- //
- this.ppRTxtProcSetRev.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.docVersionConfigBindingSource, "ProcedureSetRev", true));
- this.ppRTxtProcSetRev.Location = new System.Drawing.Point(175, 201);
- this.ppRTxtProcSetRev.Margin = new System.Windows.Forms.Padding(2);
- this.ppRTxtProcSetRev.Multiline = false;
- this.ppRTxtProcSetRev.Name = "ppRTxtProcSetRev";
- this.ppRTxtProcSetRev.Size = new System.Drawing.Size(210, 19);
- this.ppRTxtProcSetRev.TabIndex = 0;
- this.ppRTxtProcSetRev.Text = "";
- //
- // ppRTxtTitle
- //
- this.ppRTxtTitle.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.docVersionConfigBindingSource, "Title", true));
- this.ppRTxtTitle.Location = new System.Drawing.Point(56, 57);
- this.ppRTxtTitle.Margin = new System.Windows.Forms.Padding(2);
- this.ppRTxtTitle.Name = "ppRTxtTitle";
- this.ppRTxtTitle.Size = new System.Drawing.Size(407, 50);
- this.ppRTxtTitle.TabIndex = 1;
- this.ppRTxtTitle.Text = "";
- this.ppRTxtTitle.Visible = false;
- //
- // ppDTPicker
- //
- this.ppDTPicker.CustomFormat = "MM\'/\'dd\'/\'yyyy hh\':\'mm:ss tt";
- this.ppDTPicker.Enabled = false;
- this.ppDTPicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.ppDTPicker.Location = new System.Drawing.Point(80, 123);
- this.ppDTPicker.Margin = new System.Windows.Forms.Padding(2);
- this.ppDTPicker.Name = "ppDTPicker";
- this.ppDTPicker.Size = new System.Drawing.Size(130, 20);
- this.ppDTPicker.TabIndex = 12;
- this.ppDTPicker.TabStop = false;
- this.ppDTPicker.Visible = false;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.BackColor = System.Drawing.Color.Transparent;
- this.label1.Location = new System.Drawing.Point(26, 59);
- this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(27, 13);
- this.label1.TabIndex = 3;
- this.label1.Text = "Title";
- this.label1.Visible = false;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.BackColor = System.Drawing.Color.Transparent;
- this.label2.Location = new System.Drawing.Point(17, 18);
- this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(35, 13);
- this.label2.TabIndex = 4;
- this.label2.Text = "Name";
- //
- // ppTxtBxUserID
- //
- this.ppTxtBxUserID.Enabled = false;
- this.ppTxtBxUserID.Location = new System.Drawing.Point(71, 169);
- this.ppTxtBxUserID.Margin = new System.Windows.Forms.Padding(2);
- this.ppTxtBxUserID.Name = "ppTxtBxUserID";
- this.ppTxtBxUserID.Size = new System.Drawing.Size(116, 20);
- this.ppTxtBxUserID.TabIndex = 10;
- this.ppTxtBxUserID.TabStop = false;
- this.ppTxtBxUserID.Visible = false;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.BackColor = System.Drawing.Color.Transparent;
- this.label3.Location = new System.Drawing.Point(26, 171);
- this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(43, 13);
- this.label3.TabIndex = 5;
- this.label3.Text = "User ID";
- this.label3.Visible = false;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.BackColor = System.Drawing.Color.Transparent;
- this.label4.Location = new System.Drawing.Point(20, 125);
- this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(58, 13);
- this.label4.TabIndex = 6;
- this.label4.Text = "Date/Time";
- this.label4.Visible = false;
- //
- // ppBtnPDFLoc
- //
- this.ppBtnPDFLoc.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.ppBtnPDFLoc.Image = ((System.Drawing.Image)(resources.GetObject("ppBtnPDFLoc.Image")));
- this.ppBtnPDFLoc.Location = new System.Drawing.Point(465, 19);
- this.ppBtnPDFLoc.Margin = new System.Windows.Forms.Padding(2);
- this.ppBtnPDFLoc.Name = "ppBtnPDFLoc";
- this.ppBtnPDFLoc.Size = new System.Drawing.Size(16, 19);
- this.ppBtnPDFLoc.TabIndex = 31;
- this.ppBtnPDFLoc.Click += new System.EventHandler(this.ppBtnPDFLoc_Click);
- //
- // ppNumUpDwnOvrdPrnPenWidth
- //
- this.ppNumUpDwnOvrdPrnPenWidth.Location = new System.Drawing.Point(178, 14);
- this.ppNumUpDwnOvrdPrnPenWidth.Margin = new System.Windows.Forms.Padding(2);
- this.ppNumUpDwnOvrdPrnPenWidth.Name = "ppNumUpDwnOvrdPrnPenWidth";
- this.ppNumUpDwnOvrdPrnPenWidth.Size = new System.Drawing.Size(37, 20);
- this.superTooltip1.SetSuperTooltip(this.ppNumUpDwnOvrdPrnPenWidth, new DevComponents.DotNetBar.SuperTooltipInfo("Normal Pen Width", "", "This will allow you to override pen width used for normal text and line drawing.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
- this.ppNumUpDwnOvrdPrnPenWidth.TabIndex = 1;
- //
- // label19
- //
- this.label19.AutoSize = true;
- this.label19.BackColor = System.Drawing.Color.Transparent;
- this.label19.Location = new System.Drawing.Point(5, 16);
- this.label19.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label19.Name = "label19";
- this.label19.Size = new System.Drawing.Size(165, 13);
- this.label19.TabIndex = 0;
- this.label19.Text = "Override Normal Pen Width (dots)";
- //
- // label20
- //
- this.label20.AutoSize = true;
- this.label20.BackColor = System.Drawing.Color.Transparent;
- this.label20.Location = new System.Drawing.Point(6, 47);
- this.label20.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label20.Name = "label20";
- this.label20.Size = new System.Drawing.Size(153, 13);
- this.label20.TabIndex = 2;
- this.label20.Text = "Override Bold Pen Width (dots)";
- //
- // ppNumUpDwnOverdPrnPenBoldWidth
- //
- this.ppNumUpDwnOverdPrnPenBoldWidth.Location = new System.Drawing.Point(178, 46);
- this.ppNumUpDwnOverdPrnPenBoldWidth.Margin = new System.Windows.Forms.Padding(2);
- this.ppNumUpDwnOverdPrnPenBoldWidth.Name = "ppNumUpDwnOverdPrnPenBoldWidth";
- this.ppNumUpDwnOverdPrnPenBoldWidth.Size = new System.Drawing.Size(37, 20);
- this.superTooltip1.SetSuperTooltip(this.ppNumUpDwnOverdPrnPenBoldWidth, new DevComponents.DotNetBar.SuperTooltipInfo("Bold Pen Width", "", "This will allow you to override the width used for bold text.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
- this.ppNumUpDwnOverdPrnPenBoldWidth.TabIndex = 3;
- //
- // ppNumUpDwnOvrdPrnPenULineWidth
- //
- this.ppNumUpDwnOvrdPrnPenULineWidth.Location = new System.Drawing.Point(422, 14);
- this.ppNumUpDwnOvrdPrnPenULineWidth.Margin = new System.Windows.Forms.Padding(2);
- this.ppNumUpDwnOvrdPrnPenULineWidth.Name = "ppNumUpDwnOvrdPrnPenULineWidth";
- this.ppNumUpDwnOvrdPrnPenULineWidth.Size = new System.Drawing.Size(37, 20);
- this.superTooltip1.SetSuperTooltip(this.ppNumUpDwnOvrdPrnPenULineWidth, new DevComponents.DotNetBar.SuperTooltipInfo("Underline Thickness", "", "This will allow you to change the thickness of the uderline.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
- this.ppNumUpDwnOvrdPrnPenULineWidth.TabIndex = 5;
- //
- // label21
- //
- this.label21.AutoSize = true;
- this.label21.BackColor = System.Drawing.Color.Transparent;
- this.label21.Location = new System.Drawing.Point(239, 16);
- this.label21.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label21.Name = "label21";
- this.label21.Size = new System.Drawing.Size(176, 13);
- this.label21.TabIndex = 4;
- this.label21.Text = "Override Underline Thickness (dots)";
- //
- // ppNumUpDwnAdjPrnStartPos
- //
- this.ppNumUpDwnAdjPrnStartPos.Location = new System.Drawing.Point(422, 46);
- this.ppNumUpDwnAdjPrnStartPos.Margin = new System.Windows.Forms.Padding(2);
- this.ppNumUpDwnAdjPrnStartPos.Maximum = new decimal(new int[] {
+ this.components = new System.ComponentModel.Container();
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmVersionsProperties));
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
+ this.ppBtnCancel = new System.Windows.Forms.Button();
+ 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();
+ this.ppLblFormatDefault = new System.Windows.Forms.Label();
+ this.ppBtnDefCbTxtTyp = new DevComponents.DotNetBar.ButtonX();
+ this.ppBtnDefaultCbPos = new DevComponents.DotNetBar.ButtonX();
+ this.ppCmbxChgBarTxtType = new DevComponents.DotNetBar.Controls.ComboBoxEx();
+ this.ppCmbxChgBarPos = new DevComponents.DotNetBar.Controls.ComboBoxEx();
+ this.ppLblChgBarTxtTypeDefault = new System.Windows.Forms.Label();
+ this.ppLblChgBarPosDefault = new System.Windows.Forms.Label();
+ this.ppBtnDefCbTxt2 = new DevComponents.DotNetBar.ButtonX();
+ this.ppBtnDefCbTxt1 = new DevComponents.DotNetBar.ButtonX();
+ this.ppLblChgBarUserMsgTwoDefault = new System.Windows.Forms.Label();
+ this.ppLblChgBarUserMsgOneDefault = new System.Windows.Forms.Label();
+ this.label14 = new System.Windows.Forms.Label();
+ this.ppTxbxChangeBarUserMsgOne = new System.Windows.Forms.RichTextBox();
+ this.label15 = new System.Windows.Forms.Label();
+ this.ppTxbxChangeBarUserMsgTwo = new System.Windows.Forms.RichTextBox();
+ this.label13 = new System.Windows.Forms.Label();
+ this.label12 = new System.Windows.Forms.Label();
+ this.label10 = new System.Windows.Forms.Label();
+ this.label11 = new System.Windows.Forms.Label();
+ this.imageCodecInfoBindingSource = new System.Windows.Forms.BindingSource(this.components);
+ this.ppBtnResetRoVals = new System.Windows.Forms.Button();
+ this.ppBtnUpRoVals = new System.Windows.Forms.Button();
+ this.label6 = new System.Windows.Forms.Label();
+ this.ppCmbxProcSetType = new DevComponents.DotNetBar.Controls.ComboBoxEx();
+ this.label9 = new System.Windows.Forms.Label();
+ this.ppRTxtName = new System.Windows.Forms.RichTextBox();
+ this.lblProcSetRev = new System.Windows.Forms.Label();
+ this.ppRTxtProcSetRev = new System.Windows.Forms.RichTextBox();
+ this.ppRTxtTitle = new System.Windows.Forms.RichTextBox();
+ this.ppDTPicker = new System.Windows.Forms.DateTimePicker();
+ this.label1 = new System.Windows.Forms.Label();
+ this.label2 = new System.Windows.Forms.Label();
+ this.ppTxtBxUserID = new System.Windows.Forms.TextBox();
+ this.label3 = new System.Windows.Forms.Label();
+ this.label4 = new System.Windows.Forms.Label();
+ this.ppBtnPDFLoc = new DevComponents.DotNetBar.ButtonX();
+ this.ppNumUpDwnOvrdPrnPenWidth = new System.Windows.Forms.NumericUpDown();
+ this.label19 = new System.Windows.Forms.Label();
+ this.label20 = new System.Windows.Forms.Label();
+ this.ppNumUpDwnOverdPrnPenBoldWidth = new System.Windows.Forms.NumericUpDown();
+ this.ppNumUpDwnOvrdPrnPenULineWidth = new System.Windows.Forms.NumericUpDown();
+ this.label21 = new System.Windows.Forms.Label();
+ this.ppNumUpDwnAdjPrnStartPos = new System.Windows.Forms.NumericUpDown();
+ this.label22 = new System.Windows.Forms.Label();
+ this.ppBtnDeftDisAutoDuplx = new DevComponents.DotNetBar.ButtonX();
+ this.ppBtnDefWatermark = new DevComponents.DotNetBar.ButtonX();
+ this.ppCmbxWatermark = new DevComponents.DotNetBar.Controls.ComboBoxEx();
+ this.ppLblWatermarkDefault = new System.Windows.Forms.Label();
+ this.ppTxtBxPDFLoc = new System.Windows.Forms.TextBox();
+ this.label18 = new System.Windows.Forms.Label();
+ this.ppLblAutoDuplexDefault = new System.Windows.Forms.Label();
+ this.ppChbxDisAutoDuplex = new System.Windows.Forms.CheckBox();
+ this.label17 = new System.Windows.Forms.Label();
+ this.superTooltip1 = new DevComponents.DotNetBar.SuperTooltip();
+ this.ppCbShwDefSettings = new DevComponents.DotNetBar.Controls.CheckBoxX();
+ this.ppGpbxUserSpecCB = new DevComponents.DotNetBar.Controls.GroupPanel();
+ this.ppGpbxUserSpecTxt = new DevComponents.DotNetBar.Controls.GroupPanel();
+ this.ppTxtBxPdfPre = new System.Windows.Forms.TextBox();
+ this.ppTxtBxPDFSuf = new System.Windows.Forms.TextBox();
+ this.ppTxbxUnitNum = new System.Windows.Forms.RichTextBox();
+ this.ppLblDefSettingsInfo = new System.Windows.Forms.Label();
+ this.dlgROFolder = new System.Windows.Forms.FolderBrowserDialog();
+ this.tcVersions = new DevComponents.DotNetBar.TabControl();
+ this.tcpFormatSettings = new DevComponents.DotNetBar.TabControlPanel();
+ this.btnPhoneList = new DevComponents.DotNetBar.ButtonX();
+ this.ppLblUnitNum = new System.Windows.Forms.Label();
+ this.tiFmtSettings = new DevComponents.DotNetBar.TabItem(this.components);
+ this.tcpGeneral = new DevComponents.DotNetBar.TabControlPanel();
+ this.tiGeneral = 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();
+ this.btnRoDbProperties = new DevComponents.DotNetBar.ButtonX();
+ this.cmbRoDb = new System.Windows.Forms.ComboBox();
+ this.ppGpbxUpROvals = new DevComponents.DotNetBar.Controls.GroupPanel();
+ this.tiRefObjs = new DevComponents.DotNetBar.TabItem(this.components);
+ this.tcpOutputSettings = new DevComponents.DotNetBar.TabControlPanel();
+ this.label30 = new System.Windows.Forms.Label();
+ this.label29 = new System.Windows.Forms.Label();
+ this.ppChbxAddBlankPgs = new System.Windows.Forms.CheckBox();
+ 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.tcpApplicability = new DevComponents.DotNetBar.TabControlPanel();
+ this.label28 = new System.Windows.Forms.Label();
+ this.label27 = new System.Windows.Forms.Label();
+ this.label26 = new System.Windows.Forms.Label();
+ this.label25 = new System.Windows.Forms.Label();
+ this.label24 = new System.Windows.Forms.Label();
+ this.label23 = new System.Windows.Forms.Label();
+ this.label16 = new System.Windows.Forms.Label();
+ this.label8 = new System.Windows.Forms.Label();
+ this.label7 = new System.Windows.Forms.Label();
+ this.textBox11 = new System.Windows.Forms.TextBox();
+ this.bsMiniApple = new System.Windows.Forms.BindingSource(this.components);
+ this.textBox10 = new System.Windows.Forms.TextBox();
+ this.textBox9 = new System.Windows.Forms.TextBox();
+ this.textBox8 = new System.Windows.Forms.TextBox();
+ this.textBox7 = new System.Windows.Forms.TextBox();
+ this.textBox6 = new System.Windows.Forms.TextBox();
+ this.textBox5 = new System.Windows.Forms.TextBox();
+ this.textBox4 = new System.Windows.Forms.TextBox();
+ this.textBox3 = new System.Windows.Forms.TextBox();
+ this.textBox2 = new System.Windows.Forms.TextBox();
+ this.textBox1 = new System.Windows.Forms.TextBox();
+ this.panel1 = new System.Windows.Forms.Panel();
+ this.panel2 = new System.Windows.Forms.Panel();
+ this.btnDelApple = new System.Windows.Forms.Button();
+ this.btnNewApple = new System.Windows.Forms.Button();
+ this.lbApplicabilities = new System.Windows.Forms.ListBox();
+ this.bsApples = new System.Windows.Forms.BindingSource(this.components);
+ this.label5 = new System.Windows.Forms.Label();
+ this.tiApplicability = new DevComponents.DotNetBar.TabItem(this.components);
+ this.panVerBtns = new System.Windows.Forms.Panel();
+ this.btnApplicability = new DevComponents.DotNetBar.ButtonX();
+ this.btnLibDocs = new DevComponents.DotNetBar.ButtonX();
+ this.btnFmtSettings = new DevComponents.DotNetBar.ButtonX();
+ this.btnOutputSettings = new DevComponents.DotNetBar.ButtonX();
+ this.btnRefObjs = new DevComponents.DotNetBar.ButtonX();
+ this.btnGeneral = new DevComponents.DotNetBar.ButtonX();
+ this.ROPrefixBindingSource = new System.Windows.Forms.BindingSource(this.components);
+ this.PDFLocationBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
+ 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();
+ ((System.ComponentModel.ISupportInitialize)(this.ppNumUpDwnOvrdPrnPenULineWidth)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.ppNumUpDwnAdjPrnStartPos)).BeginInit();
+ this.ppGpbxUserSpecCB.SuspendLayout();
+ this.ppGpbxUserSpecTxt.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.tcVersions)).BeginInit();
+ this.tcVersions.SuspendLayout();
+ this.tcpFormatSettings.SuspendLayout();
+ this.tcpGeneral.SuspendLayout();
+ this.tcpRefereceObjects.SuspendLayout();
+ this.ppGpbxUpROvals.SuspendLayout();
+ this.tcpOutputSettings.SuspendLayout();
+ this.ppGrpbxPrnAdj.SuspendLayout();
+ this.tabControlPanel5.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.ppGrdLibDocList)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.documentInfoListBindingSource)).BeginInit();
+ this.tcpApplicability.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.bsMiniApple)).BeginInit();
+ this.panel1.SuspendLayout();
+ this.panel2.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.bsApples)).BeginInit();
+ this.panVerBtns.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.ROPrefixBindingSource)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.formatInfoListBindingSource)).BeginInit();
+ this.SuspendLayout();
+ //
+ // ppBtnCancel
+ //
+ 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(595, 343);
+ this.ppBtnCancel.Margin = new System.Windows.Forms.Padding(2);
+ this.ppBtnCancel.Name = "ppBtnCancel";
+ this.ppBtnCancel.Size = new System.Drawing.Size(56, 21);
+ this.ppBtnCancel.TabIndex = 91;
+ this.ppBtnCancel.Text = "Cancel";
+ this.ppBtnCancel.UseVisualStyleBackColor = true;
+ this.ppBtnCancel.Click += new System.EventHandler(this.btnFldrPropCancel_Click);
+ //
+ // 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(523, 343);
+ this.ppBtnOK.Margin = new System.Windows.Forms.Padding(2);
+ this.ppBtnOK.Name = "ppBtnOK";
+ this.ppBtnOK.Size = new System.Drawing.Size(56, 21);
+ this.ppBtnOK.TabIndex = 90;
+ this.ppBtnOK.Text = "OK";
+ this.ppBtnOK.UseVisualStyleBackColor = true;
+ this.ppBtnOK.Click += new System.EventHandler(this.btnVersionsPropOK_Click);
+ //
+ // ppBtnDefaultChgBar
+ //
+ this.ppBtnDefaultChgBar.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
+ this.ppBtnDefaultChgBar.Location = new System.Drawing.Point(302, 82);
+ this.ppBtnDefaultChgBar.Margin = new System.Windows.Forms.Padding(2);
+ this.ppBtnDefaultChgBar.Name = "ppBtnDefaultChgBar";
+ this.ppBtnDefaultChgBar.Size = new System.Drawing.Size(44, 20);
+ this.superTooltip1.SetSuperTooltip(this.ppBtnDefaultChgBar, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", "This will revert the Change Bar selection back to using the parent\'s (default) se" +
+ "tting.\r\n\r\nCheck \"Show Default Settings\" to display the \"default\" Change Bar (bel" +
+ "ow the Change Bars selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(250, 145)));
+ this.ppBtnDefaultChgBar.TabIndex = 43;
+ this.ppBtnDefaultChgBar.Text = "Default";
+ this.ppBtnDefaultChgBar.ThemeAware = true;
+ this.ppBtnDefaultChgBar.Visible = false;
+ this.ppBtnDefaultChgBar.Click += new System.EventHandler(this.ppBtnDefaultChgBar_Click);
+ //
+ // ppCmbxChangeBarType
+ //
+ this.ppCmbxChangeBarType.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.docVersionConfigBindingSource, "Print_ChangeBar", true));
+ this.ppCmbxChangeBarType.DisplayMember = "Text";
+ 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(89, 82);
+ this.ppCmbxChangeBarType.Margin = new System.Windows.Forms.Padding(2);
+ this.ppCmbxChangeBarType.Name = "ppCmbxChangeBarType";
+ this.ppCmbxChangeBarType.Size = new System.Drawing.Size(210, 21);
+ this.ppCmbxChangeBarType.TabIndex = 42;
+ this.ppCmbxChangeBarType.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.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(450, 28);
+ this.ppBtnDefaultFmt.Margin = new System.Windows.Forms.Padding(2);
+ this.ppBtnDefaultFmt.Name = "ppBtnDefaultFmt";
+ this.ppBtnDefaultFmt.Size = new System.Drawing.Size(38, 19);
+ this.superTooltip1.SetSuperTooltip(this.ppBtnDefaultFmt, new DevComponents.DotNetBar.SuperTooltipInfo("Default Button", "", "This will revert the format selection back to using the parent\'s format.\r\n\r\nCheck" +
+ " \"Show Default Settings\" to display the \"default\" format name (below the format " +
+ "selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.System));
+ this.ppBtnDefaultFmt.TabIndex = 41;
+ this.ppBtnDefaultFmt.Text = "Default";
+ this.ppBtnDefaultFmt.ThemeAware = true;
+ this.ppBtnDefaultFmt.Click += new System.EventHandler(this.ppBtnDefaultFmt_Click);
+ //
+ // ppCmbxFormat
+ //
+ this.ppCmbxFormat.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.docVersionConfigBindingSource, "FormatSelection", true));
+ 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(14, 28);
+ this.ppCmbxFormat.Margin = new System.Windows.Forms.Padding(2);
+ this.ppCmbxFormat.Name = "ppCmbxFormat";
+ this.ppCmbxFormat.Size = new System.Drawing.Size(432, 21);
+ this.superTooltip1.SetSuperTooltip(this.ppCmbxFormat, new DevComponents.DotNetBar.SuperTooltipInfo("Format Selection", "", resources.GetString("ppCmbxFormat.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.System));
+ this.ppCmbxFormat.TabIndex = 40;
+ this.ppCmbxFormat.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.ppCmbxFormat.WatermarkText = "Select a Format";
+ this.ppCmbxFormat.SelectedValueChanged += new System.EventHandler(this.ppCmbxFormat_SelectedValueChanged);
+ //
+ // ppLblChangeBarTypeDefault
+ //
+ this.ppLblChangeBarTypeDefault.AutoSize = true;
+ 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(88, 103);
+ this.ppLblChangeBarTypeDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.ppLblChangeBarTypeDefault.Name = "ppLblChangeBarTypeDefault";
+ this.ppLblChangeBarTypeDefault.Size = new System.Drawing.Size(79, 13);
+ 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 " +
+ "to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(270, 70)));
+ this.ppLblChangeBarTypeDefault.TabIndex = 27;
+ this.ppLblChangeBarTypeDefault.Text = "(default setting)";
+ //
+ // ppLblFormatDefault
+ //
+ this.ppLblFormatDefault.AutoSize = true;
+ 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(11, 50);
+ this.ppLblFormatDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.ppLblFormatDefault.Name = "ppLblFormatDefault";
+ this.ppLblFormatDefault.Size = new System.Drawing.Size(45, 13);
+ 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" +
+ "s.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(255, 70)));
+ this.ppLblFormatDefault.TabIndex = 26;
+ this.ppLblFormatDefault.Text = "(default)";
+ //
+ // ppBtnDefCbTxtTyp
+ //
+ this.ppBtnDefCbTxtTyp.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
+ this.ppBtnDefCbTxtTyp.Location = new System.Drawing.Point(218, 18);
+ this.ppBtnDefCbTxtTyp.Margin = new System.Windows.Forms.Padding(2);
+ this.ppBtnDefCbTxtTyp.Name = "ppBtnDefCbTxtTyp";
+ this.ppBtnDefCbTxtTyp.Size = new System.Drawing.Size(44, 20);
+ this.superTooltip1.SetSuperTooltip(this.ppBtnDefCbTxtTyp, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefCbTxtTyp.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(235, 150)));
+ this.ppBtnDefCbTxtTyp.TabIndex = 45;
+ this.ppBtnDefCbTxtTyp.Text = "Default";
+ this.ppBtnDefCbTxtTyp.ThemeAware = true;
+ this.ppBtnDefCbTxtTyp.Visible = false;
+ this.ppBtnDefCbTxtTyp.Click += new System.EventHandler(this.ppBtnDefCbTxtTyp_Click);
+ //
+ // ppBtnDefaultCbPos
+ //
+ this.ppBtnDefaultCbPos.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
+ this.ppBtnDefaultCbPos.Location = new System.Drawing.Point(210, 66);
+ this.ppBtnDefaultCbPos.Margin = new System.Windows.Forms.Padding(2);
+ this.ppBtnDefaultCbPos.Name = "ppBtnDefaultCbPos";
+ this.ppBtnDefaultCbPos.Size = new System.Drawing.Size(44, 20);
+ this.superTooltip1.SetSuperTooltip(this.ppBtnDefaultCbPos, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefaultCbPos.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(250, 145)));
+ this.ppBtnDefaultCbPos.TabIndex = 51;
+ this.ppBtnDefaultCbPos.Text = "Default";
+ this.ppBtnDefaultCbPos.ThemeAware = true;
+ this.ppBtnDefaultCbPos.Visible = false;
+ this.ppBtnDefaultCbPos.Click += new System.EventHandler(this.ppBtnDefaultCbPos_Click);
+ //
+ // ppCmbxChgBarTxtType
+ //
+ this.ppCmbxChgBarTxtType.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.docVersionConfigBindingSource, "Print_ChangeBarText", true));
+ this.ppCmbxChgBarTxtType.DisplayMember = "Text";
+ this.ppCmbxChgBarTxtType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
+ this.ppCmbxChgBarTxtType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ this.ppCmbxChgBarTxtType.FormattingEnabled = true;
+ this.ppCmbxChgBarTxtType.Location = new System.Drawing.Point(61, 16);
+ this.ppCmbxChgBarTxtType.Margin = new System.Windows.Forms.Padding(2);
+ this.ppCmbxChgBarTxtType.Name = "ppCmbxChgBarTxtType";
+ this.ppCmbxChgBarTxtType.Size = new System.Drawing.Size(153, 21);
+ this.ppCmbxChgBarTxtType.TabIndex = 44;
+ this.ppCmbxChgBarTxtType.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.ppCmbxChgBarTxtType.WatermarkText = "select change bar text type";
+ this.ppCmbxChgBarTxtType.SelectedValueChanged += new System.EventHandler(this.ppCmbxChgBarTxtType_SelectedValueChanged);
+ //
+ // ppCmbxChgBarPos
+ //
+ this.ppCmbxChgBarPos.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.docVersionConfigBindingSource, "Print_ChangeBarLoc", true));
+ this.ppCmbxChgBarPos.DisplayMember = "Text";
+ this.ppCmbxChgBarPos.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
+ this.ppCmbxChgBarPos.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ this.ppCmbxChgBarPos.FormattingEnabled = true;
+ this.ppCmbxChgBarPos.Location = new System.Drawing.Point(72, 66);
+ this.ppCmbxChgBarPos.Margin = new System.Windows.Forms.Padding(2);
+ this.ppCmbxChgBarPos.Name = "ppCmbxChgBarPos";
+ this.ppCmbxChgBarPos.Size = new System.Drawing.Size(135, 21);
+ this.ppCmbxChgBarPos.TabIndex = 50;
+ this.ppCmbxChgBarPos.Visible = false;
+ this.ppCmbxChgBarPos.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.ppCmbxChgBarPos.WatermarkText = "select change bar position";
+ this.ppCmbxChgBarPos.SelectedValueChanged += new System.EventHandler(this.ppCmbxChgBarPos_SelectedValueChanged);
+ //
+ // ppLblChgBarTxtTypeDefault
+ //
+ this.ppLblChgBarTxtTypeDefault.AutoSize = true;
+ this.ppLblChgBarTxtTypeDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.ppLblChgBarTxtTypeDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
+ this.ppLblChgBarTxtTypeDefault.Location = new System.Drawing.Point(70, 37);
+ this.ppLblChgBarTxtTypeDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.ppLblChgBarTxtTypeDefault.Name = "ppLblChgBarTxtTypeDefault";
+ this.ppLblChgBarTxtTypeDefault.Size = new System.Drawing.Size(79, 13);
+ this.superTooltip1.SetSuperTooltip(this.ppLblChgBarTxtTypeDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Custom Change Bar Text Type", "", "Pressing the Default Button (to the right) will set the Cusotom Change Bar Positi" +
+ "on setting back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0)));
+ this.ppLblChgBarTxtTypeDefault.TabIndex = 13;
+ this.ppLblChgBarTxtTypeDefault.Text = "(default setting)";
+ //
+ // ppLblChgBarPosDefault
+ //
+ this.ppLblChgBarPosDefault.AutoSize = true;
+ this.ppLblChgBarPosDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.ppLblChgBarPosDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
+ this.ppLblChgBarPosDefault.Location = new System.Drawing.Point(74, 86);
+ this.ppLblChgBarPosDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.ppLblChgBarPosDefault.Name = "ppLblChgBarPosDefault";
+ this.ppLblChgBarPosDefault.Size = new System.Drawing.Size(79, 13);
+ this.superTooltip1.SetSuperTooltip(this.ppLblChgBarPosDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Custom Change Bar Position", "", "Pressing the Default Button (to the right) will set the Cusotom Change Bar Positi" +
+ "on setting back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(300, 80)));
+ this.ppLblChgBarPosDefault.TabIndex = 12;
+ this.ppLblChgBarPosDefault.Text = "(default setting)";
+ this.ppLblChgBarPosDefault.Visible = false;
+ //
+ // ppBtnDefCbTxt2
+ //
+ this.ppBtnDefCbTxt2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
+ this.ppBtnDefCbTxt2.Location = new System.Drawing.Point(119, 47);
+ this.ppBtnDefCbTxt2.Margin = new System.Windows.Forms.Padding(2);
+ this.ppBtnDefCbTxt2.Name = "ppBtnDefCbTxt2";
+ this.ppBtnDefCbTxt2.Size = new System.Drawing.Size(44, 20);
+ this.superTooltip1.SetSuperTooltip(this.ppBtnDefCbTxt2, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefCbTxt2.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(250, 150)));
+ this.ppBtnDefCbTxt2.TabIndex = 49;
+ this.ppBtnDefCbTxt2.Text = "Default";
+ this.ppBtnDefCbTxt2.ThemeAware = true;
+ this.ppBtnDefCbTxt2.Visible = false;
+ this.ppBtnDefCbTxt2.Click += new System.EventHandler(this.ppBtnDefCbTxt2_Click);
+ //
+ // ppBtnDefCbTxt1
+ //
+ this.ppBtnDefCbTxt1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
+ this.ppBtnDefCbTxt1.Location = new System.Drawing.Point(119, 6);
+ this.ppBtnDefCbTxt1.Margin = new System.Windows.Forms.Padding(2);
+ this.ppBtnDefCbTxt1.Name = "ppBtnDefCbTxt1";
+ this.ppBtnDefCbTxt1.Size = new System.Drawing.Size(44, 20);
+ this.superTooltip1.SetSuperTooltip(this.ppBtnDefCbTxt1, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDefCbTxt1.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(250, 150)));
+ this.ppBtnDefCbTxt1.TabIndex = 47;
+ this.ppBtnDefCbTxt1.Text = "Default";
+ this.ppBtnDefCbTxt1.ThemeAware = true;
+ this.ppBtnDefCbTxt1.Visible = false;
+ this.ppBtnDefCbTxt1.Click += new System.EventHandler(this.ppBtnDefCbTxt1_Click);
+ //
+ // ppLblChgBarUserMsgTwoDefault
+ //
+ this.ppLblChgBarUserMsgTwoDefault.AutoSize = true;
+ this.ppLblChgBarUserMsgTwoDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.ppLblChgBarUserMsgTwoDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
+ this.ppLblChgBarUserMsgTwoDefault.Location = new System.Drawing.Point(66, 66);
+ this.ppLblChgBarUserMsgTwoDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.ppLblChgBarUserMsgTwoDefault.Name = "ppLblChgBarUserMsgTwoDefault";
+ this.ppLblChgBarUserMsgTwoDefault.Size = new System.Drawing.Size(45, 13);
+ this.superTooltip1.SetSuperTooltip(this.ppLblChgBarUserMsgTwoDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Custom Message Line Two", "", "Pressing the Default Button (to the right) will set the Cusotom Change Bar Messag" +
+ "e Line Two setting back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0)));
+ this.ppLblChgBarUserMsgTwoDefault.TabIndex = 7;
+ this.ppLblChgBarUserMsgTwoDefault.Text = "(default)";
+ //
+ // ppLblChgBarUserMsgOneDefault
+ //
+ this.ppLblChgBarUserMsgOneDefault.AutoSize = true;
+ this.ppLblChgBarUserMsgOneDefault.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.ppLblChgBarUserMsgOneDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
+ this.ppLblChgBarUserMsgOneDefault.Location = new System.Drawing.Point(66, 28);
+ this.ppLblChgBarUserMsgOneDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.ppLblChgBarUserMsgOneDefault.Name = "ppLblChgBarUserMsgOneDefault";
+ this.ppLblChgBarUserMsgOneDefault.Size = new System.Drawing.Size(45, 13);
+ this.superTooltip1.SetSuperTooltip(this.ppLblChgBarUserMsgOneDefault, new DevComponents.DotNetBar.SuperTooltipInfo("This is the default Custom Message Line One", "", "Pressing the Default Button (to the right) will set the Cusotom Change Bar Messag" +
+ "e Line One setting back to this.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
+ this.ppLblChgBarUserMsgOneDefault.TabIndex = 6;
+ this.ppLblChgBarUserMsgOneDefault.Text = "(default)";
+ //
+ // label14
+ //
+ this.label14.AutoSize = true;
+ this.label14.Location = new System.Drawing.Point(16, 9);
+ this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.label14.Name = "label14";
+ this.label14.Size = new System.Drawing.Size(48, 13);
+ this.label14.TabIndex = 4;
+ this.label14.Text = "Line one";
+ //
+ // ppTxbxChangeBarUserMsgOne
+ //
+ this.ppTxbxChangeBarUserMsgOne.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.docVersionConfigBindingSource, "Print_UserCBMess1", true));
+ this.ppTxbxChangeBarUserMsgOne.Location = new System.Drawing.Point(68, 6);
+ this.ppTxbxChangeBarUserMsgOne.Margin = new System.Windows.Forms.Padding(2);
+ this.ppTxbxChangeBarUserMsgOne.Multiline = false;
+ this.ppTxbxChangeBarUserMsgOne.Name = "ppTxbxChangeBarUserMsgOne";
+ this.ppTxbxChangeBarUserMsgOne.Size = new System.Drawing.Size(44, 20);
+ this.superTooltip1.SetSuperTooltip(this.ppTxbxChangeBarUserMsgOne, new DevComponents.DotNetBar.SuperTooltipInfo("User Defined Message", "", "This message will appear on all change bars", null, null, DevComponents.DotNetBar.eTooltipColor.System));
+ this.ppTxbxChangeBarUserMsgOne.TabIndex = 46;
+ this.ppTxbxChangeBarUserMsgOne.Text = "";
+ this.ppTxbxChangeBarUserMsgOne.TextChanged += new System.EventHandler(this.ppTxbxChangeBarUserMsgOne_TextChanged);
+ //
+ // label15
+ //
+ this.label15.AutoSize = true;
+ this.label15.Location = new System.Drawing.Point(16, 50);
+ this.label15.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.label15.Name = "label15";
+ this.label15.Size = new System.Drawing.Size(47, 13);
+ this.label15.TabIndex = 5;
+ this.label15.Text = "Line two";
+ //
+ // ppTxbxChangeBarUserMsgTwo
+ //
+ this.ppTxbxChangeBarUserMsgTwo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.docVersionConfigBindingSource, "Print_UserCBMess2", true));
+ this.ppTxbxChangeBarUserMsgTwo.Location = new System.Drawing.Point(68, 47);
+ this.ppTxbxChangeBarUserMsgTwo.Margin = new System.Windows.Forms.Padding(2);
+ this.ppTxbxChangeBarUserMsgTwo.Multiline = false;
+ this.ppTxbxChangeBarUserMsgTwo.Name = "ppTxbxChangeBarUserMsgTwo";
+ this.ppTxbxChangeBarUserMsgTwo.Size = new System.Drawing.Size(44, 20);
+ this.superTooltip1.SetSuperTooltip(this.ppTxbxChangeBarUserMsgTwo, new DevComponents.DotNetBar.SuperTooltipInfo("User Defined Message", "", "This message will appear on all change bars", null, null, DevComponents.DotNetBar.eTooltipColor.System));
+ this.ppTxbxChangeBarUserMsgTwo.TabIndex = 48;
+ this.ppTxbxChangeBarUserMsgTwo.Text = "";
+ this.ppTxbxChangeBarUserMsgTwo.TextChanged += new System.EventHandler(this.ppTxbxChangeBarUserMsgTwo_TextChanged);
+ //
+ // label13
+ //
+ this.label13.AutoSize = true;
+ this.label13.Location = new System.Drawing.Point(4, 18);
+ this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.label13.Name = "label13";
+ this.label13.Size = new System.Drawing.Size(55, 13);
+ this.label13.TabIndex = 8;
+ this.label13.Text = "Text Type";
+ //
+ // label12
+ //
+ this.label12.AutoSize = true;
+ this.label12.Location = new System.Drawing.Point(25, 67);
+ this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.label12.Name = "label12";
+ this.label12.Size = new System.Drawing.Size(44, 13);
+ this.label12.TabIndex = 9;
+ this.label12.Text = "Position";
+ this.label12.Visible = false;
+ //
+ // label10
+ //
+ this.label10.AutoSize = true;
+ this.label10.BackColor = System.Drawing.Color.Transparent;
+ this.label10.Location = new System.Drawing.Point(11, 11);
+ this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.label10.Name = "label10";
+ this.label10.Size = new System.Drawing.Size(39, 13);
+ this.label10.TabIndex = 19;
+ this.label10.Text = "Format";
+ //
+ // label11
+ //
+ this.label11.AutoSize = true;
+ this.label11.BackColor = System.Drawing.Color.Transparent;
+ this.label11.Location = new System.Drawing.Point(17, 84);
+ this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.label11.Name = "label11";
+ this.label11.Size = new System.Drawing.Size(68, 13);
+ this.label11.TabIndex = 3;
+ this.label11.Text = "Change Bars";
+ //
+ // imageCodecInfoBindingSource
+ //
+ this.imageCodecInfoBindingSource.DataSource = typeof(System.Drawing.Imaging.ImageCodecInfo);
+ //
+ // ppBtnResetRoVals
+ //
+ this.ppBtnResetRoVals.Location = new System.Drawing.Point(24, 73);
+ this.ppBtnResetRoVals.Margin = new System.Windows.Forms.Padding(2);
+ this.ppBtnResetRoVals.Name = "ppBtnResetRoVals";
+ this.ppBtnResetRoVals.Size = new System.Drawing.Size(57, 63);
+ this.ppBtnResetRoVals.TabIndex = 20;
+ this.ppBtnResetRoVals.Text = "Reset to Previous Values";
+ this.ppBtnResetRoVals.UseVisualStyleBackColor = true;
+ this.ppBtnResetRoVals.Visible = false;
+ this.ppBtnResetRoVals.Click += new System.EventHandler(this.ppBtnResetRoVals_Click);
+ //
+ // ppBtnUpRoVals
+ //
+ this.ppBtnUpRoVals.Location = new System.Drawing.Point(25, 11);
+ this.ppBtnUpRoVals.Margin = new System.Windows.Forms.Padding(2);
+ this.ppBtnUpRoVals.Name = "ppBtnUpRoVals";
+ this.ppBtnUpRoVals.Size = new System.Drawing.Size(57, 59);
+ this.superTooltip1.SetSuperTooltip(this.ppBtnUpRoVals, new DevComponents.DotNetBar.SuperTooltipInfo("Update Referenced Objects Values", "", "This button will update all of the Referenced Objects Values in all of the proced" +
+ "ures in this procedure set.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
+ this.ppBtnUpRoVals.TabIndex = 23;
+ this.ppBtnUpRoVals.Text = "Update RO Values";
+ this.ppBtnUpRoVals.UseVisualStyleBackColor = true;
+ this.ppBtnUpRoVals.Click += new System.EventHandler(this.ppBtnUpRoVals_Click);
+ //
+ // label6
+ //
+ this.label6.AutoSize = true;
+ this.label6.BackColor = System.Drawing.Color.Transparent;
+ this.label6.Location = new System.Drawing.Point(9, 17);
+ this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.label6.Name = "label6";
+ this.label6.Size = new System.Drawing.Size(72, 13);
+ this.label6.TabIndex = 12;
+ this.label6.Text = "RO Database";
+ //
+ // ppCmbxProcSetType
+ //
+ this.ppCmbxProcSetType.DisplayMember = "Text";
+ 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(175, 236);
+ this.ppCmbxProcSetType.Margin = new System.Windows.Forms.Padding(2);
+ this.ppCmbxProcSetType.Name = "ppCmbxProcSetType";
+ this.ppCmbxProcSetType.Size = new System.Drawing.Size(133, 21);
+ this.ppCmbxProcSetType.TabIndex = 2;
+ this.ppCmbxProcSetType.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.ppCmbxProcSetType.WatermarkText = "select procedure set type";
+ //
+ // label9
+ //
+ this.label9.AutoSize = true;
+ this.label9.BackColor = System.Drawing.Color.Transparent;
+ this.label9.Location = new System.Drawing.Point(24, 238);
+ this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.label9.Name = "label9";
+ this.label9.Size = new System.Drawing.Size(145, 13);
+ this.label9.TabIndex = 16;
+ this.label9.Text = "Procedure Set Type (version)";
+ //
+ // ppRTxtName
+ //
+ this.ppRTxtName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.docVersionConfigBindingSource, "Name", true));
+ this.ppRTxtName.Location = new System.Drawing.Point(56, 15);
+ this.ppRTxtName.Margin = new System.Windows.Forms.Padding(2);
+ this.ppRTxtName.Multiline = false;
+ this.ppRTxtName.Name = "ppRTxtName";
+ this.ppRTxtName.Size = new System.Drawing.Size(210, 19);
+ this.ppRTxtName.TabIndex = 0;
+ this.ppRTxtName.Text = "";
+ this.ppRTxtName.Leave += new System.EventHandler(this.ppRTxtName_Leave);
+ //
+ // lblProcSetRev
+ //
+ this.lblProcSetRev.AutoSize = true;
+ this.lblProcSetRev.BackColor = System.Drawing.Color.Transparent;
+ this.lblProcSetRev.Location = new System.Drawing.Point(24, 204);
+ this.lblProcSetRev.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.lblProcSetRev.Name = "lblProcSetRev";
+ this.lblProcSetRev.Size = new System.Drawing.Size(119, 13);
+ this.lblProcSetRev.TabIndex = 66;
+ this.lblProcSetRev.Text = "Procedure Set Revision";
+ //
+ // ppRTxtProcSetRev
+ //
+ this.ppRTxtProcSetRev.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.docVersionConfigBindingSource, "ProcedureSetRev", true));
+ this.ppRTxtProcSetRev.Location = new System.Drawing.Point(175, 201);
+ this.ppRTxtProcSetRev.Margin = new System.Windows.Forms.Padding(2);
+ this.ppRTxtProcSetRev.Multiline = false;
+ this.ppRTxtProcSetRev.Name = "ppRTxtProcSetRev";
+ this.ppRTxtProcSetRev.Size = new System.Drawing.Size(210, 19);
+ this.ppRTxtProcSetRev.TabIndex = 0;
+ this.ppRTxtProcSetRev.Text = "";
+ //
+ // ppRTxtTitle
+ //
+ this.ppRTxtTitle.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.docVersionConfigBindingSource, "Title", true));
+ this.ppRTxtTitle.Location = new System.Drawing.Point(56, 57);
+ this.ppRTxtTitle.Margin = new System.Windows.Forms.Padding(2);
+ this.ppRTxtTitle.Name = "ppRTxtTitle";
+ this.ppRTxtTitle.Size = new System.Drawing.Size(407, 50);
+ this.ppRTxtTitle.TabIndex = 1;
+ this.ppRTxtTitle.Text = "";
+ this.ppRTxtTitle.Visible = false;
+ //
+ // ppDTPicker
+ //
+ this.ppDTPicker.CustomFormat = "MM\'/\'dd\'/\'yyyy hh\':\'mm:ss tt";
+ this.ppDTPicker.Enabled = false;
+ this.ppDTPicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
+ this.ppDTPicker.Location = new System.Drawing.Point(80, 123);
+ this.ppDTPicker.Margin = new System.Windows.Forms.Padding(2);
+ this.ppDTPicker.Name = "ppDTPicker";
+ this.ppDTPicker.Size = new System.Drawing.Size(130, 20);
+ this.ppDTPicker.TabIndex = 12;
+ this.ppDTPicker.TabStop = false;
+ this.ppDTPicker.Visible = false;
+ //
+ // label1
+ //
+ this.label1.AutoSize = true;
+ this.label1.BackColor = System.Drawing.Color.Transparent;
+ this.label1.Location = new System.Drawing.Point(26, 59);
+ this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.label1.Name = "label1";
+ this.label1.Size = new System.Drawing.Size(27, 13);
+ this.label1.TabIndex = 3;
+ this.label1.Text = "Title";
+ this.label1.Visible = false;
+ //
+ // label2
+ //
+ this.label2.AutoSize = true;
+ this.label2.BackColor = System.Drawing.Color.Transparent;
+ this.label2.Location = new System.Drawing.Point(17, 18);
+ this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.label2.Name = "label2";
+ this.label2.Size = new System.Drawing.Size(35, 13);
+ this.label2.TabIndex = 4;
+ this.label2.Text = "Name";
+ //
+ // ppTxtBxUserID
+ //
+ this.ppTxtBxUserID.Enabled = false;
+ this.ppTxtBxUserID.Location = new System.Drawing.Point(71, 169);
+ this.ppTxtBxUserID.Margin = new System.Windows.Forms.Padding(2);
+ this.ppTxtBxUserID.Name = "ppTxtBxUserID";
+ this.ppTxtBxUserID.Size = new System.Drawing.Size(116, 20);
+ this.ppTxtBxUserID.TabIndex = 10;
+ this.ppTxtBxUserID.TabStop = false;
+ this.ppTxtBxUserID.Visible = false;
+ //
+ // label3
+ //
+ this.label3.AutoSize = true;
+ this.label3.BackColor = System.Drawing.Color.Transparent;
+ this.label3.Location = new System.Drawing.Point(26, 171);
+ this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.label3.Name = "label3";
+ this.label3.Size = new System.Drawing.Size(43, 13);
+ this.label3.TabIndex = 5;
+ this.label3.Text = "User ID";
+ this.label3.Visible = false;
+ //
+ // label4
+ //
+ this.label4.AutoSize = true;
+ this.label4.BackColor = System.Drawing.Color.Transparent;
+ this.label4.Location = new System.Drawing.Point(20, 125);
+ this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.label4.Name = "label4";
+ this.label4.Size = new System.Drawing.Size(58, 13);
+ this.label4.TabIndex = 6;
+ this.label4.Text = "Date/Time";
+ this.label4.Visible = false;
+ //
+ // ppBtnPDFLoc
+ //
+ this.ppBtnPDFLoc.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
+ this.ppBtnPDFLoc.Image = ((System.Drawing.Image)(resources.GetObject("ppBtnPDFLoc.Image")));
+ this.ppBtnPDFLoc.Location = new System.Drawing.Point(465, 19);
+ this.ppBtnPDFLoc.Margin = new System.Windows.Forms.Padding(2);
+ this.ppBtnPDFLoc.Name = "ppBtnPDFLoc";
+ this.ppBtnPDFLoc.Size = new System.Drawing.Size(16, 19);
+ this.ppBtnPDFLoc.TabIndex = 31;
+ this.ppBtnPDFLoc.Click += new System.EventHandler(this.ppBtnPDFLoc_Click);
+ //
+ // ppNumUpDwnOvrdPrnPenWidth
+ //
+ this.ppNumUpDwnOvrdPrnPenWidth.Location = new System.Drawing.Point(178, 14);
+ this.ppNumUpDwnOvrdPrnPenWidth.Margin = new System.Windows.Forms.Padding(2);
+ this.ppNumUpDwnOvrdPrnPenWidth.Name = "ppNumUpDwnOvrdPrnPenWidth";
+ this.ppNumUpDwnOvrdPrnPenWidth.Size = new System.Drawing.Size(37, 20);
+ this.superTooltip1.SetSuperTooltip(this.ppNumUpDwnOvrdPrnPenWidth, new DevComponents.DotNetBar.SuperTooltipInfo("Normal Pen Width", "", "This will allow you to override pen width used for normal text and line drawing.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
+ this.ppNumUpDwnOvrdPrnPenWidth.TabIndex = 1;
+ //
+ // label19
+ //
+ this.label19.AutoSize = true;
+ this.label19.BackColor = System.Drawing.Color.Transparent;
+ this.label19.Location = new System.Drawing.Point(5, 16);
+ this.label19.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.label19.Name = "label19";
+ this.label19.Size = new System.Drawing.Size(165, 13);
+ this.label19.TabIndex = 0;
+ this.label19.Text = "Override Normal Pen Width (dots)";
+ //
+ // label20
+ //
+ this.label20.AutoSize = true;
+ this.label20.BackColor = System.Drawing.Color.Transparent;
+ this.label20.Location = new System.Drawing.Point(6, 47);
+ this.label20.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.label20.Name = "label20";
+ this.label20.Size = new System.Drawing.Size(153, 13);
+ this.label20.TabIndex = 2;
+ this.label20.Text = "Override Bold Pen Width (dots)";
+ //
+ // ppNumUpDwnOverdPrnPenBoldWidth
+ //
+ this.ppNumUpDwnOverdPrnPenBoldWidth.Location = new System.Drawing.Point(178, 46);
+ this.ppNumUpDwnOverdPrnPenBoldWidth.Margin = new System.Windows.Forms.Padding(2);
+ this.ppNumUpDwnOverdPrnPenBoldWidth.Name = "ppNumUpDwnOverdPrnPenBoldWidth";
+ this.ppNumUpDwnOverdPrnPenBoldWidth.Size = new System.Drawing.Size(37, 20);
+ this.superTooltip1.SetSuperTooltip(this.ppNumUpDwnOverdPrnPenBoldWidth, new DevComponents.DotNetBar.SuperTooltipInfo("Bold Pen Width", "", "This will allow you to override the width used for bold text.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
+ this.ppNumUpDwnOverdPrnPenBoldWidth.TabIndex = 3;
+ //
+ // ppNumUpDwnOvrdPrnPenULineWidth
+ //
+ this.ppNumUpDwnOvrdPrnPenULineWidth.Location = new System.Drawing.Point(422, 14);
+ this.ppNumUpDwnOvrdPrnPenULineWidth.Margin = new System.Windows.Forms.Padding(2);
+ this.ppNumUpDwnOvrdPrnPenULineWidth.Name = "ppNumUpDwnOvrdPrnPenULineWidth";
+ this.ppNumUpDwnOvrdPrnPenULineWidth.Size = new System.Drawing.Size(37, 20);
+ this.superTooltip1.SetSuperTooltip(this.ppNumUpDwnOvrdPrnPenULineWidth, new DevComponents.DotNetBar.SuperTooltipInfo("Underline Thickness", "", "This will allow you to change the thickness of the uderline.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
+ this.ppNumUpDwnOvrdPrnPenULineWidth.TabIndex = 5;
+ //
+ // label21
+ //
+ this.label21.AutoSize = true;
+ this.label21.BackColor = System.Drawing.Color.Transparent;
+ this.label21.Location = new System.Drawing.Point(239, 16);
+ this.label21.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.label21.Name = "label21";
+ this.label21.Size = new System.Drawing.Size(176, 13);
+ this.label21.TabIndex = 4;
+ this.label21.Text = "Override Underline Thickness (dots)";
+ //
+ // ppNumUpDwnAdjPrnStartPos
+ //
+ this.ppNumUpDwnAdjPrnStartPos.Location = new System.Drawing.Point(422, 46);
+ this.ppNumUpDwnAdjPrnStartPos.Margin = new System.Windows.Forms.Padding(2);
+ this.ppNumUpDwnAdjPrnStartPos.Maximum = new decimal(new int[] {
500,
0,
0,
0});
- this.ppNumUpDwnAdjPrnStartPos.Name = "ppNumUpDwnAdjPrnStartPos";
- this.ppNumUpDwnAdjPrnStartPos.Size = new System.Drawing.Size(37, 20);
- this.superTooltip1.SetSuperTooltip(this.ppNumUpDwnAdjPrnStartPos, new DevComponents.DotNetBar.SuperTooltipInfo("Starting Print Position", "", "Allows you to move the starting point on the page of where text and boarder begin" +
- " printing.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
- this.ppNumUpDwnAdjPrnStartPos.TabIndex = 7;
- //
- // label22
- //
- this.label22.AutoSize = true;
- this.label22.BackColor = System.Drawing.Color.Transparent;
- this.label22.Location = new System.Drawing.Point(228, 48);
- this.label22.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label22.Name = "label22";
- this.label22.Size = new System.Drawing.Size(187, 13);
- this.label22.TabIndex = 6;
- 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(433, 60);
- this.ppBtnDeftDisAutoDuplx.Margin = new System.Windows.Forms.Padding(2);
- this.ppBtnDeftDisAutoDuplx.Name = "ppBtnDeftDisAutoDuplx";
- this.ppBtnDeftDisAutoDuplx.Size = new System.Drawing.Size(44, 20);
- this.superTooltip1.SetSuperTooltip(this.ppBtnDeftDisAutoDuplx, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDeftDisAutoDuplx.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(255, 150)));
- this.ppBtnDeftDisAutoDuplx.TabIndex = 35;
- this.ppBtnDeftDisAutoDuplx.Text = "Default";
- this.ppBtnDeftDisAutoDuplx.ThemeAware = true;
- this.ppBtnDeftDisAutoDuplx.Click += new System.EventHandler(this.ppBtnDeftDisAutoDuplx_Click);
- //
- // ppBtnDefWatermark
- //
- this.ppBtnDefWatermark.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.ppBtnDefWatermark.Location = new System.Drawing.Point(203, 58);
- this.ppBtnDefWatermark.Margin = new System.Windows.Forms.Padding(2);
- this.ppBtnDefWatermark.Name = "ppBtnDefWatermark";
- this.ppBtnDefWatermark.Size = new System.Drawing.Size(40, 20);
- this.superTooltip1.SetSuperTooltip(this.ppBtnDefWatermark, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", "This will revert the watermark selection back to using the parent\'s (default) set" +
- "ting.\r\n\r\nCheck \"Show Default Settings\" to display the \"default\" watermark (below" +
- " the Watermark selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(255, 145)));
- this.ppBtnDefWatermark.TabIndex = 33;
- this.ppBtnDefWatermark.Text = "Default";
- this.ppBtnDefWatermark.ThemeAware = true;
- this.ppBtnDefWatermark.Visible = false;
- this.ppBtnDefWatermark.Click += new System.EventHandler(this.ppBtnDefWatermark_Click);
- //
- // ppCmbxWatermark
- //
- this.ppCmbxWatermark.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.docVersionConfigBindingSource, "Print_Watermark", true));
- this.ppCmbxWatermark.DisplayMember = "Text";
- 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(74, 58);
- this.ppCmbxWatermark.Margin = new System.Windows.Forms.Padding(2);
- this.ppCmbxWatermark.Name = "ppCmbxWatermark";
- this.ppCmbxWatermark.Size = new System.Drawing.Size(126, 21);
- this.ppCmbxWatermark.TabIndex = 32;
- this.ppCmbxWatermark.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.ppCmbxWatermark.WatermarkText = "select watermark option";
- this.ppCmbxWatermark.SelectedValueChanged += new System.EventHandler(this.ppCmbxWatermark_SelectedValueChanged);
- //
- // ppLblWatermarkDefault
- //
- this.ppLblWatermarkDefault.AutoSize = true;
- 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(69, 80);
- this.ppLblWatermarkDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.ppLblWatermarkDefault.Name = "ppLblWatermarkDefault";
- this.ppLblWatermarkDefault.Size = new System.Drawing.Size(45, 13);
- 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" +
- " to \r\nthis default.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0)));
- this.ppLblWatermarkDefault.TabIndex = 57;
- this.ppLblWatermarkDefault.Text = "(default)";
- //
- // ppTxtBxPDFLoc
- //
- this.ppTxtBxPDFLoc.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.docVersionConfigBindingSource, "Print_PDFLocation", true));
- this.ppTxtBxPDFLoc.Location = new System.Drawing.Point(83, 19);
- this.ppTxtBxPDFLoc.Margin = new System.Windows.Forms.Padding(2);
- this.ppTxtBxPDFLoc.Name = "ppTxtBxPDFLoc";
- this.ppTxtBxPDFLoc.Size = new System.Drawing.Size(379, 20);
- this.ppTxtBxPDFLoc.TabIndex = 30;
- //
- // label18
- //
- this.label18.AutoSize = true;
- this.label18.BackColor = System.Drawing.Color.Transparent;
- this.label18.Location = new System.Drawing.Point(4, 22);
- this.label18.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label18.Name = "label18";
- this.label18.Size = new System.Drawing.Size(72, 13);
- this.label18.TabIndex = 54;
- this.label18.Text = "PDF Location";
- //
- // ppLblAutoDuplexDefault
- //
- this.ppLblAutoDuplexDefault.AutoSize = true;
- 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(286, 79);
- this.ppLblAutoDuplexDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.ppLblAutoDuplexDefault.Name = "ppLblAutoDuplexDefault";
- this.ppLblAutoDuplexDefault.Size = new System.Drawing.Size(64, 13);
- 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" +
- "ng back\r\nto this default.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0)));
- this.ppLblAutoDuplexDefault.TabIndex = 53;
- this.ppLblAutoDuplexDefault.Text = "(default ON)";
- //
- // ppChbxDisAutoDuplex
- //
- 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(272, 60);
- this.ppChbxDisAutoDuplex.Margin = new System.Windows.Forms.Padding(2);
- this.ppChbxDisAutoDuplex.Name = "ppChbxDisAutoDuplex";
- this.ppChbxDisAutoDuplex.Size = new System.Drawing.Size(161, 17);
- this.superTooltip1.SetSuperTooltip(this.ppChbxDisAutoDuplex, new DevComponents.DotNetBar.SuperTooltipInfo("Disable Automatic Duplex", "", "Checking this box will turn OFF the automatic duplexing used in some formats for " +
- "Foldout pages.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0)));
- this.ppChbxDisAutoDuplex.TabIndex = 34;
- this.ppChbxDisAutoDuplex.Text = "Disable Automatic Duplexing";
- this.ppChbxDisAutoDuplex.UseVisualStyleBackColor = false;
- this.ppChbxDisAutoDuplex.CheckedChanged += new System.EventHandler(this.ppChbxDisAutoDuplex_CheckedChanged);
- //
- // label17
- //
- this.label17.AutoSize = true;
- this.label17.BackColor = System.Drawing.Color.Transparent;
- this.label17.Location = new System.Drawing.Point(9, 62);
- this.label17.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label17.Name = "label17";
- this.label17.Size = new System.Drawing.Size(59, 13);
- this.label17.TabIndex = 27;
- this.label17.Text = "Watermark";
- //
- // superTooltip1
- //
- this.superTooltip1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
- //
- // ppCbShwDefSettings
- //
- this.ppCbShwDefSettings.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- //
- //
- //
- this.ppCbShwDefSettings.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ppCbShwDefSettings.Location = new System.Drawing.Point(17, 411);
- this.ppCbShwDefSettings.Margin = new System.Windows.Forms.Padding(2);
- this.ppCbShwDefSettings.Name = "ppCbShwDefSettings";
- this.ppCbShwDefSettings.Size = new System.Drawing.Size(154, 20);
- this.superTooltip1.SetSuperTooltip(this.ppCbShwDefSettings, new DevComponents.DotNetBar.SuperTooltipInfo("Show Default Settings", "", "When checked, the default (parent\'s) setting will appear below the overridden sel" +
- "ection.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
- this.ppCbShwDefSettings.TabIndex = 92;
- this.ppCbShwDefSettings.Text = "Show Default Settings";
- this.ppCbShwDefSettings.CheckedChanged += new System.EventHandler(this.tabpage_Enter);
- //
- // ppGpbxUserSpecCB
- //
- this.ppGpbxUserSpecCB.BackColor = System.Drawing.Color.Transparent;
- this.ppGpbxUserSpecCB.CanvasColor = System.Drawing.SystemColors.Control;
- this.ppGpbxUserSpecCB.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
- this.ppGpbxUserSpecCB.Controls.Add(this.ppGpbxUserSpecTxt);
- this.ppGpbxUserSpecCB.Controls.Add(this.ppBtnDefCbTxtTyp);
- this.ppGpbxUserSpecCB.Controls.Add(this.ppCmbxChgBarPos);
- this.ppGpbxUserSpecCB.Controls.Add(this.ppBtnDefaultCbPos);
- this.ppGpbxUserSpecCB.Controls.Add(this.label12);
- this.ppGpbxUserSpecCB.Controls.Add(this.ppCmbxChgBarTxtType);
- 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(14, 136);
- this.ppGpbxUserSpecCB.Margin = new System.Windows.Forms.Padding(2);
- this.ppGpbxUserSpecCB.Name = "ppGpbxUserSpecCB";
- this.ppGpbxUserSpecCB.Size = new System.Drawing.Size(466, 130);
- //
- //
- //
- this.ppGpbxUserSpecCB.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
- this.ppGpbxUserSpecCB.Style.BackColorGradientAngle = 90;
- this.ppGpbxUserSpecCB.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
- this.ppGpbxUserSpecCB.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.ppGpbxUserSpecCB.Style.BorderBottomWidth = 1;
- this.ppGpbxUserSpecCB.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
- this.ppGpbxUserSpecCB.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.ppGpbxUserSpecCB.Style.BorderLeftWidth = 1;
- this.ppGpbxUserSpecCB.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.ppGpbxUserSpecCB.Style.BorderRightWidth = 1;
- this.ppGpbxUserSpecCB.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.ppGpbxUserSpecCB.Style.BorderTopWidth = 1;
- this.ppGpbxUserSpecCB.Style.CornerDiameter = 4;
- this.ppGpbxUserSpecCB.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
- this.ppGpbxUserSpecCB.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
- this.ppGpbxUserSpecCB.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
- this.ppGpbxUserSpecCB.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
- //
- //
- //
- this.ppGpbxUserSpecCB.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ppGpbxUserSpecCB.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.superTooltip1.SetSuperTooltip(this.ppGpbxUserSpecCB, new DevComponents.DotNetBar.SuperTooltipInfo("Change Bar Override Settings", "", resources.GetString("ppGpbxUserSpecCB.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(230, 155)));
- this.ppGpbxUserSpecCB.TabIndex = 49;
- this.ppGpbxUserSpecCB.Text = "Custom Change Bar Text";
- //
- // ppGpbxUserSpecTxt
- //
- this.ppGpbxUserSpecTxt.CanvasColor = System.Drawing.SystemColors.Control;
- this.ppGpbxUserSpecTxt.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
- this.ppGpbxUserSpecTxt.Controls.Add(this.ppBtnDefCbTxt2);
- this.ppGpbxUserSpecTxt.Controls.Add(this.label14);
- this.ppGpbxUserSpecTxt.Controls.Add(this.ppBtnDefCbTxt1);
- this.ppGpbxUserSpecTxt.Controls.Add(this.ppTxbxChangeBarUserMsgTwo);
- this.ppGpbxUserSpecTxt.Controls.Add(this.ppLblChgBarUserMsgTwoDefault);
- this.ppGpbxUserSpecTxt.Controls.Add(this.label15);
- this.ppGpbxUserSpecTxt.Controls.Add(this.ppLblChgBarUserMsgOneDefault);
- this.ppGpbxUserSpecTxt.Controls.Add(this.ppTxbxChangeBarUserMsgOne);
- this.ppGpbxUserSpecTxt.Location = new System.Drawing.Point(267, 6);
- this.ppGpbxUserSpecTxt.Margin = new System.Windows.Forms.Padding(2);
- this.ppGpbxUserSpecTxt.Name = "ppGpbxUserSpecTxt";
- this.ppGpbxUserSpecTxt.Size = new System.Drawing.Size(184, 103);
- //
- //
- //
- this.ppGpbxUserSpecTxt.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
- this.ppGpbxUserSpecTxt.Style.BackColorGradientAngle = 90;
- this.ppGpbxUserSpecTxt.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
- this.ppGpbxUserSpecTxt.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.ppGpbxUserSpecTxt.Style.BorderBottomWidth = 1;
- this.ppGpbxUserSpecTxt.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
- this.ppGpbxUserSpecTxt.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.ppGpbxUserSpecTxt.Style.BorderLeftWidth = 1;
- this.ppGpbxUserSpecTxt.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.ppGpbxUserSpecTxt.Style.BorderRightWidth = 1;
- this.ppGpbxUserSpecTxt.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.ppGpbxUserSpecTxt.Style.BorderTopWidth = 1;
- this.ppGpbxUserSpecTxt.Style.CornerDiameter = 4;
- this.ppGpbxUserSpecTxt.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
- this.ppGpbxUserSpecTxt.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
- this.ppGpbxUserSpecTxt.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
- this.ppGpbxUserSpecTxt.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
- //
- //
- //
- this.ppGpbxUserSpecTxt.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ppGpbxUserSpecTxt.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ppGpbxUserSpecTxt.TabIndex = 51;
- this.ppGpbxUserSpecTxt.Text = "Change Bar Text";
- //
- // ppTxtBxPdfPre
- //
- this.ppTxtBxPdfPre.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.docVersionConfigBindingSource, "Print_PDFFilePrefix", true));
- this.ppTxtBxPdfPre.Location = new System.Drawing.Point(90, 105);
- this.ppTxtBxPdfPre.Name = "ppTxtBxPdfPre";
- this.ppTxtBxPdfPre.Size = new System.Drawing.Size(100, 20);
- this.superTooltip1.SetSuperTooltip(this.ppTxtBxPdfPre, new DevComponents.DotNetBar.SuperTooltipInfo("PDF File Prefix", "", "The text entered here will be appended to the beginning of PDF file name when a p" +
- "rocedure is printed.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
- this.ppTxtBxPdfPre.TabIndex = 68;
- //
- // ppTxtBxPDFSuf
- //
- this.ppTxtBxPDFSuf.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.docVersionConfigBindingSource, "Print_PDFFileSuffix", true));
- this.ppTxtBxPDFSuf.Location = new System.Drawing.Point(301, 105);
- this.ppTxtBxPDFSuf.Name = "ppTxtBxPDFSuf";
- this.ppTxtBxPDFSuf.Size = new System.Drawing.Size(100, 20);
- this.superTooltip1.SetSuperTooltip(this.ppTxtBxPDFSuf, new DevComponents.DotNetBar.SuperTooltipInfo("PDF File Suffix", "", "The text entered here will be appended to the end of PDF file name when a procedu" +
- "re is printed.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
- this.ppTxtBxPDFSuf.TabIndex = 68;
- //
- // ppTxbxUnitNum
- //
- this.ppTxbxUnitNum.Location = new System.Drawing.Point(256, 275);
- this.ppTxbxUnitNum.Margin = new System.Windows.Forms.Padding(2);
- this.ppTxbxUnitNum.Multiline = false;
- this.ppTxbxUnitNum.Name = "ppTxbxUnitNum";
- this.ppTxbxUnitNum.Size = new System.Drawing.Size(44, 20);
- this.superTooltip1.SetSuperTooltip(this.ppTxbxUnitNum, new DevComponents.DotNetBar.SuperTooltipInfo("User Defined Message", "", "This message will appear on all change bars", null, null, DevComponents.DotNetBar.eTooltipColor.System));
- this.ppTxbxUnitNum.TabIndex = 51;
- this.ppTxbxUnitNum.Text = "";
- //
- // ppLblDefSettingsInfo
- //
- 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(11, 392);
- this.ppLblDefSettingsInfo.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.ppLblDefSettingsInfo.Name = "ppLblDefSettingsInfo";
- this.ppLblDefSettingsInfo.Size = new System.Drawing.Size(156, 13);
- this.ppLblDefSettingsInfo.TabIndex = 25;
- this.ppLblDefSettingsInfo.Text = "* Default values shown in italics";
- //
- // dlgROFolder
- //
- this.dlgROFolder.RootFolder = System.Environment.SpecialFolder.MyComputer;
- //
- // tcVersions
- //
- this.tcVersions.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.tcVersions.BackColor = System.Drawing.Color.Transparent;
- this.tcVersions.CanReorderTabs = true;
- this.tcVersions.Controls.Add(this.tcpGeneral);
- this.tcVersions.Controls.Add(this.tcpFormatSettings);
- this.tcVersions.Controls.Add(this.tcpApplicability);
- this.tcVersions.Controls.Add(this.tabControlPanel5);
- this.tcVersions.Controls.Add(this.tcpOutputSettings);
- this.tcVersions.Controls.Add(this.tcpRefereceObjects);
- this.tcVersions.Location = new System.Drawing.Point(161, 3);
- this.tcVersions.Margin = new System.Windows.Forms.Padding(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(488, 337);
- this.tcVersions.Style = DevComponents.DotNetBar.eTabStripStyle.Office2007Dock;
- this.tcVersions.TabIndex = 28;
- this.tcVersions.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
- this.tcVersions.Tabs.Add(this.tiGeneral);
- this.tcVersions.Tabs.Add(this.tiRefObjs);
- this.tcVersions.Tabs.Add(this.tiOutputSettings);
- this.tcVersions.Tabs.Add(this.tiFmtSettings);
- this.tcVersions.Tabs.Add(this.tiLibDocs);
- this.tcVersions.Tabs.Add(this.tiApplicability);
- this.tcVersions.TabsVisible = false;
- this.tcVersions.Text = "tabControl1";
- //
- // tcpGeneral
- //
- 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.ppRTxtProcSetRev);
- this.tcpGeneral.Controls.Add(this.lblProcSetRev);
- 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.Location = new System.Drawing.Point(0, 22);
- this.tcpGeneral.Margin = new System.Windows.Forms.Padding(2);
- this.tcpGeneral.Name = "tcpGeneral";
- this.tcpGeneral.Padding = new System.Windows.Forms.Padding(1);
- this.tcpGeneral.Size = new System.Drawing.Size(488, 315);
- this.tcpGeneral.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
- this.tcpGeneral.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
- this.tcpGeneral.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
- this.tcpGeneral.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
- this.tcpGeneral.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;
- //
- // tiGeneral
- //
- this.tiGeneral.AttachedControl = this.tcpGeneral;
- this.tiGeneral.Name = "tiGeneral";
- this.tiGeneral.Text = "General";
- //
- // tcpFormatSettings
- //
- this.tcpFormatSettings.Controls.Add(this.btnPhoneList);
- this.tcpFormatSettings.Controls.Add(this.ppTxbxUnitNum);
- this.tcpFormatSettings.Controls.Add(this.ppLblUnitNum);
- this.tcpFormatSettings.Controls.Add(this.ppGpbxUserSpecCB);
- this.tcpFormatSettings.Controls.Add(this.ppBtnDefaultChgBar);
- this.tcpFormatSettings.Controls.Add(this.ppCmbxFormat);
- this.tcpFormatSettings.Controls.Add(this.ppCmbxChangeBarType);
- this.tcpFormatSettings.Controls.Add(this.label11);
- this.tcpFormatSettings.Controls.Add(this.ppBtnDefaultFmt);
- this.tcpFormatSettings.Controls.Add(this.label10);
- this.tcpFormatSettings.Controls.Add(this.ppLblChangeBarTypeDefault);
- this.tcpFormatSettings.Controls.Add(this.ppLblFormatDefault);
- this.tcpFormatSettings.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tcpFormatSettings.Location = new System.Drawing.Point(0, 22);
- this.tcpFormatSettings.Margin = new System.Windows.Forms.Padding(2);
- this.tcpFormatSettings.Name = "tcpFormatSettings";
- this.tcpFormatSettings.Padding = new System.Windows.Forms.Padding(1);
- this.tcpFormatSettings.Size = new System.Drawing.Size(488, 315);
- this.tcpFormatSettings.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
- this.tcpFormatSettings.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
- this.tcpFormatSettings.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
- this.tcpFormatSettings.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
- this.tcpFormatSettings.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
- | DevComponents.DotNetBar.eBorderSide.Bottom)));
- this.tcpFormatSettings.Style.GradientAngle = 90;
- this.tcpFormatSettings.TabIndex = 4;
- this.tcpFormatSettings.TabItem = this.tiFmtSettings;
- this.tcpFormatSettings.Enter += new System.EventHandler(this.tabpage_Enter);
- //
- // btnPhoneList
- //
- this.btnPhoneList.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.btnPhoneList.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
- this.btnPhoneList.Location = new System.Drawing.Point(324, 274);
- this.btnPhoneList.Margin = new System.Windows.Forms.Padding(2);
- this.btnPhoneList.Name = "btnPhoneList";
- this.btnPhoneList.Size = new System.Drawing.Size(74, 20);
- this.btnPhoneList.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.btnPhoneList.TabIndex = 52;
- this.btnPhoneList.Text = "Phone List";
- this.btnPhoneList.Click += new System.EventHandler(this.btnPhoneList_Click);
- //
- // ppLblUnitNum
- //
- this.ppLblUnitNum.AutoSize = true;
- this.ppLblUnitNum.BackColor = System.Drawing.Color.Transparent;
- this.ppLblUnitNum.Location = new System.Drawing.Point(12, 281);
- this.ppLblUnitNum.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.ppLblUnitNum.Name = "ppLblUnitNum";
- this.ppLblUnitNum.Size = new System.Drawing.Size(235, 13);
- this.ppLblUnitNum.TabIndex = 50;
- this.ppLblUnitNum.Text = "Unit Number for Cover and Header page printing";
- //
- // tiFmtSettings
- //
- this.tiFmtSettings.AttachedControl = this.tcpFormatSettings;
- this.tiFmtSettings.Name = "tiFmtSettings";
- this.tiFmtSettings.Text = "Format Settings";
- //
- // tcpApplicability
- //
- this.tcpApplicability.Controls.Add(this.label28);
- this.tcpApplicability.Controls.Add(this.label27);
- this.tcpApplicability.Controls.Add(this.label26);
- this.tcpApplicability.Controls.Add(this.label25);
- this.tcpApplicability.Controls.Add(this.label24);
- this.tcpApplicability.Controls.Add(this.label23);
- this.tcpApplicability.Controls.Add(this.label16);
- this.tcpApplicability.Controls.Add(this.label8);
- this.tcpApplicability.Controls.Add(this.label7);
- this.tcpApplicability.Controls.Add(this.textBox11);
- this.tcpApplicability.Controls.Add(this.textBox10);
- this.tcpApplicability.Controls.Add(this.textBox9);
- this.tcpApplicability.Controls.Add(this.textBox8);
- this.tcpApplicability.Controls.Add(this.textBox7);
- this.tcpApplicability.Controls.Add(this.textBox6);
- this.tcpApplicability.Controls.Add(this.textBox5);
- this.tcpApplicability.Controls.Add(this.textBox4);
- this.tcpApplicability.Controls.Add(this.textBox3);
- this.tcpApplicability.Controls.Add(this.textBox2);
- this.tcpApplicability.Controls.Add(this.textBox1);
- this.tcpApplicability.Controls.Add(this.panel1);
- this.tcpApplicability.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tcpApplicability.Location = new System.Drawing.Point(0, 22);
- this.tcpApplicability.Margin = new System.Windows.Forms.Padding(2);
- this.tcpApplicability.Name = "tcpApplicability";
- this.tcpApplicability.Padding = new System.Windows.Forms.Padding(1);
- this.tcpApplicability.Size = new System.Drawing.Size(488, 315);
- this.tcpApplicability.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
- this.tcpApplicability.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
- this.tcpApplicability.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
- this.tcpApplicability.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
- this.tcpApplicability.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
- | DevComponents.DotNetBar.eBorderSide.Bottom)));
- this.tcpApplicability.Style.GradientAngle = 90;
- this.tcpApplicability.TabIndex = 6;
- this.tcpApplicability.TabItem = this.tiApplicability;
- //
- // label28
- //
- this.label28.AutoSize = true;
- this.label28.BackColor = System.Drawing.Color.Transparent;
- this.label28.Location = new System.Drawing.Point(160, 161);
- this.label28.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label28.Name = "label28";
- this.label28.Size = new System.Drawing.Size(54, 13);
- this.label28.TabIndex = 21;
- this.label28.Text = "Set Name";
- //
- // label27
- //
- this.label27.AutoSize = true;
- this.label27.BackColor = System.Drawing.Color.Transparent;
- this.label27.Location = new System.Drawing.Point(177, 140);
- this.label27.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label27.Name = "label27";
- this.label27.Size = new System.Drawing.Size(37, 13);
- this.label27.TabIndex = 20;
- this.label27.Text = "Set ID";
- //
- // label26
- //
- this.label26.AutoSize = true;
- this.label26.BackColor = System.Drawing.Color.Transparent;
- this.label26.Location = new System.Drawing.Point(118, 119);
- this.label26.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label26.Name = "label26";
- this.label26.Size = new System.Drawing.Size(96, 13);
- this.label26.TabIndex = 19;
- this.label26.Text = "Procedure Number";
- //
- // label25
- //
- this.label25.AutoSize = true;
- this.label25.BackColor = System.Drawing.Color.Transparent;
- this.label25.Location = new System.Drawing.Point(129, 85);
- this.label25.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label25.Name = "label25";
- this.label25.Size = new System.Drawing.Size(28, 13);
- this.label25.TabIndex = 18;
- this.label25.Text = "Text";
- //
- // label24
- //
- this.label24.AutoSize = true;
- this.label24.BackColor = System.Drawing.Color.Transparent;
- this.label24.Location = new System.Drawing.Point(118, 64);
- this.label24.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label24.Name = "label24";
- this.label24.Size = new System.Drawing.Size(44, 13);
- this.label24.TabIndex = 17;
- this.label24.Text = "Number";
- //
- // label23
- //
- this.label23.AutoSize = true;
- this.label23.BackColor = System.Drawing.Color.Transparent;
- this.label23.Location = new System.Drawing.Point(124, 44);
- this.label23.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label23.Name = "label23";
- this.label23.Size = new System.Drawing.Size(35, 13);
- this.label23.TabIndex = 16;
- this.label23.Text = "Name";
- //
- // label16
- //
- this.label16.AutoSize = true;
- this.label16.BackColor = System.Drawing.Color.Transparent;
- this.label16.Location = new System.Drawing.Point(136, 23);
- this.label16.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label16.Name = "label16";
- this.label16.Size = new System.Drawing.Size(18, 13);
- this.label16.TabIndex = 15;
- this.label16.Text = "ID";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.BackColor = System.Drawing.Color.Transparent;
- this.label8.Location = new System.Drawing.Point(330, 6);
- this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(128, 13);
- this.label8.TabIndex = 14;
- this.label8.Text = "Other Unit/Train/Channel";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.BackColor = System.Drawing.Color.Transparent;
- this.label7.Location = new System.Drawing.Point(165, 6);
- this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(99, 13);
- this.label7.TabIndex = 13;
- this.label7.Text = "Unit/Train/Channel";
- //
- // textBox11
- //
- this.textBox11.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "OtherText", true));
- this.textBox11.Location = new System.Drawing.Point(330, 83);
- this.textBox11.Margin = new System.Windows.Forms.Padding(2);
- this.textBox11.Name = "textBox11";
- this.textBox11.Size = new System.Drawing.Size(151, 20);
- this.textBox11.TabIndex = 12;
- //
- // bsMiniApple
- //
- this.bsMiniApple.DataSource = typeof(VEPROMS.MiniConfig);
- //
- // textBox10
- //
- this.textBox10.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "OtherNumber", true));
- this.textBox10.Location = new System.Drawing.Point(330, 62);
- this.textBox10.Margin = new System.Windows.Forms.Padding(2);
- this.textBox10.Name = "textBox10";
- this.textBox10.Size = new System.Drawing.Size(151, 20);
- this.textBox10.TabIndex = 11;
- //
- // textBox9
- //
- this.textBox9.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "OtherName", true));
- this.textBox9.Location = new System.Drawing.Point(330, 41);
- this.textBox9.Margin = new System.Windows.Forms.Padding(2);
- this.textBox9.Name = "textBox9";
- this.textBox9.Size = new System.Drawing.Size(151, 20);
- this.textBox9.TabIndex = 10;
- //
- // textBox8
- //
- this.textBox8.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "OtherID", true));
- this.textBox8.Location = new System.Drawing.Point(330, 20);
- this.textBox8.Margin = new System.Windows.Forms.Padding(2);
- this.textBox8.Name = "textBox8";
- this.textBox8.Size = new System.Drawing.Size(151, 20);
- this.textBox8.TabIndex = 9;
- //
- // textBox7
- //
- this.textBox7.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "SetName", true));
- this.textBox7.Location = new System.Drawing.Point(225, 158);
- this.textBox7.Margin = new System.Windows.Forms.Padding(2);
- this.textBox7.Name = "textBox7";
- this.textBox7.Size = new System.Drawing.Size(151, 20);
- this.textBox7.TabIndex = 8;
- //
- // textBox6
- //
- this.textBox6.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "SetID", true));
- this.textBox6.Location = new System.Drawing.Point(225, 137);
- this.textBox6.Margin = new System.Windows.Forms.Padding(2);
- this.textBox6.Name = "textBox6";
- this.textBox6.Size = new System.Drawing.Size(151, 20);
- this.textBox6.TabIndex = 7;
- //
- // textBox5
- //
- this.textBox5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "ProcedureNumber", true));
- this.textBox5.Location = new System.Drawing.Point(225, 116);
- this.textBox5.Margin = new System.Windows.Forms.Padding(2);
- this.textBox5.Name = "textBox5";
- this.textBox5.Size = new System.Drawing.Size(151, 20);
- this.textBox5.TabIndex = 6;
- //
- // textBox4
- //
- this.textBox4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "Text", true));
- this.textBox4.Location = new System.Drawing.Point(165, 83);
- this.textBox4.Margin = new System.Windows.Forms.Padding(2);
- this.textBox4.Name = "textBox4";
- this.textBox4.Size = new System.Drawing.Size(151, 20);
- this.textBox4.TabIndex = 5;
- //
- // textBox3
- //
- this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "Number", true));
- this.textBox3.Location = new System.Drawing.Point(165, 62);
- this.textBox3.Margin = new System.Windows.Forms.Padding(2);
- this.textBox3.Name = "textBox3";
- this.textBox3.Size = new System.Drawing.Size(151, 20);
- this.textBox3.TabIndex = 4;
- //
- // textBox2
- //
- this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "Name", true));
- this.textBox2.Location = new System.Drawing.Point(165, 41);
- this.textBox2.Margin = new System.Windows.Forms.Padding(2);
- this.textBox2.Name = "textBox2";
- this.textBox2.Size = new System.Drawing.Size(151, 20);
- this.textBox2.TabIndex = 3;
- //
- // textBox1
- //
- this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "ID", true));
- this.textBox1.Location = new System.Drawing.Point(165, 20);
- this.textBox1.Margin = new System.Windows.Forms.Padding(2);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(151, 20);
- this.textBox1.TabIndex = 2;
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.Transparent;
- this.panel1.Controls.Add(this.panel2);
- this.panel1.Controls.Add(this.lbApplicabilities);
- this.panel1.Controls.Add(this.label5);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
- this.panel1.Location = new System.Drawing.Point(1, 1);
- this.panel1.Margin = new System.Windows.Forms.Padding(2);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(112, 313);
- this.panel1.TabIndex = 1;
- //
- // panel2
- //
- this.panel2.Controls.Add(this.btnDelApple);
- this.panel2.Controls.Add(this.btnNewApple);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panel2.Location = new System.Drawing.Point(0, 290);
- this.panel2.Margin = new System.Windows.Forms.Padding(2);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(112, 23);
- this.panel2.TabIndex = 1;
- //
- // btnDelApple
- //
- this.btnDelApple.Dock = System.Windows.Forms.DockStyle.Fill;
- this.btnDelApple.Location = new System.Drawing.Point(56, 0);
- this.btnDelApple.Margin = new System.Windows.Forms.Padding(2);
- this.btnDelApple.Name = "btnDelApple";
- this.btnDelApple.Size = new System.Drawing.Size(56, 23);
- this.btnDelApple.TabIndex = 1;
- this.btnDelApple.Text = "Remove";
- this.btnDelApple.UseVisualStyleBackColor = true;
- this.btnDelApple.Click += new System.EventHandler(this.btnDelApple_Click);
- //
- // btnNewApple
- //
- this.btnNewApple.Dock = System.Windows.Forms.DockStyle.Left;
- this.btnNewApple.Location = new System.Drawing.Point(0, 0);
- this.btnNewApple.Margin = new System.Windows.Forms.Padding(2);
- this.btnNewApple.Name = "btnNewApple";
- this.btnNewApple.Size = new System.Drawing.Size(56, 23);
- this.btnNewApple.TabIndex = 0;
- this.btnNewApple.Text = "New";
- this.btnNewApple.UseVisualStyleBackColor = true;
- this.btnNewApple.Click += new System.EventHandler(this.btnNewApple_Click);
- //
- // lbApplicabilities
- //
- this.lbApplicabilities.DataSource = this.bsApples;
- this.lbApplicabilities.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lbApplicabilities.FormattingEnabled = true;
- this.lbApplicabilities.Location = new System.Drawing.Point(0, 17);
- this.lbApplicabilities.Margin = new System.Windows.Forms.Padding(2);
- this.lbApplicabilities.Name = "lbApplicabilities";
- this.lbApplicabilities.Size = new System.Drawing.Size(112, 290);
- this.lbApplicabilities.TabIndex = 0;
- this.lbApplicabilities.SelectedIndexChanged += new System.EventHandler(this.lbApplicabilities_SelectedIndexChanged);
- //
- // bsApples
- //
- this.bsApples.DataSource = typeof(VEPROMS.MiniConfig);
- //
- // label5
- //
- this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label5.Dock = System.Windows.Forms.DockStyle.Top;
- this.label5.Location = new System.Drawing.Point(0, 0);
- this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(112, 17);
- this.label5.TabIndex = 0;
- this.label5.Text = "Applicabilities";
- this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // tiApplicability
- //
- this.tiApplicability.AttachedControl = this.tcpApplicability;
- this.tiApplicability.Name = "tiApplicability";
- this.tiApplicability.Text = "Applicability";
- //
- // 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, 22);
- this.tabControlPanel5.Margin = new System.Windows.Forms.Padding(2);
- this.tabControlPanel5.Name = "tabControlPanel5";
- this.tabControlPanel5.Padding = new System.Windows.Forms.Padding(1);
- this.tabControlPanel5.Size = new System.Drawing.Size(488, 315);
- this.tabControlPanel5.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
- this.tabControlPanel5.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
- this.tabControlPanel5.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
- this.tabControlPanel5.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
- 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.ppNumUpDwnAdjPrnStartPos.Name = "ppNumUpDwnAdjPrnStartPos";
+ this.ppNumUpDwnAdjPrnStartPos.Size = new System.Drawing.Size(37, 20);
+ this.superTooltip1.SetSuperTooltip(this.ppNumUpDwnAdjPrnStartPos, new DevComponents.DotNetBar.SuperTooltipInfo("Starting Print Position", "", "Allows you to move the starting point on the page of where text and boarder begin" +
+ " printing.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
+ this.ppNumUpDwnAdjPrnStartPos.TabIndex = 7;
+ //
+ // label22
+ //
+ this.label22.AutoSize = true;
+ this.label22.BackColor = System.Drawing.Color.Transparent;
+ this.label22.Location = new System.Drawing.Point(228, 48);
+ this.label22.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.label22.Name = "label22";
+ this.label22.Size = new System.Drawing.Size(187, 13);
+ this.label22.TabIndex = 6;
+ 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(433, 60);
+ this.ppBtnDeftDisAutoDuplx.Margin = new System.Windows.Forms.Padding(2);
+ this.ppBtnDeftDisAutoDuplx.Name = "ppBtnDeftDisAutoDuplx";
+ this.ppBtnDeftDisAutoDuplx.Size = new System.Drawing.Size(44, 20);
+ this.superTooltip1.SetSuperTooltip(this.ppBtnDeftDisAutoDuplx, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", resources.GetString("ppBtnDeftDisAutoDuplx.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(255, 150)));
+ this.ppBtnDeftDisAutoDuplx.TabIndex = 35;
+ this.ppBtnDeftDisAutoDuplx.Text = "Default";
+ this.ppBtnDeftDisAutoDuplx.ThemeAware = true;
+ this.ppBtnDeftDisAutoDuplx.Click += new System.EventHandler(this.ppBtnDeftDisAutoDuplx_Click);
+ //
+ // ppBtnDefWatermark
+ //
+ this.ppBtnDefWatermark.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
+ this.ppBtnDefWatermark.Location = new System.Drawing.Point(203, 58);
+ this.ppBtnDefWatermark.Margin = new System.Windows.Forms.Padding(2);
+ this.ppBtnDefWatermark.Name = "ppBtnDefWatermark";
+ this.ppBtnDefWatermark.Size = new System.Drawing.Size(40, 20);
+ this.superTooltip1.SetSuperTooltip(this.ppBtnDefWatermark, new DevComponents.DotNetBar.SuperTooltipInfo("The Default Button", "", "This will revert the watermark selection back to using the parent\'s (default) set" +
+ "ting.\r\n\r\nCheck \"Show Default Settings\" to display the \"default\" watermark (below" +
+ " the Watermark selection box).", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(255, 145)));
+ this.ppBtnDefWatermark.TabIndex = 33;
+ this.ppBtnDefWatermark.Text = "Default";
+ this.ppBtnDefWatermark.ThemeAware = true;
+ this.ppBtnDefWatermark.Visible = false;
+ this.ppBtnDefWatermark.Click += new System.EventHandler(this.ppBtnDefWatermark_Click);
+ //
+ // ppCmbxWatermark
+ //
+ this.ppCmbxWatermark.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.docVersionConfigBindingSource, "Print_Watermark", true));
+ this.ppCmbxWatermark.DisplayMember = "Text";
+ 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(74, 58);
+ this.ppCmbxWatermark.Margin = new System.Windows.Forms.Padding(2);
+ this.ppCmbxWatermark.Name = "ppCmbxWatermark";
+ this.ppCmbxWatermark.Size = new System.Drawing.Size(126, 21);
+ this.ppCmbxWatermark.TabIndex = 32;
+ this.ppCmbxWatermark.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.ppCmbxWatermark.WatermarkText = "select watermark option";
+ this.ppCmbxWatermark.SelectedValueChanged += new System.EventHandler(this.ppCmbxWatermark_SelectedValueChanged);
+ //
+ // ppLblWatermarkDefault
+ //
+ this.ppLblWatermarkDefault.AutoSize = true;
+ 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(69, 80);
+ this.ppLblWatermarkDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.ppLblWatermarkDefault.Name = "ppLblWatermarkDefault";
+ this.ppLblWatermarkDefault.Size = new System.Drawing.Size(45, 13);
+ 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" +
+ " to \r\nthis default.\r\n", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0)));
+ this.ppLblWatermarkDefault.TabIndex = 57;
+ this.ppLblWatermarkDefault.Text = "(default)";
+ //
+ // ppTxtBxPDFLoc
+ //
+ this.ppTxtBxPDFLoc.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.docVersionConfigBindingSource, "Print_PDFLocation", true));
+ this.ppTxtBxPDFLoc.Location = new System.Drawing.Point(83, 19);
+ this.ppTxtBxPDFLoc.Margin = new System.Windows.Forms.Padding(2);
+ this.ppTxtBxPDFLoc.Name = "ppTxtBxPDFLoc";
+ this.ppTxtBxPDFLoc.Size = new System.Drawing.Size(379, 20);
+ this.ppTxtBxPDFLoc.TabIndex = 30;
+ //
+ // label18
+ //
+ this.label18.AutoSize = true;
+ this.label18.BackColor = System.Drawing.Color.Transparent;
+ this.label18.Location = new System.Drawing.Point(4, 22);
+ this.label18.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.label18.Name = "label18";
+ this.label18.Size = new System.Drawing.Size(72, 13);
+ this.label18.TabIndex = 54;
+ this.label18.Text = "PDF Location";
+ //
+ // ppLblAutoDuplexDefault
+ //
+ this.ppLblAutoDuplexDefault.AutoSize = true;
+ 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(286, 79);
+ this.ppLblAutoDuplexDefault.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.ppLblAutoDuplexDefault.Name = "ppLblAutoDuplexDefault";
+ this.ppLblAutoDuplexDefault.Size = new System.Drawing.Size(64, 13);
+ 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" +
+ "ng back\r\nto this default.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0)));
+ this.ppLblAutoDuplexDefault.TabIndex = 53;
+ this.ppLblAutoDuplexDefault.Text = "(default ON)";
+ //
+ // ppChbxDisAutoDuplex
+ //
+ 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(272, 60);
+ this.ppChbxDisAutoDuplex.Margin = new System.Windows.Forms.Padding(2);
+ this.ppChbxDisAutoDuplex.Name = "ppChbxDisAutoDuplex";
+ this.ppChbxDisAutoDuplex.Size = new System.Drawing.Size(161, 17);
+ this.superTooltip1.SetSuperTooltip(this.ppChbxDisAutoDuplex, new DevComponents.DotNetBar.SuperTooltipInfo("Disable Automatic Duplex", "", "Checking this box will turn OFF the automatic duplexing used in some formats for " +
+ "Foldout pages.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(0, 0)));
+ this.ppChbxDisAutoDuplex.TabIndex = 34;
+ this.ppChbxDisAutoDuplex.Text = "Disable Automatic Duplexing";
+ this.ppChbxDisAutoDuplex.UseVisualStyleBackColor = false;
+ this.ppChbxDisAutoDuplex.CheckedChanged += new System.EventHandler(this.ppChbxDisAutoDuplex_CheckedChanged);
+ //
+ // label17
+ //
+ this.label17.AutoSize = true;
+ this.label17.BackColor = System.Drawing.Color.Transparent;
+ this.label17.Location = new System.Drawing.Point(9, 62);
+ this.label17.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.label17.Name = "label17";
+ this.label17.Size = new System.Drawing.Size(59, 13);
+ this.label17.TabIndex = 27;
+ this.label17.Text = "Watermark";
+ //
+ // superTooltip1
+ //
+ this.superTooltip1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
+ //
+ // ppCbShwDefSettings
+ //
+ this.ppCbShwDefSettings.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
+ //
+ //
+ //
+ this.ppCbShwDefSettings.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ppCbShwDefSettings.Location = new System.Drawing.Point(17, 437);
+ this.ppCbShwDefSettings.Margin = new System.Windows.Forms.Padding(2);
+ this.ppCbShwDefSettings.Name = "ppCbShwDefSettings";
+ this.ppCbShwDefSettings.Size = new System.Drawing.Size(154, 20);
+ this.superTooltip1.SetSuperTooltip(this.ppCbShwDefSettings, new DevComponents.DotNetBar.SuperTooltipInfo("Show Default Settings", "", "When checked, the default (parent\'s) setting will appear below the overridden sel" +
+ "ection.", null, null, DevComponents.DotNetBar.eTooltipColor.System));
+ this.ppCbShwDefSettings.TabIndex = 92;
+ this.ppCbShwDefSettings.Text = "Show Default Settings";
+ this.ppCbShwDefSettings.CheckedChanged += new System.EventHandler(this.tabpage_Enter);
+ //
+ // ppGpbxUserSpecCB
+ //
+ this.ppGpbxUserSpecCB.BackColor = System.Drawing.Color.Transparent;
+ this.ppGpbxUserSpecCB.CanvasColor = System.Drawing.SystemColors.Control;
+ this.ppGpbxUserSpecCB.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
+ this.ppGpbxUserSpecCB.Controls.Add(this.ppGpbxUserSpecTxt);
+ this.ppGpbxUserSpecCB.Controls.Add(this.ppBtnDefCbTxtTyp);
+ this.ppGpbxUserSpecCB.Controls.Add(this.ppCmbxChgBarPos);
+ this.ppGpbxUserSpecCB.Controls.Add(this.ppBtnDefaultCbPos);
+ this.ppGpbxUserSpecCB.Controls.Add(this.label12);
+ this.ppGpbxUserSpecCB.Controls.Add(this.ppCmbxChgBarTxtType);
+ 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(14, 136);
+ this.ppGpbxUserSpecCB.Margin = new System.Windows.Forms.Padding(2);
+ this.ppGpbxUserSpecCB.Name = "ppGpbxUserSpecCB";
+ this.ppGpbxUserSpecCB.Size = new System.Drawing.Size(466, 130);
+ //
+ //
+ //
+ this.ppGpbxUserSpecCB.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
+ this.ppGpbxUserSpecCB.Style.BackColorGradientAngle = 90;
+ this.ppGpbxUserSpecCB.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
+ this.ppGpbxUserSpecCB.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
+ this.ppGpbxUserSpecCB.Style.BorderBottomWidth = 1;
+ this.ppGpbxUserSpecCB.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
+ this.ppGpbxUserSpecCB.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
+ this.ppGpbxUserSpecCB.Style.BorderLeftWidth = 1;
+ this.ppGpbxUserSpecCB.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
+ this.ppGpbxUserSpecCB.Style.BorderRightWidth = 1;
+ this.ppGpbxUserSpecCB.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
+ this.ppGpbxUserSpecCB.Style.BorderTopWidth = 1;
+ this.ppGpbxUserSpecCB.Style.CornerDiameter = 4;
+ this.ppGpbxUserSpecCB.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
+ this.ppGpbxUserSpecCB.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
+ this.ppGpbxUserSpecCB.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
+ this.ppGpbxUserSpecCB.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
+ //
+ //
+ //
+ this.ppGpbxUserSpecCB.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ppGpbxUserSpecCB.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.superTooltip1.SetSuperTooltip(this.ppGpbxUserSpecCB, new DevComponents.DotNetBar.SuperTooltipInfo("Change Bar Override Settings", "", resources.GetString("ppGpbxUserSpecCB.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(230, 155)));
+ this.ppGpbxUserSpecCB.TabIndex = 49;
+ this.ppGpbxUserSpecCB.Text = "Override Change Bar Text Type";
+ //
+ // ppGpbxUserSpecTxt
+ //
+ this.ppGpbxUserSpecTxt.CanvasColor = System.Drawing.SystemColors.Control;
+ this.ppGpbxUserSpecTxt.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
+ this.ppGpbxUserSpecTxt.Controls.Add(this.ppBtnDefCbTxt2);
+ this.ppGpbxUserSpecTxt.Controls.Add(this.label14);
+ this.ppGpbxUserSpecTxt.Controls.Add(this.ppBtnDefCbTxt1);
+ this.ppGpbxUserSpecTxt.Controls.Add(this.ppTxbxChangeBarUserMsgTwo);
+ this.ppGpbxUserSpecTxt.Controls.Add(this.ppLblChgBarUserMsgTwoDefault);
+ this.ppGpbxUserSpecTxt.Controls.Add(this.label15);
+ this.ppGpbxUserSpecTxt.Controls.Add(this.ppLblChgBarUserMsgOneDefault);
+ this.ppGpbxUserSpecTxt.Controls.Add(this.ppTxbxChangeBarUserMsgOne);
+ this.ppGpbxUserSpecTxt.Location = new System.Drawing.Point(267, 6);
+ this.ppGpbxUserSpecTxt.Margin = new System.Windows.Forms.Padding(2);
+ this.ppGpbxUserSpecTxt.Name = "ppGpbxUserSpecTxt";
+ this.ppGpbxUserSpecTxt.Size = new System.Drawing.Size(184, 103);
+ //
+ //
+ //
+ this.ppGpbxUserSpecTxt.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
+ this.ppGpbxUserSpecTxt.Style.BackColorGradientAngle = 90;
+ this.ppGpbxUserSpecTxt.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
+ this.ppGpbxUserSpecTxt.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
+ this.ppGpbxUserSpecTxt.Style.BorderBottomWidth = 1;
+ this.ppGpbxUserSpecTxt.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
+ this.ppGpbxUserSpecTxt.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
+ this.ppGpbxUserSpecTxt.Style.BorderLeftWidth = 1;
+ this.ppGpbxUserSpecTxt.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
+ this.ppGpbxUserSpecTxt.Style.BorderRightWidth = 1;
+ this.ppGpbxUserSpecTxt.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
+ this.ppGpbxUserSpecTxt.Style.BorderTopWidth = 1;
+ this.ppGpbxUserSpecTxt.Style.CornerDiameter = 4;
+ this.ppGpbxUserSpecTxt.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
+ this.ppGpbxUserSpecTxt.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
+ this.ppGpbxUserSpecTxt.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
+ this.ppGpbxUserSpecTxt.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
+ //
+ //
+ //
+ this.ppGpbxUserSpecTxt.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ppGpbxUserSpecTxt.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ppGpbxUserSpecTxt.TabIndex = 51;
+ this.ppGpbxUserSpecTxt.Text = "Custom Change Bar Text";
+ //
+ // ppTxtBxPdfPre
+ //
+ this.ppTxtBxPdfPre.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.docVersionConfigBindingSource, "Print_PDFFilePrefix", true));
+ this.ppTxtBxPdfPre.Location = new System.Drawing.Point(90, 105);
+ this.ppTxtBxPdfPre.Name = "ppTxtBxPdfPre";
+ this.ppTxtBxPdfPre.Size = new System.Drawing.Size(100, 20);
+ this.superTooltip1.SetSuperTooltip(this.ppTxtBxPdfPre, new DevComponents.DotNetBar.SuperTooltipInfo("PDF File Prefix", "", "The text entered here will be appended to the beginning of PDF file name when a p" +
+ "rocedure is printed.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
+ this.ppTxtBxPdfPre.TabIndex = 68;
+ //
+ // ppTxtBxPDFSuf
+ //
+ this.ppTxtBxPDFSuf.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.docVersionConfigBindingSource, "Print_PDFFileSuffix", true));
+ this.ppTxtBxPDFSuf.Location = new System.Drawing.Point(301, 105);
+ this.ppTxtBxPDFSuf.Name = "ppTxtBxPDFSuf";
+ this.ppTxtBxPDFSuf.Size = new System.Drawing.Size(100, 20);
+ this.superTooltip1.SetSuperTooltip(this.ppTxtBxPDFSuf, new DevComponents.DotNetBar.SuperTooltipInfo("PDF File Suffix", "", "The text entered here will be appended to the end of PDF file name when a procedu" +
+ "re is printed.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
+ this.ppTxtBxPDFSuf.TabIndex = 68;
+ //
+ // ppTxbxUnitNum
+ //
+ this.ppTxbxUnitNum.Location = new System.Drawing.Point(256, 275);
+ this.ppTxbxUnitNum.Margin = new System.Windows.Forms.Padding(2);
+ this.ppTxbxUnitNum.Multiline = false;
+ this.ppTxbxUnitNum.Name = "ppTxbxUnitNum";
+ this.ppTxbxUnitNum.Size = new System.Drawing.Size(44, 20);
+ this.superTooltip1.SetSuperTooltip(this.ppTxbxUnitNum, new DevComponents.DotNetBar.SuperTooltipInfo("User Defined Message", "", "This message will appear on all change bars", null, null, DevComponents.DotNetBar.eTooltipColor.System));
+ this.ppTxbxUnitNum.TabIndex = 51;
+ this.ppTxbxUnitNum.Text = "";
+ //
+ // ppLblDefSettingsInfo
+ //
+ 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(11, 418);
+ this.ppLblDefSettingsInfo.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.ppLblDefSettingsInfo.Name = "ppLblDefSettingsInfo";
+ this.ppLblDefSettingsInfo.Size = new System.Drawing.Size(156, 13);
+ this.ppLblDefSettingsInfo.TabIndex = 25;
+ this.ppLblDefSettingsInfo.Text = "* Default values shown in italics";
+ //
+ // dlgROFolder
+ //
+ this.dlgROFolder.RootFolder = System.Environment.SpecialFolder.MyComputer;
+ //
+ // tcVersions
+ //
+ this.tcVersions.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
+ this.tcVersions.BackColor = System.Drawing.Color.Transparent;
+ this.tcVersions.CanReorderTabs = true;
+ this.tcVersions.Controls.Add(this.tcpGeneral);
+ this.tcVersions.Controls.Add(this.tcpFormatSettings);
+ this.tcVersions.Controls.Add(this.tcpRefereceObjects);
+ this.tcVersions.Controls.Add(this.tcpOutputSettings);
+ this.tcVersions.Controls.Add(this.tabControlPanel5);
+ this.tcVersions.Controls.Add(this.tcpApplicability);
+ this.tcVersions.Location = new System.Drawing.Point(167, 2);
+ this.tcVersions.Margin = new System.Windows.Forms.Padding(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(502, 337);
+ this.tcVersions.Style = DevComponents.DotNetBar.eTabStripStyle.Office2007Dock;
+ this.tcVersions.TabIndex = 28;
+ this.tcVersions.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
+ this.tcVersions.Tabs.Add(this.tiGeneral);
+ this.tcVersions.Tabs.Add(this.tiRefObjs);
+ this.tcVersions.Tabs.Add(this.tiOutputSettings);
+ this.tcVersions.Tabs.Add(this.tiFmtSettings);
+ this.tcVersions.Tabs.Add(this.tiLibDocs);
+ this.tcVersions.Tabs.Add(this.tiApplicability);
+ this.tcVersions.TabsVisible = false;
+ this.tcVersions.Text = "tabControl1";
+ //
+ // tcpFormatSettings
+ //
+ this.tcpFormatSettings.Controls.Add(this.btnPhoneList);
+ this.tcpFormatSettings.Controls.Add(this.ppTxbxUnitNum);
+ this.tcpFormatSettings.Controls.Add(this.ppLblUnitNum);
+ this.tcpFormatSettings.Controls.Add(this.ppGpbxUserSpecCB);
+ this.tcpFormatSettings.Controls.Add(this.ppBtnDefaultChgBar);
+ this.tcpFormatSettings.Controls.Add(this.ppCmbxFormat);
+ this.tcpFormatSettings.Controls.Add(this.ppCmbxChangeBarType);
+ this.tcpFormatSettings.Controls.Add(this.label11);
+ this.tcpFormatSettings.Controls.Add(this.ppBtnDefaultFmt);
+ this.tcpFormatSettings.Controls.Add(this.label10);
+ this.tcpFormatSettings.Controls.Add(this.ppLblChangeBarTypeDefault);
+ this.tcpFormatSettings.Controls.Add(this.ppLblFormatDefault);
+ this.tcpFormatSettings.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.tcpFormatSettings.Location = new System.Drawing.Point(0, 22);
+ this.tcpFormatSettings.Margin = new System.Windows.Forms.Padding(2);
+ this.tcpFormatSettings.Name = "tcpFormatSettings";
+ this.tcpFormatSettings.Padding = new System.Windows.Forms.Padding(1);
+ this.tcpFormatSettings.Size = new System.Drawing.Size(502, 315);
+ this.tcpFormatSettings.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
+ this.tcpFormatSettings.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
+ this.tcpFormatSettings.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
+ this.tcpFormatSettings.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
+ this.tcpFormatSettings.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
+ | DevComponents.DotNetBar.eBorderSide.Bottom)));
+ this.tcpFormatSettings.Style.GradientAngle = 90;
+ this.tcpFormatSettings.TabIndex = 4;
+ this.tcpFormatSettings.TabItem = this.tiFmtSettings;
+ this.tcpFormatSettings.Enter += new System.EventHandler(this.tabpage_Enter);
+ //
+ // btnPhoneList
+ //
+ this.btnPhoneList.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
+ this.btnPhoneList.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
+ this.btnPhoneList.Location = new System.Drawing.Point(324, 274);
+ this.btnPhoneList.Margin = new System.Windows.Forms.Padding(2);
+ this.btnPhoneList.Name = "btnPhoneList";
+ this.btnPhoneList.Size = new System.Drawing.Size(74, 20);
+ this.btnPhoneList.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.btnPhoneList.TabIndex = 52;
+ this.btnPhoneList.Text = "Phone List";
+ this.btnPhoneList.Click += new System.EventHandler(this.btnPhoneList_Click);
+ //
+ // ppLblUnitNum
+ //
+ this.ppLblUnitNum.AutoSize = true;
+ this.ppLblUnitNum.BackColor = System.Drawing.Color.Transparent;
+ this.ppLblUnitNum.Location = new System.Drawing.Point(12, 281);
+ this.ppLblUnitNum.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.ppLblUnitNum.Name = "ppLblUnitNum";
+ this.ppLblUnitNum.Size = new System.Drawing.Size(235, 13);
+ this.ppLblUnitNum.TabIndex = 50;
+ this.ppLblUnitNum.Text = "Unit Number for Cover and Header page printing";
+ //
+ // tiFmtSettings
+ //
+ this.tiFmtSettings.AttachedControl = this.tcpFormatSettings;
+ this.tiFmtSettings.Name = "tiFmtSettings";
+ this.tiFmtSettings.Text = "Format Settings";
+ //
+ // tcpGeneral
+ //
+ 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.ppRTxtProcSetRev);
+ this.tcpGeneral.Controls.Add(this.lblProcSetRev);
+ 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.Location = new System.Drawing.Point(0, 22);
+ this.tcpGeneral.Margin = new System.Windows.Forms.Padding(2);
+ this.tcpGeneral.Name = "tcpGeneral";
+ this.tcpGeneral.Padding = new System.Windows.Forms.Padding(1);
+ this.tcpGeneral.Size = new System.Drawing.Size(488, 315);
+ this.tcpGeneral.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
+ this.tcpGeneral.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
+ this.tcpGeneral.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
+ this.tcpGeneral.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
+ this.tcpGeneral.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;
+ //
+ // tiGeneral
+ //
+ this.tiGeneral.AttachedControl = this.tcpGeneral;
+ this.tiGeneral.Name = "tiGeneral";
+ this.tiGeneral.Text = "General";
+ //
+ // tcpRefereceObjects
+ //
+ this.tcpRefereceObjects.Controls.Add(this.tbRoDb);
+ this.tcpRefereceObjects.Controls.Add(this.ppBtnRoDbBrowse);
+ this.tcpRefereceObjects.Controls.Add(this.btnRoDbProperties);
+ this.tcpRefereceObjects.Controls.Add(this.cmbRoDb);
+ this.tcpRefereceObjects.Controls.Add(this.ppGpbxUpROvals);
+ this.tcpRefereceObjects.Controls.Add(this.label6);
+ this.tcpRefereceObjects.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.tcpRefereceObjects.Location = new System.Drawing.Point(0, 22);
+ this.tcpRefereceObjects.Margin = new System.Windows.Forms.Padding(2);
+ this.tcpRefereceObjects.Name = "tcpRefereceObjects";
+ this.tcpRefereceObjects.Padding = new System.Windows.Forms.Padding(1);
+ this.tcpRefereceObjects.Size = new System.Drawing.Size(502, 315);
+ this.tcpRefereceObjects.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
+ this.tcpRefereceObjects.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
+ this.tcpRefereceObjects.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
+ this.tcpRefereceObjects.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
+ this.tcpRefereceObjects.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
+ | DevComponents.DotNetBar.eBorderSide.Bottom)));
+ this.tcpRefereceObjects.Style.GradientAngle = 90;
+ this.tcpRefereceObjects.TabIndex = 2;
+ this.tcpRefereceObjects.TabItem = this.tiRefObjs;
+ this.tcpRefereceObjects.Enter += new System.EventHandler(this.tabpage_Enter);
+ //
+ // tbRoDb
+ //
+ this.tbRoDb.Enabled = false;
+ this.tbRoDb.Location = new System.Drawing.Point(80, 13);
+ this.tbRoDb.Margin = new System.Windows.Forms.Padding(2);
+ this.tbRoDb.Name = "tbRoDb";
+ this.tbRoDb.Size = new System.Drawing.Size(318, 20);
+ this.tbRoDb.TabIndex = 20;
+ //
+ // ppBtnRoDbBrowse
+ //
+ this.ppBtnRoDbBrowse.Location = new System.Drawing.Point(406, 34);
+ this.ppBtnRoDbBrowse.Margin = new System.Windows.Forms.Padding(2);
+ this.ppBtnRoDbBrowse.Name = "ppBtnRoDbBrowse";
+ this.ppBtnRoDbBrowse.Size = new System.Drawing.Size(51, 20);
+ this.ppBtnRoDbBrowse.TabIndex = 22;
+ this.ppBtnRoDbBrowse.Text = "Browse...";
+ this.ppBtnRoDbBrowse.UseVisualStyleBackColor = true;
+ this.ppBtnRoDbBrowse.Click += new System.EventHandler(this.ppBtnRoDbBrowse_Click);
+ //
+ // btnRoDbProperties
+ //
+ 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(406, 10);
+ this.btnRoDbProperties.Margin = new System.Windows.Forms.Padding(2);
+ this.btnRoDbProperties.Name = "btnRoDbProperties";
+ this.btnRoDbProperties.Size = new System.Drawing.Size(33, 23);
+ this.btnRoDbProperties.TabIndex = 21;
+ this.btnRoDbProperties.Click += new System.EventHandler(this.btnRoDbProperties_Click);
+ //
+ // cmbRoDb
+ //
+ this.cmbRoDb.FormattingEnabled = true;
+ this.cmbRoDb.Location = new System.Drawing.Point(80, 13);
+ this.cmbRoDb.Margin = new System.Windows.Forms.Padding(2);
+ this.cmbRoDb.Name = "cmbRoDb";
+ this.cmbRoDb.Size = new System.Drawing.Size(318, 21);
+ this.cmbRoDb.TabIndex = 47;
+ this.cmbRoDb.SelectedIndexChanged += new System.EventHandler(this.cmbRoDb_SelectedIndexChanged);
+ //
+ // ppGpbxUpROvals
+ //
+ this.ppGpbxUpROvals.BackColor = System.Drawing.Color.Transparent;
+ this.ppGpbxUpROvals.CanvasColor = System.Drawing.SystemColors.Control;
+ 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(34, 69);
+ this.ppGpbxUpROvals.Margin = new System.Windows.Forms.Padding(2);
+ this.ppGpbxUpROvals.Name = "ppGpbxUpROvals";
+ this.ppGpbxUpROvals.Size = new System.Drawing.Size(112, 162);
+ //
+ //
+ //
+ this.ppGpbxUpROvals.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
+ this.ppGpbxUpROvals.Style.BackColorGradientAngle = 90;
+ this.ppGpbxUpROvals.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
+ this.ppGpbxUpROvals.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
+ this.ppGpbxUpROvals.Style.BorderBottomWidth = 1;
+ this.ppGpbxUpROvals.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
+ this.ppGpbxUpROvals.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
+ this.ppGpbxUpROvals.Style.BorderLeftWidth = 1;
+ this.ppGpbxUpROvals.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
+ this.ppGpbxUpROvals.Style.BorderRightWidth = 1;
+ this.ppGpbxUpROvals.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
+ this.ppGpbxUpROvals.Style.BorderTopWidth = 1;
+ this.ppGpbxUpROvals.Style.CornerDiameter = 4;
+ this.ppGpbxUpROvals.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
+ this.ppGpbxUpROvals.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
+ this.ppGpbxUpROvals.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
+ this.ppGpbxUpROvals.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
+ //
+ //
+ //
+ this.ppGpbxUpROvals.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ppGpbxUpROvals.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ppGpbxUpROvals.TabIndex = 46;
+ this.ppGpbxUpROvals.Text = "RO Values";
+ //
+ // tiRefObjs
+ //
+ this.tiRefObjs.AttachedControl = this.tcpRefereceObjects;
+ this.tiRefObjs.Name = "tiRefObjs";
+ this.tiRefObjs.Text = "Referenced Objects";
+ //
+ // tcpOutputSettings
+ //
+ this.tcpOutputSettings.Controls.Add(this.ppTxtBxPDFSuf);
+ this.tcpOutputSettings.Controls.Add(this.ppTxtBxPdfPre);
+ this.tcpOutputSettings.Controls.Add(this.label30);
+ this.tcpOutputSettings.Controls.Add(this.label29);
+ this.tcpOutputSettings.Controls.Add(this.ppChbxAddBlankPgs);
+ 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.ppBtnDefWatermark);
+ this.tcpOutputSettings.Controls.Add(this.ppChbxDisAutoDuplex);
+ this.tcpOutputSettings.Controls.Add(this.ppLblAutoDuplexDefault);
+ this.tcpOutputSettings.Controls.Add(this.ppCmbxWatermark);
+ this.tcpOutputSettings.Controls.Add(this.ppLblWatermarkDefault);
+ this.tcpOutputSettings.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.tcpOutputSettings.Location = new System.Drawing.Point(0, 22);
+ this.tcpOutputSettings.Margin = new System.Windows.Forms.Padding(2);
+ this.tcpOutputSettings.Name = "tcpOutputSettings";
+ this.tcpOutputSettings.Padding = new System.Windows.Forms.Padding(1);
+ this.tcpOutputSettings.Size = new System.Drawing.Size(502, 315);
+ this.tcpOutputSettings.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
+ this.tcpOutputSettings.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
+ this.tcpOutputSettings.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
+ this.tcpOutputSettings.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
+ 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);
+ //
+ // label30
+ //
+ this.label30.AutoSize = true;
+ this.label30.BackColor = System.Drawing.Color.Transparent;
+ this.label30.Location = new System.Drawing.Point(219, 108);
+ this.label30.Name = "label30";
+ this.label30.Size = new System.Drawing.Size(76, 13);
+ this.label30.TabIndex = 67;
+ this.label30.Text = "PDF File Suffix";
+ //
+ // label29
+ //
+ this.label29.AutoSize = true;
+ this.label29.BackColor = System.Drawing.Color.Transparent;
+ this.label29.Location = new System.Drawing.Point(8, 108);
+ this.label29.Name = "label29";
+ this.label29.Size = new System.Drawing.Size(76, 13);
+ this.label29.TabIndex = 67;
+ this.label29.Text = "PDF File Prefix";
+ //
+ // ppChbxAddBlankPgs
+ //
+ this.ppChbxAddBlankPgs.AutoSize = true;
+ this.ppChbxAddBlankPgs.BackColor = System.Drawing.Color.Transparent;
+ this.ppChbxAddBlankPgs.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.docVersionConfigBindingSource, "Print_AddBlankPagesWhenUsingDuplexFoldouts", true));
+ this.ppChbxAddBlankPgs.Location = new System.Drawing.Point(9, 285);
+ this.ppChbxAddBlankPgs.Margin = new System.Windows.Forms.Padding(2);
+ this.ppChbxAddBlankPgs.Name = "ppChbxAddBlankPgs";
+ this.ppChbxAddBlankPgs.Size = new System.Drawing.Size(249, 17);
+ this.ppChbxAddBlankPgs.TabIndex = 66;
+ this.ppChbxAddBlankPgs.Text = "Add Blank Pages When Using Duplex Foldouts";
+ this.ppChbxAddBlankPgs.UseVisualStyleBackColor = false;
+ //
+ // ppChbxAlwaysViewPDF
+ //
+ 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(9, 263);
+ this.ppChbxAlwaysViewPDF.Margin = new System.Windows.Forms.Padding(2);
+ this.ppChbxAlwaysViewPDF.Name = "ppChbxAlwaysViewPDF";
+ this.ppChbxAlwaysViewPDF.Size = new System.Drawing.Size(175, 17);
+ this.ppChbxAlwaysViewPDF.TabIndex = 37;
+ 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(9, 241);
+ this.ppChbxAlwaysOvrWrtPDF.Margin = new System.Windows.Forms.Padding(2);
+ this.ppChbxAlwaysOvrWrtPDF.Name = "ppChbxAlwaysOvrWrtPDF";
+ this.ppChbxAlwaysOvrWrtPDF.Size = new System.Drawing.Size(131, 17);
+ this.ppChbxAlwaysOvrWrtPDF.TabIndex = 36;
+ 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(8, 141);
+ this.ppGrpbxPrnAdj.Margin = new System.Windows.Forms.Padding(2);
+ this.ppGrpbxPrnAdj.Name = "ppGrpbxPrnAdj";
+ this.ppGrpbxPrnAdj.Size = new System.Drawing.Size(467, 97);
+ //
+ //
+ //
+ 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.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.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ //
+ //
+ //
+ this.ppGrpbxPrnAdj.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.ppGrpbxPrnAdj.TabIndex = 65;
+ this.ppGrpbxPrnAdj.Text = "Output Adjustments";
+ this.ppGrpbxPrnAdj.Visible = false;
+ //
+ // 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, 22);
+ this.tabControlPanel5.Margin = new System.Windows.Forms.Padding(2);
+ this.tabControlPanel5.Name = "tabControlPanel5";
+ this.tabControlPanel5.Padding = new System.Windows.Forms.Padding(1);
+ this.tabControlPanel5.Size = new System.Drawing.Size(502, 315);
+ this.tabControlPanel5.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
+ this.tabControlPanel5.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
+ this.tabControlPanel5.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
+ this.tabControlPanel5.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
+ 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(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(486, 313);
- 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";
- //
- // tcpOutputSettings
- //
- this.tcpOutputSettings.Controls.Add(this.ppTxtBxPDFSuf);
- this.tcpOutputSettings.Controls.Add(this.ppTxtBxPdfPre);
- this.tcpOutputSettings.Controls.Add(this.label30);
- this.tcpOutputSettings.Controls.Add(this.label29);
- this.tcpOutputSettings.Controls.Add(this.ppChbxAddBlankPgs);
- 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.ppBtnDefWatermark);
- this.tcpOutputSettings.Controls.Add(this.ppChbxDisAutoDuplex);
- this.tcpOutputSettings.Controls.Add(this.ppLblAutoDuplexDefault);
- this.tcpOutputSettings.Controls.Add(this.ppCmbxWatermark);
- this.tcpOutputSettings.Controls.Add(this.ppLblWatermarkDefault);
- this.tcpOutputSettings.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tcpOutputSettings.Location = new System.Drawing.Point(0, 22);
- this.tcpOutputSettings.Margin = new System.Windows.Forms.Padding(2);
- this.tcpOutputSettings.Name = "tcpOutputSettings";
- this.tcpOutputSettings.Padding = new System.Windows.Forms.Padding(1);
- this.tcpOutputSettings.Size = new System.Drawing.Size(488, 315);
- this.tcpOutputSettings.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
- this.tcpOutputSettings.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
- this.tcpOutputSettings.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
- this.tcpOutputSettings.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
- 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);
- //
- // label30
- //
- this.label30.AutoSize = true;
- this.label30.BackColor = System.Drawing.Color.Transparent;
- this.label30.Location = new System.Drawing.Point(219, 108);
- this.label30.Name = "label30";
- this.label30.Size = new System.Drawing.Size(76, 13);
- this.label30.TabIndex = 67;
- this.label30.Text = "PDF File Suffix";
- //
- // label29
- //
- this.label29.AutoSize = true;
- this.label29.BackColor = System.Drawing.Color.Transparent;
- this.label29.Location = new System.Drawing.Point(8, 108);
- this.label29.Name = "label29";
- this.label29.Size = new System.Drawing.Size(76, 13);
- this.label29.TabIndex = 67;
- this.label29.Text = "PDF File Prefix";
- //
- // ppChbxAddBlankPgs
- //
- this.ppChbxAddBlankPgs.AutoSize = true;
- this.ppChbxAddBlankPgs.BackColor = System.Drawing.Color.Transparent;
- this.ppChbxAddBlankPgs.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.docVersionConfigBindingSource, "Print_AddBlankPagesWhenUsingDuplexFoldouts", true));
- this.ppChbxAddBlankPgs.Location = new System.Drawing.Point(9, 285);
- this.ppChbxAddBlankPgs.Margin = new System.Windows.Forms.Padding(2);
- this.ppChbxAddBlankPgs.Name = "ppChbxAddBlankPgs";
- this.ppChbxAddBlankPgs.Size = new System.Drawing.Size(249, 17);
- this.ppChbxAddBlankPgs.TabIndex = 66;
- this.ppChbxAddBlankPgs.Text = "Add Blank Pages When Using Duplex Foldouts";
- this.ppChbxAddBlankPgs.UseVisualStyleBackColor = false;
- //
- // ppChbxAlwaysViewPDF
- //
- 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(9, 263);
- this.ppChbxAlwaysViewPDF.Margin = new System.Windows.Forms.Padding(2);
- this.ppChbxAlwaysViewPDF.Name = "ppChbxAlwaysViewPDF";
- this.ppChbxAlwaysViewPDF.Size = new System.Drawing.Size(175, 17);
- this.ppChbxAlwaysViewPDF.TabIndex = 37;
- 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(9, 241);
- this.ppChbxAlwaysOvrWrtPDF.Margin = new System.Windows.Forms.Padding(2);
- this.ppChbxAlwaysOvrWrtPDF.Name = "ppChbxAlwaysOvrWrtPDF";
- this.ppChbxAlwaysOvrWrtPDF.Size = new System.Drawing.Size(131, 17);
- this.ppChbxAlwaysOvrWrtPDF.TabIndex = 36;
- 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(8, 141);
- this.ppGrpbxPrnAdj.Margin = new System.Windows.Forms.Padding(2);
- this.ppGrpbxPrnAdj.Name = "ppGrpbxPrnAdj";
- this.ppGrpbxPrnAdj.Size = new System.Drawing.Size(467, 97);
- //
- //
- //
- 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.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.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ppGrpbxPrnAdj.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ppGrpbxPrnAdj.TabIndex = 65;
- this.ppGrpbxPrnAdj.Text = "Output Adjustments";
- this.ppGrpbxPrnAdj.Visible = false;
- //
- // tiOutputSettings
- //
- this.tiOutputSettings.AttachedControl = this.tcpOutputSettings;
- this.tiOutputSettings.Name = "tiOutputSettings";
- this.tiOutputSettings.Text = "Output Settings";
- //
- // tcpRefereceObjects
- //
- this.tcpRefereceObjects.Controls.Add(this.tbRoDb);
- this.tcpRefereceObjects.Controls.Add(this.ppBtnRoDbBrowse);
- this.tcpRefereceObjects.Controls.Add(this.btnRoDbProperties);
- this.tcpRefereceObjects.Controls.Add(this.cmbRoDb);
- this.tcpRefereceObjects.Controls.Add(this.ppGpbxUpROvals);
- this.tcpRefereceObjects.Controls.Add(this.label6);
- this.tcpRefereceObjects.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tcpRefereceObjects.Location = new System.Drawing.Point(0, 22);
- this.tcpRefereceObjects.Margin = new System.Windows.Forms.Padding(2);
- this.tcpRefereceObjects.Name = "tcpRefereceObjects";
- this.tcpRefereceObjects.Padding = new System.Windows.Forms.Padding(1);
- this.tcpRefereceObjects.Size = new System.Drawing.Size(488, 315);
- this.tcpRefereceObjects.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
- this.tcpRefereceObjects.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
- this.tcpRefereceObjects.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
- this.tcpRefereceObjects.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
- this.tcpRefereceObjects.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
- | DevComponents.DotNetBar.eBorderSide.Bottom)));
- this.tcpRefereceObjects.Style.GradientAngle = 90;
- this.tcpRefereceObjects.TabIndex = 2;
- this.tcpRefereceObjects.TabItem = this.tiRefObjs;
- this.tcpRefereceObjects.Enter += new System.EventHandler(this.tabpage_Enter);
- //
- // tbRoDb
- //
- this.tbRoDb.Enabled = false;
- this.tbRoDb.Location = new System.Drawing.Point(80, 13);
- this.tbRoDb.Margin = new System.Windows.Forms.Padding(2);
- this.tbRoDb.Name = "tbRoDb";
- this.tbRoDb.Size = new System.Drawing.Size(318, 20);
- this.tbRoDb.TabIndex = 20;
- //
- // ppBtnRoDbBrowse
- //
- this.ppBtnRoDbBrowse.Location = new System.Drawing.Point(406, 34);
- this.ppBtnRoDbBrowse.Margin = new System.Windows.Forms.Padding(2);
- this.ppBtnRoDbBrowse.Name = "ppBtnRoDbBrowse";
- this.ppBtnRoDbBrowse.Size = new System.Drawing.Size(51, 20);
- this.ppBtnRoDbBrowse.TabIndex = 22;
- this.ppBtnRoDbBrowse.Text = "Browse...";
- this.ppBtnRoDbBrowse.UseVisualStyleBackColor = true;
- this.ppBtnRoDbBrowse.Click += new System.EventHandler(this.ppBtnRoDbBrowse_Click);
- //
- // btnRoDbProperties
- //
- 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(406, 10);
- this.btnRoDbProperties.Margin = new System.Windows.Forms.Padding(2);
- this.btnRoDbProperties.Name = "btnRoDbProperties";
- this.btnRoDbProperties.Size = new System.Drawing.Size(33, 23);
- this.btnRoDbProperties.TabIndex = 21;
- this.btnRoDbProperties.Click += new System.EventHandler(this.btnRoDbProperties_Click);
- //
- // cmbRoDb
- //
- this.cmbRoDb.FormattingEnabled = true;
- this.cmbRoDb.Location = new System.Drawing.Point(80, 13);
- this.cmbRoDb.Margin = new System.Windows.Forms.Padding(2);
- this.cmbRoDb.Name = "cmbRoDb";
- this.cmbRoDb.Size = new System.Drawing.Size(318, 21);
- this.cmbRoDb.TabIndex = 47;
- this.cmbRoDb.SelectedIndexChanged += new System.EventHandler(this.cmbRoDb_SelectedIndexChanged);
- //
- // ppGpbxUpROvals
- //
- this.ppGpbxUpROvals.BackColor = System.Drawing.Color.Transparent;
- this.ppGpbxUpROvals.CanvasColor = System.Drawing.SystemColors.Control;
- 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(34, 69);
- this.ppGpbxUpROvals.Margin = new System.Windows.Forms.Padding(2);
- this.ppGpbxUpROvals.Name = "ppGpbxUpROvals";
- this.ppGpbxUpROvals.Size = new System.Drawing.Size(112, 162);
- //
- //
- //
- this.ppGpbxUpROvals.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
- this.ppGpbxUpROvals.Style.BackColorGradientAngle = 90;
- this.ppGpbxUpROvals.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
- this.ppGpbxUpROvals.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.ppGpbxUpROvals.Style.BorderBottomWidth = 1;
- this.ppGpbxUpROvals.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
- this.ppGpbxUpROvals.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.ppGpbxUpROvals.Style.BorderLeftWidth = 1;
- this.ppGpbxUpROvals.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.ppGpbxUpROvals.Style.BorderRightWidth = 1;
- this.ppGpbxUpROvals.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
- this.ppGpbxUpROvals.Style.BorderTopWidth = 1;
- this.ppGpbxUpROvals.Style.CornerDiameter = 4;
- this.ppGpbxUpROvals.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
- this.ppGpbxUpROvals.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
- this.ppGpbxUpROvals.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
- this.ppGpbxUpROvals.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
- //
- //
- //
- this.ppGpbxUpROvals.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- //
- //
- //
- this.ppGpbxUpROvals.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ppGpbxUpROvals.TabIndex = 46;
- this.ppGpbxUpROvals.Text = "RO Values";
- //
- // tiRefObjs
- //
- this.tiRefObjs.AttachedControl = this.tcpRefereceObjects;
- this.tiRefObjs.Name = "tiRefObjs";
- this.tiRefObjs.Text = "Referenced Objects";
- //
- // panVerBtns
- //
- this.panVerBtns.BackColor = System.Drawing.Color.Transparent;
- this.panVerBtns.Controls.Add(this.btnApplicability);
- this.panVerBtns.Controls.Add(this.btnLibDocs);
- this.panVerBtns.Controls.Add(this.btnFmtSettings);
- this.panVerBtns.Controls.Add(this.btnOutputSettings);
- this.panVerBtns.Controls.Add(this.btnRefObjs);
- this.panVerBtns.Controls.Add(this.btnGeneral);
- this.panVerBtns.Location = new System.Drawing.Point(5, 2);
- this.panVerBtns.Margin = new System.Windows.Forms.Padding(2);
- this.panVerBtns.Name = "panVerBtns";
- this.panVerBtns.Size = new System.Drawing.Size(151, 280);
- this.panVerBtns.TabIndex = 27;
- //
- // btnApplicability
- //
- this.btnApplicability.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.btnApplicability.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
- this.btnApplicability.Dock = System.Windows.Forms.DockStyle.Top;
- this.btnApplicability.Location = new System.Drawing.Point(0, 92);
- this.btnApplicability.Margin = new System.Windows.Forms.Padding(2);
- this.btnApplicability.Name = "btnApplicability";
- this.btnApplicability.Size = new System.Drawing.Size(151, 15);
- this.btnApplicability.TabIndex = 98;
- this.btnApplicability.Text = "Applicability";
- this.btnApplicability.Click += new System.EventHandler(this.btnApplicability_Click);
- //
- // btnLibDocs
- //
- this.btnLibDocs.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.btnLibDocs.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
- this.btnLibDocs.Dock = System.Windows.Forms.DockStyle.Top;
- this.btnLibDocs.Location = new System.Drawing.Point(0, 73);
- this.btnLibDocs.Margin = new System.Windows.Forms.Padding(2);
- this.btnLibDocs.Name = "btnLibDocs";
- this.btnLibDocs.Size = new System.Drawing.Size(151, 19);
- this.btnLibDocs.TabIndex = 97;
- this.btnLibDocs.Text = "Library Documents";
- this.btnLibDocs.Click += new System.EventHandler(this.btnLibDocs_Click);
- //
- // btnFmtSettings
- //
- this.btnFmtSettings.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.btnFmtSettings.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
- this.btnFmtSettings.Dock = System.Windows.Forms.DockStyle.Top;
- this.btnFmtSettings.Location = new System.Drawing.Point(0, 54);
- this.btnFmtSettings.Margin = new System.Windows.Forms.Padding(2);
- this.btnFmtSettings.Name = "btnFmtSettings";
- this.btnFmtSettings.Size = new System.Drawing.Size(151, 19);
- this.btnFmtSettings.TabIndex = 96;
- this.btnFmtSettings.Text = "Format Settings";
- this.btnFmtSettings.Click += new System.EventHandler(this.btnFmtSettings_Click);
- //
- // btnOutputSettings
- //
- this.btnOutputSettings.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.btnOutputSettings.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
- this.btnOutputSettings.Dock = System.Windows.Forms.DockStyle.Top;
- this.btnOutputSettings.Location = new System.Drawing.Point(0, 35);
- this.btnOutputSettings.Margin = new System.Windows.Forms.Padding(2);
- this.btnOutputSettings.Name = "btnOutputSettings";
- this.btnOutputSettings.Size = new System.Drawing.Size(151, 19);
- this.btnOutputSettings.TabIndex = 95;
- this.btnOutputSettings.Text = "Output Settings";
- this.btnOutputSettings.Click += new System.EventHandler(this.btnOutputSettings_Click);
- //
- // btnRefObjs
- //
- this.btnRefObjs.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.btnRefObjs.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
- this.btnRefObjs.Dock = System.Windows.Forms.DockStyle.Top;
- this.btnRefObjs.Location = new System.Drawing.Point(0, 19);
- this.btnRefObjs.Margin = new System.Windows.Forms.Padding(2);
- this.btnRefObjs.Name = "btnRefObjs";
- this.btnRefObjs.Size = new System.Drawing.Size(151, 16);
- this.btnRefObjs.TabIndex = 94;
- this.btnRefObjs.Text = "Referenced Objects";
- this.btnRefObjs.Click += new System.EventHandler(this.btnRefObjs_Click);
- //
- // btnGeneral
- //
- this.btnGeneral.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.btnGeneral.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
- this.btnGeneral.Dock = System.Windows.Forms.DockStyle.Top;
- this.btnGeneral.Location = new System.Drawing.Point(0, 0);
- this.btnGeneral.Margin = new System.Windows.Forms.Padding(2);
- this.btnGeneral.Name = "btnGeneral";
- this.btnGeneral.Size = new System.Drawing.Size(151, 19);
- this.btnGeneral.TabIndex = 93;
- this.btnGeneral.Text = "General";
- this.btnGeneral.Click += new System.EventHandler(this.btnGeneral_Click);
- //
- // formatInfoListBindingSource
- //
- this.formatInfoListBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.FormatInfo);
- //
- // frmVersionsProperties
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- 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(656, 368);
- this.ControlBox = false;
- this.Controls.Add(this.panVerBtns);
- this.Controls.Add(this.tcVersions);
- this.Controls.Add(this.ppCbShwDefSettings);
- this.Controls.Add(this.ppLblDefSettingsInfo);
- this.Controls.Add(this.ppBtnCancel);
- this.Controls.Add(this.ppBtnOK);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Margin = new System.Windows.Forms.Padding(2);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "frmVersionsProperties";
- this.ShowIcon = false;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Versions Properties";
- this.Load += new System.EventHandler(this.frmVersionsProperties_Load);
- this.Shown += new System.EventHandler(this.frmVersionsProperties_Shown);
- ((System.ComponentModel.ISupportInitialize)(this.docVersionConfigBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.imageCodecInfoBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ppNumUpDwnOvrdPrnPenWidth)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ppNumUpDwnOverdPrnPenBoldWidth)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ppNumUpDwnOvrdPrnPenULineWidth)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ppNumUpDwnAdjPrnStartPos)).EndInit();
- this.ppGpbxUserSpecCB.ResumeLayout(false);
- this.ppGpbxUserSpecCB.PerformLayout();
- this.ppGpbxUserSpecTxt.ResumeLayout(false);
- this.ppGpbxUserSpecTxt.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.tcVersions)).EndInit();
- this.tcVersions.ResumeLayout(false);
- this.tcpGeneral.ResumeLayout(false);
- this.tcpGeneral.PerformLayout();
- this.tcpFormatSettings.ResumeLayout(false);
- this.tcpFormatSettings.PerformLayout();
- this.tcpApplicability.ResumeLayout(false);
- this.tcpApplicability.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.bsMiniApple)).EndInit();
- this.panel1.ResumeLayout(false);
- this.panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.bsApples)).EndInit();
- this.tabControlPanel5.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ppGrdLibDocList)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.documentInfoListBindingSource)).EndInit();
- 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.panVerBtns.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ROPrefixBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.formatInfoListBindingSource)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
+ 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(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(500, 313);
+ 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";
+ //
+ // tcpApplicability
+ //
+ this.tcpApplicability.Controls.Add(this.label28);
+ this.tcpApplicability.Controls.Add(this.label27);
+ this.tcpApplicability.Controls.Add(this.label26);
+ this.tcpApplicability.Controls.Add(this.label25);
+ this.tcpApplicability.Controls.Add(this.label24);
+ this.tcpApplicability.Controls.Add(this.label23);
+ this.tcpApplicability.Controls.Add(this.label16);
+ this.tcpApplicability.Controls.Add(this.label8);
+ this.tcpApplicability.Controls.Add(this.label7);
+ this.tcpApplicability.Controls.Add(this.textBox11);
+ this.tcpApplicability.Controls.Add(this.textBox10);
+ this.tcpApplicability.Controls.Add(this.textBox9);
+ this.tcpApplicability.Controls.Add(this.textBox8);
+ this.tcpApplicability.Controls.Add(this.textBox7);
+ this.tcpApplicability.Controls.Add(this.textBox6);
+ this.tcpApplicability.Controls.Add(this.textBox5);
+ this.tcpApplicability.Controls.Add(this.textBox4);
+ this.tcpApplicability.Controls.Add(this.textBox3);
+ this.tcpApplicability.Controls.Add(this.textBox2);
+ this.tcpApplicability.Controls.Add(this.textBox1);
+ this.tcpApplicability.Controls.Add(this.panel1);
+ this.tcpApplicability.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.tcpApplicability.Location = new System.Drawing.Point(0, 22);
+ this.tcpApplicability.Margin = new System.Windows.Forms.Padding(2);
+ this.tcpApplicability.Name = "tcpApplicability";
+ this.tcpApplicability.Padding = new System.Windows.Forms.Padding(1);
+ this.tcpApplicability.Size = new System.Drawing.Size(502, 315);
+ this.tcpApplicability.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
+ this.tcpApplicability.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
+ this.tcpApplicability.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
+ this.tcpApplicability.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
+ this.tcpApplicability.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
+ | DevComponents.DotNetBar.eBorderSide.Bottom)));
+ this.tcpApplicability.Style.GradientAngle = 90;
+ this.tcpApplicability.TabIndex = 6;
+ this.tcpApplicability.TabItem = this.tiApplicability;
+ //
+ // label28
+ //
+ this.label28.AutoSize = true;
+ this.label28.BackColor = System.Drawing.Color.Transparent;
+ this.label28.Location = new System.Drawing.Point(160, 161);
+ this.label28.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.label28.Name = "label28";
+ this.label28.Size = new System.Drawing.Size(54, 13);
+ this.label28.TabIndex = 21;
+ this.label28.Text = "Set Name";
+ //
+ // label27
+ //
+ this.label27.AutoSize = true;
+ this.label27.BackColor = System.Drawing.Color.Transparent;
+ this.label27.Location = new System.Drawing.Point(177, 140);
+ this.label27.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.label27.Name = "label27";
+ this.label27.Size = new System.Drawing.Size(37, 13);
+ this.label27.TabIndex = 20;
+ this.label27.Text = "Set ID";
+ //
+ // label26
+ //
+ this.label26.AutoSize = true;
+ this.label26.BackColor = System.Drawing.Color.Transparent;
+ this.label26.Location = new System.Drawing.Point(118, 119);
+ this.label26.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.label26.Name = "label26";
+ this.label26.Size = new System.Drawing.Size(96, 13);
+ this.label26.TabIndex = 19;
+ this.label26.Text = "Procedure Number";
+ //
+ // label25
+ //
+ this.label25.AutoSize = true;
+ this.label25.BackColor = System.Drawing.Color.Transparent;
+ this.label25.Location = new System.Drawing.Point(129, 85);
+ this.label25.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.label25.Name = "label25";
+ this.label25.Size = new System.Drawing.Size(28, 13);
+ this.label25.TabIndex = 18;
+ this.label25.Text = "Text";
+ //
+ // label24
+ //
+ this.label24.AutoSize = true;
+ this.label24.BackColor = System.Drawing.Color.Transparent;
+ this.label24.Location = new System.Drawing.Point(118, 64);
+ this.label24.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.label24.Name = "label24";
+ this.label24.Size = new System.Drawing.Size(44, 13);
+ this.label24.TabIndex = 17;
+ this.label24.Text = "Number";
+ //
+ // label23
+ //
+ this.label23.AutoSize = true;
+ this.label23.BackColor = System.Drawing.Color.Transparent;
+ this.label23.Location = new System.Drawing.Point(124, 44);
+ this.label23.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.label23.Name = "label23";
+ this.label23.Size = new System.Drawing.Size(35, 13);
+ this.label23.TabIndex = 16;
+ this.label23.Text = "Name";
+ //
+ // label16
+ //
+ this.label16.AutoSize = true;
+ this.label16.BackColor = System.Drawing.Color.Transparent;
+ this.label16.Location = new System.Drawing.Point(136, 23);
+ this.label16.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.label16.Name = "label16";
+ this.label16.Size = new System.Drawing.Size(18, 13);
+ this.label16.TabIndex = 15;
+ this.label16.Text = "ID";
+ //
+ // label8
+ //
+ this.label8.AutoSize = true;
+ this.label8.BackColor = System.Drawing.Color.Transparent;
+ this.label8.Location = new System.Drawing.Point(330, 6);
+ this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.label8.Name = "label8";
+ this.label8.Size = new System.Drawing.Size(128, 13);
+ this.label8.TabIndex = 14;
+ this.label8.Text = "Other Unit/Train/Channel";
+ //
+ // label7
+ //
+ this.label7.AutoSize = true;
+ this.label7.BackColor = System.Drawing.Color.Transparent;
+ this.label7.Location = new System.Drawing.Point(165, 6);
+ this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.label7.Name = "label7";
+ this.label7.Size = new System.Drawing.Size(99, 13);
+ this.label7.TabIndex = 13;
+ this.label7.Text = "Unit/Train/Channel";
+ //
+ // textBox11
+ //
+ this.textBox11.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "OtherText", true));
+ this.textBox11.Location = new System.Drawing.Point(330, 83);
+ this.textBox11.Margin = new System.Windows.Forms.Padding(2);
+ this.textBox11.Name = "textBox11";
+ this.textBox11.Size = new System.Drawing.Size(151, 20);
+ this.textBox11.TabIndex = 12;
+ //
+ // bsMiniApple
+ //
+ this.bsMiniApple.DataSource = typeof(VEPROMS.MiniConfig);
+ //
+ // textBox10
+ //
+ this.textBox10.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "OtherNumber", true));
+ this.textBox10.Location = new System.Drawing.Point(330, 62);
+ this.textBox10.Margin = new System.Windows.Forms.Padding(2);
+ this.textBox10.Name = "textBox10";
+ this.textBox10.Size = new System.Drawing.Size(151, 20);
+ this.textBox10.TabIndex = 11;
+ //
+ // textBox9
+ //
+ this.textBox9.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "OtherName", true));
+ this.textBox9.Location = new System.Drawing.Point(330, 41);
+ this.textBox9.Margin = new System.Windows.Forms.Padding(2);
+ this.textBox9.Name = "textBox9";
+ this.textBox9.Size = new System.Drawing.Size(151, 20);
+ this.textBox9.TabIndex = 10;
+ //
+ // textBox8
+ //
+ this.textBox8.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "OtherID", true));
+ this.textBox8.Location = new System.Drawing.Point(330, 20);
+ this.textBox8.Margin = new System.Windows.Forms.Padding(2);
+ this.textBox8.Name = "textBox8";
+ this.textBox8.Size = new System.Drawing.Size(151, 20);
+ this.textBox8.TabIndex = 9;
+ //
+ // textBox7
+ //
+ this.textBox7.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "SetName", true));
+ this.textBox7.Location = new System.Drawing.Point(225, 158);
+ this.textBox7.Margin = new System.Windows.Forms.Padding(2);
+ this.textBox7.Name = "textBox7";
+ this.textBox7.Size = new System.Drawing.Size(151, 20);
+ this.textBox7.TabIndex = 8;
+ //
+ // textBox6
+ //
+ this.textBox6.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "SetID", true));
+ this.textBox6.Location = new System.Drawing.Point(225, 137);
+ this.textBox6.Margin = new System.Windows.Forms.Padding(2);
+ this.textBox6.Name = "textBox6";
+ this.textBox6.Size = new System.Drawing.Size(151, 20);
+ this.textBox6.TabIndex = 7;
+ //
+ // textBox5
+ //
+ this.textBox5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "ProcedureNumber", true));
+ this.textBox5.Location = new System.Drawing.Point(225, 116);
+ this.textBox5.Margin = new System.Windows.Forms.Padding(2);
+ this.textBox5.Name = "textBox5";
+ this.textBox5.Size = new System.Drawing.Size(151, 20);
+ this.textBox5.TabIndex = 6;
+ //
+ // textBox4
+ //
+ this.textBox4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "Text", true));
+ this.textBox4.Location = new System.Drawing.Point(165, 83);
+ this.textBox4.Margin = new System.Windows.Forms.Padding(2);
+ this.textBox4.Name = "textBox4";
+ this.textBox4.Size = new System.Drawing.Size(151, 20);
+ this.textBox4.TabIndex = 5;
+ //
+ // textBox3
+ //
+ this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "Number", true));
+ this.textBox3.Location = new System.Drawing.Point(165, 62);
+ this.textBox3.Margin = new System.Windows.Forms.Padding(2);
+ this.textBox3.Name = "textBox3";
+ this.textBox3.Size = new System.Drawing.Size(151, 20);
+ this.textBox3.TabIndex = 4;
+ //
+ // textBox2
+ //
+ this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "Name", true));
+ this.textBox2.Location = new System.Drawing.Point(165, 41);
+ this.textBox2.Margin = new System.Windows.Forms.Padding(2);
+ this.textBox2.Name = "textBox2";
+ this.textBox2.Size = new System.Drawing.Size(151, 20);
+ this.textBox2.TabIndex = 3;
+ //
+ // textBox1
+ //
+ this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsMiniApple, "ID", true));
+ this.textBox1.Location = new System.Drawing.Point(165, 20);
+ this.textBox1.Margin = new System.Windows.Forms.Padding(2);
+ this.textBox1.Name = "textBox1";
+ this.textBox1.Size = new System.Drawing.Size(151, 20);
+ this.textBox1.TabIndex = 2;
+ //
+ // panel1
+ //
+ this.panel1.BackColor = System.Drawing.Color.Transparent;
+ this.panel1.Controls.Add(this.panel2);
+ this.panel1.Controls.Add(this.lbApplicabilities);
+ this.panel1.Controls.Add(this.label5);
+ this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
+ this.panel1.Location = new System.Drawing.Point(1, 1);
+ this.panel1.Margin = new System.Windows.Forms.Padding(2);
+ this.panel1.Name = "panel1";
+ this.panel1.Size = new System.Drawing.Size(112, 313);
+ this.panel1.TabIndex = 1;
+ //
+ // panel2
+ //
+ this.panel2.Controls.Add(this.btnDelApple);
+ this.panel2.Controls.Add(this.btnNewApple);
+ this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
+ this.panel2.Location = new System.Drawing.Point(0, 290);
+ this.panel2.Margin = new System.Windows.Forms.Padding(2);
+ this.panel2.Name = "panel2";
+ this.panel2.Size = new System.Drawing.Size(112, 23);
+ this.panel2.TabIndex = 1;
+ //
+ // btnDelApple
+ //
+ this.btnDelApple.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.btnDelApple.Location = new System.Drawing.Point(56, 0);
+ this.btnDelApple.Margin = new System.Windows.Forms.Padding(2);
+ this.btnDelApple.Name = "btnDelApple";
+ this.btnDelApple.Size = new System.Drawing.Size(56, 23);
+ this.btnDelApple.TabIndex = 1;
+ this.btnDelApple.Text = "Remove";
+ this.btnDelApple.UseVisualStyleBackColor = true;
+ this.btnDelApple.Click += new System.EventHandler(this.btnDelApple_Click);
+ //
+ // btnNewApple
+ //
+ this.btnNewApple.Dock = System.Windows.Forms.DockStyle.Left;
+ this.btnNewApple.Location = new System.Drawing.Point(0, 0);
+ this.btnNewApple.Margin = new System.Windows.Forms.Padding(2);
+ this.btnNewApple.Name = "btnNewApple";
+ this.btnNewApple.Size = new System.Drawing.Size(56, 23);
+ this.btnNewApple.TabIndex = 0;
+ this.btnNewApple.Text = "New";
+ this.btnNewApple.UseVisualStyleBackColor = true;
+ this.btnNewApple.Click += new System.EventHandler(this.btnNewApple_Click);
+ //
+ // lbApplicabilities
+ //
+ this.lbApplicabilities.DataSource = this.bsApples;
+ this.lbApplicabilities.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.lbApplicabilities.FormattingEnabled = true;
+ this.lbApplicabilities.Location = new System.Drawing.Point(0, 17);
+ this.lbApplicabilities.Margin = new System.Windows.Forms.Padding(2);
+ this.lbApplicabilities.Name = "lbApplicabilities";
+ this.lbApplicabilities.Size = new System.Drawing.Size(112, 296);
+ this.lbApplicabilities.TabIndex = 0;
+ this.lbApplicabilities.SelectedIndexChanged += new System.EventHandler(this.lbApplicabilities_SelectedIndexChanged);
+ //
+ // bsApples
+ //
+ this.bsApples.DataSource = typeof(VEPROMS.MiniConfig);
+ //
+ // label5
+ //
+ this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.label5.Dock = System.Windows.Forms.DockStyle.Top;
+ this.label5.Location = new System.Drawing.Point(0, 0);
+ this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+ this.label5.Name = "label5";
+ this.label5.Size = new System.Drawing.Size(112, 17);
+ this.label5.TabIndex = 0;
+ this.label5.Text = "Applicabilities";
+ this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+ //
+ // tiApplicability
+ //
+ this.tiApplicability.AttachedControl = this.tcpApplicability;
+ this.tiApplicability.Name = "tiApplicability";
+ this.tiApplicability.Text = "Applicability";
+ //
+ // panVerBtns
+ //
+ this.panVerBtns.BackColor = System.Drawing.Color.Transparent;
+ this.panVerBtns.Controls.Add(this.btnApplicability);
+ this.panVerBtns.Controls.Add(this.btnLibDocs);
+ this.panVerBtns.Controls.Add(this.btnFmtSettings);
+ this.panVerBtns.Controls.Add(this.btnOutputSettings);
+ this.panVerBtns.Controls.Add(this.btnRefObjs);
+ this.panVerBtns.Controls.Add(this.btnGeneral);
+ this.panVerBtns.Location = new System.Drawing.Point(5, 2);
+ this.panVerBtns.Margin = new System.Windows.Forms.Padding(2);
+ this.panVerBtns.Name = "panVerBtns";
+ this.panVerBtns.Size = new System.Drawing.Size(151, 280);
+ this.panVerBtns.TabIndex = 27;
+ //
+ // btnApplicability
+ //
+ this.btnApplicability.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
+ this.btnApplicability.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
+ this.btnApplicability.Dock = System.Windows.Forms.DockStyle.Top;
+ this.btnApplicability.Location = new System.Drawing.Point(0, 92);
+ this.btnApplicability.Margin = new System.Windows.Forms.Padding(2);
+ this.btnApplicability.Name = "btnApplicability";
+ this.btnApplicability.Size = new System.Drawing.Size(151, 15);
+ this.btnApplicability.TabIndex = 98;
+ this.btnApplicability.Text = "Applicability";
+ this.btnApplicability.Click += new System.EventHandler(this.btnApplicability_Click);
+ //
+ // btnLibDocs
+ //
+ this.btnLibDocs.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
+ this.btnLibDocs.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
+ this.btnLibDocs.Dock = System.Windows.Forms.DockStyle.Top;
+ this.btnLibDocs.Location = new System.Drawing.Point(0, 73);
+ this.btnLibDocs.Margin = new System.Windows.Forms.Padding(2);
+ this.btnLibDocs.Name = "btnLibDocs";
+ this.btnLibDocs.Size = new System.Drawing.Size(151, 19);
+ this.btnLibDocs.TabIndex = 97;
+ this.btnLibDocs.Text = "Library Documents";
+ this.btnLibDocs.Click += new System.EventHandler(this.btnLibDocs_Click);
+ //
+ // btnFmtSettings
+ //
+ this.btnFmtSettings.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
+ this.btnFmtSettings.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
+ this.btnFmtSettings.Dock = System.Windows.Forms.DockStyle.Top;
+ this.btnFmtSettings.Location = new System.Drawing.Point(0, 54);
+ this.btnFmtSettings.Margin = new System.Windows.Forms.Padding(2);
+ this.btnFmtSettings.Name = "btnFmtSettings";
+ this.btnFmtSettings.Size = new System.Drawing.Size(151, 19);
+ this.btnFmtSettings.TabIndex = 96;
+ this.btnFmtSettings.Text = "Format Settings";
+ this.btnFmtSettings.Click += new System.EventHandler(this.btnFmtSettings_Click);
+ //
+ // btnOutputSettings
+ //
+ this.btnOutputSettings.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
+ this.btnOutputSettings.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
+ this.btnOutputSettings.Dock = System.Windows.Forms.DockStyle.Top;
+ this.btnOutputSettings.Location = new System.Drawing.Point(0, 35);
+ this.btnOutputSettings.Margin = new System.Windows.Forms.Padding(2);
+ this.btnOutputSettings.Name = "btnOutputSettings";
+ this.btnOutputSettings.Size = new System.Drawing.Size(151, 19);
+ this.btnOutputSettings.TabIndex = 95;
+ this.btnOutputSettings.Text = "Output Settings";
+ this.btnOutputSettings.Click += new System.EventHandler(this.btnOutputSettings_Click);
+ //
+ // btnRefObjs
+ //
+ this.btnRefObjs.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
+ this.btnRefObjs.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
+ this.btnRefObjs.Dock = System.Windows.Forms.DockStyle.Top;
+ this.btnRefObjs.Location = new System.Drawing.Point(0, 19);
+ this.btnRefObjs.Margin = new System.Windows.Forms.Padding(2);
+ this.btnRefObjs.Name = "btnRefObjs";
+ this.btnRefObjs.Size = new System.Drawing.Size(151, 16);
+ this.btnRefObjs.TabIndex = 94;
+ this.btnRefObjs.Text = "Referenced Objects";
+ this.btnRefObjs.Click += new System.EventHandler(this.btnRefObjs_Click);
+ //
+ // btnGeneral
+ //
+ this.btnGeneral.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
+ this.btnGeneral.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
+ this.btnGeneral.Dock = System.Windows.Forms.DockStyle.Top;
+ this.btnGeneral.Location = new System.Drawing.Point(0, 0);
+ this.btnGeneral.Margin = new System.Windows.Forms.Padding(2);
+ this.btnGeneral.Name = "btnGeneral";
+ this.btnGeneral.Size = new System.Drawing.Size(151, 19);
+ this.btnGeneral.TabIndex = 93;
+ this.btnGeneral.Text = "General";
+ this.btnGeneral.Click += new System.EventHandler(this.btnGeneral_Click);
+ //
+ // formatInfoListBindingSource
+ //
+ this.formatInfoListBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.FormatInfo);
+ //
+ // frmVersionsProperties
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ 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(662, 370);
+ this.ControlBox = false;
+ this.Controls.Add(this.panVerBtns);
+ this.Controls.Add(this.tcVersions);
+ this.Controls.Add(this.ppCbShwDefSettings);
+ this.Controls.Add(this.ppLblDefSettingsInfo);
+ this.Controls.Add(this.ppBtnCancel);
+ this.Controls.Add(this.ppBtnOK);
+ this.DoubleBuffered = true;
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
+ this.Margin = new System.Windows.Forms.Padding(2);
+ this.MaximizeBox = false;
+ this.MinimizeBox = false;
+ this.Name = "frmVersionsProperties";
+ this.ShowIcon = false;
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
+ this.Text = "Versions Properties";
+ this.Load += new System.EventHandler(this.frmVersionsProperties_Load);
+ this.Shown += new System.EventHandler(this.frmVersionsProperties_Shown);
+ ((System.ComponentModel.ISupportInitialize)(this.docVersionConfigBindingSource)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.imageCodecInfoBindingSource)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.ppNumUpDwnOvrdPrnPenWidth)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.ppNumUpDwnOverdPrnPenBoldWidth)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.ppNumUpDwnOvrdPrnPenULineWidth)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.ppNumUpDwnAdjPrnStartPos)).EndInit();
+ this.ppGpbxUserSpecCB.ResumeLayout(false);
+ this.ppGpbxUserSpecCB.PerformLayout();
+ this.ppGpbxUserSpecTxt.ResumeLayout(false);
+ this.ppGpbxUserSpecTxt.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.tcVersions)).EndInit();
+ this.tcVersions.ResumeLayout(false);
+ this.tcpFormatSettings.ResumeLayout(false);
+ this.tcpFormatSettings.PerformLayout();
+ this.tcpGeneral.ResumeLayout(false);
+ this.tcpGeneral.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.tabControlPanel5.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.ppGrdLibDocList)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.documentInfoListBindingSource)).EndInit();
+ this.tcpApplicability.ResumeLayout(false);
+ this.tcpApplicability.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.bsMiniApple)).EndInit();
+ this.panel1.ResumeLayout(false);
+ this.panel2.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.bsApples)).EndInit();
+ this.panVerBtns.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.ROPrefixBindingSource)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.formatInfoListBindingSource)).EndInit();
+ this.ResumeLayout(false);
+ this.PerformLayout();
}
diff --git a/PROMS/VEPROMS User Interface/frmVersionsProperties.resx b/PROMS/VEPROMS User Interface/frmVersionsProperties.resx
index a83006de..5de1648e 100644
--- a/PROMS/VEPROMS User Interface/frmVersionsProperties.resx
+++ b/PROMS/VEPROMS User Interface/frmVersionsProperties.resx
@@ -160,19 +160,19 @@ Check "Show Default Settings" to display the "default" Change Bar Custom Message
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
- YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK+wAA
- CvsBy58dkAAAAn9JREFUOE+lk2tI01EYxhf0oU8WqVEIRpaIBWJgSPUhROmippS3QkkTylsXDMW8ts3b
- 1G06daVibuqaOq0sxbBCKBSJ0PJCialZUFSKqaGSt1//TbIsww8deOBwznl+5zkv71kHiP5rGAFrKb1Q
- 5ypR6bmaVU6m2kCiXJv007Om2XgwJEaNT4QiyDi/GF9mKRVgsWkav+CYQkR1utwAQfypphqZ4l/JIhOL
- jvtGKfCOyDMB6O/WMjNea9L3MT1zIxoM5QrqdWnS1SA+kUq8w1V4hhUgqq1QMj1WtcK88KmIud5oqsqy
- qCzOQFMopSQvhRvyBApkcQLzV91E1docpr9ol29eFMz0J0Bv2Kr6C3CrVMa3jyWm2EZzc12OSQ8M2TTo
- ZdytzMCgSUVfIqFcfY2bqiSKlQmoc+JNaUSVJRlMvsvHGHuoVUx9lZKFIQkMp63UW2FtMBH6YuBVFF01
- /lwO9aoQadSpTAxkwXs596oVtD+ULx36/Qkvg6HDl/k2D2YeufCmwoELZ45MCIA9olKVmK+vJQy3JVOv
- l7M4KIae8CVAV6hgPMV8uxczLYeZbDrIaN1eJBG2nHazyDN1cZEymdHueG7rcuh8KiTpixYA56AziMVn
- J5h9coyp5kOM1TvxudqejvRNBHrY4GRnZmcCqLMT6GlJ4Y4uGwZS4IUQ97kfs62eTD12YbzBmRGDAx+0
- u+iVmyMO24njbqvG5VbOz4yjtjyL3vuRdOSKltUuX0+LbAON0o3UJFmiibPi+pXtBLrvWHR2tHZfBuSm
- xZIrPk9mfAiJlwKMleWsvxsnj+7H9YAD+xxssbexwnqbBVs2m7HV3GxlI631E9fa/wGRpaRpa3TTbQAA
- AABJRU5ErkJggg==
+ YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK9gAA
+ CvYBwq9wAwAAAnlJREFUOE+lkllIlFEYhv+LLrqySI1CMLJELBADI6qLEKVFTSm3QkkTyq0FQzHXZlxH
+ nRnXKRVzRp1GHa0sxbBCKBSJ0HKhxNQsKCrF1FDJ7el3xMntJrp44JzvnPfh4ztHAP6LDYtrSS3QOklz
+ ddzMKCNdpSdOrolfPlt3eSMCI1V4hir8F9dXY0rNk0RZVIraOyCyAKFWm+0rwloaq2WKtaJlwuIKT3uF
+ K/AIzTEI6OvSMD1WY+D3qI7ZYTX6MgV12pSkjQSeYUo8QnJxC85HqClXMjVauSo8/62Q2Z4IKkszqChK
+ Q12QRHFOInfkseTLokXHX5lQpcli6ofGGF4Qw/TFQk/whqwT3CuR8etrsTHcVJtl4Ik+k3qdjIcVaejV
+ yeiKpZSpbnE3N54iZSyqrBiDTKgoTmPiU56h7cEWCXWVSuYHpTCUspqPYm0gDnoj4V04ndU+XA9yLxfU
+ qmTG+zPgs5xHVQransqXLq1s/W0AtHsx1+rK9DNHPpTbceXCiXFRsF8oyZXw872UodYE6nRyFgYk0B2y
+ FOwMEoPnmGtzZ7r5OBONRxmpPYA01JrzzmY5hhkUKhMY6YrhvjaLjpdiJ70RouASdPiz8OoMMy9OMdl0
+ jNE6B75X2dKeuhU/VyscbExsDAJVZizdzYk80GZCfyK8Edt97c1MixuTzx0Zqz/EsN6OL5q99MhNkQTv
+ wX6fRYPxFfLSo6kpy6DncRjt2YKRNvkmmmWbaUjaQnW8OepoC27f2IWfy+6FQ/aWLkZBdkoU2ZLLpMcE
+ EnfNd3GyXPRx5uzJwzgdseOgnTW2VhZY7jRj+zYTdpiaiLkV/2Dl5t9B+AO9D9E7AVpHGAAAAABJRU5E
+ rkJggg==
@@ -190,31 +190,31 @@ Check "Show Default Settings" to display the "default" duplexing setting (below
237, 56
+
+
+ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
+ YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK9gAA
+ CvYBwq9wAwAAAf5JREFUOE+lkN9LU1EAx89/UA9FEEZQDyJID8YesoQkQspBgS9FmYzsrSynZeyhhyZh
+ WLQIx+7lFst17zLMH3dzrvDHVopbNYIGQkUON5W2wMGKQeL27ZwzM667DMOHLwfO4fP5fjkEwJaie8nS
+ /+zBIRr0Pb0HWeqC026FaLsFe7eFxSL5BSjBgdJwdt66nl9fO5D5dAkf1SYuYbAYfVQaNp87qoHT4dP4
+ MXkYSV8FrPIN3Aw0grh9H8CijLyDMjSOv/A1Uz0/284e0cALajlmXWVo6WnGZW8DiDLyHvl8HqnUggaO
+ Ryy4ajJyuLXxOGJqFULCHni6duNKw16c6TyF5n4jiOwJcwGDF6N3ODzuH6TnScwFTVzCJh8s34nqyu0w
+ VOxC5b4dD4+118DkrgfpHZ7Bai6PZDKOzusXkEjEkKWfEQ694ZLZvgOoM+yH4BqE4cRF+lL4KyowG2/X
+ gjiHpjmwMemVHKangjCfr0VkLoNAdFkjYKGSbeTJwNti+HcOi5kVfP6epfBPDquhVJGAhUgvAhySlFE4
+ XD4O2yQP7gsquh3D65EnlvQFwvOJf810Nmv+wpsLs1mzQmHRm9AXOJSxwgLZD0evj8O2x3SBqF1gexnT
+ F9jl17R5FUusOVlonlxrZrNFb5zDd93f9AU9rlf8YbMpEmy8+L+A/AE5KOsc7ftckgAAAABJRU5ErkJg
+ gg==
+
+
+
+ 357, 56
+
118, 17
17, 17
-
- 357, 56
-
-
-
- iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
- YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK+wAA
- CvsBy58dkAAAAg9JREFUOE+lk91LU2EAxo9/QV4kgSiBXYggXhS7sBIUiUgHCd4UZTG0u9Ka9sEuumgS
- homLcOwcTqGuc5bh59lcM1K3VNoqERoIFjnaVNwEB0sGDbfH933nhLlTBA0eDpzD7/c8nLM3DwD3Xz8q
- UMvwq95KEgwNPIUkdqHfbIRgeghzt4HGILp4yJ7Rv8Pxn0ZksvP9PmJfb2BJuc4kFBb8z3MFmWYK6q9U
- M0EGjvoasDV7BmFnGYzSPTxwN4GzOb+ARp78BHl8GnQ2hW7r6tm1/fJZ1pyB15RSLFuL0NrXgpuORnDy
- 5GekUilEImtZcHDRgDadlsF3ms4hoJyEly+GvasQtxqP41LnRbQMa8FJdh8T0OZ1/2PWPO0aI9c6rHp0
- TEInnyotwOnyfGjKjqG85Oiz2o4q6Gz14AYnPmI3mUI4HETn3WsIhQKIk8/i835gkuWhCpzXnABvHYPm
- QjN5kn5vRKDXPqoB1z++wIDDiSaSWJj3QH+1BourMbj921mCfckR7uXoXC78O4n1WAIrm3EC/2Kw4o3k
- CNifUHzjZgJRfguL1YkogU2iHT28gm7LxEGkmQ11Af965mABnU2bv7Hm9GzaLBNYcITUBRb5fXqB5IJl
- 0Mlg0wuyQMheYBoJqAvM0jtEE7vYoM3hdPPsfjOdLTiCoPAT2w91QZ91ij341xw+eKon8U8nVO3+Hg2+
- vkpiAWfjAAAAAElFTkSuQmCC
-
-
238, 17
@@ -224,4 +224,7 @@ Check "Show Default Settings" to display the "default" duplexing setting (below
969, 17
+
+ 87
+
\ No newline at end of file
diff --git a/PROMS/VEPROMS.CSLA.Library/Config/ConfigEnum.cs b/PROMS/VEPROMS.CSLA.Library/Config/ConfigEnum.cs
index c194a9b3..68280852 100644
--- a/PROMS/VEPROMS.CSLA.Library/Config/ConfigEnum.cs
+++ b/PROMS/VEPROMS.CSLA.Library/Config/ConfigEnum.cs
@@ -29,7 +29,7 @@ namespace VEPROMS.CSLA.Library
Without,
[Description("With Default Change Bars")]
WithDefault,
- [Description("With Custom Change Bar Text")]
+ [Description("Override Change Bar Text Type")]
WithUserSpecified
}
// User Specified Change Bar Location from16-bit code: