1 namespace Mesen.GUI.Debugger
2 {
3 	partial class frmEventViewerColors
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>
Dispose(bool disposing)14 		protected override void Dispose(bool disposing)
15 		{
16 			if(disposing && (components != null)) {
17 				components.Dispose();
18 			}
19 			base.Dispose(disposing);
20 		}
21 
22 		#region Windows Form Designer generated code
23 
24 		/// <summary>
25 		/// Required method for Designer support - do not modify
26 		/// the contents of this method with the code editor.
27 		/// </summary>
InitializeComponent()28 		private void InitializeComponent()
29 		{
30 			this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
31 			this.lblBreakpoint = new System.Windows.Forms.Label();
32 			this.lblPpuRegisters = new System.Windows.Forms.Label();
33 			this.lblMapperWrite = new System.Windows.Forms.Label();
34 			this.lblOthers = new System.Windows.Forms.Label();
35 			this.picWrite2005 = new System.Windows.Forms.PictureBox();
36 			this.lblWrite2001 = new System.Windows.Forms.Label();
37 			this.picWrite2003 = new System.Windows.Forms.PictureBox();
38 			this.picWrite2001 = new System.Windows.Forms.PictureBox();
39 			this.picWrite2004 = new System.Windows.Forms.PictureBox();
40 			this.lblWrite2000 = new System.Windows.Forms.Label();
41 			this.picWrite2000 = new System.Windows.Forms.PictureBox();
42 			this.picMapperRead = new System.Windows.Forms.PictureBox();
43 			this.lblMapperRead = new System.Windows.Forms.Label();
44 			this.picMapperWrite = new System.Windows.Forms.PictureBox();
45 			this.lblIrq = new System.Windows.Forms.Label();
46 			this.picIrq = new System.Windows.Forms.PictureBox();
47 			this.picWrite2006 = new System.Windows.Forms.PictureBox();
48 			this.lblNmi = new System.Windows.Forms.Label();
49 			this.picNmi = new System.Windows.Forms.PictureBox();
50 			this.lblWrite2003 = new System.Windows.Forms.Label();
51 			this.lblWrite2005 = new System.Windows.Forms.Label();
52 			this.lblWrite2004 = new System.Windows.Forms.Label();
53 			this.lblWrite2006 = new System.Windows.Forms.Label();
54 			this.lblRead2002 = new System.Windows.Forms.Label();
55 			this.lblWrite2007 = new System.Windows.Forms.Label();
56 			this.picWrite2007 = new System.Windows.Forms.PictureBox();
57 			this.picRead2002 = new System.Windows.Forms.PictureBox();
58 			this.lblRead2004 = new System.Windows.Forms.Label();
59 			this.lblRead2007 = new System.Windows.Forms.Label();
60 			this.picRead2004 = new System.Windows.Forms.PictureBox();
61 			this.picRead2007 = new System.Windows.Forms.PictureBox();
62 			this.lblSpriteZeroHit = new System.Windows.Forms.Label();
63 			this.picSpriteZeroHit = new System.Windows.Forms.PictureBox();
64 			this.picBreakpoint = new System.Windows.Forms.PictureBox();
65 			this.btnReset = new System.Windows.Forms.Button();
66 			this.baseConfigPanel.SuspendLayout();
67 			this.tableLayoutPanel1.SuspendLayout();
68 			((System.ComponentModel.ISupportInitialize)(this.picWrite2005)).BeginInit();
69 			((System.ComponentModel.ISupportInitialize)(this.picWrite2003)).BeginInit();
70 			((System.ComponentModel.ISupportInitialize)(this.picWrite2001)).BeginInit();
71 			((System.ComponentModel.ISupportInitialize)(this.picWrite2004)).BeginInit();
72 			((System.ComponentModel.ISupportInitialize)(this.picWrite2000)).BeginInit();
73 			((System.ComponentModel.ISupportInitialize)(this.picMapperRead)).BeginInit();
74 			((System.ComponentModel.ISupportInitialize)(this.picMapperWrite)).BeginInit();
75 			((System.ComponentModel.ISupportInitialize)(this.picIrq)).BeginInit();
76 			((System.ComponentModel.ISupportInitialize)(this.picWrite2006)).BeginInit();
77 			((System.ComponentModel.ISupportInitialize)(this.picNmi)).BeginInit();
78 			((System.ComponentModel.ISupportInitialize)(this.picWrite2007)).BeginInit();
79 			((System.ComponentModel.ISupportInitialize)(this.picRead2002)).BeginInit();
80 			((System.ComponentModel.ISupportInitialize)(this.picRead2004)).BeginInit();
81 			((System.ComponentModel.ISupportInitialize)(this.picRead2007)).BeginInit();
82 			((System.ComponentModel.ISupportInitialize)(this.picSpriteZeroHit)).BeginInit();
83 			((System.ComponentModel.ISupportInitialize)(this.picBreakpoint)).BeginInit();
84 			this.SuspendLayout();
85 			//
86 			// baseConfigPanel
87 			//
88 			this.baseConfigPanel.Controls.Add(this.btnReset);
89 			this.baseConfigPanel.Location = new System.Drawing.Point(0, 349);
90 			this.baseConfigPanel.Size = new System.Drawing.Size(406, 29);
91 			this.baseConfigPanel.Controls.SetChildIndex(this.btnReset, 0);
92 			//
93 			// tableLayoutPanel1
94 			//
95 			this.tableLayoutPanel1.ColumnCount = 6;
96 			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 49.99998F));
97 			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
98 			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
99 			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.00002F));
100 			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
101 			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
102 			this.tableLayoutPanel1.Controls.Add(this.lblBreakpoint, 3, 9);
103 			this.tableLayoutPanel1.Controls.Add(this.lblPpuRegisters, 0, 0);
104 			this.tableLayoutPanel1.Controls.Add(this.lblMapperWrite, 0, 7);
105 			this.tableLayoutPanel1.Controls.Add(this.lblOthers, 0, 6);
106 			this.tableLayoutPanel1.Controls.Add(this.picWrite2005, 1, 3);
107 			this.tableLayoutPanel1.Controls.Add(this.lblWrite2001, 3, 1);
108 			this.tableLayoutPanel1.Controls.Add(this.picWrite2003, 1, 2);
109 			this.tableLayoutPanel1.Controls.Add(this.picWrite2001, 4, 1);
110 			this.tableLayoutPanel1.Controls.Add(this.picWrite2004, 4, 2);
111 			this.tableLayoutPanel1.Controls.Add(this.lblWrite2000, 0, 1);
112 			this.tableLayoutPanel1.Controls.Add(this.picWrite2000, 1, 1);
113 			this.tableLayoutPanel1.Controls.Add(this.picMapperRead, 1, 7);
114 			this.tableLayoutPanel1.Controls.Add(this.lblMapperRead, 3, 7);
115 			this.tableLayoutPanel1.Controls.Add(this.picMapperWrite, 4, 7);
116 			this.tableLayoutPanel1.Controls.Add(this.lblIrq, 0, 8);
117 			this.tableLayoutPanel1.Controls.Add(this.picIrq, 1, 8);
118 			this.tableLayoutPanel1.Controls.Add(this.picWrite2006, 4, 3);
119 			this.tableLayoutPanel1.Controls.Add(this.lblNmi, 3, 8);
120 			this.tableLayoutPanel1.Controls.Add(this.picNmi, 4, 8);
121 			this.tableLayoutPanel1.Controls.Add(this.lblWrite2003, 0, 2);
122 			this.tableLayoutPanel1.Controls.Add(this.lblWrite2005, 0, 3);
123 			this.tableLayoutPanel1.Controls.Add(this.lblWrite2004, 3, 2);
124 			this.tableLayoutPanel1.Controls.Add(this.lblWrite2006, 3, 3);
125 			this.tableLayoutPanel1.Controls.Add(this.lblRead2002, 3, 4);
126 			this.tableLayoutPanel1.Controls.Add(this.lblWrite2007, 0, 4);
127 			this.tableLayoutPanel1.Controls.Add(this.picWrite2007, 1, 4);
128 			this.tableLayoutPanel1.Controls.Add(this.picRead2002, 4, 4);
129 			this.tableLayoutPanel1.Controls.Add(this.lblRead2004, 0, 5);
130 			this.tableLayoutPanel1.Controls.Add(this.lblRead2007, 3, 5);
131 			this.tableLayoutPanel1.Controls.Add(this.picRead2004, 1, 5);
132 			this.tableLayoutPanel1.Controls.Add(this.picRead2007, 4, 5);
133 			this.tableLayoutPanel1.Controls.Add(this.lblSpriteZeroHit, 0, 9);
134 			this.tableLayoutPanel1.Controls.Add(this.picSpriteZeroHit, 1, 9);
135 			this.tableLayoutPanel1.Controls.Add(this.picBreakpoint, 4, 9);
136 			this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
137 			this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
138 			this.tableLayoutPanel1.Name = "tableLayoutPanel1";
139 			this.tableLayoutPanel1.RowCount = 11;
140 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
141 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
142 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
143 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
144 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
145 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
146 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
147 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
148 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
149 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
150 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
151 			this.tableLayoutPanel1.Size = new System.Drawing.Size(406, 378);
152 			this.tableLayoutPanel1.TabIndex = 2;
153 			//
154 			// lblBreakpoint
155 			//
156 			this.lblBreakpoint.Anchor = System.Windows.Forms.AnchorStyles.Left;
157 			this.lblBreakpoint.AutoSize = true;
158 			this.lblBreakpoint.Location = new System.Drawing.Point(215, 318);
159 			this.lblBreakpoint.Name = "lblBreakpoint";
160 			this.lblBreakpoint.Size = new System.Drawing.Size(61, 13);
161 			this.lblBreakpoint.TabIndex = 42;
162 			this.lblBreakpoint.Text = "Breakpoint:";
163 			//
164 			// lblPpuRegisters
165 			//
166 			this.lblPpuRegisters.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
167 			this.lblPpuRegisters.AutoSize = true;
168 			this.tableLayoutPanel1.SetColumnSpan(this.lblPpuRegisters, 3);
169 			this.lblPpuRegisters.ForeColor = System.Drawing.SystemColors.GrayText;
170 			this.lblPpuRegisters.Location = new System.Drawing.Point(0, 7);
171 			this.lblPpuRegisters.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
172 			this.lblPpuRegisters.Name = "lblPpuRegisters";
173 			this.lblPpuRegisters.Size = new System.Drawing.Size(76, 13);
174 			this.lblPpuRegisters.TabIndex = 41;
175 			this.lblPpuRegisters.Text = "PPU Registers";
176 			//
177 			// lblMapperWrite
178 			//
179 			this.lblMapperWrite.Anchor = System.Windows.Forms.AnchorStyles.Left;
180 			this.lblMapperWrite.AutoSize = true;
181 			this.lblMapperWrite.Location = new System.Drawing.Point(3, 242);
182 			this.lblMapperWrite.Name = "lblMapperWrite";
183 			this.lblMapperWrite.Size = new System.Drawing.Size(113, 13);
184 			this.lblMapperWrite.TabIndex = 25;
185 			this.lblMapperWrite.Text = "Mapper Register Write";
186 			//
187 			// lblOthers
188 			//
189 			this.lblOthers.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
190 			this.lblOthers.AutoSize = true;
191 			this.tableLayoutPanel1.SetColumnSpan(this.lblOthers, 3);
192 			this.lblOthers.ForeColor = System.Drawing.SystemColors.GrayText;
193 			this.lblOthers.Location = new System.Drawing.Point(0, 217);
194 			this.lblOthers.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
195 			this.lblOthers.Name = "lblOthers";
196 			this.lblOthers.Size = new System.Drawing.Size(38, 13);
197 			this.lblOthers.TabIndex = 24;
198 			this.lblOthers.Text = "Others";
199 			//
200 			// picWrite2005
201 			//
202 			this.picWrite2005.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
203 			this.picWrite2005.Cursor = System.Windows.Forms.Cursors.Hand;
204 			this.picWrite2005.Location = new System.Drawing.Point(157, 99);
205 			this.picWrite2005.Name = "picWrite2005";
206 			this.picWrite2005.Size = new System.Drawing.Size(32, 32);
207 			this.picWrite2005.TabIndex = 7;
208 			this.picWrite2005.TabStop = false;
209 			this.picWrite2005.Click += new System.EventHandler(this.picColorPicker_Click);
210 			//
211 			// lblWrite2001
212 			//
213 			this.lblWrite2001.Anchor = System.Windows.Forms.AnchorStyles.Left;
214 			this.lblWrite2001.AutoSize = true;
215 			this.lblWrite2001.Location = new System.Drawing.Point(215, 32);
216 			this.lblWrite2001.Name = "lblWrite2001";
217 			this.lblWrite2001.Size = new System.Drawing.Size(54, 13);
218 			this.lblWrite2001.TabIndex = 10;
219 			this.lblWrite2001.Text = "W: $2001";
220 			//
221 			// picWrite2003
222 			//
223 			this.picWrite2003.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
224 			this.picWrite2003.Cursor = System.Windows.Forms.Cursors.Hand;
225 			this.picWrite2003.Location = new System.Drawing.Point(157, 61);
226 			this.picWrite2003.Name = "picWrite2003";
227 			this.picWrite2003.Size = new System.Drawing.Size(32, 32);
228 			this.picWrite2003.TabIndex = 6;
229 			this.picWrite2003.TabStop = false;
230 			this.picWrite2003.Click += new System.EventHandler(this.picColorPicker_Click);
231 			//
232 			// picWrite2001
233 			//
234 			this.picWrite2001.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
235 			this.picWrite2001.Cursor = System.Windows.Forms.Cursors.Hand;
236 			this.picWrite2001.Location = new System.Drawing.Point(370, 23);
237 			this.picWrite2001.Name = "picWrite2001";
238 			this.picWrite2001.Size = new System.Drawing.Size(32, 32);
239 			this.picWrite2001.TabIndex = 8;
240 			this.picWrite2001.TabStop = false;
241 			this.picWrite2001.Click += new System.EventHandler(this.picColorPicker_Click);
242 			//
243 			// picWrite2004
244 			//
245 			this.picWrite2004.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
246 			this.picWrite2004.Cursor = System.Windows.Forms.Cursors.Hand;
247 			this.picWrite2004.Location = new System.Drawing.Point(370, 61);
248 			this.picWrite2004.Name = "picWrite2004";
249 			this.picWrite2004.Size = new System.Drawing.Size(32, 32);
250 			this.picWrite2004.TabIndex = 12;
251 			this.picWrite2004.TabStop = false;
252 			this.picWrite2004.Click += new System.EventHandler(this.picColorPicker_Click);
253 			//
254 			// lblWrite2000
255 			//
256 			this.lblWrite2000.Anchor = System.Windows.Forms.AnchorStyles.Left;
257 			this.lblWrite2000.AutoSize = true;
258 			this.lblWrite2000.Location = new System.Drawing.Point(3, 32);
259 			this.lblWrite2000.Name = "lblWrite2000";
260 			this.lblWrite2000.Size = new System.Drawing.Size(54, 13);
261 			this.lblWrite2000.TabIndex = 11;
262 			this.lblWrite2000.Text = "W: $2000";
263 			//
264 			// picWrite2000
265 			//
266 			this.picWrite2000.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
267 			this.picWrite2000.Cursor = System.Windows.Forms.Cursors.Hand;
268 			this.picWrite2000.Location = new System.Drawing.Point(157, 23);
269 			this.picWrite2000.Name = "picWrite2000";
270 			this.picWrite2000.Size = new System.Drawing.Size(32, 32);
271 			this.picWrite2000.TabIndex = 9;
272 			this.picWrite2000.TabStop = false;
273 			this.picWrite2000.Click += new System.EventHandler(this.picColorPicker_Click);
274 			//
275 			// picMapperRead
276 			//
277 			this.picMapperRead.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
278 			this.picMapperRead.Cursor = System.Windows.Forms.Cursors.Hand;
279 			this.picMapperRead.Location = new System.Drawing.Point(157, 233);
280 			this.picMapperRead.Name = "picMapperRead";
281 			this.picMapperRead.Size = new System.Drawing.Size(32, 32);
282 			this.picMapperRead.TabIndex = 26;
283 			this.picMapperRead.TabStop = false;
284 			this.picMapperRead.Click += new System.EventHandler(this.picColorPicker_Click);
285 			//
286 			// lblMapperRead
287 			//
288 			this.lblMapperRead.Anchor = System.Windows.Forms.AnchorStyles.Left;
289 			this.lblMapperRead.AutoSize = true;
290 			this.lblMapperRead.Location = new System.Drawing.Point(215, 242);
291 			this.lblMapperRead.Name = "lblMapperRead";
292 			this.lblMapperRead.Size = new System.Drawing.Size(114, 13);
293 			this.lblMapperRead.TabIndex = 27;
294 			this.lblMapperRead.Text = "Mapper Register Read";
295 			//
296 			// picMapperWrite
297 			//
298 			this.picMapperWrite.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
299 			this.picMapperWrite.Cursor = System.Windows.Forms.Cursors.Hand;
300 			this.picMapperWrite.Location = new System.Drawing.Point(370, 233);
301 			this.picMapperWrite.Name = "picMapperWrite";
302 			this.picMapperWrite.Size = new System.Drawing.Size(32, 32);
303 			this.picMapperWrite.TabIndex = 28;
304 			this.picMapperWrite.TabStop = false;
305 			this.picMapperWrite.Click += new System.EventHandler(this.picColorPicker_Click);
306 			//
307 			// lblIrq
308 			//
309 			this.lblIrq.Anchor = System.Windows.Forms.AnchorStyles.Left;
310 			this.lblIrq.AutoSize = true;
311 			this.lblIrq.Location = new System.Drawing.Point(3, 280);
312 			this.lblIrq.Name = "lblIrq";
313 			this.lblIrq.Size = new System.Drawing.Size(29, 13);
314 			this.lblIrq.TabIndex = 31;
315 			this.lblIrq.Text = "IRQ:";
316 			//
317 			// picIrq
318 			//
319 			this.picIrq.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
320 			this.picIrq.Cursor = System.Windows.Forms.Cursors.Hand;
321 			this.picIrq.Location = new System.Drawing.Point(157, 271);
322 			this.picIrq.Name = "picIrq";
323 			this.picIrq.Size = new System.Drawing.Size(32, 32);
324 			this.picIrq.TabIndex = 32;
325 			this.picIrq.TabStop = false;
326 			this.picIrq.Click += new System.EventHandler(this.picColorPicker_Click);
327 			//
328 			// picWrite2006
329 			//
330 			this.picWrite2006.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
331 			this.picWrite2006.Cursor = System.Windows.Forms.Cursors.Hand;
332 			this.picWrite2006.Location = new System.Drawing.Point(370, 99);
333 			this.picWrite2006.Name = "picWrite2006";
334 			this.picWrite2006.Size = new System.Drawing.Size(32, 32);
335 			this.picWrite2006.TabIndex = 36;
336 			this.picWrite2006.TabStop = false;
337 			this.picWrite2006.Click += new System.EventHandler(this.picColorPicker_Click);
338 			//
339 			// lblNmi
340 			//
341 			this.lblNmi.Anchor = System.Windows.Forms.AnchorStyles.Left;
342 			this.lblNmi.AutoSize = true;
343 			this.lblNmi.Location = new System.Drawing.Point(215, 280);
344 			this.lblNmi.Name = "lblNmi";
345 			this.lblNmi.Size = new System.Drawing.Size(30, 13);
346 			this.lblNmi.TabIndex = 29;
347 			this.lblNmi.Text = "NMI:";
348 			//
349 			// picNmi
350 			//
351 			this.picNmi.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
352 			this.picNmi.Cursor = System.Windows.Forms.Cursors.Hand;
353 			this.picNmi.Location = new System.Drawing.Point(370, 271);
354 			this.picNmi.Name = "picNmi";
355 			this.picNmi.Size = new System.Drawing.Size(32, 32);
356 			this.picNmi.TabIndex = 30;
357 			this.picNmi.TabStop = false;
358 			this.picNmi.Click += new System.EventHandler(this.picColorPicker_Click);
359 			//
360 			// lblWrite2003
361 			//
362 			this.lblWrite2003.Anchor = System.Windows.Forms.AnchorStyles.Left;
363 			this.lblWrite2003.AutoSize = true;
364 			this.lblWrite2003.Location = new System.Drawing.Point(3, 70);
365 			this.lblWrite2003.Name = "lblWrite2003";
366 			this.lblWrite2003.Size = new System.Drawing.Size(54, 13);
367 			this.lblWrite2003.TabIndex = 2;
368 			this.lblWrite2003.Text = "W: $2003";
369 			//
370 			// lblWrite2005
371 			//
372 			this.lblWrite2005.Anchor = System.Windows.Forms.AnchorStyles.Left;
373 			this.lblWrite2005.AutoSize = true;
374 			this.lblWrite2005.Location = new System.Drawing.Point(3, 108);
375 			this.lblWrite2005.Name = "lblWrite2005";
376 			this.lblWrite2005.Size = new System.Drawing.Size(54, 13);
377 			this.lblWrite2005.TabIndex = 16;
378 			this.lblWrite2005.Text = "W: $2005";
379 			//
380 			// lblWrite2004
381 			//
382 			this.lblWrite2004.Anchor = System.Windows.Forms.AnchorStyles.Left;
383 			this.lblWrite2004.AutoSize = true;
384 			this.lblWrite2004.Location = new System.Drawing.Point(215, 70);
385 			this.lblWrite2004.Name = "lblWrite2004";
386 			this.lblWrite2004.Size = new System.Drawing.Size(54, 13);
387 			this.lblWrite2004.TabIndex = 1;
388 			this.lblWrite2004.Text = "W: $2004";
389 			//
390 			// lblWrite2006
391 			//
392 			this.lblWrite2006.Anchor = System.Windows.Forms.AnchorStyles.Left;
393 			this.lblWrite2006.AutoSize = true;
394 			this.lblWrite2006.Location = new System.Drawing.Point(215, 108);
395 			this.lblWrite2006.Name = "lblWrite2006";
396 			this.lblWrite2006.Size = new System.Drawing.Size(54, 13);
397 			this.lblWrite2006.TabIndex = 4;
398 			this.lblWrite2006.Text = "W: $2006";
399 			//
400 			// lblRead2002
401 			//
402 			this.lblRead2002.Anchor = System.Windows.Forms.AnchorStyles.Left;
403 			this.lblRead2002.AutoSize = true;
404 			this.lblRead2002.Location = new System.Drawing.Point(215, 146);
405 			this.lblRead2002.Name = "lblRead2002";
406 			this.lblRead2002.Size = new System.Drawing.Size(51, 13);
407 			this.lblRead2002.TabIndex = 0;
408 			this.lblRead2002.Text = "R: $2002";
409 			//
410 			// lblWrite2007
411 			//
412 			this.lblWrite2007.Anchor = System.Windows.Forms.AnchorStyles.Left;
413 			this.lblWrite2007.AutoSize = true;
414 			this.lblWrite2007.Location = new System.Drawing.Point(3, 146);
415 			this.lblWrite2007.Name = "lblWrite2007";
416 			this.lblWrite2007.Size = new System.Drawing.Size(54, 13);
417 			this.lblWrite2007.TabIndex = 35;
418 			this.lblWrite2007.Text = "W: $2007";
419 			//
420 			// picWrite2007
421 			//
422 			this.picWrite2007.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
423 			this.picWrite2007.Cursor = System.Windows.Forms.Cursors.Hand;
424 			this.picWrite2007.Location = new System.Drawing.Point(157, 137);
425 			this.picWrite2007.Name = "picWrite2007";
426 			this.picWrite2007.Size = new System.Drawing.Size(32, 32);
427 			this.picWrite2007.TabIndex = 17;
428 			this.picWrite2007.TabStop = false;
429 			this.picWrite2007.Click += new System.EventHandler(this.picColorPicker_Click);
430 			//
431 			// picRead2002
432 			//
433 			this.picRead2002.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
434 			this.picRead2002.Cursor = System.Windows.Forms.Cursors.Hand;
435 			this.picRead2002.Location = new System.Drawing.Point(370, 137);
436 			this.picRead2002.Name = "picRead2002";
437 			this.picRead2002.Size = new System.Drawing.Size(32, 32);
438 			this.picRead2002.TabIndex = 5;
439 			this.picRead2002.TabStop = false;
440 			this.picRead2002.Click += new System.EventHandler(this.picColorPicker_Click);
441 			//
442 			// lblRead2004
443 			//
444 			this.lblRead2004.Anchor = System.Windows.Forms.AnchorStyles.Left;
445 			this.lblRead2004.AutoSize = true;
446 			this.lblRead2004.Location = new System.Drawing.Point(3, 184);
447 			this.lblRead2004.Name = "lblRead2004";
448 			this.lblRead2004.Size = new System.Drawing.Size(51, 13);
449 			this.lblRead2004.TabIndex = 37;
450 			this.lblRead2004.Text = "R: $2004";
451 			//
452 			// lblRead2007
453 			//
454 			this.lblRead2007.Anchor = System.Windows.Forms.AnchorStyles.Left;
455 			this.lblRead2007.AutoSize = true;
456 			this.lblRead2007.Location = new System.Drawing.Point(215, 184);
457 			this.lblRead2007.Name = "lblRead2007";
458 			this.lblRead2007.Size = new System.Drawing.Size(51, 13);
459 			this.lblRead2007.TabIndex = 38;
460 			this.lblRead2007.Text = "R: $2007";
461 			//
462 			// picRead2004
463 			//
464 			this.picRead2004.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
465 			this.picRead2004.Cursor = System.Windows.Forms.Cursors.Hand;
466 			this.picRead2004.Location = new System.Drawing.Point(157, 175);
467 			this.picRead2004.Name = "picRead2004";
468 			this.picRead2004.Size = new System.Drawing.Size(32, 32);
469 			this.picRead2004.TabIndex = 39;
470 			this.picRead2004.TabStop = false;
471 			this.picRead2004.Click += new System.EventHandler(this.picColorPicker_Click);
472 			//
473 			// picRead2007
474 			//
475 			this.picRead2007.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
476 			this.picRead2007.Cursor = System.Windows.Forms.Cursors.Hand;
477 			this.picRead2007.Location = new System.Drawing.Point(370, 175);
478 			this.picRead2007.Name = "picRead2007";
479 			this.picRead2007.Size = new System.Drawing.Size(32, 32);
480 			this.picRead2007.TabIndex = 40;
481 			this.picRead2007.TabStop = false;
482 			this.picRead2007.Click += new System.EventHandler(this.picColorPicker_Click);
483 			//
484 			// lblSpriteZeroHit
485 			//
486 			this.lblSpriteZeroHit.Anchor = System.Windows.Forms.AnchorStyles.Left;
487 			this.lblSpriteZeroHit.AutoSize = true;
488 			this.lblSpriteZeroHit.Location = new System.Drawing.Point(3, 318);
489 			this.lblSpriteZeroHit.Name = "lblSpriteZeroHit";
490 			this.lblSpriteZeroHit.Size = new System.Drawing.Size(62, 13);
491 			this.lblSpriteZeroHit.TabIndex = 33;
492 			this.lblSpriteZeroHit.Text = "Sprite 0 Hit:";
493 			//
494 			// picSpriteZeroHit
495 			//
496 			this.picSpriteZeroHit.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
497 			this.picSpriteZeroHit.Cursor = System.Windows.Forms.Cursors.Hand;
498 			this.picSpriteZeroHit.Location = new System.Drawing.Point(157, 309);
499 			this.picSpriteZeroHit.Name = "picSpriteZeroHit";
500 			this.picSpriteZeroHit.Size = new System.Drawing.Size(32, 32);
501 			this.picSpriteZeroHit.TabIndex = 34;
502 			this.picSpriteZeroHit.TabStop = false;
503 			this.picSpriteZeroHit.Click += new System.EventHandler(this.picColorPicker_Click);
504 			//
505 			// picBreakpoint
506 			//
507 			this.picBreakpoint.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
508 			this.picBreakpoint.Cursor = System.Windows.Forms.Cursors.Hand;
509 			this.picBreakpoint.Location = new System.Drawing.Point(370, 309);
510 			this.picBreakpoint.Name = "picBreakpoint";
511 			this.picBreakpoint.Size = new System.Drawing.Size(32, 32);
512 			this.picBreakpoint.TabIndex = 43;
513 			this.picBreakpoint.TabStop = false;
514 			this.picBreakpoint.Click += new System.EventHandler(this.picColorPicker_Click);
515 			//
516 			// btnReset
517 			//
518 			this.btnReset.Location = new System.Drawing.Point(3, 3);
519 			this.btnReset.Name = "btnReset";
520 			this.btnReset.Size = new System.Drawing.Size(102, 23);
521 			this.btnReset.TabIndex = 3;
522 			this.btnReset.Text = "Use default colors";
523 			this.btnReset.UseVisualStyleBackColor = true;
524 			this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
525 			//
526 			// frmEventViewerColors
527 			//
528 			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
529 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
530 			this.ClientSize = new System.Drawing.Size(406, 378);
531 			this.Controls.Add(this.tableLayoutPanel1);
532 			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
533 			this.MaximizeBox = false;
534 			this.MinimizeBox = false;
535 			this.Name = "frmEventViewerColors";
536 			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
537 			this.Text = "Configure Colors...";
538 			this.Controls.SetChildIndex(this.tableLayoutPanel1, 0);
539 			this.Controls.SetChildIndex(this.baseConfigPanel, 0);
540 			this.baseConfigPanel.ResumeLayout(false);
541 			this.tableLayoutPanel1.ResumeLayout(false);
542 			this.tableLayoutPanel1.PerformLayout();
543 			((System.ComponentModel.ISupportInitialize)(this.picWrite2005)).EndInit();
544 			((System.ComponentModel.ISupportInitialize)(this.picWrite2003)).EndInit();
545 			((System.ComponentModel.ISupportInitialize)(this.picWrite2001)).EndInit();
546 			((System.ComponentModel.ISupportInitialize)(this.picWrite2004)).EndInit();
547 			((System.ComponentModel.ISupportInitialize)(this.picWrite2000)).EndInit();
548 			((System.ComponentModel.ISupportInitialize)(this.picMapperRead)).EndInit();
549 			((System.ComponentModel.ISupportInitialize)(this.picMapperWrite)).EndInit();
550 			((System.ComponentModel.ISupportInitialize)(this.picIrq)).EndInit();
551 			((System.ComponentModel.ISupportInitialize)(this.picWrite2006)).EndInit();
552 			((System.ComponentModel.ISupportInitialize)(this.picNmi)).EndInit();
553 			((System.ComponentModel.ISupportInitialize)(this.picWrite2007)).EndInit();
554 			((System.ComponentModel.ISupportInitialize)(this.picRead2002)).EndInit();
555 			((System.ComponentModel.ISupportInitialize)(this.picRead2004)).EndInit();
556 			((System.ComponentModel.ISupportInitialize)(this.picRead2007)).EndInit();
557 			((System.ComponentModel.ISupportInitialize)(this.picSpriteZeroHit)).EndInit();
558 			((System.ComponentModel.ISupportInitialize)(this.picBreakpoint)).EndInit();
559 			this.ResumeLayout(false);
560 
561 		}
562 
563 		#endregion
564 
565 		private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
566 		private System.Windows.Forms.Label lblWrite2006;
567 		private System.Windows.Forms.Label lblWrite2003;
568 		private System.Windows.Forms.Label lblRead2002;
569 		private System.Windows.Forms.Label lblWrite2004;
570 		private System.Windows.Forms.PictureBox picWrite2000;
571 		private System.Windows.Forms.PictureBox picWrite2001;
572 		private System.Windows.Forms.PictureBox picWrite2005;
573 		private System.Windows.Forms.PictureBox picWrite2003;
574 		private System.Windows.Forms.PictureBox picRead2002;
575 		private System.Windows.Forms.Label lblWrite2001;
576 		private System.Windows.Forms.Label lblWrite2000;
577 		private System.Windows.Forms.PictureBox picWrite2004;
578 		private System.Windows.Forms.Button btnReset;
579 		private System.Windows.Forms.Label lblWrite2005;
580 		private System.Windows.Forms.PictureBox picWrite2007;
581 		private System.Windows.Forms.Label lblOthers;
582 		private System.Windows.Forms.Label lblMapperWrite;
583 		private System.Windows.Forms.PictureBox picMapperRead;
584 		private System.Windows.Forms.Label lblMapperRead;
585 		private System.Windows.Forms.PictureBox picMapperWrite;
586 		private System.Windows.Forms.Label lblNmi;
587 		private System.Windows.Forms.PictureBox picNmi;
588 		private System.Windows.Forms.Label lblIrq;
589 		private System.Windows.Forms.PictureBox picIrq;
590 		private System.Windows.Forms.Label lblSpriteZeroHit;
591 		private System.Windows.Forms.PictureBox picSpriteZeroHit;
592 		private System.Windows.Forms.Label lblWrite2007;
593 		private System.Windows.Forms.PictureBox picWrite2006;
594 		private System.Windows.Forms.Label lblPpuRegisters;
595 		private System.Windows.Forms.Label lblRead2004;
596 		private System.Windows.Forms.Label lblRead2007;
597 		private System.Windows.Forms.PictureBox picRead2004;
598 		private System.Windows.Forms.PictureBox picRead2007;
599 		private System.Windows.Forms.Label lblBreakpoint;
600 		private System.Windows.Forms.PictureBox picBreakpoint;
601 	}
602 }