127 lines
5.9 KiB
C#
127 lines
5.9 KiB
C#
|
namespace Safedispatch_4_0
|
|||
|
{
|
|||
|
partial class WaitToLoad
|
|||
|
{
|
|||
|
/// <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.components = new System.ComponentModel.Container();
|
|||
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WaitToLoad));
|
|||
|
this.CloseWindowTimer = new System.Windows.Forms.Timer(this.components);
|
|||
|
this.panel1 = new System.Windows.Forms.Panel();
|
|||
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|||
|
this.labelLoadingMap = new System.Windows.Forms.Label();
|
|||
|
this.labelLoading = new System.Windows.Forms.Label();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// CloseWindowTimer
|
|||
|
//
|
|||
|
this.CloseWindowTimer.Enabled = true;
|
|||
|
this.CloseWindowTimer.Interval = 10000;
|
|||
|
this.CloseWindowTimer.Tick += new System.EventHandler(this.CloseWindowTimer_Tick);
|
|||
|
//
|
|||
|
// panel1
|
|||
|
//
|
|||
|
this.panel1.BackgroundImage = global::Dispatcher.Properties.Resources.LoadMap;
|
|||
|
this.panel1.Location = new System.Drawing.Point(207, 12);
|
|||
|
this.panel1.Name = "panel1";
|
|||
|
this.panel1.Size = new System.Drawing.Size(103, 120);
|
|||
|
this.panel1.TabIndex = 2;
|
|||
|
//
|
|||
|
// pictureBox1
|
|||
|
//
|
|||
|
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.pictureBox1.Image = global::Dispatcher.Properties.Resources.loading_map_white;
|
|||
|
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.pictureBox1.Name = "pictureBox1";
|
|||
|
this.pictureBox1.Size = new System.Drawing.Size(318, 137);
|
|||
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|||
|
this.pictureBox1.TabIndex = 3;
|
|||
|
this.pictureBox1.TabStop = false;
|
|||
|
//
|
|||
|
// labelLoadingMap
|
|||
|
//
|
|||
|
this.labelLoadingMap.BackColor = System.Drawing.Color.White;
|
|||
|
this.labelLoadingMap.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.labelLoadingMap.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|||
|
this.labelLoadingMap.Location = new System.Drawing.Point(5, 17);
|
|||
|
this.labelLoadingMap.Name = "labelLoadingMap";
|
|||
|
this.labelLoadingMap.Size = new System.Drawing.Size(308, 30);
|
|||
|
this.labelLoadingMap.TabIndex = 0;
|
|||
|
this.labelLoadingMap.Text = "Loading map ...";
|
|||
|
this.labelLoadingMap.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// labelLoading
|
|||
|
//
|
|||
|
this.labelLoading.BackColor = System.Drawing.Color.White;
|
|||
|
this.labelLoading.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.labelLoading.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|||
|
this.labelLoading.Location = new System.Drawing.Point(25, 65);
|
|||
|
this.labelLoading.Name = "labelLoading";
|
|||
|
this.labelLoading.Size = new System.Drawing.Size(271, 50);
|
|||
|
this.labelLoading.TabIndex = 2;
|
|||
|
this.labelLoading.Text = "This window will automatically close when the map loads.";
|
|||
|
this.labelLoading.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// WaitToLoad
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(318, 137);
|
|||
|
this.Controls.Add(this.labelLoading);
|
|||
|
this.Controls.Add(this.labelLoadingMap);
|
|||
|
this.Controls.Add(this.pictureBox1);
|
|||
|
this.Controls.Add(this.panel1);
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|||
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|||
|
this.MaximizeBox = false;
|
|||
|
this.MinimizeBox = false;
|
|||
|
this.Name = "WaitToLoad";
|
|||
|
//
|
|||
|
//
|
|||
|
//
|
|||
|
this.RootElement.ApplyShapeToControl = true;
|
|||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|||
|
this.Text = "Loading map ...";
|
|||
|
this.ThemeName = "TelerikMetroBlue";
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.Timer CloseWindowTimer;
|
|||
|
private System.Windows.Forms.Panel panel1;
|
|||
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|||
|
private System.Windows.Forms.Label labelLoadingMap;
|
|||
|
private System.Windows.Forms.Label labelLoading;
|
|||
|
}
|
|||
|
}
|