namespace Tiny8051
{
partial class Main
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.ToolStripSeparator Mnu_ViewSep01;
System.Windows.Forms.ToolStripSeparator Mnu_ViewSep02;
System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
System.Windows.Forms.ToolStripButton toolStripButton8;
System.Windows.Forms.ToolStripButton toolStripButton3;
System.Windows.Forms.ToolStripButton toolStripButton1;
System.Windows.Forms.ToolStripButton toolStripButton2;
System.Windows.Forms.ToolStripButton toolStripButton7;
System.Windows.Forms.ToolStripButton toolStripButton11;
System.Windows.Forms.ToolStripButton toolStripButton4;
System.Windows.Forms.ToolStripButton toolStripButton5;
System.Windows.Forms.ToolStripButton toolStripButton6;
System.Windows.Forms.ToolStripButton toolStripButton12;
System.Windows.Forms.ToolStripButton toolStripButton9;
System.Windows.Forms.ToolStripButton toolStripButton10;
System.Windows.Forms.ToolStripSeparator Mnu_ViewSep03;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
this.Mnu_FileSep01 = new System.Windows.Forms.ToolStripSeparator();
this.Mnu_DebufSep01 = new System.Windows.Forms.ToolStripSeparator();
this.Mnu_DebufSep02 = new System.Windows.Forms.ToolStripSeparator();
this.Mnu_DebufSep03 = new System.Windows.Forms.ToolStripSeparator();
this.Mnu_ProcessorSep01 = new System.Windows.Forms.ToolStripSeparator();
this.Mnu_ProcessorSep02 = new System.Windows.Forms.ToolStripSeparator();
this.Mnu_DebufSep04 = new System.Windows.Forms.ToolStripSeparator();
this.Mnu_DebufSep05 = new System.Windows.Forms.ToolStripSeparator();
this.MenuBar = new System.Windows.Forms.MenuStrip();
this.Mnu_FileGroup = new System.Windows.Forms.ToolStripMenuItem();
this.Mnu_Load = new System.Windows.Forms.ToolStripMenuItem();
this.Mnu_Exit = new System.Windows.Forms.ToolStripMenuItem();
this.Mnu_ViewGroup = new System.Windows.Forms.ToolStripMenuItem();
this.Mnu_ShowAddress = new System.Windows.Forms.ToolStripMenuItem();
this.Mnu_ShowNextStatement = new System.Windows.Forms.ToolStripMenuItem();
this.Mnu_SFRRegisters = new System.Windows.Forms.ToolStripMenuItem();
this.Mnu_BankRegisters = new System.Windows.Forms.ToolStripMenuItem();
this.Mnu_ExternalPins = new System.Windows.Forms.ToolStripMenuItem();
this.Mnu_Memory1 = new System.Windows.Forms.ToolStripMenuItem();
this.Mnu_Memory2 = new System.Windows.Forms.ToolStripMenuItem();
this.Mnu_Memory3 = new System.Windows.Forms.ToolStripMenuItem();
this.Mnu_Memory4 = new System.Windows.Forms.ToolStripMenuItem();
this.Mnu_Settings = new System.Windows.Forms.ToolStripMenuItem();
this.Mnu_DebugGroup = new System.Windows.Forms.ToolStripMenuItem();
this.Mnu_StartDebugging = new System.Windows.Forms.ToolStripMenuItem();
this.Mnu_StartWithoutDebugging = new System.Windows.Forms.ToolStripMenuItem();
this.Mnu_Stop = new System.Windows.Forms.ToolStripMenuItem();
this.Mnu_StepInto = new System.Windows.Forms.ToolStripMenuItem();
this.Mnu_StepOver = new System.Windows.Forms.ToolStripMenuItem();
this.Mnu_StepOut = new System.Windows.Forms.ToolStripMenuItem();
this.Mnu_RunToCursor = new System.Windows.Forms.ToolStripMenuItem();
this.Mnu_Restart = new System.Windows.Forms.ToolStripMenuItem();
this.Mnu_TrackDebugger = new System.Windows.Forms.ToolStripMenuItem();
this.Mnu_DebufSep06 = new System.Windows.Forms.ToolStripSeparator();
this.Mnu_ToggleBreakpoint = new System.Windows.Forms.ToolStripMenuItem();
this.Mnu_DeleteAllBreakpoins = new System.Windows.Forms.ToolStripMenuItem();
this.Mnu_ProcessorGroup = new System.Windows.Forms.ToolStripMenuItem();
this.Mnu_MemoryReset = new System.Windows.Forms.ToolStripMenuItem();
this.Mnu_Frequency = new System.Windows.Forms.ToolStripMenuItem();
this.Mnu_Memory = new System.Windows.Forms.ToolStripMenuItem();
this.Mnu_ProcessorSep03 = new System.Windows.Forms.ToolStripSeparator();
this.Mnu_HighPrecision = new System.Windows.Forms.ToolStripMenuItem();
this.Mnu_MemoryGroup = new System.Windows.Forms.ToolStripMenuItem();
this.Mnu_MemoryFill = new System.Windows.Forms.ToolStripMenuItem();
this.Mnu_MemoryMove = new System.Windows.Forms.ToolStripMenuItem();
this.Mnu_HelpGroup = new System.Windows.Forms.ToolStripMenuItem();
this.Mnu_About = new System.Windows.Forms.ToolStripMenuItem();
this.StatusBar = new System.Windows.Forms.StatusStrip();
this.Stat_Status = new System.Windows.Forms.ToolStripStatusLabel();
this.Stat_PC = new System.Windows.Forms.ToolStripStatusLabel();
this.Stat_Cycles = new System.Windows.Forms.ToolStripStatusLabel();
this.Stat_Time = new System.Windows.Forms.ToolStripStatusLabel();
this.Stat_Precision = new System.Windows.Forms.ToolStripStatusLabel();
this.Stat_Frequency = new System.Windows.Forms.ToolStripStatusLabel();
this.Dlg_OpenFile = new System.Windows.Forms.OpenFileDialog();
this.ToolBarContainer = new System.Windows.Forms.ToolStripContainer();
this.ToolBar = new System.Windows.Forms.ToolStrip();
Mnu_ViewSep01 = new System.Windows.Forms.ToolStripSeparator();
Mnu_ViewSep02 = new System.Windows.Forms.ToolStripSeparator();
toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
toolStripButton8 = new System.Windows.Forms.ToolStripButton();
toolStripButton3 = new System.Windows.Forms.ToolStripButton();
toolStripButton1 = new System.Windows.Forms.ToolStripButton();
toolStripButton2 = new System.Windows.Forms.ToolStripButton();
toolStripButton7 = new System.Windows.Forms.ToolStripButton();
toolStripButton11 = new System.Windows.Forms.ToolStripButton();
toolStripButton4 = new System.Windows.Forms.ToolStripButton();
toolStripButton5 = new System.Windows.Forms.ToolStripButton();
toolStripButton6 = new System.Windows.Forms.ToolStripButton();
toolStripButton12 = new System.Windows.Forms.ToolStripButton();
toolStripButton9 = new System.Windows.Forms.ToolStripButton();
toolStripButton10 = new System.Windows.Forms.ToolStripButton();
Mnu_ViewSep03 = new System.Windows.Forms.ToolStripSeparator();
this.MenuBar.SuspendLayout();
this.StatusBar.SuspendLayout();
this.ToolBarContainer.TopToolStripPanel.SuspendLayout();
this.ToolBarContainer.SuspendLayout();
this.ToolBar.SuspendLayout();
this.SuspendLayout();
//
// Mnu_ViewSep01
//
Mnu_ViewSep01.Name = "Mnu_ViewSep01";
Mnu_ViewSep01.Size = new System.Drawing.Size(259, 6);
//
// Mnu_ViewSep02
//
Mnu_ViewSep02.Name = "Mnu_ViewSep02";
Mnu_ViewSep02.Size = new System.Drawing.Size(259, 6);
//
// toolStripSeparator1
//
toolStripSeparator1.Name = "toolStripSeparator1";
toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// toolStripSeparator2
//
toolStripSeparator2.Name = "toolStripSeparator2";
toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
//
// toolStripSeparator3
//
toolStripSeparator3.Name = "toolStripSeparator3";
toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
//
// toolStripSeparator4
//
toolStripSeparator4.Name = "toolStripSeparator4";
toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
//
// toolStripSeparator5
//
toolStripSeparator5.Name = "toolStripSeparator5";
toolStripSeparator5.Size = new System.Drawing.Size(259, 6);
//
// toolStripButton8
//
toolStripButton8.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
toolStripButton8.Image = global::Tiny8051.Properties.Resources.icon_load;
toolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta;
toolStripButton8.Name = "toolStripButton8";
toolStripButton8.Size = new System.Drawing.Size(23, 22);
toolStripButton8.Text = "&Load...";
toolStripButton8.Click += new System.EventHandler(this.OnLoad);
//
// toolStripButton3
//
toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
toolStripButton3.Image = global::Tiny8051.Properties.Resources.icon_run;
toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
toolStripButton3.Name = "toolStripButton3";
toolStripButton3.Size = new System.Drawing.Size(23, 22);
toolStripButton3.Text = "Start Wit&hout Debugging";
toolStripButton3.Click += new System.EventHandler(this.OnStartWithoutDebugging);
//
// toolStripButton1
//
toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
toolStripButton1.Image = global::Tiny8051.Properties.Resources.icon_start;
toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
toolStripButton1.Name = "toolStripButton1";
toolStripButton1.Size = new System.Drawing.Size(23, 22);
toolStripButton1.Text = "&Start Debugging";
toolStripButton1.Click += new System.EventHandler(this.OnStartWithDebugging);
//
// toolStripButton2
//
toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
toolStripButton2.Image = global::Tiny8051.Properties.Resources.icon_stop;
toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
toolStripButton2.Name = "toolStripButton2";
toolStripButton2.Size = new System.Drawing.Size(23, 22);
toolStripButton2.Text = "S&top";
toolStripButton2.Click += new System.EventHandler(this.OnStop);
//
// toolStripButton7
//
toolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
toolStripButton7.Image = global::Tiny8051.Properties.Resources.icon_restart;
toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
toolStripButton7.Name = "toolStripButton7";
toolStripButton7.Size = new System.Drawing.Size(23, 22);
toolStripButton7.Text = "&Restart";
toolStripButton7.Click += new System.EventHandler(this.OnRestart);
//
// toolStripButton11
//
toolStripButton11.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
toolStripButton11.Image = global::Tiny8051.Properties.Resources.icon_show_point;
toolStripButton11.ImageTransparentColor = System.Drawing.Color.Magenta;
toolStripButton11.Name = "toolStripButton11";
toolStripButton11.Size = new System.Drawing.Size(23, 22);
toolStripButton11.Text = "Show &Next Statement";
toolStripButton11.Click += new System.EventHandler(this.OnShowNextStatement);
//
// toolStripButton4
//
toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
toolStripButton4.Image = global::Tiny8051.Properties.Resources.icon_step_into;
toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
toolStripButton4.Name = "toolStripButton4";
toolStripButton4.Size = new System.Drawing.Size(23, 22);
toolStripButton4.Text = "Step &Into";
toolStripButton4.Click += new System.EventHandler(this.OnStepInto);
//
// toolStripButton5
//
toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
toolStripButton5.Image = global::Tiny8051.Properties.Resources.icon_step_over;
toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
toolStripButton5.Name = "toolStripButton5";
toolStripButton5.Size = new System.Drawing.Size(23, 22);
toolStripButton5.Text = "Step &Over";
toolStripButton5.Click += new System.EventHandler(this.OnStepOver);
//
// toolStripButton6
//
toolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
toolStripButton6.Image = global::Tiny8051.Properties.Resources.icon_run_to_cursor;
toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
toolStripButton6.Name = "toolStripButton6";
toolStripButton6.Size = new System.Drawing.Size(23, 22);
toolStripButton6.Text = "Run To &Cursor";
toolStripButton6.Click += new System.EventHandler(this.OnRunToCursor);
//
// toolStripButton12
//
toolStripButton12.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
toolStripButton12.Image = global::Tiny8051.Properties.Resources.icon_step_out;
toolStripButton12.ImageTransparentColor = System.Drawing.Color.Magenta;
toolStripButton12.Name = "toolStripButton12";
toolStripButton12.Size = new System.Drawing.Size(23, 22);
toolStripButton12.Text = "Step Ou&t";
toolStripButton12.Click += new System.EventHandler(this.OnStepOut);
//
// toolStripButton9
//
toolStripButton9.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
toolStripButton9.Image = global::Tiny8051.Properties.Resources.icon_hand_breakpoint;
toolStripButton9.ImageTransparentColor = System.Drawing.Color.Magenta;
toolStripButton9.Name = "toolStripButton9";
toolStripButton9.Size = new System.Drawing.Size(23, 22);
toolStripButton9.Text = "To&ggle Breakpoint";
toolStripButton9.Click += new System.EventHandler(this.OnToggleBreakpoint);
//
// toolStripButton10
//
toolStripButton10.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
toolStripButton10.Image = global::Tiny8051.Properties.Resources.icon_delete_all_breakpoints;
toolStripButton10.ImageTransparentColor = System.Drawing.Color.Magenta;
toolStripButton10.Name = "toolStripButton10";
toolStripButton10.Size = new System.Drawing.Size(23, 22);
toolStripButton10.Text = "&Delete All Breakpoints";
toolStripButton10.Click += new System.EventHandler(this.OnDeleteAllBreakpoints);
//
// Mnu_ViewSep03
//
Mnu_ViewSep03.Name = "Mnu_ViewSep03";
Mnu_ViewSep03.Size = new System.Drawing.Size(259, 6);
//
// Mnu_FileSep01
//
this.Mnu_FileSep01.Name = "Mnu_FileSep01";
this.Mnu_FileSep01.Size = new System.Drawing.Size(147, 6);
//
// Mnu_DebufSep01
//
this.Mnu_DebufSep01.Name = "Mnu_DebufSep01";
this.Mnu_DebufSep01.Size = new System.Drawing.Size(253, 6);
//
// Mnu_DebufSep02
//
this.Mnu_DebufSep02.Name = "Mnu_DebufSep02";
this.Mnu_DebufSep02.Size = new System.Drawing.Size(253, 6);
//
// Mnu_DebufSep03
//
this.Mnu_DebufSep03.Name = "Mnu_DebufSep03";
this.Mnu_DebufSep03.Size = new System.Drawing.Size(253, 6);
//
// Mnu_ProcessorSep01
//
this.Mnu_ProcessorSep01.Name = "Mnu_ProcessorSep01";
this.Mnu_ProcessorSep01.Size = new System.Drawing.Size(166, 6);
//
// Mnu_ProcessorSep02
//
this.Mnu_ProcessorSep02.Name = "Mnu_ProcessorSep02";
this.Mnu_ProcessorSep02.Size = new System.Drawing.Size(166, 6);
//
// Mnu_DebufSep04
//
this.Mnu_DebufSep04.Name = "Mnu_DebufSep04";
this.Mnu_DebufSep04.Size = new System.Drawing.Size(253, 6);
//
// Mnu_DebufSep05
//
this.Mnu_DebufSep05.Name = "Mnu_DebufSep05";
this.Mnu_DebufSep05.Size = new System.Drawing.Size(253, 6);
//
// MenuBar
//
this.MenuBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.Mnu_FileGroup,
this.Mnu_ViewGroup,
this.Mnu_DebugGroup,
this.Mnu_ProcessorGroup,
this.Mnu_MemoryGroup,
this.Mnu_HelpGroup});
this.MenuBar.Location = new System.Drawing.Point(0, 0);
this.MenuBar.Name = "MenuBar";
this.MenuBar.Size = new System.Drawing.Size(896, 24);
this.MenuBar.TabIndex = 0;
this.MenuBar.Text = "Menu";
//
// Mnu_FileGroup
//
this.Mnu_FileGroup.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.Mnu_Load,
this.Mnu_FileSep01,
this.Mnu_Exit});
this.Mnu_FileGroup.Name = "Mnu_FileGroup";
this.Mnu_FileGroup.Size = new System.Drawing.Size(35, 20);
this.Mnu_FileGroup.Text = "&File";
//
// Mnu_Load
//
this.Mnu_Load.Image = global::Tiny8051.Properties.Resources.icon_load;
this.Mnu_Load.Name = "Mnu_Load";
this.Mnu_Load.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.L)));
this.Mnu_Load.Size = new System.Drawing.Size(150, 22);
this.Mnu_Load.Text = "&Load...";
this.Mnu_Load.Click += new System.EventHandler(this.OnLoad);
//
// Mnu_Exit
//
this.Mnu_Exit.Name = "Mnu_Exit";
this.Mnu_Exit.Size = new System.Drawing.Size(150, 22);
this.Mnu_Exit.Text = "E&xit";
this.Mnu_Exit.Click += new System.EventHandler(this.OnExit);
//
// Mnu_ViewGroup
//
this.Mnu_ViewGroup.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.Mnu_ShowAddress,
this.Mnu_ShowNextStatement,
Mnu_ViewSep01,
this.Mnu_SFRRegisters,
this.Mnu_BankRegisters,
toolStripSeparator5,
this.Mnu_ExternalPins,
Mnu_ViewSep02,
this.Mnu_Memory1,
this.Mnu_Memory2,
this.Mnu_Memory3,
this.Mnu_Memory4,
Mnu_ViewSep03,
this.Mnu_Settings});
this.Mnu_ViewGroup.Name = "Mnu_ViewGroup";
this.Mnu_ViewGroup.Size = new System.Drawing.Size(45, 20);
this.Mnu_ViewGroup.Text = "&View";
//
// Mnu_ShowAddress
//
this.Mnu_ShowAddress.Name = "Mnu_ShowAddress";
this.Mnu_ShowAddress.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.G)));
this.Mnu_ShowAddress.Size = new System.Drawing.Size(262, 22);
this.Mnu_ShowAddress.Text = "Show &Address...";
this.Mnu_ShowAddress.Click += new System.EventHandler(this.OnShowAddress);
//
// Mnu_ShowNextStatement
//
this.Mnu_ShowNextStatement.Image = global::Tiny8051.Properties.Resources.icon_show_point;
this.Mnu_ShowNextStatement.Name = "Mnu_ShowNextStatement";
this.Mnu_ShowNextStatement.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.F10)));
this.Mnu_ShowNextStatement.Size = new System.Drawing.Size(262, 22);
this.Mnu_ShowNextStatement.Text = "Show &Next Statement";
this.Mnu_ShowNextStatement.Click += new System.EventHandler(this.OnShowNextStatement);
//
// Mnu_SFRRegisters
//
this.Mnu_SFRRegisters.CheckOnClick = true;
this.Mnu_SFRRegisters.Image = global::Tiny8051.Properties.Resources.icon_sfr_registers_panel;
this.Mnu_SFRRegisters.Name = "Mnu_SFRRegisters";
this.Mnu_SFRRegisters.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt)
| System.Windows.Forms.Keys.G)));
this.Mnu_SFRRegisters.Size = new System.Drawing.Size(262, 22);
this.Mnu_SFRRegisters.Text = "&SFR Registers";
this.Mnu_SFRRegisters.Click += new System.EventHandler(this.OnToggleSFRRegistersPanel);
//
// Mnu_BankRegisters
//
this.Mnu_BankRegisters.CheckOnClick = true;
this.Mnu_BankRegisters.Image = global::Tiny8051.Properties.Resources.icon_registers_panel;
this.Mnu_BankRegisters.Name = "Mnu_BankRegisters";
this.Mnu_BankRegisters.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt)
| System.Windows.Forms.Keys.B)));
this.Mnu_BankRegisters.Size = new System.Drawing.Size(262, 22);
this.Mnu_BankRegisters.Text = "&Bank Registers";
this.Mnu_BankRegisters.Click += new System.EventHandler(this.OnToggleBankRegistersPanel);
//
// Mnu_ExternalPins
//
this.Mnu_ExternalPins.CheckOnClick = true;
this.Mnu_ExternalPins.Image = ((System.Drawing.Image)(resources.GetObject("Mnu_ExternalPins.Image")));
this.Mnu_ExternalPins.Name = "Mnu_ExternalPins";
this.Mnu_ExternalPins.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt)
| System.Windows.Forms.Keys.E)));
this.Mnu_ExternalPins.Size = new System.Drawing.Size(262, 22);
this.Mnu_ExternalPins.Text = "&External Pins";
this.Mnu_ExternalPins.Click += new System.EventHandler(this.OnToggleExternalPinsPanel);
//
// Mnu_Memory1
//
this.Mnu_Memory1.CheckOnClick = true;
this.Mnu_Memory1.Image = global::Tiny8051.Properties.Resources.icon_memory_panel;
this.Mnu_Memory1.Name = "Mnu_Memory1";
this.Mnu_Memory1.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt)
| System.Windows.Forms.Keys.D1)));
this.Mnu_Memory1.Size = new System.Drawing.Size(262, 22);
this.Mnu_Memory1.Text = "Memory &1";
this.Mnu_Memory1.Click += new System.EventHandler(this.OnToggleMemory1Panel);
//
// Mnu_Memory2
//
this.Mnu_Memory2.CheckOnClick = true;
this.Mnu_Memory2.Image = global::Tiny8051.Properties.Resources.icon_memory_panel;
this.Mnu_Memory2.Name = "Mnu_Memory2";
this.Mnu_Memory2.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt)
| System.Windows.Forms.Keys.D2)));
this.Mnu_Memory2.Size = new System.Drawing.Size(262, 22);
this.Mnu_Memory2.Text = "Memory &2";
this.Mnu_Memory2.Click += new System.EventHandler(this.OnToggleMemory2Panel);
//
// Mnu_Memory3
//
this.Mnu_Memory3.CheckOnClick = true;
this.Mnu_Memory3.Image = global::Tiny8051.Properties.Resources.icon_memory_panel;
this.Mnu_Memory3.Name = "Mnu_Memory3";
this.Mnu_Memory3.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt)
| System.Windows.Forms.Keys.D3)));
this.Mnu_Memory3.Size = new System.Drawing.Size(262, 22);
this.Mnu_Memory3.Text = "Memory &3";
this.Mnu_Memory3.Click += new System.EventHandler(this.OnToggleMemory3Panel);
//
// Mnu_Memory4
//
this.Mnu_Memory4.CheckOnClick = true;
this.Mnu_Memory4.Image = global::Tiny8051.Properties.Resources.icon_memory_panel;
this.Mnu_Memory4.Name = "Mnu_Memory4";
this.Mnu_Memory4.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt)
| System.Windows.Forms.Keys.D4)));
this.Mnu_Memory4.Size = new System.Drawing.Size(262, 22);
this.Mnu_Memory4.Text = "Memory &4";
this.Mnu_Memory4.Click += new System.EventHandler(this.OnToggleMemory4Panel);
//
// Mnu_Settings
//
this.Mnu_Settings.Enabled = false;
this.Mnu_Settings.Image = global::Tiny8051.Properties.Resources.icon_properies;
this.Mnu_Settings.Name = "Mnu_Settings";
this.Mnu_Settings.ShortcutKeys = System.Windows.Forms.Keys.F4;
this.Mnu_Settings.Size = new System.Drawing.Size(262, 22);
this.Mnu_Settings.Text = "&Settings...";
//
// Mnu_DebugGroup
//
this.Mnu_DebugGroup.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.Mnu_StartDebugging,
this.Mnu_StartWithoutDebugging,
this.Mnu_DebufSep01,
this.Mnu_Stop,
this.Mnu_DebufSep02,
this.Mnu_StepInto,
this.Mnu_StepOver,
this.Mnu_StepOut,
this.Mnu_DebufSep03,
this.Mnu_RunToCursor,
this.Mnu_DebufSep04,
this.Mnu_Restart,
this.Mnu_DebufSep05,
this.Mnu_TrackDebugger,
this.Mnu_DebufSep06,
this.Mnu_ToggleBreakpoint,
this.Mnu_DeleteAllBreakpoins});
this.Mnu_DebugGroup.Name = "Mnu_DebugGroup";
this.Mnu_DebugGroup.Size = new System.Drawing.Size(50, 20);
this.Mnu_DebugGroup.Text = "&Debug";
//
// Mnu_StartDebugging
//
this.Mnu_StartDebugging.Image = global::Tiny8051.Properties.Resources.icon_start;
this.Mnu_StartDebugging.Name = "Mnu_StartDebugging";
this.Mnu_StartDebugging.ShortcutKeys = System.Windows.Forms.Keys.F5;
this.Mnu_StartDebugging.Size = new System.Drawing.Size(256, 22);
this.Mnu_StartDebugging.Text = "&Start Debugging";
this.Mnu_StartDebugging.Click += new System.EventHandler(this.OnStartWithDebugging);
//
// Mnu_StartWithoutDebugging
//
this.Mnu_StartWithoutDebugging.Image = global::Tiny8051.Properties.Resources.icon_run;
this.Mnu_StartWithoutDebugging.Name = "Mnu_StartWithoutDebugging";
this.Mnu_StartWithoutDebugging.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F5)));
this.Mnu_StartWithoutDebugging.Size = new System.Drawing.Size(256, 22);
this.Mnu_StartWithoutDebugging.Text = "Start Wit&hout Debugging";
this.Mnu_StartWithoutDebugging.Click += new System.EventHandler(this.OnStartWithoutDebugging);
//
// Mnu_Stop
//
this.Mnu_Stop.Image = global::Tiny8051.Properties.Resources.icon_stop;
this.Mnu_Stop.Name = "Mnu_Stop";
this.Mnu_Stop.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.F5)));
this.Mnu_Stop.Size = new System.Drawing.Size(256, 22);
this.Mnu_Stop.Text = "S&top";
this.Mnu_Stop.Click += new System.EventHandler(this.OnStop);
//
// Mnu_StepInto
//
this.Mnu_StepInto.Image = global::Tiny8051.Properties.Resources.icon_step_into;
this.Mnu_StepInto.Name = "Mnu_StepInto";
this.Mnu_StepInto.ShortcutKeys = System.Windows.Forms.Keys.F11;
this.Mnu_StepInto.Size = new System.Drawing.Size(256, 22);
this.Mnu_StepInto.Text = "Step &Into";
this.Mnu_StepInto.Click += new System.EventHandler(this.OnStepInto);
//
// Mnu_StepOver
//
this.Mnu_StepOver.Image = global::Tiny8051.Properties.Resources.icon_step_over;
this.Mnu_StepOver.Name = "Mnu_StepOver";
this.Mnu_StepOver.ShortcutKeys = System.Windows.Forms.Keys.F10;
this.Mnu_StepOver.Size = new System.Drawing.Size(256, 22);
this.Mnu_StepOver.Text = "Step &Over";
this.Mnu_StepOver.Click += new System.EventHandler(this.OnStepOver);
//
// Mnu_StepOut
//
this.Mnu_StepOut.Image = global::Tiny8051.Properties.Resources.icon_step_out;
this.Mnu_StepOut.Name = "Mnu_StepOut";
this.Mnu_StepOut.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.F11)));
this.Mnu_StepOut.Size = new System.Drawing.Size(256, 22);
this.Mnu_StepOut.Text = "Step Out";
this.Mnu_StepOut.Click += new System.EventHandler(this.OnStepOut);
//
// Mnu_RunToCursor
//
this.Mnu_RunToCursor.Image = global::Tiny8051.Properties.Resources.icon_run_to_cursor;
this.Mnu_RunToCursor.Name = "Mnu_RunToCursor";
this.Mnu_RunToCursor.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F10)));
this.Mnu_RunToCursor.Size = new System.Drawing.Size(256, 22);
this.Mnu_RunToCursor.Text = "Run To &Cursor";
this.Mnu_RunToCursor.Click += new System.EventHandler(this.OnRunToCursor);
//
// Mnu_Restart
//
this.Mnu_Restart.Image = global::Tiny8051.Properties.Resources.icon_restart;
this.Mnu_Restart.Name = "Mnu_Restart";
this.Mnu_Restart.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.F5)));
this.Mnu_Restart.Size = new System.Drawing.Size(256, 22);
this.Mnu_Restart.Text = "&Restart";
this.Mnu_Restart.Click += new System.EventHandler(this.OnRestart);
//
// Mnu_TrackDebugger
//
this.Mnu_TrackDebugger.CheckOnClick = true;
this.Mnu_TrackDebugger.Name = "Mnu_TrackDebugger";
this.Mnu_TrackDebugger.ShortcutKeys = System.Windows.Forms.Keys.F8;
this.Mnu_TrackDebugger.Size = new System.Drawing.Size(256, 22);
this.Mnu_TrackDebugger.Text = "&Track Debugger";
//
// Mnu_DebufSep06
//
this.Mnu_DebufSep06.Name = "Mnu_DebufSep06";
this.Mnu_DebufSep06.Size = new System.Drawing.Size(253, 6);
//
// Mnu_ToggleBreakpoint
//
this.Mnu_ToggleBreakpoint.Image = global::Tiny8051.Properties.Resources.icon_hand_breakpoint;
this.Mnu_ToggleBreakpoint.Name = "Mnu_ToggleBreakpoint";
this.Mnu_ToggleBreakpoint.ShortcutKeys = System.Windows.Forms.Keys.F9;
this.Mnu_ToggleBreakpoint.Size = new System.Drawing.Size(256, 22);
this.Mnu_ToggleBreakpoint.Text = "To&ggle Breakpoint";
this.Mnu_ToggleBreakpoint.Click += new System.EventHandler(this.OnToggleBreakpoint);
//
// Mnu_DeleteAllBreakpoins
//
this.Mnu_DeleteAllBreakpoins.Image = global::Tiny8051.Properties.Resources.icon_delete_all_breakpoints;
this.Mnu_DeleteAllBreakpoins.Name = "Mnu_DeleteAllBreakpoins";
this.Mnu_DeleteAllBreakpoins.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.F9)));
this.Mnu_DeleteAllBreakpoins.Size = new System.Drawing.Size(256, 22);
this.Mnu_DeleteAllBreakpoins.Text = "&Delete All Breakpoints";
this.Mnu_DeleteAllBreakpoins.Click += new System.EventHandler(this.OnDeleteAllBreakpoints);
//
// Mnu_ProcessorGroup
//
this.Mnu_ProcessorGroup.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.Mnu_MemoryReset,
this.Mnu_ProcessorSep01,
this.Mnu_Frequency,
this.Mnu_ProcessorSep02,
this.Mnu_Memory,
this.Mnu_ProcessorSep03,
this.Mnu_HighPrecision});
this.Mnu_ProcessorGroup.Name = "Mnu_ProcessorGroup";
this.Mnu_ProcessorGroup.Size = new System.Drawing.Size(69, 20);
this.Mnu_ProcessorGroup.Text = "&Processor";
//
// Mnu_MemoryReset
//
this.Mnu_MemoryReset.Name = "Mnu_MemoryReset";
this.Mnu_MemoryReset.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R)));
this.Mnu_MemoryReset.Size = new System.Drawing.Size(169, 22);
this.Mnu_MemoryReset.Text = "&Reset";
this.Mnu_MemoryReset.Click += new System.EventHandler(this.OnResetProcessor);
//
// Mnu_Frequency
//
this.Mnu_Frequency.Name = "Mnu_Frequency";
this.Mnu_Frequency.ShortcutKeys = System.Windows.Forms.Keys.F2;
this.Mnu_Frequency.Size = new System.Drawing.Size(169, 22);
this.Mnu_Frequency.Text = "&Frequency...";
this.Mnu_Frequency.Click += new System.EventHandler(this.OnFrequencyChange);
//
// Mnu_Memory
//
this.Mnu_Memory.Enabled = false;
this.Mnu_Memory.Name = "Mnu_Memory";
this.Mnu_Memory.ShortcutKeys = System.Windows.Forms.Keys.F3;
this.Mnu_Memory.Size = new System.Drawing.Size(169, 22);
this.Mnu_Memory.Text = "&Memory...";
//
// Mnu_ProcessorSep03
//
this.Mnu_ProcessorSep03.Name = "Mnu_ProcessorSep03";
this.Mnu_ProcessorSep03.Size = new System.Drawing.Size(166, 6);
//
// Mnu_HighPrecision
//
this.Mnu_HighPrecision.CheckOnClick = true;
this.Mnu_HighPrecision.Name = "Mnu_HighPrecision";
this.Mnu_HighPrecision.ShortcutKeys = System.Windows.Forms.Keys.F6;
this.Mnu_HighPrecision.Size = new System.Drawing.Size(169, 22);
this.Mnu_HighPrecision.Text = "&High precision";
this.Mnu_HighPrecision.Click += new System.EventHandler(this.OnToggleHighPrecision);
//
// Mnu_MemoryGroup
//
this.Mnu_MemoryGroup.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.Mnu_MemoryFill,
this.Mnu_MemoryMove});
this.Mnu_MemoryGroup.Name = "Mnu_MemoryGroup";
this.Mnu_MemoryGroup.Size = new System.Drawing.Size(57, 20);
this.Mnu_MemoryGroup.Text = "&Memory";
//
// Mnu_MemoryFill
//
this.Mnu_MemoryFill.Name = "Mnu_MemoryFill";
this.Mnu_MemoryFill.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F)));
this.Mnu_MemoryFill.Size = new System.Drawing.Size(154, 22);
this.Mnu_MemoryFill.Text = "&Fill...";
this.Mnu_MemoryFill.Click += new System.EventHandler(this.OnFillMemory);
//
// Mnu_MemoryMove
//
this.Mnu_MemoryMove.Name = "Mnu_MemoryMove";
this.Mnu_MemoryMove.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.M)));
this.Mnu_MemoryMove.Size = new System.Drawing.Size(154, 22);
this.Mnu_MemoryMove.Text = "&Move...";
this.Mnu_MemoryMove.Click += new System.EventHandler(this.OnMoveMemory);
//
// Mnu_HelpGroup
//
this.Mnu_HelpGroup.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.Mnu_About});
this.Mnu_HelpGroup.Name = "Mnu_HelpGroup";
this.Mnu_HelpGroup.Size = new System.Drawing.Size(40, 20);
this.Mnu_HelpGroup.Text = "&Help";
//
// Mnu_About
//
this.Mnu_About.Name = "Mnu_About";
this.Mnu_About.Size = new System.Drawing.Size(120, 22);
this.Mnu_About.Text = "&About...";
this.Mnu_About.Click += new System.EventHandler(this.OnAboutDialog);
//
// StatusBar
//
this.StatusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.Stat_Status,
this.Stat_PC,
this.Stat_Cycles,
this.Stat_Time,
this.Stat_Precision,
this.Stat_Frequency});
this.StatusBar.Location = new System.Drawing.Point(0, 624);
this.StatusBar.Name = "StatusBar";
this.StatusBar.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
this.StatusBar.Size = new System.Drawing.Size(896, 22);
this.StatusBar.TabIndex = 1;
this.StatusBar.Text = "Status";
//
// Stat_Status
//
this.Stat_Status.Name = "Stat_Status";
this.Stat_Status.Size = new System.Drawing.Size(443, 17);
this.Stat_Status.Spring = true;
this.Stat_Status.Text = "Status";
this.Stat_Status.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// Stat_PC
//
this.Stat_PC.AutoSize = false;
this.Stat_PC.Name = "Stat_PC";
this.Stat_PC.Size = new System.Drawing.Size(64, 17);
this.Stat_PC.Text = "PC: 0";
this.Stat_PC.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// Stat_Cycles
//
this.Stat_Cycles.AutoSize = false;
this.Stat_Cycles.Name = "Stat_Cycles";
this.Stat_Cycles.Size = new System.Drawing.Size(112, 17);
this.Stat_Cycles.Text = "Cycles: 0";
this.Stat_Cycles.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// Stat_Time
//
this.Stat_Time.AutoSize = false;
this.Stat_Time.Name = "Stat_Time";
this.Stat_Time.Size = new System.Drawing.Size(92, 17);
this.Stat_Time.Text = "TIme: 0 ms";
this.Stat_Time.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// Stat_Precision
//
this.Stat_Precision.AutoSize = false;
this.Stat_Precision.Margin = new System.Windows.Forms.Padding(0, 3, 8, 2);
this.Stat_Precision.Name = "Stat_Precision";
this.Stat_Precision.Size = new System.Drawing.Size(75, 17);
this.Stat_Precision.Text = "High precision";
//
// Stat_Frequency
//
this.Stat_Frequency.Name = "Stat_Frequency";
this.Stat_Frequency.Size = new System.Drawing.Size(87, 17);
this.Stat_Frequency.Text = "Frequency: 0 Hz";
//
// Dlg_OpenFile
//
this.Dlg_OpenFile.Filter = "All known files|*.hex;*.bin|Intel Hex Files (*.hex)|*.hex|Binary files (*.bin)|*." +
"bin|All files|*.*";
//
// ToolBarContainer
//
this.ToolBarContainer.BottomToolStripPanelVisible = false;
//
// ToolBarContainer.ContentPanel
//
this.ToolBarContainer.ContentPanel.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
this.ToolBarContainer.ContentPanel.Size = new System.Drawing.Size(896, 575);
this.ToolBarContainer.Dock = System.Windows.Forms.DockStyle.Fill;
this.ToolBarContainer.LeftToolStripPanelVisible = false;
this.ToolBarContainer.Location = new System.Drawing.Point(0, 24);
this.ToolBarContainer.Name = "ToolBarContainer";
this.ToolBarContainer.RightToolStripPanelVisible = false;
this.ToolBarContainer.Size = new System.Drawing.Size(896, 600);
this.ToolBarContainer.TabIndex = 2;
this.ToolBarContainer.Text = "ToolBarContainer";
//
// ToolBarContainer.TopToolStripPanel
//
this.ToolBarContainer.TopToolStripPanel.Controls.Add(this.ToolBar);
//
// ToolBar
//
this.ToolBar.Dock = System.Windows.Forms.DockStyle.None;
this.ToolBar.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.ToolBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
toolStripButton8,
toolStripSeparator3,
toolStripButton3,
toolStripSeparator1,
toolStripButton1,
toolStripButton2,
toolStripButton7,
toolStripSeparator2,
toolStripButton11,
toolStripButton4,
toolStripButton5,
toolStripButton6,
toolStripButton12,
toolStripSeparator4,
toolStripButton9,
toolStripButton10});
this.ToolBar.Location = new System.Drawing.Point(3, 0);
this.ToolBar.Name = "ToolBar";
this.ToolBar.Size = new System.Drawing.Size(303, 25);
this.ToolBar.TabIndex = 0;
//
// Main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(896, 646);
this.Controls.Add(this.ToolBarContainer);
this.Controls.Add(this.StatusBar);
this.Controls.Add(this.MenuBar);
this.DoubleBuffered = true;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.MenuBar;
this.Name = "Main";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Tiny 8051 Microcontroller Simulator";
this.Deactivate += new System.EventHandler(this.OnEnter);
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OnClosed);
this.ResizeBegin += new System.EventHandler(this.OnEnter);
this.Activated += new System.EventHandler(this.OnLeave);
this.ResizeEnd += new System.EventHandler(this.OnLeave);
this.MenuBar.ResumeLayout(false);
this.MenuBar.PerformLayout();
this.StatusBar.ResumeLayout(false);
this.StatusBar.PerformLayout();
this.ToolBarContainer.TopToolStripPanel.ResumeLayout(false);
this.ToolBarContainer.TopToolStripPanel.PerformLayout();
this.ToolBarContainer.ResumeLayout(false);
this.ToolBarContainer.PerformLayout();
this.ToolBar.ResumeLayout(false);
this.ToolBar.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip MenuBar;
private System.Windows.Forms.ToolStripMenuItem Mnu_FileGroup;
private System.Windows.Forms.ToolStripMenuItem Mnu_Load;
private System.Windows.Forms.ToolStripMenuItem Mnu_Exit;
private System.Windows.Forms.ToolStripMenuItem Mnu_DebugGroup;
private System.Windows.Forms.ToolStripMenuItem Mnu_StartDebugging;
private System.Windows.Forms.ToolStripMenuItem Mnu_StartWithoutDebugging;
private System.Windows.Forms.ToolStripMenuItem Mnu_StepInto;
private System.Windows.Forms.ToolStripMenuItem Mnu_StepOver;
private System.Windows.Forms.ToolStripMenuItem Mnu_RunToCursor;
private System.Windows.Forms.ToolStripMenuItem Mnu_ToggleBreakpoint;
private System.Windows.Forms.ToolStripMenuItem Mnu_DeleteAllBreakpoins;
private System.Windows.Forms.ToolStripMenuItem Mnu_MemoryGroup;
private System.Windows.Forms.ToolStripMenuItem Mnu_MemoryFill;
private System.Windows.Forms.ToolStripMenuItem Mnu_MemoryMove;
private System.Windows.Forms.ToolStripMenuItem Mnu_HelpGroup;
private System.Windows.Forms.ToolStripMenuItem Mnu_About;
private System.Windows.Forms.ToolStripMenuItem Mnu_Settings;
private System.Windows.Forms.ToolStripMenuItem Mnu_ProcessorGroup;
private System.Windows.Forms.ToolStripMenuItem Mnu_Frequency;
private System.Windows.Forms.ToolStripMenuItem Mnu_Memory;
private System.Windows.Forms.ToolStripMenuItem Mnu_HighPrecision;
private System.Windows.Forms.ToolStripMenuItem Mnu_ShowNextStatement;
private System.Windows.Forms.ToolStripMenuItem Mnu_Restart;
private System.Windows.Forms.ToolStripMenuItem Mnu_Stop;
private System.Windows.Forms.ToolStripMenuItem Mnu_ViewGroup;
private System.Windows.Forms.ToolStripSeparator Mnu_FileSep01;
private System.Windows.Forms.ToolStripSeparator Mnu_DebufSep01;
private System.Windows.Forms.ToolStripSeparator Mnu_DebufSep02;
private System.Windows.Forms.ToolStripSeparator Mnu_DebufSep03;
private System.Windows.Forms.ToolStripSeparator Mnu_ProcessorSep01;
private System.Windows.Forms.ToolStripSeparator Mnu_ProcessorSep02;
private System.Windows.Forms.ToolStripSeparator Mnu_DebufSep04;
private System.Windows.Forms.ToolStripSeparator Mnu_DebufSep05;
private System.Windows.Forms.StatusStrip StatusBar;
private System.Windows.Forms.ToolStripStatusLabel Stat_PC;
private System.Windows.Forms.ToolStripStatusLabel Stat_Cycles;
private System.Windows.Forms.ToolStripStatusLabel Stat_Time;
private System.Windows.Forms.ToolStripStatusLabel Stat_Frequency;
private System.Windows.Forms.ToolStripStatusLabel Stat_Precision;
private System.Windows.Forms.ToolStripStatusLabel Stat_Status;
private System.Windows.Forms.OpenFileDialog Dlg_OpenFile;
private System.Windows.Forms.ToolStripContainer ToolBarContainer;
private System.Windows.Forms.ToolStripMenuItem Mnu_TrackDebugger;
private System.Windows.Forms.ToolStripSeparator Mnu_DebufSep06;
private System.Windows.Forms.ToolStripMenuItem Mnu_SFRRegisters;
private System.Windows.Forms.ToolStrip ToolBar;
private System.Windows.Forms.ToolStripMenuItem Mnu_StepOut;
private System.Windows.Forms.ToolStripMenuItem Mnu_ShowAddress;
private System.Windows.Forms.ToolStripMenuItem Mnu_Memory1;
private System.Windows.Forms.ToolStripMenuItem Mnu_Memory2;
private System.Windows.Forms.ToolStripMenuItem Mnu_Memory3;
private System.Windows.Forms.ToolStripMenuItem Mnu_Memory4;
private System.Windows.Forms.ToolStripMenuItem Mnu_BankRegisters;
private System.Windows.Forms.ToolStripMenuItem Mnu_MemoryReset;
private System.Windows.Forms.ToolStripSeparator Mnu_ProcessorSep03;
private System.Windows.Forms.ToolStripMenuItem Mnu_ExternalPins;
}
}