Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/15/10 05:26:02 (15 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • worked on operators, parameters and problems
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core.Views/3.3/CreateParameterDialog.Designer.cs

    r2790 r2796  
    120120      this.descriptionTextBox.Name = "descriptionTextBox";
    121121      this.descriptionTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
    122       this.descriptionTextBox.Size = new System.Drawing.Size(452, 103);
     122      this.descriptionTextBox.Size = new System.Drawing.Size(452, 102);
    123123      this.descriptionTextBox.TabIndex = 4;
    124124      //
     
    127127      this.dataTypeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    128128      this.dataTypeLabel.AutoSize = true;
    129       this.dataTypeLabel.Location = new System.Drawing.Point(9, 426);
     129      this.dataTypeLabel.Location = new System.Drawing.Point(12, 425);
    130130      this.dataTypeLabel.Name = "dataTypeLabel";
    131131      this.dataTypeLabel.Size = new System.Drawing.Size(60, 13);
     
    138138                  | System.Windows.Forms.AnchorStyles.Right)));
    139139      this.dataTypeTextBox.Enabled = false;
    140       this.dataTypeTextBox.Location = new System.Drawing.Point(78, 423);
     140      this.dataTypeTextBox.Location = new System.Drawing.Point(78, 422);
    141141      this.dataTypeTextBox.Name = "dataTypeTextBox";
    142142      this.dataTypeTextBox.ReadOnly = true;
    143       this.dataTypeTextBox.Size = new System.Drawing.Size(423, 20);
     143      this.dataTypeTextBox.Size = new System.Drawing.Size(422, 20);
    144144      this.dataTypeTextBox.TabIndex = 6;
    145145      //
     
    149149      this.setDataTypeButton.Enabled = false;
    150150      this.setDataTypeButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Add;
    151       this.setDataTypeButton.Location = new System.Drawing.Point(507, 421);
     151      this.setDataTypeButton.Location = new System.Drawing.Point(506, 420);
    152152      this.setDataTypeButton.Name = "setDataTypeButton";
    153       this.setDataTypeButton.Size = new System.Drawing.Size(23, 23);
     153      this.setDataTypeButton.Size = new System.Drawing.Size(24, 24);
    154154      this.setDataTypeButton.TabIndex = 7;
    155155      this.toolTip.SetToolTip(this.setDataTypeButton, "Set Data Type");
     
    193193      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
    194194      this.Text = "Create Parameter";
    195       this.Load += new System.EventHandler(this.CreateParameterDialog_Load);
    196195      this.ResumeLayout(false);
    197196      this.PerformLayout();
Note: See TracChangeset for help on using the changeset viewer.