www.pudn.com > sqlTool.rar > FormHint.Designer.cs


namespace sqlTool 
{ 
    partial class FormHint 
    { 
        ///  
        /// 必需的设计器变量。 
        ///  
        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.labelHint = new System.Windows.Forms.Label(); 
            this.SuspendLayout(); 
            //  
            // labelHint 
            //  
            this.labelHint.AutoSize = true; 
            this.labelHint.Location = new System.Drawing.Point(53, 20); 
            this.labelHint.Name = "labelHint"; 
            this.labelHint.Size = new System.Drawing.Size(149, 36); 
            this.labelHint.TabIndex = 0; 
            this.labelHint.Text = "正在操作数据库\r\n这个过程可能要持续几分钟\r\n请耐心等候......"; 
            //  
            // FormHint 
            //  
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 
            this.ClientSize = new System.Drawing.Size(267, 80); 
            this.ControlBox = false; 
            this.Controls.Add(this.labelHint); 
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; 
            this.MaximizeBox = false; 
            this.MinimizeBox = false; 
            this.Name = "FormHint"; 
            this.ShowInTaskbar = false; 
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; 
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; 
            this.Text = "正在执行...请勿关闭窗口"; 
            this.ResumeLayout(false); 
            this.PerformLayout(); 
 
        } 
 
        #endregion 
 
        private System.Windows.Forms.Label labelHint; 
    } 
}