Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Clients.OKB.Views/3.3/Query/Views/CombinedFilterView.Designer.cs @ 8055

Last change on this file since 8055 was 8055, checked in by ascheibe, 12 years ago

#1174 integrated okb client parts into trunk

File size: 6.2 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2012 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.Clients.OKB.Query {
23  partial class CombinedFilterView {
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) {
35        if (components != null) 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      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CombinedFilterView));
48      this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
49      this.filtersComboBox = new System.Windows.Forms.ComboBox();
50      this.addButton = new System.Windows.Forms.Button();
51      this.label = new System.Windows.Forms.Label();
52      this.tableLayoutPanel.SuspendLayout();
53      this.SuspendLayout();
54      //
55      // tableLayoutPanel
56      //
57      this.tableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
58                  | System.Windows.Forms.AnchorStyles.Left)
59                  | System.Windows.Forms.AnchorStyles.Right)));
60      this.tableLayoutPanel.ColumnCount = 2;
61      this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
62      this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
63      this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
64      this.tableLayoutPanel.Controls.Add(this.filtersComboBox, 1, 0);
65      this.tableLayoutPanel.Controls.Add(this.addButton, 0, 0);
66      this.tableLayoutPanel.Location = new System.Drawing.Point(21, 0);
67      this.tableLayoutPanel.Name = "tableLayoutPanel";
68      this.tableLayoutPanel.RowCount = 1;
69      this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
70      this.tableLayoutPanel.Size = new System.Drawing.Size(706, 327);
71      this.tableLayoutPanel.TabIndex = 1;
72      //
73      // filtersComboBox
74      //
75      this.filtersComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
76                  | System.Windows.Forms.AnchorStyles.Right)));
77      this.filtersComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
78      this.filtersComboBox.FormattingEnabled = true;
79      this.filtersComboBox.Location = new System.Drawing.Point(33, 4);
80      this.filtersComboBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 3);
81      this.filtersComboBox.Name = "filtersComboBox";
82      this.filtersComboBox.Size = new System.Drawing.Size(670, 21);
83      this.filtersComboBox.TabIndex = 1;
84      //
85      // addButton
86      //
87      this.addButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
88      this.addButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Add;
89      this.addButton.Location = new System.Drawing.Point(3, 3);
90      this.addButton.Name = "addButton";
91      this.addButton.Size = new System.Drawing.Size(24, 24);
92      this.addButton.TabIndex = 0;
93      this.addButton.UseVisualStyleBackColor = true;
94      this.addButton.Click += new System.EventHandler(this.addButton_Click);
95      //
96      // label
97      //
98      this.label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
99                  | System.Windows.Forms.AnchorStyles.Left)));
100      this.label.BackColor = System.Drawing.Color.NavajoWhite;
101      this.label.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
102      this.label.Location = new System.Drawing.Point(3, 31);
103      this.label.Name = "label";
104      this.label.Size = new System.Drawing.Size(15, 296);
105      this.label.TabIndex = 0;
106      this.label.Text = "L\r\nA\r\nB\r\nE\r\nL\r\n";
107      this.label.TextAlign = System.Drawing.ContentAlignment.TopCenter;
108      //
109      // CombinedFilterView
110      //
111      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
112      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
113      this.AutoScroll = true;
114      this.Controls.Add(this.tableLayoutPanel);
115      this.Controls.Add(this.label);
116      this.Name = "CombinedFilterView";
117      this.Size = new System.Drawing.Size(727, 327);
118      this.tableLayoutPanel.ResumeLayout(false);
119      this.ResumeLayout(false);
120
121    }
122
123    #endregion
124
125    protected System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
126    protected System.Windows.Forms.Button addButton;
127    protected System.Windows.Forms.ComboBox filtersComboBox;
128    protected System.Windows.Forms.Label label;
129
130
131
132  }
133}
Note: See TracBrowser for help on using the repository browser.