77 lines
3.0 KiB
C#
77 lines
3.0 KiB
C#
namespace BARCODELIBRARY
|
||
{
|
||
partial class WaiteFrom
|
||
{
|
||
/// <summary>
|
||
/// 必需的设计器变量。
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// 清理所有正在使用的资源。
|
||
/// </summary>
|
||
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null))
|
||
{
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region Windows 窗体设计器生成的代码
|
||
|
||
/// <summary>
|
||
/// 设计器支持所需的方法 - 不要
|
||
/// 使用代码编辑器修改此方法的内容。
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
this.WaiteMessage = new System.Windows.Forms.Label();
|
||
this.SuspendLayout();
|
||
//
|
||
// WaiteMessage
|
||
//
|
||
this.WaiteMessage.AutoSize = true;
|
||
this.WaiteMessage.BackColor = System.Drawing.Color.Transparent;
|
||
this.WaiteMessage.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
||
this.WaiteMessage.Font = new System.Drawing.Font("宋体", 9F);
|
||
this.WaiteMessage.Location = new System.Drawing.Point(71, 17);
|
||
this.WaiteMessage.Name = "WaiteMessage";
|
||
this.WaiteMessage.Size = new System.Drawing.Size(125, 12);
|
||
this.WaiteMessage.TabIndex = 1;
|
||
this.WaiteMessage.Text = "正在加载,请稍候……";
|
||
this.WaiteMessage.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
||
this.WaiteMessage.UseWaitCursor = true;
|
||
this.WaiteMessage.Visible = false;
|
||
//
|
||
// WaiteFrom
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
|
||
this.BackgroundImage = global::BarcodeLibrary.Properties.Resources.ProgressMessage;
|
||
this.ClientSize = new System.Drawing.Size(314, 43);
|
||
this.Controls.Add(this.WaiteMessage);
|
||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||
this.Name = "WaiteFrom";
|
||
this.Opacity = 0.85D;
|
||
this.ShowInTaskbar = false;
|
||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
this.TopMost = true;
|
||
this.UseWaitCursor = true;
|
||
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.WaiteFrom_FormClosed);
|
||
this.Shown += new System.EventHandler(this.WaiteFrom_Shown);
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.Label WaiteMessage;
|
||
}
|
||
}
|
||
|