Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/20/16 15:28:14 (7 years ago)
Author:
pfleck
Message:

#2709

  • Added Check Inputs/All/None buttons instead of showing disabled buttons of the ItemCollectionView.
  • Removed the PreprocessingCheckedItemListView. A standard ListView is used instead.
  • Fixed slow updating when simultaneously (un-)checking multiple variables in the chart views. (currently only works by using the new buttons)
File:
1 edited

Legend:

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

    r14388 r14511  
    7070      this.SuspendLayout();
    7171      //
    72       // checkedItemList
    73       //
    74       this.checkedItemList.Size = new System.Drawing.Size(113, 369);
    75       //
    7672      // splitContainer
    7773      //
     
    8480      //
    8581      this.splitContainer.Panel2.Controls.Add(this.frameTableLayoutPanel);
    86       this.splitContainer.Size = new System.Drawing.Size(863, 520);
    87       this.splitContainer.SplitterDistance = 120;
    8882      //
    8983      // frameTableLayoutPanel
     
    10195      this.frameTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
    10296      this.frameTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
    103       this.frameTableLayoutPanel.Size = new System.Drawing.Size(739, 520);
     97      this.frameTableLayoutPanel.Size = new System.Drawing.Size(470, 403);
    10498      this.frameTableLayoutPanel.TabIndex = 0;
    10599      //
     
    188182      // sizeGroupBox
    189183      //
    190       this.sizeGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
    191             | System.Windows.Forms.AnchorStyles.Right)));
    192184      this.sizeGroupBox.Controls.Add(this.heightLabel);
    193185      this.sizeGroupBox.Controls.Add(this.widthLabel);
    194186      this.sizeGroupBox.Controls.Add(this.heightTrackBar);
    195187      this.sizeGroupBox.Controls.Add(this.widthTrackBar);
    196       this.sizeGroupBox.Location = new System.Drawing.Point(4, 379);
     188      this.sizeGroupBox.Dock = System.Windows.Forms.DockStyle.Bottom;
     189      this.sizeGroupBox.Location = new System.Drawing.Point(0, 267);
    197190      this.sizeGroupBox.Name = "sizeGroupBox";
    198       this.sizeGroupBox.Size = new System.Drawing.Size(113, 124);
     191      this.sizeGroupBox.Size = new System.Drawing.Size(180, 136);
    199192      this.sizeGroupBox.TabIndex = 5;
    200193      this.sizeGroupBox.TabStop = false;
     
    227220      this.heightTrackBar.Maximum = 100;
    228221      this.heightTrackBar.Name = "heightTrackBar";
    229       this.heightTrackBar.Size = new System.Drawing.Size(101, 45);
     222      this.heightTrackBar.Size = new System.Drawing.Size(168, 45);
    230223      this.heightTrackBar.SmallChange = 10;
    231224      this.heightTrackBar.TabIndex = 0;
     
    242235      this.widthTrackBar.Maximum = 100;
    243236      this.widthTrackBar.Name = "widthTrackBar";
    244       this.widthTrackBar.Size = new System.Drawing.Size(101, 45);
     237      this.widthTrackBar.Size = new System.Drawing.Size(168, 45);
    245238      this.widthTrackBar.SmallChange = 10;
    246239      this.widthTrackBar.TabIndex = 0;
     
    254247      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    255248      this.Name = "ScatterPlotMultiView";
    256       this.Size = new System.Drawing.Size(863, 520);
    257249      this.splitContainer.Panel1.ResumeLayout(false);
    258250      this.splitContainer.Panel2.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.