Free cookie consent management tool by TermsFeed Policy Generator

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

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

merged communication framework to trunk (ticket #279)

File size: 6.7 KB
Line 
1namespace HeuristicLab.SimOpt {
2  partial class DoubleParameterBoundConstraintView {
3    /// <summary>
4    /// Required designer variable.
5    /// </summary>
6    private System.ComponentModel.IContainer components = null;
7
8    /// <summary>
9    /// Clean up any resources being used.
10    /// </summary>
11    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12    protected override void Dispose(bool disposing) {
13      if (disposing && (components != null)) {
14        components.Dispose();
15      }
16      base.Dispose(disposing);
17    }
18
19    #region Component Designer generated code
20
21    /// <summary>
22    /// Required method for Designer support - do not modify
23    /// the contents of this method with the code editor.
24    /// </summary>
25    private void InitializeComponent() {
26      this.ubTextBox = new System.Windows.Forms.TextBox();
27      this.lbTextBox = new System.Windows.Forms.TextBox();
28      this.ubIncludedCheckBox = new System.Windows.Forms.CheckBox();
29      this.lbIncludedCheckBox = new System.Windows.Forms.CheckBox();
30      this.ubEnabledCheckBox = new System.Windows.Forms.CheckBox();
31      this.lbEnabledCheckBox = new System.Windows.Forms.CheckBox();
32      this.pmTextBox = new System.Windows.Forms.TextBox();
33      this.pmLabel = new System.Windows.Forms.Label();
34      this.SuspendLayout();
35      //
36      // ubTextBox
37      //
38      this.ubTextBox.Location = new System.Drawing.Point(47, 107);
39      this.ubTextBox.Name = "ubTextBox";
40      this.ubTextBox.Size = new System.Drawing.Size(83, 20);
41      this.ubTextBox.TabIndex = 31;
42      this.ubTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
43      this.ubTextBox.Validated += new System.EventHandler(this.ubTextBox_Validated);
44      this.ubTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.ubTextBox_Validating);
45      //
46      // lbTextBox
47      //
48      this.lbTextBox.Location = new System.Drawing.Point(47, 58);
49      this.lbTextBox.Name = "lbTextBox";
50      this.lbTextBox.Size = new System.Drawing.Size(83, 20);
51      this.lbTextBox.TabIndex = 30;
52      this.lbTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
53      this.lbTextBox.Validated += new System.EventHandler(this.lbTextBox_Validated);
54      this.lbTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.lbTextBox_Validating);
55      //
56      // ubIncludedCheckBox
57      //
58      this.ubIncludedCheckBox.AutoSize = true;
59      this.ubIncludedCheckBox.Location = new System.Drawing.Point(136, 109);
60      this.ubIncludedCheckBox.Name = "ubIncludedCheckBox";
61      this.ubIncludedCheckBox.Size = new System.Drawing.Size(73, 17);
62      this.ubIncludedCheckBox.TabIndex = 29;
63      this.ubIncludedCheckBox.Text = "Included?";
64      this.ubIncludedCheckBox.UseVisualStyleBackColor = true;
65      this.ubIncludedCheckBox.CheckedChanged += new System.EventHandler(this.ubIncludedCheckBox_CheckedChanged);
66      //
67      // lbIncludedCheckBox
68      //
69      this.lbIncludedCheckBox.AutoSize = true;
70      this.lbIncludedCheckBox.Location = new System.Drawing.Point(136, 61);
71      this.lbIncludedCheckBox.Name = "lbIncludedCheckBox";
72      this.lbIncludedCheckBox.Size = new System.Drawing.Size(73, 17);
73      this.lbIncludedCheckBox.TabIndex = 28;
74      this.lbIncludedCheckBox.Text = "Included?";
75      this.lbIncludedCheckBox.UseVisualStyleBackColor = true;
76      this.lbIncludedCheckBox.CheckedChanged += new System.EventHandler(this.lbIncludedCheckBox_CheckedChanged);
77      //
78      // ubEnabledCheckBox
79      //
80      this.ubEnabledCheckBox.AutoSize = true;
81      this.ubEnabledCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
82      this.ubEnabledCheckBox.Location = new System.Drawing.Point(3, 84);
83      this.ubEnabledCheckBox.Name = "ubEnabledCheckBox";
84      this.ubEnabledCheckBox.Size = new System.Drawing.Size(91, 17);
85      this.ubEnabledCheckBox.TabIndex = 27;
86      this.ubEnabledCheckBox.Text = "Upper bound:";
87      this.ubEnabledCheckBox.UseVisualStyleBackColor = true;
88      this.ubEnabledCheckBox.CheckedChanged += new System.EventHandler(this.ubEnabledCheckBox_CheckedChanged);
89      //
90      // lbEnabledCheckBox
91      //
92      this.lbEnabledCheckBox.AutoSize = true;
93      this.lbEnabledCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
94      this.lbEnabledCheckBox.Location = new System.Drawing.Point(3, 35);
95      this.lbEnabledCheckBox.Name = "lbEnabledCheckBox";
96      this.lbEnabledCheckBox.Size = new System.Drawing.Size(91, 17);
97      this.lbEnabledCheckBox.TabIndex = 26;
98      this.lbEnabledCheckBox.Text = "Lower bound:";
99      this.lbEnabledCheckBox.UseVisualStyleBackColor = true;
100      this.lbEnabledCheckBox.CheckedChanged += new System.EventHandler(this.lbEnabledCheckBox_CheckedChanged);
101      //
102      // pmTextBox
103      //
104      this.pmTextBox.Location = new System.Drawing.Point(47, 7);
105      this.pmTextBox.Name = "pmTextBox";
106      this.pmTextBox.Size = new System.Drawing.Size(156, 20);
107      this.pmTextBox.TabIndex = 32;
108      this.pmTextBox.TextChanged += new System.EventHandler(this.pmTextBox_TextChanged);
109      //
110      // pmLabel
111      //
112      this.pmLabel.AutoSize = true;
113      this.pmLabel.Location = new System.Drawing.Point(3, 10);
114      this.pmLabel.Name = "pmLabel";
115      this.pmLabel.Size = new System.Drawing.Size(38, 13);
116      this.pmLabel.TabIndex = 33;
117      this.pmLabel.Text = "Name:";
118      //
119      // DoubleParameterBoundConstraintView
120      //
121      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
122      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
123      this.Controls.Add(this.pmLabel);
124      this.Controls.Add(this.pmTextBox);
125      this.Controls.Add(this.ubTextBox);
126      this.Controls.Add(this.lbTextBox);
127      this.Controls.Add(this.ubIncludedCheckBox);
128      this.Controls.Add(this.lbIncludedCheckBox);
129      this.Controls.Add(this.ubEnabledCheckBox);
130      this.Controls.Add(this.lbEnabledCheckBox);
131      this.Name = "DoubleParameterBoundConstraintView";
132      this.Size = new System.Drawing.Size(206, 131);
133      this.ResumeLayout(false);
134      this.PerformLayout();
135
136    }
137
138    #endregion
139
140    private System.Windows.Forms.TextBox ubTextBox;
141    private System.Windows.Forms.TextBox lbTextBox;
142    private System.Windows.Forms.CheckBox ubIncludedCheckBox;
143    private System.Windows.Forms.CheckBox lbIncludedCheckBox;
144    private System.Windows.Forms.CheckBox ubEnabledCheckBox;
145    private System.Windows.Forms.CheckBox lbEnabledCheckBox;
146    private System.Windows.Forms.TextBox pmTextBox;
147    private System.Windows.Forms.Label pmLabel;
148  }
149}
Note: See TracBrowser for help on using the repository browser.