118 lines
5.5 KiB
C#
118 lines
5.5 KiB
C#
namespace RunUpdateExe
|
||
{
|
||
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.components = new System.ComponentModel.Container();
|
||
this.WaiteMessage = new System.Windows.Forms.Label();
|
||
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
||
this.tabPanel = new System.Windows.Forms.TableLayoutPanel();
|
||
this.progressWaite = new System.Windows.Forms.ProgressBar();
|
||
this.tabPanel.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// WaiteMessage
|
||
//
|
||
this.WaiteMessage.Anchor = System.Windows.Forms.AnchorStyles.None;
|
||
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(108, 14);
|
||
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.MiddleCenter;
|
||
this.WaiteMessage.UseWaitCursor = true;
|
||
this.WaiteMessage.Visible = false;
|
||
//
|
||
// tabPanel
|
||
//
|
||
this.tabPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.tabPanel.BackColor = System.Drawing.Color.Transparent;
|
||
this.tabPanel.ColumnCount = 1;
|
||
this.tabPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
||
this.tabPanel.Controls.Add(this.progressWaite, 0, 1);
|
||
this.tabPanel.Controls.Add(this.WaiteMessage, 0, 0);
|
||
this.tabPanel.Location = new System.Drawing.Point(2, 2);
|
||
this.tabPanel.Margin = new System.Windows.Forms.Padding(0);
|
||
this.tabPanel.Name = "tabPanel";
|
||
this.tabPanel.RowCount = 2;
|
||
this.tabPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
||
this.tabPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
||
this.tabPanel.Size = new System.Drawing.Size(341, 50);
|
||
this.tabPanel.TabIndex = 2;
|
||
this.tabPanel.UseWaitCursor = true;
|
||
//
|
||
// progressWaite
|
||
//
|
||
this.progressWaite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.progressWaite.Location = new System.Drawing.Point(5, 40);
|
||
this.progressWaite.Margin = new System.Windows.Forms.Padding(5, 0, 5, 3);
|
||
this.progressWaite.Name = "progressWaite";
|
||
this.progressWaite.Size = new System.Drawing.Size(331, 7);
|
||
this.progressWaite.TabIndex = 2;
|
||
this.progressWaite.UseWaitCursor = true;
|
||
//
|
||
// 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::InvoicingTool.Properties.Resources.ProgressMessage;
|
||
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.ClientSize = new System.Drawing.Size(345, 55);
|
||
this.Controls.Add(this.tabPanel);
|
||
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.tabPanel.ResumeLayout(false);
|
||
this.tabPanel.PerformLayout();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.Label WaiteMessage;
|
||
private System.Windows.Forms.Timer timer1;
|
||
private System.Windows.Forms.TableLayoutPanel tabPanel;
|
||
private System.Windows.Forms.ProgressBar progressWaite;
|
||
}
|
||
}
|
||
|