1 using Mesen.GUI.Controls;
2 
3 namespace Mesen.GUI.Debugger.Controls
4 {
5 	partial class ctrlNametableViewer
6 	{
7 		/// <summary>
8 		/// Required designer variable.
9 		/// </summary>
10 		private System.ComponentModel.IContainer components = null;
11 
12 		/// <summary>
13 		/// Clean up any resources being used.
14 		/// </summary>
15 		/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
Dispose(bool disposing)16 		protected override void Dispose(bool disposing)
17 		{
18 			if(disposing && (components != null)) {
19 				components.Dispose();
20 			}
21 			base.Dispose(disposing);
22 		}
23 
24 		#region Component Designer generated code
25 
26 		/// <summary>
27 		/// Required method for Designer support - do not modify
28 		/// the contents of this method with the code editor.
29 		/// </summary>
InitializeComponent()30 		private void InitializeComponent()
31 		{
32 			this.components = new System.ComponentModel.Container();
33 			this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
34 			this.picNametable = new Mesen.GUI.Controls.ctrlMesenPictureBox();
35 			this.ctxMenu = new Mesen.GUI.Controls.ctrlMesenContextMenuStrip(this.components);
36 			this.mnuAddBreakpoint = new System.Windows.Forms.ToolStripMenuItem();
37 			this.mnuAddBreakpointAttribute = new System.Windows.Forms.ToolStripMenuItem();
38 			this.mnuEditInMemoryViewer = new System.Windows.Forms.ToolStripMenuItem();
39 			this.mnuShowInChrViewer = new System.Windows.Forms.ToolStripMenuItem();
40 			this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
41 			this.mnuCopyHdPack = new System.Windows.Forms.ToolStripMenuItem();
42 			this.mnuCopyNametableHdPack = new System.Windows.Forms.ToolStripMenuItem();
43 			this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
44 			this.mnuCopyToClipboard = new System.Windows.Forms.ToolStripMenuItem();
45 			this.mnuExportToPng = new System.Windows.Forms.ToolStripMenuItem();
46 			this.grpTileInfo = new System.Windows.Forms.GroupBox();
47 			this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
48 			this.txtPpuAddress = new System.Windows.Forms.TextBox();
49 			this.txtLocation = new System.Windows.Forms.TextBox();
50 			this.txtNametable = new System.Windows.Forms.TextBox();
51 			this.txtPaletteAddress = new System.Windows.Forms.TextBox();
52 			this.txtAttributeAddress = new System.Windows.Forms.TextBox();
53 			this.txtAttributeData = new System.Windows.Forms.TextBox();
54 			this.txtTileAddress = new System.Windows.Forms.TextBox();
55 			this.lblTileIndex = new System.Windows.Forms.Label();
56 			this.lblTileAddress = new System.Windows.Forms.Label();
57 			this.lblAttributeData = new System.Windows.Forms.Label();
58 			this.lblAttributeAddress = new System.Windows.Forms.Label();
59 			this.lblPaletteAddress = new System.Windows.Forms.Label();
60 			this.lblTile = new System.Windows.Forms.Label();
61 			this.txtTileIndex = new System.Windows.Forms.TextBox();
62 			this.picTile = new System.Windows.Forms.PictureBox();
63 			this.lblNametableIndex = new System.Windows.Forms.Label();
64 			this.lblLocation = new System.Windows.Forms.Label();
65 			this.lblPpuAddress = new System.Windows.Forms.Label();
66 			this.ctrlTilePalette = new Mesen.GUI.Debugger.Controls.ctrlTilePalette();
67 			this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
68 			this.chkShowPpuScrollOverlay = new System.Windows.Forms.CheckBox();
69 			this.chkShowAttributeColorsOnly = new System.Windows.Forms.CheckBox();
70 			this.chkShowTileGrid = new System.Windows.Forms.CheckBox();
71 			this.chkShowAttributeGrid = new System.Windows.Forms.CheckBox();
72 			this.chkUseGrayscalePalette = new System.Windows.Forms.CheckBox();
73 			this.chkHighlightChrTile = new System.Windows.Forms.CheckBox();
74 			this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
75 			this.lblMirroring = new System.Windows.Forms.Label();
76 			this.lblMirroringType = new System.Windows.Forms.Label();
77 			this.chkHighlightTileUpdates = new System.Windows.Forms.CheckBox();
78 			this.chkHighlightAttributeUpdates = new System.Windows.Forms.CheckBox();
79 			this.chkIgnoreRedundantWrites = new System.Windows.Forms.CheckBox();
80 			this.lblHighlight = new System.Windows.Forms.Label();
81 			this.tableLayoutPanel1.SuspendLayout();
82 			((System.ComponentModel.ISupportInitialize)(this.picNametable)).BeginInit();
83 			this.ctxMenu.SuspendLayout();
84 			this.grpTileInfo.SuspendLayout();
85 			this.tableLayoutPanel2.SuspendLayout();
86 			((System.ComponentModel.ISupportInitialize)(this.picTile)).BeginInit();
87 			this.flowLayoutPanel1.SuspendLayout();
88 			this.tableLayoutPanel3.SuspendLayout();
89 			this.SuspendLayout();
90 			//
91 			// tableLayoutPanel1
92 			//
93 			this.tableLayoutPanel1.ColumnCount = 2;
94 			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
95 			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
96 			this.tableLayoutPanel1.Controls.Add(this.picNametable, 0, 0);
97 			this.tableLayoutPanel1.Controls.Add(this.grpTileInfo, 1, 0);
98 			this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 1, 1);
99 			this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 0, 2);
100 			this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
101 			this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
102 			this.tableLayoutPanel1.Name = "tableLayoutPanel1";
103 			this.tableLayoutPanel1.RowCount = 4;
104 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
105 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
106 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
107 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
108 			this.tableLayoutPanel1.Size = new System.Drawing.Size(701, 530);
109 			this.tableLayoutPanel1.TabIndex = 2;
110 			//
111 			// picNametable
112 			//
113 			this.picNametable.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
114 			this.picNametable.ContextMenuStrip = this.ctxMenu;
115 			this.picNametable.InterpolationMode = System.Drawing.Drawing2D.InterpolationMode.Default;
116 			this.picNametable.Location = new System.Drawing.Point(4, 4);
117 			this.picNametable.Margin = new System.Windows.Forms.Padding(4, 4, 4, 0);
118 			this.picNametable.Name = "picNametable";
119 			this.tableLayoutPanel1.SetRowSpan(this.picNametable, 2);
120 			this.picNametable.Size = new System.Drawing.Size(514, 482);
121 			this.picNametable.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
122 			this.picNametable.TabIndex = 0;
123 			this.picNametable.TabStop = false;
124 			this.picNametable.DoubleClick += new System.EventHandler(this.picNametable_DoubleClick);
125 			this.picNametable.MouseEnter += new System.EventHandler(this.picNametable_MouseEnter);
126 			this.picNametable.MouseLeave += new System.EventHandler(this.picNametable_MouseLeave);
127 			this.picNametable.MouseMove += new System.Windows.Forms.MouseEventHandler(this.picNametable_MouseMove);
128 			//
129 			// ctxMenu
130 			//
131 			this.ctxMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
132             this.mnuAddBreakpoint,
133             this.mnuAddBreakpointAttribute,
134             this.mnuEditInMemoryViewer,
135             this.mnuShowInChrViewer,
136             this.toolStripMenuItem1,
137             this.mnuCopyHdPack,
138             this.mnuCopyNametableHdPack,
139             this.toolStripMenuItem2,
140             this.mnuCopyToClipboard,
141             this.mnuExportToPng});
142 			this.ctxMenu.Name = "ctxMenu";
143 			this.ctxMenu.Size = new System.Drawing.Size(261, 214);
144 			this.ctxMenu.Opening += new System.ComponentModel.CancelEventHandler(this.ctxMenu_Opening);
145 			//
146 			// mnuAddBreakpoint
147 			//
148 			this.mnuAddBreakpoint.Image = global::Mesen.GUI.Properties.Resources.Breakpoint;
149 			this.mnuAddBreakpoint.Name = "mnuAddBreakpoint";
150 			this.mnuAddBreakpoint.Size = new System.Drawing.Size(260, 22);
151 			this.mnuAddBreakpoint.Text = "Add breakpoint (Tile)";
152 			this.mnuAddBreakpoint.Click += new System.EventHandler(this.mnuAddBreakpoint_Click);
153 			//
154 			// mnuAddBreakpointAttribute
155 			//
156 			this.mnuAddBreakpointAttribute.Image = global::Mesen.GUI.Properties.Resources.Breakpoint;
157 			this.mnuAddBreakpointAttribute.Name = "mnuAddBreakpointAttribute";
158 			this.mnuAddBreakpointAttribute.Size = new System.Drawing.Size(260, 22);
159 			this.mnuAddBreakpointAttribute.Text = "Add breakpoint (Attribute)";
160 			this.mnuAddBreakpointAttribute.Click += new System.EventHandler(this.mnuAddBreakpointAttribute_Click);
161 			//
162 			// mnuEditInMemoryViewer
163 			//
164 			this.mnuEditInMemoryViewer.Image = global::Mesen.GUI.Properties.Resources.CheatCode;
165 			this.mnuEditInMemoryViewer.Name = "mnuEditInMemoryViewer";
166 			this.mnuEditInMemoryViewer.Size = new System.Drawing.Size(260, 22);
167 			this.mnuEditInMemoryViewer.Text = "Edit in Memory Viewer";
168 			this.mnuEditInMemoryViewer.Click += new System.EventHandler(this.mnuEditInMemoryViewer_Click);
169 			//
170 			// mnuShowInChrViewer
171 			//
172 			this.mnuShowInChrViewer.Image = global::Mesen.GUI.Properties.Resources.NextArrow;
173 			this.mnuShowInChrViewer.Name = "mnuShowInChrViewer";
174 			this.mnuShowInChrViewer.ShortcutKeyDisplayString = "Dbl-Click";
175 			this.mnuShowInChrViewer.Size = new System.Drawing.Size(260, 22);
176 			this.mnuShowInChrViewer.Text = "View in CHR viewer";
177 			this.mnuShowInChrViewer.Click += new System.EventHandler(this.mnuShowInChrViewer_Click);
178 			//
179 			// toolStripMenuItem1
180 			//
181 			this.toolStripMenuItem1.Name = "toolStripMenuItem1";
182 			this.toolStripMenuItem1.Size = new System.Drawing.Size(257, 6);
183 			//
184 			// mnuCopyHdPack
185 			//
186 			this.mnuCopyHdPack.Name = "mnuCopyHdPack";
187 			this.mnuCopyHdPack.Size = new System.Drawing.Size(260, 22);
188 			this.mnuCopyHdPack.Text = "Copy Tile (HD Pack Format)";
189 			this.mnuCopyHdPack.Click += new System.EventHandler(this.mnuCopyHdPack_Click);
190 			//
191 			// mnuCopyNametableHdPack
192 			//
193 			this.mnuCopyNametableHdPack.Name = "mnuCopyNametableHdPack";
194 			this.mnuCopyNametableHdPack.Size = new System.Drawing.Size(260, 22);
195 			this.mnuCopyNametableHdPack.Text = "Copy Nametable (HD Pack Format)";
196 			this.mnuCopyNametableHdPack.Click += new System.EventHandler(this.mnuCopyNametableHdPack_Click);
197 			//
198 			// toolStripMenuItem2
199 			//
200 			this.toolStripMenuItem2.Name = "toolStripMenuItem2";
201 			this.toolStripMenuItem2.Size = new System.Drawing.Size(257, 6);
202 			//
203 			// mnuCopyToClipboard
204 			//
205 			this.mnuCopyToClipboard.Image = global::Mesen.GUI.Properties.Resources.Copy;
206 			this.mnuCopyToClipboard.Name = "mnuCopyToClipboard";
207 			this.mnuCopyToClipboard.Size = new System.Drawing.Size(260, 22);
208 			this.mnuCopyToClipboard.Text = "Copy image to clipboard";
209 			this.mnuCopyToClipboard.Click += new System.EventHandler(this.mnuCopyToClipboard_Click);
210 			//
211 			// mnuExportToPng
212 			//
213 			this.mnuExportToPng.Image = global::Mesen.GUI.Properties.Resources.Export;
214 			this.mnuExportToPng.Name = "mnuExportToPng";
215 			this.mnuExportToPng.Size = new System.Drawing.Size(260, 22);
216 			this.mnuExportToPng.Text = "Export image to PNG";
217 			this.mnuExportToPng.Click += new System.EventHandler(this.mnuExportToPng_Click);
218 			//
219 			// grpTileInfo
220 			//
221 			this.grpTileInfo.Controls.Add(this.tableLayoutPanel2);
222 			this.grpTileInfo.Location = new System.Drawing.Point(525, 3);
223 			this.grpTileInfo.Name = "grpTileInfo";
224 			this.grpTileInfo.Size = new System.Drawing.Size(173, 345);
225 			this.grpTileInfo.TabIndex = 4;
226 			this.grpTileInfo.TabStop = false;
227 			this.grpTileInfo.Text = "Tile Info";
228 			//
229 			// tableLayoutPanel2
230 			//
231 			this.tableLayoutPanel2.AutoSize = true;
232 			this.tableLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
233 			this.tableLayoutPanel2.ColumnCount = 3;
234 			this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
235 			this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
236 			this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
237 			this.tableLayoutPanel2.Controls.Add(this.txtPpuAddress, 1, 0);
238 			this.tableLayoutPanel2.Controls.Add(this.txtLocation, 1, 2);
239 			this.tableLayoutPanel2.Controls.Add(this.txtNametable, 1, 1);
240 			this.tableLayoutPanel2.Controls.Add(this.txtPaletteAddress, 1, 7);
241 			this.tableLayoutPanel2.Controls.Add(this.txtAttributeAddress, 1, 6);
242 			this.tableLayoutPanel2.Controls.Add(this.txtAttributeData, 1, 5);
243 			this.tableLayoutPanel2.Controls.Add(this.txtTileAddress, 1, 4);
244 			this.tableLayoutPanel2.Controls.Add(this.lblTileIndex, 0, 3);
245 			this.tableLayoutPanel2.Controls.Add(this.lblTileAddress, 0, 4);
246 			this.tableLayoutPanel2.Controls.Add(this.lblAttributeData, 0, 5);
247 			this.tableLayoutPanel2.Controls.Add(this.lblAttributeAddress, 0, 6);
248 			this.tableLayoutPanel2.Controls.Add(this.lblPaletteAddress, 0, 7);
249 			this.tableLayoutPanel2.Controls.Add(this.lblTile, 0, 8);
250 			this.tableLayoutPanel2.Controls.Add(this.txtTileIndex, 1, 3);
251 			this.tableLayoutPanel2.Controls.Add(this.picTile, 1, 8);
252 			this.tableLayoutPanel2.Controls.Add(this.lblNametableIndex, 0, 1);
253 			this.tableLayoutPanel2.Controls.Add(this.lblLocation, 0, 2);
254 			this.tableLayoutPanel2.Controls.Add(this.lblPpuAddress, 0, 0);
255 			this.tableLayoutPanel2.Controls.Add(this.ctrlTilePalette, 0, 9);
256 			this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
257 			this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 16);
258 			this.tableLayoutPanel2.Name = "tableLayoutPanel2";
259 			this.tableLayoutPanel2.RowCount = 11;
260 			this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
261 			this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
262 			this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
263 			this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
264 			this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
265 			this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
266 			this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
267 			this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
268 			this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
269 			this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
270 			this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
271 			this.tableLayoutPanel2.Size = new System.Drawing.Size(167, 326);
272 			this.tableLayoutPanel2.TabIndex = 0;
273 			//
274 			// txtPpuAddress
275 			//
276 			this.txtPpuAddress.BackColor = System.Drawing.SystemColors.Window;
277 			this.txtPpuAddress.Location = new System.Drawing.Point(84, 3);
278 			this.txtPpuAddress.Name = "txtPpuAddress";
279 			this.txtPpuAddress.ReadOnly = true;
280 			this.txtPpuAddress.Size = new System.Drawing.Size(42, 20);
281 			this.txtPpuAddress.TabIndex = 18;
282 			//
283 			// txtLocation
284 			//
285 			this.txtLocation.BackColor = System.Drawing.SystemColors.Window;
286 			this.txtLocation.Location = new System.Drawing.Point(84, 55);
287 			this.txtLocation.Name = "txtLocation";
288 			this.txtLocation.ReadOnly = true;
289 			this.txtLocation.Size = new System.Drawing.Size(42, 20);
290 			this.txtLocation.TabIndex = 16;
291 			//
292 			// txtNametable
293 			//
294 			this.txtNametable.BackColor = System.Drawing.SystemColors.Window;
295 			this.txtNametable.Location = new System.Drawing.Point(84, 29);
296 			this.txtNametable.Name = "txtNametable";
297 			this.txtNametable.ReadOnly = true;
298 			this.txtNametable.Size = new System.Drawing.Size(26, 20);
299 			this.txtNametable.TabIndex = 15;
300 			//
301 			// txtPaletteAddress
302 			//
303 			this.txtPaletteAddress.BackColor = System.Drawing.SystemColors.Window;
304 			this.txtPaletteAddress.Location = new System.Drawing.Point(84, 185);
305 			this.txtPaletteAddress.Name = "txtPaletteAddress";
306 			this.txtPaletteAddress.ReadOnly = true;
307 			this.txtPaletteAddress.Size = new System.Drawing.Size(42, 20);
308 			this.txtPaletteAddress.TabIndex = 11;
309 			//
310 			// txtAttributeAddress
311 			//
312 			this.txtAttributeAddress.BackColor = System.Drawing.SystemColors.Window;
313 			this.txtAttributeAddress.Location = new System.Drawing.Point(84, 159);
314 			this.txtAttributeAddress.Name = "txtAttributeAddress";
315 			this.txtAttributeAddress.ReadOnly = true;
316 			this.txtAttributeAddress.Size = new System.Drawing.Size(42, 20);
317 			this.txtAttributeAddress.TabIndex = 10;
318 			//
319 			// txtAttributeData
320 			//
321 			this.txtAttributeData.BackColor = System.Drawing.SystemColors.Window;
322 			this.txtAttributeData.Location = new System.Drawing.Point(84, 133);
323 			this.txtAttributeData.Name = "txtAttributeData";
324 			this.txtAttributeData.ReadOnly = true;
325 			this.txtAttributeData.Size = new System.Drawing.Size(26, 20);
326 			this.txtAttributeData.TabIndex = 9;
327 			//
328 			// txtTileAddress
329 			//
330 			this.txtTileAddress.BackColor = System.Drawing.SystemColors.Window;
331 			this.txtTileAddress.Location = new System.Drawing.Point(84, 107);
332 			this.txtTileAddress.Name = "txtTileAddress";
333 			this.txtTileAddress.ReadOnly = true;
334 			this.txtTileAddress.Size = new System.Drawing.Size(42, 20);
335 			this.txtTileAddress.TabIndex = 8;
336 			//
337 			// lblTileIndex
338 			//
339 			this.lblTileIndex.Anchor = System.Windows.Forms.AnchorStyles.Left;
340 			this.lblTileIndex.AutoSize = true;
341 			this.lblTileIndex.Location = new System.Drawing.Point(3, 84);
342 			this.lblTileIndex.Name = "lblTileIndex";
343 			this.lblTileIndex.Size = new System.Drawing.Size(56, 13);
344 			this.lblTileIndex.TabIndex = 0;
345 			this.lblTileIndex.Text = "Tile Index:";
346 			//
347 			// lblTileAddress
348 			//
349 			this.lblTileAddress.Anchor = System.Windows.Forms.AnchorStyles.Left;
350 			this.lblTileAddress.AutoSize = true;
351 			this.lblTileAddress.Location = new System.Drawing.Point(3, 110);
352 			this.lblTileAddress.Name = "lblTileAddress";
353 			this.lblTileAddress.Size = new System.Drawing.Size(68, 13);
354 			this.lblTileAddress.TabIndex = 1;
355 			this.lblTileAddress.Text = "Tile Address:";
356 			//
357 			// lblAttributeData
358 			//
359 			this.lblAttributeData.Anchor = System.Windows.Forms.AnchorStyles.Left;
360 			this.lblAttributeData.AutoSize = true;
361 			this.lblAttributeData.Location = new System.Drawing.Point(3, 136);
362 			this.lblAttributeData.Name = "lblAttributeData";
363 			this.lblAttributeData.Size = new System.Drawing.Size(75, 13);
364 			this.lblAttributeData.TabIndex = 2;
365 			this.lblAttributeData.Text = "Attribute Data:";
366 			//
367 			// lblAttributeAddress
368 			//
369 			this.lblAttributeAddress.Anchor = System.Windows.Forms.AnchorStyles.Left;
370 			this.lblAttributeAddress.AutoSize = true;
371 			this.lblAttributeAddress.Location = new System.Drawing.Point(3, 162);
372 			this.lblAttributeAddress.Name = "lblAttributeAddress";
373 			this.lblAttributeAddress.Size = new System.Drawing.Size(74, 13);
374 			this.lblAttributeAddress.TabIndex = 3;
375 			this.lblAttributeAddress.Text = "Attribute Addr:";
376 			//
377 			// lblPaletteAddress
378 			//
379 			this.lblPaletteAddress.Anchor = System.Windows.Forms.AnchorStyles.Left;
380 			this.lblPaletteAddress.AutoSize = true;
381 			this.lblPaletteAddress.Location = new System.Drawing.Point(3, 188);
382 			this.lblPaletteAddress.Name = "lblPaletteAddress";
383 			this.lblPaletteAddress.Size = new System.Drawing.Size(68, 13);
384 			this.lblPaletteAddress.TabIndex = 4;
385 			this.lblPaletteAddress.Text = "Palette Addr:";
386 			//
387 			// lblTile
388 			//
389 			this.lblTile.Anchor = System.Windows.Forms.AnchorStyles.Left;
390 			this.lblTile.AutoSize = true;
391 			this.lblTile.Location = new System.Drawing.Point(3, 237);
392 			this.lblTile.Name = "lblTile";
393 			this.lblTile.Size = new System.Drawing.Size(27, 13);
394 			this.lblTile.TabIndex = 6;
395 			this.lblTile.Text = "Tile:";
396 			//
397 			// txtTileIndex
398 			//
399 			this.txtTileIndex.BackColor = System.Drawing.SystemColors.Window;
400 			this.txtTileIndex.Location = new System.Drawing.Point(84, 81);
401 			this.txtTileIndex.Name = "txtTileIndex";
402 			this.txtTileIndex.ReadOnly = true;
403 			this.txtTileIndex.Size = new System.Drawing.Size(26, 20);
404 			this.txtTileIndex.TabIndex = 7;
405 			//
406 			// picTile
407 			//
408 			this.picTile.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
409 			this.picTile.Location = new System.Drawing.Point(84, 211);
410 			this.picTile.Name = "picTile";
411 			this.picTile.Size = new System.Drawing.Size(63, 66);
412 			this.picTile.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
413 			this.picTile.TabIndex = 12;
414 			this.picTile.TabStop = false;
415 			//
416 			// lblNametableIndex
417 			//
418 			this.lblNametableIndex.Anchor = System.Windows.Forms.AnchorStyles.Left;
419 			this.lblNametableIndex.AutoSize = true;
420 			this.lblNametableIndex.Location = new System.Drawing.Point(3, 32);
421 			this.lblNametableIndex.Name = "lblNametableIndex";
422 			this.lblNametableIndex.Size = new System.Drawing.Size(61, 13);
423 			this.lblNametableIndex.TabIndex = 13;
424 			this.lblNametableIndex.Text = "Nametable:";
425 			//
426 			// lblLocation
427 			//
428 			this.lblLocation.Anchor = System.Windows.Forms.AnchorStyles.Left;
429 			this.lblLocation.AutoSize = true;
430 			this.lblLocation.Location = new System.Drawing.Point(3, 58);
431 			this.lblLocation.Name = "lblLocation";
432 			this.lblLocation.Size = new System.Drawing.Size(51, 13);
433 			this.lblLocation.TabIndex = 14;
434 			this.lblLocation.Text = "Location:";
435 			//
436 			// lblPpuAddress
437 			//
438 			this.lblPpuAddress.Anchor = System.Windows.Forms.AnchorStyles.Left;
439 			this.lblPpuAddress.AutoSize = true;
440 			this.lblPpuAddress.Location = new System.Drawing.Point(3, 6);
441 			this.lblPpuAddress.Name = "lblPpuAddress";
442 			this.lblPpuAddress.Size = new System.Drawing.Size(57, 13);
443 			this.lblPpuAddress.TabIndex = 17;
444 			this.lblPpuAddress.Text = "PPU Addr:";
445 			//
446 			// ctrlTilePalette
447 			//
448 			this.ctrlTilePalette.Anchor = System.Windows.Forms.AnchorStyles.Right;
449 			this.tableLayoutPanel2.SetColumnSpan(this.ctrlTilePalette, 2);
450 			this.ctrlTilePalette.DisplayIndexes = false;
451 			this.ctrlTilePalette.HighlightMouseOver = false;
452 			this.ctrlTilePalette.Location = new System.Drawing.Point(17, 283);
453 			this.ctrlTilePalette.Name = "ctrlTilePalette";
454 			this.ctrlTilePalette.Size = new System.Drawing.Size(130, 34);
455 			this.ctrlTilePalette.TabIndex = 19;
456 			//
457 			// flowLayoutPanel1
458 			//
459 			this.flowLayoutPanel1.Controls.Add(this.chkShowPpuScrollOverlay);
460 			this.flowLayoutPanel1.Controls.Add(this.chkShowAttributeColorsOnly);
461 			this.flowLayoutPanel1.Controls.Add(this.chkShowTileGrid);
462 			this.flowLayoutPanel1.Controls.Add(this.chkShowAttributeGrid);
463 			this.flowLayoutPanel1.Controls.Add(this.chkUseGrayscalePalette);
464 			this.flowLayoutPanel1.Controls.Add(this.chkHighlightChrTile);
465 			this.flowLayoutPanel1.Location = new System.Drawing.Point(522, 351);
466 			this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
467 			this.flowLayoutPanel1.Name = "flowLayoutPanel1";
468 			this.tableLayoutPanel1.SetRowSpan(this.flowLayoutPanel1, 3);
469 			this.flowLayoutPanel1.Size = new System.Drawing.Size(175, 179);
470 			this.flowLayoutPanel1.TabIndex = 5;
471 			//
472 			// chkShowPpuScrollOverlay
473 			//
474 			this.chkShowPpuScrollOverlay.AutoSize = true;
475 			this.chkShowPpuScrollOverlay.Location = new System.Drawing.Point(3, 3);
476 			this.chkShowPpuScrollOverlay.Name = "chkShowPpuScrollOverlay";
477 			this.chkShowPpuScrollOverlay.Size = new System.Drawing.Size(146, 17);
478 			this.chkShowPpuScrollOverlay.TabIndex = 1;
479 			this.chkShowPpuScrollOverlay.Text = "Show PPU Scroll Overlay";
480 			this.chkShowPpuScrollOverlay.UseVisualStyleBackColor = true;
481 			this.chkShowPpuScrollOverlay.Click += new System.EventHandler(this.chkShowScrollWindow_Click);
482 			//
483 			// chkShowAttributeColorsOnly
484 			//
485 			this.chkShowAttributeColorsOnly.AutoSize = true;
486 			this.chkShowAttributeColorsOnly.Location = new System.Drawing.Point(3, 26);
487 			this.chkShowAttributeColorsOnly.Name = "chkShowAttributeColorsOnly";
488 			this.chkShowAttributeColorsOnly.Size = new System.Drawing.Size(147, 17);
489 			this.chkShowAttributeColorsOnly.TabIndex = 6;
490 			this.chkShowAttributeColorsOnly.Text = "Show attribute colors only";
491 			this.chkShowAttributeColorsOnly.UseVisualStyleBackColor = true;
492 			this.chkShowAttributeColorsOnly.Click += new System.EventHandler(this.chkShowAttributeColorsOnly_Click);
493 			//
494 			// chkShowTileGrid
495 			//
496 			this.chkShowTileGrid.AutoSize = true;
497 			this.chkShowTileGrid.Location = new System.Drawing.Point(3, 49);
498 			this.chkShowTileGrid.Name = "chkShowTileGrid";
499 			this.chkShowTileGrid.Size = new System.Drawing.Size(95, 17);
500 			this.chkShowTileGrid.TabIndex = 2;
501 			this.chkShowTileGrid.Text = "Show Tile Grid";
502 			this.chkShowTileGrid.UseVisualStyleBackColor = true;
503 			this.chkShowTileGrid.Click += new System.EventHandler(this.chkShowTileGrid_Click);
504 			//
505 			// chkShowAttributeGrid
506 			//
507 			this.chkShowAttributeGrid.AutoSize = true;
508 			this.chkShowAttributeGrid.Location = new System.Drawing.Point(3, 72);
509 			this.chkShowAttributeGrid.Name = "chkShowAttributeGrid";
510 			this.chkShowAttributeGrid.Size = new System.Drawing.Size(117, 17);
511 			this.chkShowAttributeGrid.TabIndex = 3;
512 			this.chkShowAttributeGrid.Text = "Show Attribute Grid";
513 			this.chkShowAttributeGrid.UseVisualStyleBackColor = true;
514 			this.chkShowAttributeGrid.Click += new System.EventHandler(this.chkShowAttributeGrid_Click);
515 			//
516 			// chkUseGrayscalePalette
517 			//
518 			this.chkUseGrayscalePalette.AutoSize = true;
519 			this.chkUseGrayscalePalette.Location = new System.Drawing.Point(3, 95);
520 			this.chkUseGrayscalePalette.Name = "chkUseGrayscalePalette";
521 			this.chkUseGrayscalePalette.Size = new System.Drawing.Size(131, 17);
522 			this.chkUseGrayscalePalette.TabIndex = 5;
523 			this.chkUseGrayscalePalette.Text = "Use Grayscale Palette";
524 			this.chkUseGrayscalePalette.UseVisualStyleBackColor = true;
525 			this.chkUseGrayscalePalette.Click += new System.EventHandler(this.chkUseGrayscalePalette_Click);
526 			//
527 			// chkHighlightChrTile
528 			//
529 			this.chkHighlightChrTile.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
530 			this.chkHighlightChrTile.Location = new System.Drawing.Point(3, 118);
531 			this.chkHighlightChrTile.Name = "chkHighlightChrTile";
532 			this.chkHighlightChrTile.Size = new System.Drawing.Size(150, 31);
533 			this.chkHighlightChrTile.TabIndex = 4;
534 			this.chkHighlightChrTile.Text = "Highlight tile selected in CHR viewer";
535 			this.chkHighlightChrTile.UseVisualStyleBackColor = true;
536 			this.chkHighlightChrTile.Click += new System.EventHandler(this.chkHighlightChrTile_Click);
537 			//
538 			// tableLayoutPanel3
539 			//
540 			this.tableLayoutPanel3.ColumnCount = 6;
541 			this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
542 			this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
543 			this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
544 			this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
545 			this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
546 			this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
547 			this.tableLayoutPanel3.Controls.Add(this.lblMirroring, 0, 0);
548 			this.tableLayoutPanel3.Controls.Add(this.lblMirroringType, 1, 0);
549 			this.tableLayoutPanel3.Controls.Add(this.chkHighlightTileUpdates, 4, 0);
550 			this.tableLayoutPanel3.Controls.Add(this.chkHighlightAttributeUpdates, 5, 0);
551 			this.tableLayoutPanel3.Controls.Add(this.chkIgnoreRedundantWrites, 4, 1);
552 			this.tableLayoutPanel3.Controls.Add(this.lblHighlight, 3, 0);
553 			this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 486);
554 			this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(0);
555 			this.tableLayoutPanel3.Name = "tableLayoutPanel3";
556 			this.tableLayoutPanel3.RowCount = 2;
557 			this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
558 			this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
559 			this.tableLayoutPanel3.Size = new System.Drawing.Size(522, 40);
560 			this.tableLayoutPanel3.TabIndex = 6;
561 			//
562 			// lblMirroring
563 			//
564 			this.lblMirroring.Anchor = System.Windows.Forms.AnchorStyles.Left;
565 			this.lblMirroring.AutoSize = true;
566 			this.lblMirroring.Location = new System.Drawing.Point(3, 3);
567 			this.lblMirroring.Name = "lblMirroring";
568 			this.lblMirroring.Size = new System.Drawing.Size(80, 13);
569 			this.lblMirroring.TabIndex = 0;
570 			this.lblMirroring.Text = "Mirroring Type: ";
571 			//
572 			// lblMirroringType
573 			//
574 			this.lblMirroringType.Anchor = System.Windows.Forms.AnchorStyles.Left;
575 			this.lblMirroringType.AutoSize = true;
576 			this.lblMirroringType.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
577 			this.lblMirroringType.Location = new System.Drawing.Point(89, 3);
578 			this.lblMirroringType.Name = "lblMirroringType";
579 			this.lblMirroringType.Size = new System.Drawing.Size(64, 13);
580 			this.lblMirroringType.TabIndex = 1;
581 			this.lblMirroringType.Text = "Horizontal";
582 			//
583 			// chkHighlightTileUpdates
584 			//
585 			this.chkHighlightTileUpdates.Anchor = System.Windows.Forms.AnchorStyles.Left;
586 			this.chkHighlightTileUpdates.AutoSize = true;
587 			this.chkHighlightTileUpdates.Location = new System.Drawing.Point(319, 3);
588 			this.chkHighlightTileUpdates.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
589 			this.chkHighlightTileUpdates.Name = "chkHighlightTileUpdates";
590 			this.chkHighlightTileUpdates.Size = new System.Drawing.Size(86, 17);
591 			this.chkHighlightTileUpdates.TabIndex = 6;
592 			this.chkHighlightTileUpdates.Text = "Tile Updates";
593 			this.chkHighlightTileUpdates.UseVisualStyleBackColor = true;
594 			this.chkHighlightTileUpdates.Click += new System.EventHandler(this.chkHighlightTileUpdates_Click);
595 			//
596 			// chkHighlightAttributeUpdates
597 			//
598 			this.chkHighlightAttributeUpdates.Anchor = System.Windows.Forms.AnchorStyles.Left;
599 			this.chkHighlightAttributeUpdates.AutoSize = true;
600 			this.chkHighlightAttributeUpdates.Location = new System.Drawing.Point(411, 3);
601 			this.chkHighlightAttributeUpdates.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
602 			this.chkHighlightAttributeUpdates.Name = "chkHighlightAttributeUpdates";
603 			this.chkHighlightAttributeUpdates.Size = new System.Drawing.Size(108, 17);
604 			this.chkHighlightAttributeUpdates.TabIndex = 7;
605 			this.chkHighlightAttributeUpdates.Text = "Attribute Updates";
606 			this.chkHighlightAttributeUpdates.UseVisualStyleBackColor = true;
607 			this.chkHighlightAttributeUpdates.Click += new System.EventHandler(this.chkHighlightAttributeUpdates_Click);
608 			//
609 			// chkIgnoreRedundantWrites
610 			//
611 			this.chkIgnoreRedundantWrites.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
612 			this.chkIgnoreRedundantWrites.AutoSize = true;
613 			this.tableLayoutPanel3.SetColumnSpan(this.chkIgnoreRedundantWrites, 2);
614 			this.chkIgnoreRedundantWrites.Location = new System.Drawing.Point(332, 21);
615 			this.chkIgnoreRedundantWrites.Margin = new System.Windows.Forms.Padding(3, 1, 3, 0);
616 			this.chkIgnoreRedundantWrites.Name = "chkIgnoreRedundantWrites";
617 			this.chkIgnoreRedundantWrites.Size = new System.Drawing.Size(187, 17);
618 			this.chkIgnoreRedundantWrites.TabIndex = 7;
619 			this.chkIgnoreRedundantWrites.Text = "Ignore writes that do not alter data";
620 			this.chkIgnoreRedundantWrites.UseVisualStyleBackColor = true;
621 			this.chkIgnoreRedundantWrites.Click += new System.EventHandler(this.chkIgnoreRedundantWrites_Click);
622 			//
623 			// lblHighlight
624 			//
625 			this.lblHighlight.Anchor = System.Windows.Forms.AnchorStyles.Left;
626 			this.lblHighlight.AutoSize = true;
627 			this.lblHighlight.Location = new System.Drawing.Point(262, 3);
628 			this.lblHighlight.Name = "lblHighlight";
629 			this.lblHighlight.Size = new System.Drawing.Size(51, 13);
630 			this.lblHighlight.TabIndex = 2;
631 			this.lblHighlight.Text = "Highlight:";
632 			//
633 			// ctrlNametableViewer
634 			//
635 			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
636 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
637 			this.Controls.Add(this.tableLayoutPanel1);
638 			this.Name = "ctrlNametableViewer";
639 			this.Size = new System.Drawing.Size(701, 530);
640 			this.tableLayoutPanel1.ResumeLayout(false);
641 			((System.ComponentModel.ISupportInitialize)(this.picNametable)).EndInit();
642 			this.ctxMenu.ResumeLayout(false);
643 			this.grpTileInfo.ResumeLayout(false);
644 			this.grpTileInfo.PerformLayout();
645 			this.tableLayoutPanel2.ResumeLayout(false);
646 			this.tableLayoutPanel2.PerformLayout();
647 			((System.ComponentModel.ISupportInitialize)(this.picTile)).EndInit();
648 			this.flowLayoutPanel1.ResumeLayout(false);
649 			this.flowLayoutPanel1.PerformLayout();
650 			this.tableLayoutPanel3.ResumeLayout(false);
651 			this.tableLayoutPanel3.PerformLayout();
652 			this.ResumeLayout(false);
653 
654 		}
655 
656 		#endregion
657 
658 		private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
659 		private ctrlMesenPictureBox picNametable;
660 		private System.Windows.Forms.GroupBox grpTileInfo;
661 		private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
662 		private System.Windows.Forms.TextBox txtPaletteAddress;
663 		private System.Windows.Forms.TextBox txtAttributeAddress;
664 		private System.Windows.Forms.TextBox txtAttributeData;
665 		private System.Windows.Forms.TextBox txtTileAddress;
666 		private System.Windows.Forms.Label lblTileIndex;
667 		private System.Windows.Forms.Label lblTileAddress;
668 		private System.Windows.Forms.Label lblAttributeData;
669 		private System.Windows.Forms.Label lblAttributeAddress;
670 		private System.Windows.Forms.Label lblPaletteAddress;
671 		private System.Windows.Forms.Label lblTile;
672 		private System.Windows.Forms.TextBox txtTileIndex;
673 		private System.Windows.Forms.PictureBox picTile;
674 		private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
675 		private System.Windows.Forms.CheckBox chkShowPpuScrollOverlay;
676 		private System.Windows.Forms.CheckBox chkShowTileGrid;
677 		private System.Windows.Forms.CheckBox chkShowAttributeGrid;
678 		private System.Windows.Forms.TextBox txtLocation;
679 		private System.Windows.Forms.TextBox txtNametable;
680 		private System.Windows.Forms.Label lblNametableIndex;
681 		private System.Windows.Forms.Label lblLocation;
682 		private System.Windows.Forms.TextBox txtPpuAddress;
683 		private System.Windows.Forms.Label lblPpuAddress;
684 		private ctrlMesenContextMenuStrip ctxMenu;
685 		private System.Windows.Forms.ToolStripMenuItem mnuCopyHdPack;
686 		private ctrlTilePalette ctrlTilePalette;
687 		private System.Windows.Forms.CheckBox chkHighlightChrTile;
688 		private System.Windows.Forms.ToolStripMenuItem mnuShowInChrViewer;
689 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
690 		private System.Windows.Forms.ToolStripMenuItem mnuCopyToClipboard;
691 		private System.Windows.Forms.ToolStripMenuItem mnuCopyNametableHdPack;
692 		private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
693 		private System.Windows.Forms.Label lblMirroring;
694 		private System.Windows.Forms.Label lblMirroringType;
695 		private System.Windows.Forms.CheckBox chkUseGrayscalePalette;
696 		private System.Windows.Forms.CheckBox chkHighlightTileUpdates;
697 		private System.Windows.Forms.CheckBox chkHighlightAttributeUpdates;
698 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
699 		private System.Windows.Forms.ToolStripMenuItem mnuExportToPng;
700 		private System.Windows.Forms.ToolStripMenuItem mnuEditInMemoryViewer;
701 		private System.Windows.Forms.Label lblHighlight;
702 		private System.Windows.Forms.CheckBox chkIgnoreRedundantWrites;
703 		private System.Windows.Forms.ToolStripMenuItem mnuAddBreakpoint;
704 		private System.Windows.Forms.CheckBox chkShowAttributeColorsOnly;
705 		private System.Windows.Forms.ToolStripMenuItem mnuAddBreakpointAttribute;
706 	}
707 }
708