?? form1.designer.cs
字號:
//
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 + -