Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Core.Views/3.3/VariableView.Designer.cs @ 2792

Last change on this file since 2792 was 2790, checked in by swagner, 14 years ago

Operator architecture refactoring (#95)

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