Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/18/15 12:42:13 (8 years ago)
Author:
abeham
Message:

#2457:

  • fixed bugs in iterated sampling view
  • worked on download runs from okb feature
File:
1 edited

Legend:

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

    r13475 r13485  
    4747      this.suggestedInstancesComboBox = new System.Windows.Forms.ComboBox();
    4848      this.runsTabPage = new System.Windows.Forms.TabPage();
    49       this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView();
    5049      this.okbTabPage = new System.Windows.Forms.TabPage();
    5150      this.algorithmInstancesViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
     
    5756      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
    5857      this.okbDownloadButton = new System.Windows.Forms.Button();
     58      this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView();
     59      this.progressPanel = new System.Windows.Forms.Panel();
    5960      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    6061      this.tabControl.SuspendLayout();
     
    230231      this.runsTabPage.UseVisualStyleBackColor = true;
    231232      //
    232       // runsView
    233       //
    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       //
    243233      // okbTabPage
    244234      //
     235      this.okbTabPage.Controls.Add(this.progressPanel);
    245236      this.okbTabPage.Controls.Add(this.okbDownloadButton);
    246237      this.okbTabPage.Controls.Add(this.algorithmInstancesViewHost);
     
    351342      this.okbDownloadButton.UseVisualStyleBackColor = true;
    352343      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;
    353366      //
    354367      // ExpertSystemView
     
    405418    private MainForm.WindowsForms.ViewHost problemInstancesView;
    406419    private System.Windows.Forms.Button okbDownloadButton;
     420    private System.Windows.Forms.Panel progressPanel;
    407421  }
    408422}
Note: See TracChangeset for help on using the changeset viewer.