Free cookie consent management tool by TermsFeed Policy Generator

Changeset 8029


Ignore:
Timestamp:
06/18/12 10:45:50 (12 years ago)
Author:
ascheibe
Message:

#1722 fixed a small ui glitch in metaopt caused by the new problem view

Location:
branches/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization.Views/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization.Views/3.3/MetaOptimizationProblemView.Designer.cs

    r5927 r8029  
    2525    private void InitializeComponent() {
    2626      this.createExperimentButton = new System.Windows.Forms.Button();
     27      ((System.ComponentModel.ISupportInitialize)(this.problemInstanceSplitContainer)).BeginInit();
     28      this.problemInstanceSplitContainer.Panel1.SuspendLayout();
     29      this.problemInstanceSplitContainer.Panel2.SuspendLayout();
     30      this.problemInstanceSplitContainer.SuspendLayout();
    2731      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    2832      this.SuspendLayout();
     33      //
     34      // problemInstanceSplitContainer
     35      //
     36      this.problemInstanceSplitContainer.Size = new System.Drawing.Size(601, 399);
     37      //
     38      // ProblemInstanceConsumerViewHost
     39      //
     40      this.ProblemInstanceConsumerViewHost.Size = new System.Drawing.Size(589, 23);
    2941      //
    3042      // parameterCollectionView
    3143      //
    3244      this.parameterCollectionView.AllowDrop = true;
    33       this.parameterCollectionView.Size = new System.Drawing.Size(604, 373);
     45      this.parameterCollectionView.Size = new System.Drawing.Size(592, 339);
    3446      this.parameterCollectionView.DragDrop += new System.Windows.Forms.DragEventHandler(this.parameterCollectionView_DragDrop);
    3547      this.parameterCollectionView.DragEnter += new System.Windows.Forms.DragEventHandler(this.parameterCollectionView_DragEnterOver);
     
    4052      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    4153      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    42       this.nameTextBox.Size = new System.Drawing.Size(542, 20);
     54      this.nameTextBox.Size = new System.Drawing.Size(620, 20);
     55      //
     56      // infoLabel
     57      //
     58      this.infoLabel.Location = new System.Drawing.Point(569, 4);
    4359      //
    4460      // createExperimentButton
     
    4864      this.createExperimentButton.Location = new System.Drawing.Point(0, 405);
    4965      this.createExperimentButton.Name = "createExperimentButton";
    50       this.createExperimentButton.Size = new System.Drawing.Size(604, 24);
     66      this.createExperimentButton.Size = new System.Drawing.Size(601, 24);
    5167      this.createExperimentButton.TabIndex = 5;
    5268      this.createExperimentButton.Text = "Create Combinations";
     
    6278      this.Size = new System.Drawing.Size(604, 431);
    6379      this.Controls.SetChildIndex(this.createExperimentButton, 0);
    64       this.Controls.SetChildIndex(this.infoLabel, 0);
    65       this.Controls.SetChildIndex(this.nameTextBox, 0);
    66       this.Controls.SetChildIndex(this.nameLabel, 0);
    67       this.Controls.SetChildIndex(this.parameterCollectionView, 0);
     80      this.Controls.SetChildIndex(this.problemInstanceSplitContainer, 0);
     81      this.problemInstanceSplitContainer.Panel1.ResumeLayout(false);
     82      this.problemInstanceSplitContainer.Panel2.ResumeLayout(false);
     83      this.problemInstanceSplitContainer.Panel2.PerformLayout();
     84      ((System.ComponentModel.ISupportInitialize)(this.problemInstanceSplitContainer)).EndInit();
     85      this.problemInstanceSplitContainer.ResumeLayout(false);
    6886      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    6987      this.ResumeLayout(false);
    70       this.PerformLayout();
    7188
    7289    }
  • branches/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization.Views/3.3/MetaOptimizationProblemView.resx

    r5927 r8029  
    121121    <value>107, 17</value>
    122122  </metadata>
     123  <metadata name="errorProvider.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
     124    <value>107, 17</value>
     125  </metadata>
    123126  <metadata name="toolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
    124127    <value>17, 17</value>
Note: See TracChangeset for help on using the changeset viewer.