namespace AppServerMobile { 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() { this.lbText = new Telerik.WinControls.UI.RadLabel(); this.radWaitingBar1 = new Telerik.WinControls.UI.RadWaitingBar(); ((System.ComponentModel.ISupportInitialize)(this.lbText)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.radWaitingBar1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); this.SuspendLayout(); // // lbText // this.lbText.Location = new System.Drawing.Point(12, 12); this.lbText.Name = "lbText"; this.lbText.Size = new System.Drawing.Size(165, 18); this.lbText.TabIndex = 3; this.lbText.Text = "Searching for Application server"; // // radWaitingBar1 // this.radWaitingBar1.Location = new System.Drawing.Point(12, 45); this.radWaitingBar1.Name = "radWaitingBar1"; this.radWaitingBar1.Size = new System.Drawing.Size(268, 30); this.radWaitingBar1.TabIndex = 2; this.radWaitingBar1.Text = "radWaitingBar1"; this.radWaitingBar1.WaitingIndicatorSize = new System.Drawing.Size(50, 30); this.radWaitingBar1.WaitingSpeed = 10; // // WaitingForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(295, 89); this.Controls.Add(this.lbText); this.Controls.Add(this.radWaitingBar1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "WaitingForm"; // // // this.RootElement.ApplyShapeToControl = true; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Searching..."; this.ThemeName = "ControlDefault"; this.TopMost = true; ((System.ComponentModel.ISupportInitialize)(this.lbText)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.radWaitingBar1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Telerik.WinControls.UI.RadLabel lbText; private Telerik.WinControls.UI.RadWaitingBar radWaitingBar1; } }