namespace VEPROMS { partial class DlgCloseTabsOrExit { /// /// 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.BtnClsTab = new DevComponents.DotNetBar.ButtonX(); this.BtnExitPROMS = new DevComponents.DotNetBar.ButtonX(); this.btnCancel = new DevComponents.DotNetBar.ButtonX(); this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.symbolBox1 = new DevComponents.DotNetBar.Controls.SymbolBox(); this.SuspendLayout(); // // BtnClsTab // this.BtnClsTab.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.BtnClsTab.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.BtnClsTab.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.BtnClsTab.Location = new System.Drawing.Point(28, 68); this.BtnClsTab.Name = "BtnClsTab"; this.BtnClsTab.Size = new System.Drawing.Size(148, 30); this.BtnClsTab.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.BtnClsTab.TabIndex = 0; this.BtnClsTab.Text = "Close the Current Tab"; this.BtnClsTab.Click += new System.EventHandler(this.BtnClsTab_Click); // // BtnExitPROMS // this.BtnExitPROMS.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.BtnExitPROMS.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.BtnExitPROMS.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.BtnExitPROMS.Location = new System.Drawing.Point(196, 68); this.BtnExitPROMS.Name = "BtnExitPROMS"; this.BtnExitPROMS.Size = new System.Drawing.Size(161, 30); this.BtnExitPROMS.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.BtnExitPROMS.TabIndex = 1; this.BtnExitPROMS.Text = "Close All - Exit PROMS"; this.BtnExitPROMS.Click += new System.EventHandler(this.BtnExitPROMS_Click); // // btnCancel // this.btnCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnCancel.Location = new System.Drawing.Point(393, 68); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(77, 30); this.btnCancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnCancel.TabIndex = 2; this.btnCancel.Text = "Cancel"; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // labelX1 // // // // this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelX1.Location = new System.Drawing.Point(68, 12); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(416, 40); this.labelX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP; this.labelX1.TabIndex = 3; this.labelX1.Text = "Do you want to Close the Current Tab or\r\nClose All Tabs and Exit PROMS?"; this.labelX1.TextLineAlignment = System.Drawing.StringAlignment.Near; // // symbolBox1 // // // // this.symbolBox1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.symbolBox1.Location = new System.Drawing.Point(3, 9); this.symbolBox1.Name = "symbolBox1"; this.symbolBox1.Size = new System.Drawing.Size(59, 43); this.symbolBox1.Symbol = "59645"; this.symbolBox1.SymbolColor = System.Drawing.Color.Navy; this.symbolBox1.SymbolSet = DevComponents.DotNetBar.eSymbolSet.Material; this.symbolBox1.SymbolSize = 24F; this.symbolBox1.TabIndex = 4; this.symbolBox1.Text = "symbolBox1"; // // DlgCloseTabsOrExit // 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(486, 103); this.Controls.Add(this.symbolBox1); this.Controls.Add(this.labelX1); this.Controls.Add(this.btnCancel); this.Controls.Add(this.BtnExitPROMS); this.Controls.Add(this.BtnClsTab); this.DoubleBuffered = true; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "DlgCloseTabsOrExit"; this.ShowIcon = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "PROMS"; this.TopMost = true; this.ResumeLayout(false); } #endregion private DevComponents.DotNetBar.ButtonX BtnClsTab; private DevComponents.DotNetBar.ButtonX BtnExitPROMS; private DevComponents.DotNetBar.ButtonX btnCancel; private DevComponents.DotNetBar.LabelX labelX1; private DevComponents.DotNetBar.Controls.SymbolBox symbolBox1; } }