?? form1.designer.cs
字號:
namespace AIToSH
{
partial class Form1
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.radioButton3 = new System.Windows.Forms.RadioButton();
this.radioButton4 = new System.Windows.Forms.RadioButton();
this.radioButton5 = new System.Windows.Forms.RadioButton();
this.radioButton6 = new System.Windows.Forms.RadioButton();
this.radioButton7 = new System.Windows.Forms.RadioButton();
this.radioButton8 = new System.Windows.Forms.RadioButton();
this.radioButton9 = new System.Windows.Forms.RadioButton();
this.radioButton10 = new System.Windows.Forms.RadioButton();
this.radioButton11 = new System.Windows.Forms.RadioButton();
this.radioButton12 = new System.Windows.Forms.RadioButton();
this.panel1 = new System.Windows.Forms.Panel();
this.buttonReset = new System.Windows.Forms.Button();
this.panelSpecail = new System.Windows.Forms.Panel();
this.buttonSearch = new System.Windows.Forms.Button();
this.panelTown = new System.Windows.Forms.Panel();
this.panelPrice = new System.Windows.Forms.Panel();
this.panelTime = new System.Windows.Forms.Panel();
this.panelSeat = new System.Windows.Forms.Panel();
this.panelQuick = new System.Windows.Forms.Panel();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPageTrain = new System.Windows.Forms.TabPage();
this.tabPageCar = new System.Windows.Forms.TabPage();
this.dataGrid1 = new System.Windows.Forms.DataGrid();
this.dataGrid2 = new System.Windows.Forms.DataGrid();
this.panel1.SuspendLayout();
this.panelSpecail.SuspendLayout();
this.panelTown.SuspendLayout();
this.panelPrice.SuspendLayout();
this.panelTime.SuspendLayout();
this.panelSeat.SuspendLayout();
this.panelQuick.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPageTrain.SuspendLayout();
this.tabPageCar.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataGrid2)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.Dock = System.Windows.Forms.DockStyle.Top;
this.label1.Font = new System.Drawing.Font("Times New Roman", 19F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.ForeColor = System.Drawing.Color.Black;
this.label1.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
this.label1.Location = new System.Drawing.Point(0, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(592, 40);
this.label1.TabIndex = 9;
this.label1.Text = "Make a Plan to Shanghai";
this.label1.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(3, 18);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(149, 12);
this.label2.TabIndex = 9999;
this.label2.Text = "是否在意車輛時刻的準確性";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(3, 18);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(89, 12);
this.label3.TabIndex = 9999;
this.label3.Text = "是否想買到坐票";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(3, 18);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(101, 12);
this.label4.TabIndex = 9999;
this.label4.Text = "是否想要盡快到達";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(3, 16);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(101, 12);
this.label5.TabIndex = 9999;
this.label5.Text = "是否在意車票價格";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(3, 16);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(89, 12);
this.label6.TabIndex = 9999;
this.label6.Text = "是否從城區上車";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(3, 16);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(137, 12);
this.label7.TabIndex = 9999;
this.label7.Text = "是否接受我們的特別推薦";
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Location = new System.Drawing.Point(5, 43);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(47, 16);
this.radioButton1.TabIndex = 1;
this.radioButton1.Text = "是的";
this.radioButton1.UseVisualStyleBackColor = true;
//
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Checked = true;
this.radioButton2.Location = new System.Drawing.Point(5, 65);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(59, 16);
this.radioButton2.TabIndex = 2;
this.radioButton2.TabStop = true;
this.radioButton2.Text = "無所謂";
this.radioButton2.UseVisualStyleBackColor = true;
//
// radioButton3
//
this.radioButton3.AutoSize = true;
this.radioButton3.Location = new System.Drawing.Point(5, 43);
this.radioButton3.Name = "radioButton3";
this.radioButton3.Size = new System.Drawing.Size(47, 16);
this.radioButton3.TabIndex = 3;
this.radioButton3.Text = "是的";
this.radioButton3.UseVisualStyleBackColor = true;
//
// radioButton4
//
this.radioButton4.AutoSize = true;
this.radioButton4.Checked = true;
this.radioButton4.Location = new System.Drawing.Point(5, 65);
this.radioButton4.Name = "radioButton4";
this.radioButton4.Size = new System.Drawing.Size(59, 16);
this.radioButton4.TabIndex = 4;
this.radioButton4.TabStop = true;
this.radioButton4.Text = "無所謂";
this.radioButton4.UseVisualStyleBackColor = true;
//
// radioButton5
//
this.radioButton5.AutoSize = true;
this.radioButton5.Location = new System.Drawing.Point(5, 43);
this.radioButton5.Name = "radioButton5";
this.radioButton5.Size = new System.Drawing.Size(47, 16);
this.radioButton5.TabIndex = 5;
this.radioButton5.Text = "是的";
this.radioButton5.UseVisualStyleBackColor = true;
//
// radioButton6
//
this.radioButton6.AutoSize = true;
this.radioButton6.Checked = true;
this.radioButton6.Location = new System.Drawing.Point(5, 65);
this.radioButton6.Name = "radioButton6";
this.radioButton6.Size = new System.Drawing.Size(59, 16);
this.radioButton6.TabIndex = 6;
this.radioButton6.TabStop = true;
this.radioButton6.Text = "無所謂";
this.radioButton6.UseVisualStyleBackColor = true;
//
// radioButton7
//
this.radioButton7.AutoSize = true;
this.radioButton7.Location = new System.Drawing.Point(5, 33);
this.radioButton7.Name = "radioButton7";
this.radioButton7.Size = new System.Drawing.Size(47, 16);
this.radioButton7.TabIndex = 7;
this.radioButton7.Text = "是的";
this.radioButton7.UseVisualStyleBackColor = true;
//
// radioButton8
//
this.radioButton8.AutoSize = true;
this.radioButton8.Checked = true;
this.radioButton8.Location = new System.Drawing.Point(5, 55);
this.radioButton8.Name = "radioButton8";
this.radioButton8.Size = new System.Drawing.Size(59, 16);
this.radioButton8.TabIndex = 8;
this.radioButton8.TabStop = true;
this.radioButton8.Text = "無所謂";
this.radioButton8.UseVisualStyleBackColor = true;
// radioButton9
//
this.radioButton9.AutoSize = true;
this.radioButton9.Location = new System.Drawing.Point(5, 33);
this.radioButton9.Name = "radioButton9";
this.radioButton9.Size = new System.Drawing.Size(47, 16);
this.radioButton9.TabIndex = 9;
this.radioButton9.Text = "是的";
this.radioButton9.UseVisualStyleBackColor = true;
//
// radioButton10
//
this.radioButton10.AutoSize = true;
this.radioButton10.Checked = true;
this.radioButton10.Location = new System.Drawing.Point(5, 55);
this.radioButton10.Name = "radioButton10";
this.radioButton10.Size = new System.Drawing.Size(59, 16);
this.radioButton10.TabIndex = 10;
this.radioButton10.TabStop = true;
this.radioButton10.Text = "無所謂";
this.radioButton10.UseVisualStyleBackColor = true;
//
// radioButton11
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -