Changeset 12957 for branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem.Views/3.3/ExpertSystemView.Designer.cs
- Timestamp:
- 09/19/15 21:21:13 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem.Views/3.3/ExpertSystemView.Designer.cs
r12860 r12957 48 48 this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView(); 49 49 this.okbTabPage = new System.Windows.Forms.TabPage(); 50 this.algorithmInstancesViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); 51 this.problemInstancesTabPage = new System.Windows.Forms.TabPage(); 52 this.problemInstancesView = new HeuristicLab.Optimization.Views.RunCollectionBubbleChartView(); 50 53 this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); 51 this.algorithmInstancesViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();52 54 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); 53 55 this.tabControl.SuspendLayout(); … … 56 58 this.runsTabPage.SuspendLayout(); 57 59 this.okbTabPage.SuspendLayout(); 60 this.problemInstancesTabPage.SuspendLayout(); 58 61 this.SuspendLayout(); 59 62 // … … 98 101 this.tabControl.Controls.Add(this.runsTabPage); 99 102 this.tabControl.Controls.Add(this.okbTabPage); 103 this.tabControl.Controls.Add(this.problemInstancesTabPage); 100 104 this.tabControl.Location = new System.Drawing.Point(0, 52); 101 105 this.tabControl.Name = "tabControl"; … … 242 246 this.okbTabPage.UseVisualStyleBackColor = true; 243 247 // 244 // openFileDialog245 //246 this.openFileDialog.DefaultExt = "hl";247 this.openFileDialog.FileName = "Optimizer";248 this.openFileDialog.Filter = "HeuristicLab Files|*.hl|All Files|*.*";249 this.openFileDialog.Title = "Open Optimizer";250 //251 248 // algorithmInstancesViewHost 252 249 // … … 263 260 this.algorithmInstancesViewHost.ViewType = null; 264 261 // 265 // ExpertSystemOptimizerView 262 // problemInstancesTabPage 263 // 264 this.problemInstancesTabPage.Controls.Add(this.problemInstancesView); 265 this.problemInstancesTabPage.Location = new System.Drawing.Point(4, 22); 266 this.problemInstancesTabPage.Name = "problemInstancesTabPage"; 267 this.problemInstancesTabPage.Padding = new System.Windows.Forms.Padding(3); 268 this.problemInstancesTabPage.Size = new System.Drawing.Size(538, 335); 269 this.problemInstancesTabPage.TabIndex = 6; 270 this.problemInstancesTabPage.Text = "Problem Instances"; 271 this.problemInstancesTabPage.UseVisualStyleBackColor = true; 272 // 273 // problemInstancesView 274 // 275 this.problemInstancesView.BackColor = System.Drawing.SystemColors.Window; 276 this.problemInstancesView.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 277 this.problemInstancesView.Caption = "Bubble Chart"; 278 this.problemInstancesView.Content = null; 279 this.problemInstancesView.Dock = System.Windows.Forms.DockStyle.Fill; 280 this.problemInstancesView.Location = new System.Drawing.Point(3, 3); 281 this.problemInstancesView.Name = "problemInstancesView"; 282 this.problemInstancesView.ReadOnly = false; 283 this.problemInstancesView.Size = new System.Drawing.Size(532, 329); 284 this.problemInstancesView.TabIndex = 0; 285 // 286 // openFileDialog 287 // 288 this.openFileDialog.DefaultExt = "hl"; 289 this.openFileDialog.FileName = "Optimizer"; 290 this.openFileDialog.Filter = "HeuristicLab Files|*.hl|All Files|*.*"; 291 this.openFileDialog.Title = "Open Optimizer"; 292 // 293 // ExpertSystemView 266 294 // 267 295 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; … … 269 297 this.Controls.Add(this.evaluationsLimitabel); 270 298 this.Controls.Add(this.maxEvaluationsTextBox); 271 this.Name = "ExpertSystem OptimizerView";299 this.Name = "ExpertSystemView"; 272 300 this.Size = new System.Drawing.Size(549, 413); 273 301 this.Controls.SetChildIndex(this.maxEvaluationsTextBox, 0); … … 284 312 this.runsTabPage.ResumeLayout(false); 285 313 this.okbTabPage.ResumeLayout(false); 314 this.problemInstancesTabPage.ResumeLayout(false); 286 315 this.ResumeLayout(false); 287 316 this.PerformLayout(); … … 307 336 private System.Windows.Forms.TabPage okbTabPage; 308 337 private MainForm.WindowsForms.ViewHost algorithmInstancesViewHost; 338 private System.Windows.Forms.TabPage problemInstancesTabPage; 339 private Optimization.Views.RunCollectionBubbleChartView problemInstancesView; 309 340 } 310 341 }
Note: See TracChangeset
for help on using the changeset viewer.