You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.1 KiB
39 lines
1.1 KiB
namespace TankAP
|
|
{
|
|
partial class Form1
|
|
{
|
|
/// <summary>
|
|
/// 設計工具所需的變數。
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// 清除任何使用中的資源。
|
|
/// </summary>
|
|
/// <param name="disposing">如果應該處置 Managed 資源則為 true,否則為 false。</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form 設計工具產生的程式碼
|
|
|
|
/// <summary>
|
|
/// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器
|
|
/// 修改這個方法的內容。
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Text = "Form1";
|
|
}
|
|
|
|
#endregion
|
|
}
|
|
}
|
|
|