Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Optimizer/3.3/StartPage.Designer.cs @ 3202

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

Added content of start page (#936).

File size: 8.3 KB
RevLine 
[3163]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.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();
52      this.samplesListView = new System.Windows.Forms.ListView();
53      this.nameColumnHeader = new System.Windows.Forms.ColumnHeader();
54      this.descriptionColumnHeader = new System.Windows.Forms.ColumnHeader();
55      this.imageList = new System.Windows.Forms.ImageList(this.components);
56      this.samplesGroupBox.SuspendLayout();
[3163]57      this.SuspendLayout();
58      //
59      // showStartPageCheckBox
60      //
61      this.showStartPageCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
62      this.showStartPageCheckBox.AutoSize = true;
63      this.showStartPageCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
[3202]64      this.showStartPageCheckBox.Location = new System.Drawing.Point(3, 491);
[3163]65      this.showStartPageCheckBox.Name = "showStartPageCheckBox";
66      this.showStartPageCheckBox.Size = new System.Drawing.Size(158, 17);
[3202]67      this.showStartPageCheckBox.TabIndex = 3;
[3163]68      this.showStartPageCheckBox.Text = "Show Start Page on Startup";
69      this.showStartPageCheckBox.UseVisualStyleBackColor = true;
70      this.showStartPageCheckBox.CheckedChanged += new System.EventHandler(this.showStartPageCheckBox_CheckedChanged);
71      //
[3202]72      // firstStepsRichTextBox
73      //
74      this.firstStepsRichTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
75                  | System.Windows.Forms.AnchorStyles.Left)
76                  | System.Windows.Forms.AnchorStyles.Right)));
77      this.firstStepsRichTextBox.BackColor = System.Drawing.SystemColors.Control;
78      this.firstStepsRichTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
79      this.firstStepsRichTextBox.Cursor = System.Windows.Forms.Cursors.Arrow;
80      this.firstStepsRichTextBox.Location = new System.Drawing.Point(3, 33);
81      this.firstStepsRichTextBox.Name = "firstStepsRichTextBox";
82      this.firstStepsRichTextBox.ReadOnly = true;
83      this.firstStepsRichTextBox.Size = new System.Drawing.Size(815, 268);
84      this.firstStepsRichTextBox.TabIndex = 1;
85      this.firstStepsRichTextBox.Text = "First Steps";
86      this.firstStepsRichTextBox.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.firstStepsRichTextBox_LinkClicked);
87      //
88      // titleLabel
89      //
90      this.titleLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
91                  | System.Windows.Forms.AnchorStyles.Right)));
92      this.titleLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
93      this.titleLabel.Location = new System.Drawing.Point(3, 0);
94      this.titleLabel.Name = "titleLabel";
95      this.titleLabel.Size = new System.Drawing.Size(815, 30);
96      this.titleLabel.TabIndex = 0;
97      this.titleLabel.Text = "Title";
98      this.titleLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
99      //
100      // samplesGroupBox
101      //
102      this.samplesGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
103                  | System.Windows.Forms.AnchorStyles.Right)));
104      this.samplesGroupBox.Controls.Add(this.samplesListView);
105      this.samplesGroupBox.Location = new System.Drawing.Point(3, 307);
106      this.samplesGroupBox.Name = "samplesGroupBox";
107      this.samplesGroupBox.Size = new System.Drawing.Size(815, 178);
108      this.samplesGroupBox.TabIndex = 2;
109      this.samplesGroupBox.TabStop = false;
110      this.samplesGroupBox.Text = "Samples";
111      //
112      // samplesListView
113      //
114      this.samplesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
115            this.nameColumnHeader,
116            this.descriptionColumnHeader});
117      this.samplesListView.Dock = System.Windows.Forms.DockStyle.Fill;
118      this.samplesListView.FullRowSelect = true;
119      this.samplesListView.Location = new System.Drawing.Point(3, 16);
120      this.samplesListView.MultiSelect = false;
121      this.samplesListView.Name = "samplesListView";
122      this.samplesListView.ShowItemToolTips = true;
123      this.samplesListView.Size = new System.Drawing.Size(809, 159);
124      this.samplesListView.SmallImageList = this.imageList;
125      this.samplesListView.Sorting = System.Windows.Forms.SortOrder.Ascending;
126      this.samplesListView.TabIndex = 0;
127      this.samplesListView.UseCompatibleStateImageBehavior = false;
128      this.samplesListView.View = System.Windows.Forms.View.Details;
129      this.samplesListView.DoubleClick += new System.EventHandler(this.samplesListView_DoubleClick);
130      //
131      // nameColumnHeader
132      //
133      this.nameColumnHeader.Text = "Name";
134      this.nameColumnHeader.Width = 150;
135      //
136      // descriptionColumnHeader
137      //
138      this.descriptionColumnHeader.Text = "Description";
139      this.descriptionColumnHeader.Width = 300;
140      //
141      // imageList
142      //
143      this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
144      this.imageList.ImageSize = new System.Drawing.Size(16, 16);
145      this.imageList.TransparentColor = System.Drawing.Color.Transparent;
146      //
[3163]147      // StartPage
148      //
149      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
150      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
[3202]151      this.Controls.Add(this.firstStepsRichTextBox);
152      this.Controls.Add(this.samplesGroupBox);
153      this.Controls.Add(this.titleLabel);
[3163]154      this.Controls.Add(this.showStartPageCheckBox);
155      this.Name = "StartPage";
[3202]156      this.Size = new System.Drawing.Size(821, 511);
157      this.samplesGroupBox.ResumeLayout(false);
[3163]158      this.ResumeLayout(false);
159      this.PerformLayout();
160
161    }
162
163    #endregion
164
165    private System.Windows.Forms.CheckBox showStartPageCheckBox;
[3202]166    private System.Windows.Forms.RichTextBox firstStepsRichTextBox;
167    private System.Windows.Forms.Label titleLabel;
168    private System.Windows.Forms.GroupBox samplesGroupBox;
169    private System.Windows.Forms.ListView samplesListView;
170    private System.Windows.Forms.ColumnHeader nameColumnHeader;
171    private System.Windows.Forms.ImageList imageList;
172    private System.Windows.Forms.ColumnHeader descriptionColumnHeader;
[3163]173  }
174}
Note: See TracBrowser for help on using the repository browser.