namespace DataUpdate { 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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel1.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("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.WaiteMessage.Location = new System.Drawing.Point(135, 21); this.WaiteMessage.Name = "WaiteMessage"; this.WaiteMessage.Size = new System.Drawing.Size(138, 17); this.WaiteMessage.TabIndex = 1; this.WaiteMessage.Text = "正在加载,请稍候……"; this.WaiteMessage.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.WaiteMessage.UseWaitCursor = true; this.WaiteMessage.Visible = false; // // tableLayoutPanel1 // this.tableLayoutPanel1.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.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent; this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.Controls.Add(this.WaiteMessage, 0, 0); this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 1; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(409, 59); this.tableLayoutPanel1.TabIndex = 2; this.tableLayoutPanel1.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::DataUpdate.Properties.Resources.ProgressMessage; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(409, 59); this.Controls.Add(this.tableLayoutPanel1); 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.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label WaiteMessage; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; } }