You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Tiobon.Web.Core/Tiobon.Core.OPS.Tool/View/FrmLoading.Designer.cs

97 lines
4.4 KiB

namespace Loading
{
partial class FrmLoading
{
/// <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(FrmLoading));
this.LblMessage = new System.Windows.Forms.Label();
this.PnlImage = new System.Windows.Forms.Panel();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.SuspendLayout();
//
// LblMessage
//
this.LblMessage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.LblMessage.BackColor = System.Drawing.Color.Transparent;
this.LblMessage.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LblMessage.ForeColor = System.Drawing.Color.White;
this.LblMessage.Location = new System.Drawing.Point(38, 212);
this.LblMessage.Name = "LblMessage";
this.LblMessage.Size = new System.Drawing.Size(292, 33);
this.LblMessage.TabIndex = 0;
this.LblMessage.Text = "正在处理,请稍候……";
this.LblMessage.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// PnlImage
//
this.PnlImage.Anchor = System.Windows.Forms.AnchorStyles.None;
this.PnlImage.BackColor = System.Drawing.Color.Transparent;
this.PnlImage.Location = new System.Drawing.Point(113, 59);
this.PnlImage.Name = "PnlImage";
this.PnlImage.Size = new System.Drawing.Size(134, 120);
this.PnlImage.TabIndex = 1;
this.PnlImage.Paint += new System.Windows.Forms.PaintEventHandler(this.PnlImage_Paint);
this.PnlImage.Resize += new System.EventHandler(this.PnlImage_Resize);
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Tick += new System.EventHandler(this.Timer1_Tick);
//
// FrmLoading
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Black;
this.ClientSize = new System.Drawing.Size(374, 285);
this.Controls.Add(this.LblMessage);
this.Controls.Add(this.PnlImage);
this.DoubleBuffered = true;
this.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Name = "FrmLoading";
this.Opacity = 0.8D;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.TransparencyKey = System.Drawing.Color.Transparent;
this.Load += new System.EventHandler(this.FrmLoading_Load);
this.Shown += new System.EventHandler(this.FrmLoading_Shown);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label LblMessage;
private System.Windows.Forms.Panel PnlImage;
private System.Windows.Forms.Timer timer1;
}
}