📄 form1.designer.cs
字号:
namespace FAProject
{
partial class Form1
{
/// <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 Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.GramBox = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.listBox1 = new System.Windows.Forms.ListBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.state = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.vacabulary = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.endstate = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.initialstate = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.button3 = new System.Windows.Forms.Button();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// GramBox
//
this.GramBox.Location = new System.Drawing.Point(263, 86);
this.GramBox.Name = "GramBox";
this.GramBox.Size = new System.Drawing.Size(388, 21);
this.GramBox.TabIndex = 0;
this.GramBox.Text = "E->0;E->0A;E->1B;A->0;A->0A;A->1B;B->0C;B->1;B->1A;C->0B;C->1C";
//
// button1
//
this.button1.ForeColor = System.Drawing.Color.Blue;
this.button1.Location = new System.Drawing.Point(175, 325);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(138, 31);
this.button1.TabIndex = 1;
this.button1.Text = "点击转换";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// listBox1
//
this.listBox1.FormattingEnabled = true;
this.listBox1.ItemHeight = 12;
this.listBox1.Location = new System.Drawing.Point(90, 156);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(254, 136);
this.listBox1.TabIndex = 2;
//
// label1
//
this.label1.AutoSize = true;
this.label1.ForeColor = System.Drawing.Color.Red;
this.label1.Location = new System.Drawing.Point(12, 89);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(245, 12);
this.label1.TabIndex = 3;
this.label1.Text = "右线性文法(限制了第一个终结符的个数)输入";
//
// label2
//
this.label2.AutoSize = true;
this.label2.ForeColor = System.Drawing.Color.Red;
this.label2.Location = new System.Drawing.Point(12, 132);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(263, 12);
this.label2.TabIndex = 4;
this.label2.Text = "Step one,特殊的右线性文法转换成NFA";
//
// label3
//
this.label3.AutoSize = true;
this.label3.ForeColor = System.Drawing.Color.Red;
this.label3.Location = new System.Drawing.Point(7, 202);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(77, 12);
this.label3.TabIndex = 5;
this.label3.Text = "状态转移函数";
//
// label4
//
this.label4.AutoSize = true;
this.label4.ForeColor = System.Drawing.Color.Red;
this.label4.Location = new System.Drawing.Point(403, 159);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 6;
this.label4.Text = "状态集";
//
// state
//
this.state.Location = new System.Drawing.Point(472, 156);
this.state.Name = "state";
this.state.Size = new System.Drawing.Size(254, 21);
this.state.TabIndex = 7;
//
// label5
//
this.label5.AutoSize = true;
this.label5.ForeColor = System.Drawing.Color.Red;
this.label5.Location = new System.Drawing.Point(403, 198);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(41, 12);
this.label5.TabIndex = 8;
this.label5.Text = "字母表";
//
// vacabulary
//
this.vacabulary.Location = new System.Drawing.Point(472, 193);
this.vacabulary.Name = "vacabulary";
this.vacabulary.Size = new System.Drawing.Size(254, 21);
this.vacabulary.TabIndex = 9;
//
// label6
//
this.label6.AutoSize = true;
this.label6.ForeColor = System.Drawing.Color.Red;
this.label6.Location = new System.Drawing.Point(403, 238);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(41, 12);
this.label6.TabIndex = 10;
this.label6.Text = "终态集";
//
// endstate
//
this.endstate.Location = new System.Drawing.Point(472, 229);
this.endstate.Name = "endstate";
this.endstate.Size = new System.Drawing.Size(254, 21);
this.endstate.TabIndex = 11;
//
// label7
//
this.label7.AutoSize = true;
this.label7.ForeColor = System.Drawing.Color.Red;
this.label7.Location = new System.Drawing.Point(391, 280);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(53, 12);
this.label7.TabIndex = 12;
this.label7.Text = "开始状态";
//
// initialstate
//
this.initialstate.Location = new System.Drawing.Point(472, 271);
this.initialstate.Name = "initialstate";
this.initialstate.Size = new System.Drawing.Size(254, 21);
this.initialstate.TabIndex = 13;
//
// label8
//
this.label8.AutoSize = true;
this.label8.ForeColor = System.Drawing.Color.Red;
this.label8.Location = new System.Drawing.Point(12, 384);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(341, 12);
this.label8.TabIndex = 14;
this.label8.Text = "Step two ,NFA到DFA转换(时间有限,没有做出来)";
//
// button3
//
this.button3.ForeColor = System.Drawing.Color.Blue;
this.button3.Location = new System.Drawing.Point(472, 325);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(119, 31);
this.button3.TabIndex = 16;
this.button3.Text = "重新初始化";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// label9
//
this.label9.AutoSize = true;
this.label9.ForeColor = System.Drawing.Color.Red;
this.label9.Location = new System.Drawing.Point(11, 421);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(347, 12);
this.label9.TabIndex = 17;
this.label9.Text = "Step three ,DFA极小化(时间有限,没有做出来)";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("楷体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label10.ForeColor = System.Drawing.Color.Blue;
this.label10.Location = new System.Drawing.Point(23, 24);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(679, 19);
this.label10.TabIndex = 18;
this.label10.Text = "08计算机应用技术硕研 姓名:音学 学号:E200802032";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Silver;
this.ClientSize = new System.Drawing.Size(731, 442);
this.Controls.Add(this.label10);
this.Controls.Add(this.label9);
this.Controls.Add(this.button3);
this.Controls.Add(this.label8);
this.Controls.Add(this.initialstate);
this.Controls.Add(this.label7);
this.Controls.Add(this.endstate);
this.Controls.Add(this.label6);
this.Controls.Add(this.vacabulary);
this.Controls.Add(this.label5);
this.Controls.Add(this.state);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.listBox1);
this.Controls.Add(this.button1);
this.Controls.Add(this.GramBox);
this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
this.Name = "Form1";
this.Text = "FA实验";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox GramBox;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox state;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox vacabulary;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox endstate;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox initialstate;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -