using System.Windows.Forms; namespace VEPROMS { partial class dlgApproveProcedure { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(dlgApproveProcedure)); this.approvalInfoBindingSource = new System.Windows.Forms.BindingSource(this.components); this.stageInfoBindingSource = new System.Windows.Forms.BindingSource(this.components); this.revTypeBindingSource = new System.Windows.Forms.BindingSource(this.components); this.pnlApprove = new DevComponents.DotNetBar.PanelEx(); this.swtbtSetAllRevDates = new DevComponents.DotNetBar.Controls.SwitchButton(); this.swtbtViewPDF = new DevComponents.DotNetBar.Controls.SwitchButton(); this.lblSetAllRevDates = new DevComponents.DotNetBar.LabelX(); this.lblViewPDF = new DevComponents.DotNetBar.LabelX(); this.btnIncrement = new DevComponents.DotNetBar.ButtonX(); this.fgProcs = new C1.Win.C1FlexGrid.C1FlexGrid(); this.approvalProcedureBindingSource = new System.Windows.Forms.BindingSource(this.components); this.ssMsg2 = new System.Windows.Forms.StatusStrip(); this.tsslMsg2 = new System.Windows.Forms.ToolStripStatusLabel(); this.tsslStatus = new System.Windows.Forms.ToolStripStatusLabel(); this.btnApprove2 = new DevComponents.DotNetBar.ButtonX(); this.btnCancel2 = new DevComponents.DotNetBar.ButtonX(); this.labelX14 = new DevComponents.DotNetBar.LabelX(); this.txtRevisionNotes2 = new DevComponents.DotNetBar.Controls.TextBoxX(); this.labelX16 = new DevComponents.DotNetBar.LabelX(); this.cmbRevisionStage2 = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.pnlSelect = new DevComponents.DotNetBar.PanelEx(); this.labelX2 = new DevComponents.DotNetBar.LabelX(); this.swtbtPopUps = new DevComponents.DotNetBar.Controls.SwitchButton(); this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.swtbtCascade = new DevComponents.DotNetBar.Controls.SwitchButton(); this.btnReportMore = new DevComponents.DotNetBar.ButtonX(); this.pbMore = new System.Windows.Forms.ProgressBar(); this.btnCheckMore = new DevComponents.DotNetBar.ButtonX(); this.btnClear = new DevComponents.DotNetBar.ButtonX(); this.btnAll = new DevComponents.DotNetBar.ButtonX(); this.clbMore = new System.Windows.Forms.CheckedListBox(); this.lblMore = new DevComponents.DotNetBar.LabelX(); this.sttMore = new DevComponents.DotNetBar.SuperTooltip(); this.expAddProcConChk = new DevComponents.DotNetBar.ExpandablePanel(); this.expandableSplitter1 = new DevComponents.DotNetBar.ExpandableSplitter(); ((System.ComponentModel.ISupportInitialize)(this.approvalInfoBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.stageInfoBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.revTypeBindingSource)).BeginInit(); this.pnlApprove.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.fgProcs)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.approvalProcedureBindingSource)).BeginInit(); this.ssMsg2.SuspendLayout(); this.pnlSelect.SuspendLayout(); this.expAddProcConChk.SuspendLayout(); this.SuspendLayout(); // // approvalInfoBindingSource // this.approvalInfoBindingSource.AllowNew = false; this.approvalInfoBindingSource.DataSource = typeof(VEPROMS.ApprovalInfo); // // stageInfoBindingSource // this.stageInfoBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.StageInfo); // // revTypeBindingSource // this.revTypeBindingSource.DataSource = typeof(VEPROMS.RevType); // // pnlApprove // this.pnlApprove.CanvasColor = System.Drawing.SystemColors.Control; this.pnlApprove.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.pnlApprove.Controls.Add(this.swtbtSetAllRevDates); this.pnlApprove.Controls.Add(this.swtbtViewPDF); this.pnlApprove.Controls.Add(this.lblSetAllRevDates); this.pnlApprove.Controls.Add(this.lblViewPDF); this.pnlApprove.Controls.Add(this.btnIncrement); this.pnlApprove.Controls.Add(this.fgProcs); this.pnlApprove.Controls.Add(this.ssMsg2); this.pnlApprove.Controls.Add(this.btnApprove2); this.pnlApprove.Controls.Add(this.btnCancel2); this.pnlApprove.Controls.Add(this.labelX14); this.pnlApprove.Controls.Add(this.txtRevisionNotes2); this.pnlApprove.Controls.Add(this.labelX16); this.pnlApprove.Controls.Add(this.cmbRevisionStage2); this.pnlApprove.DisabledBackColor = System.Drawing.Color.Empty; this.pnlApprove.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlApprove.Location = new System.Drawing.Point(0, 0); this.pnlApprove.Name = "pnlApprove"; this.pnlApprove.Size = new System.Drawing.Size(465, 620); this.pnlApprove.Style.Alignment = System.Drawing.StringAlignment.Center; this.pnlApprove.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.pnlApprove.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.pnlApprove.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.pnlApprove.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.pnlApprove.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.pnlApprove.Style.GradientAngle = 90; this.pnlApprove.TabIndex = 23; // // swtbtSetAllRevDates // this.swtbtSetAllRevDates.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); // // // this.swtbtSetAllRevDates.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.swtbtSetAllRevDates.Location = new System.Drawing.Point(386, 136); this.swtbtSetAllRevDates.Name = "swtbtSetAllRevDates"; this.swtbtSetAllRevDates.Size = new System.Drawing.Size(63, 22); this.swtbtSetAllRevDates.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.sttMore.SetSuperTooltip(this.swtbtSetAllRevDates, new DevComponents.DotNetBar.SuperTooltipInfo("Set All Rev Dates", "", resources.GetString("swtbtSetAllRevDates.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(190, 150))); this.swtbtSetAllRevDates.TabIndex = 35; // // swtbtViewPDF // this.swtbtViewPDF.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); // // // this.swtbtViewPDF.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.swtbtViewPDF.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.approvalInfoBindingSource, "ViewPDF", true)); this.swtbtViewPDF.Location = new System.Drawing.Point(88, 591); this.swtbtViewPDF.Name = "swtbtViewPDF"; this.swtbtViewPDF.Size = new System.Drawing.Size(60, 22); this.swtbtViewPDF.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.sttMore.SetSuperTooltip(this.swtbtViewPDF, new DevComponents.DotNetBar.SuperTooltipInfo("View PDF", "", "When switched ON, the resulting PDF from doing the selected Revision Stage will b" + "e displayed in your default PDF view.\r\n\r\nNote this option is available when only" + " one procedure is to be processed.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(190, 140))); this.swtbtViewPDF.TabIndex = 35; // // lblSetAllRevDates // this.lblSetAllRevDates.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); // // // this.lblSetAllRevDates.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblSetAllRevDates.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblSetAllRevDates.Location = new System.Drawing.Point(273, 135); this.lblSetAllRevDates.Name = "lblSetAllRevDates"; this.lblSetAllRevDates.Size = new System.Drawing.Size(107, 23); this.sttMore.SetSuperTooltip(this.lblSetAllRevDates, new DevComponents.DotNetBar.SuperTooltipInfo("Set All Rev Dates", "", resources.GetString("lblSetAllRevDates.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(190, 150))); this.lblSetAllRevDates.TabIndex = 34; this.lblSetAllRevDates.Text = "Set All Rev Dates"; // // lblViewPDF // this.lblViewPDF.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); // // // this.lblViewPDF.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblViewPDF.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblViewPDF.Location = new System.Drawing.Point(14, 590); this.lblViewPDF.Name = "lblViewPDF"; this.lblViewPDF.Size = new System.Drawing.Size(68, 23); this.sttMore.SetSuperTooltip(this.lblViewPDF, new DevComponents.DotNetBar.SuperTooltipInfo("View PDF", "", "When switched ON, the resulting PDF from doing the selected Revision Stage will b" + "e displayed in your default PDF view.\r\n\r\nNote this option is available when only" + " one procedure is to be processed.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(190, 140))); this.lblViewPDF.TabIndex = 34; this.lblViewPDF.Text = "View PDF"; // // btnIncrement // this.btnIncrement.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnIncrement.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnIncrement.DataBindings.Add(new System.Windows.Forms.Binding("Enabled", this.approvalInfoBindingSource, "CanApprove", true)); this.btnIncrement.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnIncrement.Location = new System.Drawing.Point(13, 133); this.btnIncrement.Name = "btnIncrement"; this.btnIncrement.Size = new System.Drawing.Size(135, 25); this.btnIncrement.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.sttMore.SetSuperTooltip(this.btnIncrement, new DevComponents.DotNetBar.SuperTooltipInfo("Increment Rev Numbers", "", "This will increment the revision number in all of the procedures listed below.\r\n\r" + "\nNote that the revison number must end in a number or letter.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray)); this.btnIncrement.TabIndex = 33; this.btnIncrement.Text = "Increment Rev Numbers"; this.btnIncrement.Click += new System.EventHandler(this.btnIncrement_Click); // // fgProcs // this.fgProcs.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.fgProcs.AutoGenerateColumns = false; this.fgProcs.ColumnInfo = resources.GetString("fgProcs.ColumnInfo"); this.fgProcs.DataSource = this.approvalProcedureBindingSource; this.fgProcs.ExtendLastCol = true; this.fgProcs.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.fgProcs.Location = new System.Drawing.Point(11, 165); this.fgProcs.Name = "fgProcs"; this.fgProcs.Rows.Count = 1; this.fgProcs.Rows.DefaultSize = 19; this.fgProcs.SelectionMode = C1.Win.C1FlexGrid.SelectionModeEnum.Cell; this.fgProcs.Size = new System.Drawing.Size(440, 397); this.fgProcs.TabIndex = 30; this.fgProcs.AfterEdit += new C1.Win.C1FlexGrid.RowColEventHandler(this.fgProcs_AfterEdit); this.fgProcs.ComboCloseUp += new C1.Win.C1FlexGrid.RowColEventHandler(this.fgProcs_AfterEdit); this.fgProcs.AfterDataRefresh += new System.ComponentModel.ListChangedEventHandler(this.fgProcs_AfterDataRefresh); // // approvalProcedureBindingSource // this.approvalProcedureBindingSource.DataSource = typeof(VEPROMS.ApprovalProcedure); // // ssMsg2 // this.ssMsg2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.ssMsg2.AutoSize = false; this.ssMsg2.BackColor = System.Drawing.Color.Transparent; this.ssMsg2.Dock = System.Windows.Forms.DockStyle.None; this.ssMsg2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsslMsg2, this.tsslStatus}); this.ssMsg2.Location = new System.Drawing.Point(11, 561); this.ssMsg2.Name = "ssMsg2"; this.ssMsg2.Size = new System.Drawing.Size(440, 22); this.ssMsg2.SizingGrip = false; this.ssMsg2.TabIndex = 22; // // tsslMsg2 // this.tsslMsg2.Name = "tsslMsg2"; this.tsslMsg2.Size = new System.Drawing.Size(0, 17); // // tsslStatus // this.tsslStatus.Name = "tsslStatus"; this.tsslStatus.Size = new System.Drawing.Size(0, 17); // // btnApprove2 // this.btnApprove2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnApprove2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnApprove2.BackColor = System.Drawing.Color.Green; this.btnApprove2.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnApprove2.DataBindings.Add(new System.Windows.Forms.Binding("Enabled", this.approvalInfoBindingSource, "CanApprove", true)); this.btnApprove2.DialogResult = System.Windows.Forms.DialogResult.OK; this.btnApprove2.Enabled = false; this.btnApprove2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnApprove2.Location = new System.Drawing.Point(187, 587); this.btnApprove2.Name = "btnApprove2"; this.btnApprove2.Size = new System.Drawing.Size(145, 27); this.btnApprove2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.sttMore.SetSuperTooltip(this.btnApprove2, new DevComponents.DotNetBar.SuperTooltipInfo("Generate Revision Stage", "", "This will generate a PDF reflecting the selected Revision Stage on all procedures" + " listed above.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(150, 80))); this.btnApprove2.TabIndex = 14; this.btnApprove2.Text = "Generate Revision Stage"; this.btnApprove2.Click += new System.EventHandler(this.btnApprove_Click); // // btnCancel2 // this.btnCancel2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnCancel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel2.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnCancel2.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnCancel2.Location = new System.Drawing.Point(392, 590); this.btnCancel2.Name = "btnCancel2"; this.btnCancel2.Size = new System.Drawing.Size(59, 23); this.btnCancel2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.sttMore.SetSuperTooltip(this.btnCancel2, new DevComponents.DotNetBar.SuperTooltipInfo("Cancel", "", "Close the Approve dialog without performing the selected Revision Stage.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray)); this.btnCancel2.TabIndex = 13; this.btnCancel2.Text = "Cancel"; // // labelX14 // this.labelX14.AutoSize = true; // // // this.labelX14.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX14.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelX14.Location = new System.Drawing.Point(11, 40); this.labelX14.Name = "labelX14"; this.labelX14.Size = new System.Drawing.Size(94, 17); this.labelX14.TabIndex = 18; this.labelX14.Text = "Revision Notes:"; // // txtRevisionNotes2 // this.txtRevisionNotes2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); // // // this.txtRevisionNotes2.Border.Class = "TextBoxBorder"; this.txtRevisionNotes2.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txtRevisionNotes2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.approvalInfoBindingSource, "RevNote", true)); this.txtRevisionNotes2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtRevisionNotes2.Location = new System.Drawing.Point(107, 43); this.txtRevisionNotes2.Multiline = true; this.txtRevisionNotes2.Name = "txtRevisionNotes2"; this.txtRevisionNotes2.Size = new System.Drawing.Size(342, 80); this.txtRevisionNotes2.TabIndex = 17; // // labelX16 // this.labelX16.AutoSize = true; // // // this.labelX16.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX16.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelX16.Location = new System.Drawing.Point(11, 12); this.labelX16.Name = "labelX16"; this.labelX16.Size = new System.Drawing.Size(94, 17); this.sttMore.SetSuperTooltip(this.labelX16, new DevComponents.DotNetBar.SuperTooltipInfo("Revision Stage", "", resources.GetString("labelX16.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(190, 160))); this.labelX16.TabIndex = 16; this.labelX16.Text = "Revision Stage:"; // // cmbRevisionStage2 // this.cmbRevisionStage2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cmbRevisionStage2.DataSource = this.stageInfoBindingSource; this.cmbRevisionStage2.DisplayMember = "Name"; this.cmbRevisionStage2.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cmbRevisionStage2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbRevisionStage2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cmbRevisionStage2.FormattingEnabled = true; this.cmbRevisionStage2.ItemHeight = 14; this.cmbRevisionStage2.Location = new System.Drawing.Point(107, 12); this.cmbRevisionStage2.Name = "cmbRevisionStage2"; this.cmbRevisionStage2.Size = new System.Drawing.Size(342, 20); this.cmbRevisionStage2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.sttMore.SetSuperTooltip(this.cmbRevisionStage2, new DevComponents.DotNetBar.SuperTooltipInfo("Revision Stage", "", resources.GetString("cmbRevisionStage2.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(190, 160))); this.cmbRevisionStage2.TabIndex = 15; this.cmbRevisionStage2.ValueMember = "StageID"; this.cmbRevisionStage2.SelectedIndexChanged += new System.EventHandler(this.cmbRevisionStage_SelectedIndexChanged); // // pnlSelect // this.pnlSelect.Controls.Add(this.labelX2); this.pnlSelect.Controls.Add(this.swtbtPopUps); this.pnlSelect.Controls.Add(this.labelX1); this.pnlSelect.Controls.Add(this.swtbtCascade); this.pnlSelect.Controls.Add(this.btnReportMore); this.pnlSelect.Controls.Add(this.pbMore); this.pnlSelect.Controls.Add(this.btnCheckMore); this.pnlSelect.Controls.Add(this.btnClear); this.pnlSelect.Controls.Add(this.btnAll); this.pnlSelect.Controls.Add(this.clbMore); this.pnlSelect.Controls.Add(this.lblMore); this.pnlSelect.DisabledBackColor = System.Drawing.Color.Empty; this.pnlSelect.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlSelect.Location = new System.Drawing.Point(0, 26); this.pnlSelect.Name = "pnlSelect"; this.pnlSelect.Size = new System.Drawing.Size(447, 594); this.pnlSelect.TabIndex = 24; // // labelX2 // // // // this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelX2.Location = new System.Drawing.Point(250, 530); this.labelX2.Name = "labelX2"; this.labelX2.Size = new System.Drawing.Size(106, 20); this.sttMore.SetSuperTooltip(this.labelX2, new DevComponents.DotNetBar.SuperTooltipInfo("Show Pop-Ups", "", "When turned on, a pop-up will appear as the mouse hovers over a procedure in the " + "Procedure List, displaying the information resulting from running the Consistenc" + "y Check.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray)); this.labelX2.TabIndex = 36; this.labelX2.Text = "Show Pop-Ups"; // // swtbtPopUps // // // // this.swtbtPopUps.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.swtbtPopUps.Location = new System.Drawing.Point(362, 532); this.swtbtPopUps.Name = "swtbtPopUps"; this.swtbtPopUps.Size = new System.Drawing.Size(66, 22); this.swtbtPopUps.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.sttMore.SetSuperTooltip(this.swtbtPopUps, new DevComponents.DotNetBar.SuperTooltipInfo("Show Pop-Ups", "", "When turned on, a pop-up will appear as the mouse hovers over a procedure in the " + "Procedure List, displaying the information resulting from running the Consistenc" + "y Check.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(195, 95))); this.swtbtPopUps.TabIndex = 35; this.swtbtPopUps.Value = true; this.swtbtPopUps.ValueObject = "Y"; // // labelX1 // // // // this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelX1.Location = new System.Drawing.Point(16, 530); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(84, 20); this.sttMore.SetSuperTooltip(this.labelX1, new DevComponents.DotNetBar.SuperTooltipInfo("Auto Select", "", "When turned on, procedures that could be affected by the completion of the select" + "ed Revision Stage, will automatically be selected during the Consistancy Check.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(195, 95))); this.labelX1.TabIndex = 34; this.labelX1.Text = "Auto Select"; // // swtbtCascade // // // // this.swtbtCascade.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.swtbtCascade.Location = new System.Drawing.Point(106, 532); this.swtbtCascade.Name = "swtbtCascade"; this.swtbtCascade.Size = new System.Drawing.Size(66, 22); this.swtbtCascade.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.sttMore.SetSuperTooltip(this.swtbtCascade, new DevComponents.DotNetBar.SuperTooltipInfo("Auto Select", "", "When turned on, procedures that could be affected by the completion of the select" + "ed Revision Stage, will automatically be selected during the Consistancy Check.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(195, 95))); this.swtbtCascade.TabIndex = 33; this.swtbtCascade.ValueChanged += new System.EventHandler(this.swtbtCascade_ValueChanged); // // btnReportMore // this.btnReportMore.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnReportMore.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnReportMore.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnReportMore.Enabled = false; this.btnReportMore.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnReportMore.Location = new System.Drawing.Point(351, 559); this.btnReportMore.Name = "btnReportMore"; this.btnReportMore.Size = new System.Drawing.Size(84, 28); this.btnReportMore.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.sttMore.SetSuperTooltip(this.btnReportMore, new DevComponents.DotNetBar.SuperTooltipInfo("View Report", "", "This will generate a report based on the results of the Consitancy Check. It wil" + "l show the procedures that are selected and the ones that should be selected.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(195, 100))); this.btnReportMore.TabIndex = 30; this.btnReportMore.Text = "View Report"; this.btnReportMore.Click += new System.EventHandler(this.btnReportMore_Click); // // pbMore // this.pbMore.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.pbMore.Location = new System.Drawing.Point(15, 507); this.pbMore.Name = "pbMore"; this.pbMore.Size = new System.Drawing.Size(420, 15); this.pbMore.TabIndex = 29; this.pbMore.Visible = false; // // btnCheckMore // this.btnCheckMore.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnCheckMore.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCheckMore.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnCheckMore.Enabled = false; this.btnCheckMore.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnCheckMore.Location = new System.Drawing.Point(15, 560); this.btnCheckMore.Name = "btnCheckMore"; this.btnCheckMore.Size = new System.Drawing.Size(156, 28); this.btnCheckMore.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.sttMore.SetSuperTooltip(this.btnCheckMore, new DevComponents.DotNetBar.SuperTooltipInfo("Run Consistency Check", "", resources.GetString("btnCheckMore.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray)); this.btnCheckMore.TabIndex = 28; this.btnCheckMore.Text = "Run Consistency Check"; this.btnCheckMore.Click += new System.EventHandler(this.btnCheckMore_Click); // // btnClear // this.btnClear.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnClear.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnClear.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnClear.Location = new System.Drawing.Point(363, 7); this.btnClear.Name = "btnClear"; this.btnClear.Size = new System.Drawing.Size(72, 23); this.btnClear.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.sttMore.SetSuperTooltip(this.btnClear, new DevComponents.DotNetBar.SuperTooltipInfo("Clear All", "", "This will un-select all of the procedures in the list below.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray)); this.btnClear.TabIndex = 27; this.btnClear.Text = "Clear All"; this.btnClear.Click += new System.EventHandler(this.btnClear_Click); // // btnAll // this.btnAll.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnAll.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnAll.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnAll.Location = new System.Drawing.Point(284, 7); this.btnAll.Name = "btnAll"; this.btnAll.Size = new System.Drawing.Size(72, 23); this.btnAll.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.sttMore.SetSuperTooltip(this.btnAll, new DevComponents.DotNetBar.SuperTooltipInfo("Select All", "", "This will select all the procedures in the list below", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(115, 67))); this.btnAll.TabIndex = 26; this.btnAll.Text = "Select All"; this.btnAll.Click += new System.EventHandler(this.btnAll_Click); // // clbMore // this.clbMore.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.clbMore.CheckOnClick = true; this.clbMore.FormattingEnabled = true; this.clbMore.HorizontalScrollbar = true; this.clbMore.Location = new System.Drawing.Point(15, 36); this.clbMore.Name = "clbMore"; this.clbMore.Size = new System.Drawing.Size(420, 468); this.sttMore.SetSuperTooltip(this.clbMore, new DevComponents.DotNetBar.SuperTooltipInfo("", "", "", null, null, DevComponents.DotNetBar.eTooltipColor.Lemon)); this.clbMore.TabIndex = 25; this.clbMore.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.clbMore_ItemCheck); this.clbMore.SelectedIndexChanged += new System.EventHandler(this.clbMore_SelectedIndexChanged); this.clbMore.MouseEnter += new System.EventHandler(this.clbMore_MouseEnter); this.clbMore.MouseLeave += new System.EventHandler(this.clbMore_MouseLeave); this.clbMore.MouseMove += new System.Windows.Forms.MouseEventHandler(this.clbMore_MouseMove); // // lblMore // this.lblMore.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblMore.AutoSize = true; // // // this.lblMore.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblMore.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblMore.Location = new System.Drawing.Point(16, 13); this.lblMore.Name = "lblMore"; this.lblMore.Size = new System.Drawing.Size(86, 17); this.lblMore.TabIndex = 10; this.lblMore.Text = "Procedure List"; // // sttMore // this.sttMore.CheckTooltipPosition = false; this.sttMore.DefaultTooltipSettings = new DevComponents.DotNetBar.SuperTooltipInfo("", "", "", null, null, DevComponents.DotNetBar.eTooltipColor.Gray); this.sttMore.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"; this.sttMore.PositionBelowControl = false; // // expAddProcConChk // this.expAddProcConChk.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.expAddProcConChk.CanvasColor = System.Drawing.SystemColors.Control; this.expAddProcConChk.CollapseDirection = DevComponents.DotNetBar.eCollapseDirection.LeftToRight; this.expAddProcConChk.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.expAddProcConChk.Controls.Add(this.pnlSelect); this.expAddProcConChk.DisabledBackColor = System.Drawing.Color.Empty; this.expAddProcConChk.Dock = System.Windows.Forms.DockStyle.Right; this.expAddProcConChk.ExpandOnTitleClick = true; this.expAddProcConChk.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.expAddProcConChk.HideControlsWhenCollapsed = true; this.expAddProcConChk.Location = new System.Drawing.Point(475, 0); this.expAddProcConChk.Name = "expAddProcConChk"; this.expAddProcConChk.Size = new System.Drawing.Size(447, 620); this.expAddProcConChk.Style.Alignment = System.Drawing.StringAlignment.Center; this.expAddProcConChk.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.expAddProcConChk.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.expAddProcConChk.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.expAddProcConChk.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder; this.expAddProcConChk.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.expAddProcConChk.Style.GradientAngle = 90; this.sttMore.SetSuperTooltip(this.expAddProcConChk, new DevComponents.DotNetBar.SuperTooltipInfo("Procedure List", "", "Will open a panel allowing you to:\r\n- add procedures to the list for the Revisio" + "n Stage\r\n- perform a Consistency check on the selcted procedures", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(300, 70))); this.expAddProcConChk.TabIndex = 24; this.expAddProcConChk.TitleStyle.Alignment = System.Drawing.StringAlignment.Center; this.expAddProcConChk.TitleStyle.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.expAddProcConChk.TitleStyle.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.expAddProcConChk.TitleStyle.Border = DevComponents.DotNetBar.eBorderType.RaisedInner; this.expAddProcConChk.TitleStyle.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.expAddProcConChk.TitleStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.expAddProcConChk.TitleStyle.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.expAddProcConChk.TitleStyle.GradientAngle = 90; this.expAddProcConChk.TitleText = "Procedure List"; this.expAddProcConChk.ExpandedChanging += new DevComponents.DotNetBar.ExpandChangeEventHandler(this.expAddProcConChk_ExpandedChanging); this.expAddProcConChk.ExpandedChanged += new DevComponents.DotNetBar.ExpandChangeEventHandler(this.expAddProcConChk_ExpandedChanged); // // expandableSplitter1 // this.expandableSplitter1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207))))); this.expandableSplitter1.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.expandableSplitter1.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.expandableSplitter1.Dock = System.Windows.Forms.DockStyle.Right; this.expandableSplitter1.ExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207))))); this.expandableSplitter1.ExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.expandableSplitter1.ExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.expandableSplitter1.ExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.expandableSplitter1.GripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.expandableSplitter1.GripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.expandableSplitter1.GripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(239)))), ((int)(((byte)(255))))); this.expandableSplitter1.GripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.expandableSplitter1.HotBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(151)))), ((int)(((byte)(61))))); this.expandableSplitter1.HotBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(184)))), ((int)(((byte)(94))))); this.expandableSplitter1.HotBackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground2; this.expandableSplitter1.HotBackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground; this.expandableSplitter1.HotExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207))))); this.expandableSplitter1.HotExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.expandableSplitter1.HotExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.expandableSplitter1.HotExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.expandableSplitter1.HotGripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207))))); this.expandableSplitter1.HotGripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.expandableSplitter1.HotGripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(239)))), ((int)(((byte)(255))))); this.expandableSplitter1.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.expandableSplitter1.Location = new System.Drawing.Point(465, 0); this.expandableSplitter1.Name = "expandableSplitter1"; this.expandableSplitter1.Size = new System.Drawing.Size(10, 620); this.expandableSplitter1.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007; this.expandableSplitter1.TabIndex = 38; this.expandableSplitter1.TabStop = false; // // dlgApproveProcedure // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(922, 620); this.Controls.Add(this.pnlApprove); this.Controls.Add(this.expandableSplitter1); this.Controls.Add(this.expAddProcConChk); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "dlgApproveProcedure"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Select Procedures to Approve"; ((System.ComponentModel.ISupportInitialize)(this.approvalInfoBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.stageInfoBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.revTypeBindingSource)).EndInit(); this.pnlApprove.ResumeLayout(false); this.pnlApprove.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.fgProcs)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.approvalProcedureBindingSource)).EndInit(); this.ssMsg2.ResumeLayout(false); this.ssMsg2.PerformLayout(); this.pnlSelect.ResumeLayout(false); this.pnlSelect.PerformLayout(); this.expAddProcConChk.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.BindingSource stageInfoBindingSource; private DevComponents.DotNetBar.PanelEx pnlApprove; private System.Windows.Forms.StatusStrip ssMsg2; private System.Windows.Forms.ToolStripStatusLabel tsslMsg2; private DevComponents.DotNetBar.ButtonX btnApprove2; private DevComponents.DotNetBar.ButtonX btnCancel2; private DevComponents.DotNetBar.LabelX labelX14; private DevComponents.DotNetBar.Controls.TextBoxX txtRevisionNotes2; private DevComponents.DotNetBar.LabelX labelX16; private DevComponents.DotNetBar.Controls.ComboBoxEx cmbRevisionStage2; private System.Windows.Forms.BindingSource approvalInfoBindingSource; private System.Windows.Forms.BindingSource revTypeBindingSource; private DevComponents.DotNetBar.PanelEx pnlSelect; private System.Windows.Forms.CheckedListBox clbMore; private DevComponents.DotNetBar.LabelX lblMore; private DevComponents.DotNetBar.ButtonX btnClear; private DevComponents.DotNetBar.ButtonX btnAll; private DevComponents.DotNetBar.SuperTooltip sttMore; private DevComponents.DotNetBar.ButtonX btnCheckMore; private System.Windows.Forms.ProgressBar pbMore; private DevComponents.DotNetBar.ButtonX btnReportMore; private System.Windows.Forms.BindingSource approvalProcedureBindingSource; private DevComponents.DotNetBar.ButtonX btnIncrement; private C1.Win.C1FlexGrid.C1FlexGrid fgProcs; private System.Windows.Forms.ToolStripStatusLabel tsslStatus; private DevComponents.DotNetBar.Controls.SwitchButton swtbtSetAllRevDates; private DevComponents.DotNetBar.Controls.SwitchButton swtbtViewPDF; private DevComponents.DotNetBar.LabelX lblSetAllRevDates; private DevComponents.DotNetBar.LabelX lblViewPDF; private DevComponents.DotNetBar.LabelX labelX1; private DevComponents.DotNetBar.Controls.SwitchButton swtbtCascade; private DevComponents.DotNetBar.ExpandablePanel expAddProcConChk; private DevComponents.DotNetBar.ExpandableSplitter expandableSplitter1; private DevComponents.DotNetBar.LabelX labelX2; private DevComponents.DotNetBar.Controls.SwitchButton swtbtPopUps; } }