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