Changeset 4173 for branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Experiment.Views/3.3/HiveExperimentView.Designer.cs
- Timestamp:
- 08/06/10 15:31:15 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Experiment.Views/3.3/HiveExperimentView.Designer.cs
r4144 r4173 54 54 this.hiveStatusTabPage = new System.Windows.Forms.TabPage(); 55 55 this.jobListView = new HeuristicLab.Hive.Experiment.Views.JobItemListView(); 56 this.runsTabPage = new System.Windows.Forms.TabPage(); 57 this.runCollectionView = new HeuristicLab.Optimization.Views.RunCollectionView(); 56 58 this.logTabPage = new System.Windows.Forms.TabPage(); 57 59 this.logView = new HeuristicLab.Core.Views.LogView(); … … 68 70 this.disconnectButton = new System.Windows.Forms.Button(); 69 71 this.reconnectButton = new System.Windows.Forms.Button(); 70 this.runsTabPage = new System.Windows.Forms.TabPage();71 this.runCollectionView = new HeuristicLab.Optimization.Views.RunCollectionView();72 72 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); 73 73 this.tabControl.SuspendLayout(); 74 74 this.experimentTabPage.SuspendLayout(); 75 75 this.hiveStatusTabPage.SuspendLayout(); 76 this.runsTabPage.SuspendLayout(); 76 77 this.logTabPage.SuspendLayout(); 77 this.runsTabPage.SuspendLayout();78 78 this.SuspendLayout(); 79 79 // … … 187 187 this.jobListView.TabIndex = 0; 188 188 // 189 // runsTabPage 190 // 191 this.runsTabPage.Controls.Add(this.runCollectionView); 192 this.runsTabPage.Location = new System.Drawing.Point(4, 22); 193 this.runsTabPage.Name = "runsTabPage"; 194 this.runsTabPage.Size = new System.Drawing.Size(727, 369); 195 this.runsTabPage.TabIndex = 4; 196 this.runsTabPage.Text = "Runs"; 197 this.runsTabPage.UseVisualStyleBackColor = true; 198 // 199 // runCollectionView 200 // 201 this.runCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 202 | System.Windows.Forms.AnchorStyles.Left) 203 | System.Windows.Forms.AnchorStyles.Right))); 204 this.runCollectionView.Caption = "RunCollection View"; 205 this.runCollectionView.Content = null; 206 this.runCollectionView.Location = new System.Drawing.Point(0, 3); 207 this.runCollectionView.Name = "runCollectionView"; 208 this.runCollectionView.ReadOnly = false; 209 this.runCollectionView.Size = new System.Drawing.Size(727, 366); 210 this.runCollectionView.TabIndex = 0; 211 // 189 212 // logTabPage 190 213 // … … 322 345 this.disconnectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 323 346 this.disconnectButton.Enabled = false; 324 this.disconnectButton.Image = ((System.Drawing.Image)(resources.GetObject("disconnectButton.Image"))); 325 this.disconnectButton.Location = new System.Drawing.Point(120, 500); 347 this.disconnectButton.Location = new System.Drawing.Point(131, 500); 326 348 this.disconnectButton.Name = "disconnectButton"; 327 this.disconnectButton.Size = new System.Drawing.Size( 24, 24);349 this.disconnectButton.Size = new System.Drawing.Size(120, 24); 328 350 this.disconnectButton.TabIndex = 15; 351 this.disconnectButton.Text = "Disconnect from Hive"; 329 352 this.toolTip.SetToolTip(this.disconnectButton, "Disconnect from Hive (Jobs will be continue to be calculated)"); 330 353 this.disconnectButton.UseVisualStyleBackColor = true; … … 335 358 this.reconnectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 336 359 this.reconnectButton.Enabled = false; 337 this.reconnectButton.Image = ((System.Drawing.Image)(resources.GetObject("reconnectButton.Image"))); 338 this.reconnectButton.Location = new System.Drawing.Point(150, 500); 360 this.reconnectButton.Location = new System.Drawing.Point(257, 500); 339 361 this.reconnectButton.Name = "reconnectButton"; 340 this.reconnectButton.Size = new System.Drawing.Size( 24, 24);362 this.reconnectButton.Size = new System.Drawing.Size(77, 24); 341 363 this.reconnectButton.TabIndex = 16; 364 this.reconnectButton.Text = "Reconnect"; 342 365 this.toolTip.SetToolTip(this.reconnectButton, "Reconnect to Hive"); 343 366 this.reconnectButton.UseVisualStyleBackColor = true; 344 367 this.reconnectButton.Click += new System.EventHandler(this.reconnectButton_Click); 345 368 // 346 // runsTabPage347 //348 this.runsTabPage.Controls.Add(this.runCollectionView);349 this.runsTabPage.Location = new System.Drawing.Point(4, 22);350 this.runsTabPage.Name = "runsTabPage";351 this.runsTabPage.Size = new System.Drawing.Size(727, 369);352 this.runsTabPage.TabIndex = 4;353 this.runsTabPage.Text = "Runs";354 this.runsTabPage.UseVisualStyleBackColor = true;355 //356 // runCollectionView357 //358 this.runCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)359 | System.Windows.Forms.AnchorStyles.Left)360 | System.Windows.Forms.AnchorStyles.Right)));361 this.runCollectionView.Caption = "RunCollection View";362 this.runCollectionView.Content = null;363 this.runCollectionView.Location = new System.Drawing.Point(0, 3);364 this.runCollectionView.Name = "runCollectionView";365 this.runCollectionView.ReadOnly = false;366 this.runCollectionView.Size = new System.Drawing.Size(727, 366);367 this.runCollectionView.TabIndex = 0;368 //369 369 // HiveExperimentView 370 370 // 371 371 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 372 372 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 373 this.Controls.Add(this.reconnectButton);374 this.Controls.Add(this.disconnectButton);375 373 this.Controls.Add(this.resourceIdsTextBox); 376 374 this.Controls.Add(this.serverUrlTextBox); 377 375 this.Controls.Add(this.resourceIdsLabel); 378 376 this.Controls.Add(this.tabControl); 377 this.Controls.Add(this.disconnectButton); 379 378 this.Controls.Add(this.startButton); 380 379 this.Controls.Add(this.executionTimeTextBox); … … 384 383 this.Controls.Add(this.stopButton); 385 384 this.Controls.Add(this.resetButton); 385 this.Controls.Add(this.reconnectButton); 386 386 this.Name = "HiveExperimentView"; 387 387 this.Size = new System.Drawing.Size(735, 524); 388 this.Controls.SetChildIndex(this.reconnectButton, 0); 388 389 this.Controls.SetChildIndex(this.resetButton, 0); 389 390 this.Controls.SetChildIndex(this.stopButton, 0); … … 393 394 this.Controls.SetChildIndex(this.executionTimeTextBox, 0); 394 395 this.Controls.SetChildIndex(this.startButton, 0); 396 this.Controls.SetChildIndex(this.disconnectButton, 0); 395 397 this.Controls.SetChildIndex(this.tabControl, 0); 396 398 this.Controls.SetChildIndex(this.resourceIdsLabel, 0); 397 399 this.Controls.SetChildIndex(this.serverUrlTextBox, 0); 398 400 this.Controls.SetChildIndex(this.resourceIdsTextBox, 0); 399 this.Controls.SetChildIndex(this.disconnectButton, 0);400 this.Controls.SetChildIndex(this.reconnectButton, 0);401 401 this.Controls.SetChildIndex(this.nameLabel, 0); 402 402 this.Controls.SetChildIndex(this.descriptionLabel, 0); … … 407 407 this.experimentTabPage.ResumeLayout(false); 408 408 this.hiveStatusTabPage.ResumeLayout(false); 409 this.runsTabPage.ResumeLayout(false); 409 410 this.logTabPage.ResumeLayout(false); 410 this.runsTabPage.ResumeLayout(false);411 411 this.ResumeLayout(false); 412 412 this.PerformLayout();
Note: See TracChangeset
for help on using the changeset viewer.