- Timestamp:
- 03/30/11 23:19:13 (14 years ago)
- Location:
- branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/RunCreation/Views
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/RunCreation/Views/OKBAlgorithmView.Designer.cs
r5667 r5900 71 71 this.errorProvider.SetIconPadding(this.nameTextBox, 2); 72 72 this.nameTextBox.Location = new System.Drawing.Point(72, 29); 73 this.nameTextBox.Size = new System.Drawing.Size( 607, 20);73 this.nameTextBox.Size = new System.Drawing.Size(577, 20); 74 74 this.nameTextBox.TabIndex = 5; 75 75 // … … 79 79 this.nameLabel.TabIndex = 4; 80 80 // 81 // descriptionLabel 82 // 83 this.descriptionLabel.Location = new System.Drawing.Point(3, 58); 84 this.descriptionLabel.TabIndex = 6; 85 // 86 // descriptionTextBox 87 // 88 this.descriptionTextBox.Location = new System.Drawing.Point(72, 55); 89 this.descriptionTextBox.Size = new System.Drawing.Size(607, 20); 90 this.descriptionTextBox.TabIndex = 7; 81 // infoLabel 82 // 83 this.infoLabel.Location = new System.Drawing.Point(659, 32); 84 this.infoLabel.TabIndex = 6; 91 85 // 92 86 // tabControl … … 100 94 this.tabControl.Controls.Add(this.resultsTabPage); 101 95 this.tabControl.Controls.Add(this.runsTabPage); 102 this.tabControl.Location = new System.Drawing.Point(0, 81);96 this.tabControl.Location = new System.Drawing.Point(0, 55); 103 97 this.tabControl.Name = "tabControl"; 104 98 this.tabControl.SelectedIndex = 0; 105 this.tabControl.Size = new System.Drawing.Size(679, 3 71);106 this.tabControl.TabIndex = 8;99 this.tabControl.Size = new System.Drawing.Size(679, 397); 100 this.tabControl.TabIndex = 7; 107 101 // 108 102 // problemTabPage … … 115 109 this.problemTabPage.Name = "problemTabPage"; 116 110 this.problemTabPage.Padding = new System.Windows.Forms.Padding(3); 117 this.problemTabPage.Size = new System.Drawing.Size(671, 3 45);111 this.problemTabPage.Size = new System.Drawing.Size(671, 371); 118 112 this.problemTabPage.TabIndex = 0; 119 113 this.problemTabPage.Text = "Problem"; … … 134 128 this.problemViewHost.Name = "problemViewHost"; 135 129 this.problemViewHost.ReadOnly = false; 136 this.problemViewHost.Size = new System.Drawing.Size(659, 3 03);130 this.problemViewHost.Size = new System.Drawing.Size(659, 329); 137 131 this.problemViewHost.TabIndex = 3; 138 132 this.problemViewHost.ViewsLabelVisible = true; … … 257 251 this.startButton.Name = "startButton"; 258 252 this.startButton.Size = new System.Drawing.Size(24, 24); 259 this.startButton.TabIndex = 9;253 this.startButton.TabIndex = 8; 260 254 this.toolTip.SetToolTip(this.startButton, "Start/Resume Algorithm"); 261 255 this.startButton.UseVisualStyleBackColor = true; … … 269 263 this.pauseButton.Name = "pauseButton"; 270 264 this.pauseButton.Size = new System.Drawing.Size(24, 24); 271 this.pauseButton.TabIndex = 10;265 this.pauseButton.TabIndex = 9; 272 266 this.toolTip.SetToolTip(this.pauseButton, "Pause Algorithm"); 273 267 this.pauseButton.UseVisualStyleBackColor = true; … … 281 275 this.resetButton.Name = "resetButton"; 282 276 this.resetButton.Size = new System.Drawing.Size(24, 24); 283 this.resetButton.TabIndex = 1 2;277 this.resetButton.TabIndex = 11; 284 278 this.toolTip.SetToolTip(this.resetButton, "Reset Algorithm"); 285 279 this.resetButton.UseVisualStyleBackColor = true; … … 293 287 this.executionTimeLabel.Name = "executionTimeLabel"; 294 288 this.executionTimeLabel.Size = new System.Drawing.Size(83, 13); 295 this.executionTimeLabel.TabIndex = 1 3;289 this.executionTimeLabel.TabIndex = 12; 296 290 this.executionTimeLabel.Text = "&Execution Time:"; 297 291 // … … 303 297 this.executionTimeTextBox.ReadOnly = true; 304 298 this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20); 305 this.executionTimeTextBox.TabIndex = 1 4;299 this.executionTimeTextBox.TabIndex = 13; 306 300 // 307 301 // openFileDialog … … 319 313 this.stopButton.Name = "stopButton"; 320 314 this.stopButton.Size = new System.Drawing.Size(24, 24); 321 this.stopButton.TabIndex = 1 1;315 this.stopButton.TabIndex = 10; 322 316 this.toolTip.SetToolTip(this.stopButton, "Stop Algorithm"); 323 317 this.stopButton.UseVisualStyleBackColor = true; … … 386 380 this.Name = "OKBAlgorithmView"; 387 381 this.Size = new System.Drawing.Size(679, 482); 382 this.Controls.SetChildIndex(this.infoLabel, 0); 388 383 this.Controls.SetChildIndex(this.resetButton, 0); 389 384 this.Controls.SetChildIndex(this.stopButton, 0); 390 385 this.Controls.SetChildIndex(this.executionTimeLabel, 0); 391 386 this.Controls.SetChildIndex(this.nameLabel, 0); 392 this.Controls.SetChildIndex(this.descriptionLabel, 0);393 387 this.Controls.SetChildIndex(this.executionTimeTextBox, 0); 394 this.Controls.SetChildIndex(this.descriptionTextBox, 0);395 388 this.Controls.SetChildIndex(this.pauseButton, 0); 396 389 this.Controls.SetChildIndex(this.nameTextBox, 0); -
branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/RunCreation/Views/OKBProblemView.Designer.cs
r5660 r5900 53 53 this.SuspendLayout(); 54 54 // 55 // parameterCollectionView56 //57 this.parameterCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)58 | System.Windows.Forms.AnchorStyles.Left)59 | System.Windows.Forms.AnchorStyles.Right)));60 this.parameterCollectionView.Content = null;61 this.parameterCollectionView.Location = new System.Drawing.Point(0, 79);62 this.parameterCollectionView.Name = "parameterCollectionView";63 this.parameterCollectionView.Size = new System.Drawing.Size(706, 314);64 this.parameterCollectionView.TabIndex = 8;65 //66 55 // nameTextBox 67 56 // … … 69 58 this.errorProvider.SetIconPadding(this.nameTextBox, 2); 70 59 this.nameTextBox.Location = new System.Drawing.Point(72, 27); 71 this.nameTextBox.Size = new System.Drawing.Size(6 34, 20);60 this.nameTextBox.Size = new System.Drawing.Size(604, 20); 72 61 this.nameTextBox.TabIndex = 5; 73 62 // … … 77 66 this.nameLabel.TabIndex = 4; 78 67 // 79 // descriptionLabel68 // infoLabel 80 69 // 81 this.descriptionLabel.Location = new System.Drawing.Point(3, 56); 82 this.descriptionLabel.TabIndex = 6; 83 // 84 // descriptionTextBox 85 // 86 this.descriptionTextBox.Location = new System.Drawing.Point(72, 53); 87 this.descriptionTextBox.Size = new System.Drawing.Size(634, 20); 88 this.descriptionTextBox.TabIndex = 7; 70 this.infoLabel.Location = new System.Drawing.Point(687, 30); 71 this.infoLabel.TabIndex = 6; 89 72 // 90 73 // problemComboBox … … 133 116 this.cloneProblemButton.Click += new System.EventHandler(this.cloneProblemButton_Click); 134 117 // 118 // parameterCollectionView 119 // 120 this.parameterCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 121 | System.Windows.Forms.AnchorStyles.Left) 122 | System.Windows.Forms.AnchorStyles.Right))); 123 this.parameterCollectionView.Caption = "ParameterCollection View"; 124 this.parameterCollectionView.Content = null; 125 this.parameterCollectionView.Location = new System.Drawing.Point(0, 53); 126 this.parameterCollectionView.Name = "parameterCollectionView"; 127 this.parameterCollectionView.ReadOnly = false; 128 this.parameterCollectionView.Size = new System.Drawing.Size(706, 340); 129 this.parameterCollectionView.TabIndex = 7; 130 // 135 131 // OKBProblemView 136 132 // … … 138 134 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 139 135 this.Controls.Add(this.problemComboBox); 136 this.Controls.Add(this.parameterCollectionView); 140 137 this.Controls.Add(this.problemLabel); 141 138 this.Controls.Add(this.cloneProblemButton); 142 139 this.Controls.Add(this.refreshButton); 143 this.Controls.Add(this.parameterCollectionView);144 140 this.Name = "OKBProblemView"; 145 141 this.Size = new System.Drawing.Size(706, 393); … … 147 143 this.Controls.SetChildIndex(this.cloneProblemButton, 0); 148 144 this.Controls.SetChildIndex(this.problemLabel, 0); 149 this.Controls.SetChildIndex(this.descriptionLabel, 0);150 145 this.Controls.SetChildIndex(this.parameterCollectionView, 0); 151 146 this.Controls.SetChildIndex(this.nameTextBox, 0); 152 this.Controls.SetChildIndex(this.descriptionTextBox, 0);153 147 this.Controls.SetChildIndex(this.nameLabel, 0); 148 this.Controls.SetChildIndex(this.infoLabel, 0); 154 149 this.Controls.SetChildIndex(this.problemComboBox, 0); 155 150 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
Note: See TracChangeset
for help on using the changeset viewer.