28 |
|
/// </summary> |
29 |
|
private void InitializeComponent() |
30 |
|
{ |
31 |
< |
this.components = new System.ComponentModel.Container(); |
31 |
> |
this.SuspendLayout(); |
32 |
> |
// |
33 |
> |
// FloatingMemoryView |
34 |
> |
// |
35 |
> |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
36 |
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
37 |
< |
this.Text = "FloatingMemoryView"; |
37 |
> |
this.ClientSize = new System.Drawing.Size(641, 452); |
38 |
> |
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
39 |
> |
this.Name = "FloatingMemoryView"; |
40 |
> |
this.Text = "Memory View"; |
41 |
> |
this.ResumeLayout(false); |
42 |
> |
|
43 |
|
} |
44 |
|
|
45 |
|
#endregion |