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

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

?? form1.designer.cs

?? 簡單的詞法分析
?? CS
字號:
?namespace Constrints
{
    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.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.treeView1 = new System.Windows.Forms.TreeView();
            this.richTextBox1 = new System.Windows.Forms.RichTextBox();
            this.richTextBox2 = new System.Windows.Forms.RichTextBox();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            this.button4 = new System.Windows.Forms.Button();
            this.button5 = new System.Windows.Forms.Button();
            this.button6 = new System.Windows.Forms.Button();
            this.button7 = new System.Windows.Forms.Button();
            this.button8 = new System.Windows.Forms.Button();
            this.richTextBox3 = new System.Windows.Forms.RichTextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.button9 = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("宋體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.Location = new System.Drawing.Point(12, 19);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(72, 16);
            this.label1.TabIndex = 0;
            this.label1.Text = "產品模型";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("宋體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.Location = new System.Drawing.Point(288, 19);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(72, 16);
            this.label2.TabIndex = 1;
            this.label2.Text = "部件屬性";
            // 
            // treeView1
            // 
            this.treeView1.Location = new System.Drawing.Point(12, 52);
            this.treeView1.Name = "treeView1";
            this.treeView1.Size = new System.Drawing.Size(236, 322);
            this.treeView1.TabIndex = 2;
            // 
            // richTextBox1
            // 
            this.richTextBox1.Location = new System.Drawing.Point(282, 52);
            this.richTextBox1.Name = "richTextBox1";
            this.richTextBox1.Size = new System.Drawing.Size(258, 322);
            this.richTextBox1.TabIndex = 3;
            this.richTextBox1.Text = "";
            // 
            // richTextBox2
            // 
            this.richTextBox2.Location = new System.Drawing.Point(12, 407);
            this.richTextBox2.Name = "richTextBox2";
            this.richTextBox2.Size = new System.Drawing.Size(533, 68);
            this.richTextBox2.TabIndex = 4;
            this.richTextBox2.Text = "";
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(12, 481);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(20, 20);
            this.button1.TabIndex = 5;
            this.button1.Text = "+";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(38, 481);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(20, 20);
            this.button2.TabIndex = 6;
            this.button2.Text = "-";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click_1);
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(64, 481);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(20, 20);
            this.button3.TabIndex = 7;
            this.button3.Text = "=";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // button4
            // 
            this.button4.Location = new System.Drawing.Point(90, 481);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(20, 20);
            this.button4.TabIndex = 8;
            this.button4.Text = ">";
            this.button4.UseVisualStyleBackColor = true;
            this.button4.Click += new System.EventHandler(this.button4_Click);
            // 
            // button5
            // 
            this.button5.Location = new System.Drawing.Point(116, 481);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(20, 20);
            this.button5.TabIndex = 9;
            this.button5.Text = "<";
            this.button5.UseVisualStyleBackColor = true;
            this.button5.Click += new System.EventHandler(this.button5_Click);
            // 
            // button6
            // 
            this.button6.Location = new System.Drawing.Point(142, 481);
            this.button6.Name = "button6";
            this.button6.Size = new System.Drawing.Size(20, 20);
            this.button6.TabIndex = 10;
            this.button6.Text = ".";
            this.button6.UseVisualStyleBackColor = true;
            this.button6.Click += new System.EventHandler(this.button6_Click);
            // 
            // button7
            // 
            this.button7.Location = new System.Drawing.Point(168, 481);
            this.button7.Name = "button7";
            this.button7.Size = new System.Drawing.Size(20, 20);
            this.button7.TabIndex = 11;
            this.button7.Text = ":";
            this.button7.UseVisualStyleBackColor = true;
            this.button7.Click += new System.EventHandler(this.button7_Click);
            // 
            // button8
            // 
            this.button8.Location = new System.Drawing.Point(194, 481);
            this.button8.Name = "button8";
            this.button8.Size = new System.Drawing.Size(26, 20);
            this.button8.TabIndex = 12;
            this.button8.Text = "->";
            this.button8.UseVisualStyleBackColor = true;
            this.button8.Click += new System.EventHandler(this.button8_Click);
            // 
            // richTextBox3
            // 
            this.richTextBox3.Location = new System.Drawing.Point(12, 507);
            this.richTextBox3.Name = "richTextBox3";
            this.richTextBox3.Size = new System.Drawing.Size(533, 73);
            this.richTextBox3.TabIndex = 13;
            this.richTextBox3.Text = "";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("宋體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label3.Location = new System.Drawing.Point(12, 377);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(72, 16);
            this.label3.TabIndex = 14;
            this.label3.Text = "輸入約束";
            // 
            // button9
            // 
            this.button9.Location = new System.Drawing.Point(226, 481);
            this.button9.Name = "button9";
            this.button9.Size = new System.Drawing.Size(46, 20);
            this.button9.TabIndex = 15;
            this.button9.Text = "check";
            this.button9.UseVisualStyleBackColor = true;
            this.button9.Click += new System.EventHandler(this.button9_Click);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(557, 595);
            this.Controls.Add(this.button9);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.richTextBox3);
            this.Controls.Add(this.button8);
            this.Controls.Add(this.button7);
            this.Controls.Add(this.button6);
            this.Controls.Add(this.button5);
            this.Controls.Add(this.button4);
            this.Controls.Add(this.button3);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.richTextBox2);
            this.Controls.Add(this.richTextBox1);
            this.Controls.Add(this.treeView1);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Name = "Form1";
            this.Text = "Form1";
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TreeView treeView1;
        private System.Windows.Forms.RichTextBox richTextBox1;
        private System.Windows.Forms.RichTextBox richTextBox2;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.Button button3;
        private System.Windows.Forms.Button button4;
        private System.Windows.Forms.Button button5;
        private System.Windows.Forms.Button button6;
        private System.Windows.Forms.Button button7;
        private System.Windows.Forms.Button button8;
        private System.Windows.Forms.RichTextBox richTextBox3;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Button button9;
    }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产一区二区0| 国产精品一区二区91| 欧美r级在线观看| 成人蜜臀av电影| 视频在线观看一区二区三区| 久久精品欧美日韩| 欧美精品在线一区二区三区| jiyouzz国产精品久久| 日韩福利视频导航| 亚洲三级在线看| 亚洲精品在线观看视频| 欧美在线一区二区三区| 成人丝袜18视频在线观看| 日本亚洲最大的色成网站www| 一区在线观看视频| 精品91自产拍在线观看一区| 欧美日韩精品电影| 91麻豆精品一区二区三区| 国产一区二区三区综合| 亚洲香肠在线观看| 亚洲欧美日韩国产成人精品影院| 国产欧美日韩中文久久| 精品久久一二三区| 7777精品伊人久久久大香线蕉经典版下载 | 国产精品欧美综合在线| 91精品国产入口在线| 欧美又粗又大又爽| 99精品视频在线播放观看| 老司机精品视频导航| 午夜婷婷国产麻豆精品| 亚洲精品欧美专区| 亚洲欧美另类久久久精品| 亚洲国产精品国自产拍av| 久久日一线二线三线suv| 日韩欧美国产一区二区在线播放| 欧美三级日韩在线| 色婷婷av一区二区三区之一色屋| 成人av在线一区二区三区| 国产在线精品不卡| 久久福利视频一区二区| 免费成人小视频| 蜜臀91精品一区二区三区| 日韩电影在线免费观看| 午夜免费欧美电影| 日韩精品欧美成人高清一区二区| 亚洲国产aⅴ成人精品无吗| 亚洲午夜精品在线| 亚洲成人黄色小说| 日韩国产欧美三级| 蜜桃av一区二区在线观看| 麻豆精品在线观看| 久久99国产乱子伦精品免费| 激情av综合网| 国产精品亚洲午夜一区二区三区 | 久久成人av少妇免费| 精品一区二区三区日韩| 国产乱码精品一区二区三区忘忧草 | 99国产精品视频免费观看| 国产精品网曝门| 3d成人h动漫网站入口| 欧美一级搡bbbb搡bbbb| 亚洲国产中文字幕在线视频综合| 精品国产三级a在线观看| 91网上在线视频| 久久se这里有精品| 精久久久久久久久久久| 另类专区欧美蜜桃臀第一页| 亚洲一区二区高清| 久久精品夜色噜噜亚洲aⅴ| 欧美一区二区三区免费在线看 | 国产剧情一区二区三区| 欧美电影免费观看高清完整版在| 波多野结衣91| 久久精品视频一区二区| 精品第一国产综合精品aⅴ| 国产精品视频看| 亚洲电影一级黄| 国产精品99久久久久久有的能看 | 欧美日免费三级在线| 久久伊人蜜桃av一区二区| 亚洲欧美视频在线观看视频| 蜜臀久久99精品久久久画质超高清| 成人国产电影网| 国产午夜精品久久| 狠狠色丁香婷婷综合| 国产一区91精品张津瑜| 极品少妇xxxx偷拍精品少妇| 欧美四级电影在线观看| 中文字幕一区二区三区在线观看 | 日韩精品成人一区二区三区| 欧美日韩1区2区| 久久久99精品免费观看| 免费在线观看不卡| 欧美猛男男办公室激情| 亚洲欧洲日韩在线| 成人免费视频免费观看| 久久久久久久久久久久电影| 六月丁香婷婷久久| 日本一区二区免费在线观看视频| 国产经典欧美精品| 亚洲色大成网站www久久九九| 春色校园综合激情亚洲| 精品国内片67194| 激情综合亚洲精品| 中文字幕永久在线不卡| 石原莉奈在线亚洲三区| 三级欧美在线一区| 欧美性大战久久久久久久蜜臀| 中文字幕在线不卡视频| 99精品桃花视频在线观看| 伊人一区二区三区| 精品国产乱码91久久久久久网站| 国产精品乱子久久久久| 蜜桃av一区二区在线观看| 欧美成人精品二区三区99精品| 狠狠色丁香久久婷婷综合丁香| 久久精品欧美一区二区三区麻豆| 91在线精品一区二区| 蜜臀av亚洲一区中文字幕| 久久久精品国产99久久精品芒果 | 亚洲午夜在线视频| 成人午夜视频福利| 久久九九全国免费| 在线日韩av片| 不卡视频在线看| 久久精品二区亚洲w码| 一二三四社区欧美黄| 国产精品网曝门| 精品福利一二区| 欧美午夜视频网站| 在线视频一区二区三区| 激情综合色综合久久| 日韩一区二区免费在线观看| 日韩中文字幕不卡| 亚洲综合久久av| 亚洲蜜桃精久久久久久久| 国产精品乱人伦一区二区| 日韩欧美在线综合网| 欧美精品777| 欧美写真视频网站| 色婷婷av一区二区三区之一色屋| 高清国产一区二区| 国产成人综合在线| 成人综合在线视频| 性久久久久久久| 日韩中文字幕区一区有砖一区 | 久久综合久久鬼色| 国产午夜精品久久久久久久| 精品国产一区a| 久久久久久电影| 亚洲一区二区在线观看视频 | 欧美精三区欧美精三区| 欧美四级电影在线观看| 欧美男人的天堂一二区| 欧美一区二区成人| 精品国产髙清在线看国产毛片| 日韩免费性生活视频播放| 久久欧美一区二区| 国产精品传媒入口麻豆| 成人影视亚洲图片在线| 欧美在线综合视频| 国产suv精品一区二区三区| 成人av网站在线观看| 色婷婷综合久久| 日韩一区二区三区av| 国产精品视频一二| 日韩av午夜在线观看| 国产精品一二一区| 色视频欧美一区二区三区| 欧美精品色一区二区三区| 精品国产成人系列| 午夜伊人狠狠久久| 亚洲女爱视频在线| 国产欧美精品一区二区三区四区| 一区二区三区国产豹纹内裤在线| 日产欧产美韩系列久久99| 成人免费视频caoporn| 欧美一区二区三区四区五区| 中文字幕av一区 二区| 麻豆91在线播放免费| 成人一级黄色片| 久久毛片高清国产| 免费观看在线综合色| 国产成人午夜视频| 国内国产精品久久| 欧美色区777第一页| 国产欧美中文在线| 日韩久久一区二区| 丝袜脚交一区二区| jlzzjlzz国产精品久久| 欧美一区二区私人影院日本| 亚洲精品国产a久久久久久| 国产精品自拍在线| 久久婷婷色综合| 卡一卡二国产精品| 中文字幕在线观看一区二区| 91国产免费观看| 美女视频黄免费的久久| 欧美三级电影在线观看| 久久97超碰国产精品超碰|