using Mesen.GUI.Debugger.Controls; namespace Mesen.GUI.Debugger { partial class frmTraceLogger { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if(disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.btnOpenTrace = new System.Windows.Forms.Button(); this.btnStartLogging = new System.Windows.Forms.Button(); this.btnStopLogging = new System.Windows.Forms.Button(); this.grpLogOptions = new System.Windows.Forms.GroupBox(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel(); this.chkOverrideFormat = new System.Windows.Forms.CheckBox(); this.picFormatHelp = new System.Windows.Forms.PictureBox(); this.lblFormat = new System.Windows.Forms.Label(); this.txtFormat = new System.Windows.Forms.TextBox(); this.chkShowMemoryValues = new System.Windows.Forms.CheckBox(); this.chkShowRegisters = new System.Windows.Forms.CheckBox(); this.chkShowByteCode = new System.Windows.Forms.CheckBox(); this.chkShowCpuCycles = new System.Windows.Forms.CheckBox(); this.chkShowPpuCycles = new System.Windows.Forms.CheckBox(); this.chkShowPpuScanline = new System.Windows.Forms.CheckBox(); this.chkShowFrameCount = new System.Windows.Forms.CheckBox(); this.chkShowEffectiveAddresses = new System.Windows.Forms.CheckBox(); this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel(); this.picHelp = new System.Windows.Forms.PictureBox(); this.picExpressionWarning = new System.Windows.Forms.PictureBox(); this.lblCondition = new System.Windows.Forms.Label(); this.txtCondition = new System.Windows.Forms.TextBox(); this.chkShowExtraInfo = new System.Windows.Forms.CheckBox(); this.chkIndentCode = new System.Windows.Forms.CheckBox(); this.chkUseLabels = new System.Windows.Forms.CheckBox(); this.label1 = new System.Windows.Forms.Label(); this.cboStatusFlagFormat = new System.Windows.Forms.ComboBox(); this.chkUseWindowsEol = new System.Windows.Forms.CheckBox(); this.chkExtendZeroPage = new System.Windows.Forms.CheckBox(); this.lblTarget = new System.Windows.Forms.Label(); this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel(); this.chkLogSa1 = new System.Windows.Forms.CheckBox(); this.chkLogCpu = new System.Windows.Forms.CheckBox(); this.chkLogSpc = new System.Windows.Forms.CheckBox(); this.chkLogNecDsp = new System.Windows.Forms.CheckBox(); this.chkLogGsu = new System.Windows.Forms.CheckBox(); this.chkLogCx4 = new System.Windows.Forms.CheckBox(); this.chkLogGameboy = new System.Windows.Forms.CheckBox(); this.btnClearLog = new System.Windows.Forms.Button(); this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.grpExecutionLog = new System.Windows.Forms.GroupBox(); this.txtTraceLog = new Mesen.GUI.Debugger.Controls.ctrlScrollableTextbox(); this.ctxMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.mnuCopy = new System.Windows.Forms.ToolStripMenuItem(); this.mnuSelectAll = new System.Windows.Forms.ToolStripMenuItem(); this.tmrUpdateLog = new System.Windows.Forms.Timer(this.components); this.menuStrip1 = new Mesen.GUI.Controls.ctrlMesenMenuStrip(); this.showToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.fontSizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.mnuIncreaseFontSize = new System.Windows.Forms.ToolStripMenuItem(); this.mnuDecreaseFontSize = new System.Windows.Forms.ToolStripMenuItem(); this.mnuResetFontSize = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem12 = new System.Windows.Forms.ToolStripSeparator(); this.mnuSelectFont = new System.Windows.Forms.ToolStripMenuItem(); this.logLinesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.mnu100Lines = new System.Windows.Forms.ToolStripMenuItem(); this.mnu1000Lines = new System.Windows.Forms.ToolStripMenuItem(); this.mnu5000Lines = new System.Windows.Forms.ToolStripMenuItem(); this.mnu10000Lines = new System.Windows.Forms.ToolStripMenuItem(); this.mnu15000Lines = new System.Windows.Forms.ToolStripMenuItem(); this.mnu30000Lines = new System.Windows.Forms.ToolStripMenuItem(); this.mnuAutoRefresh = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); this.mnuRefresh = new System.Windows.Forms.ToolStripMenuItem(); this.tableLayoutPanel1.SuspendLayout(); this.grpLogOptions.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); this.tableLayoutPanel5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picFormatHelp)).BeginInit(); this.tableLayoutPanel4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picHelp)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.picExpressionWarning)).BeginInit(); this.tableLayoutPanel6.SuspendLayout(); this.tableLayoutPanel3.SuspendLayout(); this.grpExecutionLog.SuspendLayout(); this.ctxMenu.SuspendLayout(); this.menuStrip1.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 4; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.btnOpenTrace, 3, 0); this.tableLayoutPanel1.Controls.Add(this.btnStartLogging, 0, 0); this.tableLayoutPanel1.Controls.Add(this.btnStopLogging, 1, 0); this.tableLayoutPanel1.Controls.Add(this.grpLogOptions, 0, 1); this.tableLayoutPanel1.Controls.Add(this.btnClearLog, 2, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 226); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 3; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.Size = new System.Drawing.Size(778, 195); this.tableLayoutPanel1.TabIndex = 0; // // btnOpenTrace // this.btnOpenTrace.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnOpenTrace.Enabled = false; this.btnOpenTrace.Location = new System.Drawing.Point(680, 3); this.btnOpenTrace.Name = "btnOpenTrace"; this.btnOpenTrace.Size = new System.Drawing.Size(95, 23); this.btnOpenTrace.TabIndex = 2; this.btnOpenTrace.Text = "Open Trace File"; this.btnOpenTrace.UseVisualStyleBackColor = true; this.btnOpenTrace.Click += new System.EventHandler(this.btnOpenTrace_Click); // // btnStartLogging // this.btnStartLogging.Anchor = System.Windows.Forms.AnchorStyles.Top; this.btnStartLogging.Location = new System.Drawing.Point(3, 3); this.btnStartLogging.Name = "btnStartLogging"; this.btnStartLogging.Size = new System.Drawing.Size(95, 23); this.btnStartLogging.TabIndex = 0; this.btnStartLogging.Text = "Start Logging"; this.btnStartLogging.UseVisualStyleBackColor = true; this.btnStartLogging.Click += new System.EventHandler(this.btnStartLogging_Click); // // btnStopLogging // this.btnStopLogging.Enabled = false; this.btnStopLogging.Location = new System.Drawing.Point(104, 3); this.btnStopLogging.Name = "btnStopLogging"; this.btnStopLogging.Size = new System.Drawing.Size(95, 23); this.btnStopLogging.TabIndex = 1; this.btnStopLogging.Text = "Stop Logging"; this.btnStopLogging.UseVisualStyleBackColor = true; this.btnStopLogging.Click += new System.EventHandler(this.btnStopLogging_Click); // // grpLogOptions // this.tableLayoutPanel1.SetColumnSpan(this.grpLogOptions, 4); this.grpLogOptions.Controls.Add(this.tableLayoutPanel2); this.grpLogOptions.Dock = System.Windows.Forms.DockStyle.Fill; this.grpLogOptions.Location = new System.Drawing.Point(3, 32); this.grpLogOptions.Name = "grpLogOptions"; this.grpLogOptions.Size = new System.Drawing.Size(772, 160); this.grpLogOptions.TabIndex = 3; this.grpLogOptions.TabStop = false; this.grpLogOptions.Text = "Log Options"; // // tableLayoutPanel2 // this.tableLayoutPanel2.ColumnCount = 7; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel5, 0, 6); this.tableLayoutPanel2.Controls.Add(this.chkShowMemoryValues, 3, 3); this.tableLayoutPanel2.Controls.Add(this.chkShowRegisters, 0, 2); this.tableLayoutPanel2.Controls.Add(this.chkShowByteCode, 0, 3); this.tableLayoutPanel2.Controls.Add(this.chkShowCpuCycles, 1, 2); this.tableLayoutPanel2.Controls.Add(this.chkShowPpuCycles, 2, 2); this.tableLayoutPanel2.Controls.Add(this.chkShowPpuScanline, 2, 3); this.tableLayoutPanel2.Controls.Add(this.chkShowFrameCount, 1, 3); this.tableLayoutPanel2.Controls.Add(this.chkShowEffectiveAddresses, 3, 2); this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel4, 0, 7); this.tableLayoutPanel2.Controls.Add(this.chkShowExtraInfo, 4, 2); this.tableLayoutPanel2.Controls.Add(this.chkIndentCode, 0, 4); this.tableLayoutPanel2.Controls.Add(this.chkUseLabels, 2, 4); this.tableLayoutPanel2.Controls.Add(this.label1, 4, 4); this.tableLayoutPanel2.Controls.Add(this.cboStatusFlagFormat, 5, 4); this.tableLayoutPanel2.Controls.Add(this.chkUseWindowsEol, 3, 4); this.tableLayoutPanel2.Controls.Add(this.chkExtendZeroPage, 4, 3); this.tableLayoutPanel2.Controls.Add(this.lblTarget, 0, 0); this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel6, 1, 0); this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 16); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 9; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 10F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 5F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(766, 141); this.tableLayoutPanel2.TabIndex = 0; // // tableLayoutPanel5 // this.tableLayoutPanel5.ColumnCount = 5; this.tableLayoutPanel2.SetColumnSpan(this.tableLayoutPanel5, 7); this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel5.Controls.Add(this.chkOverrideFormat, 0, 0); this.tableLayoutPanel5.Controls.Add(this.picFormatHelp, 4, 0); this.tableLayoutPanel5.Controls.Add(this.lblFormat, 0, 0); this.tableLayoutPanel5.Controls.Add(this.txtFormat, 2, 0); this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel5.Location = new System.Drawing.Point(0, 110); this.tableLayoutPanel5.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanel5.Name = "tableLayoutPanel5"; this.tableLayoutPanel5.RowCount = 1; this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel5.Size = new System.Drawing.Size(766, 25); this.tableLayoutPanel5.TabIndex = 18; // // chkOverrideFormat // this.chkOverrideFormat.Anchor = System.Windows.Forms.AnchorStyles.Left; this.chkOverrideFormat.AutoSize = true; this.chkOverrideFormat.Location = new System.Drawing.Point(51, 5); this.chkOverrideFormat.Margin = new System.Windows.Forms.Padding(3, 5, 3, 3); this.chkOverrideFormat.Name = "chkOverrideFormat"; this.chkOverrideFormat.Size = new System.Drawing.Size(66, 17); this.chkOverrideFormat.TabIndex = 18; this.chkOverrideFormat.Text = "Override"; this.chkOverrideFormat.UseVisualStyleBackColor = true; this.chkOverrideFormat.CheckedChanged += new System.EventHandler(this.chkOverrideFormat_CheckedChanged); // // picFormatHelp // this.picFormatHelp.Image = global::Mesen.GUI.Properties.Resources.Help; this.picFormatHelp.Location = new System.Drawing.Point(745, 5); this.picFormatHelp.Margin = new System.Windows.Forms.Padding(3, 5, 3, 3); this.picFormatHelp.Name = "picFormatHelp"; this.picFormatHelp.Size = new System.Drawing.Size(18, 17); this.picFormatHelp.TabIndex = 17; this.picFormatHelp.TabStop = false; // // lblFormat // this.lblFormat.Anchor = System.Windows.Forms.AnchorStyles.Left; this.lblFormat.AutoSize = true; this.lblFormat.Location = new System.Drawing.Point(3, 6); this.lblFormat.Name = "lblFormat"; this.lblFormat.Size = new System.Drawing.Size(42, 13); this.lblFormat.TabIndex = 14; this.lblFormat.Text = "Format:"; // // txtFormat // this.txtFormat.Dock = System.Windows.Forms.DockStyle.Fill; this.txtFormat.Location = new System.Drawing.Point(123, 3); this.txtFormat.Name = "txtFormat"; this.txtFormat.Size = new System.Drawing.Size(616, 20); this.txtFormat.TabIndex = 15; this.txtFormat.TextChanged += new System.EventHandler(this.txtFormat_TextChanged); // // chkShowMemoryValues // this.chkShowMemoryValues.Anchor = System.Windows.Forms.AnchorStyles.Left; this.chkShowMemoryValues.AutoSize = true; this.chkShowMemoryValues.Checked = true; this.chkShowMemoryValues.CheckState = System.Windows.Forms.CheckState.Checked; this.chkShowMemoryValues.Location = new System.Drawing.Point(301, 58); this.chkShowMemoryValues.Name = "chkShowMemoryValues"; this.chkShowMemoryValues.Size = new System.Drawing.Size(128, 17); this.chkShowMemoryValues.TabIndex = 17; this.chkShowMemoryValues.Text = "Show Memory Values"; this.chkShowMemoryValues.UseVisualStyleBackColor = true; this.chkShowMemoryValues.CheckedChanged += new System.EventHandler(this.chkOptions_CheckedChanged); // // chkShowRegisters // this.chkShowRegisters.AutoSize = true; this.chkShowRegisters.Checked = true; this.chkShowRegisters.CheckState = System.Windows.Forms.CheckState.Checked; this.chkShowRegisters.Location = new System.Drawing.Point(3, 35); this.chkShowRegisters.Name = "chkShowRegisters"; this.chkShowRegisters.Size = new System.Drawing.Size(70, 17); this.chkShowRegisters.TabIndex = 2; this.chkShowRegisters.Text = "Registers"; this.chkShowRegisters.UseVisualStyleBackColor = true; this.chkShowRegisters.CheckedChanged += new System.EventHandler(this.chkOptions_CheckedChanged); // // chkShowByteCode // this.chkShowByteCode.Anchor = System.Windows.Forms.AnchorStyles.Left; this.chkShowByteCode.AutoSize = true; this.chkShowByteCode.Checked = true; this.chkShowByteCode.CheckState = System.Windows.Forms.CheckState.Checked; this.chkShowByteCode.Location = new System.Drawing.Point(3, 58); this.chkShowByteCode.Name = "chkShowByteCode"; this.chkShowByteCode.Size = new System.Drawing.Size(75, 17); this.chkShowByteCode.TabIndex = 4; this.chkShowByteCode.Text = "Byte Code"; this.chkShowByteCode.UseVisualStyleBackColor = true; this.chkShowByteCode.CheckedChanged += new System.EventHandler(this.chkOptions_CheckedChanged); // // chkShowCpuCycles // this.chkShowCpuCycles.AutoSize = true; this.chkShowCpuCycles.Location = new System.Drawing.Point(84, 35); this.chkShowCpuCycles.Name = "chkShowCpuCycles"; this.chkShowCpuCycles.Size = new System.Drawing.Size(82, 17); this.chkShowCpuCycles.TabIndex = 3; this.chkShowCpuCycles.Text = "CPU Cycles"; this.chkShowCpuCycles.UseVisualStyleBackColor = true; this.chkShowCpuCycles.Visible = false; this.chkShowCpuCycles.CheckedChanged += new System.EventHandler(this.chkOptions_CheckedChanged); // // chkShowPpuCycles // this.chkShowPpuCycles.AutoSize = true; this.chkShowPpuCycles.Checked = true; this.chkShowPpuCycles.CheckState = System.Windows.Forms.CheckState.Checked; this.chkShowPpuCycles.Location = new System.Drawing.Point(203, 35); this.chkShowPpuCycles.Name = "chkShowPpuCycles"; this.chkShowPpuCycles.Size = new System.Drawing.Size(77, 17); this.chkShowPpuCycles.TabIndex = 5; this.chkShowPpuCycles.Text = "PPU Cycle"; this.chkShowPpuCycles.UseVisualStyleBackColor = true; this.chkShowPpuCycles.CheckedChanged += new System.EventHandler(this.chkOptions_CheckedChanged); // // chkShowPpuScanline // this.chkShowPpuScanline.Anchor = System.Windows.Forms.AnchorStyles.Left; this.chkShowPpuScanline.AutoSize = true; this.chkShowPpuScanline.Checked = true; this.chkShowPpuScanline.CheckState = System.Windows.Forms.CheckState.Checked; this.chkShowPpuScanline.Location = new System.Drawing.Point(203, 58); this.chkShowPpuScanline.Name = "chkShowPpuScanline"; this.chkShowPpuScanline.Size = new System.Drawing.Size(92, 17); this.chkShowPpuScanline.TabIndex = 6; this.chkShowPpuScanline.Text = "PPU Scanline"; this.chkShowPpuScanline.UseVisualStyleBackColor = true; this.chkShowPpuScanline.CheckedChanged += new System.EventHandler(this.chkOptions_CheckedChanged); // // chkShowFrameCount // this.chkShowFrameCount.Anchor = System.Windows.Forms.AnchorStyles.Left; this.chkShowFrameCount.AutoSize = true; this.chkShowFrameCount.Location = new System.Drawing.Point(84, 58); this.chkShowFrameCount.Name = "chkShowFrameCount"; this.chkShowFrameCount.Size = new System.Drawing.Size(86, 17); this.chkShowFrameCount.TabIndex = 7; this.chkShowFrameCount.Text = "Frame Count"; this.chkShowFrameCount.UseVisualStyleBackColor = true; this.chkShowFrameCount.CheckedChanged += new System.EventHandler(this.chkOptions_CheckedChanged); // // chkShowEffectiveAddresses // this.chkShowEffectiveAddresses.AutoSize = true; this.chkShowEffectiveAddresses.Checked = true; this.chkShowEffectiveAddresses.CheckState = System.Windows.Forms.CheckState.Checked; this.chkShowEffectiveAddresses.Location = new System.Drawing.Point(301, 35); this.chkShowEffectiveAddresses.Name = "chkShowEffectiveAddresses"; this.chkShowEffectiveAddresses.Size = new System.Drawing.Size(150, 17); this.chkShowEffectiveAddresses.TabIndex = 10; this.chkShowEffectiveAddresses.Text = "Show Effective Addresses"; this.chkShowEffectiveAddresses.UseVisualStyleBackColor = true; this.chkShowEffectiveAddresses.CheckedChanged += new System.EventHandler(this.chkOptions_CheckedChanged); // // tableLayoutPanel4 // this.tableLayoutPanel4.ColumnCount = 4; this.tableLayoutPanel2.SetColumnSpan(this.tableLayoutPanel4, 7); this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel4.Controls.Add(this.picHelp, 3, 0); this.tableLayoutPanel4.Controls.Add(this.picExpressionWarning, 2, 0); this.tableLayoutPanel4.Controls.Add(this.lblCondition, 0, 0); this.tableLayoutPanel4.Controls.Add(this.txtCondition, 1, 0); this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel4.Location = new System.Drawing.Point(0, 135); this.tableLayoutPanel4.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanel4.Name = "tableLayoutPanel4"; this.tableLayoutPanel4.RowCount = 1; this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel4.Size = new System.Drawing.Size(766, 25); this.tableLayoutPanel4.TabIndex = 16; // // picHelp // this.picHelp.Image = global::Mesen.GUI.Properties.Resources.Help; this.picHelp.Location = new System.Drawing.Point(745, 5); this.picHelp.Margin = new System.Windows.Forms.Padding(3, 5, 3, 3); this.picHelp.Name = "picHelp"; this.picHelp.Size = new System.Drawing.Size(18, 17); this.picHelp.TabIndex = 17; this.picHelp.TabStop = false; this.picHelp.Visible = false; // // picExpressionWarning // this.picExpressionWarning.Image = global::Mesen.GUI.Properties.Resources.Warning; this.picExpressionWarning.Location = new System.Drawing.Point(721, 5); this.picExpressionWarning.Margin = new System.Windows.Forms.Padding(3, 5, 3, 3); this.picExpressionWarning.Name = "picExpressionWarning"; this.picExpressionWarning.Size = new System.Drawing.Size(18, 17); this.picExpressionWarning.TabIndex = 16; this.picExpressionWarning.TabStop = false; this.picExpressionWarning.Visible = false; // // lblCondition // this.lblCondition.Anchor = System.Windows.Forms.AnchorStyles.Left; this.lblCondition.AutoSize = true; this.lblCondition.Location = new System.Drawing.Point(3, 6); this.lblCondition.Name = "lblCondition"; this.lblCondition.Size = new System.Drawing.Size(54, 13); this.lblCondition.TabIndex = 14; this.lblCondition.Text = "Condition:"; this.lblCondition.Visible = false; // // txtCondition // this.txtCondition.Dock = System.Windows.Forms.DockStyle.Fill; this.txtCondition.Location = new System.Drawing.Point(63, 3); this.txtCondition.Name = "txtCondition"; this.txtCondition.Size = new System.Drawing.Size(652, 20); this.txtCondition.TabIndex = 15; this.txtCondition.Visible = false; // // chkShowExtraInfo // this.chkShowExtraInfo.AutoSize = true; this.chkShowExtraInfo.Checked = true; this.chkShowExtraInfo.CheckState = System.Windows.Forms.CheckState.Checked; this.tableLayoutPanel2.SetColumnSpan(this.chkShowExtraInfo, 2); this.chkShowExtraInfo.Location = new System.Drawing.Point(462, 35); this.chkShowExtraInfo.Name = "chkShowExtraInfo"; this.chkShowExtraInfo.Size = new System.Drawing.Size(204, 17); this.chkShowExtraInfo.TabIndex = 9; this.chkShowExtraInfo.Text = "Additional information (IRQ, NMI, etc.)"; this.chkShowExtraInfo.UseVisualStyleBackColor = true; this.chkShowExtraInfo.Visible = false; this.chkShowExtraInfo.CheckedChanged += new System.EventHandler(this.chkOptions_CheckedChanged); // // chkIndentCode // this.chkIndentCode.Anchor = System.Windows.Forms.AnchorStyles.Left; this.chkIndentCode.AutoSize = true; this.tableLayoutPanel2.SetColumnSpan(this.chkIndentCode, 2); this.chkIndentCode.Location = new System.Drawing.Point(3, 83); this.chkIndentCode.Name = "chkIndentCode"; this.chkIndentCode.Size = new System.Drawing.Size(194, 17); this.chkIndentCode.TabIndex = 8; this.chkIndentCode.Text = "Indent code based on stack pointer"; this.chkIndentCode.UseVisualStyleBackColor = true; this.chkIndentCode.Visible = false; this.chkIndentCode.CheckedChanged += new System.EventHandler(this.chkOptions_CheckedChanged); // // chkUseLabels // this.chkUseLabels.Anchor = System.Windows.Forms.AnchorStyles.Left; this.chkUseLabels.AutoSize = true; this.chkUseLabels.Location = new System.Drawing.Point(203, 83); this.chkUseLabels.Name = "chkUseLabels"; this.chkUseLabels.Size = new System.Drawing.Size(79, 17); this.chkUseLabels.TabIndex = 11; this.chkUseLabels.Text = "Use Labels"; this.chkUseLabels.UseVisualStyleBackColor = true; this.chkUseLabels.CheckedChanged += new System.EventHandler(this.chkOptions_CheckedChanged); // // label1 // this.label1.Anchor = System.Windows.Forms.AnchorStyles.Left; this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(462, 85); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(98, 13); this.label1.TabIndex = 12; this.label1.Text = "Status Flag Format:"; // // cboStatusFlagFormat // this.tableLayoutPanel2.SetColumnSpan(this.cboStatusFlagFormat, 2); this.cboStatusFlagFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboStatusFlagFormat.FormattingEnabled = true; this.cboStatusFlagFormat.Location = new System.Drawing.Point(566, 81); this.cboStatusFlagFormat.Name = "cboStatusFlagFormat"; this.cboStatusFlagFormat.Size = new System.Drawing.Size(121, 21); this.cboStatusFlagFormat.TabIndex = 13; this.cboStatusFlagFormat.SelectedIndexChanged += new System.EventHandler(this.cboStatusFlagFormat_SelectedIndexChanged); // // chkUseWindowsEol // this.chkUseWindowsEol.Anchor = System.Windows.Forms.AnchorStyles.Left; this.chkUseWindowsEol.AutoSize = true; this.chkUseWindowsEol.Location = new System.Drawing.Point(301, 83); this.chkUseWindowsEol.Name = "chkUseWindowsEol"; this.chkUseWindowsEol.Size = new System.Drawing.Size(155, 17); this.chkUseWindowsEol.TabIndex = 19; this.chkUseWindowsEol.Text = "Use Windows EOL (CR LF)"; this.chkUseWindowsEol.UseVisualStyleBackColor = true; // // chkExtendZeroPage // this.chkExtendZeroPage.Anchor = System.Windows.Forms.AnchorStyles.Left; this.chkExtendZeroPage.AutoSize = true; this.tableLayoutPanel2.SetColumnSpan(this.chkExtendZeroPage, 2); this.chkExtendZeroPage.Location = new System.Drawing.Point(462, 58); this.chkExtendZeroPage.Name = "chkExtendZeroPage"; this.chkExtendZeroPage.Size = new System.Drawing.Size(205, 17); this.chkExtendZeroPage.TabIndex = 20; this.chkExtendZeroPage.Text = "Show zero page addresses as 2 bytes"; this.chkExtendZeroPage.UseVisualStyleBackColor = true; this.chkExtendZeroPage.Visible = false; this.chkExtendZeroPage.CheckedChanged += new System.EventHandler(this.chkOptions_CheckedChanged); // // lblTarget // this.lblTarget.Anchor = System.Windows.Forms.AnchorStyles.Left; this.lblTarget.AutoSize = true; this.lblTarget.Location = new System.Drawing.Point(3, 4); this.lblTarget.Name = "lblTarget"; this.lblTarget.Size = new System.Drawing.Size(46, 13); this.lblTarget.TabIndex = 23; this.lblTarget.Text = "Targets:"; // // tableLayoutPanel6 // this.tableLayoutPanel6.ColumnCount = 7; this.tableLayoutPanel2.SetColumnSpan(this.tableLayoutPanel6, 5); this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel6.Controls.Add(this.chkLogSa1, 3, 0); this.tableLayoutPanel6.Controls.Add(this.chkLogCpu, 0, 0); this.tableLayoutPanel6.Controls.Add(this.chkLogSpc, 1, 0); this.tableLayoutPanel6.Controls.Add(this.chkLogNecDsp, 2, 0); this.tableLayoutPanel6.Controls.Add(this.chkLogGsu, 4, 0); this.tableLayoutPanel6.Controls.Add(this.chkLogCx4, 5, 0); this.tableLayoutPanel6.Controls.Add(this.chkLogGameboy, 6, 0); this.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel6.Location = new System.Drawing.Point(81, 0); this.tableLayoutPanel6.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanel6.Name = "tableLayoutPanel6"; this.tableLayoutPanel6.RowCount = 1; this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel6.Size = new System.Drawing.Size(589, 22); this.tableLayoutPanel6.TabIndex = 25; // // chkLogSa1 // this.chkLogSa1.AutoSize = true; this.chkLogSa1.Checked = true; this.chkLogSa1.CheckState = System.Windows.Forms.CheckState.Checked; this.chkLogSa1.Location = new System.Drawing.Point(212, 3); this.chkLogSa1.Name = "chkLogSa1"; this.chkLogSa1.Size = new System.Drawing.Size(49, 16); this.chkLogSa1.TabIndex = 25; this.chkLogSa1.Text = "SA-1"; this.chkLogSa1.UseVisualStyleBackColor = true; // // chkLogCpu // this.chkLogCpu.AutoSize = true; this.chkLogCpu.Checked = true; this.chkLogCpu.CheckState = System.Windows.Forms.CheckState.Checked; this.chkLogCpu.Location = new System.Drawing.Point(3, 3); this.chkLogCpu.Name = "chkLogCpu"; this.chkLogCpu.Size = new System.Drawing.Size(87, 16); this.chkLogCpu.TabIndex = 21; this.chkLogCpu.Text = "CPU (65816)"; this.chkLogCpu.UseVisualStyleBackColor = true; this.chkLogCpu.CheckedChanged += new System.EventHandler(this.chkOptions_CheckedChanged); // // chkLogSpc // this.chkLogSpc.AutoSize = true; this.chkLogSpc.Checked = true; this.chkLogSpc.CheckState = System.Windows.Forms.CheckState.Checked; this.chkLogSpc.Location = new System.Drawing.Point(96, 3); this.chkLogSpc.Name = "chkLogSpc"; this.chkLogSpc.Size = new System.Drawing.Size(47, 16); this.chkLogSpc.TabIndex = 22; this.chkLogSpc.Text = "SPC"; this.chkLogSpc.UseVisualStyleBackColor = true; this.chkLogSpc.CheckedChanged += new System.EventHandler(this.chkOptions_CheckedChanged); // // chkLogNecDsp // this.chkLogNecDsp.AutoSize = true; this.chkLogNecDsp.Checked = true; this.chkLogNecDsp.CheckState = System.Windows.Forms.CheckState.Checked; this.chkLogNecDsp.Location = new System.Drawing.Point(149, 3); this.chkLogNecDsp.Name = "chkLogNecDsp"; this.chkLogNecDsp.Size = new System.Drawing.Size(57, 16); this.chkLogNecDsp.TabIndex = 24; this.chkLogNecDsp.Text = "DSP-n"; this.chkLogNecDsp.UseVisualStyleBackColor = true; // // chkLogGsu // this.chkLogGsu.AutoSize = true; this.chkLogGsu.Checked = true; this.chkLogGsu.CheckState = System.Windows.Forms.CheckState.Checked; this.chkLogGsu.Location = new System.Drawing.Point(267, 3); this.chkLogGsu.Name = "chkLogGsu"; this.chkLogGsu.Size = new System.Drawing.Size(49, 16); this.chkLogGsu.TabIndex = 26; this.chkLogGsu.Text = "GSU"; this.chkLogGsu.UseVisualStyleBackColor = true; // // chkLogCx4 // this.chkLogCx4.AutoSize = true; this.chkLogCx4.Checked = true; this.chkLogCx4.CheckState = System.Windows.Forms.CheckState.Checked; this.chkLogCx4.Location = new System.Drawing.Point(322, 3); this.chkLogCx4.Name = "chkLogCx4"; this.chkLogCx4.Size = new System.Drawing.Size(46, 16); this.chkLogCx4.TabIndex = 27; this.chkLogCx4.Text = "CX4"; this.chkLogCx4.UseVisualStyleBackColor = true; // // chkLogGameboy // this.chkLogGameboy.AutoSize = true; this.chkLogGameboy.Checked = true; this.chkLogGameboy.CheckState = System.Windows.Forms.CheckState.Checked; this.chkLogGameboy.Location = new System.Drawing.Point(374, 3); this.chkLogGameboy.Name = "chkLogGameboy"; this.chkLogGameboy.Size = new System.Drawing.Size(71, 16); this.chkLogGameboy.TabIndex = 28; this.chkLogGameboy.Text = "Gameboy"; this.chkLogGameboy.UseVisualStyleBackColor = true; // // btnClearLog // this.btnClearLog.Location = new System.Drawing.Point(205, 3); this.btnClearLog.Name = "btnClearLog"; this.btnClearLog.Size = new System.Drawing.Size(81, 23); this.btnClearLog.TabIndex = 4; this.btnClearLog.Text = "Clear Log"; this.btnClearLog.UseVisualStyleBackColor = true; this.btnClearLog.Click += new System.EventHandler(this.btnClearLog_Click); // // tableLayoutPanel3 // this.tableLayoutPanel3.ColumnCount = 1; this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel1, 0, 1); this.tableLayoutPanel3.Controls.Add(this.grpExecutionLog, 0, 0); this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 24); this.tableLayoutPanel3.Name = "tableLayoutPanel3"; this.tableLayoutPanel3.RowCount = 2; this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel3.Size = new System.Drawing.Size(784, 424); this.tableLayoutPanel3.TabIndex = 1; // // grpExecutionLog // this.grpExecutionLog.Controls.Add(this.txtTraceLog); this.grpExecutionLog.Dock = System.Windows.Forms.DockStyle.Fill; this.grpExecutionLog.Location = new System.Drawing.Point(3, 3); this.grpExecutionLog.Name = "grpExecutionLog"; this.grpExecutionLog.Size = new System.Drawing.Size(778, 217); this.grpExecutionLog.TabIndex = 2; this.grpExecutionLog.TabStop = false; this.grpExecutionLog.Text = "Execution Log"; // // txtTraceLog // this.txtTraceLog.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtTraceLog.CodeHighlightingEnabled = true; this.txtTraceLog.ContextMenuStrip = this.ctxMenu; this.txtTraceLog.Dock = System.Windows.Forms.DockStyle.Fill; this.txtTraceLog.HideSelection = false; this.txtTraceLog.Location = new System.Drawing.Point(3, 16); this.txtTraceLog.Name = "txtTraceLog"; this.txtTraceLog.ShowCompactPrgAddresses = false; this.txtTraceLog.ShowContentNotes = false; this.txtTraceLog.ShowLineNumberNotes = false; this.txtTraceLog.ShowMemoryValues = false; this.txtTraceLog.ShowScrollbars = true; this.txtTraceLog.ShowSingleContentLineNotes = true; this.txtTraceLog.ShowSingleLineLineNumberNotes = false; this.txtTraceLog.Size = new System.Drawing.Size(772, 198); this.txtTraceLog.TabIndex = 0; // // ctxMenu // this.ctxMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.mnuCopy, this.mnuSelectAll}); this.ctxMenu.Name = "ctxMenu"; this.ctxMenu.Size = new System.Drawing.Size(123, 48); // // mnuCopy // this.mnuCopy.Image = global::Mesen.GUI.Properties.Resources.Copy; this.mnuCopy.Name = "mnuCopy"; this.mnuCopy.Size = new System.Drawing.Size(122, 22); this.mnuCopy.Text = "Copy"; this.mnuCopy.Click += new System.EventHandler(this.mnuCopy_Click); // // mnuSelectAll // this.mnuSelectAll.Image = global::Mesen.GUI.Properties.Resources.SelectAll; this.mnuSelectAll.Name = "mnuSelectAll"; this.mnuSelectAll.Size = new System.Drawing.Size(122, 22); this.mnuSelectAll.Text = "Select All"; this.mnuSelectAll.Click += new System.EventHandler(this.mnuSelectAll_Click); // // tmrUpdateLog // this.tmrUpdateLog.Interval = 150; this.tmrUpdateLog.Tick += new System.EventHandler(this.tmrUpdateLog_Tick); // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.showToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(784, 24); this.menuStrip1.TabIndex = 2; this.menuStrip1.Text = "menuStrip1"; // // showToolStripMenuItem // this.showToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fontSizeToolStripMenuItem, this.logLinesToolStripMenuItem, this.mnuAutoRefresh, this.toolStripMenuItem1, this.mnuRefresh}); this.showToolStripMenuItem.Name = "showToolStripMenuItem"; this.showToolStripMenuItem.Size = new System.Drawing.Size(44, 20); this.showToolStripMenuItem.Text = "View"; // // fontSizeToolStripMenuItem // this.fontSizeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.mnuIncreaseFontSize, this.mnuDecreaseFontSize, this.mnuResetFontSize, this.toolStripMenuItem12, this.mnuSelectFont}); this.fontSizeToolStripMenuItem.Image = global::Mesen.GUI.Properties.Resources.Font; this.fontSizeToolStripMenuItem.Name = "fontSizeToolStripMenuItem"; this.fontSizeToolStripMenuItem.Size = new System.Drawing.Size(143, 22); this.fontSizeToolStripMenuItem.Text = "Font Options"; // // mnuIncreaseFontSize // this.mnuIncreaseFontSize.Name = "mnuIncreaseFontSize"; this.mnuIncreaseFontSize.ShortcutKeyDisplayString = ""; this.mnuIncreaseFontSize.Size = new System.Drawing.Size(157, 22); this.mnuIncreaseFontSize.Text = "Increase Size"; this.mnuIncreaseFontSize.Click += new System.EventHandler(this.mnuIncreaseFontSize_Click); // // mnuDecreaseFontSize // this.mnuDecreaseFontSize.Name = "mnuDecreaseFontSize"; this.mnuDecreaseFontSize.ShortcutKeyDisplayString = ""; this.mnuDecreaseFontSize.Size = new System.Drawing.Size(157, 22); this.mnuDecreaseFontSize.Text = "Decrease Size"; this.mnuDecreaseFontSize.Click += new System.EventHandler(this.mnuDecreaseFontSize_Click); // // mnuResetFontSize // this.mnuResetFontSize.Name = "mnuResetFontSize"; this.mnuResetFontSize.ShortcutKeyDisplayString = ""; this.mnuResetFontSize.Size = new System.Drawing.Size(157, 22); this.mnuResetFontSize.Text = "Reset to Default"; this.mnuResetFontSize.Click += new System.EventHandler(this.mnuResetFontSize_Click); // // toolStripMenuItem12 // this.toolStripMenuItem12.Name = "toolStripMenuItem12"; this.toolStripMenuItem12.Size = new System.Drawing.Size(154, 6); // // mnuSelectFont // this.mnuSelectFont.Name = "mnuSelectFont"; this.mnuSelectFont.Size = new System.Drawing.Size(157, 22); this.mnuSelectFont.Text = "Select Font..."; this.mnuSelectFont.Click += new System.EventHandler(this.mnuSelectFont_Click); // // logLinesToolStripMenuItem // this.logLinesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.mnu100Lines, this.mnu1000Lines, this.mnu5000Lines, this.mnu10000Lines, this.mnu15000Lines, this.mnu30000Lines}); this.logLinesToolStripMenuItem.Name = "logLinesToolStripMenuItem"; this.logLinesToolStripMenuItem.Size = new System.Drawing.Size(143, 22); this.logLinesToolStripMenuItem.Text = "Line Count"; // // mnu100Lines // this.mnu100Lines.Name = "mnu100Lines"; this.mnu100Lines.Size = new System.Drawing.Size(104, 22); this.mnu100Lines.Text = "100"; this.mnu100Lines.Click += new System.EventHandler(this.mnu100Lines_Click); // // mnu1000Lines // this.mnu1000Lines.Checked = true; this.mnu1000Lines.CheckState = System.Windows.Forms.CheckState.Checked; this.mnu1000Lines.Name = "mnu1000Lines"; this.mnu1000Lines.Size = new System.Drawing.Size(104, 22); this.mnu1000Lines.Text = "1000"; this.mnu1000Lines.Click += new System.EventHandler(this.mnu1000Lines_Click); // // mnu5000Lines // this.mnu5000Lines.Name = "mnu5000Lines"; this.mnu5000Lines.Size = new System.Drawing.Size(104, 22); this.mnu5000Lines.Text = "5000"; this.mnu5000Lines.Click += new System.EventHandler(this.mnu5000Lines_Click); // // mnu10000Lines // this.mnu10000Lines.Name = "mnu10000Lines"; this.mnu10000Lines.Size = new System.Drawing.Size(104, 22); this.mnu10000Lines.Text = "10000"; this.mnu10000Lines.Click += new System.EventHandler(this.mnu10000Lines_Click); // // mnu15000Lines // this.mnu15000Lines.Name = "mnu15000Lines"; this.mnu15000Lines.Size = new System.Drawing.Size(104, 22); this.mnu15000Lines.Text = "15000"; this.mnu15000Lines.Click += new System.EventHandler(this.mnu15000Lines_Click); // // mnu30000Lines // this.mnu30000Lines.Name = "mnu30000Lines"; this.mnu30000Lines.Size = new System.Drawing.Size(104, 22); this.mnu30000Lines.Text = "30000"; this.mnu30000Lines.Click += new System.EventHandler(this.mnu30000Lines_Click); // // mnuAutoRefresh // this.mnuAutoRefresh.Checked = true; this.mnuAutoRefresh.CheckOnClick = true; this.mnuAutoRefresh.CheckState = System.Windows.Forms.CheckState.Checked; this.mnuAutoRefresh.Name = "mnuAutoRefresh"; this.mnuAutoRefresh.Size = new System.Drawing.Size(143, 22); this.mnuAutoRefresh.Text = "Auto-refresh"; // // toolStripMenuItem1 // this.toolStripMenuItem1.Name = "toolStripMenuItem1"; this.toolStripMenuItem1.Size = new System.Drawing.Size(140, 6); // // mnuRefresh // this.mnuRefresh.Image = global::Mesen.GUI.Properties.Resources.Refresh; this.mnuRefresh.Name = "mnuRefresh"; this.mnuRefresh.Size = new System.Drawing.Size(143, 22); this.mnuRefresh.Text = "Refresh"; this.mnuRefresh.Click += new System.EventHandler(this.mnuRefresh_Click); // // frmTraceLogger // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(784, 448); this.Controls.Add(this.tableLayoutPanel3); this.Controls.Add(this.menuStrip1); this.MinimumSize = new System.Drawing.Size(800, 448); this.Name = "frmTraceLogger"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Trace Logger"; this.Controls.SetChildIndex(this.menuStrip1, 0); this.Controls.SetChildIndex(this.tableLayoutPanel3, 0); this.tableLayoutPanel1.ResumeLayout(false); this.grpLogOptions.ResumeLayout(false); this.tableLayoutPanel2.ResumeLayout(false); this.tableLayoutPanel2.PerformLayout(); this.tableLayoutPanel5.ResumeLayout(false); this.tableLayoutPanel5.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.picFormatHelp)).EndInit(); this.tableLayoutPanel4.ResumeLayout(false); this.tableLayoutPanel4.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.picHelp)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.picExpressionWarning)).EndInit(); this.tableLayoutPanel6.ResumeLayout(false); this.tableLayoutPanel6.PerformLayout(); this.tableLayoutPanel3.ResumeLayout(false); this.grpExecutionLog.ResumeLayout(false); this.ctxMenu.ResumeLayout(false); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Button btnStopLogging; private System.Windows.Forms.Button btnStartLogging; private System.Windows.Forms.GroupBox grpLogOptions; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; private System.Windows.Forms.CheckBox chkShowCpuCycles; private System.Windows.Forms.CheckBox chkShowRegisters; private System.Windows.Forms.CheckBox chkShowFrameCount; private System.Windows.Forms.CheckBox chkShowPpuScanline; private System.Windows.Forms.CheckBox chkShowPpuCycles; private System.Windows.Forms.CheckBox chkShowByteCode; private System.Windows.Forms.CheckBox chkShowExtraInfo; private System.Windows.Forms.CheckBox chkIndentCode; private System.Windows.Forms.Button btnOpenTrace; private System.Windows.Forms.CheckBox chkShowEffectiveAddresses; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; private System.Windows.Forms.Timer tmrUpdateLog; private System.Windows.Forms.GroupBox grpExecutionLog; private Mesen.GUI.Controls.ctrlMesenMenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem showToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem logLinesToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem mnuAutoRefresh; private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem mnuRefresh; private System.Windows.Forms.ToolStripMenuItem mnu100Lines; private System.Windows.Forms.ToolStripMenuItem mnu1000Lines; private System.Windows.Forms.ToolStripMenuItem mnu10000Lines; private System.Windows.Forms.ToolStripMenuItem mnu30000Lines; private System.Windows.Forms.CheckBox chkUseLabels; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox cboStatusFlagFormat; private System.Windows.Forms.Label lblCondition; private System.Windows.Forms.TextBox txtCondition; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4; private System.Windows.Forms.PictureBox picExpressionWarning; private System.Windows.Forms.PictureBox picHelp; private ctrlScrollableTextbox txtTraceLog; private System.Windows.Forms.CheckBox chkShowMemoryValues; private System.Windows.Forms.ToolStripMenuItem fontSizeToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem mnuIncreaseFontSize; private System.Windows.Forms.ToolStripMenuItem mnuDecreaseFontSize; private System.Windows.Forms.ToolStripMenuItem mnuResetFontSize; private System.Windows.Forms.ToolStripSeparator toolStripMenuItem12; private System.Windows.Forms.ToolStripMenuItem mnuSelectFont; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5; private System.Windows.Forms.PictureBox picFormatHelp; private System.Windows.Forms.Label lblFormat; private System.Windows.Forms.TextBox txtFormat; private System.Windows.Forms.CheckBox chkOverrideFormat; private System.Windows.Forms.CheckBox chkUseWindowsEol; private System.Windows.Forms.CheckBox chkExtendZeroPage; private System.Windows.Forms.ToolStripMenuItem mnu5000Lines; private System.Windows.Forms.ToolStripMenuItem mnu15000Lines; private System.Windows.Forms.ContextMenuStrip ctxMenu; private System.Windows.Forms.ToolStripMenuItem mnuCopy; private System.Windows.Forms.ToolStripMenuItem mnuSelectAll; private System.Windows.Forms.CheckBox chkLogCpu; private System.Windows.Forms.CheckBox chkLogSpc; private System.Windows.Forms.Label lblTarget; private System.Windows.Forms.Button btnClearLog; private System.Windows.Forms.CheckBox chkLogNecDsp; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel6; private System.Windows.Forms.CheckBox chkLogSa1; private System.Windows.Forms.CheckBox chkLogGsu; private System.Windows.Forms.CheckBox chkLogCx4; private System.Windows.Forms.CheckBox chkLogGameboy; } }