Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.SimOpt/DoubleParameterBoundConstraintView.Designer.cs @ 1143

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

Put the GPL license in the files from the communication framework and simulation optimization project

File size: 7.5 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.SimOpt {
23  partial class DoubleParameterBoundConstraintView {
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.ubTextBox = new System.Windows.Forms.TextBox();
48      this.lbTextBox = new System.Windows.Forms.TextBox();
49      this.ubIncludedCheckBox = new System.Windows.Forms.CheckBox();
50      this.lbIncludedCheckBox = new System.Windows.Forms.CheckBox();
51      this.ubEnabledCheckBox = new System.Windows.Forms.CheckBox();
52      this.lbEnabledCheckBox = new System.Windows.Forms.CheckBox();
53      this.pmTextBox = new System.Windows.Forms.TextBox();
54      this.pmLabel = new System.Windows.Forms.Label();
55      this.SuspendLayout();
56      //
57      // ubTextBox
58      //
59      this.ubTextBox.Location = new System.Drawing.Point(47, 107);
60      this.ubTextBox.Name = "ubTextBox";
61      this.ubTextBox.Size = new System.Drawing.Size(83, 20);
62      this.ubTextBox.TabIndex = 31;
63      this.ubTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
64      this.ubTextBox.Validated += new System.EventHandler(this.ubTextBox_Validated);
65      this.ubTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.ubTextBox_Validating);
66      //
67      // lbTextBox
68      //
69      this.lbTextBox.Location = new System.Drawing.Point(47, 58);
70      this.lbTextBox.Name = "lbTextBox";
71      this.lbTextBox.Size = new System.Drawing.Size(83, 20);
72      this.lbTextBox.TabIndex = 30;
73      this.lbTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
74      this.lbTextBox.Validated += new System.EventHandler(this.lbTextBox_Validated);
75      this.lbTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.lbTextBox_Validating);
76      //
77      // ubIncludedCheckBox
78      //
79      this.ubIncludedCheckBox.AutoSize = true;
80      this.ubIncludedCheckBox.Location = new System.Drawing.Point(136, 109);
81      this.ubIncludedCheckBox.Name = "ubIncludedCheckBox";
82      this.ubIncludedCheckBox.Size = new System.Drawing.Size(73, 17);
83      this.ubIncludedCheckBox.TabIndex = 29;
84      this.ubIncludedCheckBox.Text = "Included?";
85      this.ubIncludedCheckBox.UseVisualStyleBackColor = true;
86      this.ubIncludedCheckBox.CheckedChanged += new System.EventHandler(this.ubIncludedCheckBox_CheckedChanged);
87      //
88      // lbIncludedCheckBox
89      //
90      this.lbIncludedCheckBox.AutoSize = true;
91      this.lbIncludedCheckBox.Location = new System.Drawing.Point(136, 61);
92      this.lbIncludedCheckBox.Name = "lbIncludedCheckBox";
93      this.lbIncludedCheckBox.Size = new System.Drawing.Size(73, 17);
94      this.lbIncludedCheckBox.TabIndex = 28;
95      this.lbIncludedCheckBox.Text = "Included?";
96      this.lbIncludedCheckBox.UseVisualStyleBackColor = true;
97      this.lbIncludedCheckBox.CheckedChanged += new System.EventHandler(this.lbIncludedCheckBox_CheckedChanged);
98      //
99      // ubEnabledCheckBox
100      //
101      this.ubEnabledCheckBox.AutoSize = true;
102      this.ubEnabledCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
103      this.ubEnabledCheckBox.Location = new System.Drawing.Point(3, 84);
104      this.ubEnabledCheckBox.Name = "ubEnabledCheckBox";
105      this.ubEnabledCheckBox.Size = new System.Drawing.Size(91, 17);
106      this.ubEnabledCheckBox.TabIndex = 27;
107      this.ubEnabledCheckBox.Text = "Upper bound:";
108      this.ubEnabledCheckBox.UseVisualStyleBackColor = true;
109      this.ubEnabledCheckBox.CheckedChanged += new System.EventHandler(this.ubEnabledCheckBox_CheckedChanged);
110      //
111      // lbEnabledCheckBox
112      //
113      this.lbEnabledCheckBox.AutoSize = true;
114      this.lbEnabledCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
115      this.lbEnabledCheckBox.Location = new System.Drawing.Point(3, 35);
116      this.lbEnabledCheckBox.Name = "lbEnabledCheckBox";
117      this.lbEnabledCheckBox.Size = new System.Drawing.Size(91, 17);
118      this.lbEnabledCheckBox.TabIndex = 26;
119      this.lbEnabledCheckBox.Text = "Lower bound:";
120      this.lbEnabledCheckBox.UseVisualStyleBackColor = true;
121      this.lbEnabledCheckBox.CheckedChanged += new System.EventHandler(this.lbEnabledCheckBox_CheckedChanged);
122      //
123      // pmTextBox
124      //
125      this.pmTextBox.Location = new System.Drawing.Point(47, 7);
126      this.pmTextBox.Name = "pmTextBox";
127      this.pmTextBox.Size = new System.Drawing.Size(156, 20);
128      this.pmTextBox.TabIndex = 32;
129      this.pmTextBox.TextChanged += new System.EventHandler(this.pmTextBox_TextChanged);
130      //
131      // pmLabel
132      //
133      this.pmLabel.AutoSize = true;
134      this.pmLabel.Location = new System.Drawing.Point(3, 10);
135      this.pmLabel.Name = "pmLabel";
136      this.pmLabel.Size = new System.Drawing.Size(38, 13);
137      this.pmLabel.TabIndex = 33;
138      this.pmLabel.Text = "Name:";
139      //
140      // DoubleParameterBoundConstraintView
141      //
142      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
143      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
144      this.Controls.Add(this.pmLabel);
145      this.Controls.Add(this.pmTextBox);
146      this.Controls.Add(this.ubTextBox);
147      this.Controls.Add(this.lbTextBox);
148      this.Controls.Add(this.ubIncludedCheckBox);
149      this.Controls.Add(this.lbIncludedCheckBox);
150      this.Controls.Add(this.ubEnabledCheckBox);
151      this.Controls.Add(this.lbEnabledCheckBox);
152      this.Name = "DoubleParameterBoundConstraintView";
153      this.Size = new System.Drawing.Size(206, 131);
154      this.ResumeLayout(false);
155      this.PerformLayout();
156
157    }
158
159    #endregion
160
161    private System.Windows.Forms.TextBox ubTextBox;
162    private System.Windows.Forms.TextBox lbTextBox;
163    private System.Windows.Forms.CheckBox ubIncludedCheckBox;
164    private System.Windows.Forms.CheckBox lbIncludedCheckBox;
165    private System.Windows.Forms.CheckBox ubEnabledCheckBox;
166    private System.Windows.Forms.CheckBox lbEnabledCheckBox;
167    private System.Windows.Forms.TextBox pmTextBox;
168    private System.Windows.Forms.Label pmLabel;
169  }
170}
Note: See TracBrowser for help on using the repository browser.