打印本文 打印本文 关闭窗口 关闭窗口
老友归来--delphi2005试用手记1
作者:武汉SEO闵涛  文章来源:敏韬网  点击数3215  更新时间:2009/4/23 18:28:11  文章录入:mintao  责任编辑:mintao
gion Windows Form Designer generated code

                   /// <summary>

                   /// Required method for Designer support - do not modify

                   /// the contents of this method with the code editor.

                   /// </summary>

                   private void InitializeComponent()

                   {

                            this.textBox1 = new System.Windows.Forms.TextBox();

                            this.button1 = new System.Windows.Forms.Button();

                            this.SuspendLayout();

                            //

                            // textBox1

                            //

                            this.textBox1.Location = new System.Drawing.Point(72, 88);

                            this.textBox1.Name = "textBox1";

                            this.textBox1.Size = new System.Drawing.Size(120, 21);

                            this.textBox1.TabIndex = 0;

                            this.textBox1.Text = "textBox1";

                            this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);

                            //

                            // button1

                            //

                            this.button1.Location = new System.Drawing.Point(88, 176);

                            this.button1.Name = "button1";

                            this.button1.TabIndex = 1;

                            this.button1.Text = "button1";

                            this.button1.Click += new System.EventHandler(this.button1_Click);

                            //

                            // WinForm

                            //

                            this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);

                            this.ClientSize = new System.Drawing.Size(292, 273);

                            this.Controls.Add(this.button1);

                            this.Controls.Add(this.textBox1);

                            this.Name = "WinForm";

                            this.Text = "WinForm";

                            this.ResumeLayout(false);

                   }

                   #endregion

 

                   /// <summary>

                   /// The main entry point for the application.

                   /// </summary>

上一页  [1] [2] [3] [4] [5]  下一页

打印本文 打印本文 关闭窗口 关闭窗口