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

    r2790 r2796  
    104104      this.itemsListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
    105105      this.itemsListView.HideSelection = false;
    106       this.itemsListView.Location = new System.Drawing.Point(3, 32);
     106      this.itemsListView.Location = new System.Drawing.Point(3, 33);
    107107      this.itemsListView.Name = "itemsListView";
    108108      this.itemsListView.ShowItemToolTips = true;
    109       this.itemsListView.Size = new System.Drawing.Size(244, 328);
     109      this.itemsListView.Size = new System.Drawing.Size(244, 327);
    110110      this.itemsListView.SmallImageList = this.imageList;
    111111      this.itemsListView.TabIndex = 4;
     
    131131      this.sortDescendingButton.Enabled = false;
    132132      this.sortDescendingButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.SortUp;
    133       this.sortDescendingButton.Location = new System.Drawing.Point(32, 3);
     133      this.sortDescendingButton.Location = new System.Drawing.Point(33, 3);
    134134      this.sortDescendingButton.Name = "sortDescendingButton";
    135       this.sortDescendingButton.Size = new System.Drawing.Size(23, 23);
     135      this.sortDescendingButton.Size = new System.Drawing.Size(24, 24);
    136136      this.sortDescendingButton.TabIndex = 1;
    137137      this.toolTip.SetToolTip(this.sortDescendingButton, "Sort Descending");
     
    143143      this.sortAscendingButton.Enabled = false;
    144144      this.sortAscendingButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Sort;
    145       this.sortAscendingButton.Location = new System.Drawing.Point(61, 3);
     145      this.sortAscendingButton.Location = new System.Drawing.Point(63, 3);
    146146      this.sortAscendingButton.Name = "sortAscendingButton";
    147       this.sortAscendingButton.Size = new System.Drawing.Size(23, 23);
     147      this.sortAscendingButton.Size = new System.Drawing.Size(24, 24);
    148148      this.sortAscendingButton.TabIndex = 2;
    149149      this.toolTip.SetToolTip(this.sortAscendingButton, "Sort Ascending");
     
    155155      this.removeButton.Enabled = false;
    156156      this.removeButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Remove;
    157       this.removeButton.Location = new System.Drawing.Point(90, 3);
     157      this.removeButton.Location = new System.Drawing.Point(93, 3);
    158158      this.removeButton.Name = "removeButton";
    159       this.removeButton.Size = new System.Drawing.Size(23, 23);
     159      this.removeButton.Size = new System.Drawing.Size(24, 24);
    160160      this.removeButton.TabIndex = 3;
    161161      this.toolTip.SetToolTip(this.removeButton, "Remove");
     
    168168      this.addButton.Location = new System.Drawing.Point(3, 3);
    169169      this.addButton.Name = "addButton";
    170       this.addButton.Size = new System.Drawing.Size(23, 23);
     170      this.addButton.Size = new System.Drawing.Size(24, 24);
    171171      this.addButton.TabIndex = 0;
    172172      this.toolTip.SetToolTip(this.addButton, "Add");
     
    180180                  | System.Windows.Forms.AnchorStyles.Right)));
    181181      this.detailsGroupBox.Controls.Add(this.viewHost);
    182       this.detailsGroupBox.Location = new System.Drawing.Point(3, 26);
     182      this.detailsGroupBox.Location = new System.Drawing.Point(3, 27);
    183183      this.detailsGroupBox.Name = "detailsGroupBox";
    184184      this.detailsGroupBox.Size = new System.Drawing.Size(266, 335);
     
    192192                  | System.Windows.Forms.AnchorStyles.Left)
    193193                  | System.Windows.Forms.AnchorStyles.Right)));
     194      this.viewHost.Content = null;
    194195      this.viewHost.Location = new System.Drawing.Point(6, 19);
    195196      this.viewHost.Name = "viewHost";
    196       this.viewHost.Content = null;
    197197      this.viewHost.Size = new System.Drawing.Size(254, 310);
    198198      this.viewHost.TabIndex = 0;
Note: See TracChangeset for help on using the changeset viewer.