#region License Information /* HeuristicLab * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL) * * This file is part of HeuristicLab. * * HeuristicLab is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * HeuristicLab is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with HeuristicLab. If not, see . */ #endregion namespace HeuristicLab.Clients.OKB.Query { partial class CombinedFilterView { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing) { if (components != null) components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CombinedFilterView)); this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); this.filtersComboBox = new System.Windows.Forms.ComboBox(); this.addButton = new System.Windows.Forms.Button(); this.label = new System.Windows.Forms.Label(); this.tableLayoutPanel.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel // this.tableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tableLayoutPanel.ColumnCount = 2; this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel.Controls.Add(this.filtersComboBox, 1, 0); this.tableLayoutPanel.Controls.Add(this.addButton, 0, 0); this.tableLayoutPanel.Location = new System.Drawing.Point(21, 0); this.tableLayoutPanel.Name = "tableLayoutPanel"; this.tableLayoutPanel.RowCount = 1; this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel.Size = new System.Drawing.Size(706, 327); this.tableLayoutPanel.TabIndex = 1; // // filtersComboBox // this.filtersComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.filtersComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.filtersComboBox.FormattingEnabled = true; this.filtersComboBox.Location = new System.Drawing.Point(33, 4); this.filtersComboBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 3); this.filtersComboBox.Name = "filtersComboBox"; this.filtersComboBox.Size = new System.Drawing.Size(670, 21); this.filtersComboBox.TabIndex = 1; // // addButton // this.addButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.addButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Add; this.addButton.Location = new System.Drawing.Point(3, 3); this.addButton.Name = "addButton"; this.addButton.Size = new System.Drawing.Size(24, 24); this.addButton.TabIndex = 0; this.addButton.UseVisualStyleBackColor = true; this.addButton.Click += new System.EventHandler(this.addButton_Click); // // label // this.label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.label.BackColor = System.Drawing.Color.NavajoWhite; this.label.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label.Location = new System.Drawing.Point(3, 31); this.label.Name = "label"; this.label.Size = new System.Drawing.Size(15, 296); this.label.TabIndex = 0; this.label.Text = "L\r\nA\r\nB\r\nE\r\nL\r\n"; this.label.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // CombinedFilterView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScroll = true; this.Controls.Add(this.tableLayoutPanel); this.Controls.Add(this.label); this.Name = "CombinedFilterView"; this.Size = new System.Drawing.Size(727, 327); this.tableLayoutPanel.ResumeLayout(false); this.ResumeLayout(false); } #endregion protected System.Windows.Forms.TableLayoutPanel tableLayoutPanel; protected System.Windows.Forms.Button addButton; protected System.Windows.Forms.ComboBox filtersComboBox; protected System.Windows.Forms.Label label; } }