form1.designer.cs
来自「一个用C#编写的解释器」· CS 代码 · 共 534 行 · 第 1/2 页
CS
534 行
this.label7.TabIndex = 3;
this.label7.Text = "保留字统计:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(468, 33);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(77, 12);
this.label6.TabIndex = 2;
this.label6.Text = "标识符统计:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(468, 65);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(77, 12);
this.label5.TabIndex = 1;
this.label5.Text = "整常数统计:";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.textBox4);
this.groupBox2.Location = new System.Drawing.Point(12, 79);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(626, 146);
this.groupBox2.TabIndex = 5;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "当前分析的文件内容";
//
// textBox4
//
this.textBox4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.textBox4.Location = new System.Drawing.Point(12, 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(602, 109);
this.textBox4.TabIndex = 7;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.textBox11);
this.groupBox3.Controls.Add(this.label4);
this.groupBox3.Controls.Add(this.listBox1);
this.groupBox3.Location = new System.Drawing.Point(726, 129);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(170, 348);
this.groupBox3.TabIndex = 10;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "单词符号类型码列表";
//
// textBox11
//
this.textBox11.Location = new System.Drawing.Point(6, 214);
this.textBox11.Multiline = true;
this.textBox11.Name = "textBox11";
this.textBox11.ReadOnly = true;
this.textBox11.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.textBox11.Size = new System.Drawing.Size(158, 128);
this.textBox11.TabIndex = 25;
this.textBox11.TabStop = false;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(6, 199);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 14;
this.label4.Text = "说明:";
//
// listBox1
//
this.listBox1.BackColor = System.Drawing.Color.LightBlue;
this.listBox1.ForeColor = System.Drawing.SystemColors.HotTrack;
this.listBox1.FormattingEnabled = true;
this.listBox1.ItemHeight = 12;
this.listBox1.Location = new System.Drawing.Point(6, 21);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(158, 172);
this.listBox1.TabIndex = 13;
//
// button3
//
this.button3.Location = new System.Drawing.Point(6, 18);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(144, 23);
this.button3.TabIndex = 1;
this.button3.Text = "生成分析范例";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(154, 18);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(144, 23);
this.button4.TabIndex = 2;
this.button4.Text = "删除范例";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button6
//
this.button6.Location = new System.Drawing.Point(14, 46);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(144, 23);
this.button6.TabIndex = 11;
this.button6.Text = "导入关键字集";
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.button6_Click);
//
// groupBox4
//
this.groupBox4.Controls.Add(this.button3);
this.groupBox4.Controls.Add(this.button4);
this.groupBox4.Location = new System.Drawing.Point(328, 12);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(310, 49);
this.groupBox4.TabIndex = 19;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "D:\\范例.txt";
//
// groupBox6
//
this.groupBox6.Controls.Add(this.button10);
this.groupBox6.Controls.Add(this.textBox2);
this.groupBox6.Controls.Add(this.button1);
this.groupBox6.Location = new System.Drawing.Point(12, 12);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Size = new System.Drawing.Size(310, 49);
this.groupBox6.TabIndex = 20;
this.groupBox6.TabStop = false;
this.groupBox6.Text = "当前分析文件路径:";
//
// button10
//
this.button10.Location = new System.Drawing.Point(274, 17);
this.button10.Name = "button10";
this.button10.Size = new System.Drawing.Size(27, 23);
this.button10.TabIndex = 7;
this.button10.Text = "<<";
this.button10.UseVisualStyleBackColor = true;
this.button10.Click += new System.EventHandler(this.button10_Click);
//
// button7
//
this.button7.Location = new System.Drawing.Point(14, 75);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(144, 23);
this.button7.TabIndex = 12;
this.button7.Text = "导出关键字集";
this.button7.UseVisualStyleBackColor = true;
this.button7.Click += new System.EventHandler(this.button7_Click);
//
// button8
//
this.button8.Location = new System.Drawing.Point(14, 17);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(144, 23);
this.button8.TabIndex = 10;
this.button8.Text = "使用默认关键字集";
this.button8.UseVisualStyleBackColor = true;
this.button8.Click += new System.EventHandler(this.button8_Click);
//
// groupBox7
//
this.groupBox7.Controls.Add(this.button8);
this.groupBox7.Controls.Add(this.button6);
this.groupBox7.Controls.Add(this.button7);
this.groupBox7.Location = new System.Drawing.Point(726, 12);
this.groupBox7.Name = "groupBox7";
this.groupBox7.Size = new System.Drawing.Size(170, 111);
this.groupBox7.TabIndex = 23;
this.groupBox7.TabStop = false;
this.groupBox7.Text = "动态关键字集";
//
// button9
//
this.button9.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.button9.Location = new System.Drawing.Point(740, 502);
this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(144, 23);
this.button9.TabIndex = 26;
this.button9.Text = "退出";
this.button9.UseVisualStyleBackColor = true;
this.button9.Click += new System.EventHandler(this.button9_Click);
//
// Form1
//
this.AcceptButton = this.button3;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.button9;
this.ClientSize = new System.Drawing.Size(920, 548);
this.Controls.Add(this.button9);
this.Controls.Add(this.groupBox6);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox7);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MinimizeBox = false;
this.Name = "Form1";
this.Text = "FPX 词法分析器 版本V2.5pro";
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.groupBox4.ResumeLayout(false);
this.groupBox6.ResumeLayout(false);
this.groupBox6.PerformLayout();
this.groupBox7.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox textBox2;
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.GroupBox groupBox3;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
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.ListBox listBox1;
private System.Windows.Forms.ListBox listBox2;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.GroupBox groupBox6;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.GroupBox groupBox7;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBox6;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textBox11;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.Button button10;
private System.Windows.Forms.Button button2;
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?