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

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

?? form1.designer.cs

?? 一個用于兩地間交通方案選擇的小決策支持系統
?? CS
?? 第 1 頁 / 共 2 頁
字號:
            // 
            this.radioButton11.AutoSize = true;
            this.radioButton11.Checked = true;
            this.radioButton11.Location = new System.Drawing.Point(5, 33);
            this.radioButton11.Name = "radioButton11";
            this.radioButton11.Size = new System.Drawing.Size(71, 16);
            this.radioButton11.TabIndex = 11;
            this.radioButton11.TabStop = true;
            this.radioButton11.Text = "非常樂意";
            this.radioButton11.UseVisualStyleBackColor = true;
            // 
            // radioButton12
            // 
            this.radioButton12.AutoSize = true;
            this.radioButton12.Location = new System.Drawing.Point(5, 55);
            this.radioButton12.Name = "radioButton12";
            this.radioButton12.Size = new System.Drawing.Size(59, 16);
            this.radioButton12.TabIndex = 12;
            this.radioButton12.Text = "下次吧";
            this.radioButton12.UseVisualStyleBackColor = true;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.buttonReset);
            this.panel1.Controls.Add(this.panelSpecail);
            this.panel1.Controls.Add(this.buttonSearch);
            this.panel1.Controls.Add(this.panelTown);
            this.panel1.Controls.Add(this.panelPrice);
            this.panel1.Controls.Add(this.panelTime);
            this.panel1.Controls.Add(this.panelSeat);
            this.panel1.Controls.Add(this.panelQuick);
            this.panel1.Location = new System.Drawing.Point(21, 43);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(550, 200);
            this.panel1.TabIndex = 1;
            // 
            // buttonReset
            // 
            this.buttonReset.Location = new System.Drawing.Point(138, 174);
            this.buttonReset.Name = "buttonReset";
            this.buttonReset.Size = new System.Drawing.Size(84, 22);
            this.buttonReset.TabIndex = 8;
            this.buttonReset.Text = "重  置";
            this.buttonReset.UseVisualStyleBackColor = true;
            this.buttonReset.Click += new System.EventHandler(this.buttonReset_Click);
            // 
            // panelSpecail
            // 
            this.panelSpecail.Controls.Add(this.label7);
            this.panelSpecail.Controls.Add(this.radioButton11);
            this.panelSpecail.Controls.Add(this.radioButton12);
            this.panelSpecail.Location = new System.Drawing.Point(366, 90);
            this.panelSpecail.Name = "panelSpecail";
            this.panelSpecail.Size = new System.Drawing.Size(150, 74);
            this.panelSpecail.TabIndex = 7;
            this.panelSpecail.TabStop = true;
            // 
            // buttonSearch
            // 
            this.buttonSearch.Location = new System.Drawing.Point(299, 174);
            this.buttonSearch.Name = "buttonSearch";
            this.buttonSearch.Size = new System.Drawing.Size(90, 22);
            this.buttonSearch.TabIndex = 1;
            this.buttonSearch.Text = "開 始";
            this.buttonSearch.UseVisualStyleBackColor = true;
            this.buttonSearch.Click += new System.EventHandler(this.buttonSearch_Click);
            // 
            // panelTown
            // 
            this.panelTown.AutoSize = true;
            this.panelTown.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.panelTown.Controls.Add(this.label6);
            this.panelTown.Controls.Add(this.radioButton9);
            this.panelTown.Controls.Add(this.radioButton10);
            this.panelTown.Location = new System.Drawing.Point(199, 90);
            this.panelTown.Name = "panelTown";
            this.panelTown.Size = new System.Drawing.Size(95, 74);
            this.panelTown.TabIndex = 6;
            this.panelTown.TabStop = true;
            // 
            // panelPrice
            // 
            this.panelPrice.AutoSize = true;
            this.panelPrice.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.panelPrice.Controls.Add(this.label5);
            this.panelPrice.Controls.Add(this.radioButton7);
            this.panelPrice.Controls.Add(this.radioButton8);
            this.panelPrice.Location = new System.Drawing.Point(3, 90);
            this.panelPrice.Name = "panelPrice";
            this.panelPrice.Size = new System.Drawing.Size(107, 74);
            this.panelPrice.TabIndex = 5;
            this.panelPrice.TabStop = true;
            // 
            // panelTime
            // 
            this.panelTime.AutoSize = true;
            this.panelTime.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.panelTime.Controls.Add(this.label2);
            this.panelTime.Controls.Add(this.radioButton1);
            this.panelTime.Controls.Add(this.radioButton2);
            this.panelTime.Location = new System.Drawing.Point(3, 3);
            this.panelTime.Name = "panelTime";
            this.panelTime.Size = new System.Drawing.Size(155, 84);
            this.panelTime.TabIndex = 2;
            // 
            // panelSeat
            // 
            this.panelSeat.AutoSize = true;
            this.panelSeat.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.panelSeat.Controls.Add(this.label3);
            this.panelSeat.Controls.Add(this.radioButton3);
            this.panelSeat.Controls.Add(this.radioButton4);
            this.panelSeat.Location = new System.Drawing.Point(199, 3);
            this.panelSeat.Name = "panelSeat";
            this.panelSeat.Size = new System.Drawing.Size(95, 84);
            this.panelSeat.TabIndex = 3;
            // 
            // panelQuick
            // 
            this.panelQuick.AutoSize = true;
            this.panelQuick.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.panelQuick.Controls.Add(this.label4);
            this.panelQuick.Controls.Add(this.radioButton5);
            this.panelQuick.Controls.Add(this.radioButton6);
            this.panelQuick.Location = new System.Drawing.Point(366, 3);
            this.panelQuick.Name = "panelQuick";
            this.panelQuick.Size = new System.Drawing.Size(107, 84);
            this.panelQuick.TabIndex = 4;
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPageTrain);
            this.tabControl1.Controls.Add(this.tabPageCar);
            this.tabControl1.Location = new System.Drawing.Point(5, 244);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(587, 122);
            this.tabControl1.TabIndex = 10;
            // 
            // tabPageTrain
            // 
            this.tabPageTrain.Controls.Add(this.dataGrid1);
            this.tabPageTrain.Location = new System.Drawing.Point(4, 21);
            this.tabPageTrain.Name = "tabPageTrain";
            this.tabPageTrain.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageTrain.Size = new System.Drawing.Size(579, 97);
            this.tabPageTrain.TabIndex = 0;
            this.tabPageTrain.Text = "火車";
            this.tabPageTrain.UseVisualStyleBackColor = true;
            // 
            // tabPageCar
            // 
            this.tabPageCar.Controls.Add(this.dataGrid2);
            this.tabPageCar.Location = new System.Drawing.Point(4, 21);
            this.tabPageCar.Name = "tabPageCar";
            this.tabPageCar.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageCar.Size = new System.Drawing.Size(579, 97);
            this.tabPageCar.TabIndex = 1;
            this.tabPageCar.Text = "長途汽車";
            this.tabPageCar.UseVisualStyleBackColor = true;
            // 
            // dataGrid1
            // 
            this.dataGrid1.DataMember = "";
            this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
            this.dataGrid1.Location = new System.Drawing.Point(0, 0);
            this.dataGrid1.Name = "dataGrid1";
            this.dataGrid1.Size = new System.Drawing.Size(579, 94);
            this.dataGrid1.TabIndex = 0;
            // 
            // dataGrid2
            // 
            this.dataGrid2.DataMember = "";
            this.dataGrid2.HeaderForeColor = System.Drawing.SystemColors.ControlText;
            this.dataGrid2.Location = new System.Drawing.Point(0, 0);
            this.dataGrid2.Name = "dataGrid2";
            this.dataGrid2.Size = new System.Drawing.Size(579, 97);
            this.dataGrid2.TabIndex = 0;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            this.ClientSize = new System.Drawing.Size(592, 366);
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.label1);
            this.Name = "Form1";
            this.Text = "AIToShanghai";
            this.Resize += new System.EventHandler(this.Form1_Resize);
            this.Load += new System.EventHandler(this.Form1_Load);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.panelSpecail.ResumeLayout(false);
            this.panelSpecail.PerformLayout();
            this.panelTown.ResumeLayout(false);
            this.panelTown.PerformLayout();
            this.panelPrice.ResumeLayout(false);
            this.panelPrice.PerformLayout();
            this.panelTime.ResumeLayout(false);
            this.panelTime.PerformLayout();
            this.panelSeat.ResumeLayout(false);
            this.panelSeat.PerformLayout();
            this.panelQuick.ResumeLayout(false);
            this.panelQuick.PerformLayout();
            this.tabControl1.ResumeLayout(false);
            this.tabPageTrain.ResumeLayout(false);
            this.tabPageCar.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGrid2)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.RadioButton radioButton4;
        private System.Windows.Forms.RadioButton radioButton3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.RadioButton radioButton2;
        private System.Windows.Forms.RadioButton radioButton1;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.RadioButton radioButton6;
        private System.Windows.Forms.RadioButton radioButton5;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Panel panelTime;
        private System.Windows.Forms.Panel panelQuick;
        private System.Windows.Forms.Panel panelSeat;
        private System.Windows.Forms.Panel panelPrice;
        private System.Windows.Forms.Panel panelSpecail;
        private System.Windows.Forms.Panel panelTown;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.RadioButton radioButton7;
        private System.Windows.Forms.RadioButton radioButton8;
        private System.Windows.Forms.RadioButton radioButton12;
        private System.Windows.Forms.RadioButton radioButton9;
        private System.Windows.Forms.RadioButton radioButton10;
        private System.Windows.Forms.RadioButton radioButton11;
        private System.Windows.Forms.Button buttonReset;
        private System.Windows.Forms.Button buttonSearch;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPageTrain;
        private System.Windows.Forms.TabPage tabPageCar;
        private System.Windows.Forms.DataGrid dataGrid1;
        private System.Windows.Forms.DataGrid dataGrid2;
    }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
婷婷综合五月天| 亚洲男人都懂的| 制服丝袜日韩国产| 欧美日本国产视频| 精品视频123区在线观看| 欧美日韩精品一区二区三区四区 | 日韩欧美久久久| 777xxx欧美| 日韩精品一区国产麻豆| 日韩欧美一二三四区| 欧美一级黄色录像| 精品国产髙清在线看国产毛片| 日韩一级成人av| 国产日韩欧美a| 中文字幕在线一区二区三区| 亚洲人午夜精品天堂一二香蕉| 亚洲色图20p| 日韩精品一二三四| 国产精品乡下勾搭老头1| 不卡一区二区三区四区| 欧美伊人精品成人久久综合97| 欧美特级限制片免费在线观看| 91精品国产综合久久久久久漫画| 日韩精品一区二区三区视频在线观看| 久久九九久精品国产免费直播| 偷拍亚洲欧洲综合| 激情六月婷婷久久| 成人app网站| 欧美久久免费观看| 久久久久久久久岛国免费| 亚洲精品综合在线| 久久91精品国产91久久小草| zzijzzij亚洲日本少妇熟睡| 欧美日韩午夜影院| 亚洲国产精品精华液ab| 亚洲电影欧美电影有声小说| 狠狠色丁香久久婷婷综合_中| 成人精品电影在线观看| 8x8x8国产精品| 中文字幕中文乱码欧美一区二区| 日本美女一区二区三区| 成人av网站免费| 欧美xxxxxxxx| 亚洲精品视频在线看| 国产综合久久久久久鬼色| 欧美性极品少妇| 国产日韩精品一区二区浪潮av| 一区二区三区四区蜜桃| 国产成人欧美日韩在线电影| 欧美久久婷婷综合色| 欧美激情一区二区三区四区 | 日韩精品一区二区三区中文不卡| 中文字幕色av一区二区三区| 蜜臀av国产精品久久久久| 色婷婷一区二区| 中文字幕成人在线观看| 美女视频黄 久久| 欧美日韩免费一区二区三区 | 一本到高清视频免费精品| 亚洲精品一区二区三区99| 视频一区国产视频| 欧美日韩高清一区二区三区| √…a在线天堂一区| 国产成人高清视频| 久久精品亚洲乱码伦伦中文| 久久99深爱久久99精品| 欧美一三区三区四区免费在线看| 亚洲一区在线观看网站| 91麻豆国产在线观看| 自拍偷在线精品自拍偷无码专区| 国产精品99久久久| 国产日韩欧美a| 丁香另类激情小说| 国产精品不卡视频| 91免费视频网| 亚洲女同女同女同女同女同69| 9i看片成人免费高清| 成人免费在线视频| 色婷婷久久久综合中文字幕| 亚洲欧美日韩国产手机在线 | 久久99热这里只有精品| 日韩一级片网站| 国产在线不卡一区| 亚洲国产精品国自产拍av| 东方欧美亚洲色图在线| 最近日韩中文字幕| 欧美日韩一区二区三区四区五区| 亚洲成av人片在线| 日韩一区和二区| 国产精品综合av一区二区国产馆| 久久精品一区二区三区av| 成人激情校园春色| 亚洲永久精品国产| 日韩欧美aaaaaa| 福利视频网站一区二区三区| 中文字幕乱码一区二区免费| 99精品久久久久久| 天使萌一区二区三区免费观看| 精品免费99久久| www.欧美.com| 日韩高清一区二区| 国产精品另类一区| 欧美精品欧美精品系列| 激情综合五月天| 亚洲综合激情另类小说区| 日韩精品一区二区三区swag| 国产伦精品一区二区三区在线观看 | 一区二区三区免费在线观看| 欧美一区二区视频网站| 成人精品免费视频| 丝袜亚洲另类欧美| 亚洲日本欧美天堂| 欧美成人高清电影在线| 一本一道波多野结衣一区二区| 日本怡春院一区二区| 亚洲视频一区二区在线| 日韩欧美专区在线| 91国产免费看| 国产成人av电影在线播放| 天堂av在线一区| 亚洲麻豆国产自偷在线| 精品少妇一区二区| 欧美日韩国产一二三| a美女胸又www黄视频久久| 激情六月婷婷久久| 五月激情六月综合| 亚洲猫色日本管| 国产精品久久久久久福利一牛影视| 欧美一区二区三区白人| 91视视频在线观看入口直接观看www | 欧美精品视频www在线观看| 成人中文字幕在线| 麻豆成人久久精品二区三区小说| 亚洲影视在线观看| 亚洲欧美日韩国产手机在线| 国产午夜精品久久| 精品日韩在线观看| 日韩三级免费观看| 欧美一区二区网站| 欧美精品日日鲁夜夜添| 色噜噜狠狠成人网p站| hitomi一区二区三区精品| 国内精品国产成人| 激情图片小说一区| 国产一区二区三区免费看 | 国内精品视频一区二区三区八戒| 亚洲国产精品一区二区久久恐怖片| 国产精品久久影院| 国产精品久久影院| 国产精品成人免费| 亚洲特黄一级片| 亚洲欧美色图小说| 亚洲免费在线播放| 成人激情黄色小说| 亚洲欧美日韩小说| 91免费视频大全| 国产一区二区导航在线播放| 五月天中文字幕一区二区| 亚洲成在人线免费| 亚洲一区二区三区激情| 一二三区精品福利视频| 亚洲一区二区三区国产| 亚洲成a人在线观看| 婷婷一区二区三区| 开心九九激情九九欧美日韩精美视频电影 | 久久精品男人的天堂| 久久一二三国产| 国产三级欧美三级日产三级99| 日韩一区二区高清| 国产午夜亚洲精品午夜鲁丝片| 国产欧美日韩久久| 亚洲精品福利视频网站| 首页综合国产亚洲丝袜| 伦理电影国产精品| 丁香六月综合激情| 欧美亚男人的天堂| 精品福利一区二区三区免费视频| 久久久www成人免费无遮挡大片| 国产日韩欧美综合一区| 亚洲欧美日韩成人高清在线一区| 亚洲一区在线观看视频| 国内精品久久久久影院薰衣草 | 亚洲成人自拍一区| 精品无人码麻豆乱码1区2区| 高清国产一区二区三区| 欧美综合在线视频| 精品乱人伦一区二区三区| 国产精品青草久久| 亚洲成a人v欧美综合天堂下载| 国内精品不卡在线| 91国产视频在线观看| 久久久久久电影| 午夜精品一区在线观看| 国产精品综合av一区二区国产馆| 色婷婷激情一区二区三区| 日韩一区二区精品| 亚洲主播在线观看| 成人永久免费视频| 日韩精品一区二区三区三区免费| 中文字幕亚洲一区二区av在线|