Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/21/14 13:42:43 (10 years ago)
Author:
psteiner
Message:

Filters stored in Content
Preparation DataCompletenessChart

File:
1 copied

Legend:

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

    r10865 r10877  
    11namespace HeuristicLab.DataPreprocessing.Views {
    2   partial class HistogramView {
     2  partial class DataCompletenessView
     3  {
    34    /// <summary>
    45    /// Required designer variable.
     
    2425    /// </summary>
    2526    private void InitializeComponent() {
    26       this.optionsBox = new System.Windows.Forms.GroupBox();
    27       this.allInOneCheckBox = new System.Windows.Forms.CheckBox();
    28       this.optionsBox.SuspendLayout();
     27      this.dataTableView1 = new DataPreprocessing.Views.PreprocessingDataTableView();
    2928      this.SuspendLayout();
    3029      //
    31       // optionsBox
     30      // dataTableView1
    3231      //
    33       this.optionsBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    34       this.optionsBox.Controls.Add(this.allInOneCheckBox);
    35       this.optionsBox.Location = new System.Drawing.Point(4, 263);
    36       this.optionsBox.Name = "optionsBox";
    37       this.optionsBox.Size = new System.Drawing.Size(152, 134);
    38       this.optionsBox.TabIndex = 7;
    39       this.optionsBox.TabStop = false;
    40       this.optionsBox.Text = "Options";
     32      this.dataTableView1.Caption = "DataTable View";
     33      this.dataTableView1.Content = null;
     34      this.dataTableView1.Location = new System.Drawing.Point(60, 36);
     35      this.dataTableView1.Name = "dataTableView1";
     36      this.dataTableView1.ReadOnly = false;
     37      this.dataTableView1.Size = new System.Drawing.Size(359, 274);
     38      this.dataTableView1.TabIndex = 0;
    4139      //
    42       // allInOneCheckBox
     40      // DataCompletenessView
    4341      //
    44       this.allInOneCheckBox.AutoSize = true;
    45       this.allInOneCheckBox.Location = new System.Drawing.Point(6, 19);
    46       this.allInOneCheckBox.Name = "allInOneCheckBox";
    47       this.allInOneCheckBox.Size = new System.Drawing.Size(69, 17);
    48       this.allInOneCheckBox.TabIndex = 0;
    49       this.allInOneCheckBox.Text = "All in one";
    50       this.allInOneCheckBox.UseVisualStyleBackColor = true;
    51       this.allInOneCheckBox.CheckedChanged += new System.EventHandler(this.allInOneCheckBox_CheckedChanged);
    52       //
    53       // HistogramView
    54       //
    55       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    56       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    57       this.Controls.Add(this.optionsBox);
    58       this.Name = "HistogramView";
    59       this.Controls.SetChildIndex(this.optionsBox, 0);
    60       this.optionsBox.ResumeLayout(false);
    61       this.optionsBox.PerformLayout();
     42      this.Controls.Add(this.dataTableView1);
     43      this.Name = "DataCompletenessView";
     44      this.Size = new System.Drawing.Size(493, 344);
    6245      this.ResumeLayout(false);
    6346
     
    6649    #endregion
    6750
    68     private System.Windows.Forms.GroupBox optionsBox;
    69     private System.Windows.Forms.CheckBox allInOneCheckBox;
     51    private HeuristicLab.DataPreprocessing.Views.PreprocessingDataTableView dataTableView1;
    7052
    7153  }
Note: See TracChangeset for help on using the changeset viewer.