Turn on Default button next to the format drop down if selected format is not the default. Fixed positioning of OK and Cancel buttons

This commit is contained in:
John Jenko 2016-04-18 20:24:59 +00:00
parent 309ac8f303
commit 425afb365b
6 changed files with 735 additions and 652 deletions

View File

@ -155,6 +155,10 @@ namespace VEPROMS
this.btnRefObjs = new DevComponents.DotNetBar.ButtonX(); this.btnRefObjs = new DevComponents.DotNetBar.ButtonX();
this.btnGeneral = new DevComponents.DotNetBar.ButtonX(); this.btnGeneral = new DevComponents.DotNetBar.ButtonX();
this.tcFolder = new DevComponents.DotNetBar.TabControl(); this.tcFolder = new DevComponents.DotNetBar.TabControl();
this.tcpFmtSettings = new DevComponents.DotNetBar.TabControlPanel();
this.tiFmtSettings = new DevComponents.DotNetBar.TabItem(this.components);
this.tcpGeneral = new DevComponents.DotNetBar.TabControlPanel();
this.tiGeneral = new DevComponents.DotNetBar.TabItem(this.components);
this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel(); this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
this.btnAnnoTypeApply = new DevComponents.DotNetBar.ButtonX(); this.btnAnnoTypeApply = new DevComponents.DotNetBar.ButtonX();
this.txbxRemoveMsg = new DevComponents.DotNetBar.Controls.TextBoxX(); this.txbxRemoveMsg = new DevComponents.DotNetBar.Controls.TextBoxX();
@ -165,8 +169,14 @@ namespace VEPROMS
this.tbxAnnotationDescription = new System.Windows.Forms.TextBox(); this.tbxAnnotationDescription = new System.Windows.Forms.TextBox();
this.lbAnnotationTypes = new System.Windows.Forms.ListBox(); this.lbAnnotationTypes = new System.Windows.Forms.ListBox();
this.tiAnnoTypes = new DevComponents.DotNetBar.TabItem(this.components); this.tiAnnoTypes = new DevComponents.DotNetBar.TabItem(this.components);
this.tcpGeneral = new DevComponents.DotNetBar.TabControlPanel(); this.tcpRefObjs = new DevComponents.DotNetBar.TabControlPanel();
this.tiGeneral = new DevComponents.DotNetBar.TabItem(this.components); this.tiRefObj = new DevComponents.DotNetBar.TabItem(this.components);
this.tcpEdSettings = new DevComponents.DotNetBar.TabControlPanel();
this.tiEditSettings = new DevComponents.DotNetBar.TabItem(this.components);
this.tcpStMsg = new DevComponents.DotNetBar.TabControlPanel();
this.tiStMsg = new DevComponents.DotNetBar.TabItem(this.components);
this.tcpOutputSettings = new DevComponents.DotNetBar.TabControlPanel();
this.tiOutputSettings = new DevComponents.DotNetBar.TabItem(this.components);
this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel(); this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
this.btnRevisionStageApply = new DevComponents.DotNetBar.ButtonX(); this.btnRevisionStageApply = new DevComponents.DotNetBar.ButtonX();
this.gpApprvStageTypes = new DevComponents.DotNetBar.Controls.GroupPanel(); this.gpApprvStageTypes = new DevComponents.DotNetBar.Controls.GroupPanel();
@ -176,16 +186,6 @@ namespace VEPROMS
this.tbRevisionStage = new System.Windows.Forms.TextBox(); this.tbRevisionStage = new System.Windows.Forms.TextBox();
this.lbRevisionStages = new System.Windows.Forms.ListBox(); this.lbRevisionStages = new System.Windows.Forms.ListBox();
this.tiRevisionStages = new DevComponents.DotNetBar.TabItem(this.components); this.tiRevisionStages = 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.tcpEdSettings = new DevComponents.DotNetBar.TabControlPanel();
this.tiEditSettings = new DevComponents.DotNetBar.TabItem(this.components);
this.tcpFmtSettings = new DevComponents.DotNetBar.TabControlPanel();
this.tiFmtSettings = new DevComponents.DotNetBar.TabItem(this.components);
this.tcpStMsg = new DevComponents.DotNetBar.TabControlPanel();
this.tiStMsg = new DevComponents.DotNetBar.TabItem(this.components);
this.formatInfoListBindingSource = new System.Windows.Forms.BindingSource(this.components); this.formatInfoListBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.annotationTypesBindingSource = new System.Windows.Forms.BindingSource(this.components); this.annotationTypesBindingSource = new System.Windows.Forms.BindingSource(this.components);
((System.ComponentModel.ISupportInitialize)(this.folderConfigBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.folderConfigBindingSource)).BeginInit();
@ -205,15 +205,15 @@ namespace VEPROMS
this.panButtons.SuspendLayout(); this.panButtons.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tcFolder)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tcFolder)).BeginInit();
this.tcFolder.SuspendLayout(); this.tcFolder.SuspendLayout();
this.tabControlPanel1.SuspendLayout(); this.tcpFmtSettings.SuspendLayout();
this.tcpGeneral.SuspendLayout(); this.tcpGeneral.SuspendLayout();
this.tabControlPanel2.SuspendLayout(); this.tabControlPanel1.SuspendLayout();
this.gpApprvStageTypes.SuspendLayout();
this.tcpOutputSettings.SuspendLayout();
this.tcpRefObjs.SuspendLayout(); this.tcpRefObjs.SuspendLayout();
this.tcpEdSettings.SuspendLayout(); this.tcpEdSettings.SuspendLayout();
this.tcpFmtSettings.SuspendLayout();
this.tcpStMsg.SuspendLayout(); this.tcpStMsg.SuspendLayout();
this.tcpOutputSettings.SuspendLayout();
this.tabControlPanel2.SuspendLayout();
this.gpApprvStageTypes.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.formatInfoListBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.formatInfoListBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.annotationTypesBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.annotationTypesBindingSource)).BeginInit();
this.SuspendLayout(); this.SuspendLayout();
@ -221,10 +221,10 @@ namespace VEPROMS
// ppBtnOK // ppBtnOK
// //
this.ppBtnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.ppBtnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.ppBtnOK.Location = new System.Drawing.Point(539, 280); this.ppBtnOK.Location = new System.Drawing.Point(539, 268);
this.ppBtnOK.Margin = new System.Windows.Forms.Padding(2); this.ppBtnOK.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnOK.Name = "ppBtnOK"; this.ppBtnOK.Name = "ppBtnOK";
this.ppBtnOK.Size = new System.Drawing.Size(56, 21); this.ppBtnOK.Size = new System.Drawing.Size(56, 25);
this.ppBtnOK.TabIndex = 90; this.ppBtnOK.TabIndex = 90;
this.ppBtnOK.Text = "OK"; this.ppBtnOK.Text = "OK";
this.ppBtnOK.UseVisualStyleBackColor = true; this.ppBtnOK.UseVisualStyleBackColor = true;
@ -234,10 +234,10 @@ namespace VEPROMS
// //
this.ppBtnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 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.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.ppBtnCancel.Location = new System.Drawing.Point(610, 280); this.ppBtnCancel.Location = new System.Drawing.Point(610, 268);
this.ppBtnCancel.Margin = new System.Windows.Forms.Padding(2); this.ppBtnCancel.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnCancel.Name = "ppBtnCancel"; this.ppBtnCancel.Name = "ppBtnCancel";
this.ppBtnCancel.Size = new System.Drawing.Size(56, 21); this.ppBtnCancel.Size = new System.Drawing.Size(56, 25);
this.ppBtnCancel.TabIndex = 91; this.ppBtnCancel.TabIndex = 91;
this.ppBtnCancel.Text = "Cancel"; this.ppBtnCancel.Text = "Cancel";
this.ppBtnCancel.UseVisualStyleBackColor = true; this.ppBtnCancel.UseVisualStyleBackColor = true;
@ -365,10 +365,11 @@ namespace VEPROMS
this.ppCmbxGrphFileExt.DisplayMember = "FilenameExtension"; this.ppCmbxGrphFileExt.DisplayMember = "FilenameExtension";
this.ppCmbxGrphFileExt.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.ppCmbxGrphFileExt.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.ppCmbxGrphFileExt.FormattingEnabled = true; this.ppCmbxGrphFileExt.FormattingEnabled = true;
this.ppCmbxGrphFileExt.ItemHeight = 14;
this.ppCmbxGrphFileExt.Location = new System.Drawing.Point(128, 30); this.ppCmbxGrphFileExt.Location = new System.Drawing.Point(128, 30);
this.ppCmbxGrphFileExt.Margin = new System.Windows.Forms.Padding(2); this.ppCmbxGrphFileExt.Margin = new System.Windows.Forms.Padding(2);
this.ppCmbxGrphFileExt.Name = "ppCmbxGrphFileExt"; this.ppCmbxGrphFileExt.Name = "ppCmbxGrphFileExt";
this.ppCmbxGrphFileExt.Size = new System.Drawing.Size(192, 21); this.ppCmbxGrphFileExt.Size = new System.Drawing.Size(192, 20);
this.ppCmbxGrphFileExt.TabIndex = 20; this.ppCmbxGrphFileExt.TabIndex = 20;
this.ppCmbxGrphFileExt.ValueMember = "FormatDescription"; this.ppCmbxGrphFileExt.ValueMember = "FormatDescription";
this.ppCmbxGrphFileExt.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.ppCmbxGrphFileExt.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)));
@ -440,10 +441,11 @@ namespace VEPROMS
this.ppCmbxWatermark.DisplayMember = "Text"; this.ppCmbxWatermark.DisplayMember = "Text";
this.ppCmbxWatermark.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.ppCmbxWatermark.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.ppCmbxWatermark.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ppCmbxWatermark.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.ppCmbxWatermark.ItemHeight = 14;
this.ppCmbxWatermark.Location = new System.Drawing.Point(79, 16); this.ppCmbxWatermark.Location = new System.Drawing.Point(79, 16);
this.ppCmbxWatermark.Margin = new System.Windows.Forms.Padding(2); this.ppCmbxWatermark.Margin = new System.Windows.Forms.Padding(2);
this.ppCmbxWatermark.Name = "ppCmbxWatermark"; this.ppCmbxWatermark.Name = "ppCmbxWatermark";
this.ppCmbxWatermark.Size = new System.Drawing.Size(123, 21); this.ppCmbxWatermark.Size = new System.Drawing.Size(123, 20);
this.ppCmbxWatermark.TabIndex = 30; this.ppCmbxWatermark.TabIndex = 30;
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.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.WatermarkText = "select watermark option";
@ -677,10 +679,11 @@ namespace VEPROMS
this.ppCmbxStMsgList.DisplayMember = "Text"; this.ppCmbxStMsgList.DisplayMember = "Text";
this.ppCmbxStMsgList.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.ppCmbxStMsgList.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.ppCmbxStMsgList.FormattingEnabled = true; this.ppCmbxStMsgList.FormattingEnabled = true;
this.ppCmbxStMsgList.ItemHeight = 14;
this.ppCmbxStMsgList.Location = new System.Drawing.Point(13, 27); this.ppCmbxStMsgList.Location = new System.Drawing.Point(13, 27);
this.ppCmbxStMsgList.Margin = new System.Windows.Forms.Padding(2); this.ppCmbxStMsgList.Margin = new System.Windows.Forms.Padding(2);
this.ppCmbxStMsgList.Name = "ppCmbxStMsgList"; this.ppCmbxStMsgList.Name = "ppCmbxStMsgList";
this.ppCmbxStMsgList.Size = new System.Drawing.Size(468, 21); this.ppCmbxStMsgList.Size = new System.Drawing.Size(468, 20);
this.ppCmbxStMsgList.TabIndex = 40; this.ppCmbxStMsgList.TabIndex = 40;
this.ppCmbxStMsgList.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.ppCmbxStMsgList.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.ppCmbxStMsgList.WatermarkText = "select a startup message or press \"new\" to create one"; this.ppCmbxStMsgList.WatermarkText = "select a startup message or press \"new\" to create one";
@ -719,10 +722,11 @@ namespace VEPROMS
this.ppCmbxChangeBarType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.ppCmbxChangeBarType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.ppCmbxChangeBarType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ppCmbxChangeBarType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.ppCmbxChangeBarType.FormattingEnabled = true; this.ppCmbxChangeBarType.FormattingEnabled = true;
this.ppCmbxChangeBarType.ItemHeight = 14;
this.ppCmbxChangeBarType.Location = new System.Drawing.Point(81, 62); this.ppCmbxChangeBarType.Location = new System.Drawing.Point(81, 62);
this.ppCmbxChangeBarType.Margin = new System.Windows.Forms.Padding(2); this.ppCmbxChangeBarType.Margin = new System.Windows.Forms.Padding(2);
this.ppCmbxChangeBarType.Name = "ppCmbxChangeBarType"; this.ppCmbxChangeBarType.Name = "ppCmbxChangeBarType";
this.ppCmbxChangeBarType.Size = new System.Drawing.Size(240, 21); this.ppCmbxChangeBarType.Size = new System.Drawing.Size(240, 20);
this.ppCmbxChangeBarType.TabIndex = 52; this.ppCmbxChangeBarType.TabIndex = 52;
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.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.WatermarkText = "select change bar setting";
@ -731,7 +735,7 @@ namespace VEPROMS
// ppBtnDefaultFmt // ppBtnDefaultFmt
// //
this.ppBtnDefaultFmt.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.ppBtnDefaultFmt.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.ppBtnDefaultFmt.Location = new System.Drawing.Point(456, 21); this.ppBtnDefaultFmt.Location = new System.Drawing.Point(454, 21);
this.ppBtnDefaultFmt.Margin = new System.Windows.Forms.Padding(2); this.ppBtnDefaultFmt.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnDefaultFmt.Name = "ppBtnDefaultFmt"; this.ppBtnDefaultFmt.Name = "ppBtnDefaultFmt";
this.ppBtnDefaultFmt.Size = new System.Drawing.Size(44, 20); this.ppBtnDefaultFmt.Size = new System.Drawing.Size(44, 20);
@ -750,10 +754,11 @@ namespace VEPROMS
this.ppCmbxFormat.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.ppCmbxFormat.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.ppCmbxFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ppCmbxFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.ppCmbxFormat.FormattingEnabled = true; this.ppCmbxFormat.FormattingEnabled = true;
this.ppCmbxFormat.ItemHeight = 14;
this.ppCmbxFormat.Location = new System.Drawing.Point(15, 22); this.ppCmbxFormat.Location = new System.Drawing.Point(15, 22);
this.ppCmbxFormat.Margin = new System.Windows.Forms.Padding(2); this.ppCmbxFormat.Margin = new System.Windows.Forms.Padding(2);
this.ppCmbxFormat.Name = "ppCmbxFormat"; this.ppCmbxFormat.Name = "ppCmbxFormat";
this.ppCmbxFormat.Size = new System.Drawing.Size(434, 21); this.ppCmbxFormat.Size = new System.Drawing.Size(434, 20);
this.superTooltip1.SetSuperTooltip(this.ppCmbxFormat, new DevComponents.DotNetBar.SuperTooltipInfo("Format Selection", "", resources.GetString("ppCmbxFormat.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.System)); this.superTooltip1.SetSuperTooltip(this.ppCmbxFormat, new DevComponents.DotNetBar.SuperTooltipInfo("Format Selection", "", resources.GetString("ppCmbxFormat.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.System));
this.ppCmbxFormat.TabIndex = 50; this.ppCmbxFormat.TabIndex = 50;
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.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)));
@ -827,10 +832,11 @@ namespace VEPROMS
this.ppCmbxChgBarTxtType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.ppCmbxChgBarTxtType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.ppCmbxChgBarTxtType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ppCmbxChgBarTxtType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.ppCmbxChgBarTxtType.FormattingEnabled = true; this.ppCmbxChgBarTxtType.FormattingEnabled = true;
this.ppCmbxChgBarTxtType.ItemHeight = 14;
this.ppCmbxChgBarTxtType.Location = new System.Drawing.Point(64, 21); this.ppCmbxChgBarTxtType.Location = new System.Drawing.Point(64, 21);
this.ppCmbxChgBarTxtType.Margin = new System.Windows.Forms.Padding(2); this.ppCmbxChgBarTxtType.Margin = new System.Windows.Forms.Padding(2);
this.ppCmbxChgBarTxtType.Name = "ppCmbxChgBarTxtType"; this.ppCmbxChgBarTxtType.Name = "ppCmbxChgBarTxtType";
this.ppCmbxChgBarTxtType.Size = new System.Drawing.Size(161, 21); this.ppCmbxChgBarTxtType.Size = new System.Drawing.Size(161, 20);
this.ppCmbxChgBarTxtType.TabIndex = 54; 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.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.WatermarkText = "select change bar text type";
@ -843,10 +849,11 @@ namespace VEPROMS
this.ppCmbxChgBarPos.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.ppCmbxChgBarPos.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.ppCmbxChgBarPos.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ppCmbxChgBarPos.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.ppCmbxChgBarPos.FormattingEnabled = true; this.ppCmbxChgBarPos.FormattingEnabled = true;
this.ppCmbxChgBarPos.ItemHeight = 14;
this.ppCmbxChgBarPos.Location = new System.Drawing.Point(62, 72); this.ppCmbxChgBarPos.Location = new System.Drawing.Point(62, 72);
this.ppCmbxChgBarPos.Margin = new System.Windows.Forms.Padding(2); this.ppCmbxChgBarPos.Margin = new System.Windows.Forms.Padding(2);
this.ppCmbxChgBarPos.Name = "ppCmbxChgBarPos"; this.ppCmbxChgBarPos.Name = "ppCmbxChgBarPos";
this.ppCmbxChgBarPos.Size = new System.Drawing.Size(139, 21); this.ppCmbxChgBarPos.Size = new System.Drawing.Size(139, 20);
this.ppCmbxChgBarPos.TabIndex = 61; this.ppCmbxChgBarPos.TabIndex = 61;
this.ppCmbxChgBarPos.TabStop = false; this.ppCmbxChgBarPos.TabStop = false;
this.ppCmbxChgBarPos.Visible = false; this.ppCmbxChgBarPos.Visible = false;
@ -1258,10 +1265,11 @@ namespace VEPROMS
this.ppCmbxStpEditorCols.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.ppCmbxStpEditorCols.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.ppCmbxStpEditorCols.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ppCmbxStpEditorCols.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.ppCmbxStpEditorCols.FormattingEnabled = true; this.ppCmbxStpEditorCols.FormattingEnabled = true;
this.ppCmbxStpEditorCols.ItemHeight = 14;
this.ppCmbxStpEditorCols.Location = new System.Drawing.Point(145, 21); this.ppCmbxStpEditorCols.Location = new System.Drawing.Point(145, 21);
this.ppCmbxStpEditorCols.Margin = new System.Windows.Forms.Padding(2); this.ppCmbxStpEditorCols.Margin = new System.Windows.Forms.Padding(2);
this.ppCmbxStpEditorCols.Name = "ppCmbxStpEditorCols"; this.ppCmbxStpEditorCols.Name = "ppCmbxStpEditorCols";
this.ppCmbxStpEditorCols.Size = new System.Drawing.Size(128, 21); this.ppCmbxStpEditorCols.Size = new System.Drawing.Size(128, 20);
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" + 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.TabIndex = 60;
@ -1473,7 +1481,7 @@ namespace VEPROMS
this.ppLblDefSettingsInfo.AutoSize = true; 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.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.ForeColor = System.Drawing.Color.MidnightBlue;
this.ppLblDefSettingsInfo.Location = new System.Drawing.Point(1, 304); this.ppLblDefSettingsInfo.Location = new System.Drawing.Point(1, 302);
this.ppLblDefSettingsInfo.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.ppLblDefSettingsInfo.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.ppLblDefSettingsInfo.Name = "ppLblDefSettingsInfo"; this.ppLblDefSettingsInfo.Name = "ppLblDefSettingsInfo";
this.ppLblDefSettingsInfo.Size = new System.Drawing.Size(179, 13); this.ppLblDefSettingsInfo.Size = new System.Drawing.Size(179, 13);
@ -1483,6 +1491,7 @@ namespace VEPROMS
// //
// superTooltip1 // superTooltip1
// //
this.superTooltip1.DefaultTooltipSettings = new DevComponents.DotNetBar.SuperTooltipInfo("", "", "", null, null, DevComponents.DotNetBar.eTooltipColor.Gray);
this.superTooltip1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"; this.superTooltip1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
// //
// ppCbShwDefSettings // ppCbShwDefSettings
@ -1492,7 +1501,7 @@ namespace VEPROMS
// //
// //
this.ppCbShwDefSettings.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ppCbShwDefSettings.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.ppCbShwDefSettings.Location = new System.Drawing.Point(3, 319); this.ppCbShwDefSettings.Location = new System.Drawing.Point(3, 317);
this.ppCbShwDefSettings.Margin = new System.Windows.Forms.Padding(2); this.ppCbShwDefSettings.Margin = new System.Windows.Forms.Padding(2);
this.ppCbShwDefSettings.Name = "ppCbShwDefSettings"; this.ppCbShwDefSettings.Name = "ppCbShwDefSettings";
this.ppCbShwDefSettings.Size = new System.Drawing.Size(177, 19); this.ppCbShwDefSettings.Size = new System.Drawing.Size(177, 19);
@ -1516,6 +1525,7 @@ namespace VEPROMS
this.groupPanel2.Controls.Add(this.ppNumUpDwnAdjPrnStartPos); this.groupPanel2.Controls.Add(this.ppNumUpDwnAdjPrnStartPos);
this.groupPanel2.Controls.Add(this.ppNumUpDwnOverdPrnPenBoldWidth); this.groupPanel2.Controls.Add(this.ppNumUpDwnOverdPrnPenBoldWidth);
this.groupPanel2.Controls.Add(this.ppNumUpDwnOvrdPrnPenULineWidth); this.groupPanel2.Controls.Add(this.ppNumUpDwnOvrdPrnPenULineWidth);
this.groupPanel2.DisabledBackColor = System.Drawing.Color.Empty;
this.groupPanel2.Location = new System.Drawing.Point(16, 68); this.groupPanel2.Location = new System.Drawing.Point(16, 68);
this.groupPanel2.Margin = new System.Windows.Forms.Padding(2); this.groupPanel2.Margin = new System.Windows.Forms.Padding(2);
this.groupPanel2.Name = "groupPanel2"; this.groupPanel2.Name = "groupPanel2";
@ -1567,6 +1577,7 @@ namespace VEPROMS
this.ppGpbxUserSpecCB.Controls.Add(this.ppLblChgBarTxtTypeDefault); this.ppGpbxUserSpecCB.Controls.Add(this.ppLblChgBarTxtTypeDefault);
this.ppGpbxUserSpecCB.Controls.Add(this.label27); this.ppGpbxUserSpecCB.Controls.Add(this.label27);
this.ppGpbxUserSpecCB.Controls.Add(this.ppLblChgBarPosDefault); this.ppGpbxUserSpecCB.Controls.Add(this.ppLblChgBarPosDefault);
this.ppGpbxUserSpecCB.DisabledBackColor = System.Drawing.Color.Empty;
this.ppGpbxUserSpecCB.Location = new System.Drawing.Point(5, 101); this.ppGpbxUserSpecCB.Location = new System.Drawing.Point(5, 101);
this.ppGpbxUserSpecCB.Margin = new System.Windows.Forms.Padding(2); this.ppGpbxUserSpecCB.Margin = new System.Windows.Forms.Padding(2);
this.ppGpbxUserSpecCB.Name = "ppGpbxUserSpecCB"; this.ppGpbxUserSpecCB.Name = "ppGpbxUserSpecCB";
@ -1615,6 +1626,7 @@ namespace VEPROMS
this.ppGpbxUserSpecTxt.Controls.Add(this.label25); this.ppGpbxUserSpecTxt.Controls.Add(this.label25);
this.ppGpbxUserSpecTxt.Controls.Add(this.ppLblChgBarUserMsgOneDefault); this.ppGpbxUserSpecTxt.Controls.Add(this.ppLblChgBarUserMsgOneDefault);
this.ppGpbxUserSpecTxt.Controls.Add(this.label24); this.ppGpbxUserSpecTxt.Controls.Add(this.label24);
this.ppGpbxUserSpecTxt.DisabledBackColor = System.Drawing.Color.Empty;
this.ppGpbxUserSpecTxt.Location = new System.Drawing.Point(277, 5); this.ppGpbxUserSpecTxt.Location = new System.Drawing.Point(277, 5);
this.ppGpbxUserSpecTxt.Margin = new System.Windows.Forms.Padding(2); this.ppGpbxUserSpecTxt.Margin = new System.Windows.Forms.Padding(2);
this.ppGpbxUserSpecTxt.Name = "ppGpbxUserSpecTxt"; this.ppGpbxUserSpecTxt.Name = "ppGpbxUserSpecTxt";
@ -1660,6 +1672,7 @@ namespace VEPROMS
this.groupPanel6.Controls.Add(this.label36); this.groupPanel6.Controls.Add(this.label36);
this.groupPanel6.Controls.Add(this.ppPanelViewSample); this.groupPanel6.Controls.Add(this.ppPanelViewSample);
this.groupPanel6.Controls.Add(this.ppPanelEditSample); this.groupPanel6.Controls.Add(this.ppPanelEditSample);
this.groupPanel6.DisabledBackColor = System.Drawing.Color.Empty;
this.groupPanel6.Location = new System.Drawing.Point(21, 91); this.groupPanel6.Location = new System.Drawing.Point(21, 91);
this.groupPanel6.Margin = new System.Windows.Forms.Padding(2); this.groupPanel6.Margin = new System.Windows.Forms.Padding(2);
this.groupPanel6.Name = "groupPanel6"; this.groupPanel6.Name = "groupPanel6";
@ -1869,9 +1882,9 @@ namespace VEPROMS
this.tcFolder.BackColor = System.Drawing.Color.Transparent; this.tcFolder.BackColor = System.Drawing.Color.Transparent;
this.tcFolder.CanReorderTabs = true; this.tcFolder.CanReorderTabs = true;
this.tcFolder.Controls.Add(this.tcpFmtSettings); this.tcFolder.Controls.Add(this.tcpFmtSettings);
this.tcFolder.Controls.Add(this.tcpGeneral);
this.tcFolder.Controls.Add(this.tabControlPanel1); this.tcFolder.Controls.Add(this.tabControlPanel1);
this.tcFolder.Controls.Add(this.tcpRefObjs); this.tcFolder.Controls.Add(this.tcpRefObjs);
this.tcFolder.Controls.Add(this.tcpGeneral);
this.tcFolder.Controls.Add(this.tcpEdSettings); this.tcFolder.Controls.Add(this.tcpEdSettings);
this.tcFolder.Controls.Add(this.tcpStMsg); this.tcFolder.Controls.Add(this.tcpStMsg);
this.tcFolder.Controls.Add(this.tcpOutputSettings); this.tcFolder.Controls.Add(this.tcpOutputSettings);
@ -1896,6 +1909,76 @@ namespace VEPROMS
this.tcFolder.TabsVisible = false; this.tcFolder.TabsVisible = false;
this.tcFolder.Text = "tabControl2"; this.tcFolder.Text = "tabControl2";
// //
// tcpFmtSettings
//
this.tcpFmtSettings.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.tcpFmtSettings.Controls.Add(this.ppGpbxUserSpecCB);
this.tcpFmtSettings.Controls.Add(this.ppBtnDefaultChgBar);
this.tcpFmtSettings.Controls.Add(this.ppCmbxChangeBarType);
this.tcpFmtSettings.Controls.Add(this.label23);
this.tcpFmtSettings.Controls.Add(this.ppBtnDefaultFmt);
this.tcpFmtSettings.Controls.Add(this.label30);
this.tcpFmtSettings.Controls.Add(this.ppCmbxFormat);
this.tcpFmtSettings.Controls.Add(this.ppLblChangeBarTypeDefault);
this.tcpFmtSettings.Controls.Add(this.ppLblFormatDefault);
this.tcpFmtSettings.DisabledBackColor = System.Drawing.Color.Empty;
this.tcpFmtSettings.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcpFmtSettings.Location = new System.Drawing.Point(0, 22);
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(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.GradientAngle = 90;
this.tcpFmtSettings.TabIndex = 5;
this.tcpFmtSettings.TabItem = this.tiFmtSettings;
this.tcpFmtSettings.Enter += new System.EventHandler(this.tabpage_Enter);
//
// tiFmtSettings
//
this.tiFmtSettings.AttachedControl = this.tcpFmtSettings;
this.tiFmtSettings.Name = "tiFmtSettings";
this.tiFmtSettings.Text = "Format Settings";
//
// 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.DisabledBackColor = System.Drawing.Color.Empty;
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";
//
// tabControlPanel1 // tabControlPanel1
// //
this.tabControlPanel1.Controls.Add(this.btnAnnoTypeApply); this.tabControlPanel1.Controls.Add(this.btnAnnoTypeApply);
@ -1906,6 +1989,7 @@ namespace VEPROMS
this.tabControlPanel1.Controls.Add(this.lblAnnoTypeCntMessage); this.tabControlPanel1.Controls.Add(this.lblAnnoTypeCntMessage);
this.tabControlPanel1.Controls.Add(this.tbxAnnotationDescription); this.tabControlPanel1.Controls.Add(this.tbxAnnotationDescription);
this.tabControlPanel1.Controls.Add(this.lbAnnotationTypes); this.tabControlPanel1.Controls.Add(this.lbAnnotationTypes);
this.tabControlPanel1.DisabledBackColor = System.Drawing.Color.Empty;
this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControlPanel1.Location = new System.Drawing.Point(0, 22); this.tabControlPanel1.Location = new System.Drawing.Point(0, 22);
this.tabControlPanel1.Margin = new System.Windows.Forms.Padding(2); this.tabControlPanel1.Margin = new System.Windows.Forms.Padding(2);
@ -2037,38 +2121,138 @@ namespace VEPROMS
this.tiAnnoTypes.Text = "AnnotationTypes"; this.tiAnnoTypes.Text = "AnnotationTypes";
this.tiAnnoTypes.Click += new System.EventHandler(this.tiAnnoTypes_Click); this.tiAnnoTypes.Click += new System.EventHandler(this.tiAnnoTypes_Click);
// //
// tcpGeneral // tcpRefObjs
// //
this.tcpGeneral.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007; this.tcpRefObjs.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.tcpGeneral.Controls.Add(this.ppTxtBxUserID); this.tcpRefObjs.Controls.Add(this.ppBtnDefaultGrphFileExt);
this.tcpGeneral.Controls.Add(this.ppDTPicker); this.tcpRefObjs.Controls.Add(this.ppCmbxGrphFileExt);
this.tcpGeneral.Controls.Add(this.label3); this.tcpRefObjs.Controls.Add(this.ppLblGrphFileExtDefault);
this.tcpGeneral.Controls.Add(this.ppRTxtHeading); this.tcpRefObjs.Controls.Add(this.lblGrphFileExt);
this.tcpGeneral.Controls.Add(this.ppRTxtName); this.tcpRefObjs.DisabledBackColor = System.Drawing.Color.Empty;
this.tcpGeneral.Controls.Add(this.label4); this.tcpRefObjs.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcpGeneral.Controls.Add(this.lblHeading); this.tcpRefObjs.Location = new System.Drawing.Point(0, 22);
this.tcpGeneral.Controls.Add(this.label2); this.tcpRefObjs.Margin = new System.Windows.Forms.Padding(2);
this.tcpGeneral.Dock = System.Windows.Forms.DockStyle.Fill; this.tcpRefObjs.Name = "tcpRefObjs";
this.tcpGeneral.Location = new System.Drawing.Point(0, 22); this.tcpRefObjs.Padding = new System.Windows.Forms.Padding(1);
this.tcpGeneral.Margin = new System.Windows.Forms.Padding(2); this.tcpRefObjs.Size = new System.Drawing.Size(510, 236);
this.tcpGeneral.Name = "tcpGeneral"; this.tcpRefObjs.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
this.tcpGeneral.Padding = new System.Windows.Forms.Padding(1); this.tcpRefObjs.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
this.tcpGeneral.Size = new System.Drawing.Size(510, 236); this.tcpRefObjs.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.tcpGeneral.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254))))); this.tcpRefObjs.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
this.tcpGeneral.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227))))); this.tcpRefObjs.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
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))); | DevComponents.DotNetBar.eBorderSide.Bottom)));
this.tcpGeneral.Style.GradientAngle = 90; this.tcpRefObjs.Style.GradientAngle = 90;
this.tcpGeneral.TabIndex = 1; this.tcpRefObjs.TabIndex = 2;
this.tcpGeneral.TabItem = this.tiGeneral; this.tcpRefObjs.TabItem = this.tiRefObj;
this.tcpRefObjs.Enter += new System.EventHandler(this.tabpage_Enter);
// //
// tiGeneral // tiRefObj
// //
this.tiGeneral.AttachedControl = this.tcpGeneral; this.tiRefObj.AttachedControl = this.tcpRefObjs;
this.tiGeneral.Name = "tiGeneral"; this.tiRefObj.Name = "tiRefObj";
this.tiGeneral.Text = "General"; this.tiRefObj.Text = "Referenced Objects";
//
// tcpEdSettings
//
this.tcpEdSettings.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.tcpEdSettings.Controls.Add(this.groupPanel6);
this.tcpEdSettings.Controls.Add(this.label31);
this.tcpEdSettings.Controls.Add(this.ppBtnDefEdCols);
this.tcpEdSettings.Controls.Add(this.ppLblStpEditorColsDefault);
this.tcpEdSettings.Controls.Add(this.ppCmbxStpEditorCols);
this.tcpEdSettings.DisabledBackColor = System.Drawing.Color.Empty;
this.tcpEdSettings.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcpEdSettings.Location = new System.Drawing.Point(0, 22);
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(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.GradientAngle = 90;
this.tcpEdSettings.TabIndex = 6;
this.tcpEdSettings.TabItem = this.tiEditSettings;
this.tcpEdSettings.Enter += new System.EventHandler(this.tabpage_Enter);
//
// tiEditSettings
//
this.tiEditSettings.AttachedControl = this.tcpEdSettings;
this.tiEditSettings.Name = "tiEditSettings";
this.tiEditSettings.Text = "Editor Settings";
//
// tcpStMsg
//
this.tcpStMsg.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.tcpStMsg.Controls.Add(this.ppChkbxStMsgActive);
this.tcpStMsg.Controls.Add(this.label5);
this.tcpStMsg.Controls.Add(this.ppRTxtStMsg);
this.tcpStMsg.Controls.Add(this.ppCmbxStMsgList);
this.tcpStMsg.Controls.Add(this.ppBtnStMsgPreview);
this.tcpStMsg.Controls.Add(this.ppBtnStMsgNew);
this.tcpStMsg.Controls.Add(this.ppBtnStMsgSave);
this.tcpStMsg.Controls.Add(this.ppBtnStMsgEdit);
this.tcpStMsg.Controls.Add(this.ppBtnStMsgDelete);
this.tcpStMsg.DisabledBackColor = System.Drawing.Color.Empty;
this.tcpStMsg.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcpStMsg.Location = new System.Drawing.Point(0, 22);
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(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.GradientAngle = 90;
this.tcpStMsg.TabIndex = 4;
this.tcpStMsg.TabItem = this.tiStMsg;
//
// tiStMsg
//
this.tiStMsg.AttachedControl = this.tcpStMsg;
this.tiStMsg.Name = "tiStMsg";
this.tiStMsg.Text = "Startup Message";
//
// tcpOutputSettings
//
this.tcpOutputSettings.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.tcpOutputSettings.Controls.Add(this.groupPanel2);
this.tcpOutputSettings.Controls.Add(this.ppBtnDeftDisAutoDuplx);
this.tcpOutputSettings.Controls.Add(this.ppLblAutoDuplexDefault);
this.tcpOutputSettings.Controls.Add(this.ppBtnDefWatermark);
this.tcpOutputSettings.Controls.Add(this.ppChbxDisAutoDuplex);
this.tcpOutputSettings.Controls.Add(this.label29);
this.tcpOutputSettings.Controls.Add(this.ppCmbxWatermark);
this.tcpOutputSettings.Controls.Add(this.ppLblWatermarkDefault);
this.tcpOutputSettings.DisabledBackColor = System.Drawing.Color.Empty;
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(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.GradientAngle = 90;
this.tcpOutputSettings.TabIndex = 3;
this.tcpOutputSettings.TabItem = this.tiOutputSettings;
this.tcpOutputSettings.Enter += new System.EventHandler(this.tabpage_Enter);
//
// tiOutputSettings
//
this.tiOutputSettings.AttachedControl = this.tcpOutputSettings;
this.tiOutputSettings.Name = "tiOutputSettings";
this.tiOutputSettings.Text = "Output Settings";
// //
// tabControlPanel2 // tabControlPanel2
// //
@ -2079,6 +2263,7 @@ namespace VEPROMS
this.tabControlPanel2.Controls.Add(this.btnRevisionStageNew); this.tabControlPanel2.Controls.Add(this.btnRevisionStageNew);
this.tabControlPanel2.Controls.Add(this.tbRevisionStage); this.tabControlPanel2.Controls.Add(this.tbRevisionStage);
this.tabControlPanel2.Controls.Add(this.lbRevisionStages); this.tabControlPanel2.Controls.Add(this.lbRevisionStages);
this.tabControlPanel2.DisabledBackColor = System.Drawing.Color.Empty;
this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControlPanel2.Location = new System.Drawing.Point(0, 22); this.tabControlPanel2.Location = new System.Drawing.Point(0, 22);
this.tabControlPanel2.Margin = new System.Windows.Forms.Padding(2); this.tabControlPanel2.Margin = new System.Windows.Forms.Padding(2);
@ -2116,6 +2301,7 @@ namespace VEPROMS
this.gpApprvStageTypes.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007; this.gpApprvStageTypes.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.gpApprvStageTypes.Controls.Add(this.rbWorkflowStage); this.gpApprvStageTypes.Controls.Add(this.rbWorkflowStage);
this.gpApprvStageTypes.Controls.Add(this.rbApprovalStage); this.gpApprvStageTypes.Controls.Add(this.rbApprovalStage);
this.gpApprvStageTypes.DisabledBackColor = System.Drawing.Color.Empty;
this.gpApprvStageTypes.Location = new System.Drawing.Point(211, 45); this.gpApprvStageTypes.Location = new System.Drawing.Point(211, 45);
this.gpApprvStageTypes.Name = "gpApprvStageTypes"; this.gpApprvStageTypes.Name = "gpApprvStageTypes";
this.gpApprvStageTypes.Size = new System.Drawing.Size(227, 82); this.gpApprvStageTypes.Size = new System.Drawing.Size(227, 82);
@ -2220,170 +2406,6 @@ namespace VEPROMS
this.tiRevisionStages.Text = "Revision Stages"; this.tiRevisionStages.Text = "Revision Stages";
this.tiRevisionStages.Click += new System.EventHandler(this.tiRevisionStages_Click); this.tiRevisionStages.Click += new System.EventHandler(this.tiRevisionStages_Click);
// //
// tcpOutputSettings
//
this.tcpOutputSettings.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.tcpOutputSettings.Controls.Add(this.groupPanel2);
this.tcpOutputSettings.Controls.Add(this.ppBtnDeftDisAutoDuplx);
this.tcpOutputSettings.Controls.Add(this.ppLblAutoDuplexDefault);
this.tcpOutputSettings.Controls.Add(this.ppBtnDefWatermark);
this.tcpOutputSettings.Controls.Add(this.ppChbxDisAutoDuplex);
this.tcpOutputSettings.Controls.Add(this.label29);
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(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.GradientAngle = 90;
this.tcpOutputSettings.TabIndex = 3;
this.tcpOutputSettings.TabItem = this.tiOutputSettings;
this.tcpOutputSettings.Enter += new System.EventHandler(this.tabpage_Enter);
//
// tiOutputSettings
//
this.tiOutputSettings.AttachedControl = this.tcpOutputSettings;
this.tiOutputSettings.Name = "tiOutputSettings";
this.tiOutputSettings.Text = "Output Settings";
//
// tcpRefObjs
//
this.tcpRefObjs.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.tcpRefObjs.Controls.Add(this.ppBtnDefaultGrphFileExt);
this.tcpRefObjs.Controls.Add(this.ppCmbxGrphFileExt);
this.tcpRefObjs.Controls.Add(this.ppLblGrphFileExtDefault);
this.tcpRefObjs.Controls.Add(this.lblGrphFileExt);
this.tcpRefObjs.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcpRefObjs.Location = new System.Drawing.Point(0, 22);
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(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.GradientAngle = 90;
this.tcpRefObjs.TabIndex = 2;
this.tcpRefObjs.TabItem = this.tiRefObj;
this.tcpRefObjs.Enter += new System.EventHandler(this.tabpage_Enter);
//
// tiRefObj
//
this.tiRefObj.AttachedControl = this.tcpRefObjs;
this.tiRefObj.Name = "tiRefObj";
this.tiRefObj.Text = "Referenced Objects";
//
// tcpEdSettings
//
this.tcpEdSettings.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.tcpEdSettings.Controls.Add(this.groupPanel6);
this.tcpEdSettings.Controls.Add(this.label31);
this.tcpEdSettings.Controls.Add(this.ppBtnDefEdCols);
this.tcpEdSettings.Controls.Add(this.ppLblStpEditorColsDefault);
this.tcpEdSettings.Controls.Add(this.ppCmbxStpEditorCols);
this.tcpEdSettings.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcpEdSettings.Location = new System.Drawing.Point(0, 22);
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(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.GradientAngle = 90;
this.tcpEdSettings.TabIndex = 6;
this.tcpEdSettings.TabItem = this.tiEditSettings;
this.tcpEdSettings.Enter += new System.EventHandler(this.tabpage_Enter);
//
// tiEditSettings
//
this.tiEditSettings.AttachedControl = this.tcpEdSettings;
this.tiEditSettings.Name = "tiEditSettings";
this.tiEditSettings.Text = "Editor Settings";
//
// tcpFmtSettings
//
this.tcpFmtSettings.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.tcpFmtSettings.Controls.Add(this.ppGpbxUserSpecCB);
this.tcpFmtSettings.Controls.Add(this.ppBtnDefaultChgBar);
this.tcpFmtSettings.Controls.Add(this.ppCmbxChangeBarType);
this.tcpFmtSettings.Controls.Add(this.label23);
this.tcpFmtSettings.Controls.Add(this.ppBtnDefaultFmt);
this.tcpFmtSettings.Controls.Add(this.label30);
this.tcpFmtSettings.Controls.Add(this.ppCmbxFormat);
this.tcpFmtSettings.Controls.Add(this.ppLblChangeBarTypeDefault);
this.tcpFmtSettings.Controls.Add(this.ppLblFormatDefault);
this.tcpFmtSettings.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcpFmtSettings.Location = new System.Drawing.Point(0, 22);
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(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.GradientAngle = 90;
this.tcpFmtSettings.TabIndex = 5;
this.tcpFmtSettings.TabItem = this.tiFmtSettings;
this.tcpFmtSettings.Enter += new System.EventHandler(this.tabpage_Enter);
//
// tiFmtSettings
//
this.tiFmtSettings.AttachedControl = this.tcpFmtSettings;
this.tiFmtSettings.Name = "tiFmtSettings";
this.tiFmtSettings.Text = "Format Settings";
//
// tcpStMsg
//
this.tcpStMsg.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.tcpStMsg.Controls.Add(this.ppChkbxStMsgActive);
this.tcpStMsg.Controls.Add(this.label5);
this.tcpStMsg.Controls.Add(this.ppRTxtStMsg);
this.tcpStMsg.Controls.Add(this.ppCmbxStMsgList);
this.tcpStMsg.Controls.Add(this.ppBtnStMsgPreview);
this.tcpStMsg.Controls.Add(this.ppBtnStMsgNew);
this.tcpStMsg.Controls.Add(this.ppBtnStMsgSave);
this.tcpStMsg.Controls.Add(this.ppBtnStMsgEdit);
this.tcpStMsg.Controls.Add(this.ppBtnStMsgDelete);
this.tcpStMsg.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcpStMsg.Location = new System.Drawing.Point(0, 22);
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(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.GradientAngle = 90;
this.tcpStMsg.TabIndex = 4;
this.tcpStMsg.TabItem = this.tiStMsg;
//
// tiStMsg
//
this.tiStMsg.AttachedControl = this.tcpStMsg;
this.tiStMsg.Name = "tiStMsg";
this.tiStMsg.Text = "Startup Message";
//
// formatInfoListBindingSource // formatInfoListBindingSource
// //
this.formatInfoListBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.FormatInfoList); this.formatInfoListBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.FormatInfoList);
@ -2399,7 +2421,7 @@ namespace VEPROMS
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.CancelButton = this.ppBtnCancel; 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.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(677, 302); this.ClientSize = new System.Drawing.Size(669, 292);
this.ControlBox = false; this.ControlBox = false;
this.Controls.Add(this.tcFolder); this.Controls.Add(this.tcFolder);
this.Controls.Add(this.panButtons); this.Controls.Add(this.panButtons);
@ -2443,23 +2465,23 @@ namespace VEPROMS
this.panButtons.ResumeLayout(false); this.panButtons.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.tcFolder)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tcFolder)).EndInit();
this.tcFolder.ResumeLayout(false); this.tcFolder.ResumeLayout(false);
this.tabControlPanel1.ResumeLayout(false); this.tcpFmtSettings.ResumeLayout(false);
this.tabControlPanel1.PerformLayout(); this.tcpFmtSettings.PerformLayout();
this.tcpGeneral.ResumeLayout(false); this.tcpGeneral.ResumeLayout(false);
this.tcpGeneral.PerformLayout(); this.tcpGeneral.PerformLayout();
this.tabControlPanel2.ResumeLayout(false); this.tabControlPanel1.ResumeLayout(false);
this.tabControlPanel2.PerformLayout(); this.tabControlPanel1.PerformLayout();
this.gpApprvStageTypes.ResumeLayout(false);
this.tcpOutputSettings.ResumeLayout(false);
this.tcpOutputSettings.PerformLayout();
this.tcpRefObjs.ResumeLayout(false); this.tcpRefObjs.ResumeLayout(false);
this.tcpRefObjs.PerformLayout(); this.tcpRefObjs.PerformLayout();
this.tcpEdSettings.ResumeLayout(false); this.tcpEdSettings.ResumeLayout(false);
this.tcpEdSettings.PerformLayout(); this.tcpEdSettings.PerformLayout();
this.tcpFmtSettings.ResumeLayout(false);
this.tcpFmtSettings.PerformLayout();
this.tcpStMsg.ResumeLayout(false); this.tcpStMsg.ResumeLayout(false);
this.tcpStMsg.PerformLayout(); this.tcpStMsg.PerformLayout();
this.tcpOutputSettings.ResumeLayout(false);
this.tcpOutputSettings.PerformLayout();
this.tabControlPanel2.ResumeLayout(false);
this.tabControlPanel2.PerformLayout();
this.gpApprvStageTypes.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.formatInfoListBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.formatInfoListBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.annotationTypesBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.annotationTypesBindingSource)).EndInit();
this.ResumeLayout(false); this.ResumeLayout(false);

View File

@ -151,9 +151,12 @@ namespace VEPROMS
ppCmbxFormat.ValueMember = "FullName"; ppCmbxFormat.ValueMember = "FullName";
ppCmbxFormat.DataSource = FormatInfoList.SortedFormatInfoList; ppCmbxFormat.DataSource = FormatInfoList.SortedFormatInfoList;
if (_FolderConfig.FormatSelection != null) if (_FolderConfig.FormatSelection != null)
{
ppCmbxFormat.SelectedValue = _FolderConfig.FormatSelection; ppCmbxFormat.SelectedValue = _FolderConfig.FormatSelection;
ppBtnDefaultFmt.Visible = true; //bug fix B2016-102 make the default button visable if other the the default format is being used
}
else else
ppCmbxFormat.SelectedIndex = -1; ppCmbxFormat.SelectedIndex = -1; // default format
// Get the saved settings for this user // Get the saved settings for this user
// //
// This setting tells us if we should display the default values on this property page // This setting tells us if we should display the default values on this property page

View File

@ -131,9 +131,6 @@ Check "Show Default Settings" to display the "default" graphic file extension se
<metadata name="imageCodecInfoBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="imageCodecInfoBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>665, 17</value> <value>665, 17</value>
</metadata> </metadata>
<metadata name="imageCodecInfoBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>665, 17</value>
</metadata>
<data name="ppBtnDeftDisAutoDuplx.SuperTooltip" xml:space="preserve"> <data name="ppBtnDeftDisAutoDuplx.SuperTooltip" xml:space="preserve">
<value>This will revert the Disable Automatic Duplexing selection back to using the parent's (default) setting. <value>This will revert the Disable Automatic Duplexing selection back to using the parent's (default) setting.
@ -173,8 +170,8 @@ Check "Show Default Settings" to display the "default" Change Bar Custom Message
<data name="ppBtnChgTextColors.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="ppBtnChgTextColors.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK+gAA YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK+AAA
CvoBGdj/dAAAArVJREFUOE+lkV1IU2EYx0/eBHURdWXWcsxCQuqqMAwk+u6iaLlAxb78yDKllSViGllK CvgBZiY8/QAAArVJREFUOE+lkV1IU2EYx0/eBHURdWXWcsxCQuqqMAwk+u6iaLlAxb78yDKllSViGllK
iSstHZpiCWm2Jjmcjj7oQgVrGg7nYTq3NLZ0H859eN5zzj7aeTpntLXhVXTxg/d53+f/43nfFwOA/yKm iSstHZpiCWm2Jjmcjj7oQgVrGg7nYTq3NLZ0H859eN5zzj7aeTpntLXhVXTxg/d53+f/43nfFwOA/yKm
oF2yUkpfiUhdmZ/EbwZJ3e0A0pz3kIuNTdF90UQWtOttA6HJ9lHW1h9ejwrCUJZnPxFe7EfaApsVr7kV oF2yUkpfiUhdmZ/EbwZJ3e0A0pz3kIuNTdF90UQWtOttA6HJ9lHW1h9ejwrCUJZnPxFe7EfaApsVr7kV
Heb4E5aVI/xagLJ3OGlPH4oROF/7KHuna1krNi+PirykRZq5SkDOVHgp+4tFLgB9JQCNZwEUJSEB7ehm Heb4E5aVI/xagLJ3OGlPH4oROF/7KHuna1krNi+PirykRZq5SkDOVHgp+4tFLgB9JQCNZwEUJSEB7ehm

File diff suppressed because it is too large Load Diff

View File

@ -272,9 +272,12 @@ namespace VEPROMS
ppCmbxFormat.ValueMember = "FullName"; ppCmbxFormat.ValueMember = "FullName";
ppCmbxFormat.DataSource = FormatInfoList.SortedFormatInfoList; ppCmbxFormat.DataSource = FormatInfoList.SortedFormatInfoList;
if (_DocVersionConfig.FormatSelection != null) if (_DocVersionConfig.FormatSelection != null)
{
ppCmbxFormat.SelectedValue = _DocVersionConfig.FormatSelection; ppCmbxFormat.SelectedValue = _DocVersionConfig.FormatSelection;
ppBtnDefaultFmt.Visible = true; //bug fix B2016-102 make the default button visable if other the the default format is being used
}
else else
ppCmbxFormat.SelectedIndex = -1; ppCmbxFormat.SelectedIndex = -1; // default format
// Get the saved settings for this user // Get the saved settings for this user
// //

View File

@ -123,6 +123,12 @@
<metadata name="docVersionConfigBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="docVersionConfigBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>415, 17</value> <value>415, 17</value>
</metadata> </metadata>
<metadata name="docVersionConfigBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>415, 17</value>
</metadata>
<metadata name="superTooltip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>643, 17</value>
</metadata>
<data name="ppCmbxFormat.SuperTooltip" xml:space="preserve"> <data name="ppCmbxFormat.SuperTooltip" xml:space="preserve">
<value>Allows you to specify the default format to use for all procedures in this set. <value>Allows you to specify the default format to use for all procedures in this set.
@ -218,6 +224,18 @@ Check "Show Default Settings" to display the "default" duplexing setting (below
<metadata name="bsMiniApple.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="bsMiniApple.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>118, 17</value> <value>118, 17</value>
</metadata> </metadata>
<metadata name="bsMiniEnhanced.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 65</value>
</metadata>
<metadata name="bsEnhanced.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>817, 17</value>
</metadata>
<metadata name="bsMiniApple.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>118, 17</value>
</metadata>
<metadata name="bsApples.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="bsApples.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="bsApples.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value> <value>17, 17</value>
</metadata> </metadata>