Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/01/17 14:44:48 (7 years ago)
Author:
pfleck
Message:

#2709

  • renamed Column -> Variable, Row -> Datarow.
  • scatterplot using regular comboboxes for variables.
  • adapted sizing and small layouting in multiscatterplot, histogram, statistics and datagrid.
File:
1 edited

Legend:

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

    r14993 r15019  
    8080      this.splitContainer.Panel2.SuspendLayout();
    8181      this.splitContainer.SuspendLayout();
     82      this.variablesGroupBox.SuspendLayout();
    8283      this.frameTableLayoutPanel.SuspendLayout();
    8384      this.columnHeaderScrollPanel.SuspendLayout();
     
    109110      //
    110111      this.splitContainer.Panel2.Controls.Add(this.frameTableLayoutPanel);
     112      this.splitContainer.Size = new System.Drawing.Size(940, 698);
     113      //
     114      // variablesListView
     115      //
     116      this.variablesListView.Size = new System.Drawing.Size(168, 270);
     117      //
     118      // variablesGroupBox
     119      //
     120      this.variablesGroupBox.Size = new System.Drawing.Size(180, 325);
    111121      //
    112122      // frameTableLayoutPanel
     
    124134      this.frameTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
    125135      this.frameTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
    126       this.frameTableLayoutPanel.Size = new System.Drawing.Size(470, 403);
     136      this.frameTableLayoutPanel.Size = new System.Drawing.Size(756, 698);
    127137      this.frameTableLayoutPanel.TabIndex = 0;
    128138      //
     
    134144      this.columnHeaderScrollPanel.Margin = new System.Windows.Forms.Padding(0);
    135145      this.columnHeaderScrollPanel.Name = "columnHeaderScrollPanel";
    136       this.columnHeaderScrollPanel.Size = new System.Drawing.Size(699, 40);
     146      this.columnHeaderScrollPanel.Size = new System.Drawing.Size(716, 40);
    137147      this.columnHeaderScrollPanel.TabIndex = 3;
    138148      //
     
    161171      this.rowHeaderScrollPanel.Margin = new System.Windows.Forms.Padding(0);
    162172      this.rowHeaderScrollPanel.Name = "rowHeaderScrollPanel";
    163       this.rowHeaderScrollPanel.Size = new System.Drawing.Size(40, 480);
     173      this.rowHeaderScrollPanel.Size = new System.Drawing.Size(40, 658);
    164174      this.rowHeaderScrollPanel.TabIndex = 4;
    165175      //
     
    189199      this.bodyScrollPanel.Margin = new System.Windows.Forms.Padding(0);
    190200      this.bodyScrollPanel.Name = "bodyScrollPanel";
    191       this.bodyScrollPanel.Size = new System.Drawing.Size(699, 480);
     201      this.bodyScrollPanel.Size = new System.Drawing.Size(716, 658);
    192202      this.bodyScrollPanel.TabIndex = 5;
    193203      this.bodyScrollPanel.Scroll += new System.Windows.Forms.ScrollEventHandler(this.bodyScrollPanel_Scroll);
     
    217227      this.sizeGroupBox.Controls.Add(this.lockAspectCheckBox);
    218228      this.sizeGroupBox.Dock = System.Windows.Forms.DockStyle.Bottom;
    219       this.sizeGroupBox.Location = new System.Drawing.Point(0, 30);
     229      this.sizeGroupBox.Location = new System.Drawing.Point(0, 325);
    220230      this.sizeGroupBox.Name = "sizeGroupBox";
    221       this.sizeGroupBox.Size = new System.Drawing.Size(180, 94);
     231      this.sizeGroupBox.Size = new System.Drawing.Size(180, 98);
    222232      this.sizeGroupBox.TabIndex = 5;
    223233      this.sizeGroupBox.TabStop = false;
     
    233243            0,
    234244            0});
    235       this.heightNumericUpDown.Location = new System.Drawing.Point(50, 40);
     245      this.heightNumericUpDown.Location = new System.Drawing.Point(50, 46);
    236246      this.heightNumericUpDown.Maximum = new decimal(new int[] {
    237247            100000,
     
    258268            0,
    259269            0});
    260       this.widthNumericUpDown.Location = new System.Drawing.Point(50, 14);
     270      this.widthNumericUpDown.Location = new System.Drawing.Point(50, 20);
    261271      this.widthNumericUpDown.Maximum = new decimal(new int[] {
    262272            10000,
     
    277287      //
    278288      this.heightLabel.AutoSize = true;
    279       this.heightLabel.Location = new System.Drawing.Point(6, 42);
     289      this.heightLabel.Location = new System.Drawing.Point(6, 48);
    280290      this.heightLabel.Name = "heightLabel";
    281291      this.heightLabel.Size = new System.Drawing.Size(41, 13);
     
    286296      //
    287297      this.widthLabel.AutoSize = true;
    288       this.widthLabel.Location = new System.Drawing.Point(6, 16);
     298      this.widthLabel.Location = new System.Drawing.Point(6, 22);
    289299      this.widthLabel.Name = "widthLabel";
    290300      this.widthLabel.Size = new System.Drawing.Size(38, 13);
     
    297307      this.lockAspectCheckBox.Checked = true;
    298308      this.lockAspectCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
    299       this.lockAspectCheckBox.Location = new System.Drawing.Point(50, 66);
     309      this.lockAspectCheckBox.Location = new System.Drawing.Point(50, 73);
    300310      this.lockAspectCheckBox.Name = "lockAspectCheckBox";
    301311      this.lockAspectCheckBox.Size = new System.Drawing.Size(114, 17);
     
    345355      this.regressionGroupBox.Controls.Add(this.regressionTyleLabel);
    346356      this.regressionGroupBox.Dock = System.Windows.Forms.DockStyle.Bottom;
    347       this.regressionGroupBox.Location = new System.Drawing.Point(0, 322);
     357      this.regressionGroupBox.Location = new System.Drawing.Point(0, 623);
    348358      this.regressionGroupBox.Name = "regressionGroupBox";
    349       this.regressionGroupBox.Size = new System.Drawing.Size(180, 81);
     359      this.regressionGroupBox.Size = new System.Drawing.Size(180, 75);
    350360      this.regressionGroupBox.TabIndex = 3;
    351361      this.regressionGroupBox.TabStop = false;
     
    415425      this.groupingOptionsBox.Controls.Add(this.groupingComboBox);
    416426      this.groupingOptionsBox.Dock = System.Windows.Forms.DockStyle.Bottom;
    417       this.groupingOptionsBox.Location = new System.Drawing.Point(0, 193);
     427      this.groupingOptionsBox.Location = new System.Drawing.Point(0, 492);
    418428      this.groupingOptionsBox.Name = "groupingOptionsBox";
    419       this.groupingOptionsBox.Size = new System.Drawing.Size(180, 129);
     429      this.groupingOptionsBox.Size = new System.Drawing.Size(180, 131);
    420430      this.groupingOptionsBox.TabIndex = 8;
    421431      this.groupingOptionsBox.TabStop = false;
     
    428438      this.legendGroupBox.Controls.Add(this.legendOrderLabel);
    429439      this.legendGroupBox.Enabled = false;
    430       this.legendGroupBox.Location = new System.Drawing.Point(9, 73);
     440      this.legendGroupBox.Location = new System.Drawing.Point(6, 73);
    431441      this.legendGroupBox.Name = "legendGroupBox";
    432       this.legendGroupBox.Size = new System.Drawing.Size(164, 50);
     442      this.legendGroupBox.Size = new System.Drawing.Size(167, 50);
    433443      this.legendGroupBox.TabIndex = 7;
    434444      this.legendGroupBox.TabStop = false;
     
    545555      this.pointsGroupBox.Controls.Add(this.opacityLabel);
    546556      this.pointsGroupBox.Dock = System.Windows.Forms.DockStyle.Bottom;
    547       this.pointsGroupBox.Location = new System.Drawing.Point(0, 124);
     557      this.pointsGroupBox.Location = new System.Drawing.Point(0, 423);
    548558      this.pointsGroupBox.Name = "pointsGroupBox";
    549559      this.pointsGroupBox.Size = new System.Drawing.Size(180, 69);
     
    557567      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    558568      this.Name = "ScatterPlotMultiView";
     569      this.Size = new System.Drawing.Size(940, 698);
    559570      this.splitContainer.Panel1.ResumeLayout(false);
    560571      this.splitContainer.Panel2.ResumeLayout(false);
    561572      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
    562573      this.splitContainer.ResumeLayout(false);
     574      this.variablesGroupBox.ResumeLayout(false);
    563575      this.frameTableLayoutPanel.ResumeLayout(false);
    564576      this.columnHeaderScrollPanel.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.