1 using Mesen.GUI.Controls;
2 
3 namespace Mesen.GUI.Debugger.Controls
4 {
5 	partial class ctrlSpriteViewer
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.tlpMain = new System.Windows.Forms.TableLayoutPanel();
34 			this.grpSpriteInfo = new System.Windows.Forms.GroupBox();
35 			this.tlpInfo = new System.Windows.Forms.TableLayoutPanel();
36 			this.lblPalette = new System.Windows.Forms.Label();
37 			this.txtSpriteIndex = new System.Windows.Forms.TextBox();
38 			this.lblSpriteIndex = new System.Windows.Forms.Label();
39 			this.picPreview = new Mesen.GUI.Controls.ctrlMesenPictureBox();
40 			this.ctxMenu = new Mesen.GUI.Controls.ctrlMesenContextMenuStrip(this.components);
41 			this.mnuEditInMemoryViewer = new System.Windows.Forms.ToolStripMenuItem();
42 			this.mnuShowInChrViewer = new System.Windows.Forms.ToolStripMenuItem();
43 			this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
44 			this.mnuCopyHdPack = new System.Windows.Forms.ToolStripMenuItem();
45 			this.mnuCopyAllSpritesHdPack = new System.Windows.Forms.ToolStripMenuItem();
46 			this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
47 			this.mnuCopyToClipboard = new System.Windows.Forms.ToolStripMenuItem();
48 			this.mnuExportToPng = new System.Windows.Forms.ToolStripMenuItem();
49 			this.lblScreenPreview = new System.Windows.Forms.Label();
50 			this.lblTileIndex = new System.Windows.Forms.Label();
51 			this.txtTileIndex = new System.Windows.Forms.TextBox();
52 			this.lblPaletteAddr = new System.Windows.Forms.Label();
53 			this.lblTileAddress = new System.Windows.Forms.Label();
54 			this.txtPaletteAddress = new System.Windows.Forms.TextBox();
55 			this.txtTileAddress = new System.Windows.Forms.TextBox();
56 			this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
57 			this.chkHorizontalMirroring = new System.Windows.Forms.CheckBox();
58 			this.chkVerticalMirroring = new System.Windows.Forms.CheckBox();
59 			this.chkBackgroundPriority = new System.Windows.Forms.CheckBox();
60 			this.ctrlTilePalette = new Mesen.GUI.Debugger.Controls.ctrlTilePalette();
61 			this.lblPosition = new System.Windows.Forms.Label();
62 			this.txtPosition = new System.Windows.Forms.TextBox();
63 			this.lblTile = new System.Windows.Forms.Label();
64 			this.picTile = new System.Windows.Forms.PictureBox();
65 			this.chkDisplaySpriteOutlines = new System.Windows.Forms.CheckBox();
66 			this.picSprites = new Mesen.GUI.Controls.ctrlMesenPictureBox();
67 			this.tlpMain.SuspendLayout();
68 			this.grpSpriteInfo.SuspendLayout();
69 			this.tlpInfo.SuspendLayout();
70 			((System.ComponentModel.ISupportInitialize)(this.picPreview)).BeginInit();
71 			this.ctxMenu.SuspendLayout();
72 			this.tableLayoutPanel1.SuspendLayout();
73 			((System.ComponentModel.ISupportInitialize)(this.picTile)).BeginInit();
74 			((System.ComponentModel.ISupportInitialize)(this.picSprites)).BeginInit();
75 			this.SuspendLayout();
76 			//
77 			// tlpMain
78 			//
79 			this.tlpMain.ColumnCount = 2;
80 			this.tlpMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
81 			this.tlpMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
82 			this.tlpMain.Controls.Add(this.grpSpriteInfo, 1, 0);
83 			this.tlpMain.Controls.Add(this.picSprites, 0, 0);
84 			this.tlpMain.Dock = System.Windows.Forms.DockStyle.Fill;
85 			this.tlpMain.Location = new System.Drawing.Point(0, 0);
86 			this.tlpMain.Name = "tlpMain";
87 			this.tlpMain.RowCount = 3;
88 			this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
89 			this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
90 			this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
91 			this.tlpMain.Size = new System.Drawing.Size(682, 527);
92 			this.tlpMain.TabIndex = 3;
93 			//
94 			// grpSpriteInfo
95 			//
96 			this.grpSpriteInfo.Controls.Add(this.tlpInfo);
97 			this.grpSpriteInfo.Dock = System.Windows.Forms.DockStyle.Top;
98 			this.grpSpriteInfo.Location = new System.Drawing.Point(269, 3);
99 			this.grpSpriteInfo.Name = "grpSpriteInfo";
100 			this.tlpMain.SetRowSpan(this.grpSpriteInfo, 2);
101 			this.grpSpriteInfo.Size = new System.Drawing.Size(410, 521);
102 			this.grpSpriteInfo.TabIndex = 4;
103 			this.grpSpriteInfo.TabStop = false;
104 			this.grpSpriteInfo.Text = "Sprite Info";
105 			//
106 			// tlpInfo
107 			//
108 			this.tlpInfo.ColumnCount = 5;
109 			this.tlpInfo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
110 			this.tlpInfo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
111 			this.tlpInfo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
112 			this.tlpInfo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
113 			this.tlpInfo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
114 			this.tlpInfo.Controls.Add(this.lblPalette, 0, 4);
115 			this.tlpInfo.Controls.Add(this.txtSpriteIndex, 1, 0);
116 			this.tlpInfo.Controls.Add(this.lblSpriteIndex, 0, 0);
117 			this.tlpInfo.Controls.Add(this.picPreview, 1, 5);
118 			this.tlpInfo.Controls.Add(this.lblScreenPreview, 0, 5);
119 			this.tlpInfo.Controls.Add(this.lblTileIndex, 0, 1);
120 			this.tlpInfo.Controls.Add(this.txtTileIndex, 1, 1);
121 			this.tlpInfo.Controls.Add(this.lblPaletteAddr, 2, 0);
122 			this.tlpInfo.Controls.Add(this.lblTileAddress, 2, 1);
123 			this.tlpInfo.Controls.Add(this.txtPaletteAddress, 3, 0);
124 			this.tlpInfo.Controls.Add(this.txtTileAddress, 3, 1);
125 			this.tlpInfo.Controls.Add(this.tableLayoutPanel1, 2, 3);
126 			this.tlpInfo.Controls.Add(this.ctrlTilePalette, 1, 4);
127 			this.tlpInfo.Controls.Add(this.lblPosition, 2, 2);
128 			this.tlpInfo.Controls.Add(this.txtPosition, 3, 2);
129 			this.tlpInfo.Controls.Add(this.lblTile, 0, 2);
130 			this.tlpInfo.Controls.Add(this.picTile, 1, 2);
131 			this.tlpInfo.Controls.Add(this.chkDisplaySpriteOutlines, 0, 6);
132 			this.tlpInfo.Dock = System.Windows.Forms.DockStyle.Fill;
133 			this.tlpInfo.Location = new System.Drawing.Point(3, 16);
134 			this.tlpInfo.Name = "tlpInfo";
135 			this.tlpInfo.RowCount = 7;
136 			this.tlpInfo.RowStyles.Add(new System.Windows.Forms.RowStyle());
137 			this.tlpInfo.RowStyles.Add(new System.Windows.Forms.RowStyle());
138 			this.tlpInfo.RowStyles.Add(new System.Windows.Forms.RowStyle());
139 			this.tlpInfo.RowStyles.Add(new System.Windows.Forms.RowStyle());
140 			this.tlpInfo.RowStyles.Add(new System.Windows.Forms.RowStyle());
141 			this.tlpInfo.RowStyles.Add(new System.Windows.Forms.RowStyle());
142 			this.tlpInfo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
143 			this.tlpInfo.Size = new System.Drawing.Size(404, 502);
144 			this.tlpInfo.TabIndex = 0;
145 			//
146 			// lblPalette
147 			//
148 			this.lblPalette.Anchor = System.Windows.Forms.AnchorStyles.Left;
149 			this.lblPalette.AutoSize = true;
150 			this.lblPalette.Location = new System.Drawing.Point(3, 204);
151 			this.lblPalette.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0);
152 			this.lblPalette.Name = "lblPalette";
153 			this.lblPalette.Size = new System.Drawing.Size(43, 13);
154 			this.lblPalette.TabIndex = 26;
155 			this.lblPalette.Text = "Palette:";
156 			//
157 			// txtSpriteIndex
158 			//
159 			this.txtSpriteIndex.BackColor = System.Drawing.SystemColors.Window;
160 			this.txtSpriteIndex.Location = new System.Drawing.Point(75, 3);
161 			this.txtSpriteIndex.Name = "txtSpriteIndex";
162 			this.txtSpriteIndex.ReadOnly = true;
163 			this.txtSpriteIndex.Size = new System.Drawing.Size(26, 20);
164 			this.txtSpriteIndex.TabIndex = 23;
165 			//
166 			// lblSpriteIndex
167 			//
168 			this.lblSpriteIndex.Anchor = System.Windows.Forms.AnchorStyles.Left;
169 			this.lblSpriteIndex.AutoSize = true;
170 			this.lblSpriteIndex.Location = new System.Drawing.Point(3, 6);
171 			this.lblSpriteIndex.Name = "lblSpriteIndex";
172 			this.lblSpriteIndex.Size = new System.Drawing.Size(66, 13);
173 			this.lblSpriteIndex.TabIndex = 22;
174 			this.lblSpriteIndex.Text = "Sprite Index:";
175 			//
176 			// picPreview
177 			//
178 			this.picPreview.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
179 			this.picPreview.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
180 			this.tlpInfo.SetColumnSpan(this.picPreview, 4);
181 			this.picPreview.ContextMenuStrip = this.ctxMenu;
182 			this.picPreview.InterpolationMode = System.Drawing.Drawing2D.InterpolationMode.Default;
183 			this.picPreview.Location = new System.Drawing.Point(76, 232);
184 			this.picPreview.Margin = new System.Windows.Forms.Padding(4);
185 			this.picPreview.Name = "picPreview";
186 			this.picPreview.Size = new System.Drawing.Size(258, 242);
187 			this.picPreview.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
188 			this.picPreview.TabIndex = 21;
189 			this.picPreview.TabStop = false;
190 			this.picPreview.DoubleClick += new System.EventHandler(this.picSprites_DoubleClick);
191 			this.picPreview.MouseEnter += new System.EventHandler(this.picPreview_MouseEnter);
192 			this.picPreview.MouseLeave += new System.EventHandler(this.picPreview_MouseLeave);
193 			this.picPreview.MouseMove += new System.Windows.Forms.MouseEventHandler(this.picPreview_MouseMove);
194 			//
195 			// ctxMenu
196 			//
197 			this.ctxMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
198             this.mnuEditInMemoryViewer,
199             this.mnuShowInChrViewer,
200             this.toolStripMenuItem1,
201             this.mnuCopyHdPack,
202             this.mnuCopyAllSpritesHdPack,
203             this.toolStripMenuItem2,
204             this.mnuCopyToClipboard,
205             this.mnuExportToPng});
206 			this.ctxMenu.Name = "ctxMenu";
207 			this.ctxMenu.Size = new System.Drawing.Size(255, 148);
208 			this.ctxMenu.Opening += new System.ComponentModel.CancelEventHandler(this.ctxMenu_Opening);
209 			//
210 			// mnuEditInMemoryViewer
211 			//
212 			this.mnuEditInMemoryViewer.Image = global::Mesen.GUI.Properties.Resources.CheatCode;
213 			this.mnuEditInMemoryViewer.Name = "mnuEditInMemoryViewer";
214 			this.mnuEditInMemoryViewer.Size = new System.Drawing.Size(254, 22);
215 			this.mnuEditInMemoryViewer.Text = "Edit in Memory Viewer";
216 			this.mnuEditInMemoryViewer.Click += new System.EventHandler(this.mnuEditInMemoryViewer_Click);
217 			//
218 			// mnuShowInChrViewer
219 			//
220 			this.mnuShowInChrViewer.Image = global::Mesen.GUI.Properties.Resources.NextArrow;
221 			this.mnuShowInChrViewer.Name = "mnuShowInChrViewer";
222 			this.mnuShowInChrViewer.ShortcutKeyDisplayString = "Dbl-Click";
223 			this.mnuShowInChrViewer.Size = new System.Drawing.Size(254, 22);
224 			this.mnuShowInChrViewer.Text = "View in CHR viewer";
225 			this.mnuShowInChrViewer.Click += new System.EventHandler(this.mnuShowInChrViewer_Click);
226 			//
227 			// toolStripMenuItem1
228 			//
229 			this.toolStripMenuItem1.Name = "toolStripMenuItem1";
230 			this.toolStripMenuItem1.Size = new System.Drawing.Size(251, 6);
231 			//
232 			// mnuCopyHdPack
233 			//
234 			this.mnuCopyHdPack.Name = "mnuCopyHdPack";
235 			this.mnuCopyHdPack.Size = new System.Drawing.Size(254, 22);
236 			this.mnuCopyHdPack.Text = "Copy Tile (HD Pack Format)";
237 			this.mnuCopyHdPack.Click += new System.EventHandler(this.mnuCopyHdPack_Click);
238 			//
239 			// mnuCopyAllSpritesHdPack
240 			//
241 			this.mnuCopyAllSpritesHdPack.Name = "mnuCopyAllSpritesHdPack";
242 			this.mnuCopyAllSpritesHdPack.Size = new System.Drawing.Size(254, 22);
243 			this.mnuCopyAllSpritesHdPack.Text = "Copy All Sprites (HD Pack Format)";
244 			this.mnuCopyAllSpritesHdPack.Click += new System.EventHandler(this.mnuCopyAllSpritesHdPack_Click);
245 			//
246 			// toolStripMenuItem2
247 			//
248 			this.toolStripMenuItem2.Name = "toolStripMenuItem2";
249 			this.toolStripMenuItem2.Size = new System.Drawing.Size(251, 6);
250 			//
251 			// mnuCopyToClipboard
252 			//
253 			this.mnuCopyToClipboard.Image = global::Mesen.GUI.Properties.Resources.Copy;
254 			this.mnuCopyToClipboard.Name = "mnuCopyToClipboard";
255 			this.mnuCopyToClipboard.Size = new System.Drawing.Size(254, 22);
256 			this.mnuCopyToClipboard.Text = "Copy image to clipboard";
257 			this.mnuCopyToClipboard.Click += new System.EventHandler(this.mnuCopyToClipboard_Click);
258 			//
259 			// mnuExportToPng
260 			//
261 			this.mnuExportToPng.Image = global::Mesen.GUI.Properties.Resources.Export;
262 			this.mnuExportToPng.Name = "mnuExportToPng";
263 			this.mnuExportToPng.Size = new System.Drawing.Size(254, 22);
264 			this.mnuExportToPng.Text = "Export image to PNG";
265 			this.mnuExportToPng.Click += new System.EventHandler(this.mnuExportToPng_Click);
266 			//
267 			// lblScreenPreview
268 			//
269 			this.lblScreenPreview.AutoSize = true;
270 			this.lblScreenPreview.Location = new System.Drawing.Point(3, 233);
271 			this.lblScreenPreview.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0);
272 			this.lblScreenPreview.Name = "lblScreenPreview";
273 			this.lblScreenPreview.Size = new System.Drawing.Size(48, 13);
274 			this.lblScreenPreview.TabIndex = 20;
275 			this.lblScreenPreview.Text = "Preview:";
276 			//
277 			// lblTileIndex
278 			//
279 			this.lblTileIndex.Anchor = System.Windows.Forms.AnchorStyles.Left;
280 			this.lblTileIndex.AutoSize = true;
281 			this.lblTileIndex.Location = new System.Drawing.Point(3, 32);
282 			this.lblTileIndex.Name = "lblTileIndex";
283 			this.lblTileIndex.Size = new System.Drawing.Size(56, 13);
284 			this.lblTileIndex.TabIndex = 0;
285 			this.lblTileIndex.Text = "Tile Index:";
286 			//
287 			// txtTileIndex
288 			//
289 			this.txtTileIndex.BackColor = System.Drawing.SystemColors.Window;
290 			this.txtTileIndex.Location = new System.Drawing.Point(75, 29);
291 			this.txtTileIndex.Name = "txtTileIndex";
292 			this.txtTileIndex.ReadOnly = true;
293 			this.txtTileIndex.Size = new System.Drawing.Size(26, 20);
294 			this.txtTileIndex.TabIndex = 7;
295 			//
296 			// lblPaletteAddr
297 			//
298 			this.lblPaletteAddr.Anchor = System.Windows.Forms.AnchorStyles.Left;
299 			this.lblPaletteAddr.AutoSize = true;
300 			this.lblPaletteAddr.Location = new System.Drawing.Point(147, 6);
301 			this.lblPaletteAddr.Name = "lblPaletteAddr";
302 			this.lblPaletteAddr.Size = new System.Drawing.Size(84, 13);
303 			this.lblPaletteAddr.TabIndex = 15;
304 			this.lblPaletteAddr.Text = "Palette Address:";
305 			//
306 			// lblTileAddress
307 			//
308 			this.lblTileAddress.Anchor = System.Windows.Forms.AnchorStyles.Left;
309 			this.lblTileAddress.AutoSize = true;
310 			this.lblTileAddress.Location = new System.Drawing.Point(147, 32);
311 			this.lblTileAddress.Name = "lblTileAddress";
312 			this.lblTileAddress.Size = new System.Drawing.Size(68, 13);
313 			this.lblTileAddress.TabIndex = 1;
314 			this.lblTileAddress.Text = "Tile Address:";
315 			//
316 			// txtPaletteAddress
317 			//
318 			this.txtPaletteAddress.BackColor = System.Drawing.SystemColors.Window;
319 			this.txtPaletteAddress.Location = new System.Drawing.Point(237, 3);
320 			this.txtPaletteAddress.Name = "txtPaletteAddress";
321 			this.txtPaletteAddress.ReadOnly = true;
322 			this.txtPaletteAddress.Size = new System.Drawing.Size(42, 20);
323 			this.txtPaletteAddress.TabIndex = 17;
324 			//
325 			// txtTileAddress
326 			//
327 			this.txtTileAddress.BackColor = System.Drawing.SystemColors.Window;
328 			this.txtTileAddress.Location = new System.Drawing.Point(237, 29);
329 			this.txtTileAddress.Name = "txtTileAddress";
330 			this.txtTileAddress.ReadOnly = true;
331 			this.txtTileAddress.Size = new System.Drawing.Size(42, 20);
332 			this.txtTileAddress.TabIndex = 8;
333 			//
334 			// tableLayoutPanel1
335 			//
336 			this.tableLayoutPanel1.AutoSize = true;
337 			this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
338 			this.tableLayoutPanel1.ColumnCount = 1;
339 			this.tlpInfo.SetColumnSpan(this.tableLayoutPanel1, 2);
340 			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
341 			this.tableLayoutPanel1.Controls.Add(this.chkHorizontalMirroring, 0, 0);
342 			this.tableLayoutPanel1.Controls.Add(this.chkVerticalMirroring, 0, 1);
343 			this.tableLayoutPanel1.Controls.Add(this.chkBackgroundPriority, 0, 2);
344 			this.tableLayoutPanel1.Location = new System.Drawing.Point(144, 78);
345 			this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
346 			this.tableLayoutPanel1.Name = "tableLayoutPanel1";
347 			this.tableLayoutPanel1.Padding = new System.Windows.Forms.Padding(3);
348 			this.tableLayoutPanel1.RowCount = 3;
349 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
350 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
351 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
352 			this.tableLayoutPanel1.Size = new System.Drawing.Size(130, 75);
353 			this.tableLayoutPanel1.TabIndex = 24;
354 			//
355 			// chkHorizontalMirroring
356 			//
357 			this.chkHorizontalMirroring.AutoCheck = false;
358 			this.chkHorizontalMirroring.AutoSize = true;
359 			this.chkHorizontalMirroring.Location = new System.Drawing.Point(6, 6);
360 			this.chkHorizontalMirroring.Name = "chkHorizontalMirroring";
361 			this.chkHorizontalMirroring.Size = new System.Drawing.Size(89, 17);
362 			this.chkHorizontalMirroring.TabIndex = 13;
363 			this.chkHorizontalMirroring.Text = "Horizontal flip";
364 			this.chkHorizontalMirroring.UseVisualStyleBackColor = true;
365 			//
366 			// chkVerticalMirroring
367 			//
368 			this.chkVerticalMirroring.AutoCheck = false;
369 			this.chkVerticalMirroring.AutoSize = true;
370 			this.chkVerticalMirroring.Location = new System.Drawing.Point(6, 29);
371 			this.chkVerticalMirroring.Name = "chkVerticalMirroring";
372 			this.chkVerticalMirroring.Size = new System.Drawing.Size(77, 17);
373 			this.chkVerticalMirroring.TabIndex = 14;
374 			this.chkVerticalMirroring.Text = "Vertical flip";
375 			this.chkVerticalMirroring.UseVisualStyleBackColor = true;
376 			//
377 			// chkBackgroundPriority
378 			//
379 			this.chkBackgroundPriority.AutoCheck = false;
380 			this.chkBackgroundPriority.AutoSize = true;
381 			this.chkBackgroundPriority.Location = new System.Drawing.Point(6, 52);
382 			this.chkBackgroundPriority.Name = "chkBackgroundPriority";
383 			this.chkBackgroundPriority.Size = new System.Drawing.Size(118, 17);
384 			this.chkBackgroundPriority.TabIndex = 19;
385 			this.chkBackgroundPriority.Text = "Background Priority";
386 			this.chkBackgroundPriority.UseVisualStyleBackColor = true;
387 			//
388 			// ctrlTilePalette
389 			//
390 			this.ctrlTilePalette.Anchor = System.Windows.Forms.AnchorStyles.Left;
391 			this.tlpInfo.SetColumnSpan(this.ctrlTilePalette, 2);
392 			this.ctrlTilePalette.DisplayIndexes = false;
393 			this.ctrlTilePalette.HighlightMouseOver = false;
394 			this.ctrlTilePalette.Location = new System.Drawing.Point(75, 191);
395 			this.ctrlTilePalette.Name = "ctrlTilePalette";
396 			this.ctrlTilePalette.Size = new System.Drawing.Size(130, 34);
397 			this.ctrlTilePalette.TabIndex = 25;
398 			//
399 			// lblPosition
400 			//
401 			this.lblPosition.Anchor = System.Windows.Forms.AnchorStyles.Left;
402 			this.lblPosition.AutoSize = true;
403 			this.lblPosition.Location = new System.Drawing.Point(147, 58);
404 			this.lblPosition.Name = "lblPosition";
405 			this.lblPosition.Size = new System.Drawing.Size(73, 13);
406 			this.lblPosition.TabIndex = 16;
407 			this.lblPosition.Text = "Position (X,Y):";
408 			//
409 			// txtPosition
410 			//
411 			this.txtPosition.BackColor = System.Drawing.SystemColors.Window;
412 			this.txtPosition.Location = new System.Drawing.Point(237, 55);
413 			this.txtPosition.Name = "txtPosition";
414 			this.txtPosition.ReadOnly = true;
415 			this.txtPosition.Size = new System.Drawing.Size(66, 20);
416 			this.txtPosition.TabIndex = 18;
417 			//
418 			// lblTile
419 			//
420 			this.lblTile.AutoSize = true;
421 			this.lblTile.Location = new System.Drawing.Point(3, 57);
422 			this.lblTile.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0);
423 			this.lblTile.Name = "lblTile";
424 			this.lblTile.Size = new System.Drawing.Size(27, 13);
425 			this.lblTile.TabIndex = 6;
426 			this.lblTile.Text = "Tile:";
427 			//
428 			// picTile
429 			//
430 			this.picTile.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
431 			this.picTile.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
432 			this.picTile.Location = new System.Drawing.Point(75, 55);
433 			this.picTile.Name = "picTile";
434 			this.tlpInfo.SetRowSpan(this.picTile, 2);
435 			this.picTile.Size = new System.Drawing.Size(66, 130);
436 			this.picTile.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
437 			this.picTile.TabIndex = 12;
438 			this.picTile.TabStop = false;
439 			//
440 			// chkDisplaySpriteOutlines
441 			//
442 			this.chkDisplaySpriteOutlines.AutoSize = true;
443 			this.tlpInfo.SetColumnSpan(this.chkDisplaySpriteOutlines, 4);
444 			this.chkDisplaySpriteOutlines.Location = new System.Drawing.Point(3, 481);
445 			this.chkDisplaySpriteOutlines.Name = "chkDisplaySpriteOutlines";
446 			this.chkDisplaySpriteOutlines.Size = new System.Drawing.Size(227, 17);
447 			this.chkDisplaySpriteOutlines.TabIndex = 27;
448 			this.chkDisplaySpriteOutlines.Text = "Display outline around all sprites in preview";
449 			this.chkDisplaySpriteOutlines.UseVisualStyleBackColor = true;
450 			this.chkDisplaySpriteOutlines.Click += new System.EventHandler(this.chkDisplaySpriteOutlines_Click);
451 			//
452 			// picSprites
453 			//
454 			this.picSprites.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
455 			this.picSprites.ContextMenuStrip = this.ctxMenu;
456 			this.picSprites.InterpolationMode = System.Drawing.Drawing2D.InterpolationMode.Default;
457 			this.picSprites.Location = new System.Drawing.Point(4, 4);
458 			this.picSprites.Margin = new System.Windows.Forms.Padding(4);
459 			this.picSprites.Name = "picSprites";
460 			this.tlpMain.SetRowSpan(this.picSprites, 2);
461 			this.picSprites.Size = new System.Drawing.Size(258, 514);
462 			this.picSprites.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
463 			this.picSprites.TabIndex = 0;
464 			this.picSprites.TabStop = false;
465 			this.picSprites.DoubleClick += new System.EventHandler(this.picSprites_DoubleClick);
466 			this.picSprites.MouseEnter += new System.EventHandler(this.picSprites_MouseEnter);
467 			this.picSprites.MouseLeave += new System.EventHandler(this.picSprites_MouseLeave);
468 			this.picSprites.MouseMove += new System.Windows.Forms.MouseEventHandler(this.picSprites_MouseMove);
469 			//
470 			// ctrlSpriteViewer
471 			//
472 			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
473 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
474 			this.Controls.Add(this.tlpMain);
475 			this.Name = "ctrlSpriteViewer";
476 			this.Size = new System.Drawing.Size(682, 527);
477 			this.tlpMain.ResumeLayout(false);
478 			this.grpSpriteInfo.ResumeLayout(false);
479 			this.tlpInfo.ResumeLayout(false);
480 			this.tlpInfo.PerformLayout();
481 			((System.ComponentModel.ISupportInitialize)(this.picPreview)).EndInit();
482 			this.ctxMenu.ResumeLayout(false);
483 			this.tableLayoutPanel1.ResumeLayout(false);
484 			this.tableLayoutPanel1.PerformLayout();
485 			((System.ComponentModel.ISupportInitialize)(this.picTile)).EndInit();
486 			((System.ComponentModel.ISupportInitialize)(this.picSprites)).EndInit();
487 			this.ResumeLayout(false);
488 
489 		}
490 
491 		#endregion
492 
493 		private System.Windows.Forms.TableLayoutPanel tlpMain;
494 		private ctrlMesenPictureBox picSprites;
495 		private System.Windows.Forms.GroupBox grpSpriteInfo;
496 		private System.Windows.Forms.TableLayoutPanel tlpInfo;
497 		private System.Windows.Forms.TextBox txtTileAddress;
498 		private System.Windows.Forms.Label lblTileIndex;
499 		private System.Windows.Forms.Label lblTileAddress;
500 		private System.Windows.Forms.Label lblTile;
501 		private System.Windows.Forms.TextBox txtTileIndex;
502 		private System.Windows.Forms.PictureBox picTile;
503 		private System.Windows.Forms.TextBox txtPosition;
504 		private System.Windows.Forms.TextBox txtPaletteAddress;
505 		private System.Windows.Forms.CheckBox chkVerticalMirroring;
506 		private System.Windows.Forms.CheckBox chkHorizontalMirroring;
507 		private System.Windows.Forms.Label lblPaletteAddr;
508 		private System.Windows.Forms.Label lblPosition;
509 		private System.Windows.Forms.CheckBox chkBackgroundPriority;
510 		private ctrlMesenPictureBox picPreview;
511 		private System.Windows.Forms.Label lblScreenPreview;
512 		private System.Windows.Forms.Label lblSpriteIndex;
513 		private System.Windows.Forms.TextBox txtSpriteIndex;
514 		private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
515 		private ctrlMesenContextMenuStrip ctxMenu;
516 		private System.Windows.Forms.ToolStripMenuItem mnuCopyHdPack;
517 		private System.Windows.Forms.Label lblPalette;
518 		private ctrlTilePalette ctrlTilePalette;
519 		private System.Windows.Forms.ToolStripMenuItem mnuShowInChrViewer;
520 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
521 		private System.Windows.Forms.ToolStripMenuItem mnuCopyToClipboard;
522 		private System.Windows.Forms.ToolStripMenuItem mnuCopyAllSpritesHdPack;
523 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
524 		private System.Windows.Forms.ToolStripMenuItem mnuExportToPng;
525 		private System.Windows.Forms.ToolStripMenuItem mnuEditInMemoryViewer;
526 		private System.Windows.Forms.CheckBox chkDisplaySpriteOutlines;
527 	}
528 }
529