Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/22/14 16:32:24 (11 years ago)
Author:
aesterer
Message:

Added variable selection in line chart

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Views/LineChartView.Designer.cs

    r10377 r10382  
    3636      this.viewHost.Content = null;
    3737      this.viewHost.Enabled = false;
    38       this.viewHost.Location = new System.Drawing.Point(155, 3);
     38      this.viewHost.Location = new System.Drawing.Point(155, 4);
    3939      this.viewHost.Name = "viewHost";
    4040      this.viewHost.ReadOnly = false;
    41       this.viewHost.Size = new System.Drawing.Size(922, 576);
     41      this.viewHost.Size = new System.Drawing.Size(922, 559);
    4242      this.viewHost.TabIndex = 0;
    4343      this.viewHost.ViewsLabelVisible = true;
     
    4949            | System.Windows.Forms.AnchorStyles.Left)));
    5050      this.variablesListBox.FormattingEnabled = true;
    51       this.variablesListBox.Location = new System.Drawing.Point(4, 4);
     51      this.variablesListBox.Location = new System.Drawing.Point(3, 4);
    5252      this.variablesListBox.Name = "variablesListBox";
    53       this.variablesListBox.Size = new System.Drawing.Size(145, 574);
     53      this.variablesListBox.Size = new System.Drawing.Size(146, 559);
    5454      this.variablesListBox.TabIndex = 1;
    5555      this.variablesListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.variablesListBox_ItemCheck);
Note: See TracChangeset for help on using the changeset viewer.