Cosmos/source2/VSIP/Cosmos.VS.Package/SubPropertyPageBase.Designer.cs
kudzu_cp 7003fe2c9e
2009-05-28 14:33:45 +00:00

46 lines
1.3 KiB
C#

namespace Cosmos.VS.Package
{
partial class SubPropertyPageBase
{
/// <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 Component 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.SuspendLayout();
//
// SubPropertyPageBase
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Name = "SubPropertyPageBase";
this.Size = new System.Drawing.Size(94, 97);
this.ResumeLayout(false);
}
#endregion
}
}