28 |
/// </summary> |
/// </summary> |
29 |
private void InitializeComponent() |
private void InitializeComponent() |
30 |
{ |
{ |
31 |
|
this.MemView = new RomCheater.Docking.UI.UIMemoryViewer(); |
32 |
this.SuspendLayout(); |
this.SuspendLayout(); |
33 |
// |
// |
34 |
|
// MemView |
35 |
|
// |
36 |
|
this.MemView.Dock = System.Windows.Forms.DockStyle.Fill; |
37 |
|
this.MemView.Location = new System.Drawing.Point(0, 0); |
38 |
|
this.MemView.Name = "MemView"; |
39 |
|
this.MemView.Size = new System.Drawing.Size(906, 566); |
40 |
|
this.MemView.TabIndex = 0; |
41 |
|
// |
42 |
// FloatingMemoryView |
// FloatingMemoryView |
43 |
// |
// |
44 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
45 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
46 |
this.ClientSize = new System.Drawing.Size(641, 452); |
this.ClientSize = new System.Drawing.Size(906, 566); |
47 |
|
this.Controls.Add(this.MemView); |
48 |
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
49 |
this.Name = "FloatingMemoryView"; |
this.Name = "FloatingMemoryView"; |
50 |
this.Text = "Memory View"; |
this.Text = "Memory View"; |
53 |
} |
} |
54 |
|
|
55 |
#endregion |
#endregion |
56 |
|
|
57 |
|
private UI.UIMemoryViewer MemView; |
58 |
} |
} |
59 |
} |
} |