1 namespace Mesen.GUI.Debugger
2 {
3 	partial class frmAssembler
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.components = new System.ComponentModel.Container();
31 			this.btnOk = new System.Windows.Forms.Button();
32 			this.btnCancel = new System.Windows.Forms.Button();
33 			this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
34 			this.lstErrors = new System.Windows.Forms.ListBox();
35 			this.grpSettings = new System.Windows.Forms.GroupBox();
36 			this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
37 			this.btnExecute = new System.Windows.Forms.Button();
38 			this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
39 			this.label1 = new System.Windows.Forms.Label();
40 			this.txtStartAddress = new System.Windows.Forms.TextBox();
41 			this.picStartAddressWarning = new System.Windows.Forms.PictureBox();
42 			this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
43 			this.label2 = new System.Windows.Forms.Label();
44 			this.lblByteUsage = new System.Windows.Forms.Label();
45 			this.picSizeWarning = new System.Windows.Forms.PictureBox();
46 			this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
47 			this.lblNoChanges = new System.Windows.Forms.Label();
48 			this.groupBox1 = new System.Windows.Forms.GroupBox();
49 			this.panel1 = new System.Windows.Forms.Panel();
50 			this.txtCode = new FastColoredTextBoxNS.FastColoredTextBox();
51 			this.contextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
52 			this.mnuCopy = new System.Windows.Forms.ToolStripMenuItem();
53 			this.mnuCut = new System.Windows.Forms.ToolStripMenuItem();
54 			this.mnuPaste = new System.Windows.Forms.ToolStripMenuItem();
55 			this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator();
56 			this.mnuSelectAll = new System.Windows.Forms.ToolStripMenuItem();
57 			this.groupBox2 = new System.Windows.Forms.GroupBox();
58 			this.ctrlHexBox = new Be.Windows.Forms.HexBox();
59 			this.menuStrip1 = new Mesen.GUI.Controls.ctrlMesenMenuStrip();
60 			this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
61 			this.mnuClose = new System.Windows.Forms.ToolStripMenuItem();
62 			this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
63 			this.fontSizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
64 			this.mnuIncreaseFontSize = new System.Windows.Forms.ToolStripMenuItem();
65 			this.mnuDecreaseFontSize = new System.Windows.Forms.ToolStripMenuItem();
66 			this.mnuResetFontSize = new System.Windows.Forms.ToolStripMenuItem();
67 			this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
68 			this.mnuSelectFont = new System.Windows.Forms.ToolStripMenuItem();
69 			this.mnuConfigureColors = new System.Windows.Forms.ToolStripMenuItem();
70 			this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
71 			this.mnuEnableSyntaxHighlighting = new System.Windows.Forms.ToolStripMenuItem();
72 			this.tableLayoutPanel1.SuspendLayout();
73 			this.grpSettings.SuspendLayout();
74 			this.tableLayoutPanel2.SuspendLayout();
75 			this.flowLayoutPanel1.SuspendLayout();
76 			((System.ComponentModel.ISupportInitialize)(this.picStartAddressWarning)).BeginInit();
77 			this.flowLayoutPanel2.SuspendLayout();
78 			((System.ComponentModel.ISupportInitialize)(this.picSizeWarning)).BeginInit();
79 			this.flowLayoutPanel3.SuspendLayout();
80 			this.groupBox1.SuspendLayout();
81 			this.panel1.SuspendLayout();
82 			((System.ComponentModel.ISupportInitialize)(this.txtCode)).BeginInit();
83 			this.contextMenu.SuspendLayout();
84 			this.groupBox2.SuspendLayout();
85 			this.menuStrip1.SuspendLayout();
86 			this.SuspendLayout();
87 			//
88 			// btnOk
89 			//
90 			this.btnOk.Location = new System.Drawing.Point(211, 3);
91 			this.btnOk.Name = "btnOk";
92 			this.btnOk.Size = new System.Drawing.Size(70, 23);
93 			this.btnOk.TabIndex = 0;
94 			this.btnOk.Text = "Apply";
95 			this.btnOk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
96 			this.btnOk.UseVisualStyleBackColor = true;
97 			this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
98 			//
99 			// btnCancel
100 			//
101 			this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
102 			this.btnCancel.Location = new System.Drawing.Point(287, 3);
103 			this.btnCancel.Name = "btnCancel";
104 			this.btnCancel.Size = new System.Drawing.Size(70, 23);
105 			this.btnCancel.TabIndex = 1;
106 			this.btnCancel.Text = "Cancel";
107 			this.btnCancel.UseVisualStyleBackColor = true;
108 			this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
109 			//
110 			// tableLayoutPanel1
111 			//
112 			this.tableLayoutPanel1.ColumnCount = 2;
113 			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
114 			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
115 			this.tableLayoutPanel1.Controls.Add(this.lstErrors, 0, 1);
116 			this.tableLayoutPanel1.Controls.Add(this.grpSettings, 1, 1);
117 			this.tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 0);
118 			this.tableLayoutPanel1.Controls.Add(this.groupBox2, 1, 0);
119 			this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
120 			this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 24);
121 			this.tableLayoutPanel1.Name = "tableLayoutPanel1";
122 			this.tableLayoutPanel1.RowCount = 2;
123 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
124 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 141F));
125 			this.tableLayoutPanel1.Size = new System.Drawing.Size(835, 440);
126 			this.tableLayoutPanel1.TabIndex = 2;
127 			//
128 			// lstErrors
129 			//
130 			this.lstErrors.Dock = System.Windows.Forms.DockStyle.Fill;
131 			this.lstErrors.FormattingEnabled = true;
132 			this.lstErrors.Location = new System.Drawing.Point(3, 302);
133 			this.lstErrors.Name = "lstErrors";
134 			this.lstErrors.Size = new System.Drawing.Size(369, 135);
135 			this.lstErrors.TabIndex = 2;
136 			this.lstErrors.DoubleClick += new System.EventHandler(this.lstErrors_DoubleClick);
137 			//
138 			// grpSettings
139 			//
140 			this.grpSettings.Controls.Add(this.tableLayoutPanel2);
141 			this.grpSettings.Dock = System.Windows.Forms.DockStyle.Fill;
142 			this.grpSettings.Location = new System.Drawing.Point(378, 302);
143 			this.grpSettings.Name = "grpSettings";
144 			this.grpSettings.Size = new System.Drawing.Size(454, 135);
145 			this.grpSettings.TabIndex = 3;
146 			this.grpSettings.TabStop = false;
147 			this.grpSettings.Text = "Settings";
148 			//
149 			// tableLayoutPanel2
150 			//
151 			this.tableLayoutPanel2.ColumnCount = 2;
152 			this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
153 			this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
154 			this.tableLayoutPanel2.Controls.Add(this.btnExecute, 0, 3);
155 			this.tableLayoutPanel2.Controls.Add(this.flowLayoutPanel1, 0, 0);
156 			this.tableLayoutPanel2.Controls.Add(this.flowLayoutPanel2, 0, 1);
157 			this.tableLayoutPanel2.Controls.Add(this.flowLayoutPanel3, 1, 3);
158 			this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
159 			this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 16);
160 			this.tableLayoutPanel2.Name = "tableLayoutPanel2";
161 			this.tableLayoutPanel2.RowCount = 4;
162 			this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
163 			this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
164 			this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
165 			this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
166 			this.tableLayoutPanel2.Size = new System.Drawing.Size(448, 116);
167 			this.tableLayoutPanel2.TabIndex = 0;
168 			//
169 			// btnExecute
170 			//
171 			this.btnExecute.Image = global::Mesen.GUI.Properties.Resources.Play;
172 			this.btnExecute.Location = new System.Drawing.Point(3, 89);
173 			this.btnExecute.Name = "btnExecute";
174 			this.btnExecute.Size = new System.Drawing.Size(82, 23);
175 			this.btnExecute.TabIndex = 6;
176 			this.btnExecute.Text = "Execute";
177 			this.btnExecute.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
178 			this.btnExecute.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
179 			this.btnExecute.UseVisualStyleBackColor = true;
180 			this.btnExecute.Click += new System.EventHandler(this.btnExecute_Click);
181 			//
182 			// flowLayoutPanel1
183 			//
184 			this.tableLayoutPanel2.SetColumnSpan(this.flowLayoutPanel1, 2);
185 			this.flowLayoutPanel1.Controls.Add(this.label1);
186 			this.flowLayoutPanel1.Controls.Add(this.txtStartAddress);
187 			this.flowLayoutPanel1.Controls.Add(this.picStartAddressWarning);
188 			this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
189 			this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
190 			this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
191 			this.flowLayoutPanel1.Name = "flowLayoutPanel1";
192 			this.flowLayoutPanel1.Size = new System.Drawing.Size(448, 25);
193 			this.flowLayoutPanel1.TabIndex = 3;
194 			//
195 			// label1
196 			//
197 			this.label1.Anchor = System.Windows.Forms.AnchorStyles.Left;
198 			this.label1.AutoSize = true;
199 			this.label1.Location = new System.Drawing.Point(3, 6);
200 			this.label1.Margin = new System.Windows.Forms.Padding(3, 0, 0, 0);
201 			this.label1.Name = "label1";
202 			this.label1.Size = new System.Drawing.Size(81, 13);
203 			this.label1.TabIndex = 0;
204 			this.label1.Text = "Start address: $";
205 			//
206 			// txtStartAddress
207 			//
208 			this.txtStartAddress.Anchor = System.Windows.Forms.AnchorStyles.Left;
209 			this.txtStartAddress.Location = new System.Drawing.Point(84, 3);
210 			this.txtStartAddress.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);
211 			this.txtStartAddress.MaxLength = 4;
212 			this.txtStartAddress.Name = "txtStartAddress";
213 			this.txtStartAddress.Size = new System.Drawing.Size(48, 20);
214 			this.txtStartAddress.TabIndex = 1;
215 			this.txtStartAddress.TextChanged += new System.EventHandler(this.txtStartAddress_TextChanged);
216 			//
217 			// picStartAddressWarning
218 			//
219 			this.picStartAddressWarning.Image = global::Mesen.GUI.Properties.Resources.Warning;
220 			this.picStartAddressWarning.Location = new System.Drawing.Point(138, 5);
221 			this.picStartAddressWarning.Margin = new System.Windows.Forms.Padding(3, 5, 3, 3);
222 			this.picStartAddressWarning.Name = "picStartAddressWarning";
223 			this.picStartAddressWarning.Size = new System.Drawing.Size(18, 18);
224 			this.picStartAddressWarning.TabIndex = 11;
225 			this.picStartAddressWarning.TabStop = false;
226 			this.picStartAddressWarning.Visible = false;
227 			//
228 			// flowLayoutPanel2
229 			//
230 			this.tableLayoutPanel2.SetColumnSpan(this.flowLayoutPanel2, 2);
231 			this.flowLayoutPanel2.Controls.Add(this.label2);
232 			this.flowLayoutPanel2.Controls.Add(this.lblByteUsage);
233 			this.flowLayoutPanel2.Controls.Add(this.picSizeWarning);
234 			this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
235 			this.flowLayoutPanel2.Location = new System.Drawing.Point(0, 25);
236 			this.flowLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
237 			this.flowLayoutPanel2.Name = "flowLayoutPanel2";
238 			this.flowLayoutPanel2.Size = new System.Drawing.Size(448, 25);
239 			this.flowLayoutPanel2.TabIndex = 4;
240 			//
241 			// label2
242 			//
243 			this.label2.Anchor = System.Windows.Forms.AnchorStyles.Left;
244 			this.label2.AutoSize = true;
245 			this.label2.Location = new System.Drawing.Point(3, 6);
246 			this.label2.Name = "label2";
247 			this.label2.Size = new System.Drawing.Size(63, 13);
248 			this.label2.TabIndex = 2;
249 			this.label2.Text = "Byte usage:";
250 			//
251 			// lblByteUsage
252 			//
253 			this.lblByteUsage.Anchor = System.Windows.Forms.AnchorStyles.Left;
254 			this.lblByteUsage.AutoSize = true;
255 			this.lblByteUsage.Location = new System.Drawing.Point(72, 6);
256 			this.lblByteUsage.Name = "lblByteUsage";
257 			this.lblByteUsage.Size = new System.Drawing.Size(30, 13);
258 			this.lblByteUsage.TabIndex = 3;
259 			this.lblByteUsage.Text = "0 / 0";
260 			//
261 			// picSizeWarning
262 			//
263 			this.picSizeWarning.Image = global::Mesen.GUI.Properties.Resources.Warning;
264 			this.picSizeWarning.Location = new System.Drawing.Point(108, 5);
265 			this.picSizeWarning.Margin = new System.Windows.Forms.Padding(3, 5, 3, 3);
266 			this.picSizeWarning.Name = "picSizeWarning";
267 			this.picSizeWarning.Size = new System.Drawing.Size(18, 18);
268 			this.picSizeWarning.TabIndex = 10;
269 			this.picSizeWarning.TabStop = false;
270 			this.picSizeWarning.Visible = false;
271 			//
272 			// flowLayoutPanel3
273 			//
274 			this.flowLayoutPanel3.Controls.Add(this.btnCancel);
275 			this.flowLayoutPanel3.Controls.Add(this.btnOk);
276 			this.flowLayoutPanel3.Controls.Add(this.lblNoChanges);
277 			this.flowLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Bottom;
278 			this.flowLayoutPanel3.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
279 			this.flowLayoutPanel3.Location = new System.Drawing.Point(88, 86);
280 			this.flowLayoutPanel3.Margin = new System.Windows.Forms.Padding(0);
281 			this.flowLayoutPanel3.Name = "flowLayoutPanel3";
282 			this.flowLayoutPanel3.Size = new System.Drawing.Size(360, 30);
283 			this.flowLayoutPanel3.TabIndex = 5;
284 			//
285 			// lblNoChanges
286 			//
287 			this.lblNoChanges.Anchor = System.Windows.Forms.AnchorStyles.Left;
288 			this.lblNoChanges.AutoSize = true;
289 			this.lblNoChanges.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
290 			this.lblNoChanges.ForeColor = System.Drawing.SystemColors.GrayText;
291 			this.lblNoChanges.Location = new System.Drawing.Point(43, 8);
292 			this.lblNoChanges.Name = "lblNoChanges";
293 			this.lblNoChanges.Size = new System.Drawing.Size(162, 13);
294 			this.lblNoChanges.TabIndex = 2;
295 			this.lblNoChanges.Text = "New code matches original code";
296 			//
297 			// groupBox1
298 			//
299 			this.groupBox1.Controls.Add(this.panel1);
300 			this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
301 			this.groupBox1.Location = new System.Drawing.Point(3, 3);
302 			this.groupBox1.Name = "groupBox1";
303 			this.groupBox1.Size = new System.Drawing.Size(369, 293);
304 			this.groupBox1.TabIndex = 4;
305 			this.groupBox1.TabStop = false;
306 			this.groupBox1.Text = "Code Editor";
307 			//
308 			// panel1
309 			//
310 			this.panel1.BackColor = System.Drawing.SystemColors.ControlDark;
311 			this.panel1.Controls.Add(this.txtCode);
312 			this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
313 			this.panel1.Location = new System.Drawing.Point(3, 16);
314 			this.panel1.Name = "panel1";
315 			this.panel1.Padding = new System.Windows.Forms.Padding(1);
316 			this.panel1.Size = new System.Drawing.Size(363, 274);
317 			this.panel1.TabIndex = 4;
318 			//
319 			// txtCode
320 			//
321 			this.txtCode.AutoCompleteBracketsList = new char[] {
322         '(',
323         ')',
324         '{',
325         '}',
326         '[',
327         ']',
328         '\"',
329         '\"',
330         '\'',
331         '\''};
332 			this.txtCode.AutoIndentChars = false;
333 			this.txtCode.AutoIndentExistingLines = false;
334 			this.txtCode.AutoScrollMinSize = new System.Drawing.Size(43, 14);
335 			this.txtCode.BackBrush = null;
336 			this.txtCode.CharHeight = 14;
337 			this.txtCode.CharWidth = 8;
338 			this.txtCode.ContextMenuStrip = this.contextMenu;
339 			this.txtCode.CurrentLineColor = System.Drawing.Color.Gainsboro;
340 			this.txtCode.Cursor = System.Windows.Forms.Cursors.IBeam;
341 			this.txtCode.DisabledColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
342 			this.txtCode.Dock = System.Windows.Forms.DockStyle.Fill;
343 			this.txtCode.Font = new System.Drawing.Font("Courier New", 9.75F);
344 			this.txtCode.IsReplaceMode = false;
345 			this.txtCode.Location = new System.Drawing.Point(1, 1);
346 			this.txtCode.Name = "txtCode";
347 			this.txtCode.Paddings = new System.Windows.Forms.Padding(0);
348 			this.txtCode.ReservedCountOfLineNumberChars = 3;
349 			this.txtCode.SelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
350 			this.txtCode.Size = new System.Drawing.Size(361, 272);
351 			this.txtCode.TabIndex = 6;
352 			this.txtCode.TabLength = 2;
353 			this.txtCode.Zoom = 100;
354 			this.txtCode.TextChanged += new System.EventHandler<FastColoredTextBoxNS.TextChangedEventArgs>(this.txtCode_TextChanged);
355 			//
356 			// contextMenu
357 			//
358 			this.contextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
359             this.mnuCopy,
360             this.mnuCut,
361             this.mnuPaste,
362             this.toolStripMenuItem5,
363             this.mnuSelectAll});
364 			this.contextMenu.Name = "contextMenu";
365 			this.contextMenu.Size = new System.Drawing.Size(123, 98);
366 			//
367 			// mnuCopy
368 			//
369 			this.mnuCopy.Name = "mnuCopy";
370 			this.mnuCopy.Size = new System.Drawing.Size(122, 22);
371 			this.mnuCopy.Text = "Copy";
372 			this.mnuCopy.Click += new System.EventHandler(this.mnuCopy_Click);
373 			//
374 			// mnuCut
375 			//
376 			this.mnuCut.Name = "mnuCut";
377 			this.mnuCut.Size = new System.Drawing.Size(122, 22);
378 			this.mnuCut.Text = "Cut";
379 			this.mnuCut.Click += new System.EventHandler(this.mnuCut_Click);
380 			//
381 			// mnuPaste
382 			//
383 			this.mnuPaste.Name = "mnuPaste";
384 			this.mnuPaste.Size = new System.Drawing.Size(122, 22);
385 			this.mnuPaste.Text = "Paste";
386 			this.mnuPaste.Click += new System.EventHandler(this.mnuPaste_Click);
387 			//
388 			// toolStripMenuItem5
389 			//
390 			this.toolStripMenuItem5.Name = "toolStripMenuItem5";
391 			this.toolStripMenuItem5.Size = new System.Drawing.Size(119, 6);
392 			//
393 			// mnuSelectAll
394 			//
395 			this.mnuSelectAll.Name = "mnuSelectAll";
396 			this.mnuSelectAll.Size = new System.Drawing.Size(122, 22);
397 			this.mnuSelectAll.Text = "Select All";
398 			this.mnuSelectAll.Click += new System.EventHandler(this.mnuSelectAll_Click);
399 			//
400 			// groupBox2
401 			//
402 			this.groupBox2.Controls.Add(this.ctrlHexBox);
403 			this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
404 			this.groupBox2.Location = new System.Drawing.Point(378, 3);
405 			this.groupBox2.Name = "groupBox2";
406 			this.groupBox2.Size = new System.Drawing.Size(454, 293);
407 			this.groupBox2.TabIndex = 5;
408 			this.groupBox2.TabStop = false;
409 			this.groupBox2.Text = "Assembled Byte Code";
410 			//
411 			// ctrlHexBox
412 			//
413 			this.ctrlHexBox.ByteColorProvider = null;
414 			this.ctrlHexBox.ColumnInfoVisible = true;
415 			this.ctrlHexBox.Dock = System.Windows.Forms.DockStyle.Fill;
416 			this.ctrlHexBox.EnablePerByteNavigation = false;
417 			this.ctrlHexBox.Font = new System.Drawing.Font("Segoe UI", 9F);
418 			this.ctrlHexBox.HighDensityMode = false;
419 			this.ctrlHexBox.InfoBackColor = System.Drawing.Color.DarkGray;
420 			this.ctrlHexBox.LineInfoVisible = true;
421 			this.ctrlHexBox.Location = new System.Drawing.Point(3, 16);
422 			this.ctrlHexBox.Name = "ctrlHexBox";
423 			this.ctrlHexBox.ReadOnly = true;
424 			this.ctrlHexBox.ShadowSelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(60)))), ((int)(((byte)(188)))), ((int)(((byte)(255)))));
425 			this.ctrlHexBox.Size = new System.Drawing.Size(448, 274);
426 			this.ctrlHexBox.TabIndex = 1;
427 			this.ctrlHexBox.UseFixedBytesPerLine = true;
428 			this.ctrlHexBox.VScrollBarVisible = true;
429 			//
430 			// menuStrip1
431 			//
432 			this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
433             this.fileToolStripMenuItem,
434             this.viewToolStripMenuItem});
435 			this.menuStrip1.Location = new System.Drawing.Point(0, 0);
436 			this.menuStrip1.Name = "menuStrip1";
437 			this.menuStrip1.Size = new System.Drawing.Size(835, 24);
438 			this.menuStrip1.TabIndex = 3;
439 			this.menuStrip1.Text = "menuStrip1";
440 			//
441 			// fileToolStripMenuItem
442 			//
443 			this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
444             this.mnuClose});
445 			this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
446 			this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
447 			this.fileToolStripMenuItem.Text = "File";
448 			//
449 			// mnuClose
450 			//
451 			this.mnuClose.Image = global::Mesen.GUI.Properties.Resources.Exit;
452 			this.mnuClose.Name = "mnuClose";
453 			this.mnuClose.Size = new System.Drawing.Size(103, 22);
454 			this.mnuClose.Text = "Close";
455 			this.mnuClose.Click += new System.EventHandler(this.mnuClose_Click);
456 			//
457 			// viewToolStripMenuItem
458 			//
459 			this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
460             this.fontSizeToolStripMenuItem,
461             this.mnuConfigureColors,
462             this.toolStripMenuItem1,
463             this.mnuEnableSyntaxHighlighting});
464 			this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
465 			this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
466 			this.viewToolStripMenuItem.Text = "View";
467 			//
468 			// fontSizeToolStripMenuItem
469 			//
470 			this.fontSizeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
471             this.mnuIncreaseFontSize,
472             this.mnuDecreaseFontSize,
473             this.mnuResetFontSize,
474             this.toolStripMenuItem2,
475             this.mnuSelectFont});
476 			this.fontSizeToolStripMenuItem.Image = global::Mesen.GUI.Properties.Resources.Font;
477 			this.fontSizeToolStripMenuItem.Name = "fontSizeToolStripMenuItem";
478 			this.fontSizeToolStripMenuItem.Size = new System.Drawing.Size(216, 22);
479 			this.fontSizeToolStripMenuItem.Text = "Font Options";
480 			//
481 			// mnuIncreaseFontSize
482 			//
483 			this.mnuIncreaseFontSize.Name = "mnuIncreaseFontSize";
484 			this.mnuIncreaseFontSize.ShortcutKeyDisplayString = "";
485 			this.mnuIncreaseFontSize.Size = new System.Drawing.Size(157, 22);
486 			this.mnuIncreaseFontSize.Text = "Increase Size";
487 			this.mnuIncreaseFontSize.Click += new System.EventHandler(this.mnuIncreaseFontSize_Click);
488 			//
489 			// mnuDecreaseFontSize
490 			//
491 			this.mnuDecreaseFontSize.Name = "mnuDecreaseFontSize";
492 			this.mnuDecreaseFontSize.ShortcutKeyDisplayString = "";
493 			this.mnuDecreaseFontSize.Size = new System.Drawing.Size(157, 22);
494 			this.mnuDecreaseFontSize.Text = "Decrease Size";
495 			this.mnuDecreaseFontSize.Click += new System.EventHandler(this.mnuDecreaseFontSize_Click);
496 			//
497 			// mnuResetFontSize
498 			//
499 			this.mnuResetFontSize.Name = "mnuResetFontSize";
500 			this.mnuResetFontSize.ShortcutKeyDisplayString = "";
501 			this.mnuResetFontSize.Size = new System.Drawing.Size(157, 22);
502 			this.mnuResetFontSize.Text = "Reset to Default";
503 			this.mnuResetFontSize.Click += new System.EventHandler(this.mnuResetFontSize_Click);
504 			//
505 			// toolStripMenuItem2
506 			//
507 			this.toolStripMenuItem2.Name = "toolStripMenuItem2";
508 			this.toolStripMenuItem2.Size = new System.Drawing.Size(154, 6);
509 			//
510 			// mnuSelectFont
511 			//
512 			this.mnuSelectFont.Name = "mnuSelectFont";
513 			this.mnuSelectFont.Size = new System.Drawing.Size(157, 22);
514 			this.mnuSelectFont.Text = "Select Font...";
515 			this.mnuSelectFont.Click += new System.EventHandler(this.mnuSelectFont_Click);
516 			//
517 			// mnuConfigureColors
518 			//
519 			this.mnuConfigureColors.Image = global::Mesen.GUI.Properties.Resources.PipetteSmall;
520 			this.mnuConfigureColors.Name = "mnuConfigureColors";
521 			this.mnuConfigureColors.Size = new System.Drawing.Size(216, 22);
522 			this.mnuConfigureColors.Text = "Configure Colors";
523 			this.mnuConfigureColors.Click += new System.EventHandler(this.mnuConfigureColors_Click);
524 			//
525 			// toolStripMenuItem1
526 			//
527 			this.toolStripMenuItem1.Name = "toolStripMenuItem1";
528 			this.toolStripMenuItem1.Size = new System.Drawing.Size(213, 6);
529 			//
530 			// mnuEnableSyntaxHighlighting
531 			//
532 			this.mnuEnableSyntaxHighlighting.CheckOnClick = true;
533 			this.mnuEnableSyntaxHighlighting.Name = "mnuEnableSyntaxHighlighting";
534 			this.mnuEnableSyntaxHighlighting.Size = new System.Drawing.Size(216, 22);
535 			this.mnuEnableSyntaxHighlighting.Text = "Enable Syntax Highlighting";
536 			this.mnuEnableSyntaxHighlighting.CheckedChanged += new System.EventHandler(this.mnuEnableSyntaxHighlighting_CheckedChanged);
537 			//
538 			// frmAssembler
539 			//
540 			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
541 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
542 			this.CancelButton = this.btnCancel;
543 			this.ClientSize = new System.Drawing.Size(835, 464);
544 			this.Controls.Add(this.tableLayoutPanel1);
545 			this.Controls.Add(this.menuStrip1);
546 			this.MainMenuStrip = this.menuStrip1;
547 			this.MinimumSize = new System.Drawing.Size(851, 502);
548 			this.Name = "frmAssembler";
549 			this.Text = "Assembler";
550 			this.tableLayoutPanel1.ResumeLayout(false);
551 			this.grpSettings.ResumeLayout(false);
552 			this.tableLayoutPanel2.ResumeLayout(false);
553 			this.flowLayoutPanel1.ResumeLayout(false);
554 			this.flowLayoutPanel1.PerformLayout();
555 			((System.ComponentModel.ISupportInitialize)(this.picStartAddressWarning)).EndInit();
556 			this.flowLayoutPanel2.ResumeLayout(false);
557 			this.flowLayoutPanel2.PerformLayout();
558 			((System.ComponentModel.ISupportInitialize)(this.picSizeWarning)).EndInit();
559 			this.flowLayoutPanel3.ResumeLayout(false);
560 			this.flowLayoutPanel3.PerformLayout();
561 			this.groupBox1.ResumeLayout(false);
562 			this.panel1.ResumeLayout(false);
563 			((System.ComponentModel.ISupportInitialize)(this.txtCode)).EndInit();
564 			this.contextMenu.ResumeLayout(false);
565 			this.groupBox2.ResumeLayout(false);
566 			this.menuStrip1.ResumeLayout(false);
567 			this.menuStrip1.PerformLayout();
568 			this.ResumeLayout(false);
569 			this.PerformLayout();
570 
571 		}
572 
573 		#endregion
574 		private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
575 		private Be.Windows.Forms.HexBox ctrlHexBox;
576 		private System.Windows.Forms.ListBox lstErrors;
577 		private System.Windows.Forms.GroupBox grpSettings;
578 		private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
579 		private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
580 		private System.Windows.Forms.Label label1;
581 		private System.Windows.Forms.TextBox txtStartAddress;
582 		private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
583 		private System.Windows.Forms.Label label2;
584 		private System.Windows.Forms.Label lblByteUsage;
585 		private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel3;
586 		private System.Windows.Forms.Button btnCancel;
587 		private System.Windows.Forms.Button btnOk;
588 		private System.Windows.Forms.PictureBox picSizeWarning;
589 		private System.Windows.Forms.Panel panel1;
590 		private System.Windows.Forms.Label lblNoChanges;
591 		private System.Windows.Forms.PictureBox picStartAddressWarning;
592 		private System.Windows.Forms.GroupBox groupBox1;
593 		private System.Windows.Forms.GroupBox groupBox2;
594 		private System.Windows.Forms.Button btnExecute;
595 		private FastColoredTextBoxNS.FastColoredTextBox txtCode;
596 		private Mesen.GUI.Controls.ctrlMesenMenuStrip menuStrip1;
597 		private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
598 		private System.Windows.Forms.ToolStripMenuItem mnuClose;
599 		private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
600 		private System.Windows.Forms.ToolStripMenuItem mnuEnableSyntaxHighlighting;
601 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
602 		private System.Windows.Forms.ToolStripMenuItem mnuConfigureColors;
603 		private System.Windows.Forms.ToolStripMenuItem fontSizeToolStripMenuItem;
604 		private System.Windows.Forms.ToolStripMenuItem mnuIncreaseFontSize;
605 		private System.Windows.Forms.ToolStripMenuItem mnuDecreaseFontSize;
606 		private System.Windows.Forms.ToolStripMenuItem mnuResetFontSize;
607 		private System.Windows.Forms.ContextMenuStrip contextMenu;
608 		private System.Windows.Forms.ToolStripMenuItem mnuCopy;
609 		private System.Windows.Forms.ToolStripMenuItem mnuCut;
610 		private System.Windows.Forms.ToolStripMenuItem mnuPaste;
611 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem5;
612 		private System.Windows.Forms.ToolStripMenuItem mnuSelectAll;
613 		private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
614 		private System.Windows.Forms.ToolStripMenuItem mnuSelectFont;
615 	}
616 }