namespace RunUpdateExe { partial class WaiteFrom { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// 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.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(173, 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::zkSuperMap.ClickOnce.ProjectProduct.Properties.Resources.ProgressMessage; this.BackgroundImage = global::AutoUpdateEx.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.85; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.TopMost = true; this.UseWaitCursor = true; this.Shown += new System.EventHandler(this.WaiteFrom_Shown); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.WaiteFrom_FormClosed); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label WaiteMessage; private System.Windows.Forms.Timer timer1; } }