- Timestamp:
- 04/14/16 01:20:10 (9 years ago)
- Location:
- branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem/3.3/Views
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem/3.3/Views/SolverView.Designer.cs
r13722 r13759 60 60 WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient6 = new WeifenLuo.WinFormsUI.Docking.TabGradient(); 61 61 WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient7 = new WeifenLuo.WinFormsUI.Docking.TabGradient(); 62 this.minTargetView = new HeuristicLab.Data.Views.StringConvertibleValueView(); 63 this.maxEvaluationsView = new HeuristicLab.Data.Views.StringConvertibleValueView(); 64 this.algorithmCloneButton = new System.Windows.Forms.Button(); 62 65 this.seedingStrategyPanel = new System.Windows.Forms.Panel(); 63 66 this.solverTabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl(); … … 67 70 this.runsTabPage = new System.Windows.Forms.TabPage(); 68 71 this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView(); 72 this.seededRunsTabPage = new System.Windows.Forms.TabPage(); 73 this.seededRunsView = new HeuristicLab.Optimization.Views.RunCollectionView(); 69 74 this.solutionSeedingTabPage = new System.Windows.Forms.TabPage(); 70 75 this.parametersTabPage = new System.Windows.Forms.TabPage(); … … 73 78 this.operatorGraphViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); 74 79 this.algorithmStartButton = new System.Windows.Forms.Button(); 75 this.label1 = new System.Windows.Forms.Label(); 80 this.minimumTargetLabel = new System.Windows.Forms.Label(); 81 this.seedingStrategyLabel = new System.Windows.Forms.Label(); 76 82 this.evaluationsLimitabel = new System.Windows.Forms.Label(); 77 83 this.algorithmSuggestionLabel = new System.Windows.Forms.Label(); 78 84 this.suggestedInstancesComboBox = new System.Windows.Forms.ComboBox(); 79 this.algorithmCloneButton = new System.Windows.Forms.Button();80 this.maxEvaluationsView = new HeuristicLab.Data.Views.StringConvertibleValueView();81 this.seededRunsTabPage = new System.Windows.Forms.TabPage();82 this.seededRunsView = new HeuristicLab.Optimization.Views.RunCollectionView();83 85 this.solverTabControl.SuspendLayout(); 84 86 this.resultsTabPage.SuspendLayout(); 85 87 this.runsTabPage.SuspendLayout(); 88 this.seededRunsTabPage.SuspendLayout(); 86 89 this.parametersTabPage.SuspendLayout(); 87 90 this.operatorGraphTabPage.SuspendLayout(); 88 this.seededRunsTabPage.SuspendLayout();89 91 this.SuspendLayout(); 92 // 93 // minTargetView 94 // 95 this.minTargetView.Caption = "StringConvertibleValue View"; 96 this.minTargetView.Content = null; 97 this.minTargetView.LabelVisible = false; 98 this.minTargetView.Location = new System.Drawing.Point(431, 3); 99 this.minTargetView.Name = "minTargetView"; 100 this.minTargetView.ReadOnly = false; 101 this.minTargetView.Size = new System.Drawing.Size(255, 21); 102 this.minTargetView.TabIndex = 16; 103 // 104 // maxEvaluationsView 105 // 106 this.maxEvaluationsView.Caption = "StringConvertibleValue View"; 107 this.maxEvaluationsView.Content = null; 108 this.maxEvaluationsView.LabelVisible = false; 109 this.maxEvaluationsView.Location = new System.Drawing.Point(91, 3); 110 this.maxEvaluationsView.Name = "maxEvaluationsView"; 111 this.maxEvaluationsView.ReadOnly = false; 112 this.maxEvaluationsView.Size = new System.Drawing.Size(255, 21); 113 this.maxEvaluationsView.TabIndex = 16; 114 // 115 // algorithmCloneButton 116 // 117 this.algorithmCloneButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 118 this.algorithmCloneButton.Location = new System.Drawing.Point(823, 56); 119 this.algorithmCloneButton.Name = "algorithmCloneButton"; 120 this.algorithmCloneButton.Size = new System.Drawing.Size(26, 23); 121 this.algorithmCloneButton.TabIndex = 15; 122 this.algorithmCloneButton.Text = "Clone"; 123 this.algorithmCloneButton.UseVisualStyleBackColor = true; 124 this.algorithmCloneButton.Click += new System.EventHandler(this.AlgorithmCloneButtonOnClick); 90 125 // 91 126 // seedingStrategyPanel … … 217 252 this.runsView.TabIndex = 0; 218 253 // 254 // seededRunsTabPage 255 // 256 this.seededRunsTabPage.Controls.Add(this.seededRunsView); 257 this.seededRunsTabPage.Location = new System.Drawing.Point(4, 22); 258 this.seededRunsTabPage.Name = "seededRunsTabPage"; 259 this.seededRunsTabPage.Padding = new System.Windows.Forms.Padding(3); 260 this.seededRunsTabPage.Size = new System.Drawing.Size(841, 454); 261 this.seededRunsTabPage.TabIndex = 5; 262 this.seededRunsTabPage.Text = "Seeded Runs"; 263 this.seededRunsTabPage.UseVisualStyleBackColor = true; 264 // 265 // seededRunsView 266 // 267 this.seededRunsView.Caption = "RunCollection View"; 268 this.seededRunsView.Content = null; 269 this.seededRunsView.Dock = System.Windows.Forms.DockStyle.Fill; 270 this.seededRunsView.Location = new System.Drawing.Point(3, 3); 271 this.seededRunsView.Name = "seededRunsView"; 272 this.seededRunsView.ReadOnly = false; 273 this.seededRunsView.Size = new System.Drawing.Size(835, 448); 274 this.seededRunsView.TabIndex = 1; 275 // 219 276 // solutionSeedingTabPage 220 277 // … … 287 344 this.algorithmStartButton.Click += new System.EventHandler(this.AlgorithmStartButtonOnClick); 288 345 // 289 // label1 290 // 291 this.label1.AutoSize = true; 292 this.label1.Location = new System.Drawing.Point(3, 33); 293 this.label1.Name = "label1"; 294 this.label1.Size = new System.Drawing.Size(91, 13); 295 this.label1.TabIndex = 8; 296 this.label1.Text = "Seeding Strategy:"; 346 // minimumTargetLabel 347 // 348 this.minimumTargetLabel.AutoSize = true; 349 this.minimumTargetLabel.Location = new System.Drawing.Point(384, 6); 350 this.minimumTargetLabel.Name = "minimumTargetLabel"; 351 this.minimumTargetLabel.Size = new System.Drawing.Size(41, 13); 352 this.minimumTargetLabel.TabIndex = 13; 353 this.minimumTargetLabel.Text = "Target:"; 354 // 355 // seedingStrategyLabel 356 // 357 this.seedingStrategyLabel.AutoSize = true; 358 this.seedingStrategyLabel.Location = new System.Drawing.Point(3, 33); 359 this.seedingStrategyLabel.Name = "seedingStrategyLabel"; 360 this.seedingStrategyLabel.Size = new System.Drawing.Size(91, 13); 361 this.seedingStrategyLabel.TabIndex = 8; 362 this.seedingStrategyLabel.Text = "Seeding Strategy:"; 297 363 // 298 364 // evaluationsLimitabel … … 326 392 this.suggestedInstancesComboBox.SelectedIndexChanged += new System.EventHandler(this.SuggestedInstancesComboBoxOnSelectedIndexChanged); 327 393 // 328 // algorithmCloneButton329 //330 this.algorithmCloneButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));331 this.algorithmCloneButton.Location = new System.Drawing.Point(823, 56);332 this.algorithmCloneButton.Name = "algorithmCloneButton";333 this.algorithmCloneButton.Size = new System.Drawing.Size(26, 23);334 this.algorithmCloneButton.TabIndex = 15;335 this.algorithmCloneButton.Text = "Clone";336 this.algorithmCloneButton.UseVisualStyleBackColor = true;337 this.algorithmCloneButton.Click += new System.EventHandler(this.AlgorithmCloneButtonOnClick);338 //339 // maxEvaluationsView340 //341 this.maxEvaluationsView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)342 | System.Windows.Forms.AnchorStyles.Right)));343 this.maxEvaluationsView.Caption = "StringConvertibleValue View";344 this.maxEvaluationsView.Content = null;345 this.maxEvaluationsView.LabelVisible = false;346 this.maxEvaluationsView.Location = new System.Drawing.Point(91, 3);347 this.maxEvaluationsView.Name = "maxEvaluationsView";348 this.maxEvaluationsView.ReadOnly = false;349 this.maxEvaluationsView.Size = new System.Drawing.Size(758, 21);350 this.maxEvaluationsView.TabIndex = 16;351 //352 // seededRunsTabPage353 //354 this.seededRunsTabPage.Controls.Add(this.seededRunsView);355 this.seededRunsTabPage.Location = new System.Drawing.Point(4, 22);356 this.seededRunsTabPage.Name = "seededRunsTabPage";357 this.seededRunsTabPage.Padding = new System.Windows.Forms.Padding(3);358 this.seededRunsTabPage.Size = new System.Drawing.Size(841, 454);359 this.seededRunsTabPage.TabIndex = 5;360 this.seededRunsTabPage.Text = "Seeded Runs";361 this.seededRunsTabPage.UseVisualStyleBackColor = true;362 //363 // seededRunsView364 //365 this.seededRunsView.Caption = "RunCollection View";366 this.seededRunsView.Content = null;367 this.seededRunsView.Dock = System.Windows.Forms.DockStyle.Fill;368 this.seededRunsView.Location = new System.Drawing.Point(3, 3);369 this.seededRunsView.Name = "seededRunsView";370 this.seededRunsView.ReadOnly = false;371 this.seededRunsView.Size = new System.Drawing.Size(835, 448);372 this.seededRunsView.TabIndex = 1;373 //374 394 // SolverView 375 395 // 376 396 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 377 397 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 398 this.Controls.Add(this.minTargetView); 378 399 this.Controls.Add(this.maxEvaluationsView); 379 400 this.Controls.Add(this.algorithmCloneButton); … … 381 402 this.Controls.Add(this.solverTabControl); 382 403 this.Controls.Add(this.algorithmStartButton); 383 this.Controls.Add(this.label1); 404 this.Controls.Add(this.minimumTargetLabel); 405 this.Controls.Add(this.seedingStrategyLabel); 384 406 this.Controls.Add(this.evaluationsLimitabel); 385 407 this.Controls.Add(this.algorithmSuggestionLabel); … … 391 413 this.resultsTabPage.PerformLayout(); 392 414 this.runsTabPage.ResumeLayout(false); 415 this.seededRunsTabPage.ResumeLayout(false); 393 416 this.parametersTabPage.ResumeLayout(false); 394 417 this.operatorGraphTabPage.ResumeLayout(false); 395 this.seededRunsTabPage.ResumeLayout(false);396 418 this.ResumeLayout(false); 397 419 this.PerformLayout(); … … 410 432 private MainForm.WindowsForms.ViewHost operatorGraphViewHost; 411 433 private System.Windows.Forms.Button algorithmStartButton; 412 private System.Windows.Forms.Label label1;434 private System.Windows.Forms.Label seedingStrategyLabel; 413 435 private System.Windows.Forms.Label evaluationsLimitabel; 414 436 private System.Windows.Forms.Label algorithmSuggestionLabel; … … 422 444 private System.Windows.Forms.TabPage seededRunsTabPage; 423 445 private Optimization.Views.RunCollectionView seededRunsView; 446 private System.Windows.Forms.Label minimumTargetLabel; 447 private Data.Views.StringConvertibleValueView minTargetView; 424 448 } 425 449 } -
branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem/3.3/Views/SolverView.cs
r13722 r13759 60 60 if (Content == null) { 61 61 maxEvaluationsView.Content = null; 62 minTargetView.Content = null; 62 63 solverParametersView.Content = null; 63 64 runsView.Content = null; … … 67 68 } else { 68 69 maxEvaluationsView.Content = Content.MaximumEvaluations; 70 minTargetView.Content = Content.MinimumTarget; 69 71 runsView.Content = Content.InstanceRuns; 70 72 seededRunsView.Content = Content.SeededRuns;
Note: See TracChangeset
for help on using the changeset viewer.