1 |
namespace RomCheater.Docking |
2 |
{ |
3 |
partial class FloatingMemoryView |
4 |
{ |
5 |
/// <summary> |
6 |
/// Required designer variable. |
7 |
/// </summary> |
8 |
private System.ComponentModel.IContainer components = null; |
9 |
|
10 |
/// <summary> |
11 |
/// Clean up any resources being used. |
12 |
/// </summary> |
13 |
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
14 |
protected override void Dispose(bool disposing) |
15 |
{ |
16 |
if (disposing && (components != null)) |
17 |
{ |
18 |
components.Dispose(); |
19 |
} |
20 |
base.Dispose(disposing); |
21 |
} |
22 |
|
23 |
#region Windows Form Designer generated code |
24 |
|
25 |
/// <summary> |
26 |
/// Required method for Designer support - do not modify |
27 |
/// the contents of this method with the code editor. |
28 |
/// </summary> |
29 |
private void InitializeComponent() |
30 |
{ |
31 |
this.MemView = new RomCheater.Docking.UI.UIMemoryViewer(); |
32 |
this.SuspendLayout(); |
33 |
// |
34 |
// MemView |
35 |
// |
36 |
this.MemView.AcceptedPlugin = null; |
37 |
this.MemView.AcceptedProcess = null; |
38 |
this.MemView.CanChangeUpdateInterval = false; |
39 |
this.MemView.Dock = System.Windows.Forms.DockStyle.Fill; |
40 |
this.MemView.Location = new System.Drawing.Point(0, 0); |
41 |
this.MemView.MemoryRangeSize = 0; |
42 |
this.MemView.MemoryRangeStart = 0; |
43 |
this.MemView.Name = "MemView"; |
44 |
this.MemView.Size = new System.Drawing.Size(793, 561); |
45 |
this.MemView.TabIndex = 0; |
46 |
this.MemView.UpdateEnabled = false; |
47 |
this.MemView.UpdateInterval = 10; |
48 |
// |
49 |
// FloatingMemoryView |
50 |
// |
51 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
52 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
53 |
this.AutoScroll = true; |
54 |
this.ClientSize = new System.Drawing.Size(793, 561); |
55 |
this.Controls.Add(this.MemView); |
56 |
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
57 |
this.Name = "FloatingMemoryView"; |
58 |
this.Text = "Memory View"; |
59 |
this.ResumeLayout(false); |
60 |
|
61 |
} |
62 |
|
63 |
#endregion |
64 |
|
65 |
private UI.UIMemoryViewer MemView; |
66 |
|
67 |
} |
68 |
} |