Questo sito utilizza cookies solo per scopi di autenticazione sul sito e nient'altro. Nessuna informazione personale viene tracciata. Leggi l'informativa sui cookies.
Username: Password: oppure
Sloth - EmulatorForm.Designer.cs

EmulatorForm.Designer.cs

Caricato da: Totem
Scarica il programma completo

  1. namespace Sloth
  2. {
  3.     partial class EmulatorForm
  4.     {
  5.         /// <summary>
  6.         /// Required designer variable.
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.  
  10.         /// <summary>
  11.         /// Clean up any resources being used.
  12.         /// </summary>
  13.         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14.         protected override void Dispose(bool disposing)
  15.         {
  16.             if (disposing && (components != null))
  17.             {
  18.                 components.Dispose();
  19.             }
  20.             base.Dispose(disposing);
  21.         }
  22.  
  23.         #region Windows Form Designer generated code
  24.  
  25.         /// <summary>
  26.         /// Required method for Designer support - do not modify
  27.         /// the contents of this method with the code editor.
  28.         /// </summary>
  29.         private void InitializeComponent()
  30.         {
  31.             this.dgvRegisters = new System.Windows.Forms.DataGridView();
  32.             this.btnRun = new System.Windows.Forms.Button();
  33.             this.chbStep = new System.Windows.Forms.CheckBox();
  34.             this.btnReset = new System.Windows.Forms.Button();
  35.             this.tabMain = new System.Windows.Forms.TabControl();
  36.             this.tabPage1 = new System.Windows.Forms.TabPage();
  37.             this.tabPage2 = new System.Windows.Forms.TabPage();
  38.             this.lstInstructions = new System.Windows.Forms.ListView();
  39.             this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  40.             this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  41.             this.lblOutput = new System.Windows.Forms.Label();
  42.             this.txtOutput = new System.Windows.Forms.TextBox();
  43.             this.hexMemory = new Sloth.HexBox();
  44.             ((System.ComponentModel.ISupportInitialize)(this.dgvRegisters)).BeginInit();
  45.             this.tabMain.SuspendLayout();
  46.             this.tabPage1.SuspendLayout();
  47.             this.tabPage2.SuspendLayout();
  48.             this.SuspendLayout();
  49.             //
  50.             // dgvRegisters
  51.             //
  52.             this.dgvRegisters.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  53.                         | System.Windows.Forms.AnchorStyles.Right)));
  54.             this.dgvRegisters.BackgroundColor = System.Drawing.Color.White;
  55.             this.dgvRegisters.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  56.             this.dgvRegisters.Location = new System.Drawing.Point(456, 12);
  57.             this.dgvRegisters.Name = "dgvRegisters";
  58.             this.dgvRegisters.ReadOnly = true;
  59.             this.dgvRegisters.Size = new System.Drawing.Size(227, 476);
  60.             this.dgvRegisters.TabIndex = 0;
  61.             //
  62.             // btnRun
  63.             //
  64.             this.btnRun.Location = new System.Drawing.Point(12, 12);
  65.             this.btnRun.Name = "btnRun";
  66.             this.btnRun.Size = new System.Drawing.Size(75, 23);
  67.             this.btnRun.TabIndex = 2;
  68.             this.btnRun.Text = "Esegui";
  69.             this.btnRun.UseVisualStyleBackColor = true;
  70.             this.btnRun.Click += new System.EventHandler(this.btnRun_Click);
  71.             //
  72.             // chbStep
  73.             //
  74.             this.chbStep.AutoSize = true;
  75.             this.chbStep.Location = new System.Drawing.Point(93, 16);
  76.             this.chbStep.Name = "chbStep";
  77.             this.chbStep.Size = new System.Drawing.Size(131, 17);
  78.             this.chbStep.TabIndex = 3;
  79.             this.chbStep.Text = "Un\'istruzione alla volta";
  80.             this.chbStep.UseVisualStyleBackColor = true;
  81.             //
  82.             // btnReset
  83.             //
  84.             this.btnReset.Location = new System.Drawing.Point(260, 12);
  85.             this.btnReset.Name = "btnReset";
  86.             this.btnReset.Size = new System.Drawing.Size(75, 23);
  87.             this.btnReset.TabIndex = 4;
  88.             this.btnReset.Text = "Reset";
  89.             this.btnReset.UseVisualStyleBackColor = true;
  90.             this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
  91.             //
  92.             // tabMain
  93.             //
  94.             this.tabMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  95.                         | System.Windows.Forms.AnchorStyles.Left)
  96.                         | System.Windows.Forms.AnchorStyles.Right)));
  97.             this.tabMain.Controls.Add(this.tabPage1);
  98.             this.tabMain.Controls.Add(this.tabPage2);
  99.             this.tabMain.Location = new System.Drawing.Point(12, 41);
  100.             this.tabMain.Name = "tabMain";
  101.             this.tabMain.SelectedIndex = 0;
  102.             this.tabMain.Size = new System.Drawing.Size(438, 321);
  103.             this.tabMain.TabIndex = 5;
  104.             //
  105.             // tabPage1
  106.             //
  107.             this.tabPage1.Controls.Add(this.hexMemory);
  108.             this.tabPage1.Location = new System.Drawing.Point(4, 22);
  109.             this.tabPage1.Name = "tabPage1";
  110.             this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  111.             this.tabPage1.Size = new System.Drawing.Size(430, 295);
  112.             this.tabPage1.TabIndex = 0;
  113.             this.tabPage1.Text = "Memoria";
  114.             this.tabPage1.UseVisualStyleBackColor = true;
  115.             //
  116.             // tabPage2
  117.             //
  118.             this.tabPage2.Controls.Add(this.lstInstructions);
  119.             this.tabPage2.Location = new System.Drawing.Point(4, 22);
  120.             this.tabPage2.Name = "tabPage2";
  121.             this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  122.             this.tabPage2.Size = new System.Drawing.Size(430, 295);
  123.             this.tabPage2.TabIndex = 1;
  124.             this.tabPage2.Text = "Istruzioni";
  125.             this.tabPage2.UseVisualStyleBackColor = true;
  126.             //
  127.             // lstInstructions
  128.             //
  129.             this.lstInstructions.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  130.             this.columnHeader1,
  131.             this.columnHeader2});
  132.             this.lstInstructions.Dock = System.Windows.Forms.DockStyle.Fill;
  133.             this.lstInstructions.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  134.             this.lstInstructions.FullRowSelect = true;
  135.             this.lstInstructions.GridLines = true;
  136.             this.lstInstructions.HideSelection = false;
  137.             this.lstInstructions.Location = new System.Drawing.Point(3, 3);
  138.             this.lstInstructions.Name = "lstInstructions";
  139.             this.lstInstructions.Size = new System.Drawing.Size(424, 289);
  140.             this.lstInstructions.TabIndex = 0;
  141.             this.lstInstructions.UseCompatibleStateImageBehavior = false;
  142.             this.lstInstructions.View = System.Windows.Forms.View.Details;
  143.             //
  144.             // columnHeader1
  145.             //
  146.             this.columnHeader1.Text = "Offset";
  147.             this.columnHeader1.Width = 101;
  148.             //
  149.             // columnHeader2
  150.             //
  151.             this.columnHeader2.Text = "OpCode";
  152.             this.columnHeader2.Width = 235;
  153.             //
  154.             // lblOutput
  155.             //
  156.             this.lblOutput.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  157.             this.lblOutput.AutoSize = true;
  158.             this.lblOutput.Location = new System.Drawing.Point(9, 374);
  159.             this.lblOutput.Name = "lblOutput";
  160.             this.lblOutput.Size = new System.Drawing.Size(42, 13);
  161.             this.lblOutput.TabIndex = 6;
  162.             this.lblOutput.Text = "Output:";
  163.             //
  164.             // txtOutput
  165.             //
  166.             this.txtOutput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  167.                         | System.Windows.Forms.AnchorStyles.Right)));
  168.             this.txtOutput.BackColor = System.Drawing.Color.Black;
  169.             this.txtOutput.Font = new System.Drawing.Font("Lucida Console", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  170.             this.txtOutput.ForeColor = System.Drawing.Color.White;
  171.             this.txtOutput.Location = new System.Drawing.Point(12, 390);
  172.             this.txtOutput.Multiline = true;
  173.             this.txtOutput.Name = "txtOutput";
  174.             this.txtOutput.ReadOnly = true;
  175.             this.txtOutput.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  176.             this.txtOutput.Size = new System.Drawing.Size(438, 98);
  177.             this.txtOutput.TabIndex = 7;
  178.             //
  179.             // hexMemory
  180.             //
  181.             this.hexMemory.BackColor = System.Drawing.Color.Transparent;
  182.             this.hexMemory.Bytes = null;
  183.             this.hexMemory.Dock = System.Windows.Forms.DockStyle.Fill;
  184.             this.hexMemory.Location = new System.Drawing.Point(3, 3);
  185.             this.hexMemory.Name = "hexMemory";
  186.             this.hexMemory.Size = new System.Drawing.Size(424, 289);
  187.             this.hexMemory.TabIndex = 0;
  188.             //
  189.             // EmulatorForm
  190.             //
  191.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  192.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  193.             this.ClientSize = new System.Drawing.Size(695, 500);
  194.             this.Controls.Add(this.txtOutput);
  195.             this.Controls.Add(this.lblOutput);
  196.             this.Controls.Add(this.tabMain);
  197.             this.Controls.Add(this.btnReset);
  198.             this.Controls.Add(this.chbStep);
  199.             this.Controls.Add(this.btnRun);
  200.             this.Controls.Add(this.dgvRegisters);
  201.             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
  202.             this.Name = "EmulatorForm";
  203.             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  204.             this.Text = "EmulatorForm";
  205.             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.EmulatorForm_FormClosing);
  206.             this.Load += new System.EventHandler(this.EmulatorForm_Load);
  207.             this.Shown += new System.EventHandler(this.EmulatorForm_Shown);
  208.             ((System.ComponentModel.ISupportInitialize)(this.dgvRegisters)).EndInit();
  209.             this.tabMain.ResumeLayout(false);
  210.             this.tabPage1.ResumeLayout(false);
  211.             this.tabPage2.ResumeLayout(false);
  212.             this.ResumeLayout(false);
  213.             this.PerformLayout();
  214.  
  215.         }
  216.  
  217.         #endregion
  218.  
  219.         private System.Windows.Forms.DataGridView dgvRegisters;
  220.         private System.Windows.Forms.Button btnRun;
  221.         private System.Windows.Forms.CheckBox chbStep;
  222.         private System.Windows.Forms.Button btnReset;
  223.         private System.Windows.Forms.TabControl tabMain;
  224.         private System.Windows.Forms.TabPage tabPage1;
  225.         private System.Windows.Forms.TabPage tabPage2;
  226.         private System.Windows.Forms.ListView lstInstructions;
  227.         private System.Windows.Forms.ColumnHeader columnHeader1;
  228.         private System.Windows.Forms.ColumnHeader columnHeader2;
  229.         private HexBox hexMemory;
  230.         private System.Windows.Forms.Label lblOutput;
  231.         private System.Windows.Forms.TextBox txtOutput;
  232.     }
  233. }