aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications/MindBlow.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.WinForms/Applications/MindBlow.Designer.cs')
-rw-r--r--ShiftOS.WinForms/Applications/MindBlow.Designer.cs153
1 files changed, 91 insertions, 62 deletions
diff --git a/ShiftOS.WinForms/Applications/MindBlow.Designer.cs b/ShiftOS.WinForms/Applications/MindBlow.Designer.cs
index da269f6..6a8474d 100644
--- a/ShiftOS.WinForms/Applications/MindBlow.Designer.cs
+++ b/ShiftOS.WinForms/Applications/MindBlow.Designer.cs
@@ -30,16 +30,18 @@
{
this.tabs = new System.Windows.Forms.TabControl();
this.console = new System.Windows.Forms.TabPage();
- this.program = new System.Windows.Forms.TabPage();
- this.monitor = new System.Windows.Forms.TabPage();
this.consoleout = new System.Windows.Forms.TextBox();
- this.programinput = new System.Windows.Forms.TextBox();
- this.load = new System.Windows.Forms.Button();
+ this.program = new System.Windows.Forms.TabPage();
+ this.stop = new System.Windows.Forms.Button();
+ this.run = new System.Windows.Forms.Button();
this.save = new System.Windows.Forms.Button();
- this.memptr = new System.Windows.Forms.Label();
- this.instptr = new System.Windows.Forms.Label();
+ this.load = new System.Windows.Forms.Button();
+ this.programinput = new System.Windows.Forms.TextBox();
+ this.monitor = new System.Windows.Forms.TabPage();
+ this.reset = new System.Windows.Forms.Button();
this.memlist = new System.Windows.Forms.ListBox();
- this.run = new System.Windows.Forms.Button();
+ this.instptr = new System.Windows.Forms.Label();
+ this.memptr = new System.Windows.Forms.Label();
this.tabs.SuspendLayout();
this.console.SuspendLayout();
this.program.SuspendLayout();
@@ -70,8 +72,20 @@
this.console.Text = "Console";
this.console.UseVisualStyleBackColor = true;
//
+ // consoleout
+ //
+ this.consoleout.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.consoleout.Location = new System.Drawing.Point(3, 3);
+ this.consoleout.Multiline = true;
+ this.consoleout.Name = "consoleout";
+ this.consoleout.ReadOnly = true;
+ this.consoleout.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
+ this.consoleout.Size = new System.Drawing.Size(378, 237);
+ this.consoleout.TabIndex = 0;
+ //
// program
//
+ this.program.Controls.Add(this.stop);
this.program.Controls.Add(this.run);
this.program.Controls.Add(this.save);
this.program.Controls.Add(this.load);
@@ -84,73 +98,78 @@
this.program.Text = "Program";
this.program.UseVisualStyleBackColor = true;
//
- // monitor
+ // stop
//
- this.monitor.Controls.Add(this.memlist);
- this.monitor.Controls.Add(this.instptr);
- this.monitor.Controls.Add(this.memptr);
- this.monitor.Location = new System.Drawing.Point(4, 22);
- this.monitor.Name = "monitor";
- this.monitor.Size = new System.Drawing.Size(384, 243);
- this.monitor.TabIndex = 2;
- this.monitor.Text = "Monitor";
- this.monitor.UseVisualStyleBackColor = true;
+ this.stop.Location = new System.Drawing.Point(303, 217);
+ this.stop.Name = "stop";
+ this.stop.Size = new System.Drawing.Size(75, 23);
+ this.stop.TabIndex = 4;
+ this.stop.Text = "Stop";
+ this.stop.UseVisualStyleBackColor = true;
+ this.stop.Click += new System.EventHandler(this.stop_Click);
//
- // consoleout
+ // run
//
- this.consoleout.Dock = System.Windows.Forms.DockStyle.Fill;
- this.consoleout.Location = new System.Drawing.Point(3, 3);
- this.consoleout.Multiline = true;
- this.consoleout.Name = "consoleout";
- this.consoleout.ReadOnly = true;
- this.consoleout.Size = new System.Drawing.Size(378, 237);
- this.consoleout.TabIndex = 0;
+ this.run.Location = new System.Drawing.Point(196, 217);
+ this.run.Name = "run";
+ this.run.Size = new System.Drawing.Size(101, 23);
+ this.run.TabIndex = 3;
+ this.run.Text = "Run";
+ this.run.UseVisualStyleBackColor = true;
+ this.run.Click += new System.EventHandler(this.run_Click);
//
- // programinput
+ // save
//
- this.programinput.Location = new System.Drawing.Point(3, 0);
- this.programinput.Multiline = true;
- this.programinput.Name = "programinput";
- this.programinput.Size = new System.Drawing.Size(378, 218);
- this.programinput.TabIndex = 0;
+ this.save.Location = new System.Drawing.Point(102, 217);
+ this.save.Name = "save";
+ this.save.Size = new System.Drawing.Size(88, 23);
+ this.save.TabIndex = 2;
+ this.save.Text = "Save";
+ this.save.UseVisualStyleBackColor = true;
+ this.save.Click += new System.EventHandler(this.save_Click);
//
// load
//
this.load.Location = new System.Drawing.Point(6, 217);
this.load.Name = "load";
- this.load.Size = new System.Drawing.Size(115, 23);
+ this.load.Size = new System.Drawing.Size(90, 23);
this.load.TabIndex = 1;
this.load.Text = "Load";
this.load.UseVisualStyleBackColor = true;
this.load.Click += new System.EventHandler(this.load_Click);
//
- // save
+ // programinput
//
- this.save.Location = new System.Drawing.Point(127, 217);
- this.save.Name = "save";
- this.save.Size = new System.Drawing.Size(114, 23);
- this.save.TabIndex = 2;
- this.save.Text = "Save";
- this.save.UseVisualStyleBackColor = true;
- this.save.Click += new System.EventHandler(this.save_Click);
+ this.programinput.Location = new System.Drawing.Point(3, 0);
+ this.programinput.Multiline = true;
+ this.programinput.Name = "programinput";
+ this.programinput.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
+ this.programinput.Size = new System.Drawing.Size(378, 218);
+ this.programinput.TabIndex = 0;
//
- // memptr
+ // monitor
//
- this.memptr.AutoSize = true;
- this.memptr.Location = new System.Drawing.Point(8, 8);
- this.memptr.Name = "memptr";
- this.memptr.Size = new System.Drawing.Size(56, 13);
- this.memptr.TabIndex = 0;
- this.memptr.Text = "Memory: 0";
+ this.monitor.Controls.Add(this.reset);
+ this.monitor.Controls.Add(this.memlist);
+ this.monitor.Controls.Add(this.instptr);
+ this.monitor.Controls.Add(this.memptr);
+ this.monitor.Location = new System.Drawing.Point(4, 22);
+ this.monitor.Name = "monitor";
+ this.monitor.Size = new System.Drawing.Size(384, 243);
+ this.monitor.TabIndex = 2;
+ this.monitor.Text = "Monitor";
+ this.monitor.UseVisualStyleBackColor = true;
//
- // instptr
+ // reset
//
- this.instptr.AutoSize = true;
- this.instptr.Location = new System.Drawing.Point(8, 21);
- this.instptr.Name = "instptr";
- this.instptr.Size = new System.Drawing.Size(68, 13);
- this.instptr.TabIndex = 1;
- this.instptr.Text = "Instruction: 0";
+ this.reset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
+ this.reset.Location = new System.Drawing.Point(306, 8);
+ this.reset.Name = "reset";
+ this.reset.Size = new System.Drawing.Size(75, 23);
+ this.reset.TabIndex = 3;
+ this.reset.Text = "Reset";
+ this.reset.UseVisualStyleBackColor = true;
+ this.reset.Click += new System.EventHandler(this.reset_Click);
//
// memlist
//
@@ -162,15 +181,23 @@
this.memlist.Size = new System.Drawing.Size(370, 199);
this.memlist.TabIndex = 2;
//
- // run
+ // instptr
//
- this.run.Location = new System.Drawing.Point(247, 217);
- this.run.Name = "run";
- this.run.Size = new System.Drawing.Size(131, 23);
- this.run.TabIndex = 3;
- this.run.Text = "Run";
- this.run.UseVisualStyleBackColor = true;
- this.run.Click += new System.EventHandler(this.run_Click);
+ this.instptr.AutoSize = true;
+ this.instptr.Location = new System.Drawing.Point(8, 21);
+ this.instptr.Name = "instptr";
+ this.instptr.Size = new System.Drawing.Size(68, 13);
+ this.instptr.TabIndex = 1;
+ this.instptr.Text = "Instruction: 0";
+ //
+ // memptr
+ //
+ this.memptr.AutoSize = true;
+ this.memptr.Location = new System.Drawing.Point(8, 8);
+ this.memptr.Name = "memptr";
+ this.memptr.Size = new System.Drawing.Size(56, 13);
+ this.memptr.TabIndex = 0;
+ this.memptr.Text = "Memory: 0";
//
// MindBlow
//
@@ -205,5 +232,7 @@
private System.Windows.Forms.Label memptr;
private System.Windows.Forms.ListBox memlist;
private System.Windows.Forms.Button run;
+ private System.Windows.Forms.Button stop;
+ private System.Windows.Forms.Button reset;
}
}