[3163] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[5445] | 3 | * Copyright (C) 2002-2011 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[3163] | 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() {
|
---|
[3202] | 47 | this.components = new System.ComponentModel.Container();
|
---|
[3163] | 48 | this.showStartPageCheckBox = new System.Windows.Forms.CheckBox();
|
---|
[3202] | 49 | this.firstStepsRichTextBox = new System.Windows.Forms.RichTextBox();
|
---|
| 50 | this.titleLabel = new System.Windows.Forms.Label();
|
---|
| 51 | this.samplesGroupBox = new System.Windows.Forms.GroupBox();
|
---|
[3291] | 52 | this.loadingPanel = new System.Windows.Forms.Panel();
|
---|
| 53 | this.loadingProgressBar = new System.Windows.Forms.ProgressBar();
|
---|
| 54 | this.loadingLabel = new System.Windows.Forms.Label();
|
---|
[3202] | 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);
|
---|
[3711] | 59 | this.splitContainer = new System.Windows.Forms.SplitContainer();
|
---|
[3202] | 60 | this.samplesGroupBox.SuspendLayout();
|
---|
[3291] | 61 | this.loadingPanel.SuspendLayout();
|
---|
[3711] | 62 | this.splitContainer.Panel1.SuspendLayout();
|
---|
| 63 | this.splitContainer.Panel2.SuspendLayout();
|
---|
| 64 | this.splitContainer.SuspendLayout();
|
---|
[3163] | 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;
|
---|
[3711] | 72 | this.showStartPageCheckBox.Location = new System.Drawing.Point(3, 620);
|
---|
[3163] | 73 | this.showStartPageCheckBox.Name = "showStartPageCheckBox";
|
---|
| 74 | this.showStartPageCheckBox.Size = new System.Drawing.Size(158, 17);
|
---|
[3711] | 75 | this.showStartPageCheckBox.TabIndex = 1;
|
---|
[3163] | 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 | //
|
---|
[3202] | 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;
|
---|
[3711] | 91 | this.firstStepsRichTextBox.Size = new System.Drawing.Size(725, 370);
|
---|
[3202] | 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)));
|
---|
[3711] | 101 | this.titleLabel.Location = new System.Drawing.Point(-1, 0);
|
---|
[3202] | 102 | this.titleLabel.Name = "titleLabel";
|
---|
[3711] | 103 | this.titleLabel.Size = new System.Drawing.Size(729, 30);
|
---|
[3202] | 104 | this.titleLabel.TabIndex = 0;
|
---|
| 105 | this.titleLabel.Text = "Title";
|
---|
| 106 | this.titleLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
---|
| 107 | //
|
---|
| 108 | // samplesGroupBox
|
---|
| 109 | //
|
---|
[3711] | 110 | this.samplesGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 111 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[3202] | 112 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[3291] | 113 | this.samplesGroupBox.Controls.Add(this.loadingPanel);
|
---|
[3202] | 114 | this.samplesGroupBox.Controls.Add(this.samplesListView);
|
---|
[3711] | 115 | this.samplesGroupBox.Location = new System.Drawing.Point(0, 3);
|
---|
[3202] | 116 | this.samplesGroupBox.Name = "samplesGroupBox";
|
---|
[3711] | 117 | this.samplesGroupBox.Size = new System.Drawing.Size(728, 201);
|
---|
| 118 | this.samplesGroupBox.TabIndex = 0;
|
---|
[3202] | 119 | this.samplesGroupBox.TabStop = false;
|
---|
| 120 | this.samplesGroupBox.Text = "Samples";
|
---|
| 121 | //
|
---|
[3291] | 122 | // loadingPanel
|
---|
| 123 | //
|
---|
[3711] | 124 | this.loadingPanel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
[3291] | 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;
|
---|
[3711] | 129 | this.loadingPanel.Location = new System.Drawing.Point(189, 89);
|
---|
[3291] | 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 | //
|
---|
[3202] | 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;
|
---|
[3711] | 164 | this.samplesListView.Size = new System.Drawing.Size(722, 182);
|
---|
[3202] | 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);
|
---|
[3298] | 171 | this.samplesListView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.samplesListView_ItemDrag);
|
---|
[3202] | 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 | //
|
---|
[3711] | 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 | //
|
---|
[3163] | 210 | // StartPage
|
---|
| 211 | //
|
---|
| 212 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 213 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
[3711] | 214 | this.Controls.Add(this.splitContainer);
|
---|
[3163] | 215 | this.Controls.Add(this.showStartPageCheckBox);
|
---|
| 216 | this.Name = "StartPage";
|
---|
[3711] | 217 | this.Size = new System.Drawing.Size(728, 640);
|
---|
[3202] | 218 | this.samplesGroupBox.ResumeLayout(false);
|
---|
[3291] | 219 | this.loadingPanel.ResumeLayout(false);
|
---|
[3711] | 220 | this.splitContainer.Panel1.ResumeLayout(false);
|
---|
| 221 | this.splitContainer.Panel2.ResumeLayout(false);
|
---|
| 222 | this.splitContainer.ResumeLayout(false);
|
---|
[3163] | 223 | this.ResumeLayout(false);
|
---|
| 224 | this.PerformLayout();
|
---|
| 225 |
|
---|
| 226 | }
|
---|
| 227 |
|
---|
| 228 | #endregion
|
---|
| 229 |
|
---|
| 230 | private System.Windows.Forms.CheckBox showStartPageCheckBox;
|
---|
[3202] | 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;
|
---|
[3291] | 238 | private System.Windows.Forms.Panel loadingPanel;
|
---|
| 239 | private System.Windows.Forms.ProgressBar loadingProgressBar;
|
---|
| 240 | private System.Windows.Forms.Label loadingLabel;
|
---|
[3711] | 241 | private System.Windows.Forms.SplitContainer splitContainer;
|
---|
[3163] | 242 | }
|
---|
| 243 | }
|
---|