namespace SubscriberAndUserManager { partial class WaitingForm { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WaitingForm)); this.radWaitingBar1 = new Telerik.WinControls.UI.RadWaitingBar(); this.lbText = new Telerik.WinControls.UI.RadLabel(); this.radPanel1 = new Telerik.WinControls.UI.RadPanel(); this.telerikMetroBlueTheme1 = new Telerik.WinControls.Themes.TelerikMetroBlueTheme(); ((System.ComponentModel.ISupportInitialize)(this.radWaitingBar1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lbText)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).BeginInit(); this.radPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); this.SuspendLayout(); // // radWaitingBar1 // this.radWaitingBar1.Location = new System.Drawing.Point(12, 48); this.radWaitingBar1.Name = "radWaitingBar1"; this.radWaitingBar1.Size = new System.Drawing.Size(268, 30); this.radWaitingBar1.TabIndex = 0; this.radWaitingBar1.Text = "radWaitingBar1"; this.radWaitingBar1.WaitingSpeed = 10; // // lbText // this.lbText.Location = new System.Drawing.Point(12, 12); this.lbText.Name = "lbText"; this.lbText.Size = new System.Drawing.Size(127, 18); this.lbText.TabIndex = 1; this.lbText.Text = "Acknowledging alarms..."; // // radPanel1 // this.radPanel1.Controls.Add(this.lbText); this.radPanel1.Controls.Add(this.radWaitingBar1); this.radPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.radPanel1.Location = new System.Drawing.Point(0, 0); this.radPanel1.Margin = new System.Windows.Forms.Padding(10); this.radPanel1.Name = "radPanel1"; this.radPanel1.Size = new System.Drawing.Size(294, 92); this.radPanel1.TabIndex = 2; ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radPanel1.GetChildAt(0).GetChildAt(1))).DefaultSize = new System.Drawing.Size(10, 10); // // WaitingForm // this.ClientSize = new System.Drawing.Size(294, 92); this.Controls.Add(this.radPanel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "WaitingForm"; // // // this.RootElement.ApplyShapeToControl = true; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Executing query..."; this.ThemeName = "TelerikMetroBlue"; this.TopMost = true; ((System.ComponentModel.ISupportInitialize)(this.radWaitingBar1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lbText)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).EndInit(); this.radPanel1.ResumeLayout(false); this.radPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); this.ResumeLayout(false); } #endregion private Telerik.WinControls.UI.RadWaitingBar radWaitingBar1; private Telerik.WinControls.UI.RadLabel lbText; private Telerik.WinControls.UI.RadPanel radPanel1; private Telerik.WinControls.Themes.TelerikMetroBlueTheme telerikMetroBlueTheme1; } }