1 | #region License Information
|
---|
2 | /* HeuristicLab
|
---|
3 | * Copyright (C) 2002-2016 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 |
|
---|
22 | namespace HeuristicLab.Optimization.Views {
|
---|
23 | partial class ResultView {
|
---|
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.dataTypeLabel = new System.Windows.Forms.Label();
|
---|
48 | this.dataTypeTextBox = new System.Windows.Forms.TextBox();
|
---|
49 | this.valueGroupBox = new System.Windows.Forms.GroupBox();
|
---|
50 | this.valuePanel = new System.Windows.Forms.Panel();
|
---|
51 | this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
52 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
53 | this.valueGroupBox.SuspendLayout();
|
---|
54 | this.valuePanel.SuspendLayout();
|
---|
55 | this.SuspendLayout();
|
---|
56 | //
|
---|
57 | // nameTextBox
|
---|
58 | //
|
---|
59 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
60 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
61 | this.nameTextBox.Location = new System.Drawing.Point(69, 0);
|
---|
62 | this.nameTextBox.Size = new System.Drawing.Size(265, 20);
|
---|
63 | //
|
---|
64 | // infoLabel
|
---|
65 | //
|
---|
66 | this.infoLabel.Location = new System.Drawing.Point(340, 3);
|
---|
67 | //
|
---|
68 | // dataTypeLabel
|
---|
69 | //
|
---|
70 | this.dataTypeLabel.AutoSize = true;
|
---|
71 | this.dataTypeLabel.Location = new System.Drawing.Point(3, 29);
|
---|
72 | this.dataTypeLabel.Name = "dataTypeLabel";
|
---|
73 | this.dataTypeLabel.Size = new System.Drawing.Size(60, 13);
|
---|
74 | this.dataTypeLabel.TabIndex = 3;
|
---|
75 | this.dataTypeLabel.Text = "Data &Type:";
|
---|
76 | //
|
---|
77 | // dataTypeTextBox
|
---|
78 | //
|
---|
79 | this.dataTypeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
80 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
81 | this.dataTypeTextBox.Location = new System.Drawing.Point(69, 26);
|
---|
82 | this.dataTypeTextBox.Name = "dataTypeTextBox";
|
---|
83 | this.dataTypeTextBox.ReadOnly = true;
|
---|
84 | this.dataTypeTextBox.Size = new System.Drawing.Size(290, 20);
|
---|
85 | this.dataTypeTextBox.TabIndex = 4;
|
---|
86 | //
|
---|
87 | // valueGroupBox
|
---|
88 | //
|
---|
89 | this.valueGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
90 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
91 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
92 | this.valueGroupBox.Controls.Add(this.valuePanel);
|
---|
93 | this.valueGroupBox.Location = new System.Drawing.Point(0, 52);
|
---|
94 | this.valueGroupBox.Name = "valueGroupBox";
|
---|
95 | this.valueGroupBox.Size = new System.Drawing.Size(359, 222);
|
---|
96 | this.valueGroupBox.TabIndex = 5;
|
---|
97 | this.valueGroupBox.TabStop = false;
|
---|
98 | this.valueGroupBox.Text = "Value";
|
---|
99 | //
|
---|
100 | // valuePanel
|
---|
101 | //
|
---|
102 | this.valuePanel.AllowDrop = true;
|
---|
103 | this.valuePanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
104 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
105 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
106 | this.valuePanel.Controls.Add(this.viewHost);
|
---|
107 | this.valuePanel.Location = new System.Drawing.Point(6, 19);
|
---|
108 | this.valuePanel.Name = "valuePanel";
|
---|
109 | this.valuePanel.Size = new System.Drawing.Size(347, 197);
|
---|
110 | this.valuePanel.TabIndex = 2;
|
---|
111 | //
|
---|
112 | // viewHost
|
---|
113 | //
|
---|
114 | this.viewHost.Caption = "View";
|
---|
115 | this.viewHost.Content = null;
|
---|
116 | this.viewHost.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
117 | this.viewHost.Enabled = false;
|
---|
118 | this.viewHost.Location = new System.Drawing.Point(0, 0);
|
---|
119 | this.viewHost.Name = "viewHost";
|
---|
120 | this.viewHost.ReadOnly = false;
|
---|
121 | this.viewHost.Size = new System.Drawing.Size(347, 197);
|
---|
122 | this.viewHost.TabIndex = 0;
|
---|
123 | this.viewHost.ViewsLabelVisible = true;
|
---|
124 | this.viewHost.ViewType = null;
|
---|
125 | //
|
---|
126 | // ResultView
|
---|
127 | //
|
---|
128 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
129 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
130 | this.Controls.Add(this.valueGroupBox);
|
---|
131 | this.Controls.Add(this.dataTypeLabel);
|
---|
132 | this.Controls.Add(this.dataTypeTextBox);
|
---|
133 | this.Name = "ResultView";
|
---|
134 | this.Size = new System.Drawing.Size(359, 274);
|
---|
135 | this.Controls.SetChildIndex(this.infoLabel, 0);
|
---|
136 | this.Controls.SetChildIndex(this.dataTypeTextBox, 0);
|
---|
137 | this.Controls.SetChildIndex(this.dataTypeLabel, 0);
|
---|
138 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
139 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
140 | this.Controls.SetChildIndex(this.valueGroupBox, 0);
|
---|
141 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
142 | this.valueGroupBox.ResumeLayout(false);
|
---|
143 | this.valuePanel.ResumeLayout(false);
|
---|
144 | this.ResumeLayout(false);
|
---|
145 | this.PerformLayout();
|
---|
146 |
|
---|
147 | }
|
---|
148 |
|
---|
149 | #endregion
|
---|
150 |
|
---|
151 | private System.Windows.Forms.Label dataTypeLabel;
|
---|
152 | private System.Windows.Forms.TextBox dataTypeTextBox;
|
---|
153 | private System.Windows.Forms.GroupBox valueGroupBox;
|
---|
154 | private HeuristicLab.MainForm.WindowsForms.ViewHost viewHost;
|
---|
155 | private System.Windows.Forms.Panel valuePanel;
|
---|
156 | }
|
---|
157 | }
|
---|