form1.designer.cs
来自「一个用C#编写的解释器」· CS 代码 · 共 423 行 · 第 1/2 页
CS
423 行
this.label2.Size = new System.Drawing.Size(59, 15);
this.label2.TabIndex = 0;
this.label2.Text = "说明 :";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.textBox4);
this.groupBox2.Location = new System.Drawing.Point(12, 106);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(381, 171);
this.groupBox2.TabIndex = 5;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "当前分析的文件内容";
//
// textBox4
//
this.textBox4.BackColor = System.Drawing.SystemColors.Menu;
this.textBox4.Location = new System.Drawing.Point(6, 20);
this.textBox4.Multiline = true;
this.textBox4.Name = "textBox4";
this.textBox4.ReadOnly = true;
this.textBox4.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.textBox4.Size = new System.Drawing.Size(368, 136);
this.textBox4.TabIndex = 6;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(228, 24);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(113, 12);
this.label3.TabIndex = 6;
this.label3.Text = "分析结果保存路径:";
//
// textBox5
//
this.textBox5.Location = new System.Drawing.Point(230, 39);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(172, 21);
this.textBox5.TabIndex = 7;
//
// button2
//
this.button2.Location = new System.Drawing.Point(230, 66);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(172, 23);
this.button2.TabIndex = 8;
this.button2.Text = "导出分析结果";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// textBox6
//
this.textBox6.BackColor = System.Drawing.SystemColors.Menu;
this.textBox6.Location = new System.Drawing.Point(11, 20);
this.textBox6.Multiline = true;
this.textBox6.Name = "textBox6";
this.textBox6.ReadOnly = true;
this.textBox6.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.textBox6.Size = new System.Drawing.Size(176, 200);
this.textBox6.TabIndex = 9;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.textBox3);
this.groupBox3.Controls.Add(this.label2);
this.groupBox3.Controls.Add(this.textBox6);
this.groupBox3.Location = new System.Drawing.Point(412, 106);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(198, 376);
this.groupBox3.TabIndex = 10;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "单词符号类型码列表(共32类)";
//
// button3
//
this.button3.Location = new System.Drawing.Point(423, 37);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(172, 23);
this.button3.TabIndex = 11;
this.button3.Text = "生成范例";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(423, 66);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(172, 23);
this.button4.TabIndex = 12;
this.button4.Text = "删除范例";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(421, 22);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(71, 12);
this.label4.TabIndex = 13;
this.label4.Text = "D:\\范例.txt";
//
// button5
//
this.button5.Location = new System.Drawing.Point(116, 284);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(172, 21);
this.button5.TabIndex = 14;
this.button5.Text = "清空分析结果";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(25, 500);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(233, 12);
this.label10.TabIndex = 15;
this.label10.Text = "版权说明:该软件不设版权,用于学习交流";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(305, 500);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(107, 12);
this.label11.TabIndex = 16;
this.label11.Text = "作者:FPX @ HEBUT";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(455, 500);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(149, 12);
this.label12.TabIndex = 17;
this.label12.Text = "E-MAIL:a95537709@163.com";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(622, 521);
this.Controls.Add(this.label12);
this.Controls.Add(this.label11);
this.Controls.Add(this.label10);
this.Controls.Add(this.button5);
this.Controls.Add(this.label4);
this.Controls.Add(this.button4);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.textBox5);
this.Controls.Add(this.label3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.label1);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.button1);
this.Controls.Add(this.groupBox3);
this.Name = "Form1";
this.Text = "FPX 词法分析器 版本1.0";
this.Load += new System.EventHandler(this.Form1_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.TextBox textBox5;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.TextBox textBox6;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox textBox10;
private System.Windows.Forms.TextBox textBox9;
private System.Windows.Forms.TextBox textBox8;
private System.Windows.Forms.TextBox textBox7;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label12;
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?