Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/03/12 16:46:35 (12 years ago)
Author:
gkronber
Message:

#1847: merged r8084:8205 from trunk into GP move operators branch

Location:
branches/GP-MoveOperators
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GP-MoveOperators

  • branches/GP-MoveOperators/HeuristicLab.Optimizer/3.3/CreateExperimentDialog.Designer.cs

    r8085 r8206  
    183183      //
    184184      this.instanceDiscoveryProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
    185       this.instanceDiscoveryProgressBar.Location = new System.Drawing.Point(6, 132);
     185      this.instanceDiscoveryProgressBar.Location = new System.Drawing.Point(6, 141);
    186186      this.instanceDiscoveryProgressBar.Name = "instanceDiscoveryProgressBar";
    187       this.instanceDiscoveryProgressBar.Size = new System.Drawing.Size(308, 23);
     187      this.instanceDiscoveryProgressBar.Size = new System.Drawing.Size(367, 23);
    188188      this.instanceDiscoveryProgressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
    189189      this.instanceDiscoveryProgressBar.TabIndex = 4;
     
    194194      this.instanceDiscoveryProgressLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
    195195      this.instanceDiscoveryProgressLabel.BackColor = System.Drawing.SystemColors.Control;
    196       this.instanceDiscoveryProgressLabel.Location = new System.Drawing.Point(6, 158);
     196      this.instanceDiscoveryProgressLabel.Location = new System.Drawing.Point(6, 167);
    197197      this.instanceDiscoveryProgressLabel.Name = "instanceDiscoveryProgressLabel";
    198       this.instanceDiscoveryProgressLabel.Size = new System.Drawing.Size(308, 23);
     198      this.instanceDiscoveryProgressLabel.Size = new System.Drawing.Size(367, 23);
    199199      this.instanceDiscoveryProgressLabel.TabIndex = 5;
    200200      this.instanceDiscoveryProgressLabel.Text = "label1";
     
    362362      this.instancesTabPage.Name = "instancesTabPage";
    363363      this.instancesTabPage.Padding = new System.Windows.Forms.Padding(3);
    364       this.instancesTabPage.Size = new System.Drawing.Size(320, 273);
     364      this.instancesTabPage.Size = new System.Drawing.Size(379, 291);
    365365      this.instancesTabPage.TabIndex = 0;
    366366      this.instancesTabPage.Text = "Problem Instances";
     
    384384      this.instancesTreeView.Location = new System.Drawing.Point(6, 35);
    385385      this.instancesTreeView.Name = "instancesTreeView";
    386       this.instancesTreeView.Size = new System.Drawing.Size(308, 232);
     386      this.instancesTreeView.Size = new System.Drawing.Size(367, 250);
    387387      this.instancesTreeView.TabIndex = 6;
    388388      this.instancesTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.instancesTreeView_AfterCheck);
     
    453453      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
    454454      this.Text = "Create Experiment";
    455       this.TopMost = true;
    456455      this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CreateExperimentDialog_FormClosing);
    457456      this.Load += new System.EventHandler(this.CreateExperimentDialog_Load);
Note: See TracChangeset for help on using the changeset viewer.