[2] | 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 |
|
---|
| 22 | namespace HeuristicLab.Constraints {
|
---|
| 23 | partial class IntBoundedConstraintView {
|
---|
| 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 | if (IntBoundedConstraint != null) IntBoundedConstraint.Changed -= new System.EventHandler(IntBoundedConstraint_Changed);
|
---|
| 38 | base.Dispose(disposing);
|
---|
| 39 | }
|
---|
| 40 |
|
---|
| 41 | #region Component Designer generated code
|
---|
| 42 |
|
---|
| 43 | /// <summary>
|
---|
| 44 | /// Required method for Designer support - do not modify
|
---|
| 45 | /// the contents of this method with the code editor.
|
---|
| 46 | /// </summary>
|
---|
| 47 | private void InitializeComponent() {
|
---|
| 48 | this.lbEnabledCheckBox = new System.Windows.Forms.CheckBox();
|
---|
| 49 | this.ubEnabledCheckBox = new System.Windows.Forms.CheckBox();
|
---|
| 50 | this.lbIncludedCheckBox = new System.Windows.Forms.CheckBox();
|
---|
| 51 | this.ubIncludedCheckBox = new System.Windows.Forms.CheckBox();
|
---|
| 52 | this.lbTextBox = new System.Windows.Forms.TextBox();
|
---|
| 53 | this.ubTextBox = new System.Windows.Forms.TextBox();
|
---|
| 54 | this.SuspendLayout();
|
---|
| 55 | //
|
---|
| 56 | // lbEnabledCheckBox
|
---|
| 57 | //
|
---|
| 58 | this.lbEnabledCheckBox.AutoSize = true;
|
---|
| 59 | this.lbEnabledCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
---|
| 60 | this.lbEnabledCheckBox.Location = new System.Drawing.Point(4, 4);
|
---|
| 61 | this.lbEnabledCheckBox.Name = "lbEnabledCheckBox";
|
---|
| 62 | this.lbEnabledCheckBox.Size = new System.Drawing.Size(91, 17);
|
---|
| 63 | this.lbEnabledCheckBox.TabIndex = 0;
|
---|
| 64 | this.lbEnabledCheckBox.Text = "Lower bound:";
|
---|
| 65 | this.lbEnabledCheckBox.UseVisualStyleBackColor = true;
|
---|
| 66 | this.lbEnabledCheckBox.CheckedChanged += new System.EventHandler(this.lbEnabledCheckBox_CheckedChanged);
|
---|
| 67 | //
|
---|
| 68 | // ubEnabledCheckBox
|
---|
| 69 | //
|
---|
| 70 | this.ubEnabledCheckBox.AutoSize = true;
|
---|
| 71 | this.ubEnabledCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
---|
| 72 | this.ubEnabledCheckBox.Location = new System.Drawing.Point(4, 27);
|
---|
| 73 | this.ubEnabledCheckBox.Name = "ubEnabledCheckBox";
|
---|
| 74 | this.ubEnabledCheckBox.Size = new System.Drawing.Size(91, 17);
|
---|
| 75 | this.ubEnabledCheckBox.TabIndex = 1;
|
---|
| 76 | this.ubEnabledCheckBox.Text = "Upper bound:";
|
---|
| 77 | this.ubEnabledCheckBox.UseVisualStyleBackColor = true;
|
---|
| 78 | this.ubEnabledCheckBox.CheckedChanged += new System.EventHandler(this.ubEnabledCheckBox_CheckedChanged);
|
---|
| 79 | //
|
---|
| 80 | // lbIncludedCheckBox
|
---|
| 81 | //
|
---|
| 82 | this.lbIncludedCheckBox.AutoSize = true;
|
---|
| 83 | this.lbIncludedCheckBox.Location = new System.Drawing.Point(207, 4);
|
---|
| 84 | this.lbIncludedCheckBox.Name = "lbIncludedCheckBox";
|
---|
| 85 | this.lbIncludedCheckBox.Size = new System.Drawing.Size(73, 17);
|
---|
| 86 | this.lbIncludedCheckBox.TabIndex = 2;
|
---|
| 87 | this.lbIncludedCheckBox.Text = "Included?";
|
---|
| 88 | this.lbIncludedCheckBox.UseVisualStyleBackColor = true;
|
---|
| 89 | this.lbIncludedCheckBox.CheckedChanged += new System.EventHandler(this.lbIncludedCheckBox_CheckedChanged);
|
---|
| 90 | //
|
---|
| 91 | // ubIncludedCheckBox
|
---|
| 92 | //
|
---|
| 93 | this.ubIncludedCheckBox.AutoSize = true;
|
---|
| 94 | this.ubIncludedCheckBox.Location = new System.Drawing.Point(207, 27);
|
---|
| 95 | this.ubIncludedCheckBox.Name = "ubIncludedCheckBox";
|
---|
| 96 | this.ubIncludedCheckBox.Size = new System.Drawing.Size(73, 17);
|
---|
| 97 | this.ubIncludedCheckBox.TabIndex = 3;
|
---|
| 98 | this.ubIncludedCheckBox.Text = "Included?";
|
---|
| 99 | this.ubIncludedCheckBox.UseVisualStyleBackColor = true;
|
---|
| 100 | this.ubIncludedCheckBox.CheckedChanged += new System.EventHandler(this.ubIncludedCheckBox_CheckedChanged);
|
---|
| 101 | //
|
---|
| 102 | // lbTextBox
|
---|
| 103 | //
|
---|
| 104 | this.lbTextBox.Location = new System.Drawing.Point(101, 2);
|
---|
| 105 | this.lbTextBox.Name = "lbTextBox";
|
---|
| 106 | this.lbTextBox.Size = new System.Drawing.Size(100, 20);
|
---|
| 107 | this.lbTextBox.TabIndex = 4;
|
---|
| 108 | this.lbTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
---|
| 109 | this.lbTextBox.Validated += new System.EventHandler(this.lbTextBox_Validated);
|
---|
| 110 | this.lbTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.lbTextBox_Validating);
|
---|
| 111 | //
|
---|
| 112 | // ubTextBox
|
---|
| 113 | //
|
---|
| 114 | this.ubTextBox.Location = new System.Drawing.Point(101, 25);
|
---|
| 115 | this.ubTextBox.Name = "ubTextBox";
|
---|
| 116 | this.ubTextBox.Size = new System.Drawing.Size(100, 20);
|
---|
| 117 | this.ubTextBox.TabIndex = 5;
|
---|
| 118 | this.ubTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
---|
| 119 | this.ubTextBox.Validated += new System.EventHandler(this.ubTextBox_Validated);
|
---|
| 120 | this.ubTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.ubTextBox_Validating);
|
---|
| 121 | //
|
---|
| 122 | // IntBoundedConstraintView
|
---|
| 123 | //
|
---|
| 124 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 125 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 126 | this.Controls.Add(this.ubTextBox);
|
---|
| 127 | this.Controls.Add(this.lbTextBox);
|
---|
| 128 | this.Controls.Add(this.ubIncludedCheckBox);
|
---|
| 129 | this.Controls.Add(this.lbIncludedCheckBox);
|
---|
| 130 | this.Controls.Add(this.ubEnabledCheckBox);
|
---|
| 131 | this.Controls.Add(this.lbEnabledCheckBox);
|
---|
| 132 | this.Name = "IntBoundedConstraintView";
|
---|
| 133 | this.Size = new System.Drawing.Size(280, 52);
|
---|
| 134 | this.ResumeLayout(false);
|
---|
| 135 | this.PerformLayout();
|
---|
| 136 |
|
---|
| 137 | }
|
---|
| 138 |
|
---|
| 139 | #endregion
|
---|
| 140 |
|
---|
| 141 | private System.Windows.Forms.CheckBox lbEnabledCheckBox;
|
---|
| 142 | private System.Windows.Forms.CheckBox ubEnabledCheckBox;
|
---|
| 143 | private System.Windows.Forms.CheckBox lbIncludedCheckBox;
|
---|
| 144 | private System.Windows.Forms.CheckBox ubIncludedCheckBox;
|
---|
| 145 | private System.Windows.Forms.TextBox lbTextBox;
|
---|
| 146 | private System.Windows.Forms.TextBox ubTextBox;
|
---|
| 147 |
|
---|
| 148 | }
|
---|
| 149 | }
|
---|