www.pudn.com > input.rar > MainForm.Designer.cs


namespace InputMethodReader 
{ 
    partial class MainForm 
    { 
        ///  
        /// 必需的设计器变量。 
        ///  
        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.textBox1 = new System.Windows.Forms.TextBox(); 
            this.timer1 = new System.Windows.Forms.Timer(this.components); 
            this.label1 = new System.Windows.Forms.Label(); 
            this.SuspendLayout(); 
            //  
            // textBox1 
            //  
            this.textBox1.ImeMode = System.Windows.Forms.ImeMode.On; 
            this.textBox1.Location = new System.Drawing.Point(-1, 1); 
            this.textBox1.Multiline = true; 
            this.textBox1.Name = "textBox1"; 
            this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both; 
            this.textBox1.Size = new System.Drawing.Size(510, 74); 
            this.textBox1.TabIndex = 0; 
            //  
            // timer1 
            //  
            this.timer1.Enabled = true; 
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick); 
            //  
            // label1 
            //  
            this.label1.AutoSize = true; 
            this.label1.Location = new System.Drawing.Point(0, 85); 
            this.label1.Name = "label1"; 
            this.label1.Size = new System.Drawing.Size(0, 12); 
            this.label1.TabIndex = 1; 
            //  
            // MainForm 
            //  
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 
            this.ClientSize = new System.Drawing.Size(521, 114); 
            this.Controls.Add(this.label1); 
            this.Controls.Add(this.textBox1); 
            this.Name = "MainForm"; 
            this.Text = "输入法捕获  争渡(QQ258190355) 您可以在此基础修改.但需要通知我      "; 
            this.Load += new System.EventHandler(this.MainForm_Load); 
            this.ResumeLayout(false); 
            this.PerformLayout(); 
 
        } 
 
        #endregion 
 
        private System.Windows.Forms.TextBox textBox1; 
        private System.Windows.Forms.Timer timer1; 
        private System.Windows.Forms.Label label1; 
    } 
}