Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/03/17 10:57:53 (7 years ago)
Author:
pfleck
Message:

#2709: merged branch to trunk

Location:
trunk/sources/HeuristicLab.DataPreprocessing.Views
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.DataPreprocessing.Views

  • trunk/sources/HeuristicLab.DataPreprocessing.Views/3.4/ScatterPlotMultiView.Designer.cs

    r14388 r15110  
    5353      this.bodyTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
    5454      this.sizeGroupBox = new System.Windows.Forms.GroupBox();
     55      this.heightNumericUpDown = new System.Windows.Forms.NumericUpDown();
     56      this.widthNumericUpDown = new System.Windows.Forms.NumericUpDown();
    5557      this.heightLabel = new System.Windows.Forms.Label();
    5658      this.widthLabel = new System.Windows.Forms.Label();
    57       this.heightTrackBar = new System.Windows.Forms.TrackBar();
    58       this.widthTrackBar = new System.Windows.Forms.TrackBar();
     59      this.lockAspectCheckBox = new System.Windows.Forms.CheckBox();
     60      this.pointSizeNumericUpDown = new System.Windows.Forms.NumericUpDown();
     61      this.pointSizeLabel = new System.Windows.Forms.Label();
     62      this.regressionGroupBox = new System.Windows.Forms.GroupBox();
     63      this.regressionTypeComboBox = new System.Windows.Forms.ComboBox();
     64      this.polynomialRegressionOrderNumericUpDown = new System.Windows.Forms.NumericUpDown();
     65      this.orderLabel = new System.Windows.Forms.Label();
     66      this.regressionTyleLabel = new System.Windows.Forms.Label();
     67      this.groupingOptionsBox = new System.Windows.Forms.GroupBox();
     68      this.legendGroupBox = new System.Windows.Forms.GroupBox();
     69      this.legendCheckbox = new System.Windows.Forms.CheckBox();
     70      this.legendOrderComboBox = new System.Windows.Forms.ComboBox();
     71      this.legendOrderLabel = new System.Windows.Forms.Label();
     72      this.aggregationLabel = new System.Windows.Forms.Label();
     73      this.aggregationComboBox = new System.Windows.Forms.ComboBox();
     74      this.groupingComboBox = new System.Windows.Forms.ComboBox();
     75      this.opacityLabel = new System.Windows.Forms.Label();
     76      this.pointOpacityNumericUpDown = new System.Windows.Forms.NumericUpDown();
     77      this.pointsGroupBox = new System.Windows.Forms.GroupBox();
    5978      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
    6079      this.splitContainer.Panel1.SuspendLayout();
     
    6685      this.bodyScrollPanel.SuspendLayout();
    6786      this.sizeGroupBox.SuspendLayout();
    68       ((System.ComponentModel.ISupportInitialize)(this.heightTrackBar)).BeginInit();
    69       ((System.ComponentModel.ISupportInitialize)(this.widthTrackBar)).BeginInit();
     87      ((System.ComponentModel.ISupportInitialize)(this.heightNumericUpDown)).BeginInit();
     88      ((System.ComponentModel.ISupportInitialize)(this.widthNumericUpDown)).BeginInit();
     89      ((System.ComponentModel.ISupportInitialize)(this.pointSizeNumericUpDown)).BeginInit();
     90      this.regressionGroupBox.SuspendLayout();
     91      ((System.ComponentModel.ISupportInitialize)(this.polynomialRegressionOrderNumericUpDown)).BeginInit();
     92      this.groupingOptionsBox.SuspendLayout();
     93      this.legendGroupBox.SuspendLayout();
     94      ((System.ComponentModel.ISupportInitialize)(this.pointOpacityNumericUpDown)).BeginInit();
     95      this.pointsGroupBox.SuspendLayout();
    7096      this.SuspendLayout();
    7197      //
    72       // checkedItemList
    73       //
    74       this.checkedItemList.Size = new System.Drawing.Size(113, 369);
    75       //
    7698      // splitContainer
    7799      //
     
    80102      //
    81103      this.splitContainer.Panel1.Controls.Add(this.sizeGroupBox);
     104      this.splitContainer.Panel1.Controls.Add(this.pointsGroupBox);
     105      this.splitContainer.Panel1.Controls.Add(this.groupingOptionsBox);
     106      this.splitContainer.Panel1.Controls.Add(this.regressionGroupBox);
    82107      //
    83108      // splitContainer.Panel2
    84109      //
    85110      this.splitContainer.Panel2.Controls.Add(this.frameTableLayoutPanel);
    86       this.splitContainer.Size = new System.Drawing.Size(863, 520);
    87       this.splitContainer.SplitterDistance = 120;
     111      this.splitContainer.Size = new System.Drawing.Size(589, 451);
    88112      //
    89113      // frameTableLayoutPanel
     
    101125      this.frameTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
    102126      this.frameTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
    103       this.frameTableLayoutPanel.Size = new System.Drawing.Size(739, 520);
     127      this.frameTableLayoutPanel.Size = new System.Drawing.Size(405, 451);
    104128      this.frameTableLayoutPanel.TabIndex = 0;
    105129      //
     
    111135      this.columnHeaderScrollPanel.Margin = new System.Windows.Forms.Padding(0);
    112136      this.columnHeaderScrollPanel.Name = "columnHeaderScrollPanel";
    113       this.columnHeaderScrollPanel.Size = new System.Drawing.Size(699, 40);
     137      this.columnHeaderScrollPanel.Size = new System.Drawing.Size(365, 40);
    114138      this.columnHeaderScrollPanel.TabIndex = 3;
    115139      //
     
    138162      this.rowHeaderScrollPanel.Margin = new System.Windows.Forms.Padding(0);
    139163      this.rowHeaderScrollPanel.Name = "rowHeaderScrollPanel";
    140       this.rowHeaderScrollPanel.Size = new System.Drawing.Size(40, 480);
     164      this.rowHeaderScrollPanel.Size = new System.Drawing.Size(40, 411);
    141165      this.rowHeaderScrollPanel.TabIndex = 4;
    142166      //
     
    166190      this.bodyScrollPanel.Margin = new System.Windows.Forms.Padding(0);
    167191      this.bodyScrollPanel.Name = "bodyScrollPanel";
    168       this.bodyScrollPanel.Size = new System.Drawing.Size(699, 480);
     192      this.bodyScrollPanel.Size = new System.Drawing.Size(365, 411);
    169193      this.bodyScrollPanel.TabIndex = 5;
    170194      this.bodyScrollPanel.Scroll += new System.Windows.Forms.ScrollEventHandler(this.bodyScrollPanel_Scroll);
     
    188212      // sizeGroupBox
    189213      //
    190       this.sizeGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
    191             | System.Windows.Forms.AnchorStyles.Right)));
     214      this.sizeGroupBox.Controls.Add(this.heightNumericUpDown);
     215      this.sizeGroupBox.Controls.Add(this.widthNumericUpDown);
    192216      this.sizeGroupBox.Controls.Add(this.heightLabel);
    193217      this.sizeGroupBox.Controls.Add(this.widthLabel);
    194       this.sizeGroupBox.Controls.Add(this.heightTrackBar);
    195       this.sizeGroupBox.Controls.Add(this.widthTrackBar);
    196       this.sizeGroupBox.Location = new System.Drawing.Point(4, 379);
     218      this.sizeGroupBox.Controls.Add(this.lockAspectCheckBox);
     219      this.sizeGroupBox.Dock = System.Windows.Forms.DockStyle.Bottom;
     220      this.sizeGroupBox.Location = new System.Drawing.Point(0, 78);
    197221      this.sizeGroupBox.Name = "sizeGroupBox";
    198       this.sizeGroupBox.Size = new System.Drawing.Size(113, 124);
     222      this.sizeGroupBox.Size = new System.Drawing.Size(180, 98);
    199223      this.sizeGroupBox.TabIndex = 5;
    200224      this.sizeGroupBox.TabStop = false;
    201225      this.sizeGroupBox.Text = "Chart Size";
    202226      //
     227      // heightNumericUpDown
     228      //
     229      this.heightNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     230            | System.Windows.Forms.AnchorStyles.Right)));
     231      this.heightNumericUpDown.Increment = new decimal(new int[] {
     232            50,
     233            0,
     234            0,
     235            0});
     236      this.heightNumericUpDown.Location = new System.Drawing.Point(50, 46);
     237      this.heightNumericUpDown.Maximum = new decimal(new int[] {
     238            100000,
     239            0,
     240            0,
     241            0});
     242      this.heightNumericUpDown.Name = "heightNumericUpDown";
     243      this.heightNumericUpDown.Size = new System.Drawing.Size(124, 20);
     244      this.heightNumericUpDown.TabIndex = 4;
     245      this.heightNumericUpDown.Value = new decimal(new int[] {
     246            225,
     247            0,
     248            0,
     249            0});
     250      this.heightNumericUpDown.ValueChanged += new System.EventHandler(this.heightNumericUpDown_ValueChanged);
     251      //
     252      // widthNumericUpDown
     253      //
     254      this.widthNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     255            | System.Windows.Forms.AnchorStyles.Right)));
     256      this.widthNumericUpDown.Increment = new decimal(new int[] {
     257            50,
     258            0,
     259            0,
     260            0});
     261      this.widthNumericUpDown.Location = new System.Drawing.Point(50, 20);
     262      this.widthNumericUpDown.Maximum = new decimal(new int[] {
     263            10000,
     264            0,
     265            0,
     266            0});
     267      this.widthNumericUpDown.Name = "widthNumericUpDown";
     268      this.widthNumericUpDown.Size = new System.Drawing.Size(124, 20);
     269      this.widthNumericUpDown.TabIndex = 3;
     270      this.widthNumericUpDown.Value = new decimal(new int[] {
     271            300,
     272            0,
     273            0,
     274            0});
     275      this.widthNumericUpDown.ValueChanged += new System.EventHandler(this.widthNumericUpDown_ValueChanged);
     276      //
    203277      // heightLabel
    204278      //
    205279      this.heightLabel.AutoSize = true;
    206       this.heightLabel.Location = new System.Drawing.Point(6, 64);
     280      this.heightLabel.Location = new System.Drawing.Point(6, 48);
    207281      this.heightLabel.Name = "heightLabel";
    208282      this.heightLabel.Size = new System.Drawing.Size(41, 13);
     
    213287      //
    214288      this.widthLabel.AutoSize = true;
    215       this.widthLabel.Location = new System.Drawing.Point(6, 16);
     289      this.widthLabel.Location = new System.Drawing.Point(6, 22);
    216290      this.widthLabel.Name = "widthLabel";
    217291      this.widthLabel.Size = new System.Drawing.Size(38, 13);
     
    219293      this.widthLabel.Text = "Width:";
    220294      //
    221       // heightTrackBar
    222       //
    223       this.heightTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    224             | System.Windows.Forms.AnchorStyles.Right)));
    225       this.heightTrackBar.LargeChange = 50;
    226       this.heightTrackBar.Location = new System.Drawing.Point(6, 83);
    227       this.heightTrackBar.Maximum = 100;
    228       this.heightTrackBar.Name = "heightTrackBar";
    229       this.heightTrackBar.Size = new System.Drawing.Size(101, 45);
    230       this.heightTrackBar.SmallChange = 10;
    231       this.heightTrackBar.TabIndex = 0;
    232       this.heightTrackBar.TickFrequency = 10;
    233       this.heightTrackBar.Value = 20;
    234       this.heightTrackBar.ValueChanged += new System.EventHandler(this.heightTrackBar_ValueChanged);
    235       //
    236       // widthTrackBar
    237       //
    238       this.widthTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    239             | System.Windows.Forms.AnchorStyles.Right)));
    240       this.widthTrackBar.LargeChange = 50;
    241       this.widthTrackBar.Location = new System.Drawing.Point(6, 32);
    242       this.widthTrackBar.Maximum = 100;
    243       this.widthTrackBar.Name = "widthTrackBar";
    244       this.widthTrackBar.Size = new System.Drawing.Size(101, 45);
    245       this.widthTrackBar.SmallChange = 10;
    246       this.widthTrackBar.TabIndex = 0;
    247       this.widthTrackBar.TickFrequency = 10;
    248       this.widthTrackBar.Value = 20;
    249       this.widthTrackBar.ValueChanged += new System.EventHandler(this.widthTrackBar_ValueChanged);
     295      // lockAspectCheckBox
     296      //
     297      this.lockAspectCheckBox.AutoSize = true;
     298      this.lockAspectCheckBox.Checked = true;
     299      this.lockAspectCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
     300      this.lockAspectCheckBox.Location = new System.Drawing.Point(50, 73);
     301      this.lockAspectCheckBox.Name = "lockAspectCheckBox";
     302      this.lockAspectCheckBox.Size = new System.Drawing.Size(114, 17);
     303      this.lockAspectCheckBox.TabIndex = 6;
     304      this.lockAspectCheckBox.Text = "Lock Aspect Ratio";
     305      this.lockAspectCheckBox.UseVisualStyleBackColor = true;
     306      //
     307      // pointSizeNumericUpDown
     308      //
     309      this.pointSizeNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     310            | System.Windows.Forms.AnchorStyles.Right)));
     311      this.pointSizeNumericUpDown.Location = new System.Drawing.Point(58, 15);
     312      this.pointSizeNumericUpDown.Maximum = new decimal(new int[] {
     313            50,
     314            0,
     315            0,
     316            0});
     317      this.pointSizeNumericUpDown.Minimum = new decimal(new int[] {
     318            1,
     319            0,
     320            0,
     321            0});
     322      this.pointSizeNumericUpDown.Name = "pointSizeNumericUpDown";
     323      this.pointSizeNumericUpDown.Size = new System.Drawing.Size(116, 20);
     324      this.pointSizeNumericUpDown.TabIndex = 8;
     325      this.pointSizeNumericUpDown.Value = new decimal(new int[] {
     326            3,
     327            0,
     328            0,
     329            0});
     330      this.pointSizeNumericUpDown.ValueChanged += new System.EventHandler(this.pointSizeNumericUpDown_ValueChanged);
     331      //
     332      // pointSizeLabel
     333      //
     334      this.pointSizeLabel.AutoSize = true;
     335      this.pointSizeLabel.Location = new System.Drawing.Point(6, 17);
     336      this.pointSizeLabel.Name = "pointSizeLabel";
     337      this.pointSizeLabel.Size = new System.Drawing.Size(30, 13);
     338      this.pointSizeLabel.TabIndex = 7;
     339      this.pointSizeLabel.Text = "Size:";
     340      //
     341      // regressionGroupBox
     342      //
     343      this.regressionGroupBox.Controls.Add(this.regressionTypeComboBox);
     344      this.regressionGroupBox.Controls.Add(this.polynomialRegressionOrderNumericUpDown);
     345      this.regressionGroupBox.Controls.Add(this.orderLabel);
     346      this.regressionGroupBox.Controls.Add(this.regressionTyleLabel);
     347      this.regressionGroupBox.Dock = System.Windows.Forms.DockStyle.Bottom;
     348      this.regressionGroupBox.Location = new System.Drawing.Point(0, 376);
     349      this.regressionGroupBox.Name = "regressionGroupBox";
     350      this.regressionGroupBox.Size = new System.Drawing.Size(180, 75);
     351      this.regressionGroupBox.TabIndex = 3;
     352      this.regressionGroupBox.TabStop = false;
     353      this.regressionGroupBox.Text = "Regression";
     354      //
     355      // regressionTypeComboBox
     356      //
     357      this.regressionTypeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     358            | System.Windows.Forms.AnchorStyles.Right)));
     359      this.regressionTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     360      this.regressionTypeComboBox.FormattingEnabled = true;
     361      this.regressionTypeComboBox.Location = new System.Drawing.Point(67, 19);
     362      this.regressionTypeComboBox.Name = "regressionTypeComboBox";
     363      this.regressionTypeComboBox.Size = new System.Drawing.Size(107, 21);
     364      this.regressionTypeComboBox.TabIndex = 14;
     365      this.regressionTypeComboBox.SelectedValueChanged += new System.EventHandler(this.regressionTypeComboBox_SelectedValueChanged);
     366      //
     367      // polynomialRegressionOrderNumericUpDown
     368      //
     369      this.polynomialRegressionOrderNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     370            | System.Windows.Forms.AnchorStyles.Right)));
     371      this.polynomialRegressionOrderNumericUpDown.Location = new System.Drawing.Point(67, 45);
     372      this.polynomialRegressionOrderNumericUpDown.Margin = new System.Windows.Forms.Padding(9, 3, 3, 3);
     373      this.polynomialRegressionOrderNumericUpDown.Maximum = new decimal(new int[] {
     374            6,
     375            0,
     376            0,
     377            0});
     378      this.polynomialRegressionOrderNumericUpDown.Minimum = new decimal(new int[] {
     379            2,
     380            0,
     381            0,
     382            0});
     383      this.polynomialRegressionOrderNumericUpDown.Name = "polynomialRegressionOrderNumericUpDown";
     384      this.polynomialRegressionOrderNumericUpDown.Size = new System.Drawing.Size(107, 20);
     385      this.polynomialRegressionOrderNumericUpDown.TabIndex = 15;
     386      this.polynomialRegressionOrderNumericUpDown.Value = new decimal(new int[] {
     387            2,
     388            0,
     389            0,
     390            0});
     391      this.polynomialRegressionOrderNumericUpDown.ValueChanged += new System.EventHandler(this.polynomialRegressionOrderNumericUpDown_ValueChanged);
     392      //
     393      // orderLabel
     394      //
     395      this.orderLabel.AutoSize = true;
     396      this.orderLabel.Location = new System.Drawing.Point(6, 47);
     397      this.orderLabel.Name = "orderLabel";
     398      this.orderLabel.Size = new System.Drawing.Size(36, 13);
     399      this.orderLabel.TabIndex = 16;
     400      this.orderLabel.Text = "Order:";
     401      //
     402      // regressionTyleLabel
     403      //
     404      this.regressionTyleLabel.AutoSize = true;
     405      this.regressionTyleLabel.Location = new System.Drawing.Point(6, 22);
     406      this.regressionTyleLabel.Name = "regressionTyleLabel";
     407      this.regressionTyleLabel.Size = new System.Drawing.Size(34, 13);
     408      this.regressionTyleLabel.TabIndex = 13;
     409      this.regressionTyleLabel.Text = "Type:";
     410      //
     411      // groupingOptionsBox
     412      //
     413      this.groupingOptionsBox.Controls.Add(this.legendGroupBox);
     414      this.groupingOptionsBox.Controls.Add(this.aggregationLabel);
     415      this.groupingOptionsBox.Controls.Add(this.aggregationComboBox);
     416      this.groupingOptionsBox.Controls.Add(this.groupingComboBox);
     417      this.groupingOptionsBox.Dock = System.Windows.Forms.DockStyle.Bottom;
     418      this.groupingOptionsBox.Location = new System.Drawing.Point(0, 245);
     419      this.groupingOptionsBox.Name = "groupingOptionsBox";
     420      this.groupingOptionsBox.Size = new System.Drawing.Size(180, 131);
     421      this.groupingOptionsBox.TabIndex = 8;
     422      this.groupingOptionsBox.TabStop = false;
     423      this.groupingOptionsBox.Text = "Grouping";
     424      //
     425      // legendGroupBox
     426      //
     427      this.legendGroupBox.Controls.Add(this.legendCheckbox);
     428      this.legendGroupBox.Controls.Add(this.legendOrderComboBox);
     429      this.legendGroupBox.Controls.Add(this.legendOrderLabel);
     430      this.legendGroupBox.Enabled = false;
     431      this.legendGroupBox.Location = new System.Drawing.Point(6, 73);
     432      this.legendGroupBox.Name = "legendGroupBox";
     433      this.legendGroupBox.Size = new System.Drawing.Size(167, 50);
     434      this.legendGroupBox.TabIndex = 7;
     435      this.legendGroupBox.TabStop = false;
     436      this.legendGroupBox.Text = "Legend";
     437      //
     438      // legendCheckbox
     439      //
     440      this.legendCheckbox.AutoSize = true;
     441      this.legendCheckbox.Checked = true;
     442      this.legendCheckbox.CheckState = System.Windows.Forms.CheckState.Checked;
     443      this.legendCheckbox.Location = new System.Drawing.Point(56, -1);
     444      this.legendCheckbox.Name = "legendCheckbox";
     445      this.legendCheckbox.Size = new System.Drawing.Size(56, 17);
     446      this.legendCheckbox.TabIndex = 0;
     447      this.legendCheckbox.Text = "Visible";
     448      this.legendCheckbox.UseVisualStyleBackColor = true;
     449      this.legendCheckbox.CheckedChanged += new System.EventHandler(this.legendCheckbox_CheckedChanged);
     450      //
     451      // legendOrderComboBox
     452      //
     453      this.legendOrderComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     454      this.legendOrderComboBox.FormattingEnabled = true;
     455      this.legendOrderComboBox.Location = new System.Drawing.Point(49, 19);
     456      this.legendOrderComboBox.Name = "legendOrderComboBox";
     457      this.legendOrderComboBox.Size = new System.Drawing.Size(109, 21);
     458      this.legendOrderComboBox.TabIndex = 5;
     459      this.legendOrderComboBox.SelectedIndexChanged += new System.EventHandler(this.legendOrderComboBox_SelectedIndexChanged);
     460      //
     461      // legendOrderLabel
     462      //
     463      this.legendOrderLabel.AutoSize = true;
     464      this.legendOrderLabel.Location = new System.Drawing.Point(7, 22);
     465      this.legendOrderLabel.Name = "legendOrderLabel";
     466      this.legendOrderLabel.Size = new System.Drawing.Size(36, 13);
     467      this.legendOrderLabel.TabIndex = 4;
     468      this.legendOrderLabel.Text = "Order:";
     469      this.legendOrderLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     470      //
     471      // aggregationLabel
     472      //
     473      this.aggregationLabel.AutoSize = true;
     474      this.aggregationLabel.Enabled = false;
     475      this.aggregationLabel.Location = new System.Drawing.Point(5, 49);
     476      this.aggregationLabel.Name = "aggregationLabel";
     477      this.aggregationLabel.Size = new System.Drawing.Size(67, 13);
     478      this.aggregationLabel.TabIndex = 3;
     479      this.aggregationLabel.Text = "Aggregation:";
     480      //
     481      // aggregationComboBox
     482      //
     483      this.aggregationComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     484            | System.Windows.Forms.AnchorStyles.Right)));
     485      this.aggregationComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     486      this.aggregationComboBox.Enabled = false;
     487      this.aggregationComboBox.FormattingEnabled = true;
     488      this.aggregationComboBox.Location = new System.Drawing.Point(79, 46);
     489      this.aggregationComboBox.Name = "aggregationComboBox";
     490      this.aggregationComboBox.Size = new System.Drawing.Size(96, 21);
     491      this.aggregationComboBox.TabIndex = 2;
     492      this.aggregationComboBox.SelectedIndexChanged += new System.EventHandler(this.aggregationComboBox_SelectedIndexChanged);
     493      //
     494      // groupingComboBox
     495      //
     496      this.groupingComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     497            | System.Windows.Forms.AnchorStyles.Right)));
     498      this.groupingComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     499      this.groupingComboBox.FormattingEnabled = true;
     500      this.groupingComboBox.Location = new System.Drawing.Point(6, 19);
     501      this.groupingComboBox.Name = "groupingComboBox";
     502      this.groupingComboBox.Size = new System.Drawing.Size(169, 21);
     503      this.groupingComboBox.TabIndex = 1;
     504      this.groupingComboBox.SelectedIndexChanged += new System.EventHandler(this.groupingComboBox_SelectedIndexChanged);
     505      //
     506      // opacityLabel
     507      //
     508      this.opacityLabel.AutoSize = true;
     509      this.opacityLabel.Location = new System.Drawing.Point(6, 43);
     510      this.opacityLabel.Name = "opacityLabel";
     511      this.opacityLabel.Size = new System.Drawing.Size(46, 13);
     512      this.opacityLabel.TabIndex = 7;
     513      this.opacityLabel.Text = "Opacity:";
     514      //
     515      // pointOpacityNumericUpDown
     516      //
     517      this.pointOpacityNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     518            | System.Windows.Forms.AnchorStyles.Right)));
     519      this.pointOpacityNumericUpDown.DecimalPlaces = 2;
     520      this.pointOpacityNumericUpDown.Increment = new decimal(new int[] {
     521            1,
     522            0,
     523            0,
     524            65536});
     525      this.pointOpacityNumericUpDown.Location = new System.Drawing.Point(58, 41);
     526      this.pointOpacityNumericUpDown.Maximum = new decimal(new int[] {
     527            1,
     528            0,
     529            0,
     530            0});
     531      this.pointOpacityNumericUpDown.Name = "pointOpacityNumericUpDown";
     532      this.pointOpacityNumericUpDown.Size = new System.Drawing.Size(115, 20);
     533      this.pointOpacityNumericUpDown.TabIndex = 8;
     534      this.pointOpacityNumericUpDown.Value = new decimal(new int[] {
     535            1,
     536            0,
     537            0,
     538            0});
     539      this.pointOpacityNumericUpDown.ValueChanged += new System.EventHandler(this.pointOpacityNumericUpDown_ValueChanged);
     540      //
     541      // pointsGroupBox
     542      //
     543      this.pointsGroupBox.Controls.Add(this.pointOpacityNumericUpDown);
     544      this.pointsGroupBox.Controls.Add(this.pointSizeLabel);
     545      this.pointsGroupBox.Controls.Add(this.pointSizeNumericUpDown);
     546      this.pointsGroupBox.Controls.Add(this.opacityLabel);
     547      this.pointsGroupBox.Dock = System.Windows.Forms.DockStyle.Bottom;
     548      this.pointsGroupBox.Location = new System.Drawing.Point(0, 176);
     549      this.pointsGroupBox.Name = "pointsGroupBox";
     550      this.pointsGroupBox.Size = new System.Drawing.Size(180, 69);
     551      this.pointsGroupBox.TabIndex = 4;
     552      this.pointsGroupBox.TabStop = false;
     553      this.pointsGroupBox.Text = "Points";
    250554      //
    251555      // ScatterPlotMultiView
     
    254558      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    255559      this.Name = "ScatterPlotMultiView";
    256       this.Size = new System.Drawing.Size(863, 520);
     560      this.Size = new System.Drawing.Size(589, 451);
    257561      this.splitContainer.Panel1.ResumeLayout(false);
    258562      this.splitContainer.Panel2.ResumeLayout(false);
     
    268572      this.sizeGroupBox.ResumeLayout(false);
    269573      this.sizeGroupBox.PerformLayout();
    270       ((System.ComponentModel.ISupportInitialize)(this.heightTrackBar)).EndInit();
    271       ((System.ComponentModel.ISupportInitialize)(this.widthTrackBar)).EndInit();
     574      ((System.ComponentModel.ISupportInitialize)(this.heightNumericUpDown)).EndInit();
     575      ((System.ComponentModel.ISupportInitialize)(this.widthNumericUpDown)).EndInit();
     576      ((System.ComponentModel.ISupportInitialize)(this.pointSizeNumericUpDown)).EndInit();
     577      this.regressionGroupBox.ResumeLayout(false);
     578      this.regressionGroupBox.PerformLayout();
     579      ((System.ComponentModel.ISupportInitialize)(this.polynomialRegressionOrderNumericUpDown)).EndInit();
     580      this.groupingOptionsBox.ResumeLayout(false);
     581      this.groupingOptionsBox.PerformLayout();
     582      this.legendGroupBox.ResumeLayout(false);
     583      this.legendGroupBox.PerformLayout();
     584      ((System.ComponentModel.ISupportInitialize)(this.pointOpacityNumericUpDown)).EndInit();
     585      this.pointsGroupBox.ResumeLayout(false);
     586      this.pointsGroupBox.PerformLayout();
    272587      this.ResumeLayout(false);
    273588
     
    284599    private System.Windows.Forms.Panel bodyScrollPanel;
    285600    private System.Windows.Forms.GroupBox sizeGroupBox;
    286     private System.Windows.Forms.TrackBar widthTrackBar;
    287     private System.Windows.Forms.TrackBar heightTrackBar;
    288601    private System.Windows.Forms.Label heightLabel;
    289602    private System.Windows.Forms.Label widthLabel;
     603    private System.Windows.Forms.GroupBox regressionGroupBox;
     604    private System.Windows.Forms.ComboBox regressionTypeComboBox;
     605    private System.Windows.Forms.NumericUpDown polynomialRegressionOrderNumericUpDown;
     606    private System.Windows.Forms.Label orderLabel;
     607    private System.Windows.Forms.Label regressionTyleLabel;
     608    private System.Windows.Forms.GroupBox groupingOptionsBox;
     609    private System.Windows.Forms.ComboBox groupingComboBox;
     610    private System.Windows.Forms.NumericUpDown widthNumericUpDown;
     611    private System.Windows.Forms.NumericUpDown heightNumericUpDown;
     612    private System.Windows.Forms.CheckBox lockAspectCheckBox;
     613    private System.Windows.Forms.NumericUpDown pointSizeNumericUpDown;
     614    private System.Windows.Forms.Label pointSizeLabel;
     615    private System.Windows.Forms.Label aggregationLabel;
     616    private System.Windows.Forms.ComboBox aggregationComboBox;
     617    private System.Windows.Forms.GroupBox pointsGroupBox;
     618    private System.Windows.Forms.NumericUpDown pointOpacityNumericUpDown;
     619    private System.Windows.Forms.Label opacityLabel;
     620    private System.Windows.Forms.Label legendOrderLabel;
     621    private System.Windows.Forms.ComboBox legendOrderComboBox;
     622    private System.Windows.Forms.GroupBox legendGroupBox;
     623    private System.Windows.Forms.CheckBox legendCheckbox;
    290624  }
    291625}
Note: See TracChangeset for help on using the changeset viewer.