Changeset 13485 for branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem.Views/3.3/ExpertSystemView.Designer.cs
- Timestamp:
- 12/18/15 12:42:13 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem.Views/3.3/ExpertSystemView.Designer.cs
r13475 r13485 47 47 this.suggestedInstancesComboBox = new System.Windows.Forms.ComboBox(); 48 48 this.runsTabPage = new System.Windows.Forms.TabPage(); 49 this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView();50 49 this.okbTabPage = new System.Windows.Forms.TabPage(); 51 50 this.algorithmInstancesViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); … … 57 56 this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); 58 57 this.okbDownloadButton = new System.Windows.Forms.Button(); 58 this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView(); 59 this.progressPanel = new System.Windows.Forms.Panel(); 59 60 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); 60 61 this.tabControl.SuspendLayout(); … … 230 231 this.runsTabPage.UseVisualStyleBackColor = true; 231 232 // 232 // runsView233 //234 this.runsView.Caption = "RunCollection View";235 this.runsView.Content = null;236 this.runsView.Dock = System.Windows.Forms.DockStyle.Fill;237 this.runsView.Location = new System.Drawing.Point(3, 3);238 this.runsView.Name = "runsView";239 this.runsView.ReadOnly = false;240 this.runsView.Size = new System.Drawing.Size(532, 329);241 this.runsView.TabIndex = 1;242 //243 233 // okbTabPage 244 234 // 235 this.okbTabPage.Controls.Add(this.progressPanel); 245 236 this.okbTabPage.Controls.Add(this.okbDownloadButton); 246 237 this.okbTabPage.Controls.Add(this.algorithmInstancesViewHost); … … 351 342 this.okbDownloadButton.UseVisualStyleBackColor = true; 352 343 this.okbDownloadButton.Click += new System.EventHandler(this.okbDownloadButton_Click); 344 // 345 // runsView 346 // 347 this.runsView.Caption = "RunCollection View"; 348 this.runsView.Content = null; 349 this.runsView.Dock = System.Windows.Forms.DockStyle.Fill; 350 this.runsView.Location = new System.Drawing.Point(3, 3); 351 this.runsView.Name = "runsView"; 352 this.runsView.ReadOnly = false; 353 this.runsView.Size = new System.Drawing.Size(532, 329); 354 this.runsView.TabIndex = 1; 355 // 356 // progressPanel 357 // 358 this.progressPanel.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.progressPanel.Location = new System.Drawing.Point(6, 35); 362 this.progressPanel.Name = "progressPanel"; 363 this.progressPanel.Size = new System.Drawing.Size(526, 294); 364 this.progressPanel.TabIndex = 2; 365 this.progressPanel.Visible = false; 353 366 // 354 367 // ExpertSystemView … … 405 418 private MainForm.WindowsForms.ViewHost problemInstancesView; 406 419 private System.Windows.Forms.Button okbDownloadButton; 420 private System.Windows.Forms.Panel progressPanel; 407 421 } 408 422 }
Note: See TracChangeset
for help on using the changeset viewer.