FlatText.Designer.cs 2.3 KB
namespace Asa.Theme
{
    partial class FlatText
    {
        /// <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 组件设计器生成的代码

        /// <summary> 
        /// 设计器支持所需的方法 - 不要修改
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.Txt = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            // 
            // Txt
            // 
            this.Txt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.Txt.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.Txt.Location = new System.Drawing.Point(3, 3);
            this.Txt.Name = "Txt";
            this.Txt.Size = new System.Drawing.Size(53, 14);
            this.Txt.TabIndex = 0;
            this.Txt.TextChanged += new System.EventHandler(this.Txt_TextChanged);
            this.Txt.MouseEnter += new System.EventHandler(this.Txt_MouseEnter);
            // 
            // FlatText
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.Controls.Add(this.Txt);
            this.Name = "FlatText";
            this.Paint += new System.Windows.Forms.PaintEventHandler(this.FlatText_Paint);
            this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.FlatText_MouseDown);
            this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.FlatText_MouseMove);
            this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.FlatText_MouseUp);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.TextBox Txt;
    }
}