Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater/Docking/FloatingMemoryView.Designer.cs 2012/05/31 05:52:41 196 +++ trunk/RomCheater/Docking/FloatingMemoryView.Designer.cs 2012/05/31 05:54:00 197 @@ -28,9 +28,18 @@ /// </summary> private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); + this.SuspendLayout(); + // + // FloatingMemoryView + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.Text = "FloatingMemoryView"; + this.ClientSize = new System.Drawing.Size(641, 452); + this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Name = "FloatingMemoryView"; + this.Text = "Memory View"; + this.ResumeLayout(false); + } #endregion
ViewVC Help | |
Powered by ViewVC 1.1.22 |