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/ValueLookupParameterView.Designer.cs

    r2796 r2917  
    4646    /// </summary>
    4747    private void InitializeComponent() {
    48       this.components = new System.ComponentModel.Container();
    4948      this.valueGroupBox = new System.Windows.Forms.GroupBox();
    5049      this.valuePanel = new System.Windows.Forms.Panel();
     
    5251      this.clearValueButton = new System.Windows.Forms.Button();
    5352      this.setValueButton = new System.Windows.Forms.Button();
    54       this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    5553      this.actualNameTextBox = new System.Windows.Forms.TextBox();
    5654      this.actualNameLabel = new System.Windows.Forms.Label();
     
    6260      // dataTypeLabel
    6361      //
    64       this.dataTypeLabel.Location = new System.Drawing.Point(3, 123);
     62      this.dataTypeLabel.Location = new System.Drawing.Point(3, 81);
    6563      this.dataTypeLabel.TabIndex = 6;
    6664      //
    6765      // dataTypeTextBox
    6866      //
    69       this.dataTypeTextBox.Location = new System.Drawing.Point(80, 120);
     67      this.dataTypeTextBox.Location = new System.Drawing.Point(80, 78);
    7068      this.dataTypeTextBox.Size = new System.Drawing.Size(306, 20);
    7169      this.dataTypeTextBox.TabIndex = 7;
     
    8684      //
    8785      this.descriptionTextBox.Location = new System.Drawing.Point(80, 52);
    88       this.descriptionTextBox.Size = new System.Drawing.Size(306, 62);
     86      this.descriptionTextBox.Size = new System.Drawing.Size(306, 20);
    8987      this.descriptionTextBox.TabIndex = 5;
    9088      //
     
    9795      this.valueGroupBox.Controls.Add(this.clearValueButton);
    9896      this.valueGroupBox.Controls.Add(this.setValueButton);
    99       this.valueGroupBox.Location = new System.Drawing.Point(0, 146);
     97      this.valueGroupBox.Location = new System.Drawing.Point(0, 104);
    10098      this.valueGroupBox.Name = "valueGroupBox";
    101       this.valueGroupBox.Size = new System.Drawing.Size(386, 169);
     99      this.valueGroupBox.Size = new System.Drawing.Size(386, 211);
    102100      this.valueGroupBox.TabIndex = 8;
    103101      this.valueGroupBox.TabStop = false;
     
    113111      this.valuePanel.Location = new System.Drawing.Point(6, 49);
    114112      this.valuePanel.Name = "valuePanel";
    115       this.valuePanel.Size = new System.Drawing.Size(374, 114);
     113      this.valuePanel.Size = new System.Drawing.Size(374, 156);
    116114      this.valuePanel.TabIndex = 0;
    117115      this.valuePanel.DragOver += new System.Windows.Forms.DragEventHandler(this.valuePanel_DragEnterOver);
     
    125123      this.viewHost.Location = new System.Drawing.Point(0, 0);
    126124      this.viewHost.Name = "viewHost";
    127       this.viewHost.Size = new System.Drawing.Size(374, 114);
     125      this.viewHost.Size = new System.Drawing.Size(374, 156);
    128126      this.viewHost.TabIndex = 0;
     127      this.viewHost.ViewType = null;
    129128      //
    130129      // clearValueButton
     
    202201    protected HeuristicLab.Core.Views.ViewHost viewHost;
    203202    protected System.Windows.Forms.Button setValueButton;
    204     protected System.Windows.Forms.ToolTip toolTip;
    205203    protected System.Windows.Forms.Button clearValueButton;
    206204    protected System.Windows.Forms.TextBox actualNameTextBox;
Note: See TracChangeset for help on using the changeset viewer.