Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.OneMax.Views/3.3/OnemaxSolutionView.Designer.cs @ 3742

Last change on this file since 3742 was 3742, checked in by gkronber, 14 years ago

Fixed GPL license headers and deleted files which are not referenced by projects. #893

File size: 6.4 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.Problems.OneMax.Views {
23  partial class OneMaxSolutionView {
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.qualityView = new HeuristicLab.MainForm.WindowsForms.ViewHost();
48      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
49      this.groupBox3 = new System.Windows.Forms.GroupBox();
50      this.binaryVectorView = new HeuristicLab.MainForm.WindowsForms.ViewHost();
51      this.groupBox4 = new System.Windows.Forms.GroupBox();
52      this.splitContainer1.Panel1.SuspendLayout();
53      this.splitContainer1.Panel2.SuspendLayout();
54      this.splitContainer1.SuspendLayout();
55      this.groupBox3.SuspendLayout();
56      this.groupBox4.SuspendLayout();
57      this.SuspendLayout();
58      //
59      // qualityView
60      //
61      this.qualityView.Caption = null;
62      this.qualityView.Content = null;
63      this.qualityView.Dock = System.Windows.Forms.DockStyle.Fill;
64      this.qualityView.Location = new System.Drawing.Point(3, 16);
65      this.qualityView.Name = "qualityView";
66      this.qualityView.ReadOnly = false;
67      this.qualityView.Size = new System.Drawing.Size(188, 30);
68      this.qualityView.TabIndex = 1;
69      this.qualityView.ViewType = null;
70      //
71      // splitContainer1
72      //
73      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
74      this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
75      this.splitContainer1.IsSplitterFixed = true;
76      this.splitContainer1.Location = new System.Drawing.Point(0, 0);
77      this.splitContainer1.Name = "splitContainer1";
78      this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
79      //
80      // splitContainer1.Panel1
81      //
82      this.splitContainer1.Panel1.Controls.Add(this.groupBox3);
83      this.splitContainer1.Panel1MinSize = 30;
84      //
85      // splitContainer1.Panel2
86      //
87      this.splitContainer1.Panel2.Controls.Add(this.groupBox4);
88      this.splitContainer1.Panel2MinSize = 30;
89      this.splitContainer1.Size = new System.Drawing.Size(392, 265);
90      this.splitContainer1.TabIndex = 7;
91      //
92      // groupBox3
93      //
94      this.groupBox3.Controls.Add(this.qualityView);
95      this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
96      this.groupBox3.Location = new System.Drawing.Point(0, 0);
97      this.groupBox3.Name = "groupBox3";
98      this.groupBox3.Size = new System.Drawing.Size(392, 50);
99      this.groupBox3.TabIndex = 6;
100      this.groupBox3.TabStop = false;
101      this.groupBox3.Text = "Quality";
102      //
103      // qualityView
104      //
105      this.qualityView.Caption = null;
106      this.qualityView.Content = null;
107      this.qualityView.Dock = System.Windows.Forms.DockStyle.Fill;
108      this.qualityView.Location = new System.Drawing.Point(3, 16);
109      this.qualityView.Name = "qualityView";
110      this.qualityView.ReadOnly = false;
111      this.qualityView.Size = new System.Drawing.Size(386, 31);
112      this.qualityView.TabIndex = 1;
113      this.qualityView.ViewType = null;
114      //
115      // groupBox4
116      //
117      this.groupBox4.Controls.Add(this.binaryVectorView);
118      this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
119      this.groupBox4.Location = new System.Drawing.Point(0, 0);
120      this.groupBox4.Name = "groupBox4";
121      this.groupBox4.Size = new System.Drawing.Size(392, 211);
122      this.groupBox4.TabIndex = 6;
123      this.groupBox4.TabStop = false;
124      this.groupBox4.Text = "Binary vector";
125      //
126      // binaryVectorView
127      //
128      this.binaryVectorView.Caption = null;
129      this.binaryVectorView.Content = null;
130      this.binaryVectorView.Dock = System.Windows.Forms.DockStyle.Fill;
131      this.binaryVectorView.Location = new System.Drawing.Point(3, 16);
132      this.binaryVectorView.Name = "binaryVectorView";
133      this.binaryVectorView.ReadOnly = false;
134      this.binaryVectorView.Size = new System.Drawing.Size(386, 192);
135      this.binaryVectorView.TabIndex = 1;
136      this.binaryVectorView.ViewType = null;
137      //
138      // OneMaxSolutionView
139      //
140      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
141      this.Controls.Add(this.splitContainer1);
142      this.Name = "OneMaxSolutionView";
143      this.Size = new System.Drawing.Size(392, 265);
144      this.splitContainer1.Panel1.ResumeLayout(false);
145      this.splitContainer1.Panel2.ResumeLayout(false);
146      this.splitContainer1.ResumeLayout(false);
147      this.groupBox3.ResumeLayout(false);
148      this.groupBox4.ResumeLayout(false);
149      this.ResumeLayout(false);
150
151    }
152
153    #endregion
154
155    private System.Windows.Forms.SplitContainer splitContainer1;
156    private System.Windows.Forms.GroupBox groupBox4;
157    protected HeuristicLab.MainForm.WindowsForms.ViewHost qualityView;
158    private System.Windows.Forms.GroupBox groupBox3;
159    protected HeuristicLab.MainForm.WindowsForms.ViewHost binaryVectorView;
160
161
162
163  }
164}
Note: See TracBrowser for help on using the repository browser.