75 lines
3.0 KiB
C#
75 lines
3.0 KiB
C#
namespace 精工涂胶检测项目
|
|
{
|
|
partial class Form_LoadingImage
|
|
{
|
|
/// <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(Form_LoadingImage));
|
|
this.timer_Display = new System.Windows.Forms.Timer(this.components);
|
|
this.label = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// timer_Display
|
|
//
|
|
this.timer_Display.Tick += new System.EventHandler(this.timer_Display_Tick);
|
|
//
|
|
// label
|
|
//
|
|
this.label.AutoSize = true;
|
|
this.label.BackColor = System.Drawing.SystemColors.ActiveCaption;
|
|
this.label.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label.ForeColor = System.Drawing.Color.Blue;
|
|
this.label.Location = new System.Drawing.Point(69, 237);
|
|
this.label.Name = "label";
|
|
this.label.Size = new System.Drawing.Size(75, 20);
|
|
this.label.TabIndex = 0;
|
|
this.label.Text = "label1";
|
|
this.label.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// Form_LoadingImage
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.label);
|
|
this.Name = "Form_LoadingImage";
|
|
this.Text = "软件正在启动";
|
|
this.Load += new System.EventHandler(this.Form_LoadingImage_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Timer timer_Display;
|
|
private System.Windows.Forms.Label label;
|
|
}
|
|
} |