[7966] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[12012] | 3 | * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[7966] | 4 | *
|
---|
| 5 | * This file is part of HeuristicLab.
|
---|
| 6 | *
|
---|
| 7 | * HeuristicLab is free software: you can redistribute it and/or modify
|
---|
| 8 | * it under the terms of the GNU General Public License as published by
|
---|
| 9 | * the Free Software Foundation, either version 3 of the License, or
|
---|
| 10 | * (at your option) any later version.
|
---|
| 11 | *
|
---|
| 12 | * HeuristicLab is distributed in the hope that it will be useful,
|
---|
| 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
| 15 | * GNU General Public License for more details.
|
---|
| 16 | *
|
---|
| 17 | * You should have received a copy of the GNU General Public License
|
---|
| 18 | * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
|
---|
| 19 | */
|
---|
| 20 | #endregion
|
---|
| 21 |
|
---|
| 22 | namespace HeuristicLab.DebugEngine {
|
---|
| 23 | partial class DebugEngineView {
|
---|
| 24 | /// <summary>
|
---|
| 25 | /// Required designer variable.
|
---|
| 26 | /// </summary>
|
---|
| 27 | private System.ComponentModel.IContainer components = null;
|
---|
| 28 |
|
---|
| 29 | /// <summary>
|
---|
| 30 | /// Clean up any resources being used.
|
---|
| 31 | /// </summary>
|
---|
| 32 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 33 | protected override void Dispose(bool disposing) {
|
---|
| 34 | if (disposing && (components != null)) {
|
---|
| 35 | components.Dispose();
|
---|
| 36 | }
|
---|
| 37 | base.Dispose(disposing);
|
---|
| 38 | }
|
---|
| 39 |
|
---|
| 40 | #region Windows Form Designer generated code
|
---|
| 41 |
|
---|
| 42 | /// <summary>
|
---|
| 43 | /// Required method for Designer support - do not modify
|
---|
| 44 | /// the contents of this method with the code editor.
|
---|
| 45 | /// </summary>
|
---|
| 46 | private void InitializeComponent() {
|
---|
| 47 | this.components = new System.ComponentModel.Container();
|
---|
| 48 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DebugEngineView));
|
---|
| 49 | this.operationContentView = new HeuristicLab.DebugEngine.OperationContentView();
|
---|
| 50 | this.executionStackView = new HeuristicLab.DebugEngine.ExecutionStackView();
|
---|
| 51 | this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
---|
| 52 | this.refreshButton = new System.Windows.Forms.Button();
|
---|
| 53 | this.skipStackOpsCheckBox = new System.Windows.Forms.CheckBox();
|
---|
| 54 | this.stepButton = new System.Windows.Forms.Button();
|
---|
| 55 | this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
---|
| 56 | this.splitContainer3 = new System.Windows.Forms.SplitContainer();
|
---|
| 57 | this.operatorTraceView = new HeuristicLab.DebugEngine.OperatorTraceView();
|
---|
| 58 | this.splitContainer2.Panel1.SuspendLayout();
|
---|
| 59 | this.splitContainer2.Panel2.SuspendLayout();
|
---|
| 60 | this.splitContainer2.SuspendLayout();
|
---|
| 61 | this.splitContainer3.Panel1.SuspendLayout();
|
---|
| 62 | this.splitContainer3.Panel2.SuspendLayout();
|
---|
| 63 | this.splitContainer3.SuspendLayout();
|
---|
| 64 | this.SuspendLayout();
|
---|
| 65 | //
|
---|
| 66 | // operationContentView
|
---|
| 67 | //
|
---|
| 68 | this.operationContentView.Caption = "Operation Content View";
|
---|
| 69 | this.operationContentView.Content = null;
|
---|
| 70 | this.operationContentView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 71 | this.operationContentView.Location = new System.Drawing.Point(0, 0);
|
---|
| 72 | this.operationContentView.Name = "operationContentView";
|
---|
| 73 | this.operationContentView.ReadOnly = false;
|
---|
| 74 | this.operationContentView.Size = new System.Drawing.Size(484, 538);
|
---|
| 75 | this.operationContentView.TabIndex = 0;
|
---|
| 76 | //
|
---|
| 77 | // executionStackView
|
---|
| 78 | //
|
---|
| 79 | this.executionStackView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 80 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 81 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 82 | this.executionStackView.Caption = "Execution Stack View";
|
---|
| 83 | this.executionStackView.Content = null;
|
---|
| 84 | this.executionStackView.Location = new System.Drawing.Point(0, 0);
|
---|
| 85 | this.executionStackView.Name = "executionStackView";
|
---|
| 86 | this.executionStackView.ReadOnly = false;
|
---|
| 87 | this.executionStackView.Size = new System.Drawing.Size(197, 505);
|
---|
| 88 | this.executionStackView.TabIndex = 0;
|
---|
| 89 | //
|
---|
| 90 | // splitContainer2
|
---|
| 91 | //
|
---|
| 92 | this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 93 | this.splitContainer2.Location = new System.Drawing.Point(0, 0);
|
---|
| 94 | this.splitContainer2.Name = "splitContainer2";
|
---|
| 95 | //
|
---|
| 96 | // splitContainer2.Panel1
|
---|
| 97 | //
|
---|
| 98 | this.splitContainer2.Panel1.Controls.Add(this.executionStackView);
|
---|
| 99 | this.splitContainer2.Panel1.Controls.Add(this.refreshButton);
|
---|
| 100 | this.splitContainer2.Panel1.Controls.Add(this.skipStackOpsCheckBox);
|
---|
| 101 | this.splitContainer2.Panel1.Controls.Add(this.stepButton);
|
---|
| 102 | //
|
---|
| 103 | // splitContainer2.Panel2
|
---|
| 104 | //
|
---|
| 105 | this.splitContainer2.Panel2.Controls.Add(this.operationContentView);
|
---|
| 106 | this.splitContainer2.Size = new System.Drawing.Size(687, 538);
|
---|
| 107 | this.splitContainer2.SplitterDistance = 199;
|
---|
| 108 | this.splitContainer2.TabIndex = 0;
|
---|
| 109 | //
|
---|
| 110 | // refreshButton
|
---|
| 111 | //
|
---|
| 112 | this.refreshButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 113 | this.refreshButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
|
---|
| 114 | this.refreshButton.Location = new System.Drawing.Point(3, 511);
|
---|
| 115 | this.refreshButton.Name = "refreshButton";
|
---|
| 116 | this.refreshButton.Size = new System.Drawing.Size(24, 24);
|
---|
| 117 | this.refreshButton.TabIndex = 5;
|
---|
| 118 | this.toolTip.SetToolTip(this.refreshButton, "Refresh View");
|
---|
| 119 | this.refreshButton.UseVisualStyleBackColor = true;
|
---|
| 120 | this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
|
---|
| 121 | //
|
---|
| 122 | // skipStackOpsCheckBox
|
---|
| 123 | //
|
---|
| 124 | this.skipStackOpsCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 125 | this.skipStackOpsCheckBox.AutoSize = true;
|
---|
| 126 | this.skipStackOpsCheckBox.Checked = true;
|
---|
| 127 | this.skipStackOpsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
---|
| 128 | this.skipStackOpsCheckBox.Location = new System.Drawing.Point(63, 516);
|
---|
| 129 | this.skipStackOpsCheckBox.Name = "skipStackOpsCheckBox";
|
---|
| 130 | this.skipStackOpsCheckBox.Size = new System.Drawing.Size(78, 17);
|
---|
| 131 | this.skipStackOpsCheckBox.TabIndex = 6;
|
---|
| 132 | this.skipStackOpsCheckBox.Text = "Skip Stack";
|
---|
| 133 | this.toolTip.SetToolTip(this.skipStackOpsCheckBox, "Automatically step over steps that manipulate only the execution stack");
|
---|
| 134 | this.skipStackOpsCheckBox.UseVisualStyleBackColor = true;
|
---|
| 135 | //
|
---|
| 136 | // stepButton
|
---|
| 137 | //
|
---|
| 138 | this.stepButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 139 | this.stepButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.MoveNext;
|
---|
| 140 | this.stepButton.Location = new System.Drawing.Point(33, 511);
|
---|
| 141 | this.stepButton.Name = "stepButton";
|
---|
| 142 | this.stepButton.Size = new System.Drawing.Size(24, 24);
|
---|
| 143 | this.stepButton.TabIndex = 4;
|
---|
| 144 | this.toolTip.SetToolTip(this.stepButton, "Step");
|
---|
| 145 | this.stepButton.UseVisualStyleBackColor = true;
|
---|
| 146 | this.stepButton.Click += new System.EventHandler(this.stepButton_Click);
|
---|
| 147 | //
|
---|
| 148 | // splitContainer3
|
---|
| 149 | //
|
---|
| 150 | this.splitContainer3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 151 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 152 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 153 | this.splitContainer3.Location = new System.Drawing.Point(0, 0);
|
---|
| 154 | this.splitContainer3.Name = "splitContainer3";
|
---|
| 155 | //
|
---|
| 156 | // splitContainer3.Panel1
|
---|
| 157 | //
|
---|
| 158 | this.splitContainer3.Panel1.Controls.Add(this.splitContainer2);
|
---|
| 159 | //
|
---|
| 160 | // splitContainer3.Panel2
|
---|
| 161 | //
|
---|
| 162 | this.splitContainer3.Panel2.Controls.Add(this.operatorTraceView);
|
---|
| 163 | this.splitContainer3.Size = new System.Drawing.Size(872, 538);
|
---|
| 164 | this.splitContainer3.SplitterDistance = 687;
|
---|
| 165 | this.splitContainer3.TabIndex = 7;
|
---|
| 166 | //
|
---|
| 167 | // operatorTraceView
|
---|
| 168 | //
|
---|
| 169 | this.operatorTraceView.Caption = "Operator Trace View";
|
---|
| 170 | this.operatorTraceView.Content = null;
|
---|
| 171 | this.operatorTraceView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 172 | this.operatorTraceView.Location = new System.Drawing.Point(0, 0);
|
---|
| 173 | this.operatorTraceView.Name = "operatorTraceView";
|
---|
| 174 | this.operatorTraceView.ReadOnly = false;
|
---|
| 175 | this.operatorTraceView.Size = new System.Drawing.Size(181, 538);
|
---|
| 176 | this.operatorTraceView.TabIndex = 0;
|
---|
| 177 | //
|
---|
| 178 | // DebugEngineView
|
---|
| 179 | //
|
---|
| 180 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 181 | this.Controls.Add(this.splitContainer3);
|
---|
| 182 | this.Name = "DebugEngineView";
|
---|
| 183 | this.Size = new System.Drawing.Size(872, 538);
|
---|
| 184 | this.splitContainer2.Panel1.ResumeLayout(false);
|
---|
| 185 | this.splitContainer2.Panel1.PerformLayout();
|
---|
| 186 | this.splitContainer2.Panel2.ResumeLayout(false);
|
---|
| 187 | this.splitContainer2.ResumeLayout(false);
|
---|
| 188 | this.splitContainer3.Panel1.ResumeLayout(false);
|
---|
| 189 | this.splitContainer3.Panel2.ResumeLayout(false);
|
---|
| 190 | this.splitContainer3.ResumeLayout(false);
|
---|
| 191 | this.ResumeLayout(false);
|
---|
| 192 |
|
---|
| 193 | }
|
---|
| 194 |
|
---|
| 195 | #endregion
|
---|
| 196 |
|
---|
| 197 | private System.Windows.Forms.SplitContainer splitContainer2;
|
---|
| 198 | private System.Windows.Forms.Button stepButton;
|
---|
| 199 | private System.Windows.Forms.ToolTip toolTip;
|
---|
| 200 | private HeuristicLab.DebugEngine.ExecutionStackView executionStackView;
|
---|
| 201 | private HeuristicLab.DebugEngine.OperationContentView operationContentView;
|
---|
| 202 | private System.Windows.Forms.Button refreshButton;
|
---|
| 203 | private System.Windows.Forms.CheckBox skipStackOpsCheckBox;
|
---|
| 204 | private System.Windows.Forms.SplitContainer splitContainer3;
|
---|
| 205 | private OperatorTraceView operatorTraceView;
|
---|
| 206 |
|
---|
| 207 | }
|
---|
| 208 | }
|
---|