B2025-050 Fixed settings that required restarting PROMS and the toggle of Sync Navigation
This commit is contained in:
@@ -30,7 +30,6 @@ namespace VEPROMS
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSysOptions));
|
||||
//this.btnCancel = new DevComponents.DotNetBar.ButtonX();
|
||||
this.btnOK = new DevComponents.DotNetBar.ButtonX();
|
||||
this.gpSystemColor = new DevComponents.DotNetBar.Controls.GroupPanel();
|
||||
this.cbRibonBlack = new DevComponents.DotNetBar.Controls.CheckBoxX();
|
||||
@@ -50,6 +49,7 @@ namespace VEPROMS
|
||||
this.gpShwRplWords = new DevComponents.DotNetBar.Controls.GroupPanel();
|
||||
this.cbShwRplWrdsColor = new DevComponents.DotNetBar.Controls.CheckBoxX();
|
||||
this.gpAnnoTypeFilter = new DevComponents.DotNetBar.Controls.GroupPanel();
|
||||
this.cbShwAnnoFilter = new DevComponents.DotNetBar.ButtonX();
|
||||
this.gpVisioPath = new DevComponents.DotNetBar.Controls.GroupPanel();
|
||||
this.txbxVisioPath = new DevComponents.DotNetBar.Controls.TextBoxX();
|
||||
this.gpSeparateWindows = new DevComponents.DotNetBar.Controls.GroupPanel();
|
||||
@@ -72,10 +72,10 @@ namespace VEPROMS
|
||||
this.cbTabbedIntrFace = new DevComponents.DotNetBar.Controls.CheckBoxX();
|
||||
this.cbButtonIntrFace = new DevComponents.DotNetBar.Controls.CheckBoxX();
|
||||
this.tiIntrFaceStngs = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.tiGeneral = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.tiStUpMsg = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
|
||||
this.tiGeneral = new DevComponents.DotNetBar.TabItem(this.components);
|
||||
this.cbUCFLForSetOnly = new DevComponents.DotNetBar.Controls.CheckBoxX();
|
||||
this.cbUCFLUseAll = new DevComponents.DotNetBar.Controls.CheckBoxX();
|
||||
this.cbUCFLOnlyImport = new DevComponents.DotNetBar.Controls.CheckBoxX();
|
||||
@@ -83,7 +83,6 @@ namespace VEPROMS
|
||||
this.cbUCFIgnore = new DevComponents.DotNetBar.Controls.CheckBoxX();
|
||||
this.btnReset = new DevComponents.DotNetBar.ButtonX();
|
||||
this.superTooltip1 = new DevComponents.DotNetBar.SuperTooltip();
|
||||
this.cbShwAnnoFilter = new DevComponents.DotNetBar.ButtonX();
|
||||
this.gpSystemColor.SuspendLayout();
|
||||
this.panButtons.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.tcSysOpts)).BeginInit();
|
||||
@@ -103,18 +102,6 @@ namespace VEPROMS
|
||||
this.gpTransRangeColor.SuspendLayout();
|
||||
this.gpPropPageStyle.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
////
|
||||
//// btnCancel
|
||||
////
|
||||
//this.btnCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
//this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
||||
//this.btnCancel.Location = new System.Drawing.Point(616, 591);
|
||||
//this.btnCancel.Margin = new System.Windows.Forms.Padding(2);
|
||||
//this.btnCancel.Name = "btnCancel";
|
||||
//this.btnCancel.Size = new System.Drawing.Size(56, 19);
|
||||
//this.btnCancel.TabIndex = 0;
|
||||
//this.btnCancel.Text = "Cancel";
|
||||
//this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
||||
//
|
||||
// btnOK
|
||||
//
|
||||
@@ -564,6 +551,18 @@ namespace VEPROMS
|
||||
this.gpAnnoTypeFilter.TabIndex = 13;
|
||||
this.gpAnnoTypeFilter.Text = "Filter Annotation Types";
|
||||
//
|
||||
// cbShwAnnoFilter
|
||||
//
|
||||
this.cbShwAnnoFilter.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.cbShwAnnoFilter.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||
this.cbShwAnnoFilter.Location = new System.Drawing.Point(25, 13);
|
||||
this.cbShwAnnoFilter.Name = "cbShwAnnoFilter";
|
||||
this.cbShwAnnoFilter.Size = new System.Drawing.Size(91, 23);
|
||||
this.cbShwAnnoFilter.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||||
this.cbShwAnnoFilter.TabIndex = 0;
|
||||
this.cbShwAnnoFilter.Text = "Open";
|
||||
this.cbShwAnnoFilter.Click += new System.EventHandler(this.cbShwAnnoFilter_Click);
|
||||
//
|
||||
// gpVisioPath
|
||||
//
|
||||
this.gpVisioPath.BackColor = System.Drawing.Color.Transparent;
|
||||
@@ -741,6 +740,7 @@ namespace VEPROMS
|
||||
this.cbEnhancedDocumentSync.Size = new System.Drawing.Size(99, 19);
|
||||
this.cbEnhancedDocumentSync.TabIndex = 9;
|
||||
this.cbEnhancedDocumentSync.Text = "Sync Navigation";
|
||||
this.cbEnhancedDocumentSync.CheckedChanged += new System.EventHandler(this.cbEnhancedDocumentSync_CheckedChanged);
|
||||
//
|
||||
// gpPasteSettings
|
||||
//
|
||||
@@ -1147,31 +1147,6 @@ namespace VEPROMS
|
||||
this.tiIntrFaceStngs.Name = "tiIntrFaceStngs";
|
||||
this.tiIntrFaceStngs.Text = "My Interface Settings";
|
||||
//
|
||||
// tabControlPanel1
|
||||
//
|
||||
this.tabControlPanel1.DisabledBackColor = System.Drawing.Color.Empty;
|
||||
this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tabControlPanel1.Location = new System.Drawing.Point(0, 27);
|
||||
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(645, 528);
|
||||
this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.SystemColors.Control;
|
||||
this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
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 = 1;
|
||||
this.tabControlPanel1.TabItem = this.tiGeneral;
|
||||
this.tabControlPanel1.ThemeAware = true;
|
||||
//
|
||||
// tiGeneral
|
||||
//
|
||||
this.tiGeneral.AttachedControl = this.tabControlPanel1;
|
||||
this.tiGeneral.Name = "tiGeneral";
|
||||
this.tiGeneral.Text = "General";
|
||||
this.tiGeneral.Visible = false;
|
||||
//
|
||||
// tabControlPanel2
|
||||
//
|
||||
this.tabControlPanel2.DisabledBackColor = System.Drawing.Color.Empty;
|
||||
@@ -1197,6 +1172,31 @@ namespace VEPROMS
|
||||
this.tiStUpMsg.Text = "Startup Message";
|
||||
this.tiStUpMsg.Visible = false;
|
||||
//
|
||||
// tabControlPanel1
|
||||
//
|
||||
this.tabControlPanel1.DisabledBackColor = System.Drawing.Color.Empty;
|
||||
this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tabControlPanel1.Location = new System.Drawing.Point(0, 27);
|
||||
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(645, 528);
|
||||
this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.SystemColors.Control;
|
||||
this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
||||
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 = 1;
|
||||
this.tabControlPanel1.TabItem = this.tiGeneral;
|
||||
this.tabControlPanel1.ThemeAware = true;
|
||||
//
|
||||
// tiGeneral
|
||||
//
|
||||
this.tiGeneral.AttachedControl = this.tabControlPanel1;
|
||||
this.tiGeneral.Name = "tiGeneral";
|
||||
this.tiGeneral.Text = "General";
|
||||
this.tiGeneral.Visible = false;
|
||||
//
|
||||
// cbUCFLForSetOnly
|
||||
//
|
||||
this.cbUCFLForSetOnly.BackColor = System.Drawing.Color.Transparent;
|
||||
@@ -1291,31 +1291,17 @@ namespace VEPROMS
|
||||
this.superTooltip1.DefaultTooltipSettings = new DevComponents.DotNetBar.SuperTooltipInfo("", "", "", null, null, DevComponents.DotNetBar.eTooltipColor.Gray);
|
||||
this.superTooltip1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
|
||||
//
|
||||
// cbShwAnnoFilter
|
||||
//
|
||||
this.cbShwAnnoFilter.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
||||
this.cbShwAnnoFilter.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
||||
this.cbShwAnnoFilter.Location = new System.Drawing.Point(25, 13);
|
||||
this.cbShwAnnoFilter.Name = "cbShwAnnoFilter";
|
||||
this.cbShwAnnoFilter.Size = new System.Drawing.Size(91, 23);
|
||||
this.cbShwAnnoFilter.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
||||
this.cbShwAnnoFilter.TabIndex = 0;
|
||||
this.cbShwAnnoFilter.Text = "Open";
|
||||
this.cbShwAnnoFilter.Click += new System.EventHandler(this.cbShwAnnoFilter_Click);
|
||||
//
|
||||
// frmSysOptions
|
||||
//
|
||||
this.AcceptButton = this.btnOK;
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
//this.CancelButton = this.btnCancel;
|
||||
this.ClientSize = new System.Drawing.Size(699, 620);
|
||||
this.ControlBox = false;
|
||||
this.Controls.Add(this.btnReset);
|
||||
this.Controls.Add(this.tcSysOpts);
|
||||
this.Controls.Add(this.panButtons);
|
||||
this.Controls.Add(this.btnOK);
|
||||
//this.Controls.Add(this.btnCancel);
|
||||
this.DoubleBuffered = true;
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.Margin = new System.Windows.Forms.Padding(2);
|
||||
|
Reference in New Issue
Block a user