亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? form1.designer.cs

?? 編譯原理語法分析和詞法分析綜合實驗: 源程序、可執行程序、測試程序文件、程序運行說明文件、實驗報告。
?? CS
字號:
?namespace syn
{
    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.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.button1 = new System.Windows.Forms.Button();
            this.richTextBox1 = new System.Windows.Forms.RichTextBox();
            this.button2 = new System.Windows.Forms.Button();
            this.buttonAnalyse = new System.Windows.Forms.Button();
            this.richTextBoxReadin = new System.Windows.Forms.RichTextBox();
            this.richTextBoxAnaliseOut = new System.Windows.Forms.RichTextBox();
            this.buttonRead = new System.Windows.Forms.Button();
            this.buttonParser = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            this.button4 = new System.Windows.Forms.Button();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.richTextBoxStatus = new System.Windows.Forms.RichTextBox();
            this.button5 = new System.Windows.Forms.Button();
            this.button7 = new System.Windows.Forms.Button();
            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
            this.tableLayoutPanel1.SuspendLayout();
            this.tableLayoutPanel2.SuspendLayout();
            this.SuspendLayout();
            // 
            // openFileDialog1
            // 
            this.openFileDialog1.FileName = "openFileDialog1";
            this.openFileDialog1.Filter = "text files(*.txt)|*.txt";
            this.openFileDialog1.InitialDirectory = "C:\\Documents and Settings\\LuckyStar\\桌面";
            this.openFileDialog1.Multiselect = true;
            this.openFileDialog1.RestoreDirectory = true;
            this.openFileDialog1.Title = "select c files";
            this.openFileDialog1.FileOk += new System.ComponentModel.CancelEventHandler(this.openFileDialog1_FileOk);
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(-1, 3);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 0;
            this.button1.Text = "button1";
            this.button1.UseVisualStyleBackColor = true;
            // 
            // richTextBox1
            // 
            this.richTextBox1.Location = new System.Drawing.Point(13, 32);
            this.richTextBox1.Name = "richTextBox1";
            this.richTextBox1.Size = new System.Drawing.Size(267, 228);
            this.richTextBox1.TabIndex = 1;
            this.richTextBox1.Text = "";
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(156, 3);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 2;
            this.button2.Text = "button2";
            this.button2.UseVisualStyleBackColor = true;
            // 
            // buttonAnalyse
            // 
            this.buttonAnalyse.Location = new System.Drawing.Point(120, 12);
            this.buttonAnalyse.Name = "buttonAnalyse";
            this.buttonAnalyse.Size = new System.Drawing.Size(86, 23);
            this.buttonAnalyse.TabIndex = 1;
            this.buttonAnalyse.Text = "lexAnalysis";
            this.buttonAnalyse.UseVisualStyleBackColor = true;
            this.buttonAnalyse.Click += new System.EventHandler(this.buttonAnalyse_Click);
            // 
            // richTextBoxReadin
            // 
            this.richTextBoxReadin.AutoWordSelection = true;
            this.richTextBoxReadin.Dock = System.Windows.Forms.DockStyle.Fill;
            this.richTextBoxReadin.Location = new System.Drawing.Point(3, 3);
            this.richTextBoxReadin.Name = "richTextBoxReadin";
            this.richTextBoxReadin.Size = new System.Drawing.Size(336, 312);
            this.richTextBoxReadin.TabIndex = 2;
            this.richTextBoxReadin.Text = "";
            // 
            // richTextBoxAnaliseOut
            // 
            this.richTextBoxAnaliseOut.Dock = System.Windows.Forms.DockStyle.Fill;
            this.richTextBoxAnaliseOut.Location = new System.Drawing.Point(345, 3);
            this.richTextBoxAnaliseOut.Name = "richTextBoxAnaliseOut";
            this.richTextBoxAnaliseOut.Size = new System.Drawing.Size(172, 312);
            this.richTextBoxAnaliseOut.TabIndex = 3;
            this.richTextBoxAnaliseOut.Text = "";
            // 
            // buttonRead
            // 
            this.buttonRead.Location = new System.Drawing.Point(28, 12);
            this.buttonRead.Name = "buttonRead";
            this.buttonRead.Size = new System.Drawing.Size(86, 23);
            this.buttonRead.TabIndex = 5;
            this.buttonRead.Text = "openFile";
            this.buttonRead.UseVisualStyleBackColor = true;
            this.buttonRead.Click += new System.EventHandler(this.buttonRead_Click);
            // 
            // buttonParser
            // 
            this.buttonParser.Location = new System.Drawing.Point(212, 12);
            this.buttonParser.Name = "buttonParser";
            this.buttonParser.Size = new System.Drawing.Size(87, 23);
            this.buttonParser.TabIndex = 6;
            this.buttonParser.Text = "parsing";
            this.buttonParser.UseVisualStyleBackColor = true;
            this.buttonParser.Click += new System.EventHandler(this.buttonParser_Click);
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(305, 12);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(85, 23);
            this.button3.TabIndex = 7;
            this.button3.Text = "semAnalysis";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // button4
            // 
            this.button4.Location = new System.Drawing.Point(396, 12);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(82, 23);
            this.button4.TabIndex = 8;
            this.button4.Text = "run";
            this.button4.UseVisualStyleBackColor = true;
            this.button4.Click += new System.EventHandler(this.button4_Click);
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.tableLayoutPanel1.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.tableLayoutPanel1.BackgroundImage = global::syn.Properties.Resources._1;
            this.tableLayoutPanel1.ColumnCount = 2;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 65.86345F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 34.13655F));
            this.tableLayoutPanel1.Controls.Add(this.richTextBoxReadin, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.richTextBoxAnaliseOut, 1, 0);
            this.tableLayoutPanel1.Location = new System.Drawing.Point(-4, 55);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 1;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(520, 318);
            this.tableLayoutPanel1.TabIndex = 9;
            // 
            // richTextBoxStatus
            // 
            this.richTextBoxStatus.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.richTextBoxStatus.Location = new System.Drawing.Point(0, 401);
            this.richTextBoxStatus.Name = "richTextBoxStatus";
            this.richTextBoxStatus.Size = new System.Drawing.Size(514, 85);
            this.richTextBoxStatus.TabIndex = 10;
            this.richTextBoxStatus.Text = "";
            // 
            // button5
            // 
            this.button5.BackColor = System.Drawing.Color.LightGray;
            this.button5.Dock = System.Windows.Forms.DockStyle.Left;
            this.button5.ForeColor = System.Drawing.Color.RoyalBlue;
            this.button5.Location = new System.Drawing.Point(3, 3);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(111, 23);
            this.button5.TabIndex = 11;
            this.button5.Text = "clean";
            this.button5.UseVisualStyleBackColor = true;
            this.button5.Click += new System.EventHandler(this.button5_Click);
            // 
            // button7
            // 
            this.button7.Dock = System.Windows.Forms.DockStyle.Left;
            this.button7.Location = new System.Drawing.Point(157, 3);
            this.button7.Name = "button7";
            this.button7.Size = new System.Drawing.Size(120, 23);
            this.button7.TabIndex = 13;
            this.button7.Text = "maximize";
            this.button7.UseVisualStyleBackColor = true;
            this.button7.Click += new System.EventHandler(this.button7_Click);
            // 
            // tableLayoutPanel2
            // 
            this.tableLayoutPanel2.BackgroundImage = global::syn.Properties.Resources._1;
            this.tableLayoutPanel2.ColumnCount = 3;
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F));
            this.tableLayoutPanel2.Controls.Add(this.button5, 0, 0);
            this.tableLayoutPanel2.Controls.Add(this.button7, 1, 0);
            this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 372);
            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
            this.tableLayoutPanel2.RowCount = 1;
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel2.Size = new System.Drawing.Size(514, 29);
            this.tableLayoutPanel2.TabIndex = 14;
            // 
            // Form1
            // 
            this.BackColor = System.Drawing.Color.LightGray;
            this.BackgroundImage = global::syn.Properties.Resources._1;
            this.ClientSize = new System.Drawing.Size(514, 486);
            this.Controls.Add(this.tableLayoutPanel2);
            this.Controls.Add(this.richTextBoxStatus);
            this.Controls.Add(this.tableLayoutPanel1);
            this.Controls.Add(this.button4);
            this.Controls.Add(this.button3);
            this.Controls.Add(this.buttonParser);
            this.Controls.Add(this.buttonRead);
            this.Controls.Add(this.buttonAnalyse);
            this.ForeColor = System.Drawing.Color.RoyalBlue;
            this.Name = "Form1";
            this.Text = "C compiler";
            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel2.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.OpenFileDialog openFileDialog1;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.RichTextBox richTextBox1;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.Button buttonAnalyse;
        private System.Windows.Forms.RichTextBox richTextBoxAnaliseOut;
        private System.Windows.Forms.RichTextBox richTextBoxReadin;
        private System.Windows.Forms.Button buttonRead;
        private System.Windows.Forms.Button buttonParser;
        private System.Windows.Forms.Button button3;
        private System.Windows.Forms.Button button4;
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
        private System.Windows.Forms.RichTextBox richTextBoxStatus;
        private System.Windows.Forms.Button button5;
        private System.Windows.Forms.Button button7;
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;

    }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
精品国产麻豆免费人成网站| 亚洲欧洲综合另类| 国产亚洲一本大道中文在线| 国产日韩欧美综合在线| 久久人人97超碰com| 国产精品女主播在线观看| 一区二区三区欧美激情| 亚洲小说欧美激情另类| 蜜臀精品久久久久久蜜臀| 福利视频网站一区二区三区| 在线免费不卡电影| 日韩欧美激情四射| 中文字幕免费不卡| 日日夜夜免费精品| 日本亚洲电影天堂| 91色.com| 精品久久久久一区二区国产| 自拍av一区二区三区| 日韩va亚洲va欧美va久久| 麻豆成人在线观看| 99riav久久精品riav| 日韩欧美三级在线| 亚洲精品乱码久久久久久久久 | 欧美精品色综合| 国产蜜臀av在线一区二区三区| 成人免费在线视频观看| 美日韩一区二区| 不卡免费追剧大全电视剧网站| 欧美三级乱人伦电影| 国产精品入口麻豆原神| 国产精品18久久久久久久久久久久| 91精品国产入口在线| 午夜久久久影院| 欧美色男人天堂| 亚洲va天堂va国产va久| 欧美午夜不卡在线观看免费| 亚洲日本欧美天堂| 在线观看亚洲精品| 亚洲高清免费在线| 欧美日韩精品一区二区天天拍小说 | caoporn国产精品| 中文字幕欧美激情| 成人激情免费网站| 亚洲狼人国产精品| 在线精品亚洲一区二区不卡| 一区二区三区在线影院| 色偷偷成人一区二区三区91| 一区二区日韩av| 欧美精品日韩精品| 国内精品国产成人| 国产精品入口麻豆原神| 色偷偷久久一区二区三区| 亚洲国产精品欧美一二99| 制服丝袜亚洲网站| 国产精品18久久久久久vr | 日韩欧美久久久| 精品一区二区三区蜜桃| 日本一区二区在线不卡| 色94色欧美sute亚洲13| 男女男精品视频| 国产色91在线| 一本大道久久精品懂色aⅴ | 国产精品电影一区二区三区| 91亚洲精华国产精华精华液| 午夜国产精品影院在线观看| 精品国产乱码久久久久久夜甘婷婷 | 五月综合激情日本mⅴ| 欧美一区二区日韩一区二区| 国产盗摄女厕一区二区三区| 亚洲欧美精品午睡沙发| 777奇米四色成人影色区| 国产成人免费视频精品含羞草妖精| 亚洲欧美日韩一区二区| 日韩一卡二卡三卡四卡| 91免费看视频| 久久er99热精品一区二区| 中文字幕亚洲精品在线观看 | 国产欧美中文在线| 日本精品裸体写真集在线观看| 日韩精品免费视频人成| 国产日产欧美一区| 91精品在线观看入口| 丁香五精品蜜臀久久久久99网站| 亚洲成人免费观看| 中文字幕 久热精品 视频在线| 欧美日韩一区二区电影| 国产一区久久久| 五月天激情小说综合| 欧美韩国日本综合| 欧美精品在线视频| 色综合天天综合网天天狠天天| 久久国产视频网| 亚洲国产欧美另类丝袜| 日韩美女精品在线| 国产午夜精品久久久久久免费视 | 久久久三级国产网站| 欧美男男青年gay1069videost| 成人午夜视频免费看| 国产一区激情在线| 美女视频黄免费的久久 | 国产精品资源在线看| 亚洲午夜在线电影| 亚洲人成在线观看一区二区| www成人在线观看| 91麻豆精品91久久久久同性| 色屁屁一区二区| 99久免费精品视频在线观看| 激情六月婷婷综合| 免费不卡在线视频| 日韩av二区在线播放| 午夜视频一区在线观看| 亚洲欧美偷拍三级| 亚洲欧洲精品一区二区三区 | 欧美日韩二区三区| 欧美视频三区在线播放| 91精彩视频在线| 99久免费精品视频在线观看 | 一区二区三区四区不卡视频 | 在线精品视频一区二区三四| av影院午夜一区| 99r国产精品| 色综合久久久网| 一本在线高清不卡dvd| 色88888久久久久久影院野外| 91久久精品一区二区三区| 在线免费观看视频一区| 欧美日韩国产综合视频在线观看| 欧美日韩国产片| 91精品国产综合久久精品app| 91精品国产综合久久精品性色| 日韩欧美中文字幕公布| 久久精品一级爱片| 中文字幕一区二区三区视频| 亚洲综合丁香婷婷六月香| 天堂va蜜桃一区二区三区漫画版| 亚洲sss视频在线视频| 毛片av中文字幕一区二区| 美女视频一区二区三区| 国产成人免费在线观看不卡| 91香蕉视频黄| 欧美电影一区二区| www久久久久| 亚洲免费在线观看视频| 五月综合激情婷婷六月色窝| 国模少妇一区二区三区| 91网址在线看| 日韩欧美色综合网站| 国产女主播一区| 亚洲国产一区二区三区| 国内不卡的二区三区中文字幕| 成人免费毛片片v| 欧美日韩精品一区二区天天拍小说 | 日产精品久久久久久久性色| 国产精品99久久久| 在线看一区二区| 精品处破学生在线二十三| 中文字幕佐山爱一区二区免费| 日日夜夜免费精品视频| 成人丝袜高跟foot| 91精品国产综合久久福利 | 樱桃国产成人精品视频| 紧缚捆绑精品一区二区| av成人老司机| 精品国产凹凸成av人导航| 亚洲精品少妇30p| 国产精品一二三区在线| 欧美丝袜丝交足nylons| 国产女同性恋一区二区| 日韩国产精品91| av不卡免费在线观看| 欧美电视剧免费全集观看| 亚洲综合在线第一页| 国产精品123| 日韩午夜在线观看| 亚洲综合丁香婷婷六月香| www.欧美亚洲| 精品国产一区二区三区久久久蜜月 | 国产欧美一二三区| 日本女优在线视频一区二区| 91美女福利视频| 国产三级一区二区| 精品一区二区三区影院在线午夜| 在线亚洲欧美专区二区| 亚洲天堂成人在线观看| 国产福利精品一区| 26uuu久久综合| 久久精品国产成人一区二区三区 | 不卡大黄网站免费看| 精品第一国产综合精品aⅴ| 日韩精品一卡二卡三卡四卡无卡| 色综合色综合色综合| 中文字幕在线观看一区| 国产成人自拍高清视频在线免费播放| 91精品国产欧美一区二区18 | 1024精品合集| 成人的网站免费观看| 国产欧美一区二区在线| 国产精一品亚洲二区在线视频| 欧美成人欧美edvon| 久久激情五月婷婷|