namespace IntelligentControlForsx.Start
{
partial class StartForm
{
///
/// 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.lbStatusInfo = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// lbStatusInfo
//
this.lbStatusInfo.AutoSize = true;
this.lbStatusInfo.BackColor = System.Drawing.Color.Transparent;
this.lbStatusInfo.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbStatusInfo.Location = new System.Drawing.Point(25, 262);
this.lbStatusInfo.Name = "lbStatusInfo";
this.lbStatusInfo.Size = new System.Drawing.Size(89, 19);
this.lbStatusInfo.TabIndex = 0;
this.lbStatusInfo.Text = "正在启动......";
//
// StartForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::IntelligentControlForsx.Properties.Resources.start;
this.ClientSize = new System.Drawing.Size(640, 330);
this.Controls.Add(this.lbStatusInfo);
this.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Name = "StartForm";
this.Text = "StartForm";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.StartForm_FormClosed);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lbStatusInfo;
}
}