Free cookie consent management tool by TermsFeed Policy Generator

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

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

Implemented clipboard control (#965).

File size: 10.5 KB
Line 
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() {
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.samplesGroupBox.SuspendLayout();
60      this.loadingPanel.SuspendLayout();
61      this.SuspendLayout();
62      //
63      // showStartPageCheckBox
64      //
65      this.showStartPageCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
66      this.showStartPageCheckBox.AutoSize = true;
67      this.showStartPageCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
68      this.showStartPageCheckBox.Location = new System.Drawing.Point(3, 542);
69      this.showStartPageCheckBox.Name = "showStartPageCheckBox";
70      this.showStartPageCheckBox.Size = new System.Drawing.Size(158, 17);
71      this.showStartPageCheckBox.TabIndex = 3;
72      this.showStartPageCheckBox.Text = "Show Start Page on Startup";
73      this.showStartPageCheckBox.UseVisualStyleBackColor = true;
74      this.showStartPageCheckBox.CheckedChanged += new System.EventHandler(this.showStartPageCheckBox_CheckedChanged);
75      //
76      // firstStepsRichTextBox
77      //
78      this.firstStepsRichTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
79                  | System.Windows.Forms.AnchorStyles.Left)
80                  | System.Windows.Forms.AnchorStyles.Right)));
81      this.firstStepsRichTextBox.BackColor = System.Drawing.SystemColors.Control;
82      this.firstStepsRichTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
83      this.firstStepsRichTextBox.Cursor = System.Windows.Forms.Cursors.Arrow;
84      this.firstStepsRichTextBox.Location = new System.Drawing.Point(3, 33);
85      this.firstStepsRichTextBox.Name = "firstStepsRichTextBox";
86      this.firstStepsRichTextBox.ReadOnly = true;
87      this.firstStepsRichTextBox.Size = new System.Drawing.Size(760, 319);
88      this.firstStepsRichTextBox.TabIndex = 1;
89      this.firstStepsRichTextBox.Text = "First Steps";
90      this.firstStepsRichTextBox.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.firstStepsRichTextBox_LinkClicked);
91      //
92      // titleLabel
93      //
94      this.titleLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
95                  | System.Windows.Forms.AnchorStyles.Right)));
96      this.titleLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
97      this.titleLabel.Location = new System.Drawing.Point(3, 0);
98      this.titleLabel.Name = "titleLabel";
99      this.titleLabel.Size = new System.Drawing.Size(760, 30);
100      this.titleLabel.TabIndex = 0;
101      this.titleLabel.Text = "Title";
102      this.titleLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
103      //
104      // samplesGroupBox
105      //
106      this.samplesGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
107                  | System.Windows.Forms.AnchorStyles.Right)));
108      this.samplesGroupBox.Controls.Add(this.loadingPanel);
109      this.samplesGroupBox.Controls.Add(this.samplesListView);
110      this.samplesGroupBox.Location = new System.Drawing.Point(3, 358);
111      this.samplesGroupBox.Name = "samplesGroupBox";
112      this.samplesGroupBox.Size = new System.Drawing.Size(760, 178);
113      this.samplesGroupBox.TabIndex = 2;
114      this.samplesGroupBox.TabStop = false;
115      this.samplesGroupBox.Text = "Samples";
116      //
117      // loadingPanel
118      //
119      this.loadingPanel.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
120      this.loadingPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
121      this.loadingPanel.Controls.Add(this.loadingProgressBar);
122      this.loadingPanel.Controls.Add(this.loadingLabel);
123      this.loadingPanel.Enabled = false;
124      this.loadingPanel.Location = new System.Drawing.Point(205, 74);
125      this.loadingPanel.Name = "loadingPanel";
126      this.loadingPanel.Size = new System.Drawing.Size(350, 62);
127      this.loadingPanel.TabIndex = 1;
128      //
129      // loadingProgressBar
130      //
131      this.loadingProgressBar.Anchor = System.Windows.Forms.AnchorStyles.None;
132      this.loadingProgressBar.Location = new System.Drawing.Point(101, 19);
133      this.loadingProgressBar.Name = "loadingProgressBar";
134      this.loadingProgressBar.Size = new System.Drawing.Size(229, 23);
135      this.loadingProgressBar.Step = 1;
136      this.loadingProgressBar.TabIndex = 1;
137      //
138      // loadingLabel
139      //
140      this.loadingLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
141      this.loadingLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
142      this.loadingLabel.Location = new System.Drawing.Point(12, 19);
143      this.loadingLabel.Name = "loadingLabel";
144      this.loadingLabel.Size = new System.Drawing.Size(83, 23);
145      this.loadingLabel.TabIndex = 0;
146      this.loadingLabel.Text = "Loading ...";
147      //
148      // samplesListView
149      //
150      this.samplesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
151            this.nameColumnHeader,
152            this.descriptionColumnHeader});
153      this.samplesListView.Dock = System.Windows.Forms.DockStyle.Fill;
154      this.samplesListView.FullRowSelect = true;
155      this.samplesListView.Location = new System.Drawing.Point(3, 16);
156      this.samplesListView.MultiSelect = false;
157      this.samplesListView.Name = "samplesListView";
158      this.samplesListView.ShowItemToolTips = true;
159      this.samplesListView.Size = new System.Drawing.Size(754, 159);
160      this.samplesListView.SmallImageList = this.imageList;
161      this.samplesListView.Sorting = System.Windows.Forms.SortOrder.Ascending;
162      this.samplesListView.TabIndex = 0;
163      this.samplesListView.UseCompatibleStateImageBehavior = false;
164      this.samplesListView.View = System.Windows.Forms.View.Details;
165      this.samplesListView.DoubleClick += new System.EventHandler(this.samplesListView_DoubleClick);
166      this.samplesListView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.samplesListView_ItemDrag);
167      //
168      // nameColumnHeader
169      //
170      this.nameColumnHeader.Text = "Name";
171      this.nameColumnHeader.Width = 150;
172      //
173      // descriptionColumnHeader
174      //
175      this.descriptionColumnHeader.Text = "Description";
176      this.descriptionColumnHeader.Width = 300;
177      //
178      // imageList
179      //
180      this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
181      this.imageList.ImageSize = new System.Drawing.Size(16, 16);
182      this.imageList.TransparentColor = System.Drawing.Color.Transparent;
183      //
184      // StartPage
185      //
186      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
187      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
188      this.Controls.Add(this.firstStepsRichTextBox);
189      this.Controls.Add(this.samplesGroupBox);
190      this.Controls.Add(this.titleLabel);
191      this.Controls.Add(this.showStartPageCheckBox);
192      this.Name = "StartPage";
193      this.Size = new System.Drawing.Size(766, 562);
194      this.samplesGroupBox.ResumeLayout(false);
195      this.loadingPanel.ResumeLayout(false);
196      this.ResumeLayout(false);
197      this.PerformLayout();
198
199    }
200
201    #endregion
202
203    private System.Windows.Forms.CheckBox showStartPageCheckBox;
204    private System.Windows.Forms.RichTextBox firstStepsRichTextBox;
205    private System.Windows.Forms.Label titleLabel;
206    private System.Windows.Forms.GroupBox samplesGroupBox;
207    private System.Windows.Forms.ListView samplesListView;
208    private System.Windows.Forms.ColumnHeader nameColumnHeader;
209    private System.Windows.Forms.ImageList imageList;
210    private System.Windows.Forms.ColumnHeader descriptionColumnHeader;
211    private System.Windows.Forms.Panel loadingPanel;
212    private System.Windows.Forms.ProgressBar loadingProgressBar;
213    private System.Windows.Forms.Label loadingLabel;
214  }
215}
Note: See TracBrowser for help on using the repository browser.