Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Views/ComparisonFilterView.Designer.cs @ 10549

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

Added Views and Classes for Filtering

File size: 1.7 KB
Line 
1namespace HeuristicLab.DataPreprocessing.Views
2{
3  partial class ComparisonFilterView
4  {
5    /// <summary>
6    /// Required designer variable.
7    /// </summary>
8    private System.ComponentModel.IContainer components = null;
9
10    /// <summary>
11    /// Clean up any resources being used.
12    /// </summary>
13    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14    protected override void Dispose(bool disposing)
15    {
16      if (disposing && (components != null))
17      {
18        components.Dispose();
19      }
20      base.Dispose(disposing);
21    }
22
23    #region Component Designer generated code
24
25    /// <summary>
26    /// Required method for Designer support - do not modify
27    /// the contents of this method with the code editor.
28    /// </summary>
29    private void InitializeComponent()
30    {
31      this.label1 = new System.Windows.Forms.Label();
32      this.SuspendLayout();
33      //
34      // label1
35      //
36      this.label1.AutoSize = true;
37      this.label1.Location = new System.Drawing.Point(312, 120);
38      this.label1.Name = "label1";
39      this.label1.Size = new System.Drawing.Size(35, 13);
40      this.label1.TabIndex = 0;
41      this.label1.Text = "label1";
42      //
43      // ComparisonFilterView
44      //
45      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
46      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
47      this.Controls.Add(this.label1);
48      this.Name = "ComparisonFilterView";
49      this.Size = new System.Drawing.Size(615, 503);
50      this.ResumeLayout(false);
51      this.PerformLayout();
52
53    }
54
55    #endregion
56
57    private System.Windows.Forms.Label label1;
58
59  }
60}
Note: See TracBrowser for help on using the repository browser.