Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/10 06:46:30 (15 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/ValueParameterView.Designer.cs

    r2891 r2917  
    5353      this.SuspendLayout();
    5454      //
     55      // dataTypeLabel
     56      //
     57      this.dataTypeLabel.Location = new System.Drawing.Point(3, 55);
     58      //
    5559      // dataTypeTextBox
    5660      //
    57       this.dataTypeTextBox.Location = new System.Drawing.Point(80, 94);
     61      this.dataTypeTextBox.Location = new System.Drawing.Point(80, 52);
    5862      this.dataTypeTextBox.Size = new System.Drawing.Size(306, 20);
    5963      //
     
    6872      //
    6973      this.descriptionTextBox.Location = new System.Drawing.Point(80, 26);
    70       this.descriptionTextBox.Size = new System.Drawing.Size(306, 62);
     74      this.descriptionTextBox.Size = new System.Drawing.Size(306, 20);
    7175      //
    7276      // valueGroupBox
     
    7680                  | System.Windows.Forms.AnchorStyles.Right)));
    7781      this.valueGroupBox.Controls.Add(this.valuePanel);
    78       this.valueGroupBox.Location = new System.Drawing.Point(0, 120);
     82      this.valueGroupBox.Location = new System.Drawing.Point(0, 78);
    7983      this.valueGroupBox.Name = "valueGroupBox";
    80       this.valueGroupBox.Size = new System.Drawing.Size(386, 195);
     84      this.valueGroupBox.Size = new System.Drawing.Size(386, 237);
    8185      this.valueGroupBox.TabIndex = 6;
    8286      this.valueGroupBox.TabStop = false;
     
    9296      this.valuePanel.Location = new System.Drawing.Point(6, 19);
    9397      this.valuePanel.Name = "valuePanel";
    94       this.valuePanel.Size = new System.Drawing.Size(374, 170);
     98      this.valuePanel.Size = new System.Drawing.Size(374, 212);
    9599      this.valuePanel.TabIndex = 0;
    96100      this.valuePanel.DragOver += new System.Windows.Forms.DragEventHandler(this.valuePanel_DragEnterOver);
     
    104108      this.viewHost.Location = new System.Drawing.Point(0, 0);
    105109      this.viewHost.Name = "viewHost";
    106       this.viewHost.Size = new System.Drawing.Size(374, 170);
     110      this.viewHost.Size = new System.Drawing.Size(374, 212);
    107111      this.viewHost.TabIndex = 0;
    108112      this.viewHost.ViewType = null;
Note: See TracChangeset for help on using the changeset viewer.