Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/DataCompletenessView.Designer.cs @ 10877

Last change on this file since 10877 was 10877, checked in by psteiner, 10 years ago

Filters stored in Content
Preparation DataCompletenessChart

File size: 1.7 KB
Line 
1namespace HeuristicLab.DataPreprocessing.Views {
2  partial class DataCompletenessView
3  {
4    /// <summary>
5    /// Required designer variable.
6    /// </summary>
7    private System.ComponentModel.IContainer components = null;
8
9    /// <summary>
10    /// Clean up any resources being used.
11    /// </summary>
12    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
13    protected override void Dispose(bool disposing) {
14      if (disposing && (components != null)) {
15        components.Dispose();
16      }
17      base.Dispose(disposing);
18    }
19
20    #region Component Designer generated code
21
22    /// <summary>
23    /// Required method for Designer support - do not modify
24    /// the contents of this method with the code editor.
25    /// </summary>
26    private void InitializeComponent() {
27      this.dataTableView1 = new DataPreprocessing.Views.PreprocessingDataTableView();
28      this.SuspendLayout();
29      //
30      // dataTableView1
31      //
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;
39      //
40      // DataCompletenessView
41      //
42      this.Controls.Add(this.dataTableView1);
43      this.Name = "DataCompletenessView";
44      this.Size = new System.Drawing.Size(493, 344);
45      this.ResumeLayout(false);
46
47    }
48
49    #endregion
50
51    private HeuristicLab.DataPreprocessing.Views.PreprocessingDataTableView dataTableView1;
52
53  }
54}
Note: See TracBrowser for help on using the repository browser.