diff --git a/PROMS/VEPROMS User Interface/frmProcedureProperties.Designer.cs b/PROMS/VEPROMS User Interface/frmProcedureProperties.Designer.cs index 1867820f..e5eab895 100644 --- a/PROMS/VEPROMS User Interface/frmProcedureProperties.Designer.cs +++ b/PROMS/VEPROMS User Interface/frmProcedureProperties.Designer.cs @@ -148,12 +148,12 @@ namespace VEPROMS this.tcpOutputSettings = new DevComponents.DotNetBar.TabControlPanel(); this.ppGrpbxPrnAdj = new DevComponents.DotNetBar.Controls.GroupPanel(); this.tiOutputStngs = new DevComponents.DotNetBar.TabItem(this.components); - this.tcpFormatSettings = new DevComponents.DotNetBar.TabControlPanel(); - this.tiFmtStngs = new DevComponents.DotNetBar.TabItem(this.components); this.tcpGeneral = new DevComponents.DotNetBar.TabControlPanel(); this.ppProcNumStpRTB = new Volian.Controls.Library.StepRTB(this.components); this.ppProcTitleStpRTB = new Volian.Controls.Library.StepRTB(this.components); this.tiGeneral = new DevComponents.DotNetBar.TabItem(this.components); + this.tcpFormatSettings = new DevComponents.DotNetBar.TabControlPanel(); + this.tiFmtStngs = new DevComponents.DotNetBar.TabItem(this.components); this.tabControlPanel4 = new DevComponents.DotNetBar.TabControlPanel(); this.tiViewStngs = new DevComponents.DotNetBar.TabItem(this.components); ((System.ComponentModel.ISupportInitialize)(this.procedureConfigBindingSource)).BeginInit(); @@ -173,8 +173,8 @@ namespace VEPROMS this.tcProcProp.SuspendLayout(); this.tcpOutputSettings.SuspendLayout(); this.ppGrpbxPrnAdj.SuspendLayout(); - this.tcpFormatSettings.SuspendLayout(); this.tcpGeneral.SuspendLayout(); + this.tcpFormatSettings.SuspendLayout(); this.tabControlPanel4.SuspendLayout(); this.SuspendLayout(); // @@ -947,7 +947,7 @@ namespace VEPROMS this.versionsPropChangeBarPositionCombo.FormattingEnabled = true; this.versionsPropChangeBarPositionCombo.Location = new System.Drawing.Point(86, 39); this.versionsPropChangeBarPositionCombo.Name = "versionsPropChangeBarPositionCombo"; - this.versionsPropChangeBarPositionCombo.Size = new System.Drawing.Size(248, 24); + this.versionsPropChangeBarPositionCombo.Size = new System.Drawing.Size(248, 25); this.versionsPropChangeBarPositionCombo.TabIndex = 10; // // label12 @@ -964,7 +964,7 @@ namespace VEPROMS this.versionsPropChangeBarTextTypeCombo.FormattingEnabled = true; this.versionsPropChangeBarTextTypeCombo.Location = new System.Drawing.Point(86, 82); this.versionsPropChangeBarTextTypeCombo.Name = "versionsPropChangeBarTextTypeCombo"; - this.versionsPropChangeBarTextTypeCombo.Size = new System.Drawing.Size(248, 24); + this.versionsPropChangeBarTextTypeCombo.Size = new System.Drawing.Size(248, 25); this.versionsPropChangeBarTextTypeCombo.TabIndex = 7; // // versionsPropPaginationCombo @@ -1502,6 +1502,7 @@ namespace VEPROMS this.btnOutputStngs.Size = new System.Drawing.Size(165, 23); this.btnOutputStngs.TabIndex = 2; this.btnOutputStngs.Text = "Output Settings"; + this.btnOutputStngs.Visible = false; this.btnOutputStngs.Click += new System.EventHandler(this.btnOutputStngs_Click); // // btnFmtStngs @@ -1636,39 +1637,7 @@ namespace VEPROMS this.tiOutputStngs.AttachedControl = this.tcpOutputSettings; this.tiOutputStngs.Name = "tiOutputStngs"; this.tiOutputStngs.Text = "Output Settings"; - // - // tcpFormatSettings - // - this.tcpFormatSettings.Controls.Add(this.ppGpbxUserSpecCB); - this.tcpFormatSettings.Controls.Add(this.ppBtnDefaultChgBar); - this.tcpFormatSettings.Controls.Add(this.label19); - this.tcpFormatSettings.Controls.Add(this.ppCmbxChangeBarType); - this.tcpFormatSettings.Controls.Add(this.label20); - this.tcpFormatSettings.Controls.Add(this.ppBtnDefaultFmt); - this.tcpFormatSettings.Controls.Add(this.ppCmbxFormat); - this.tcpFormatSettings.Controls.Add(this.ppLblFormatDefault); - this.tcpFormatSettings.Controls.Add(this.ppLblChangeBarTypeDefault); - this.tcpFormatSettings.Dock = System.Windows.Forms.DockStyle.Fill; - this.tcpFormatSettings.Location = new System.Drawing.Point(0, 24); - this.tcpFormatSettings.Name = "tcpFormatSettings"; - this.tcpFormatSettings.Padding = new System.Windows.Forms.Padding(1); - this.tcpFormatSettings.Size = new System.Drawing.Size(672, 332); - 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 = 2; - this.tcpFormatSettings.TabItem = this.tiFmtStngs; - this.tcpFormatSettings.Enter += new System.EventHandler(this.tabpage_Enter); - // - // tiFmtStngs - // - this.tiFmtStngs.AttachedControl = this.tcpFormatSettings; - this.tiFmtStngs.Name = "tiFmtStngs"; - this.tiFmtStngs.Text = "Format Settings"; + this.tiOutputStngs.Visible = false; // // tcpGeneral // @@ -1767,6 +1736,39 @@ namespace VEPROMS this.tiGeneral.Name = "tiGeneral"; this.tiGeneral.Text = "General"; // + // tcpFormatSettings + // + this.tcpFormatSettings.Controls.Add(this.ppGpbxUserSpecCB); + this.tcpFormatSettings.Controls.Add(this.ppBtnDefaultChgBar); + this.tcpFormatSettings.Controls.Add(this.label19); + this.tcpFormatSettings.Controls.Add(this.ppCmbxChangeBarType); + this.tcpFormatSettings.Controls.Add(this.label20); + this.tcpFormatSettings.Controls.Add(this.ppBtnDefaultFmt); + this.tcpFormatSettings.Controls.Add(this.ppCmbxFormat); + this.tcpFormatSettings.Controls.Add(this.ppLblFormatDefault); + this.tcpFormatSettings.Controls.Add(this.ppLblChangeBarTypeDefault); + this.tcpFormatSettings.Dock = System.Windows.Forms.DockStyle.Fill; + this.tcpFormatSettings.Location = new System.Drawing.Point(0, 24); + this.tcpFormatSettings.Name = "tcpFormatSettings"; + this.tcpFormatSettings.Padding = new System.Windows.Forms.Padding(1); + this.tcpFormatSettings.Size = new System.Drawing.Size(672, 332); + 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 = 2; + this.tcpFormatSettings.TabItem = this.tiFmtStngs; + this.tcpFormatSettings.Enter += new System.EventHandler(this.tabpage_Enter); + // + // tiFmtStngs + // + this.tiFmtStngs.AttachedControl = this.tcpFormatSettings; + this.tiFmtStngs.Name = "tiFmtStngs"; + this.tiFmtStngs.Text = "Format Settings"; + // // tabControlPanel4 // this.tabControlPanel4.Controls.Add(this.ppCkLstApplicabilityDesinations); @@ -1843,10 +1845,10 @@ namespace VEPROMS this.tcpOutputSettings.PerformLayout(); this.ppGrpbxPrnAdj.ResumeLayout(false); this.ppGrpbxPrnAdj.PerformLayout(); - this.tcpFormatSettings.ResumeLayout(false); - this.tcpFormatSettings.PerformLayout(); this.tcpGeneral.ResumeLayout(false); this.tcpGeneral.PerformLayout(); + this.tcpFormatSettings.ResumeLayout(false); + this.tcpFormatSettings.PerformLayout(); this.tabControlPanel4.ResumeLayout(false); this.tabControlPanel4.PerformLayout(); this.ResumeLayout(false);