Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/FilterView.Designer.cs @ 10558

Last change on this file since 10558 was 10558, checked in by pfleck, 10 years ago
  • removed unnecessary references and using
  • added missing license header
  • formatted code according to HL standards
File size: 7.0 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21
22namespace HeuristicLab.DataPreprocessing.Views {
23  partial class FilterView {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Component Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
48      this.deleteFilter = new System.Windows.Forms.Button();
49      this.newFilter = new System.Windows.Forms.Button();
50      this.listView1 = new System.Windows.Forms.ListView();
51      this.applyFilter = new System.Windows.Forms.Button();
52      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
53      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
54      this.splitContainer1.Panel1.SuspendLayout();
55      this.splitContainer1.Panel2.SuspendLayout();
56      this.splitContainer1.SuspendLayout();
57      this.SuspendLayout();
58      //
59      // splitContainer1
60      //
61      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
62      this.splitContainer1.Location = new System.Drawing.Point(0, 0);
63      this.splitContainer1.Name = "splitContainer1";
64      //
65      // splitContainer1.Panel1
66      //
67      this.splitContainer1.Panel1.AccessibleName = "splitContainer1";
68      this.splitContainer1.Panel1.Controls.Add(this.deleteFilter);
69      this.splitContainer1.Panel1.Controls.Add(this.newFilter);
70      this.splitContainer1.Panel1.Controls.Add(this.listView1);
71      //
72      // splitContainer1.Panel2
73      //
74      this.splitContainer1.Panel2.AccessibleName = "splitContainer2";
75      this.splitContainer1.Panel2.Controls.Add(this.applyFilter);
76      this.splitContainer1.Panel2.Controls.Add(this.viewHost);
77      this.splitContainer1.Size = new System.Drawing.Size(697, 490);
78      this.splitContainer1.SplitterDistance = 232;
79      this.splitContainer1.TabIndex = 0;
80      //
81      // deleteFilter
82      //
83      this.deleteFilter.Image = HeuristicLab.Common.Resources.VSImageLibrary.Delete;
84      this.deleteFilter.Location = new System.Drawing.Point(45, 24);
85      this.deleteFilter.Name = "deleteFilter";
86      this.deleteFilter.Size = new System.Drawing.Size(24, 24);
87      this.deleteFilter.TabIndex = 6;
88      this.deleteFilter.UseVisualStyleBackColor = true;
89      this.deleteFilter.Click += new System.EventHandler(this.deleteFilter_Click);
90      //
91      // newFilter
92      //
93      this.newFilter.Image = HeuristicLab.Common.Resources.VSImageLibrary.Add;
94      this.newFilter.Location = new System.Drawing.Point(15, 24);
95      this.newFilter.Name = "newFilter";
96      this.newFilter.Size = new System.Drawing.Size(24, 24);
97      this.newFilter.TabIndex = 5;
98      this.newFilter.UseVisualStyleBackColor = true;
99      this.newFilter.Click += new System.EventHandler(this.newFilter_Click);
100      //
101      // listView1
102      //
103      this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
104            | System.Windows.Forms.AnchorStyles.Left)
105            | System.Windows.Forms.AnchorStyles.Right)));
106      this.listView1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
107      this.listView1.Location = new System.Drawing.Point(14, 54);
108      this.listView1.Name = "listView1";
109      this.listView1.Size = new System.Drawing.Size(157, 391);
110      this.listView1.TabIndex = 4;
111      this.listView1.UseCompatibleStateImageBehavior = false;
112      this.listView1.View = System.Windows.Forms.View.List;
113      this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
114      this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick_1);
115      //
116      // applyFilter
117      //
118      this.applyFilter.Location = new System.Drawing.Point(383, 422);
119      this.applyFilter.Name = "applyFilter";
120      this.applyFilter.Size = new System.Drawing.Size(75, 23);
121      this.applyFilter.TabIndex = 1;
122      this.applyFilter.Text = "Apply Filters";
123      this.applyFilter.UseVisualStyleBackColor = true;
124      //
125      // viewHost
126      //
127      this.viewHost.Caption = "View";
128      this.viewHost.Content = null;
129      this.viewHost.Enabled = false;
130      this.viewHost.Location = new System.Drawing.Point(4, 4);
131      this.viewHost.Name = "viewHost";
132      this.viewHost.ReadOnly = false;
133      this.viewHost.Size = new System.Drawing.Size(454, 410);
134      this.viewHost.TabIndex = 0;
135      this.viewHost.ViewsLabelVisible = true;
136      this.viewHost.ViewType = null;
137      //
138      // FilterView
139      //
140      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
141      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
142      this.Controls.Add(this.splitContainer1);
143      this.Name = "FilterView";
144      this.Size = new System.Drawing.Size(697, 490);
145      this.splitContainer1.Panel1.ResumeLayout(false);
146      this.splitContainer1.Panel2.ResumeLayout(false);
147      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
148      this.splitContainer1.ResumeLayout(false);
149      this.ResumeLayout(false);
150
151    }
152
153    #endregion
154
155    private System.Windows.Forms.SplitContainer splitContainer1;
156    private System.Windows.Forms.ListView listView1;
157    private System.Windows.Forms.Button deleteFilter;
158    private System.Windows.Forms.Button newFilter;
159    private MainForm.WindowsForms.ViewHost viewHost;
160    private System.Windows.Forms.Button applyFilter;
161  }
162}
Note: See TracBrowser for help on using the repository browser.