48 lines
1.5 KiB
C#
48 lines
1.5 KiB
C#
namespace CloudBuilder.Gui
|
||
{
|
||
partial class AbstractPage
|
||
{
|
||
/// <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 元件設計工具產生的程式碼
|
||
|
||
/// <summary>
|
||
/// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器修改
|
||
/// 這個方法的內容。
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
this.SuspendLayout();
|
||
//
|
||
// AbstractPage
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.Font = new System.Drawing.Font("Arial", 9F);
|
||
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.Name = "AbstractPage";
|
||
this.Size = new System.Drawing.Size(1024, 800);
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
}
|
||
}
|