1 | #region License Information
|
---|
2 | /* HeuristicLab
|
---|
3 | * Copyright (C) 2002-2012 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.Optimizer {
|
---|
23 | partial class StartPage {
|
---|
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.components = new System.ComponentModel.Container();
|
---|
48 | this.showStartPageCheckBox = new System.Windows.Forms.CheckBox();
|
---|
49 | this.firstStepsRichTextBox = new System.Windows.Forms.RichTextBox();
|
---|
50 | this.titleLabel = new System.Windows.Forms.Label();
|
---|
51 | this.samplesGroupBox = new System.Windows.Forms.GroupBox();
|
---|
52 | this.loadingPanel = new System.Windows.Forms.Panel();
|
---|
53 | this.loadingProgressBar = new System.Windows.Forms.ProgressBar();
|
---|
54 | this.loadingLabel = new System.Windows.Forms.Label();
|
---|
55 | this.samplesListView = new System.Windows.Forms.ListView();
|
---|
56 | this.nameColumnHeader = new System.Windows.Forms.ColumnHeader();
|
---|
57 | this.descriptionColumnHeader = new System.Windows.Forms.ColumnHeader();
|
---|
58 | this.imageList = new System.Windows.Forms.ImageList(this.components);
|
---|
59 | this.splitContainer = new System.Windows.Forms.SplitContainer();
|
---|
60 | this.samplesGroupBox.SuspendLayout();
|
---|
61 | this.loadingPanel.SuspendLayout();
|
---|
62 | this.splitContainer.Panel1.SuspendLayout();
|
---|
63 | this.splitContainer.Panel2.SuspendLayout();
|
---|
64 | this.splitContainer.SuspendLayout();
|
---|
65 | this.SuspendLayout();
|
---|
66 | //
|
---|
67 | // showStartPageCheckBox
|
---|
68 | //
|
---|
69 | this.showStartPageCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
70 | this.showStartPageCheckBox.AutoSize = true;
|
---|
71 | this.showStartPageCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
---|
72 | this.showStartPageCheckBox.Location = new System.Drawing.Point(3, 620);
|
---|
73 | this.showStartPageCheckBox.Name = "showStartPageCheckBox";
|
---|
74 | this.showStartPageCheckBox.Size = new System.Drawing.Size(158, 17);
|
---|
75 | this.showStartPageCheckBox.TabIndex = 1;
|
---|
76 | this.showStartPageCheckBox.Text = "Show Start Page on Startup";
|
---|
77 | this.showStartPageCheckBox.UseVisualStyleBackColor = true;
|
---|
78 | this.showStartPageCheckBox.CheckedChanged += new System.EventHandler(this.showStartPageCheckBox_CheckedChanged);
|
---|
79 | //
|
---|
80 | // firstStepsRichTextBox
|
---|
81 | //
|
---|
82 | this.firstStepsRichTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
83 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
84 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
85 | this.firstStepsRichTextBox.BackColor = System.Drawing.SystemColors.Control;
|
---|
86 | this.firstStepsRichTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
---|
87 | this.firstStepsRichTextBox.Cursor = System.Windows.Forms.Cursors.Arrow;
|
---|
88 | this.firstStepsRichTextBox.Location = new System.Drawing.Point(3, 33);
|
---|
89 | this.firstStepsRichTextBox.Name = "firstStepsRichTextBox";
|
---|
90 | this.firstStepsRichTextBox.ReadOnly = true;
|
---|
91 | this.firstStepsRichTextBox.Size = new System.Drawing.Size(725, 370);
|
---|
92 | this.firstStepsRichTextBox.TabIndex = 1;
|
---|
93 | this.firstStepsRichTextBox.Text = "First Steps";
|
---|
94 | this.firstStepsRichTextBox.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.firstStepsRichTextBox_LinkClicked);
|
---|
95 | //
|
---|
96 | // titleLabel
|
---|
97 | //
|
---|
98 | this.titleLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
99 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
100 | this.titleLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
101 | this.titleLabel.Location = new System.Drawing.Point(-1, 0);
|
---|
102 | this.titleLabel.Name = "titleLabel";
|
---|
103 | this.titleLabel.Size = new System.Drawing.Size(729, 30);
|
---|
104 | this.titleLabel.TabIndex = 0;
|
---|
105 | this.titleLabel.Text = "Title";
|
---|
106 | this.titleLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
---|
107 | //
|
---|
108 | // samplesGroupBox
|
---|
109 | //
|
---|
110 | this.samplesGroupBox.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.samplesGroupBox.Controls.Add(this.loadingPanel);
|
---|
114 | this.samplesGroupBox.Controls.Add(this.samplesListView);
|
---|
115 | this.samplesGroupBox.Location = new System.Drawing.Point(0, 3);
|
---|
116 | this.samplesGroupBox.Name = "samplesGroupBox";
|
---|
117 | this.samplesGroupBox.Size = new System.Drawing.Size(728, 201);
|
---|
118 | this.samplesGroupBox.TabIndex = 0;
|
---|
119 | this.samplesGroupBox.TabStop = false;
|
---|
120 | this.samplesGroupBox.Text = "Samples";
|
---|
121 | //
|
---|
122 | // loadingPanel
|
---|
123 | //
|
---|
124 | this.loadingPanel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
125 | this.loadingPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
---|
126 | this.loadingPanel.Controls.Add(this.loadingProgressBar);
|
---|
127 | this.loadingPanel.Controls.Add(this.loadingLabel);
|
---|
128 | this.loadingPanel.Enabled = false;
|
---|
129 | this.loadingPanel.Location = new System.Drawing.Point(189, 89);
|
---|
130 | this.loadingPanel.Name = "loadingPanel";
|
---|
131 | this.loadingPanel.Size = new System.Drawing.Size(350, 62);
|
---|
132 | this.loadingPanel.TabIndex = 1;
|
---|
133 | //
|
---|
134 | // loadingProgressBar
|
---|
135 | //
|
---|
136 | this.loadingProgressBar.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
137 | this.loadingProgressBar.Location = new System.Drawing.Point(101, 19);
|
---|
138 | this.loadingProgressBar.Name = "loadingProgressBar";
|
---|
139 | this.loadingProgressBar.Size = new System.Drawing.Size(229, 23);
|
---|
140 | this.loadingProgressBar.Step = 1;
|
---|
141 | this.loadingProgressBar.TabIndex = 1;
|
---|
142 | //
|
---|
143 | // loadingLabel
|
---|
144 | //
|
---|
145 | this.loadingLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
146 | this.loadingLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
147 | this.loadingLabel.Location = new System.Drawing.Point(12, 19);
|
---|
148 | this.loadingLabel.Name = "loadingLabel";
|
---|
149 | this.loadingLabel.Size = new System.Drawing.Size(83, 23);
|
---|
150 | this.loadingLabel.TabIndex = 0;
|
---|
151 | this.loadingLabel.Text = "Loading ...";
|
---|
152 | //
|
---|
153 | // samplesListView
|
---|
154 | //
|
---|
155 | this.samplesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
---|
156 | this.nameColumnHeader,
|
---|
157 | this.descriptionColumnHeader});
|
---|
158 | this.samplesListView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
159 | this.samplesListView.FullRowSelect = true;
|
---|
160 | this.samplesListView.Location = new System.Drawing.Point(3, 16);
|
---|
161 | this.samplesListView.MultiSelect = false;
|
---|
162 | this.samplesListView.Name = "samplesListView";
|
---|
163 | this.samplesListView.ShowItemToolTips = true;
|
---|
164 | this.samplesListView.Size = new System.Drawing.Size(722, 182);
|
---|
165 | this.samplesListView.SmallImageList = this.imageList;
|
---|
166 | this.samplesListView.Sorting = System.Windows.Forms.SortOrder.Ascending;
|
---|
167 | this.samplesListView.TabIndex = 0;
|
---|
168 | this.samplesListView.UseCompatibleStateImageBehavior = false;
|
---|
169 | this.samplesListView.View = System.Windows.Forms.View.Details;
|
---|
170 | this.samplesListView.DoubleClick += new System.EventHandler(this.samplesListView_DoubleClick);
|
---|
171 | this.samplesListView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.samplesListView_ItemDrag);
|
---|
172 | //
|
---|
173 | // nameColumnHeader
|
---|
174 | //
|
---|
175 | this.nameColumnHeader.Text = "Name";
|
---|
176 | this.nameColumnHeader.Width = 150;
|
---|
177 | //
|
---|
178 | // descriptionColumnHeader
|
---|
179 | //
|
---|
180 | this.descriptionColumnHeader.Text = "Description";
|
---|
181 | this.descriptionColumnHeader.Width = 300;
|
---|
182 | //
|
---|
183 | // imageList
|
---|
184 | //
|
---|
185 | this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
|
---|
186 | this.imageList.ImageSize = new System.Drawing.Size(16, 16);
|
---|
187 | this.imageList.TransparentColor = System.Drawing.Color.Transparent;
|
---|
188 | //
|
---|
189 | // splitContainer
|
---|
190 | //
|
---|
191 | this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
192 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
193 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
194 | this.splitContainer.Location = new System.Drawing.Point(0, 0);
|
---|
195 | this.splitContainer.Name = "splitContainer";
|
---|
196 | this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
---|
197 | //
|
---|
198 | // splitContainer.Panel1
|
---|
199 | //
|
---|
200 | this.splitContainer.Panel1.Controls.Add(this.titleLabel);
|
---|
201 | this.splitContainer.Panel1.Controls.Add(this.firstStepsRichTextBox);
|
---|
202 | //
|
---|
203 | // splitContainer.Panel2
|
---|
204 | //
|
---|
205 | this.splitContainer.Panel2.Controls.Add(this.samplesGroupBox);
|
---|
206 | this.splitContainer.Size = new System.Drawing.Size(728, 614);
|
---|
207 | this.splitContainer.SplitterDistance = 406;
|
---|
208 | this.splitContainer.TabIndex = 0;
|
---|
209 | //
|
---|
210 | // StartPage
|
---|
211 | //
|
---|
212 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
213 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
214 | this.Controls.Add(this.splitContainer);
|
---|
215 | this.Controls.Add(this.showStartPageCheckBox);
|
---|
216 | this.Name = "StartPage";
|
---|
217 | this.Size = new System.Drawing.Size(728, 640);
|
---|
218 | this.samplesGroupBox.ResumeLayout(false);
|
---|
219 | this.loadingPanel.ResumeLayout(false);
|
---|
220 | this.splitContainer.Panel1.ResumeLayout(false);
|
---|
221 | this.splitContainer.Panel2.ResumeLayout(false);
|
---|
222 | this.splitContainer.ResumeLayout(false);
|
---|
223 | this.ResumeLayout(false);
|
---|
224 | this.PerformLayout();
|
---|
225 |
|
---|
226 | }
|
---|
227 |
|
---|
228 | #endregion
|
---|
229 |
|
---|
230 | private System.Windows.Forms.CheckBox showStartPageCheckBox;
|
---|
231 | private System.Windows.Forms.RichTextBox firstStepsRichTextBox;
|
---|
232 | private System.Windows.Forms.Label titleLabel;
|
---|
233 | private System.Windows.Forms.GroupBox samplesGroupBox;
|
---|
234 | private System.Windows.Forms.ListView samplesListView;
|
---|
235 | private System.Windows.Forms.ColumnHeader nameColumnHeader;
|
---|
236 | private System.Windows.Forms.ImageList imageList;
|
---|
237 | private System.Windows.Forms.ColumnHeader descriptionColumnHeader;
|
---|
238 | private System.Windows.Forms.Panel loadingPanel;
|
---|
239 | private System.Windows.Forms.ProgressBar loadingProgressBar;
|
---|
240 | private System.Windows.Forms.Label loadingLabel;
|
---|
241 | private System.Windows.Forms.SplitContainer splitContainer;
|
---|
242 | }
|
---|
243 | }
|
---|