Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/11/14 03:32:15 (10 years ago)
Author:
swagner
Message:

#2205: Worked on optimization networks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OptimizationNetworks/HeuristicLab.Optimization.Networks.Views/3.3/ValuePortView.Designer.cs

    r11438 r11449  
    6464            | System.Windows.Forms.AnchorStyles.Right)));
    6565      this.valueGroupBox.Controls.Add(this.valuePanel);
    66       this.valueGroupBox.Location = new System.Drawing.Point(0, 52);
     66      this.valueGroupBox.Location = new System.Drawing.Point(0, 26);
    6767      this.valueGroupBox.Name = "valueGroupBox";
    68       this.valueGroupBox.Size = new System.Drawing.Size(645, 465);
    69       this.valueGroupBox.TabIndex = 5;
     68      this.valueGroupBox.Size = new System.Drawing.Size(645, 491);
     69      this.valueGroupBox.TabIndex = 3;
    7070      this.valueGroupBox.TabStop = false;
    7171      this.valueGroupBox.Text = "Value";
     
    7979      this.valuePanel.Location = new System.Drawing.Point(6, 19);
    8080      this.valuePanel.Name = "valuePanel";
    81       this.valuePanel.Size = new System.Drawing.Size(633, 440);
     81      this.valuePanel.Size = new System.Drawing.Size(633, 466);
    8282      this.valuePanel.TabIndex = 0;
    8383      //
     
    9191      this.valueViewHost.Name = "valueViewHost";
    9292      this.valueViewHost.ReadOnly = false;
    93       this.valueViewHost.Size = new System.Drawing.Size(633, 440);
     93      this.valueViewHost.Size = new System.Drawing.Size(633, 466);
    9494      this.valueViewHost.TabIndex = 0;
    9595      this.valueViewHost.ViewsLabelVisible = true;
     
    101101      this.Controls.Add(this.valueGroupBox);
    102102      this.Name = "ValuePortView";
    103       this.Controls.SetChildIndex(this.pathLabel, 0);
    104       this.Controls.SetChildIndex(this.pathTextBox, 0);
    105103      this.Controls.SetChildIndex(this.nameLabel, 0);
    106104      this.Controls.SetChildIndex(this.nameTextBox, 0);
Note: See TracChangeset for help on using the changeset viewer.