Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/05/14 17:27:27 (10 years ago)
Author:
aesterer
Message:

Revised line chart and added histogram

File:
1 edited

Legend:

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

    r10539 r10552  
    4747      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    4848      this.variablesListBox = new System.Windows.Forms.CheckedListBox();
     49      this.groupBoxAttributs = new System.Windows.Forms.GroupBox();
     50      this.groupBoxOptions = new System.Windows.Forms.GroupBox();
     51      this.groupBoxAttributs.SuspendLayout();
    4952      this.SuspendLayout();
    5053      //
    5154      // viewHost
    5255      //
    53       this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    54             | System.Windows.Forms.AnchorStyles.Left)
     56      this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     57            | System.Windows.Forms.AnchorStyles.Left) 
    5558            | System.Windows.Forms.AnchorStyles.Right)));
    5659      this.viewHost.Caption = "View";
    5760      this.viewHost.Content = null;
    5861      this.viewHost.Enabled = false;
    59       this.viewHost.Location = new System.Drawing.Point(155, 4);
     62      this.viewHost.Location = new System.Drawing.Point(162, 4);
    6063      this.viewHost.Name = "viewHost";
    6164      this.viewHost.ReadOnly = false;
    62       this.viewHost.Size = new System.Drawing.Size(922, 559);
     65      this.viewHost.Size = new System.Drawing.Size(489, 396);
    6366      this.viewHost.TabIndex = 0;
    6467      this.viewHost.ViewsLabelVisible = true;
     
    6770      // variablesListBox
    6871      //
    69       this.variablesListBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    70             | System.Windows.Forms.AnchorStyles.Left)));
     72      this.variablesListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     73            | System.Windows.Forms.AnchorStyles.Left)
     74            | System.Windows.Forms.AnchorStyles.Right)));
    7175      this.variablesListBox.FormattingEnabled = true;
    72       this.variablesListBox.Location = new System.Drawing.Point(3, 4);
     76      this.variablesListBox.Location = new System.Drawing.Point(6, 19);
    7377      this.variablesListBox.Name = "variablesListBox";
    74       this.variablesListBox.Size = new System.Drawing.Size(146, 559);
     78      this.variablesListBox.Size = new System.Drawing.Size(141, 229);
    7579      this.variablesListBox.TabIndex = 1;
    7680      this.variablesListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.variablesListBox_ItemCheck);
     81      //
     82      // groupBoxAttributs
     83      //
     84      this.groupBoxAttributs.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     85            | System.Windows.Forms.AnchorStyles.Left)));
     86      this.groupBoxAttributs.Controls.Add(this.variablesListBox);
     87      this.groupBoxAttributs.Location = new System.Drawing.Point(3, 4);
     88      this.groupBoxAttributs.Name = "groupBoxAttributs";
     89      this.groupBoxAttributs.Size = new System.Drawing.Size(153, 252);
     90      this.groupBoxAttributs.TabIndex = 2;
     91      this.groupBoxAttributs.TabStop = false;
     92      this.groupBoxAttributs.Text = "Attributes";
     93      //
     94      // groupBoxOptions
     95      //
     96      this.groupBoxOptions.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     97      this.groupBoxOptions.Location = new System.Drawing.Point(4, 262);
     98      this.groupBoxOptions.Name = "groupBoxOptions";
     99      this.groupBoxOptions.Size = new System.Drawing.Size(152, 138);
     100      this.groupBoxOptions.TabIndex = 3;
     101      this.groupBoxOptions.TabStop = false;
     102      this.groupBoxOptions.Text = "Options";
    77103      //
    78104      // LineChartView
     
    80106      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    81107      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    82       this.Controls.Add(this.variablesListBox);
     108      this.Controls.Add(this.groupBoxOptions);
     109      this.Controls.Add(this.groupBoxAttributs);
    83110      this.Controls.Add(this.viewHost);
    84111      this.Name = "LineChartView";
    85       this.Size = new System.Drawing.Size(1080, 582);
     112      this.Size = new System.Drawing.Size(654, 403);
     113      this.groupBoxAttributs.ResumeLayout(false);
    86114      this.ResumeLayout(false);
    87115
     
    92120    private MainForm.WindowsForms.ViewHost viewHost;
    93121    private System.Windows.Forms.CheckedListBox variablesListBox;
     122    private System.Windows.Forms.GroupBox groupBoxAttributs;
     123    private System.Windows.Forms.GroupBox groupBoxOptions;
    94124  }
    95125}
Note: See TracChangeset for help on using the changeset viewer.