Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Constraints/VariableComparisonConstraintView.Designer.cs @ 174

Last change on this file since 174 was 174, checked in by abeham, 16 years ago

reordered tab order in VariableComparisonConstraintView (fixes #124)

File size: 8.8 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2008 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.Constraints {
23  partial class VariableComparisonConstraintView {
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.label1 = new System.Windows.Forms.Label();
48      this.comparerGroupBox = new System.Windows.Forms.GroupBox();
49      this.greaterRadioButton = new System.Windows.Forms.RadioButton();
50      this.greaterOrEqualRadioButton = new System.Windows.Forms.RadioButton();
51      this.equalRadioButton = new System.Windows.Forms.RadioButton();
52      this.lessOrEqualRadioButton = new System.Windows.Forms.RadioButton();
53      this.lessRadioButton = new System.Windows.Forms.RadioButton();
54      this.label2 = new System.Windows.Forms.Label();
55      this.rightVarNameStringDataView = new HeuristicLab.Data.StringDataView();
56      this.leftVarNameStringDataView = new HeuristicLab.Data.StringDataView();
57      this.comparerGroupBox.SuspendLayout();
58      this.SuspendLayout();
59      //
60      // label1
61      //
62      this.label1.AutoSize = true;
63      this.label1.Location = new System.Drawing.Point(3, 5);
64      this.label1.Name = "label1";
65      this.label1.Size = new System.Drawing.Size(25, 13);
66      this.label1.TabIndex = 0;
67      this.label1.Text = "Left";
68      //
69      // comparerGroupBox
70      //
71      this.comparerGroupBox.Controls.Add(this.greaterRadioButton);
72      this.comparerGroupBox.Controls.Add(this.greaterOrEqualRadioButton);
73      this.comparerGroupBox.Controls.Add(this.equalRadioButton);
74      this.comparerGroupBox.Controls.Add(this.lessOrEqualRadioButton);
75      this.comparerGroupBox.Controls.Add(this.lessRadioButton);
76      this.comparerGroupBox.Location = new System.Drawing.Point(3, 54);
77      this.comparerGroupBox.Name = "comparerGroupBox";
78      this.comparerGroupBox.Size = new System.Drawing.Size(141, 137);
79      this.comparerGroupBox.TabIndex = 4;
80      this.comparerGroupBox.TabStop = false;
81      this.comparerGroupBox.Text = "Comparer";
82      //
83      // greaterRadioButton
84      //
85      this.greaterRadioButton.AutoSize = true;
86      this.greaterRadioButton.Location = new System.Drawing.Point(9, 111);
87      this.greaterRadioButton.Name = "greaterRadioButton";
88      this.greaterRadioButton.Size = new System.Drawing.Size(31, 17);
89      this.greaterRadioButton.TabIndex = 4;
90      this.greaterRadioButton.Text = ">";
91      this.greaterRadioButton.UseVisualStyleBackColor = true;
92      this.greaterRadioButton.CheckedChanged += new System.EventHandler(this.anyRadioButton_CheckedChanged);
93      //
94      // greaterOrEqualRadioButton
95      //
96      this.greaterOrEqualRadioButton.AutoSize = true;
97      this.greaterOrEqualRadioButton.Location = new System.Drawing.Point(9, 88);
98      this.greaterOrEqualRadioButton.Name = "greaterOrEqualRadioButton";
99      this.greaterOrEqualRadioButton.Size = new System.Drawing.Size(37, 17);
100      this.greaterOrEqualRadioButton.TabIndex = 3;
101      this.greaterOrEqualRadioButton.Text = ">=";
102      this.greaterOrEqualRadioButton.UseVisualStyleBackColor = true;
103      this.greaterOrEqualRadioButton.CheckedChanged += new System.EventHandler(this.anyRadioButton_CheckedChanged);
104      //
105      // equalRadioButton
106      //
107      this.equalRadioButton.AutoSize = true;
108      this.equalRadioButton.Location = new System.Drawing.Point(9, 65);
109      this.equalRadioButton.Name = "equalRadioButton";
110      this.equalRadioButton.Size = new System.Drawing.Size(31, 17);
111      this.equalRadioButton.TabIndex = 2;
112      this.equalRadioButton.Text = "=";
113      this.equalRadioButton.UseVisualStyleBackColor = true;
114      this.equalRadioButton.CheckedChanged += new System.EventHandler(this.anyRadioButton_CheckedChanged);
115      //
116      // lessOrEqualRadioButton
117      //
118      this.lessOrEqualRadioButton.AutoSize = true;
119      this.lessOrEqualRadioButton.Location = new System.Drawing.Point(9, 42);
120      this.lessOrEqualRadioButton.Name = "lessOrEqualRadioButton";
121      this.lessOrEqualRadioButton.Size = new System.Drawing.Size(37, 17);
122      this.lessOrEqualRadioButton.TabIndex = 1;
123      this.lessOrEqualRadioButton.Text = "<=";
124      this.lessOrEqualRadioButton.UseVisualStyleBackColor = true;
125      this.lessOrEqualRadioButton.CheckedChanged += new System.EventHandler(this.anyRadioButton_CheckedChanged);
126      //
127      // lessRadioButton
128      //
129      this.lessRadioButton.AutoSize = true;
130      this.lessRadioButton.Location = new System.Drawing.Point(9, 19);
131      this.lessRadioButton.Name = "lessRadioButton";
132      this.lessRadioButton.Size = new System.Drawing.Size(31, 17);
133      this.lessRadioButton.TabIndex = 0;
134      this.lessRadioButton.Text = "<";
135      this.lessRadioButton.UseVisualStyleBackColor = true;
136      this.lessRadioButton.CheckedChanged += new System.EventHandler(this.anyRadioButton_CheckedChanged);
137      //
138      // label2
139      //
140      this.label2.AutoSize = true;
141      this.label2.Location = new System.Drawing.Point(3, 31);
142      this.label2.Name = "label2";
143      this.label2.Size = new System.Drawing.Size(32, 13);
144      this.label2.TabIndex = 2;
145      this.label2.Text = "Right";
146      //
147      // rightVarNameStringDataView
148      //
149      this.rightVarNameStringDataView.Caption = "View";
150      this.rightVarNameStringDataView.Location = new System.Drawing.Point(44, 28);
151      this.rightVarNameStringDataView.Name = "rightVarNameStringDataView";
152      this.rightVarNameStringDataView.Size = new System.Drawing.Size(100, 20);
153      this.rightVarNameStringDataView.StringData = null;
154      this.rightVarNameStringDataView.TabIndex = 3;
155      //
156      // leftVarNameStringDataView
157      //
158      this.leftVarNameStringDataView.Caption = "View";
159      this.leftVarNameStringDataView.Location = new System.Drawing.Point(44, 2);
160      this.leftVarNameStringDataView.Name = "leftVarNameStringDataView";
161      this.leftVarNameStringDataView.Size = new System.Drawing.Size(100, 20);
162      this.leftVarNameStringDataView.StringData = null;
163      this.leftVarNameStringDataView.TabIndex = 1;
164      //
165      // VariableComparisonConstraintView
166      //
167      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
168      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
169      this.Controls.Add(this.leftVarNameStringDataView);
170      this.Controls.Add(this.rightVarNameStringDataView);
171      this.Controls.Add(this.label2);
172      this.Controls.Add(this.comparerGroupBox);
173      this.Controls.Add(this.label1);
174      this.Name = "VariableComparisonConstraintView";
175      this.Size = new System.Drawing.Size(147, 193);
176      this.comparerGroupBox.ResumeLayout(false);
177      this.comparerGroupBox.PerformLayout();
178      this.ResumeLayout(false);
179      this.PerformLayout();
180
181    }
182
183    #endregion
184
185    private System.Windows.Forms.Label label1;
186    private System.Windows.Forms.GroupBox comparerGroupBox;
187    private System.Windows.Forms.RadioButton greaterRadioButton;
188    private System.Windows.Forms.RadioButton greaterOrEqualRadioButton;
189    private System.Windows.Forms.RadioButton equalRadioButton;
190    private System.Windows.Forms.RadioButton lessOrEqualRadioButton;
191    private System.Windows.Forms.RadioButton lessRadioButton;
192    private System.Windows.Forms.Label label2;
193    private HeuristicLab.Data.StringDataView rightVarNameStringDataView;
194    private HeuristicLab.Data.StringDataView leftVarNameStringDataView;
195  }
196}
Note: See TracBrowser for help on using the repository browser.