Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Optimizer/3.3/StartPage.Designer.cs @ 9933

Last change on this file since 9933 was 9933, checked in by ascheibe, 11 years ago

#1042 merged r9849, r9851, r9865, r9867, r9868, r9893, r9894, r9895, r9896, r9900, r9901, r9905, r9907 into stable branch

File size: 10.0 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2013 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() {
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.samplesListView = new System.Windows.Forms.ListView();
53      this.nameColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
54      this.descriptionColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
55      this.imageList = new System.Windows.Forms.ImageList(this.components);
56      this.splitContainer = new System.Windows.Forms.SplitContainer();
57      this.samplesGroupBox.SuspendLayout();
58      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
59      this.splitContainer.Panel1.SuspendLayout();
60      this.splitContainer.Panel2.SuspendLayout();
61      this.splitContainer.SuspendLayout();
62      this.SuspendLayout();
63      //
64      // showStartPageCheckBox
65      //
66      this.showStartPageCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
67      this.showStartPageCheckBox.AutoSize = true;
68      this.showStartPageCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
69      this.showStartPageCheckBox.Location = new System.Drawing.Point(3, 620);
70      this.showStartPageCheckBox.Name = "showStartPageCheckBox";
71      this.showStartPageCheckBox.Size = new System.Drawing.Size(158, 17);
72      this.showStartPageCheckBox.TabIndex = 1;
73      this.showStartPageCheckBox.Text = "Show Start Page on Startup";
74      this.showStartPageCheckBox.UseVisualStyleBackColor = true;
75      this.showStartPageCheckBox.CheckedChanged += new System.EventHandler(this.showStartPageCheckBox_CheckedChanged);
76      //
77      // firstStepsRichTextBox
78      //
79      this.firstStepsRichTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
80            | System.Windows.Forms.AnchorStyles.Left)
81            | System.Windows.Forms.AnchorStyles.Right)));
82      this.firstStepsRichTextBox.BackColor = System.Drawing.SystemColors.Control;
83      this.firstStepsRichTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
84      this.firstStepsRichTextBox.Cursor = System.Windows.Forms.Cursors.Arrow;
85      this.firstStepsRichTextBox.Location = new System.Drawing.Point(3, 33);
86      this.firstStepsRichTextBox.Name = "firstStepsRichTextBox";
87      this.firstStepsRichTextBox.ReadOnly = true;
88      this.firstStepsRichTextBox.Size = new System.Drawing.Size(725, 370);
89      this.firstStepsRichTextBox.TabIndex = 1;
90      this.firstStepsRichTextBox.Text = "First Steps";
91      this.firstStepsRichTextBox.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.firstStepsRichTextBox_LinkClicked);
92      //
93      // titleLabel
94      //
95      this.titleLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
96            | System.Windows.Forms.AnchorStyles.Right)));
97      this.titleLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
98      this.titleLabel.Location = new System.Drawing.Point(-1, 0);
99      this.titleLabel.Name = "titleLabel";
100      this.titleLabel.Size = new System.Drawing.Size(729, 30);
101      this.titleLabel.TabIndex = 0;
102      this.titleLabel.Text = "Title";
103      this.titleLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
104      //
105      // samplesGroupBox
106      //
107      this.samplesGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
108            | System.Windows.Forms.AnchorStyles.Left)
109            | System.Windows.Forms.AnchorStyles.Right)));
110      this.samplesGroupBox.Controls.Add(this.samplesListView);
111      this.samplesGroupBox.Location = new System.Drawing.Point(0, 3);
112      this.samplesGroupBox.Name = "samplesGroupBox";
113      this.samplesGroupBox.Size = new System.Drawing.Size(728, 201);
114      this.samplesGroupBox.TabIndex = 0;
115      this.samplesGroupBox.TabStop = false;
116      this.samplesGroupBox.Text = "Samples";
117      //
118      // samplesListView
119      //
120      this.samplesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
121            this.nameColumnHeader,
122            this.descriptionColumnHeader});
123      this.samplesListView.Dock = System.Windows.Forms.DockStyle.Fill;
124      this.samplesListView.FullRowSelect = true;
125      this.samplesListView.Location = new System.Drawing.Point(3, 16);
126      this.samplesListView.MultiSelect = false;
127      this.samplesListView.Name = "samplesListView";
128      this.samplesListView.ShowItemToolTips = true;
129      this.samplesListView.Size = new System.Drawing.Size(722, 182);
130      this.samplesListView.SmallImageList = this.imageList;
131      this.samplesListView.Sorting = System.Windows.Forms.SortOrder.Ascending;
132      this.samplesListView.TabIndex = 0;
133      this.samplesListView.UseCompatibleStateImageBehavior = false;
134      this.samplesListView.View = System.Windows.Forms.View.Details;
135      this.samplesListView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.samplesListView_ItemDrag);
136      this.samplesListView.DoubleClick += new System.EventHandler(this.samplesListView_DoubleClick);
137      //
138      // nameColumnHeader
139      //
140      this.nameColumnHeader.Text = "Name";
141      this.nameColumnHeader.Width = 150;
142      //
143      // descriptionColumnHeader
144      //
145      this.descriptionColumnHeader.Text = "Description";
146      this.descriptionColumnHeader.Width = 300;
147      //
148      // imageList
149      //
150      this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
151      this.imageList.ImageSize = new System.Drawing.Size(16, 16);
152      this.imageList.TransparentColor = System.Drawing.Color.Transparent;
153      //
154      // splitContainer
155      //
156      this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
157            | System.Windows.Forms.AnchorStyles.Left)
158            | System.Windows.Forms.AnchorStyles.Right)));
159      this.splitContainer.Location = new System.Drawing.Point(0, 0);
160      this.splitContainer.Name = "splitContainer";
161      this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
162      //
163      // splitContainer.Panel1
164      //
165      this.splitContainer.Panel1.Controls.Add(this.titleLabel);
166      this.splitContainer.Panel1.Controls.Add(this.firstStepsRichTextBox);
167      //
168      // splitContainer.Panel2
169      //
170      this.splitContainer.Panel2.Controls.Add(this.samplesGroupBox);
171      this.splitContainer.Size = new System.Drawing.Size(728, 614);
172      this.splitContainer.SplitterDistance = 406;
173      this.splitContainer.TabIndex = 0;
174      //
175      // StartPage
176      //
177      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
178      this.Controls.Add(this.splitContainer);
179      this.Controls.Add(this.showStartPageCheckBox);
180      this.Name = "StartPage";
181      this.Size = new System.Drawing.Size(728, 640);
182      this.samplesGroupBox.ResumeLayout(false);
183      this.splitContainer.Panel1.ResumeLayout(false);
184      this.splitContainer.Panel2.ResumeLayout(false);
185      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
186      this.splitContainer.ResumeLayout(false);
187      this.ResumeLayout(false);
188      this.PerformLayout();
189
190    }
191
192    #endregion
193
194    private System.Windows.Forms.CheckBox showStartPageCheckBox;
195    private System.Windows.Forms.RichTextBox firstStepsRichTextBox;
196    private System.Windows.Forms.Label titleLabel;
197    private System.Windows.Forms.GroupBox samplesGroupBox;
198    private System.Windows.Forms.ListView samplesListView;
199    private System.Windows.Forms.ColumnHeader nameColumnHeader;
200    private System.Windows.Forms.ImageList imageList;
201    private System.Windows.Forms.ColumnHeader descriptionColumnHeader;
202    private System.Windows.Forms.SplitContainer splitContainer;
203  }
204}
Note: See TracBrowser for help on using the repository browser.