Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/26/14 10:52:55 (10 years ago)
Author:
aesterer
Message:

Created base view PreprocessingChartView for LineChartView and HistogramView. Replaced HistogramLogic and LineChartlogic with ChartLogic. Added base content ChartContent for LineChartContent and HistogramContent.

File:
1 copied

Legend:

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

    r10657 r10658  
    2222using HeuristicLab.Data;
    2323namespace HeuristicLab.DataPreprocessing.Views {
    24   partial class LineChartView {
     24  partial class PreprocessingChartView {
    2525    /// <summary>
    2626    /// Required designer variable.
     
    4646    /// </summary>
    4747    private void InitializeComponent() {
    48       this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    49       this.groupBoxOptions = new System.Windows.Forms.GroupBox();
    5048      this.checkedItemList = new HeuristicLab.DataPreprocessing.Views.PreprocessingCheckedItemListView();
     49      this.chartPanel = new System.Windows.Forms.Panel();
     50      this.dataTableView = new HeuristicLab.Analysis.Views.DataTableView();
     51      this.chartPanel.SuspendLayout();
    5152      this.SuspendLayout();
    52       //
    53       // viewHost
    54       //
    55       this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    56             | System.Windows.Forms.AnchorStyles.Left)
    57             | System.Windows.Forms.AnchorStyles.Right)));
    58       this.viewHost.Caption = "View";
    59       this.viewHost.Content = null;
    60       this.viewHost.Enabled = false;
    61       this.viewHost.Location = new System.Drawing.Point(162, 4);
    62       this.viewHost.Name = "viewHost";
    63       this.viewHost.ReadOnly = false;
    64       this.viewHost.Size = new System.Drawing.Size(489, 396);
    65       this.viewHost.TabIndex = 0;
    66       this.viewHost.ViewsLabelVisible = true;
    67       this.viewHost.ViewType = null;
    68       //
    69       // groupBoxOptions
    70       //
    71       this.groupBoxOptions.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    72       this.groupBoxOptions.Location = new System.Drawing.Point(4, 262);
    73       this.groupBoxOptions.Name = "groupBoxOptions";
    74       this.groupBoxOptions.Size = new System.Drawing.Size(152, 138);
    75       this.groupBoxOptions.TabIndex = 3;
    76       this.groupBoxOptions.TabStop = false;
    77       this.groupBoxOptions.Text = "Options";
    7853      //
    7954      // checkedItemList
     
    8964      this.checkedItemList.TabIndex = 4;
    9065      //
     66      // chartPanel
     67      //
     68      this.chartPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     69            | System.Windows.Forms.AnchorStyles.Left)
     70            | System.Windows.Forms.AnchorStyles.Right)));
     71      this.chartPanel.Controls.Add(this.dataTableView);
     72      this.chartPanel.Location = new System.Drawing.Point(163, 4);
     73      this.chartPanel.Name = "chartPanel";
     74      this.chartPanel.Size = new System.Drawing.Size(488, 396);
     75      this.chartPanel.TabIndex = 5;
     76      //
     77      // dataTableView
     78      //
     79      this.dataTableView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     80            | System.Windows.Forms.AnchorStyles.Left)
     81            | System.Windows.Forms.AnchorStyles.Right)));
     82      this.dataTableView.Caption = "DataTable View";
     83      this.dataTableView.Content = null;
     84      this.dataTableView.Location = new System.Drawing.Point(3, 3);
     85      this.dataTableView.Name = "dataTableView";
     86      this.dataTableView.ReadOnly = false;
     87      this.dataTableView.Size = new System.Drawing.Size(482, 390);
     88      this.dataTableView.TabIndex = 0;
     89      //
    9190      // LineChartView
    9291      //
    9392      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    9493      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     94      this.Controls.Add(this.chartPanel);
    9595      this.Controls.Add(this.checkedItemList);
    96       this.Controls.Add(this.groupBoxOptions);
    97       this.Controls.Add(this.viewHost);
    9896      this.Name = "LineChartView";
    9997      this.Size = new System.Drawing.Size(654, 403);
     98      this.chartPanel.ResumeLayout(false);
    10099      this.ResumeLayout(false);
    101100
     
    104103    #endregion
    105104
    106     private MainForm.WindowsForms.ViewHost viewHost;
    107     private System.Windows.Forms.GroupBox groupBoxOptions;
    108105    private PreprocessingCheckedItemListView checkedItemList;
     106    private System.Windows.Forms.Panel chartPanel;
     107    private Analysis.Views.DataTableView dataTableView;
    109108  }
    110109}
Note: See TracChangeset for help on using the changeset viewer.