Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/15/10 05:26:02 (14 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/ItemArrayView.Designer.cs

    r2790 r2796  
    9696      this.moveUpButton.Location = new System.Drawing.Point(3, 3);
    9797      this.moveUpButton.Name = "moveUpButton";
    98       this.moveUpButton.Size = new System.Drawing.Size(23, 23);
     98      this.moveUpButton.Size = new System.Drawing.Size(24, 24);
    9999      this.moveUpButton.TabIndex = 0;
    100100      this.toolTip.SetToolTip(this.moveUpButton, "Move Up");
     
    106106      this.moveDownButton.Enabled = false;
    107107      this.moveDownButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.ArrowDown;
    108       this.moveDownButton.Location = new System.Drawing.Point(32, 3);
     108      this.moveDownButton.Location = new System.Drawing.Point(33, 3);
    109109      this.moveDownButton.Name = "moveDownButton";
    110       this.moveDownButton.Size = new System.Drawing.Size(23, 23);
     110      this.moveDownButton.Size = new System.Drawing.Size(24, 24);
    111111      this.moveDownButton.TabIndex = 1;
    112112      this.toolTip.SetToolTip(this.moveDownButton, "Move Down");
     
    124124      this.itemsListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
    125125      this.itemsListView.HideSelection = false;
    126       this.itemsListView.Location = new System.Drawing.Point(3, 32);
     126      this.itemsListView.Location = new System.Drawing.Point(3, 33);
    127127      this.itemsListView.Name = "itemsListView";
    128128      this.itemsListView.ShowItemToolTips = true;
    129       this.itemsListView.Size = new System.Drawing.Size(194, 287);
     129      this.itemsListView.Size = new System.Drawing.Size(194, 286);
    130130      this.itemsListView.SmallImageList = this.imageList;
    131131      this.itemsListView.TabIndex = 2;
     
    153153                  | System.Windows.Forms.AnchorStyles.Right)));
    154154      this.detailsGroupBox.Controls.Add(this.viewHost);
    155       this.detailsGroupBox.Location = new System.Drawing.Point(3, 26);
     155      this.detailsGroupBox.Location = new System.Drawing.Point(3, 27);
    156156      this.detailsGroupBox.Name = "detailsGroupBox";
    157157      this.detailsGroupBox.Size = new System.Drawing.Size(283, 294);
Note: See TracChangeset for help on using the changeset viewer.