1 |
william |
198 |
namespace RomCheater.Docking.UI |
2 |
|
|
{ |
3 |
|
|
partial class UIMemoryViewer |
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 Component 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.components = new System.ComponentModel.Container(); |
32 |
|
|
this.txtData = new Be.Windows.Forms.HexBox(); |
33 |
|
|
this.spacer = new System.Windows.Forms.Panel(); |
34 |
|
|
this.toolStrip2 = new System.Windows.Forms.ToolStrip(); |
35 |
|
|
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); |
36 |
|
|
this.btnGotoAddress = new System.Windows.Forms.Button(); |
37 |
|
|
this.btnEditBytes = new System.Windows.Forms.Button(); |
38 |
|
|
this.left_pnl = new System.Windows.Forms.Panel(); |
39 |
|
|
this.txtAddresses = new Utilities.TransparentControls.FlickerFreeRichTextBox(); |
40 |
|
|
this.ramScroll = new System.Windows.Forms.VScrollBar(); |
41 |
|
|
this.update_timer = new System.Windows.Forms.Timer(this.components); |
42 |
|
|
this.ResultsUpdateWorkerThread = new System.ComponentModel.BackgroundWorker(); |
43 |
william |
215 |
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); |
44 |
william |
326 |
this.btnGotoImageBase = new System.Windows.Forms.Button(); |
45 |
william |
376 |
this.txthexGoto = new System.Windows.Forms.MaskedHexBox(); |
46 |
william |
198 |
this.spacer.SuspendLayout(); |
47 |
|
|
this.toolStrip2.SuspendLayout(); |
48 |
|
|
this.left_pnl.SuspendLayout(); |
49 |
william |
215 |
this.flowLayoutPanel1.SuspendLayout(); |
50 |
william |
198 |
this.SuspendLayout(); |
51 |
|
|
// |
52 |
|
|
// txtData |
53 |
|
|
// |
54 |
|
|
this.txtData.Dock = System.Windows.Forms.DockStyle.Fill; |
55 |
|
|
this.txtData.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
56 |
william |
420 |
this.txtData.HeaderLineInfoVisible = true; |
57 |
william |
198 |
this.txtData.LineInfoForeColor = System.Drawing.Color.Empty; |
58 |
william |
420 |
this.txtData.Location = new System.Drawing.Point(101, 0); |
59 |
william |
198 |
this.txtData.Margin = new System.Windows.Forms.Padding(5, 89, 5, 4); |
60 |
|
|
this.txtData.Name = "txtData"; |
61 |
|
|
this.txtData.ShadowSelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(60)))), ((int)(((byte)(188)))), ((int)(((byte)(255))))); |
62 |
william |
422 |
this.txtData.Size = new System.Drawing.Size(671, 582); |
63 |
|
|
this.txtData.StringViewVisible = true; |
64 |
william |
198 |
this.txtData.TabIndex = 11; |
65 |
|
|
this.txtData.UseFixedBytesPerLine = true; |
66 |
|
|
this.txtData.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtData_KeyDown); |
67 |
|
|
// |
68 |
|
|
// spacer |
69 |
|
|
// |
70 |
|
|
this.spacer.Controls.Add(this.toolStrip2); |
71 |
|
|
this.spacer.Dock = System.Windows.Forms.DockStyle.Top; |
72 |
|
|
this.spacer.Location = new System.Drawing.Point(0, 0); |
73 |
|
|
this.spacer.Margin = new System.Windows.Forms.Padding(2); |
74 |
|
|
this.spacer.Name = "spacer"; |
75 |
william |
376 |
this.spacer.Size = new System.Drawing.Size(97, 24); |
76 |
william |
198 |
this.spacer.TabIndex = 7; |
77 |
|
|
// |
78 |
|
|
// toolStrip2 |
79 |
|
|
// |
80 |
|
|
this.toolStrip2.Font = new System.Drawing.Font("Lucida Console", 12F); |
81 |
|
|
this.toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; |
82 |
|
|
this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
83 |
|
|
this.toolStripLabel1}); |
84 |
|
|
this.toolStrip2.Location = new System.Drawing.Point(0, 0); |
85 |
|
|
this.toolStrip2.Name = "toolStrip2"; |
86 |
william |
376 |
this.toolStrip2.Size = new System.Drawing.Size(97, 25); |
87 |
william |
198 |
this.toolStrip2.TabIndex = 1; |
88 |
|
|
this.toolStrip2.Text = "toolStrip2"; |
89 |
|
|
// |
90 |
|
|
// toolStripLabel1 |
91 |
|
|
// |
92 |
|
|
this.toolStripLabel1.Name = "toolStripLabel1"; |
93 |
|
|
this.toolStripLabel1.Size = new System.Drawing.Size(88, 22); |
94 |
|
|
this.toolStripLabel1.Text = "Address:"; |
95 |
|
|
// |
96 |
|
|
// btnGotoAddress |
97 |
|
|
// |
98 |
|
|
this.btnGotoAddress.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
99 |
|
|
this.btnGotoAddress.AutoSize = true; |
100 |
|
|
this.btnGotoAddress.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
101 |
william |
217 |
this.btnGotoAddress.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
102 |
william |
420 |
this.btnGotoAddress.Location = new System.Drawing.Point(243, 0); |
103 |
william |
198 |
this.btnGotoAddress.Margin = new System.Windows.Forms.Padding(0); |
104 |
|
|
this.btnGotoAddress.Name = "btnGotoAddress"; |
105 |
william |
326 |
this.btnGotoAddress.Size = new System.Drawing.Size(138, 26); |
106 |
william |
198 |
this.btnGotoAddress.TabIndex = 16; |
107 |
william |
326 |
this.btnGotoAddress.Text = "Goto Address"; |
108 |
william |
198 |
this.btnGotoAddress.UseVisualStyleBackColor = true; |
109 |
|
|
this.btnGotoAddress.Click += new System.EventHandler(this.btnGotoAddress_Click); |
110 |
|
|
// |
111 |
|
|
// btnEditBytes |
112 |
|
|
// |
113 |
|
|
this.btnEditBytes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
114 |
|
|
this.btnEditBytes.AutoSize = true; |
115 |
|
|
this.btnEditBytes.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
116 |
william |
217 |
this.btnEditBytes.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
117 |
william |
420 |
this.btnEditBytes.Location = new System.Drawing.Point(381, 0); |
118 |
william |
198 |
this.btnEditBytes.Margin = new System.Windows.Forms.Padding(0); |
119 |
|
|
this.btnEditBytes.Name = "btnEditBytes"; |
120 |
william |
217 |
this.btnEditBytes.Size = new System.Drawing.Size(118, 26); |
121 |
william |
198 |
this.btnEditBytes.TabIndex = 15; |
122 |
|
|
this.btnEditBytes.Text = "Edit Bytes"; |
123 |
|
|
this.btnEditBytes.UseVisualStyleBackColor = true; |
124 |
|
|
this.btnEditBytes.Click += new System.EventHandler(this.btnEditBytes_Click); |
125 |
|
|
// |
126 |
|
|
// left_pnl |
127 |
|
|
// |
128 |
william |
215 |
this.left_pnl.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
129 |
william |
198 |
this.left_pnl.Controls.Add(this.txtAddresses); |
130 |
|
|
this.left_pnl.Controls.Add(this.spacer); |
131 |
|
|
this.left_pnl.Dock = System.Windows.Forms.DockStyle.Left; |
132 |
william |
214 |
this.left_pnl.Location = new System.Drawing.Point(0, 0); |
133 |
william |
198 |
this.left_pnl.Margin = new System.Windows.Forms.Padding(2); |
134 |
|
|
this.left_pnl.Name = "left_pnl"; |
135 |
william |
420 |
this.left_pnl.Size = new System.Drawing.Size(101, 612); |
136 |
william |
198 |
this.left_pnl.TabIndex = 14; |
137 |
|
|
// |
138 |
|
|
// txtAddresses |
139 |
|
|
// |
140 |
|
|
this.txtAddresses.BackColor = System.Drawing.Color.White; |
141 |
|
|
this.txtAddresses.Dock = System.Windows.Forms.DockStyle.Fill; |
142 |
|
|
this.txtAddresses.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
143 |
|
|
this.txtAddresses.Location = new System.Drawing.Point(0, 24); |
144 |
|
|
this.txtAddresses.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); |
145 |
|
|
this.txtAddresses.Name = "txtAddresses"; |
146 |
|
|
this.txtAddresses.ReadOnly = true; |
147 |
|
|
this.txtAddresses.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; |
148 |
william |
420 |
this.txtAddresses.Size = new System.Drawing.Size(97, 584); |
149 |
william |
198 |
this.txtAddresses.TabIndex = 1; |
150 |
|
|
this.txtAddresses.Text = ""; |
151 |
|
|
this.txtAddresses.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtAddresses_KeyDown); |
152 |
|
|
// |
153 |
|
|
// ramScroll |
154 |
|
|
// |
155 |
|
|
this.ramScroll.Dock = System.Windows.Forms.DockStyle.Right; |
156 |
william |
420 |
this.ramScroll.Location = new System.Drawing.Point(772, 0); |
157 |
william |
198 |
this.ramScroll.Name = "ramScroll"; |
158 |
william |
420 |
this.ramScroll.Size = new System.Drawing.Size(17, 612); |
159 |
william |
198 |
this.ramScroll.TabIndex = 12; |
160 |
|
|
this.ramScroll.Scroll += new System.Windows.Forms.ScrollEventHandler(this.ramScroll_Scroll); |
161 |
|
|
// |
162 |
|
|
// update_timer |
163 |
|
|
// |
164 |
|
|
this.update_timer.Interval = 10; |
165 |
|
|
this.update_timer.Tick += new System.EventHandler(this.update_timer_Tick); |
166 |
|
|
// |
167 |
|
|
// ResultsUpdateWorkerThread |
168 |
|
|
// |
169 |
|
|
this.ResultsUpdateWorkerThread.WorkerSupportsCancellation = true; |
170 |
|
|
this.ResultsUpdateWorkerThread.DoWork += new System.ComponentModel.DoWorkEventHandler(this.ResultsUpdateWorkerThread_DoWork); |
171 |
|
|
this.ResultsUpdateWorkerThread.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.ResultsUpdateWorkerThread_RunWorkerCompleted); |
172 |
|
|
// |
173 |
william |
215 |
// flowLayoutPanel1 |
174 |
|
|
// |
175 |
|
|
this.flowLayoutPanel1.AutoSize = true; |
176 |
|
|
this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
177 |
|
|
this.flowLayoutPanel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
178 |
william |
326 |
this.flowLayoutPanel1.Controls.Add(this.btnGotoImageBase); |
179 |
william |
215 |
this.flowLayoutPanel1.Controls.Add(this.btnEditBytes); |
180 |
|
|
this.flowLayoutPanel1.Controls.Add(this.btnGotoAddress); |
181 |
|
|
this.flowLayoutPanel1.Controls.Add(this.txthexGoto); |
182 |
|
|
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom; |
183 |
|
|
this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft; |
184 |
william |
420 |
this.flowLayoutPanel1.Location = new System.Drawing.Point(101, 582); |
185 |
william |
215 |
this.flowLayoutPanel1.Name = "flowLayoutPanel1"; |
186 |
william |
420 |
this.flowLayoutPanel1.Size = new System.Drawing.Size(671, 30); |
187 |
william |
215 |
this.flowLayoutPanel1.TabIndex = 18; |
188 |
|
|
// |
189 |
william |
326 |
// btnGotoImageBase |
190 |
|
|
// |
191 |
|
|
this.btnGotoImageBase.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
192 |
|
|
this.btnGotoImageBase.AutoSize = true; |
193 |
|
|
this.btnGotoImageBase.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
194 |
|
|
this.btnGotoImageBase.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
195 |
william |
420 |
this.btnGotoImageBase.Location = new System.Drawing.Point(499, 0); |
196 |
william |
326 |
this.btnGotoImageBase.Margin = new System.Windows.Forms.Padding(0); |
197 |
|
|
this.btnGotoImageBase.Name = "btnGotoImageBase"; |
198 |
|
|
this.btnGotoImageBase.Size = new System.Drawing.Size(168, 26); |
199 |
|
|
this.btnGotoImageBase.TabIndex = 18; |
200 |
|
|
this.btnGotoImageBase.Text = "Goto Image Base"; |
201 |
|
|
this.btnGotoImageBase.UseVisualStyleBackColor = true; |
202 |
|
|
this.btnGotoImageBase.Click += new System.EventHandler(this.btnGotoImageBase_Click); |
203 |
|
|
// |
204 |
william |
376 |
// txthexGoto |
205 |
|
|
// |
206 |
|
|
this.txthexGoto.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
207 |
|
|
this.txthexGoto.AutoSize = true; |
208 |
|
|
this.txthexGoto.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
209 |
|
|
this.txthexGoto.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
210 |
|
|
this.txthexGoto.isAddressMask = true; |
211 |
william |
420 |
this.txthexGoto.Location = new System.Drawing.Point(55, 0); |
212 |
william |
376 |
this.txthexGoto.Margin = new System.Windows.Forms.Padding(0); |
213 |
|
|
this.txthexGoto.MaxLength = 8; |
214 |
|
|
this.txthexGoto.Name = "txthexGoto"; |
215 |
|
|
this.txthexGoto.Padding = new System.Windows.Forms.Padding(0, 2, 0, 0); |
216 |
|
|
this.txthexGoto.ReadOnly = false; |
217 |
|
|
this.txthexGoto.Size = new System.Drawing.Size(188, 26); |
218 |
|
|
this.txthexGoto.TabIndex = 17; |
219 |
|
|
this.txthexGoto.TextLength = 8; |
220 |
|
|
this.txthexGoto.Value = ((long)(0)); |
221 |
|
|
// |
222 |
william |
198 |
// UIMemoryViewer |
223 |
|
|
// |
224 |
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
225 |
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
226 |
william |
420 |
this.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
227 |
william |
215 |
this.Controls.Add(this.txtData); |
228 |
|
|
this.Controls.Add(this.flowLayoutPanel1); |
229 |
william |
198 |
this.Controls.Add(this.left_pnl); |
230 |
|
|
this.Controls.Add(this.ramScroll); |
231 |
|
|
this.Name = "UIMemoryViewer"; |
232 |
william |
420 |
this.Size = new System.Drawing.Size(789, 612); |
233 |
william |
198 |
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.UIMemoryViewer_KeyDown); |
234 |
|
|
this.spacer.ResumeLayout(false); |
235 |
|
|
this.spacer.PerformLayout(); |
236 |
|
|
this.toolStrip2.ResumeLayout(false); |
237 |
|
|
this.toolStrip2.PerformLayout(); |
238 |
|
|
this.left_pnl.ResumeLayout(false); |
239 |
william |
215 |
this.flowLayoutPanel1.ResumeLayout(false); |
240 |
|
|
this.flowLayoutPanel1.PerformLayout(); |
241 |
william |
198 |
this.ResumeLayout(false); |
242 |
|
|
this.PerformLayout(); |
243 |
|
|
|
244 |
|
|
} |
245 |
|
|
|
246 |
|
|
#endregion |
247 |
|
|
|
248 |
|
|
private Be.Windows.Forms.HexBox txtData; |
249 |
|
|
private System.Windows.Forms.Panel spacer; |
250 |
|
|
private System.Windows.Forms.ToolStrip toolStrip2; |
251 |
|
|
private System.Windows.Forms.ToolStripLabel toolStripLabel1; |
252 |
|
|
private System.Windows.Forms.Button btnGotoAddress; |
253 |
|
|
private System.Windows.Forms.Button btnEditBytes; |
254 |
|
|
private System.Windows.Forms.Panel left_pnl; |
255 |
|
|
private Utilities.TransparentControls.FlickerFreeRichTextBox txtAddresses; |
256 |
|
|
private System.Windows.Forms.VScrollBar ramScroll; |
257 |
|
|
private System.Windows.Forms.Timer update_timer; |
258 |
|
|
private System.ComponentModel.BackgroundWorker ResultsUpdateWorkerThread; |
259 |
|
|
private System.Windows.Forms.MaskedHexBox txthexGoto; |
260 |
william |
215 |
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; |
261 |
william |
326 |
private System.Windows.Forms.Button btnGotoImageBase; |
262 |
william |
198 |
|
263 |
|
|
} |
264 |
|
|
} |