⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 yufa.designer.cs

📁 一个非常好的语法分析器
💻 CS
📖 第 1 页 / 共 4 页
字号:
            this.T6.Size = new System.Drawing.Size(30, 21);
            this.T6.TabIndex = 6;
            this.T6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // T5
            // 
            this.T5.Location = new System.Drawing.Point(257, 28);
            this.T5.Name = "T5";
            this.T5.Size = new System.Drawing.Size(30, 21);
            this.T5.TabIndex = 5;
            this.T5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // T4
            // 
            this.T4.Location = new System.Drawing.Point(209, 28);
            this.T4.Name = "T4";
            this.T4.Size = new System.Drawing.Size(30, 21);
            this.T4.TabIndex = 4;
            this.T4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // T3
            // 
            this.T3.Location = new System.Drawing.Point(161, 28);
            this.T3.Name = "T3";
            this.T3.Size = new System.Drawing.Size(30, 21);
            this.T3.TabIndex = 3;
            this.T3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // T2
            // 
            this.T2.Location = new System.Drawing.Point(113, 28);
            this.T2.Name = "T2";
            this.T2.Size = new System.Drawing.Size(30, 21);
            this.T2.TabIndex = 2;
            this.T2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // T1
            // 
            this.T1.Location = new System.Drawing.Point(65, 28);
            this.T1.Name = "T1";
            this.T1.Size = new System.Drawing.Size(30, 21);
            this.T1.TabIndex = 1;
            this.T1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(13, 32);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(41, 12);
            this.label2.TabIndex = 0;
            this.label2.Text = "终结符";
            // 
            // Bfenxi
            // 
            this.Bfenxi.Location = new System.Drawing.Point(452, 398);
            this.Bfenxi.Name = "Bfenxi";
            this.Bfenxi.Size = new System.Drawing.Size(105, 39);
            this.Bfenxi.TabIndex = 2;
            this.Bfenxi.Text = "进行分析";
            this.Bfenxi.UseVisualStyleBackColor = true;
            this.Bfenxi.Click += new System.EventHandler(this.Bfenxi_Click);
            // 
            // TOut
            // 
            this.TOut.Location = new System.Drawing.Point(10, 20);
            this.TOut.Multiline = true;
            this.TOut.Name = "TOut";
            this.TOut.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.TOut.Size = new System.Drawing.Size(345, 230);
            this.TOut.TabIndex = 3;
            // 
            // Code
            // 
            this.Code.Location = new System.Drawing.Point(10, 20);
            this.Code.Multiline = true;
            this.Code.Name = "Code";
            this.Code.Size = new System.Drawing.Size(345, 40);
            this.Code.TabIndex = 5;
            // 
            // fenxijieguo
            // 
            this.fenxijieguo.Controls.Add(this.TOut);
            this.fenxijieguo.Location = new System.Drawing.Point(487, 120);
            this.fenxijieguo.Name = "fenxijieguo";
            this.fenxijieguo.Size = new System.Drawing.Size(365, 261);
            this.fenxijieguo.TabIndex = 6;
            this.fenxijieguo.TabStop = false;
            this.fenxijieguo.Text = "分析结果";
            // 
            // Bopen
            // 
            this.Bopen.Location = new System.Drawing.Point(14, 398);
            this.Bopen.Name = "Bopen";
            this.Bopen.Size = new System.Drawing.Size(105, 39);
            this.Bopen.TabIndex = 7;
            this.Bopen.Text = "打开示例优先表";
            this.Bopen.UseVisualStyleBackColor = true;
            this.Bopen.Click += new System.EventHandler(this.Bopen_Click);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.Code);
            this.groupBox2.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.groupBox2.Location = new System.Drawing.Point(487, 39);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(365, 75);
            this.groupBox2.TabIndex = 8;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "请输入要分析的句子";
            // 
            // juzi1
            // 
            this.juzi1.Location = new System.Drawing.Point(160, 398);
            this.juzi1.Name = "juzi1";
            this.juzi1.Size = new System.Drawing.Size(105, 39);
            this.juzi1.TabIndex = 9;
            this.juzi1.Text = "打开示例句子1";
            this.juzi1.UseVisualStyleBackColor = true;
            this.juzi1.Click += new System.EventHandler(this.juzi1_Click);
            // 
            // juzi2
            // 
            this.juzi2.Location = new System.Drawing.Point(306, 398);
            this.juzi2.Name = "juzi2";
            this.juzi2.Size = new System.Drawing.Size(105, 39);
            this.juzi2.TabIndex = 10;
            this.juzi2.Text = "打开示例句子2";
            this.juzi2.UseVisualStyleBackColor = true;
            this.juzi2.Click += new System.EventHandler(this.juzi2_Click);
            // 
            // clear
            // 
            this.clear.Location = new System.Drawing.Point(744, 398);
            this.clear.Name = "clear";
            this.clear.Size = new System.Drawing.Size(105, 39);
            this.clear.TabIndex = 11;
            this.clear.Text = "清空所有";
            this.clear.UseVisualStyleBackColor = true;
            this.clear.Click += new System.EventHandler(this.clear_Click);
            // 
            // clearjuzi
            // 
            this.clearjuzi.Location = new System.Drawing.Point(598, 398);
            this.clearjuzi.Name = "clearjuzi";
            this.clearjuzi.Size = new System.Drawing.Size(105, 39);
            this.clearjuzi.TabIndex = 12;
            this.clearjuzi.Text = "清空输入的句子";
            this.clearjuzi.UseVisualStyleBackColor = true;
            this.clearjuzi.Click += new System.EventHandler(this.clearjuzi_Click);
            // 
            // yufa
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(875, 461);
            this.Controls.Add(this.clearjuzi);
            this.Controls.Add(this.clear);
            this.Controls.Add(this.juzi2);
            this.Controls.Add(this.juzi1);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.Bopen);
            this.Controls.Add(this.fenxijieguo);
            this.Controls.Add(this.Bfenxi);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.label1);
            this.Name = "yufa";
            this.Text = "语法分析器042791";
            this.Load += new System.EventHandler(this.yufa_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.fenxijieguo.ResumeLayout(false);
            this.fenxijieguo.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox T2;
        private System.Windows.Forms.TextBox T1;
        private System.Windows.Forms.TextBox a88;
        private System.Windows.Forms.TextBox a87;
        private System.Windows.Forms.TextBox a86;
        private System.Windows.Forms.TextBox a85;
        private System.Windows.Forms.TextBox a84;
        private System.Windows.Forms.TextBox a83;
        private System.Windows.Forms.TextBox a82;
        private System.Windows.Forms.TextBox a81;
        private System.Windows.Forms.TextBox T16;
        private System.Windows.Forms.TextBox T14;
        private System.Windows.Forms.TextBox T13;
        private System.Windows.Forms.TextBox T12;
        private System.Windows.Forms.TextBox T11;
        private System.Windows.Forms.TextBox T10;
        private System.Windows.Forms.TextBox T9;
        private System.Windows.Forms.TextBox T15;
        private System.Windows.Forms.TextBox a78;
        private System.Windows.Forms.TextBox a77;
        private System.Windows.Forms.TextBox a76;
        private System.Windows.Forms.TextBox a75;
        private System.Windows.Forms.TextBox a74;
        private System.Windows.Forms.TextBox a73;
        private System.Windows.Forms.TextBox a72;
        private System.Windows.Forms.TextBox a71;
        private System.Windows.Forms.TextBox a68;
        private System.Windows.Forms.TextBox a67;
        private System.Windows.Forms.TextBox a66;
        private System.Windows.Forms.TextBox a65;
        private System.Windows.Forms.TextBox a64;
        private System.Windows.Forms.TextBox a63;
        private System.Windows.Forms.TextBox a62;
        private System.Windows.Forms.TextBox a61;
        private System.Windows.Forms.TextBox a58;
        private System.Windows.Forms.TextBox a57;
        private System.Windows.Forms.TextBox a56;
        private System.Windows.Forms.TextBox a55;
        private System.Windows.Forms.TextBox a54;
        private System.Windows.Forms.TextBox a53;
        private System.Windows.Forms.TextBox a52;
        private System.Windows.Forms.TextBox a51;
        private System.Windows.Forms.TextBox a48;
        private System.Windows.Forms.TextBox a47;
        private System.Windows.Forms.TextBox a46;
        private System.Windows.Forms.TextBox a45;
        private System.Windows.Forms.TextBox a44;
        private System.Windows.Forms.TextBox a43;
        private System.Windows.Forms.TextBox a42;
        private System.Windows.Forms.TextBox a41;
        private System.Windows.Forms.TextBox a38;
        private System.Windows.Forms.TextBox a37;
        private System.Windows.Forms.TextBox a36;
        private System.Windows.Forms.TextBox a35;
        private System.Windows.Forms.TextBox a34;
        private System.Windows.Forms.TextBox a33;
        private System.Windows.Forms.TextBox a32;
        private System.Windows.Forms.TextBox a31;
        private System.Windows.Forms.TextBox a28;
        private System.Windows.Forms.TextBox a27;
        private System.Windows.Forms.TextBox a26;
        private System.Windows.Forms.TextBox a25;
        private System.Windows.Forms.TextBox a24;
        private System.Windows.Forms.TextBox a23;
        private System.Windows.Forms.TextBox a22;
        private System.Windows.Forms.TextBox a21;
        private System.Windows.Forms.TextBox a18;
        private System.Windows.Forms.TextBox a17;
        private System.Windows.Forms.TextBox a16;
        private System.Windows.Forms.TextBox a15;
        private System.Windows.Forms.TextBox a14;
        private System.Windows.Forms.TextBox a13;
        private System.Windows.Forms.TextBox a12;
        private System.Windows.Forms.TextBox a11;
        private System.Windows.Forms.TextBox T8;
        private System.Windows.Forms.TextBox T7;
        private System.Windows.Forms.TextBox T6;
        private System.Windows.Forms.TextBox T5;
        private System.Windows.Forms.TextBox T4;
        private System.Windows.Forms.TextBox T3;
        private System.Windows.Forms.PictureBox pictureBox2;
        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.PictureBox pictureBox3;
        private System.Windows.Forms.Button Bfenxi;
        private System.Windows.Forms.TextBox TOut;
        private System.Windows.Forms.TextBox Code;
        private System.Windows.Forms.GroupBox fenxijieguo;
        private System.Windows.Forms.Button Bopen;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Button juzi1;
        private System.Windows.Forms.Button juzi2;
        private System.Windows.Forms.Button clear;
        private System.Windows.Forms.Button clearjuzi;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -