[4876] | 1 | namespace HeuristicLab.DebugEngine {
|
---|
| 2 | partial class OperationContentView {
|
---|
| 3 | /// <summary>
|
---|
| 4 | /// Required designer variable.
|
---|
| 5 | /// </summary>
|
---|
| 6 | private System.ComponentModel.IContainer components = null;
|
---|
| 7 |
|
---|
| 8 | /// <summary>
|
---|
| 9 | /// Clean up any resources being used.
|
---|
| 10 | /// </summary>
|
---|
| 11 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 12 | protected override void Dispose(bool disposing) {
|
---|
| 13 | if (disposing && (components != null)) {
|
---|
| 14 | components.Dispose();
|
---|
| 15 | }
|
---|
| 16 | base.Dispose(disposing);
|
---|
| 17 | }
|
---|
| 18 |
|
---|
| 19 | #region Component Designer generated code
|
---|
| 20 |
|
---|
| 21 | /// <summary>
|
---|
| 22 | /// Required method for Designer support - do not modify
|
---|
| 23 | /// the contents of this method with the code editor.
|
---|
| 24 | /// </summary>
|
---|
| 25 | private void InitializeComponent() {
|
---|
| 26 | this.components = new System.ComponentModel.Container();
|
---|
| 27 | this.groupBox = new System.Windows.Forms.GroupBox();
|
---|
| 28 | this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
---|
| 29 | this.parameterListView = new System.Windows.Forms.ListView();
|
---|
| 30 | this.scopeTreeView = new System.Windows.Forms.TreeView();
|
---|
| 31 | this.nameTextBox = new System.Windows.Forms.TextBox();
|
---|
| 32 | this.contextLabel = new System.Windows.Forms.Label();
|
---|
| 33 | this.atomicLabel = new System.Windows.Forms.Label();
|
---|
| 34 | this.collectionLabel = new System.Windows.Forms.Label();
|
---|
| 35 | this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
---|
| 36 | this.parametersGroupBox = new System.Windows.Forms.GroupBox();
|
---|
| 37 | this.executionContextGroupBox = new System.Windows.Forms.GroupBox();
|
---|
| 38 | this.scopeGroupBox = new System.Windows.Forms.GroupBox();
|
---|
| 39 | this.executionContextTreeView = new System.Windows.Forms.TreeView();
|
---|
| 40 | this.timer = new System.Windows.Forms.Timer(this.components);
|
---|
| 41 | this.groupBox.SuspendLayout();
|
---|
| 42 | this.splitContainer1.Panel1.SuspendLayout();
|
---|
| 43 | this.splitContainer1.Panel2.SuspendLayout();
|
---|
| 44 | this.splitContainer1.SuspendLayout();
|
---|
| 45 | this.splitContainer2.Panel1.SuspendLayout();
|
---|
| 46 | this.splitContainer2.Panel2.SuspendLayout();
|
---|
| 47 | this.splitContainer2.SuspendLayout();
|
---|
| 48 | this.parametersGroupBox.SuspendLayout();
|
---|
| 49 | this.executionContextGroupBox.SuspendLayout();
|
---|
| 50 | this.scopeGroupBox.SuspendLayout();
|
---|
| 51 | this.SuspendLayout();
|
---|
| 52 | //
|
---|
| 53 | // groupBox
|
---|
| 54 | //
|
---|
| 55 | this.groupBox.Controls.Add(this.splitContainer1);
|
---|
| 56 | this.groupBox.Controls.Add(this.nameTextBox);
|
---|
| 57 | this.groupBox.Controls.Add(this.contextLabel);
|
---|
| 58 | this.groupBox.Controls.Add(this.atomicLabel);
|
---|
| 59 | this.groupBox.Controls.Add(this.collectionLabel);
|
---|
| 60 | this.groupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 61 | this.groupBox.Location = new System.Drawing.Point(0, 0);
|
---|
| 62 | this.groupBox.Name = "groupBox";
|
---|
| 63 | this.groupBox.Size = new System.Drawing.Size(563, 412);
|
---|
| 64 | this.groupBox.TabIndex = 0;
|
---|
| 65 | this.groupBox.TabStop = false;
|
---|
| 66 | this.groupBox.Text = "Operation";
|
---|
| 67 | //
|
---|
| 68 | // splitContainer1
|
---|
| 69 | //
|
---|
| 70 | this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 71 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 72 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 73 | this.splitContainer1.Location = new System.Drawing.Point(6, 45);
|
---|
| 74 | this.splitContainer1.Name = "splitContainer1";
|
---|
| 75 | //
|
---|
| 76 | // splitContainer1.Panel1
|
---|
| 77 | //
|
---|
| 78 | this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
|
---|
| 79 | //
|
---|
| 80 | // splitContainer1.Panel2
|
---|
| 81 | //
|
---|
| 82 | this.splitContainer1.Panel2.Controls.Add(this.scopeGroupBox);
|
---|
| 83 | this.splitContainer1.Size = new System.Drawing.Size(551, 361);
|
---|
| 84 | this.splitContainer1.SplitterDistance = 242;
|
---|
| 85 | this.splitContainer1.TabIndex = 4;
|
---|
| 86 | //
|
---|
| 87 | // parameterListView
|
---|
| 88 | //
|
---|
| 89 | this.parameterListView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 90 | this.parameterListView.FullRowSelect = true;
|
---|
| 91 | this.parameterListView.Location = new System.Drawing.Point(3, 16);
|
---|
| 92 | this.parameterListView.Name = "parameterListView";
|
---|
| 93 | this.parameterListView.Size = new System.Drawing.Size(236, 158);
|
---|
| 94 | this.parameterListView.TabIndex = 0;
|
---|
| 95 | this.parameterListView.UseCompatibleStateImageBehavior = false;
|
---|
| 96 | this.parameterListView.View = System.Windows.Forms.View.List;
|
---|
| 97 | this.parameterListView.ItemActivate += new System.EventHandler(this.parameterListView_ItemActivate);
|
---|
| 98 | //
|
---|
| 99 | // scopeTreeView
|
---|
| 100 | //
|
---|
| 101 | this.scopeTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 102 | this.scopeTreeView.Location = new System.Drawing.Point(3, 16);
|
---|
| 103 | this.scopeTreeView.Name = "scopeTreeView";
|
---|
| 104 | this.scopeTreeView.Size = new System.Drawing.Size(299, 342);
|
---|
| 105 | this.scopeTreeView.TabIndex = 0;
|
---|
| 106 | //
|
---|
| 107 | // nameTextBox
|
---|
| 108 | //
|
---|
| 109 | this.nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 110 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 111 | this.nameTextBox.Location = new System.Drawing.Point(6, 19);
|
---|
| 112 | this.nameTextBox.Name = "nameTextBox";
|
---|
| 113 | this.nameTextBox.ReadOnly = true;
|
---|
| 114 | this.nameTextBox.Size = new System.Drawing.Size(395, 20);
|
---|
| 115 | this.nameTextBox.TabIndex = 3;
|
---|
| 116 | //
|
---|
| 117 | // contextLabel
|
---|
| 118 | //
|
---|
| 119 | this.contextLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 120 | this.contextLabel.AutoSize = true;
|
---|
| 121 | this.contextLabel.ForeColor = System.Drawing.SystemColors.ControlDark;
|
---|
| 122 | this.contextLabel.Location = new System.Drawing.Point(407, 22);
|
---|
| 123 | this.contextLabel.Name = "contextLabel";
|
---|
| 124 | this.contextLabel.Size = new System.Drawing.Size(43, 13);
|
---|
| 125 | this.contextLabel.TabIndex = 2;
|
---|
| 126 | this.contextLabel.Text = "Context";
|
---|
| 127 | //
|
---|
| 128 | // atomicLabel
|
---|
| 129 | //
|
---|
| 130 | this.atomicLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 131 | this.atomicLabel.AutoSize = true;
|
---|
| 132 | this.atomicLabel.ForeColor = System.Drawing.SystemColors.ControlDark;
|
---|
| 133 | this.atomicLabel.Location = new System.Drawing.Point(456, 22);
|
---|
| 134 | this.atomicLabel.Name = "atomicLabel";
|
---|
| 135 | this.atomicLabel.Size = new System.Drawing.Size(39, 13);
|
---|
| 136 | this.atomicLabel.TabIndex = 1;
|
---|
| 137 | this.atomicLabel.Text = "Atomic";
|
---|
| 138 | //
|
---|
| 139 | // collectionLabel
|
---|
| 140 | //
|
---|
| 141 | this.collectionLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 142 | this.collectionLabel.AutoSize = true;
|
---|
| 143 | this.collectionLabel.ForeColor = System.Drawing.SystemColors.ControlDark;
|
---|
| 144 | this.collectionLabel.Location = new System.Drawing.Point(501, 22);
|
---|
| 145 | this.collectionLabel.Name = "collectionLabel";
|
---|
| 146 | this.collectionLabel.Size = new System.Drawing.Size(53, 13);
|
---|
| 147 | this.collectionLabel.TabIndex = 0;
|
---|
| 148 | this.collectionLabel.Text = "Collection";
|
---|
| 149 | //
|
---|
| 150 | // splitContainer2
|
---|
| 151 | //
|
---|
| 152 | this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 153 | this.splitContainer2.Location = new System.Drawing.Point(0, 0);
|
---|
| 154 | this.splitContainer2.Name = "splitContainer2";
|
---|
| 155 | this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
---|
| 156 | //
|
---|
| 157 | // splitContainer2.Panel1
|
---|
| 158 | //
|
---|
| 159 | this.splitContainer2.Panel1.Controls.Add(this.executionContextGroupBox);
|
---|
| 160 | //
|
---|
| 161 | // splitContainer2.Panel2
|
---|
| 162 | //
|
---|
| 163 | this.splitContainer2.Panel2.Controls.Add(this.parametersGroupBox);
|
---|
| 164 | this.splitContainer2.Size = new System.Drawing.Size(242, 361);
|
---|
| 165 | this.splitContainer2.SplitterDistance = 180;
|
---|
| 166 | this.splitContainer2.TabIndex = 1;
|
---|
| 167 | //
|
---|
| 168 | // parametersGroupBox
|
---|
| 169 | //
|
---|
| 170 | this.parametersGroupBox.Controls.Add(this.parameterListView);
|
---|
| 171 | this.parametersGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 172 | this.parametersGroupBox.Location = new System.Drawing.Point(0, 0);
|
---|
| 173 | this.parametersGroupBox.Name = "parametersGroupBox";
|
---|
| 174 | this.parametersGroupBox.Size = new System.Drawing.Size(242, 177);
|
---|
| 175 | this.parametersGroupBox.TabIndex = 0;
|
---|
| 176 | this.parametersGroupBox.TabStop = false;
|
---|
| 177 | this.parametersGroupBox.Text = "Parameters";
|
---|
| 178 | //
|
---|
| 179 | // executionContextGroupBox
|
---|
| 180 | //
|
---|
| 181 | this.executionContextGroupBox.Controls.Add(this.executionContextTreeView);
|
---|
| 182 | this.executionContextGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 183 | this.executionContextGroupBox.Location = new System.Drawing.Point(0, 0);
|
---|
| 184 | this.executionContextGroupBox.Name = "executionContextGroupBox";
|
---|
| 185 | this.executionContextGroupBox.Size = new System.Drawing.Size(242, 180);
|
---|
| 186 | this.executionContextGroupBox.TabIndex = 0;
|
---|
| 187 | this.executionContextGroupBox.TabStop = false;
|
---|
| 188 | this.executionContextGroupBox.Text = "Execution Context";
|
---|
| 189 | //
|
---|
| 190 | // scopeGroupBox
|
---|
| 191 | //
|
---|
| 192 | this.scopeGroupBox.Controls.Add(this.scopeTreeView);
|
---|
| 193 | this.scopeGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 194 | this.scopeGroupBox.Location = new System.Drawing.Point(0, 0);
|
---|
| 195 | this.scopeGroupBox.Name = "scopeGroupBox";
|
---|
| 196 | this.scopeGroupBox.Size = new System.Drawing.Size(305, 361);
|
---|
| 197 | this.scopeGroupBox.TabIndex = 1;
|
---|
| 198 | this.scopeGroupBox.TabStop = false;
|
---|
| 199 | this.scopeGroupBox.Text = "Scope";
|
---|
| 200 | //
|
---|
| 201 | // executionContextTreeView
|
---|
| 202 | //
|
---|
| 203 | this.executionContextTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 204 | this.executionContextTreeView.Location = new System.Drawing.Point(3, 16);
|
---|
| 205 | this.executionContextTreeView.Name = "executionContextTreeView";
|
---|
| 206 | this.executionContextTreeView.Size = new System.Drawing.Size(236, 161);
|
---|
| 207 | this.executionContextTreeView.TabIndex = 0;
|
---|
| 208 | this.executionContextTreeView.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.executionContextTreeView_NodeMouseClick);
|
---|
| 209 | this.executionContextTreeView.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.executionContextTreeView_NodeMouseDoubleClick);
|
---|
| 210 | //
|
---|
| 211 | // timer
|
---|
| 212 | //
|
---|
| 213 | this.timer.Interval = 500;
|
---|
| 214 | this.timer.Tick += new System.EventHandler(this.timer_Tick);
|
---|
| 215 | //
|
---|
| 216 | // OperationContentView
|
---|
| 217 | //
|
---|
| 218 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 219 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 220 | this.Controls.Add(this.groupBox);
|
---|
| 221 | this.Name = "OperationContentView";
|
---|
| 222 | this.Size = new System.Drawing.Size(563, 412);
|
---|
| 223 | this.groupBox.ResumeLayout(false);
|
---|
| 224 | this.groupBox.PerformLayout();
|
---|
| 225 | this.splitContainer1.Panel1.ResumeLayout(false);
|
---|
| 226 | this.splitContainer1.Panel2.ResumeLayout(false);
|
---|
| 227 | this.splitContainer1.ResumeLayout(false);
|
---|
| 228 | this.splitContainer2.Panel1.ResumeLayout(false);
|
---|
| 229 | this.splitContainer2.Panel2.ResumeLayout(false);
|
---|
| 230 | this.splitContainer2.ResumeLayout(false);
|
---|
| 231 | this.parametersGroupBox.ResumeLayout(false);
|
---|
| 232 | this.executionContextGroupBox.ResumeLayout(false);
|
---|
| 233 | this.scopeGroupBox.ResumeLayout(false);
|
---|
| 234 | this.ResumeLayout(false);
|
---|
| 235 |
|
---|
| 236 | }
|
---|
| 237 |
|
---|
| 238 | #endregion
|
---|
| 239 |
|
---|
| 240 | private System.Windows.Forms.GroupBox groupBox;
|
---|
| 241 | private System.Windows.Forms.TextBox nameTextBox;
|
---|
| 242 | private System.Windows.Forms.Label contextLabel;
|
---|
| 243 | private System.Windows.Forms.Label atomicLabel;
|
---|
| 244 | private System.Windows.Forms.Label collectionLabel;
|
---|
| 245 | private System.Windows.Forms.SplitContainer splitContainer1;
|
---|
| 246 | private System.Windows.Forms.ListView parameterListView;
|
---|
| 247 | private System.Windows.Forms.TreeView scopeTreeView;
|
---|
| 248 | private System.Windows.Forms.SplitContainer splitContainer2;
|
---|
| 249 | private System.Windows.Forms.GroupBox executionContextGroupBox;
|
---|
| 250 | private System.Windows.Forms.TreeView executionContextTreeView;
|
---|
| 251 | private System.Windows.Forms.GroupBox parametersGroupBox;
|
---|
| 252 | private System.Windows.Forms.GroupBox scopeGroupBox;
|
---|
| 253 | private System.Windows.Forms.Timer timer;
|
---|
| 254 | }
|
---|
| 255 | }
|
---|