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

    r2790 r2796  
    9696      this.removeButton.Enabled = false;
    9797      this.removeButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Remove;
    98       this.removeButton.Location = new System.Drawing.Point(90, 3);
     98      this.removeButton.Location = new System.Drawing.Point(93, 3);
    9999      this.removeButton.Name = "removeButton";
    100       this.removeButton.Size = new System.Drawing.Size(23, 23);
     100      this.removeButton.Size = new System.Drawing.Size(24, 24);
    101101      this.removeButton.TabIndex = 3;
    102102      this.toolTip.SetToolTip(this.removeButton, "Remove");
     
    108108      this.moveUpButton.Enabled = false;
    109109      this.moveUpButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.ArrowUp;
    110       this.moveUpButton.Location = new System.Drawing.Point(32, 3);
     110      this.moveUpButton.Location = new System.Drawing.Point(33, 3);
    111111      this.moveUpButton.Name = "moveUpButton";
    112       this.moveUpButton.Size = new System.Drawing.Size(23, 23);
     112      this.moveUpButton.Size = new System.Drawing.Size(24, 24);
    113113      this.moveUpButton.TabIndex = 1;
    114114      this.toolTip.SetToolTip(this.moveUpButton, "Move Up");
     
    120120      this.moveDownButton.Enabled = false;
    121121      this.moveDownButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.ArrowDown;
    122       this.moveDownButton.Location = new System.Drawing.Point(61, 3);
     122      this.moveDownButton.Location = new System.Drawing.Point(63, 3);
    123123      this.moveDownButton.Name = "moveDownButton";
    124       this.moveDownButton.Size = new System.Drawing.Size(23, 23);
     124      this.moveDownButton.Size = new System.Drawing.Size(24, 24);
    125125      this.moveDownButton.TabIndex = 2;
    126126      this.toolTip.SetToolTip(this.moveDownButton, "Move Down");
     
    138138      this.itemsListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
    139139      this.itemsListView.HideSelection = false;
    140       this.itemsListView.Location = new System.Drawing.Point(3, 32);
     140      this.itemsListView.Location = new System.Drawing.Point(3, 33);
    141141      this.itemsListView.Name = "itemsListView";
    142142      this.itemsListView.ShowItemToolTips = true;
    143       this.itemsListView.Size = new System.Drawing.Size(194, 287);
     143      this.itemsListView.Size = new System.Drawing.Size(194, 286);
    144144      this.itemsListView.SmallImageList = this.imageList;
    145145      this.itemsListView.TabIndex = 4;
     
    166166      this.addButton.Location = new System.Drawing.Point(3, 3);
    167167      this.addButton.Name = "addButton";
    168       this.addButton.Size = new System.Drawing.Size(23, 23);
     168      this.addButton.Size = new System.Drawing.Size(24, 24);
    169169      this.addButton.TabIndex = 0;
    170170      this.toolTip.SetToolTip(this.addButton, "Add");
     
    178178                  | System.Windows.Forms.AnchorStyles.Right)));
    179179      this.detailsGroupBox.Controls.Add(this.viewHost);
    180       this.detailsGroupBox.Location = new System.Drawing.Point(3, 26);
     180      this.detailsGroupBox.Location = new System.Drawing.Point(3, 27);
    181181      this.detailsGroupBox.Name = "detailsGroupBox";
    182182      this.detailsGroupBox.Size = new System.Drawing.Size(283, 294);
     
    190190                  | System.Windows.Forms.AnchorStyles.Left)
    191191                  | System.Windows.Forms.AnchorStyles.Right)));
     192      this.viewHost.Content = null;
    192193      this.viewHost.Location = new System.Drawing.Point(6, 19);
    193194      this.viewHost.Name = "viewHost";
    194       this.viewHost.Content = null;
    195195      this.viewHost.Size = new System.Drawing.Size(271, 269);
    196196      this.viewHost.TabIndex = 0;
Note: See TracChangeset for help on using the changeset viewer.