98 lines
3.9 KiB
C#
98 lines
3.9 KiB
C#
|
namespace OWTrack
|
|||
|
{
|
|||
|
partial class Splash
|
|||
|
{
|
|||
|
/// <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.pageSetupDialog1 = new System.Windows.Forms.PageSetupDialog();
|
|||
|
this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
|||
|
this.splashLabel = new System.Windows.Forms.Label();
|
|||
|
this.versionLabel = new System.Windows.Forms.Label();
|
|||
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// progressBar1
|
|||
|
//
|
|||
|
this.progressBar1.Location = new System.Drawing.Point(95, 57);
|
|||
|
this.progressBar1.Name = "progressBar1";
|
|||
|
this.progressBar1.Size = new System.Drawing.Size(196, 12);
|
|||
|
this.progressBar1.TabIndex = 0;
|
|||
|
//
|
|||
|
// splashLabel
|
|||
|
//
|
|||
|
this.splashLabel.AutoSize = true;
|
|||
|
this.splashLabel.Location = new System.Drawing.Point(171, 31);
|
|||
|
this.splashLabel.Name = "splashLabel";
|
|||
|
this.splashLabel.Size = new System.Drawing.Size(0, 13);
|
|||
|
this.splashLabel.TabIndex = 1;
|
|||
|
this.splashLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// versionLabel
|
|||
|
//
|
|||
|
this.versionLabel.AutoSize = true;
|
|||
|
this.versionLabel.Location = new System.Drawing.Point(13, 91);
|
|||
|
this.versionLabel.Name = "versionLabel";
|
|||
|
this.versionLabel.Size = new System.Drawing.Size(0, 13);
|
|||
|
this.versionLabel.TabIndex = 2;
|
|||
|
//
|
|||
|
// label1
|
|||
|
//
|
|||
|
this.label1.AutoSize = true;
|
|||
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.label1.ForeColor = System.Drawing.Color.Gray;
|
|||
|
this.label1.Location = new System.Drawing.Point(13, 13);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(89, 24);
|
|||
|
this.label1.TabIndex = 3;
|
|||
|
this.label1.Text = "OWtrack";
|
|||
|
//
|
|||
|
// Splash
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(402, 116);
|
|||
|
this.Controls.Add(this.label1);
|
|||
|
this.Controls.Add(this.versionLabel);
|
|||
|
this.Controls.Add(this.splashLabel);
|
|||
|
this.Controls.Add(this.progressBar1);
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|||
|
this.Name = "Splash";
|
|||
|
this.Text = "Splash";
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.PageSetupDialog pageSetupDialog1;
|
|||
|
private System.Windows.Forms.ProgressBar progressBar1;
|
|||
|
private System.Windows.Forms.Label splashLabel;
|
|||
|
private System.Windows.Forms.Label versionLabel;
|
|||
|
private System.Windows.Forms.Label label1;
|
|||
|
}
|
|||
|
}
|