109 lines
4.7 KiB
C#
109 lines
4.7 KiB
C#
namespace MotoTrbo_GW
|
|
{
|
|
partial class WaitingForm
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
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.ThemeName = "TelerikMetroBlue";
|
|
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(175, 18);
|
|
this.lbText.TabIndex = 1;
|
|
this.lbText.Text = "Searching for Application server!!!";
|
|
//
|
|
// 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(290, 103);
|
|
this.radPanel1.TabIndex = 2;
|
|
this.radPanel1.ThemeName = "TelerikMetroBlue";
|
|
((Telerik.WinControls.Primitives.BorderPrimitive)(this.radPanel1.GetChildAt(0).GetChildAt(1))).DefaultSize = new System.Drawing.Size(10, 10);
|
|
//
|
|
// WaitingForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(290, 103);
|
|
this.Controls.Add(this.radPanel1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
this.Name = "WaitingForm";
|
|
//
|
|
//
|
|
//
|
|
this.RootElement.ApplyShapeToControl = true;
|
|
this.ShowIcon = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Searching...";
|
|
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;
|
|
}
|
|
}
|
|
|