namespace CloudBuilder.Gui { partial class AbstractPage { /// /// 設計工具所需的變數。 /// private System.ComponentModel.IContainer components = null; /// /// 清除任何使用中的資源。 /// /// 如果應該處置 Managed 資源則為 true,否則為 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 元件設計工具產生的程式碼 /// /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器修改 /// 這個方法的內容。 /// 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 } }