CLScriptTestor.Form1.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

设计器支持所需的方法 - 不要 使用代码编辑器修改此方法的内容。
private InitializeComponent ( ) : void
return void
        private void InitializeComponent()
        {
            this.richTextBox_Code = new System.Windows.Forms.RichTextBox();
            this.button1 = new System.Windows.Forms.Button();
            this.listCodeFile = new System.Windows.Forms.ListBox();
            this.button_saveCode = new System.Windows.Forms.Button();
            this.listLog = new System.Windows.Forms.ListBox();
            this.button2 = new System.Windows.Forms.Button();
            this.treeViewExp = new System.Windows.Forms.TreeView();
            this.button3 = new System.Windows.Forms.Button();
            this.button4 = new System.Windows.Forms.Button();
            this.button5 = new System.Windows.Forms.Button();
            this.button6 = new System.Windows.Forms.Button();
            this.button7 = new System.Windows.Forms.Button();
            this.button8 = new System.Windows.Forms.Button();
            this.button9 = new System.Windows.Forms.Button();
            this.button10 = new System.Windows.Forms.Button();
            this.button11 = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // richTextBox_Code
            // 
            this.richTextBox_Code.Location = new System.Drawing.Point(203, 14);
            this.richTextBox_Code.Name = "richTextBox_Code";
            this.richTextBox_Code.Size = new System.Drawing.Size(384, 280);
            this.richTextBox_Code.TabIndex = 0;
            this.richTextBox_Code.Text = "";
            this.richTextBox_Code.TextChanged += new System.EventHandler(this.richTextBox_Code_TextChanged);
            this.richTextBox_Code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.richTextBox_Code_KeyDown);
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(284, 298);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 1;
            this.button1.Text = "Token 识别";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // listCodeFile
            // 
            this.listCodeFile.FormattingEnabled = true;
            this.listCodeFile.ItemHeight = 12;
            this.listCodeFile.Location = new System.Drawing.Point(12, 12);
            this.listCodeFile.Name = "listCodeFile";
            this.listCodeFile.Size = new System.Drawing.Size(157, 316);
            this.listCodeFile.TabIndex = 2;
            this.listCodeFile.SelectedIndexChanged += new System.EventHandler(this.listCodeFile_SelectedIndexChanged);
            // 
            // button_saveCode
            // 
            this.button_saveCode.Location = new System.Drawing.Point(203, 298);
            this.button_saveCode.Name = "button_saveCode";
            this.button_saveCode.Size = new System.Drawing.Size(75, 23);
            this.button_saveCode.TabIndex = 3;
            this.button_saveCode.Text = "Save";
            this.button_saveCode.UseVisualStyleBackColor = true;
            this.button_saveCode.Click += new System.EventHandler(this.button_saveCode_Click);
            // 
            // listLog
            // 
            this.listLog.FormattingEnabled = true;
            this.listLog.ItemHeight = 12;
            this.listLog.Location = new System.Drawing.Point(203, 329);
            this.listLog.Name = "listLog";
            this.listLog.Size = new System.Drawing.Size(384, 112);
            this.listLog.TabIndex = 4;
            this.listLog.SelectedIndexChanged += new System.EventHandler(this.listLog_SelectedIndexChanged);
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(365, 298);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 5;
            this.button2.Text = "编译";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // treeViewExp
            // 
            this.treeViewExp.Location = new System.Drawing.Point(603, 14);
            this.treeViewExp.Name = "treeViewExp";
            this.treeViewExp.Size = new System.Drawing.Size(250, 280);
            this.treeViewExp.TabIndex = 6;
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(512, 298);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(75, 23);
            this.button3.TabIndex = 7;
            this.button3.Text = "执行";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // button4
            // 
            this.button4.Location = new System.Drawing.Point(512, 447);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(75, 23);
            this.button4.TabIndex = 8;
            this.button4.Text = "ClearLog";
            this.button4.UseVisualStyleBackColor = true;
            this.button4.Click += new System.EventHandler(this.button4_Click);
            // 
            // button5
            // 
            this.button5.Location = new System.Drawing.Point(778, 300);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(75, 23);
            this.button5.TabIndex = 9;
            this.button5.Text = "对比1000次";
            this.button5.UseVisualStyleBackColor = true;
            this.button5.Click += new System.EventHandler(this.button5_Click);
            // 
            // button6
            // 
            this.button6.Location = new System.Drawing.Point(446, 298);
            this.button6.Name = "button6";
            this.button6.Size = new System.Drawing.Size(75, 23);
            this.button6.TabIndex = 10;
            this.button6.Text = "优化";
            this.button6.UseVisualStyleBackColor = true;
            this.button6.Click += new System.EventHandler(this.button6_Click);
            // 
            // button7
            // 
            this.button7.Location = new System.Drawing.Point(778, 329);
            this.button7.Name = "button7";
            this.button7.Size = new System.Drawing.Size(75, 23);
            this.button7.TabIndex = 11;
            this.button7.Text = "执行10W次";
            this.button7.UseVisualStyleBackColor = true;
            this.button7.Click += new System.EventHandler(this.button7_Click);
            // 
            // button8
            // 
            this.button8.Location = new System.Drawing.Point(778, 358);
            this.button8.Name = "button8";
            this.button8.Size = new System.Drawing.Size(75, 23);
            this.button8.TabIndex = 12;
            this.button8.Text = "执行100W次";
            this.button8.UseVisualStyleBackColor = true;
            this.button8.Click += new System.EventHandler(this.button8_Click);
            // 
            // button9
            // 
            this.button9.Location = new System.Drawing.Point(603, 301);
            this.button9.Name = "button9";
            this.button9.Size = new System.Drawing.Size(75, 23);
            this.button9.TabIndex = 13;
            this.button9.Text = "执行1000";
            this.button9.UseVisualStyleBackColor = true;
            this.button9.Click += new System.EventHandler(this.button9_Click);
            // 
            // button10
            // 
            this.button10.Location = new System.Drawing.Point(603, 329);
            this.button10.Name = "button10";
            this.button10.Size = new System.Drawing.Size(75, 23);
            this.button10.TabIndex = 14;
            this.button10.Text = "执行Debug";
            this.button10.UseVisualStyleBackColor = true;
            this.button10.Click += new System.EventHandler(this.button10_Click);
            // 
            // button11
            // 
            this.button11.Location = new System.Drawing.Point(13, 335);
            this.button11.Name = "button11";
            this.button11.Size = new System.Drawing.Size(75, 23);
            this.button11.TabIndex = 15;
            this.button11.Text = "TestAll";
            this.button11.UseVisualStyleBackColor = true;
            this.button11.Click += new System.EventHandler(this.button11_Click);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(996, 477);
            this.Controls.Add(this.button11);
            this.Controls.Add(this.button10);
            this.Controls.Add(this.button9);
            this.Controls.Add(this.button8);
            this.Controls.Add(this.button7);
            this.Controls.Add(this.button6);
            this.Controls.Add(this.button5);
            this.Controls.Add(this.button4);
            this.Controls.Add(this.button3);
            this.Controls.Add(this.treeViewExp);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.listLog);
            this.Controls.Add(this.button_saveCode);
            this.Controls.Add(this.listCodeFile);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.richTextBox_Code);
            this.Name = "Form1";
            this.Text = "Form1";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.ResumeLayout(false);

        }