namespace JavaScript.Debugger
{
partial class DebugWindow
{
/// <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()
{
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.lstAsm = new System.Windows.Forms.ListBox();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.rtbCode = new System.Windows.Forms.RichTextBox();
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.lstContext = new System.Windows.Forms.ListBox();
this.lstStack = new System.Windows.Forms.ListBox();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.btnStep = new System.Windows.Forms.ToolStripButton();
this.btnRun = new System.Windows.Forms.ToolStripButton();
this.btnStepOut = new System.Windows.Forms.ToolStripButton();
this.btnContextInspector = new System.Windows.Forms.ToolStripButton();
this.btnEval = new System.Windows.Forms.ToolStripButton();
this.tableLayoutPanel1.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.tableLayoutPanel3.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.Controls.Add(this.lstAsm, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
this.tableLayoutPanel1.Location = new System.Drawing.Point(12, 28);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(734, 522);
this.tableLayoutPanel1.TabIndex = 0;
//
// lstAsm
//
this.lstAsm.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lstAsm.FormattingEnabled = true;
this.lstAsm.ItemHeight = 16;
this.lstAsm.Location = new System.Drawing.Point(533, 3);
this.lstAsm.Name = "lstAsm";
this.lstAsm.Size = new System.Drawing.Size(198, 516);
this.lstAsm.TabIndex = 0;
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tableLayoutPanel2.ColumnCount = 1;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel2.Controls.Add(this.rtbCode, 0, 0);
this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 1);
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 2;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 57.50708F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 42.49292F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(524, 516);
this.tableLayoutPanel2.TabIndex = 1;
//
// rtbCode
//
this.rtbCode.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.rtbCode.Location = new System.Drawing.Point(3, 3);
this.rtbCode.Name = "rtbCode";
this.rtbCode.Size = new System.Drawing.Size(518, 290);
this.rtbCode.TabIndex = 0;
this.rtbCode.Text = "";
//
// tableLayoutPanel3
//
this.tableLayoutPanel3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tableLayoutPanel3.ColumnCount = 2;
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel3.Controls.Add(this.label2, 1, 0);
this.tableLayoutPanel3.Controls.Add(this.label1, 0, 0);
this.tableLayoutPanel3.Controls.Add(this.lstContext, 0, 1);
this.tableLayoutPanel3.Controls.Add(this.lstStack, 1, 1);
this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 299);
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
this.tableLayoutPanel3.RowCount = 2;
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel3.Size = new System.Drawing.Size(518, 214);
this.tableLayoutPanel3.TabIndex = 1;
//
// label2
//
this.label2.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(322, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(133, 20);
this.label2.TabIndex = 1;
this.label2.Text = "Program Stack";
//
// label1
//
this.label1.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(66, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(126, 20);
this.label1.TabIndex = 0;
this.label1.Text = "Context Stack";
//
// lstContext
//
this.lstContext.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lstContext.FormattingEnabled = true;
this.lstContext.ItemHeight = 16;
this.lstContext.Location = new System.Drawing.Point(3, 23);
this.lstContext.Name = "lstContext";
this.lstContext.Size = new System.Drawing.Size(253, 180);
this.lstContext.TabIndex = 2;
//
// lstStack
//
this.lstStack.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lstStack.FormattingEnabled = true;
this.lstStack.ItemHeight = 16;
this.lstStack.Location = new System.Drawing.Point(262, 23);
this.lstStack.Name = "lstStack";
this.lstStack.Size = new System.Drawing.Size(253, 180);
this.lstStack.TabIndex = 3;
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.btnStep,
this.btnRun,
this.btnStepOut,
this.toolStripSeparator1,
this.btnContextInspector,
this.btnEval});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(758, 25);
this.toolStrip1.TabIndex = 1;
this.toolStrip1.Text = "toolStrip1";
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// btnStep
//
this.btnStep.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btnStep.Image = global::JavaScript.Properties.Resources.StepArrow;
this.btnStep.ImageTransparentColor = System.Drawing.Color.Transparent;
this.btnStep.Name = "btnStep";
this.btnStep.Size = new System.Drawing.Size(23, 22);
this.btnStep.Text = "Step";
this.btnStep.ToolTipText = "Step";
this.btnStep.Click += new System.EventHandler(this.btnStep_Click);
//
// btnRun
//
this.btnRun.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btnRun.Image = global::JavaScript.Properties.Resources.RunArrow;
this.btnRun.ImageTransparentColor = System.Drawing.Color.Transparent;
this.btnRun.Name = "btnRun";
this.btnRun.Size = new System.Drawing.Size(23, 22);
this.btnRun.Text = "Run";
this.btnRun.ToolTipText = "Run";
this.btnRun.Click += new System.EventHandler(this.btnRun_Click);
//
// btnStepOut
//
this.btnStepOut.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btnStepOut.Image = global::JavaScript.Properties.Resources.StepOut;
this.btnStepOut.ImageTransparentColor = System.Drawing.Color.Transparent;
this.btnStepOut.Name = "btnStepOut";
this.btnStepOut.Size = new System.Drawing.Size(23, 22);
this.btnStepOut.Text = "Step Out";
this.btnStepOut.Click += new System.EventHandler(this.btnStepOut_Click);
//
// btnContextInspector
//
this.btnContextInspector.CheckOnClick = true;
this.btnContextInspector.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btnContextInspector.Image = global::JavaScript.Properties.Resources.Inspector;
this.btnContextInspector.ImageTransparentColor = System.Drawing.Color.Transparent;
this.btnContextInspector.Name = "btnContextInspector";
this.btnContextInspector.Size = new System.Drawing.Size(23, 22);
this.btnContextInspector.Text = "Context Inspector";
this.btnContextInspector.Click += new System.EventHandler(this.btnContextInspector_Click);
//
// btnEval
//
this.btnEval.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btnEval.Image = global::JavaScript.Properties.Resources.Eval;
this.btnEval.ImageTransparentColor = System.Drawing.Color.Transparent;
this.btnEval.Name = "btnEval";
this.btnEval.Size = new System.Drawing.Size(23, 22);
this.btnEval.Text = "Eval";
this.btnEval.Click += new System.EventHandler(this.btnEval_Click);
//
// DebugWindow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(758, 562);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.tableLayoutPanel1);
this.Name = "DebugWindow";
this.Text = "DebugWindow";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.DebugWindow_FormClosed);
this.Shown += new System.EventHandler(this.DebugWindow_Shown);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DebugWindow_KeyDown);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel2.ResumeLayout(false);
this.tableLayoutPanel3.ResumeLayout(false);
this.tableLayoutPanel3.PerformLayout();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.ListBox lstAsm;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton btnStep;
private System.Windows.Forms.ToolStripButton btnRun;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.RichTextBox rtbCode;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ListBox lstContext;
private System.Windows.Forms.ListBox lstStack;
private System.Windows.Forms.ToolStripButton btnStepOut;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton btnContextInspector;
private System.Windows.Forms.ToolStripButton btnEval;
}
}