Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.BioBoost/HeuristicLab.Problems.BioBoost.Views/3.3/FilterDialog.Designer.cs @ 13074

Last change on this file since 13074 was 13074, checked in by gkronber, 8 years ago

#2499: added license header and removed unused usings

File size: 6.7 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2015 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.BioBoost.Views {
23  partial class FilterDialog {
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 Windows Form 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.components = new System.ComponentModel.Container();
48      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FilterDialog));
49      this.label1 = new System.Windows.Forms.Label();
50      this.textBox1 = new System.Windows.Forms.TextBox();
51      this.keepOption = new System.Windows.Forms.RadioButton();
52      this.removeOption = new System.Windows.Forms.RadioButton();
53      this.okButton = new System.Windows.Forms.Button();
54      this.cancelButton = new System.Windows.Forms.Button();
55      this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
56      ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
57      this.SuspendLayout();
58      //
59      // label1
60      //
61      this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
62            | System.Windows.Forms.AnchorStyles.Right)));
63      this.label1.Location = new System.Drawing.Point(13, 13);
64      this.label1.Name = "label1";
65      this.label1.Size = new System.Drawing.Size(445, 48);
66      this.label1.TabIndex = 0;
67      this.label1.Text = resources.GetString("label1.Text");
68      //
69      // textBox1
70      //
71      this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
72            | System.Windows.Forms.AnchorStyles.Right)));
73      this.textBox1.Location = new System.Drawing.Point(12, 89);
74      this.textBox1.Name = "textBox1";
75      this.textBox1.Size = new System.Drawing.Size(446, 20);
76      this.textBox1.TabIndex = 1;
77      this.textBox1.Text = "^(FR|BE|NL|LU)";
78      this.textBox1.Validating += new System.ComponentModel.CancelEventHandler(this.textBox1_Validating);
79      this.textBox1.Validated += new System.EventHandler(this.textBox1_Validated);
80      //
81      // keepOption
82      //
83      this.keepOption.AutoSize = true;
84      this.keepOption.Checked = true;
85      this.keepOption.Location = new System.Drawing.Point(12, 118);
86      this.keepOption.Name = "keepOption";
87      this.keepOption.Size = new System.Drawing.Size(49, 17);
88      this.keepOption.TabIndex = 2;
89      this.keepOption.TabStop = true;
90      this.keepOption.Text = "&keep";
91      this.keepOption.UseVisualStyleBackColor = true;
92      this.keepOption.CheckedChanged += new System.EventHandler(this.keepOption_CheckedChanged);
93      //
94      // removeOption
95      //
96      this.removeOption.AutoSize = true;
97      this.removeOption.Location = new System.Drawing.Point(67, 118);
98      this.removeOption.Name = "removeOption";
99      this.removeOption.Size = new System.Drawing.Size(60, 17);
100      this.removeOption.TabIndex = 3;
101      this.removeOption.Text = "&remove";
102      this.removeOption.UseVisualStyleBackColor = true;
103      this.removeOption.CheckedChanged += new System.EventHandler(this.keepOption_CheckedChanged);
104      //
105      // okButton
106      //
107      this.okButton.Location = new System.Drawing.Point(383, 115);
108      this.okButton.Name = "okButton";
109      this.okButton.Size = new System.Drawing.Size(75, 23);
110      this.okButton.TabIndex = 5;
111      this.okButton.Text = "&OK";
112      this.okButton.UseVisualStyleBackColor = true;
113      this.okButton.Click += new System.EventHandler(this.okButton_Click);
114      //
115      // cancelButton
116      //
117      this.cancelButton.Location = new System.Drawing.Point(302, 115);
118      this.cancelButton.Name = "cancelButton";
119      this.cancelButton.Size = new System.Drawing.Size(75, 23);
120      this.cancelButton.TabIndex = 4;
121      this.cancelButton.Text = "&Cancel";
122      this.cancelButton.UseVisualStyleBackColor = true;
123      this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
124      //
125      // errorProvider1
126      //
127      this.errorProvider1.ContainerControl = this;
128      //
129      // FilterDialog
130      //
131      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
132      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
133      this.ClientSize = new System.Drawing.Size(470, 148);
134      this.ControlBox = false;
135      this.Controls.Add(this.cancelButton);
136      this.Controls.Add(this.okButton);
137      this.Controls.Add(this.removeOption);
138      this.Controls.Add(this.keepOption);
139      this.Controls.Add(this.textBox1);
140      this.Controls.Add(this.label1);
141      this.Name = "FilterDialog";
142      this.Text = "Filter Regions";
143      this.TopMost = true;
144      ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
145      this.ResumeLayout(false);
146      this.PerformLayout();
147
148    }
149
150    #endregion
151
152    private System.Windows.Forms.Label label1;
153    private System.Windows.Forms.TextBox textBox1;
154    private System.Windows.Forms.RadioButton keepOption;
155    private System.Windows.Forms.RadioButton removeOption;
156    private System.Windows.Forms.Button okButton;
157    private System.Windows.Forms.Button cancelButton;
158    private System.Windows.Forms.ErrorProvider errorProvider1;
159  }
160}
Note: See TracBrowser for help on using the repository browser.