Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Parameters.Views/3.3/ValueParameterView.Designer.cs @ 2917

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

Operator architecture refactoring (#95)

  • implemented reviewers' comments
File size: 6.0 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.Parameters.Views {
23  partial class ValueParameterView<T> {
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 (components != null) components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Component 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.valueGroupBox = new System.Windows.Forms.GroupBox();
48      this.valuePanel = new System.Windows.Forms.Panel();
49      this.viewHost = new HeuristicLab.Core.Views.ViewHost();
50      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
51      this.valueGroupBox.SuspendLayout();
52      this.valuePanel.SuspendLayout();
53      this.SuspendLayout();
54      //
55      // dataTypeLabel
56      //
57      this.dataTypeLabel.Location = new System.Drawing.Point(3, 55);
58      //
59      // dataTypeTextBox
60      //
61      this.dataTypeTextBox.Location = new System.Drawing.Point(80, 52);
62      this.dataTypeTextBox.Size = new System.Drawing.Size(306, 20);
63      //
64      // nameTextBox
65      //
66      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
67      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
68      this.nameTextBox.Location = new System.Drawing.Point(80, 0);
69      this.nameTextBox.Size = new System.Drawing.Size(306, 20);
70      //
71      // descriptionTextBox
72      //
73      this.descriptionTextBox.Location = new System.Drawing.Point(80, 26);
74      this.descriptionTextBox.Size = new System.Drawing.Size(306, 20);
75      //
76      // valueGroupBox
77      //
78      this.valueGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
79                  | System.Windows.Forms.AnchorStyles.Left)
80                  | System.Windows.Forms.AnchorStyles.Right)));
81      this.valueGroupBox.Controls.Add(this.valuePanel);
82      this.valueGroupBox.Location = new System.Drawing.Point(0, 78);
83      this.valueGroupBox.Name = "valueGroupBox";
84      this.valueGroupBox.Size = new System.Drawing.Size(386, 237);
85      this.valueGroupBox.TabIndex = 6;
86      this.valueGroupBox.TabStop = false;
87      this.valueGroupBox.Text = "&Value:";
88      //
89      // valuePanel
90      //
91      this.valuePanel.AllowDrop = true;
92      this.valuePanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
93                  | System.Windows.Forms.AnchorStyles.Left)
94                  | System.Windows.Forms.AnchorStyles.Right)));
95      this.valuePanel.Controls.Add(this.viewHost);
96      this.valuePanel.Location = new System.Drawing.Point(6, 19);
97      this.valuePanel.Name = "valuePanel";
98      this.valuePanel.Size = new System.Drawing.Size(374, 212);
99      this.valuePanel.TabIndex = 0;
100      this.valuePanel.DragOver += new System.Windows.Forms.DragEventHandler(this.valuePanel_DragEnterOver);
101      this.valuePanel.DragDrop += new System.Windows.Forms.DragEventHandler(this.valuePanel_DragDrop);
102      this.valuePanel.DragEnter += new System.Windows.Forms.DragEventHandler(this.valuePanel_DragEnterOver);
103      //
104      // viewHost
105      //
106      this.viewHost.Content = null;
107      this.viewHost.Dock = System.Windows.Forms.DockStyle.Fill;
108      this.viewHost.Location = new System.Drawing.Point(0, 0);
109      this.viewHost.Name = "viewHost";
110      this.viewHost.Size = new System.Drawing.Size(374, 212);
111      this.viewHost.TabIndex = 0;
112      this.viewHost.ViewType = null;
113      //
114      // ValueParameterView
115      //
116      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
117      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
118      this.Controls.Add(this.valueGroupBox);
119      this.Name = "ValueParameterView";
120      this.Size = new System.Drawing.Size(386, 315);
121      this.Controls.SetChildIndex(this.descriptionTextBox, 0);
122      this.Controls.SetChildIndex(this.descriptionLabel, 0);
123      this.Controls.SetChildIndex(this.dataTypeTextBox, 0);
124      this.Controls.SetChildIndex(this.dataTypeLabel, 0);
125      this.Controls.SetChildIndex(this.nameTextBox, 0);
126      this.Controls.SetChildIndex(this.nameLabel, 0);
127      this.Controls.SetChildIndex(this.valueGroupBox, 0);
128      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
129      this.valueGroupBox.ResumeLayout(false);
130      this.valuePanel.ResumeLayout(false);
131      this.ResumeLayout(false);
132      this.PerformLayout();
133
134    }
135
136    #endregion
137
138    protected System.Windows.Forms.GroupBox valueGroupBox;
139    protected System.Windows.Forms.Panel valuePanel;
140    protected HeuristicLab.Core.Views.ViewHost viewHost;
141  }
142}
Note: See TracBrowser for help on using the repository browser.