Click here to Skip to main content
15,895,142 members
Articles / Containers / Virtual Machine

Twiggery Scripting Language

Rate me:
Please Sign up or sign in to vote.
4.82/5 (14 votes)
12 Aug 2010LGPL313 min read 64.4K   1.1K   36  
Twiggery Scripting Language
using Twiggery;

namespace CodeLeaf
{
    partial class FormMain
    {
        /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
            this.toolStripMain = new System.Windows.Forms.ToolStrip();
            this.buttonNew = new System.Windows.Forms.ToolStripButton();
            this.buttonOpen = new System.Windows.Forms.ToolStripButton();
            this.buttonSave = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.buttonCompile = new System.Windows.Forms.ToolStripButton();
            this.buttonRun = new System.Windows.Forms.ToolStripSplitButton();
            this.menuDebug = new System.Windows.Forms.ToolStripMenuItem();
            this.menuRun = new System.Windows.Forms.ToolStripMenuItem();
            this.menuStop = new System.Windows.Forms.ToolStripMenuItem();
            this.menuLoadDumpped = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.buttonAbout = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripLabel4 = new System.Windows.Forms.ToolStripLabel();
            this.textBoxHP = new System.Windows.Forms.ToolStripTextBox();
            this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
            this.textBoxSP = new System.Windows.Forms.ToolStripTextBox();
            this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            this.textBoxAM = new System.Windows.Forms.ToolStripTextBox();
            this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
            this.textBoxIP = new System.Windows.Forms.ToolStripTextBox();
            this.splitContainerCodeMem = new System.Windows.Forms.SplitContainer();
            this.scriptTextBoxMain = new Twiggery.ScriptTextBox();
            this.splitContainerRamAsm = new System.Windows.Forms.SplitContainer();
            this.twiggeryRamBox = new Twiggery.TwiggeryRamBox();
            this.label1 = new System.Windows.Forms.Label();
            this.twiggeryAsmBox = new Twiggery.TwiggeryAsmBox();
            this.label2 = new System.Windows.Forms.Label();
            this.panelMain = new System.Windows.Forms.Panel();
            this.panelBottom = new System.Windows.Forms.Panel();
            this.splitContainerFunctionString = new System.Windows.Forms.SplitContainer();
            this.twiggeryFunctionTableBox = new Twiggery.TwiggeryFunctionTableBox();
            this.label3 = new System.Windows.Forms.Label();
            this.twiggeryStringTableBox = new Twiggery.TwiggeryStringTableBox();
            this.label4 = new System.Windows.Forms.Label();
            this.menuHiden = new System.Windows.Forms.MenuStrip();
            this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.newToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMain.SuspendLayout();
            this.splitContainerCodeMem.Panel1.SuspendLayout();
            this.splitContainerCodeMem.Panel2.SuspendLayout();
            this.splitContainerCodeMem.SuspendLayout();
            this.splitContainerRamAsm.Panel1.SuspendLayout();
            this.splitContainerRamAsm.Panel2.SuspendLayout();
            this.splitContainerRamAsm.SuspendLayout();
            this.panelMain.SuspendLayout();
            this.panelBottom.SuspendLayout();
            this.splitContainerFunctionString.Panel1.SuspendLayout();
            this.splitContainerFunctionString.Panel2.SuspendLayout();
            this.splitContainerFunctionString.SuspendLayout();
            this.menuHiden.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolStripMain
            // 
            this.toolStripMain.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.toolStripMain.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStripMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.buttonNew,
            this.buttonOpen,
            this.buttonSave,
            this.toolStripSeparator1,
            this.buttonCompile,
            this.buttonRun,
            this.toolStripSeparator2,
            this.buttonAbout,
            this.toolStripSeparator3,
            this.toolStripLabel4,
            this.textBoxHP,
            this.toolStripLabel3,
            this.textBoxSP,
            this.toolStripLabel1,
            this.textBoxAM,
            this.toolStripLabel2,
            this.textBoxIP});
            this.toolStripMain.Location = new System.Drawing.Point(0, 0);
            this.toolStripMain.Name = "toolStripMain";
            this.toolStripMain.Size = new System.Drawing.Size(840, 25);
            this.toolStripMain.TabIndex = 7;
            this.toolStripMain.Text = "Tool Bar";
            // 
            // buttonNew
            // 
            this.buttonNew.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.buttonNew.Image = ((System.Drawing.Image)(resources.GetObject("buttonNew.Image")));
            this.buttonNew.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.buttonNew.Name = "buttonNew";
            this.buttonNew.Size = new System.Drawing.Size(23, 22);
            this.buttonNew.Text = "New";
            this.buttonNew.Click += new System.EventHandler(this.buttonNew_Click);
            // 
            // buttonOpen
            // 
            this.buttonOpen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.buttonOpen.Image = ((System.Drawing.Image)(resources.GetObject("buttonOpen.Image")));
            this.buttonOpen.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.buttonOpen.Name = "buttonOpen";
            this.buttonOpen.Size = new System.Drawing.Size(23, 22);
            this.buttonOpen.Text = "Open";
            this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);
            // 
            // buttonSave
            // 
            this.buttonSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.buttonSave.Image = ((System.Drawing.Image)(resources.GetObject("buttonSave.Image")));
            this.buttonSave.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.buttonSave.Name = "buttonSave";
            this.buttonSave.Size = new System.Drawing.Size(23, 22);
            this.buttonSave.Text = "Save";
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // buttonCompile
            // 
            this.buttonCompile.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.buttonCompile.Image = ((System.Drawing.Image)(resources.GetObject("buttonCompile.Image")));
            this.buttonCompile.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.buttonCompile.Name = "buttonCompile";
            this.buttonCompile.Size = new System.Drawing.Size(23, 22);
            this.buttonCompile.Text = "Compile";
            this.buttonCompile.Click += new System.EventHandler(this.compile_Click);
            // 
            // buttonRun
            // 
            this.buttonRun.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.buttonRun.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuDebug,
            this.menuRun,
            this.menuStop,
            this.menuLoadDumpped});
            this.buttonRun.Image = ((System.Drawing.Image)(resources.GetObject("buttonRun.Image")));
            this.buttonRun.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.buttonRun.Name = "buttonRun";
            this.buttonRun.Size = new System.Drawing.Size(32, 22);
            this.buttonRun.Text = "Run";
            this.buttonRun.ButtonClick += new System.EventHandler(this.run_Click);
            // 
            // menuDebug
            // 
            this.menuDebug.Name = "menuDebug";
            this.menuDebug.ShortcutKeys = System.Windows.Forms.Keys.F11;
            this.menuDebug.Size = new System.Drawing.Size(240, 22);
            this.menuDebug.Text = "S&tep";
            this.menuDebug.Click += new System.EventHandler(this.debug_Click);
            // 
            // menuRun
            // 
            this.menuRun.Name = "menuRun";
            this.menuRun.ShortcutKeys = System.Windows.Forms.Keys.F5;
            this.menuRun.Size = new System.Drawing.Size(240, 22);
            this.menuRun.Text = "&Run";
            this.menuRun.Click += new System.EventHandler(this.run_Click);
            // 
            // menuStop
            // 
            this.menuStop.Enabled = false;
            this.menuStop.Name = "menuStop";
            this.menuStop.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.F5)));
            this.menuStop.Size = new System.Drawing.Size(240, 22);
            this.menuStop.Text = "&Stop Stepping";
            this.menuStop.Click += new System.EventHandler(this.stop_Click);
            // 
            // menuLoadDumpped
            // 
            this.menuLoadDumpped.Name = "menuLoadDumpped";
            this.menuLoadDumpped.ShortcutKeys = System.Windows.Forms.Keys.F9;
            this.menuLoadDumpped.Size = new System.Drawing.Size(240, 22);
            this.menuLoadDumpped.Text = "&Load and Run Dumpped";
            this.menuLoadDumpped.Click += new System.EventHandler(this.menuLoadDumpped_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // buttonAbout
            // 
            this.buttonAbout.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.buttonAbout.Image = ((System.Drawing.Image)(resources.GetObject("buttonAbout.Image")));
            this.buttonAbout.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.buttonAbout.Name = "buttonAbout";
            this.buttonAbout.Size = new System.Drawing.Size(23, 22);
            this.buttonAbout.Text = "About";
            this.buttonAbout.Click += new System.EventHandler(this.buttonAbout_Click);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripLabel4
            // 
            this.toolStripLabel4.Name = "toolStripLabel4";
            this.toolStripLabel4.Size = new System.Drawing.Size(27, 22);
            this.toolStripLabel4.Text = "HP:";
            // 
            // textBoxHP
            // 
            this.textBoxHP.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.textBoxHP.Name = "textBoxHP";
            this.textBoxHP.ReadOnly = true;
            this.textBoxHP.Size = new System.Drawing.Size(80, 25);
            this.textBoxHP.ToolTipText = "Heap Pointer";
            // 
            // toolStripLabel3
            // 
            this.toolStripLabel3.Name = "toolStripLabel3";
            this.toolStripLabel3.Size = new System.Drawing.Size(25, 22);
            this.toolStripLabel3.Text = "SP:";
            // 
            // textBoxSP
            // 
            this.textBoxSP.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.textBoxSP.Name = "textBoxSP";
            this.textBoxSP.ReadOnly = true;
            this.textBoxSP.Size = new System.Drawing.Size(80, 25);
            this.textBoxSP.ToolTipText = "Stack Pointer";
            // 
            // toolStripLabel1
            // 
            this.toolStripLabel1.Name = "toolStripLabel1";
            this.toolStripLabel1.Size = new System.Drawing.Size(31, 22);
            this.toolStripLabel1.Text = "AM:";
            // 
            // textBoxAM
            // 
            this.textBoxAM.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.textBoxAM.Name = "textBoxAM";
            this.textBoxAM.ReadOnly = true;
            this.textBoxAM.Size = new System.Drawing.Size(80, 25);
            this.textBoxAM.ToolTipText = "Addressing Mode";
            // 
            // toolStripLabel2
            // 
            this.toolStripLabel2.Name = "toolStripLabel2";
            this.toolStripLabel2.Size = new System.Drawing.Size(22, 22);
            this.toolStripLabel2.Text = "IP:";
            // 
            // textBoxIP
            // 
            this.textBoxIP.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.textBoxIP.Name = "textBoxIP";
            this.textBoxIP.ReadOnly = true;
            this.textBoxIP.Size = new System.Drawing.Size(80, 25);
            this.textBoxIP.ToolTipText = "Instruction Pointer";
            // 
            // splitContainerCodeMem
            // 
            this.splitContainerCodeMem.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerCodeMem.Location = new System.Drawing.Point(0, 0);
            this.splitContainerCodeMem.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.splitContainerCodeMem.Name = "splitContainerCodeMem";
            // 
            // splitContainerCodeMem.Panel1
            // 
            this.splitContainerCodeMem.Panel1.Controls.Add(this.scriptTextBoxMain);
            // 
            // splitContainerCodeMem.Panel2
            // 
            this.splitContainerCodeMem.Panel2.Controls.Add(this.splitContainerRamAsm);
            this.splitContainerCodeMem.Size = new System.Drawing.Size(840, 385);
            this.splitContainerCodeMem.SplitterDistance = 569;
            this.splitContainerCodeMem.SplitterWidth = 5;
            this.splitContainerCodeMem.TabIndex = 9;
            this.splitContainerCodeMem.TabStop = false;
            // 
            // scriptTextBoxMain
            // 
            this.scriptTextBoxMain.AcceptsTab = true;
            this.scriptTextBoxMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.scriptTextBoxMain.Font = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.scriptTextBoxMain.Location = new System.Drawing.Point(0, 0);
            this.scriptTextBoxMain.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.scriptTextBoxMain.Name = "scriptTextBoxMain";
            this.scriptTextBoxMain.Size = new System.Drawing.Size(569, 385);
            this.scriptTextBoxMain.TabIndex = 0;
            this.scriptTextBoxMain.Text = "";
            this.scriptTextBoxMain.WordWrap = false;
            this.scriptTextBoxMain.TextChanged += new System.EventHandler(this.scriptTextBoxMain_TextChanged);
            // 
            // splitContainerRamAsm
            // 
            this.splitContainerRamAsm.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerRamAsm.Location = new System.Drawing.Point(0, 0);
            this.splitContainerRamAsm.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.splitContainerRamAsm.Name = "splitContainerRamAsm";
            this.splitContainerRamAsm.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainerRamAsm.Panel1
            // 
            this.splitContainerRamAsm.Panel1.Controls.Add(this.twiggeryRamBox);
            this.splitContainerRamAsm.Panel1.Controls.Add(this.label1);
            // 
            // splitContainerRamAsm.Panel2
            // 
            this.splitContainerRamAsm.Panel2.Controls.Add(this.twiggeryAsmBox);
            this.splitContainerRamAsm.Panel2.Controls.Add(this.label2);
            this.splitContainerRamAsm.Size = new System.Drawing.Size(266, 385);
            this.splitContainerRamAsm.SplitterDistance = 176;
            this.splitContainerRamAsm.SplitterWidth = 6;
            this.splitContainerRamAsm.TabIndex = 0;
            this.splitContainerRamAsm.TabStop = false;
            // 
            // twiggeryRamBox
            // 
            this.twiggeryRamBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.twiggeryRamBox.Location = new System.Drawing.Point(0, 17);
            this.twiggeryRamBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.twiggeryRamBox.Name = "twiggeryRamBox";
            this.twiggeryRamBox.Size = new System.Drawing.Size(266, 159);
            this.twiggeryRamBox.TabIndex = 1;
            this.twiggeryRamBox.TabStop = false;
            this.twiggeryRamBox.UseCompatibleStateImageBehavior = false;
            this.twiggeryRamBox.View = System.Windows.Forms.View.Details;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Dock = System.Windows.Forms.DockStyle.Top;
            this.label1.Location = new System.Drawing.Point(0, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(36, 17);
            this.label1.TabIndex = 1;
            this.label1.Text = "RAM";
            // 
            // twiggeryAsmBox
            // 
            this.twiggeryAsmBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.twiggeryAsmBox.FullRowSelect = true;
            this.twiggeryAsmBox.Location = new System.Drawing.Point(0, 17);
            this.twiggeryAsmBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.twiggeryAsmBox.Name = "twiggeryAsmBox";
            this.twiggeryAsmBox.Size = new System.Drawing.Size(266, 186);
            this.twiggeryAsmBox.TabIndex = 1;
            this.twiggeryAsmBox.TabStop = false;
            this.twiggeryAsmBox.UseCompatibleStateImageBehavior = false;
            this.twiggeryAsmBox.View = System.Windows.Forms.View.Details;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Dock = System.Windows.Forms.DockStyle.Top;
            this.label2.Location = new System.Drawing.Point(0, 0);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(35, 17);
            this.label2.TabIndex = 2;
            this.label2.Text = "ASM";
            // 
            // panelMain
            // 
            this.panelMain.Controls.Add(this.splitContainerCodeMem);
            this.panelMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelMain.Location = new System.Drawing.Point(0, 25);
            this.panelMain.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.panelMain.Name = "panelMain";
            this.panelMain.Size = new System.Drawing.Size(840, 385);
            this.panelMain.TabIndex = 3;
            // 
            // panelBottom
            // 
            this.panelBottom.Controls.Add(this.splitContainerFunctionString);
            this.panelBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelBottom.Location = new System.Drawing.Point(0, 410);
            this.panelBottom.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.panelBottom.Name = "panelBottom";
            this.panelBottom.Size = new System.Drawing.Size(840, 142);
            this.panelBottom.TabIndex = 8;
            // 
            // splitContainerFunctionString
            // 
            this.splitContainerFunctionString.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerFunctionString.Location = new System.Drawing.Point(0, 0);
            this.splitContainerFunctionString.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.splitContainerFunctionString.Name = "splitContainerFunctionString";
            // 
            // splitContainerFunctionString.Panel1
            // 
            this.splitContainerFunctionString.Panel1.Controls.Add(this.twiggeryFunctionTableBox);
            this.splitContainerFunctionString.Panel1.Controls.Add(this.label3);
            // 
            // splitContainerFunctionString.Panel2
            // 
            this.splitContainerFunctionString.Panel2.Controls.Add(this.twiggeryStringTableBox);
            this.splitContainerFunctionString.Panel2.Controls.Add(this.label4);
            this.splitContainerFunctionString.Size = new System.Drawing.Size(840, 142);
            this.splitContainerFunctionString.SplitterDistance = 416;
            this.splitContainerFunctionString.SplitterWidth = 5;
            this.splitContainerFunctionString.TabIndex = 2;
            this.splitContainerFunctionString.TabStop = false;
            // 
            // twiggeryFunctionTableBox
            // 
            this.twiggeryFunctionTableBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.twiggeryFunctionTableBox.Location = new System.Drawing.Point(0, 17);
            this.twiggeryFunctionTableBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.twiggeryFunctionTableBox.Name = "twiggeryFunctionTableBox";
            this.twiggeryFunctionTableBox.Size = new System.Drawing.Size(416, 125);
            this.twiggeryFunctionTableBox.TabIndex = 0;
            this.twiggeryFunctionTableBox.TabStop = false;
            this.twiggeryFunctionTableBox.UseCompatibleStateImageBehavior = false;
            this.twiggeryFunctionTableBox.View = System.Windows.Forms.View.Details;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Dock = System.Windows.Forms.DockStyle.Top;
            this.label3.Location = new System.Drawing.Point(0, 0);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(141, 17);
            this.label3.TabIndex = 2;
            this.label3.Text = "Remote Function Table";
            // 
            // twiggeryStringTableBox
            // 
            this.twiggeryStringTableBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.twiggeryStringTableBox.Location = new System.Drawing.Point(0, 17);
            this.twiggeryStringTableBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.twiggeryStringTableBox.Name = "twiggeryStringTableBox";
            this.twiggeryStringTableBox.Size = new System.Drawing.Size(419, 125);
            this.twiggeryStringTableBox.TabIndex = 1;
            this.twiggeryStringTableBox.TabStop = false;
            this.twiggeryStringTableBox.UseCompatibleStateImageBehavior = false;
            this.twiggeryStringTableBox.View = System.Windows.Forms.View.Details;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Dock = System.Windows.Forms.DockStyle.Top;
            this.label4.Location = new System.Drawing.Point(0, 0);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(78, 17);
            this.label4.TabIndex = 2;
            this.label4.Text = "String Table";
            // 
            // menuHiden
            // 
            this.menuHiden.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.newToolStripMenuItem});
            this.menuHiden.Location = new System.Drawing.Point(0, 0);
            this.menuHiden.Name = "menuHiden";
            this.menuHiden.Size = new System.Drawing.Size(840, 24);
            this.menuHiden.TabIndex = 9;
            this.menuHiden.Text = "menuStrip1";
            this.menuHiden.Visible = false;
            // 
            // newToolStripMenuItem
            // 
            this.newToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.newToolStripMenuItem1,
            this.openToolStripMenuItem,
            this.saveToolStripMenuItem});
            this.newToolStripMenuItem.Name = "newToolStripMenuItem";
            this.newToolStripMenuItem.Size = new System.Drawing.Size(65, 20);
            this.newToolStripMenuItem.Text = "Shortcut";
            // 
            // newToolStripMenuItem1
            // 
            this.newToolStripMenuItem1.Name = "newToolStripMenuItem1";
            this.newToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
            this.newToolStripMenuItem1.Size = new System.Drawing.Size(135, 22);
            this.newToolStripMenuItem1.Text = "New";
            this.newToolStripMenuItem1.Click += new System.EventHandler(this.buttonNew_Click);
            // 
            // openToolStripMenuItem
            // 
            this.openToolStripMenuItem.Name = "openToolStripMenuItem";
            this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
            this.openToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
            this.openToolStripMenuItem.Text = "Open";
            this.openToolStripMenuItem.Click += new System.EventHandler(this.buttonOpen_Click);
            // 
            // saveToolStripMenuItem
            // 
            this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
            this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
            this.saveToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
            this.saveToolStripMenuItem.Text = "Save";
            this.saveToolStripMenuItem.Click += new System.EventHandler(this.buttonSave_Click);
            // 
            // FormMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(840, 552);
            this.Controls.Add(this.panelMain);
            this.Controls.Add(this.panelBottom);
            this.Controls.Add(this.toolStripMain);
            this.Controls.Add(this.menuHiden);
            this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MainMenuStrip = this.menuHiden;
            this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.Name = "FormMain";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Code Leaf for Twiggery";
            this.Load += new System.EventHandler(this.FormMain_Load);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing);
            this.toolStripMain.ResumeLayout(false);
            this.toolStripMain.PerformLayout();
            this.splitContainerCodeMem.Panel1.ResumeLayout(false);
            this.splitContainerCodeMem.Panel2.ResumeLayout(false);
            this.splitContainerCodeMem.ResumeLayout(false);
            this.splitContainerRamAsm.Panel1.ResumeLayout(false);
            this.splitContainerRamAsm.Panel1.PerformLayout();
            this.splitContainerRamAsm.Panel2.ResumeLayout(false);
            this.splitContainerRamAsm.Panel2.PerformLayout();
            this.splitContainerRamAsm.ResumeLayout(false);
            this.panelMain.ResumeLayout(false);
            this.panelBottom.ResumeLayout(false);
            this.splitContainerFunctionString.Panel1.ResumeLayout(false);
            this.splitContainerFunctionString.Panel1.PerformLayout();
            this.splitContainerFunctionString.Panel2.ResumeLayout(false);
            this.splitContainerFunctionString.Panel2.PerformLayout();
            this.splitContainerFunctionString.ResumeLayout(false);
            this.menuHiden.ResumeLayout(false);
            this.menuHiden.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private ScriptTextBox scriptTextBoxMain;
        private TwiggeryRamBox twiggeryRamBox;
        private System.Windows.Forms.ToolStrip toolStripMain;
        private System.Windows.Forms.SplitContainer splitContainerCodeMem;
        private System.Windows.Forms.SplitContainer splitContainerRamAsm;
        private TwiggeryAsmBox twiggeryAsmBox;
        private System.Windows.Forms.Panel panelMain;
        private System.Windows.Forms.Panel panelBottom;
        private System.Windows.Forms.SplitContainer splitContainerFunctionString;
        private TwiggeryFunctionTableBox twiggeryFunctionTableBox;
        private TwiggeryStringTableBox twiggeryStringTableBox;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.ToolStripButton buttonNew;
        private System.Windows.Forms.ToolStripButton buttonOpen;
        private System.Windows.Forms.ToolStripButton buttonSave;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripButton buttonCompile;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
        private System.Windows.Forms.ToolStripLabel toolStripLabel1;
        private System.Windows.Forms.ToolStripTextBox textBoxAM;
        private System.Windows.Forms.ToolStripLabel toolStripLabel2;
        private System.Windows.Forms.ToolStripTextBox textBoxIP;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
        private System.Windows.Forms.ToolStripButton buttonAbout;
        private System.Windows.Forms.ToolStripSplitButton buttonRun;
        private System.Windows.Forms.ToolStripMenuItem menuDebug;
        private System.Windows.Forms.ToolStripMenuItem menuRun;
        private System.Windows.Forms.ToolStripMenuItem menuStop;
        private System.Windows.Forms.ToolStripLabel toolStripLabel3;
        private System.Windows.Forms.ToolStripTextBox textBoxSP;
        private System.Windows.Forms.ToolStripLabel toolStripLabel4;
        private System.Windows.Forms.ToolStripTextBox textBoxHP;
        private System.Windows.Forms.ToolStripMenuItem menuLoadDumpped;
        private System.Windows.Forms.MenuStrip menuHiden;
        private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem1;
        private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU Lesser General Public License (LGPLv3)


Written By
Architect
China China
Video game player & creator; Hardware geek & maker.

Comments and Discussions