[2] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[2790] | 3 | * Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[2] | 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 |
|
---|
[2520] | 22 | namespace HeuristicLab.Core.Views {
|
---|
[2] | 23 | partial class VariableView {
|
---|
| 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) {
|
---|
[2655] | 34 | if (disposing) {
|
---|
| 35 | if (typeSelectorDialog != null) typeSelectorDialog.Dispose();
|
---|
| 36 | if (components != null) components.Dispose();
|
---|
[2] | 37 | }
|
---|
| 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() {
|
---|
[2655] | 48 | this.dataTypeLabel = new System.Windows.Forms.Label();
|
---|
| 49 | this.dataTypeTextBox = new System.Windows.Forms.TextBox();
|
---|
| 50 | this.valueGroupBox = new System.Windows.Forms.GroupBox();
|
---|
| 51 | this.valuePanel = new System.Windows.Forms.Panel();
|
---|
[3281] | 52 | this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
[2655] | 53 | this.clearValueButton = new System.Windows.Forms.Button();
|
---|
| 54 | this.setValueButton = new System.Windows.Forms.Button();
|
---|
[2676] | 55 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
[2655] | 56 | this.valueGroupBox.SuspendLayout();
|
---|
| 57 | this.valuePanel.SuspendLayout();
|
---|
[2] | 58 | this.SuspendLayout();
|
---|
| 59 | //
|
---|
[2655] | 60 | // nameTextBox
|
---|
[2] | 61 | //
|
---|
[2676] | 62 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 63 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
| 64 | this.nameTextBox.Size = new System.Drawing.Size(287, 20);
|
---|
[2] | 65 | //
|
---|
[2655] | 66 | // descriptionTextBox
|
---|
[2] | 67 | //
|
---|
[2917] | 68 | this.descriptionTextBox.Size = new System.Drawing.Size(287, 20);
|
---|
[2] | 69 | //
|
---|
[2655] | 70 | // dataTypeLabel
|
---|
[2] | 71 | //
|
---|
[2655] | 72 | this.dataTypeLabel.AutoSize = true;
|
---|
[2917] | 73 | this.dataTypeLabel.Location = new System.Drawing.Point(3, 55);
|
---|
[2655] | 74 | this.dataTypeLabel.Name = "dataTypeLabel";
|
---|
| 75 | this.dataTypeLabel.Size = new System.Drawing.Size(60, 13);
|
---|
| 76 | this.dataTypeLabel.TabIndex = 4;
|
---|
| 77 | this.dataTypeLabel.Text = "Data &Type:";
|
---|
[2] | 78 | //
|
---|
[2655] | 79 | // dataTypeTextBox
|
---|
[2] | 80 | //
|
---|
[2655] | 81 | this.dataTypeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[2] | 82 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[2917] | 83 | this.dataTypeTextBox.Location = new System.Drawing.Point(72, 52);
|
---|
[2655] | 84 | this.dataTypeTextBox.Name = "dataTypeTextBox";
|
---|
| 85 | this.dataTypeTextBox.ReadOnly = true;
|
---|
[2676] | 86 | this.dataTypeTextBox.Size = new System.Drawing.Size(287, 20);
|
---|
[2655] | 87 | this.dataTypeTextBox.TabIndex = 5;
|
---|
[2] | 88 | //
|
---|
[2655] | 89 | // valueGroupBox
|
---|
[2] | 90 | //
|
---|
[2655] | 91 | this.valueGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
[2] | 92 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 93 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[2655] | 94 | this.valueGroupBox.Controls.Add(this.valuePanel);
|
---|
| 95 | this.valueGroupBox.Controls.Add(this.clearValueButton);
|
---|
| 96 | this.valueGroupBox.Controls.Add(this.setValueButton);
|
---|
[2917] | 97 | this.valueGroupBox.Location = new System.Drawing.Point(0, 78);
|
---|
[2655] | 98 | this.valueGroupBox.Name = "valueGroupBox";
|
---|
[2917] | 99 | this.valueGroupBox.Size = new System.Drawing.Size(359, 196);
|
---|
[2655] | 100 | this.valueGroupBox.TabIndex = 7;
|
---|
| 101 | this.valueGroupBox.TabStop = false;
|
---|
[2924] | 102 | this.valueGroupBox.Text = "Value";
|
---|
[2] | 103 | //
|
---|
[2655] | 104 | // valuePanel
|
---|
[2] | 105 | //
|
---|
[2833] | 106 | this.valuePanel.AllowDrop = true;
|
---|
[2655] | 107 | this.valuePanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 108 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 109 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 110 | this.valuePanel.Controls.Add(this.viewHost);
|
---|
[2796] | 111 | this.valuePanel.Location = new System.Drawing.Point(6, 49);
|
---|
[2655] | 112 | this.valuePanel.Name = "valuePanel";
|
---|
[2917] | 113 | this.valuePanel.Size = new System.Drawing.Size(347, 141);
|
---|
[2655] | 114 | this.valuePanel.TabIndex = 2;
|
---|
| 115 | this.valuePanel.DragOver += new System.Windows.Forms.DragEventHandler(this.valuePanel_DragEnterOver);
|
---|
| 116 | this.valuePanel.DragDrop += new System.Windows.Forms.DragEventHandler(this.valuePanel_DragDrop);
|
---|
| 117 | this.valuePanel.DragEnter += new System.Windows.Forms.DragEventHandler(this.valuePanel_DragEnterOver);
|
---|
[2] | 118 | //
|
---|
[2655] | 119 | // viewHost
|
---|
| 120 | //
|
---|
[2796] | 121 | this.viewHost.Content = null;
|
---|
[2655] | 122 | this.viewHost.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 123 | this.viewHost.Location = new System.Drawing.Point(0, 0);
|
---|
| 124 | this.viewHost.Name = "viewHost";
|
---|
[2917] | 125 | this.viewHost.Size = new System.Drawing.Size(347, 141);
|
---|
[2655] | 126 | this.viewHost.TabIndex = 0;
|
---|
[2917] | 127 | this.viewHost.ViewType = null;
|
---|
[2655] | 128 | //
|
---|
| 129 | // clearValueButton
|
---|
| 130 | //
|
---|
| 131 | this.clearValueButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Remove;
|
---|
[2796] | 132 | this.clearValueButton.Location = new System.Drawing.Point(36, 19);
|
---|
[2655] | 133 | this.clearValueButton.Name = "clearValueButton";
|
---|
[2796] | 134 | this.clearValueButton.Size = new System.Drawing.Size(24, 24);
|
---|
[2655] | 135 | this.clearValueButton.TabIndex = 1;
|
---|
| 136 | this.toolTip.SetToolTip(this.clearValueButton, "Clear Value");
|
---|
| 137 | this.clearValueButton.UseVisualStyleBackColor = true;
|
---|
| 138 | this.clearValueButton.Click += new System.EventHandler(this.clearValueButton_Click);
|
---|
| 139 | //
|
---|
| 140 | // setValueButton
|
---|
| 141 | //
|
---|
[3306] | 142 | this.setValueButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Edit;
|
---|
[2655] | 143 | this.setValueButton.Location = new System.Drawing.Point(6, 19);
|
---|
| 144 | this.setValueButton.Name = "setValueButton";
|
---|
[2796] | 145 | this.setValueButton.Size = new System.Drawing.Size(24, 24);
|
---|
[2655] | 146 | this.setValueButton.TabIndex = 1;
|
---|
| 147 | this.toolTip.SetToolTip(this.setValueButton, "Set Value");
|
---|
| 148 | this.setValueButton.UseVisualStyleBackColor = true;
|
---|
| 149 | this.setValueButton.Click += new System.EventHandler(this.setValueButton_Click);
|
---|
| 150 | //
|
---|
[2] | 151 | // VariableView
|
---|
| 152 | //
|
---|
| 153 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 154 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
[2655] | 155 | this.Controls.Add(this.valueGroupBox);
|
---|
[2676] | 156 | this.Controls.Add(this.dataTypeLabel);
|
---|
[2655] | 157 | this.Controls.Add(this.dataTypeTextBox);
|
---|
[2] | 158 | this.Name = "VariableView";
|
---|
[2655] | 159 | this.Size = new System.Drawing.Size(359, 274);
|
---|
[2676] | 160 | this.Controls.SetChildIndex(this.descriptionLabel, 0);
|
---|
| 161 | this.Controls.SetChildIndex(this.dataTypeTextBox, 0);
|
---|
[2655] | 162 | this.Controls.SetChildIndex(this.dataTypeLabel, 0);
|
---|
| 163 | this.Controls.SetChildIndex(this.descriptionTextBox, 0);
|
---|
[2676] | 164 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
[2655] | 165 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
[2676] | 166 | this.Controls.SetChildIndex(this.valueGroupBox, 0);
|
---|
| 167 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
[2655] | 168 | this.valueGroupBox.ResumeLayout(false);
|
---|
| 169 | this.valuePanel.ResumeLayout(false);
|
---|
[2] | 170 | this.ResumeLayout(false);
|
---|
| 171 | this.PerformLayout();
|
---|
| 172 |
|
---|
| 173 | }
|
---|
| 174 |
|
---|
| 175 | #endregion
|
---|
| 176 |
|
---|
[2676] | 177 | protected System.Windows.Forms.Label dataTypeLabel;
|
---|
| 178 | protected System.Windows.Forms.TextBox dataTypeTextBox;
|
---|
| 179 | protected System.Windows.Forms.GroupBox valueGroupBox;
|
---|
[3281] | 180 | protected HeuristicLab.MainForm.WindowsForms.ViewHost viewHost;
|
---|
[2676] | 181 | protected System.Windows.Forms.Button clearValueButton;
|
---|
| 182 | protected System.Windows.Forms.Button setValueButton;
|
---|
| 183 | protected System.Windows.Forms.Panel valuePanel;
|
---|
[2] | 184 | }
|
---|
| 185 | }
|
---|