Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/10 06:46:30 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • implemented reviewers' comments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Parameters.Views/3.3/ParameterView.Designer.cs

    r2790 r2917  
    5454      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    5555      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    56       this.nameTextBox.Location = new System.Drawing.Point(72, 0);
    5756      this.nameTextBox.Size = new System.Drawing.Size(321, 20);
    58       //
    59       // nameLabel
    60       //
    61       this.nameLabel.Location = new System.Drawing.Point(3, 3);
    62       //
    63       // descriptionLabel
    64       //
    65       this.descriptionLabel.Location = new System.Drawing.Point(3, 29);
    6657      //
    6758      // descriptionTextBox
    6859      //
    69       this.descriptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    70                   | System.Windows.Forms.AnchorStyles.Right)));
    71       this.descriptionTextBox.Location = new System.Drawing.Point(72, 26);
    72       this.descriptionTextBox.Size = new System.Drawing.Size(321, 62);
     60      this.descriptionTextBox.Size = new System.Drawing.Size(321, 20);
    7361      //
    7462      // dataTypeLabel
    7563      //
    7664      this.dataTypeLabel.AutoSize = true;
    77       this.dataTypeLabel.Location = new System.Drawing.Point(3, 97);
     65      this.dataTypeLabel.Location = new System.Drawing.Point(3, 55);
    7866      this.dataTypeLabel.Name = "dataTypeLabel";
    7967      this.dataTypeLabel.Size = new System.Drawing.Size(60, 13);
     
    8573      this.dataTypeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    8674                  | System.Windows.Forms.AnchorStyles.Right)));
    87       this.dataTypeTextBox.Location = new System.Drawing.Point(72, 94);
     75      this.dataTypeTextBox.Location = new System.Drawing.Point(72, 52);
    8876      this.dataTypeTextBox.Name = "dataTypeTextBox";
    8977      this.dataTypeTextBox.ReadOnly = true;
     
    9886      this.Controls.Add(this.dataTypeTextBox);
    9987      this.Name = "ParameterView";
    100       this.Size = new System.Drawing.Size(393, 124);
     88      this.Size = new System.Drawing.Size(393, 79);
    10189      this.Controls.SetChildIndex(this.dataTypeTextBox, 0);
    10290      this.Controls.SetChildIndex(this.descriptionTextBox, 0);
Note: See TracChangeset for help on using the changeset viewer.