Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/19/15 21:21:13 (9 years ago)
Author:
abeham
Message:

#2457: Worked on expert system

  • using newly created ERT helper class
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem.Views/3.3/ExpertSystemView.Designer.cs

    r12860 r12957  
    4848      this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView();
    4949      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();
    5053      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
    51       this.algorithmInstancesViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    5254      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5355      this.tabControl.SuspendLayout();
     
    5658      this.runsTabPage.SuspendLayout();
    5759      this.okbTabPage.SuspendLayout();
     60      this.problemInstancesTabPage.SuspendLayout();
    5861      this.SuspendLayout();
    5962      //
     
    98101      this.tabControl.Controls.Add(this.runsTabPage);
    99102      this.tabControl.Controls.Add(this.okbTabPage);
     103      this.tabControl.Controls.Add(this.problemInstancesTabPage);
    100104      this.tabControl.Location = new System.Drawing.Point(0, 52);
    101105      this.tabControl.Name = "tabControl";
     
    242246      this.okbTabPage.UseVisualStyleBackColor = true;
    243247      //
    244       // openFileDialog
    245       //
    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       //
    251248      // algorithmInstancesViewHost
    252249      //
     
    263260      this.algorithmInstancesViewHost.ViewType = null;
    264261      //
    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
    266294      //
    267295      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     
    269297      this.Controls.Add(this.evaluationsLimitabel);
    270298      this.Controls.Add(this.maxEvaluationsTextBox);
    271       this.Name = "ExpertSystemOptimizerView";
     299      this.Name = "ExpertSystemView";
    272300      this.Size = new System.Drawing.Size(549, 413);
    273301      this.Controls.SetChildIndex(this.maxEvaluationsTextBox, 0);
     
    284312      this.runsTabPage.ResumeLayout(false);
    285313      this.okbTabPage.ResumeLayout(false);
     314      this.problemInstancesTabPage.ResumeLayout(false);
    286315      this.ResumeLayout(false);
    287316      this.PerformLayout();
     
    307336    private System.Windows.Forms.TabPage okbTabPage;
    308337    private MainForm.WindowsForms.ViewHost algorithmInstancesViewHost;
     338    private System.Windows.Forms.TabPage problemInstancesTabPage;
     339    private Optimization.Views.RunCollectionBubbleChartView problemInstancesView;
    309340  }
    310341}
Note: See TracChangeset for help on using the changeset viewer.