Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/09/16 11:35:42 (7 years ago)
Author:
pfleck
Message:

#2709

  • Removed some groupboxes in ViewShortcutListView.
  • Removed unnecessary IViewChartShortcut
  • Split ScatterPlot Multi and Single in to separate contents.
  • Renamed Color-combo box in Scatterplot to "Group".
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4/ViewShortcutListView.Designer.cs

    r14462 r14467  
    5353      this.SuspendLayout();
    5454      //
    55       // splitContainer
    56       //
    57       this.splitContainer.Size = new System.Drawing.Size(526, 364);
    58       //
    59       // itemsGroupBox
    60       //
    61       this.itemsGroupBox.Size = new System.Drawing.Size(532, 383);
    62       //
    6355      // itemsListView
    6456      //
    65       this.itemsListView.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)));
    6657      this.itemsListView.Dock = System.Windows.Forms.DockStyle.Fill;
    67       this.itemsListView.Location = new System.Drawing.Point(0, 0);
    68       this.itemsListView.Size = new System.Drawing.Size(200, 364);
    69       //
    70       // detailsGroupBox
    71       //
    72       this.detailsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)));
    73       this.detailsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
    74       this.detailsGroupBox.Location = new System.Drawing.Point(0, 0);
    75       this.detailsGroupBox.Size = new System.Drawing.Size(322, 364);
    76       //
    77       // addButton
    78       //
    79       this.toolTip.SetToolTip(this.addButton, "Add");
    80       this.addButton.Visible = false;
    81       //
    82       // removeButton
    83       //
    84       this.toolTip.SetToolTip(this.removeButton, "Remove");
    85       this.removeButton.Visible = false;
    86       //
    87       // moveUpButton
    88       //
    89       this.toolTip.SetToolTip(this.moveUpButton, "Move Up");
    90       this.moveUpButton.Visible = false;
    91       //
    92       // moveDownButton
    93       //
    94       this.toolTip.SetToolTip(this.moveDownButton, "Move Down");
    95       this.moveDownButton.Visible = false;
    9658      //
    9759      // viewHost
    9860      //
    99       this.viewHost.Size = new System.Drawing.Size(310, 339);
     61      this.viewHost.Dock = System.Windows.Forms.DockStyle.Fill;
    10062      this.viewHost.ViewsLabelVisible = false;
    10163      //
Note: See TracChangeset for help on using the changeset viewer.