Breakpoints

This commit is contained in:
2017-05-11 10:08:48 +02:00
parent 8754fd7bd6
commit e3985dc887
4 changed files with 125 additions and 53 deletions

View File

@@ -44,6 +44,7 @@
this.cmdOpenDoc = new System.Windows.Forms.ToolStripMenuItem();
this.label4 = new System.Windows.Forms.Label();
this.lvMemory = new System.Windows.Forms.ListView();
this.Index = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
@@ -52,13 +53,6 @@
this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.cmd_Stop = new System.Windows.Forms.Button();
this.lbl_Timer = new System.Windows.Forms.Label();
this.insertTime = new System.Windows.Forms.TextBox();
this.lvSpecial = new System.Windows.Forms.ListView();
this.c1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.c2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.lbStack = new System.Windows.Forms.ListBox();
this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader11 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
@@ -67,7 +61,13 @@
this.columnHeader14 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader15 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader16 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.Index = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.cmd_Stop = new System.Windows.Forms.Button();
this.lbl_Timer = new System.Windows.Forms.Label();
this.insertTime = new System.Windows.Forms.TextBox();
this.lvSpecial = new System.Windows.Forms.ListView();
this.c1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.c2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.lbStack = new System.Windows.Forms.ListBox();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
@@ -91,6 +91,7 @@
this.box_CodeView.TabIndex = 3;
this.box_CodeView.Text = "";
this.box_CodeView.WordWrap = false;
this.box_CodeView.DoubleClick += new System.EventHandler(this.box_CodeView_DoubleClick);
//
// lbl_path
//
@@ -237,6 +238,11 @@
this.lvMemory.UseCompatibleStateImageBehavior = false;
this.lvMemory.View = System.Windows.Forms.View.Details;
//
// Index
//
this.Index.Text = " ";
this.Index.Width = 48;
//
// columnHeader1
//
this.columnHeader1.Text = "0";
@@ -279,6 +285,46 @@
this.columnHeader8.Text = "7";
this.columnHeader8.Width = 32;
//
// columnHeader9
//
this.columnHeader9.Text = "8";
this.columnHeader9.Width = 32;
//
// columnHeader10
//
this.columnHeader10.Text = "9";
this.columnHeader10.Width = 32;
//
// columnHeader11
//
this.columnHeader11.Text = "A";
this.columnHeader11.Width = 32;
//
// columnHeader12
//
this.columnHeader12.Text = "B";
this.columnHeader12.Width = 32;
//
// columnHeader13
//
this.columnHeader13.Text = "C";
this.columnHeader13.Width = 32;
//
// columnHeader14
//
this.columnHeader14.Text = "D";
this.columnHeader14.Width = 32;
//
// columnHeader15
//
this.columnHeader15.Text = "E";
this.columnHeader15.Width = 32;
//
// columnHeader16
//
this.columnHeader16.Text = "F";
this.columnHeader16.Width = 32;
//
// cmd_Stop
//
this.cmd_Stop.Location = new System.Drawing.Point(64, 30);
@@ -340,51 +386,6 @@
this.lbStack.Size = new System.Drawing.Size(66, 355);
this.lbStack.TabIndex = 19;
//
// columnHeader9
//
this.columnHeader9.Text = "8";
this.columnHeader9.Width = 32;
//
// columnHeader10
//
this.columnHeader10.Text = "9";
this.columnHeader10.Width = 32;
//
// columnHeader11
//
this.columnHeader11.Text = "A";
this.columnHeader11.Width = 32;
//
// columnHeader12
//
this.columnHeader12.Text = "B";
this.columnHeader12.Width = 32;
//
// columnHeader13
//
this.columnHeader13.Text = "C";
this.columnHeader13.Width = 32;
//
// columnHeader14
//
this.columnHeader14.Text = "D";
this.columnHeader14.Width = 32;
//
// columnHeader15
//
this.columnHeader15.Text = "E";
this.columnHeader15.Width = 32;
//
// columnHeader16
//
this.columnHeader16.Text = "F";
this.columnHeader16.Width = 32;
//
// Index
//
this.Index.Text = " ";
this.Index.Width = 48;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);