[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 |
|
---|
[51] | 22 | namespace HeuristicLab.Operators {
|
---|
[2] | 23 | partial class AddVariableInfoDialog {
|
---|
| 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.cancelButton = new System.Windows.Forms.Button();
|
---|
| 48 | this.okButton = new System.Windows.Forms.Button();
|
---|
| 49 | this.formalNameLabel = new System.Windows.Forms.Label();
|
---|
| 50 | this.formalNameTextBox = new System.Windows.Forms.TextBox();
|
---|
| 51 | this.descriptionLabel = new System.Windows.Forms.Label();
|
---|
| 52 | this.descriptionTextBox = new System.Windows.Forms.TextBox();
|
---|
| 53 | this.dataTypeLabel = new System.Windows.Forms.Label();
|
---|
| 54 | this.kindLabel = new System.Windows.Forms.Label();
|
---|
| 55 | this.kindNewCheckBox = new System.Windows.Forms.CheckBox();
|
---|
| 56 | this.kindInCheckBox = new System.Windows.Forms.CheckBox();
|
---|
| 57 | this.kindOutCheckBox = new System.Windows.Forms.CheckBox();
|
---|
| 58 | this.kindDeletedCheckBox = new System.Windows.Forms.CheckBox();
|
---|
| 59 | this.dataTypeTextBox = new System.Windows.Forms.TextBox();
|
---|
| 60 | this.setDataTypeButton = new System.Windows.Forms.Button();
|
---|
| 61 | this.SuspendLayout();
|
---|
| 62 | //
|
---|
| 63 | // cancelButton
|
---|
| 64 | //
|
---|
| 65 | this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 66 | this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
---|
| 67 | this.cancelButton.Location = new System.Drawing.Point(311, 210);
|
---|
| 68 | this.cancelButton.Name = "cancelButton";
|
---|
| 69 | this.cancelButton.Size = new System.Drawing.Size(75, 23);
|
---|
| 70 | this.cancelButton.TabIndex = 13;
|
---|
| 71 | this.cancelButton.Text = "&Cancel";
|
---|
| 72 | this.cancelButton.UseVisualStyleBackColor = true;
|
---|
| 73 | //
|
---|
| 74 | // okButton
|
---|
| 75 | //
|
---|
| 76 | this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 77 | this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
|
---|
| 78 | this.okButton.Location = new System.Drawing.Point(230, 210);
|
---|
| 79 | this.okButton.Name = "okButton";
|
---|
| 80 | this.okButton.Size = new System.Drawing.Size(75, 23);
|
---|
| 81 | this.okButton.TabIndex = 12;
|
---|
| 82 | this.okButton.Text = "&OK";
|
---|
| 83 | this.okButton.UseVisualStyleBackColor = true;
|
---|
| 84 | this.okButton.Click += new System.EventHandler(this.okButton_Click);
|
---|
| 85 | //
|
---|
| 86 | // formalNameLabel
|
---|
| 87 | //
|
---|
| 88 | this.formalNameLabel.AutoSize = true;
|
---|
| 89 | this.formalNameLabel.Location = new System.Drawing.Point(12, 9);
|
---|
| 90 | this.formalNameLabel.Name = "formalNameLabel";
|
---|
| 91 | this.formalNameLabel.Size = new System.Drawing.Size(72, 13);
|
---|
| 92 | this.formalNameLabel.TabIndex = 0;
|
---|
| 93 | this.formalNameLabel.Text = "&Formal Name:";
|
---|
| 94 | //
|
---|
| 95 | // formalNameTextBox
|
---|
| 96 | //
|
---|
| 97 | this.formalNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 98 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 99 | this.formalNameTextBox.Location = new System.Drawing.Point(90, 6);
|
---|
| 100 | this.formalNameTextBox.Name = "formalNameTextBox";
|
---|
| 101 | this.formalNameTextBox.Size = new System.Drawing.Size(296, 20);
|
---|
| 102 | this.formalNameTextBox.TabIndex = 1;
|
---|
| 103 | this.formalNameTextBox.Text = "Name";
|
---|
| 104 | this.formalNameTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.formalNameTextBox_Validating);
|
---|
| 105 | //
|
---|
| 106 | // descriptionLabel
|
---|
| 107 | //
|
---|
| 108 | this.descriptionLabel.AutoSize = true;
|
---|
| 109 | this.descriptionLabel.Location = new System.Drawing.Point(12, 35);
|
---|
| 110 | this.descriptionLabel.Name = "descriptionLabel";
|
---|
| 111 | this.descriptionLabel.Size = new System.Drawing.Size(63, 13);
|
---|
| 112 | this.descriptionLabel.TabIndex = 2;
|
---|
| 113 | this.descriptionLabel.Text = "&Description:";
|
---|
| 114 | //
|
---|
| 115 | // descriptionTextBox
|
---|
| 116 | //
|
---|
| 117 | this.descriptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 118 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 119 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 120 | this.descriptionTextBox.Location = new System.Drawing.Point(90, 32);
|
---|
| 121 | this.descriptionTextBox.Multiline = true;
|
---|
| 122 | this.descriptionTextBox.Name = "descriptionTextBox";
|
---|
| 123 | this.descriptionTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
---|
| 124 | this.descriptionTextBox.Size = new System.Drawing.Size(296, 123);
|
---|
| 125 | this.descriptionTextBox.TabIndex = 3;
|
---|
| 126 | //
|
---|
| 127 | // dataTypeLabel
|
---|
| 128 | //
|
---|
| 129 | this.dataTypeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 130 | this.dataTypeLabel.AutoSize = true;
|
---|
| 131 | this.dataTypeLabel.Location = new System.Drawing.Point(12, 164);
|
---|
| 132 | this.dataTypeLabel.Name = "dataTypeLabel";
|
---|
| 133 | this.dataTypeLabel.Size = new System.Drawing.Size(60, 13);
|
---|
| 134 | this.dataTypeLabel.TabIndex = 4;
|
---|
| 135 | this.dataTypeLabel.Text = "Data &Type:";
|
---|
| 136 | //
|
---|
| 137 | // kindLabel
|
---|
| 138 | //
|
---|
| 139 | this.kindLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 140 | this.kindLabel.AutoSize = true;
|
---|
| 141 | this.kindLabel.Location = new System.Drawing.Point(12, 188);
|
---|
| 142 | this.kindLabel.Name = "kindLabel";
|
---|
| 143 | this.kindLabel.Size = new System.Drawing.Size(72, 13);
|
---|
| 144 | this.kindLabel.TabIndex = 7;
|
---|
| 145 | this.kindLabel.Text = "Variable &Kind:";
|
---|
| 146 | //
|
---|
| 147 | // kindNewCheckBox
|
---|
| 148 | //
|
---|
| 149 | this.kindNewCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 150 | this.kindNewCheckBox.AutoSize = true;
|
---|
| 151 | this.kindNewCheckBox.Location = new System.Drawing.Point(90, 187);
|
---|
| 152 | this.kindNewCheckBox.Name = "kindNewCheckBox";
|
---|
| 153 | this.kindNewCheckBox.Size = new System.Drawing.Size(48, 17);
|
---|
| 154 | this.kindNewCheckBox.TabIndex = 8;
|
---|
| 155 | this.kindNewCheckBox.Text = "&New";
|
---|
| 156 | this.kindNewCheckBox.UseVisualStyleBackColor = true;
|
---|
| 157 | //
|
---|
| 158 | // kindInCheckBox
|
---|
| 159 | //
|
---|
| 160 | this.kindInCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 161 | this.kindInCheckBox.AutoSize = true;
|
---|
| 162 | this.kindInCheckBox.Checked = true;
|
---|
| 163 | this.kindInCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
---|
| 164 | this.kindInCheckBox.Location = new System.Drawing.Point(144, 187);
|
---|
| 165 | this.kindInCheckBox.Name = "kindInCheckBox";
|
---|
| 166 | this.kindInCheckBox.Size = new System.Drawing.Size(35, 17);
|
---|
| 167 | this.kindInCheckBox.TabIndex = 9;
|
---|
| 168 | this.kindInCheckBox.Text = "&In";
|
---|
| 169 | this.kindInCheckBox.UseVisualStyleBackColor = true;
|
---|
| 170 | //
|
---|
| 171 | // kindOutCheckBox
|
---|
| 172 | //
|
---|
| 173 | this.kindOutCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 174 | this.kindOutCheckBox.AutoSize = true;
|
---|
| 175 | this.kindOutCheckBox.Location = new System.Drawing.Point(185, 187);
|
---|
| 176 | this.kindOutCheckBox.Name = "kindOutCheckBox";
|
---|
| 177 | this.kindOutCheckBox.Size = new System.Drawing.Size(43, 17);
|
---|
| 178 | this.kindOutCheckBox.TabIndex = 10;
|
---|
| 179 | this.kindOutCheckBox.Text = "&Out";
|
---|
| 180 | this.kindOutCheckBox.UseVisualStyleBackColor = true;
|
---|
| 181 | //
|
---|
| 182 | // kindDeletedCheckBox
|
---|
| 183 | //
|
---|
| 184 | this.kindDeletedCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 185 | this.kindDeletedCheckBox.AutoSize = true;
|
---|
| 186 | this.kindDeletedCheckBox.Location = new System.Drawing.Point(234, 187);
|
---|
| 187 | this.kindDeletedCheckBox.Name = "kindDeletedCheckBox";
|
---|
| 188 | this.kindDeletedCheckBox.Size = new System.Drawing.Size(63, 17);
|
---|
| 189 | this.kindDeletedCheckBox.TabIndex = 11;
|
---|
| 190 | this.kindDeletedCheckBox.Text = "&Deleted";
|
---|
| 191 | this.kindDeletedCheckBox.UseVisualStyleBackColor = true;
|
---|
| 192 | //
|
---|
| 193 | // dataTypeTextBox
|
---|
| 194 | //
|
---|
| 195 | this.dataTypeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 196 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 197 | this.dataTypeTextBox.Location = new System.Drawing.Point(90, 161);
|
---|
| 198 | this.dataTypeTextBox.Name = "dataTypeTextBox";
|
---|
| 199 | this.dataTypeTextBox.ReadOnly = true;
|
---|
| 200 | this.dataTypeTextBox.Size = new System.Drawing.Size(247, 20);
|
---|
| 201 | this.dataTypeTextBox.TabIndex = 6;
|
---|
| 202 | this.dataTypeTextBox.Text = "HeuristicLab.Data.BoolData";
|
---|
| 203 | //
|
---|
| 204 | // setDataTypeButton
|
---|
| 205 | //
|
---|
| 206 | this.setDataTypeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 207 | this.setDataTypeButton.Location = new System.Drawing.Point(343, 161);
|
---|
| 208 | this.setDataTypeButton.Name = "setDataTypeButton";
|
---|
| 209 | this.setDataTypeButton.Size = new System.Drawing.Size(43, 20);
|
---|
| 210 | this.setDataTypeButton.TabIndex = 5;
|
---|
| 211 | this.setDataTypeButton.Text = "&Set...";
|
---|
| 212 | this.setDataTypeButton.UseVisualStyleBackColor = true;
|
---|
| 213 | this.setDataTypeButton.Click += new System.EventHandler(this.setDataTypeButton_Click);
|
---|
| 214 | //
|
---|
| 215 | // AddVariableInfoDialog
|
---|
| 216 | //
|
---|
| 217 | this.AcceptButton = this.okButton;
|
---|
| 218 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 219 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 220 | this.CancelButton = this.cancelButton;
|
---|
| 221 | this.ClientSize = new System.Drawing.Size(398, 245);
|
---|
| 222 | this.Controls.Add(this.setDataTypeButton);
|
---|
| 223 | this.Controls.Add(this.kindDeletedCheckBox);
|
---|
| 224 | this.Controls.Add(this.kindOutCheckBox);
|
---|
| 225 | this.Controls.Add(this.kindInCheckBox);
|
---|
| 226 | this.Controls.Add(this.kindNewCheckBox);
|
---|
| 227 | this.Controls.Add(this.descriptionTextBox);
|
---|
| 228 | this.Controls.Add(this.dataTypeTextBox);
|
---|
| 229 | this.Controls.Add(this.formalNameTextBox);
|
---|
| 230 | this.Controls.Add(this.kindLabel);
|
---|
| 231 | this.Controls.Add(this.dataTypeLabel);
|
---|
| 232 | this.Controls.Add(this.descriptionLabel);
|
---|
| 233 | this.Controls.Add(this.formalNameLabel);
|
---|
| 234 | this.Controls.Add(this.cancelButton);
|
---|
| 235 | this.Controls.Add(this.okButton);
|
---|
| 236 | this.MaximizeBox = false;
|
---|
| 237 | this.MinimizeBox = false;
|
---|
| 238 | this.Name = "AddVariableInfoDialog";
|
---|
| 239 | this.ShowIcon = false;
|
---|
| 240 | this.ShowInTaskbar = false;
|
---|
| 241 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
---|
| 242 | this.Text = "Add Variable Info";
|
---|
| 243 | this.ResumeLayout(false);
|
---|
| 244 | this.PerformLayout();
|
---|
| 245 |
|
---|
| 246 | }
|
---|
| 247 |
|
---|
| 248 | #endregion
|
---|
| 249 |
|
---|
| 250 | private System.Windows.Forms.Button cancelButton;
|
---|
| 251 | private System.Windows.Forms.Button okButton;
|
---|
| 252 | private System.Windows.Forms.Label formalNameLabel;
|
---|
| 253 | private System.Windows.Forms.TextBox formalNameTextBox;
|
---|
| 254 | private System.Windows.Forms.Label descriptionLabel;
|
---|
| 255 | private System.Windows.Forms.TextBox descriptionTextBox;
|
---|
| 256 | private System.Windows.Forms.Label dataTypeLabel;
|
---|
| 257 | private System.Windows.Forms.Label kindLabel;
|
---|
| 258 | private System.Windows.Forms.CheckBox kindNewCheckBox;
|
---|
| 259 | private System.Windows.Forms.CheckBox kindInCheckBox;
|
---|
| 260 | private System.Windows.Forms.CheckBox kindOutCheckBox;
|
---|
| 261 | private System.Windows.Forms.CheckBox kindDeletedCheckBox;
|
---|
| 262 | private System.Windows.Forms.TextBox dataTypeTextBox;
|
---|
| 263 | private System.Windows.Forms.Button setDataTypeButton;
|
---|
| 264 | }
|
---|
| 265 | }
|
---|