Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/22/10 17:06:12 (14 years ago)
Author:
epitzer
Message:

Add operator trace view (#47)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.DebugEngine/DebugEngineView.Designer.cs

    r4903 r4904  
    4949      this.label1 = new System.Windows.Forms.Label();
    5050      this.executionTimeTextBox = new System.Windows.Forms.TextBox();
    51       this.executionStackView = new HeuristicLab.DebugEngine.ExecutionStackView();
    52       this.operationContentView = new HeuristicLab.DebugEngine.OperationContentView();
     51      this.operationContentView = new OperationContentView();
    5352      this.logView = new HeuristicLab.Core.Views.LogView();
    5453      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     
    5857      this.refreshButton = new System.Windows.Forms.Button();
    5958      this.skipStackOpsCheckBox = new System.Windows.Forms.CheckBox();
     59      this.splitContainer3 = new System.Windows.Forms.SplitContainer();
     60      this.executionStackView = new HeuristicLab.DebugEngine.ExecutionStackView();
     61      this.operatorTraceView = new OperatorTraceView();
    6062      this.splitContainer1.Panel1.SuspendLayout();
    6163      this.splitContainer1.Panel2.SuspendLayout();
     
    6466      this.splitContainer2.Panel2.SuspendLayout();
    6567      this.splitContainer2.SuspendLayout();
     68      this.splitContainer3.Panel1.SuspendLayout();
     69      this.splitContainer3.SuspendLayout();
    6670      this.SuspendLayout();
    6771      //
     
    8589      this.executionTimeTextBox.TabIndex = 1;
    8690      //
    87       // executionStackView
    88       //
    89       this.executionStackView.Caption = "Execution Stack View";
    90       this.executionStackView.Content = null;
    91       this.executionStackView.Dock = System.Windows.Forms.DockStyle.Fill;
    92       this.executionStackView.Location = new System.Drawing.Point(0, 0);
    93       this.executionStackView.Name = "executionStackView";
    94       this.executionStackView.ReadOnly = false;
    95       this.executionStackView.Size = new System.Drawing.Size(252, 262);
    96       this.executionStackView.TabIndex = 0;
    97       //
    98       // operationContentView
    99       //
    100       this.operationContentView.Caption = "Operation Content View";
    101       this.operationContentView.Content = null;
    102       this.operationContentView.Dock = System.Windows.Forms.DockStyle.Fill;
    103       this.operationContentView.Location = new System.Drawing.Point(0, 0);
    104       this.operationContentView.Name = "operationContentView";
    105       this.operationContentView.ReadOnly = false;
    106       this.operationContentView.Size = new System.Drawing.Size(610, 503);
    107       this.operationContentView.TabIndex = 0;
    108       //
    10991      // logView
    11092      //
     
    11597      this.logView.Name = "logView";
    11698      this.logView.ReadOnly = false;
    117       this.logView.Size = new System.Drawing.Size(252, 237);
     99      this.logView.Size = new System.Drawing.Size(198, 237);
    118100      this.logView.TabIndex = 2;
    119101      //
     
    132114      //
    133115      this.splitContainer1.Panel2.Controls.Add(this.logView);
    134       this.splitContainer1.Size = new System.Drawing.Size(252, 503);
    135       this.splitContainer1.SplitterDistance = 262;
     116      this.splitContainer1.Size = new System.Drawing.Size(198, 502);
     117      this.splitContainer1.SplitterDistance = 261;
    136118      this.splitContainer1.TabIndex = 3;
    137119      //
    138120      // splitContainer2
    139121      //
    140       this.splitContainer2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    141                   | System.Windows.Forms.AnchorStyles.Left)
    142                   | System.Windows.Forms.AnchorStyles.Right)));
    143       this.splitContainer2.Location = new System.Drawing.Point(3, 32);
     122      this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
     123      this.splitContainer2.Location = new System.Drawing.Point(0, 0);
    144124      this.splitContainer2.Name = "splitContainer2";
    145125      //
     
    151131      //
    152132      this.splitContainer2.Panel2.Controls.Add(this.operationContentView);
    153       this.splitContainer2.Size = new System.Drawing.Size(866, 503);
    154       this.splitContainer2.SplitterDistance = 252;
     133      this.splitContainer2.Size = new System.Drawing.Size(683, 502);
     134      this.splitContainer2.SplitterDistance = 198;
    155135      this.splitContainer2.TabIndex = 0;
    156136      //
     
    189169      this.skipStackOpsCheckBox.UseVisualStyleBackColor = true;
    190170      //
     171      // splitContainer3
     172      //
     173      this.splitContainer3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     174                  | System.Windows.Forms.AnchorStyles.Left)
     175                  | System.Windows.Forms.AnchorStyles.Right)));
     176      this.splitContainer3.Location = new System.Drawing.Point(3, 33);
     177      this.splitContainer3.Name = "splitContainer3";
     178      //
     179      // splitContainer3.Panel1
     180      //
     181      this.splitContainer3.Panel1.Controls.Add(this.splitContainer2);
     182      this.splitContainer3.Panel2.Controls.Add(this.operatorTraceView);
     183      this.splitContainer3.Size = new System.Drawing.Size(866, 502);
     184      this.splitContainer3.SplitterDistance = 683;
     185      this.splitContainer3.TabIndex = 7;
     186      this.operatorTraceView.Dock = System.Windows.Forms.DockStyle.Fill;
     187      //
     188      // executionStackView
     189      //
     190      this.executionStackView.Caption = "Execution Stack View";
     191      this.executionStackView.Content = null;
     192      this.executionStackView.Dock = System.Windows.Forms.DockStyle.Fill;
     193      this.executionStackView.Location = new System.Drawing.Point(0, 0);
     194      this.executionStackView.Name = "executionStackView";
     195      this.executionStackView.ReadOnly = false;
     196      this.executionStackView.Size = new System.Drawing.Size(198, 261);
     197      this.executionStackView.TabIndex = 0;
     198      //
     199      // operationContentView
     200      //
     201      this.operationContentView.Caption = "Operation Content View";
     202      this.operationContentView.Content = null;
     203      this.operationContentView.Dock = System.Windows.Forms.DockStyle.Fill;
     204      this.operationContentView.Location = new System.Drawing.Point(0, 0);
     205      this.operationContentView.Name = "operationContentView";
     206      this.operationContentView.ReadOnly = false;
     207      this.operationContentView.Size = new System.Drawing.Size(481, 502);
     208      this.operationContentView.TabIndex = 0;
     209      //
    191210      // DebugEngineView
    192211      //
    193212      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     213      this.Controls.Add(this.splitContainer3);
    194214      this.Controls.Add(this.skipStackOpsCheckBox);
    195215      this.Controls.Add(this.refreshButton);
    196       this.Controls.Add(this.splitContainer2);
    197216      this.Controls.Add(this.stepButton);
    198217      this.Controls.Add(this.executionTimeTextBox);
     
    206225      this.splitContainer2.Panel2.ResumeLayout(false);
    207226      this.splitContainer2.ResumeLayout(false);
     227      this.splitContainer3.Panel1.ResumeLayout(false);
     228      this.splitContainer3.ResumeLayout(false);
    208229      this.ResumeLayout(false);
    209230      this.PerformLayout();
     
    224245    private System.Windows.Forms.Button refreshButton;
    225246    private System.Windows.Forms.CheckBox skipStackOpsCheckBox;
     247    private System.Windows.Forms.SplitContainer splitContainer3;
     248    private OperatorTraceView operatorTraceView;
    226249
    227250  }
Note: See TracChangeset for help on using the changeset viewer.