Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab/SplashScreen.Designer.cs @ 2

Last change on this file since 2 was 2, checked in by swagner, 16 years ago

Added HeuristicLab 3.0 sources from former SVN repository at revision 52

File size: 12.2 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2008 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
22using HeuristicLab.PluginInfrastructure;
23namespace HeuristicLab {
24  partial class SplashScreen {
25    /// <summary>
26    /// Required designer variable.
27    /// </summary>
28    private System.ComponentModel.IContainer components = null;
29
30    /// <summary>
31    /// Clean up any resources being used.
32    /// </summary>
33    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
34    protected override void Dispose(bool disposing) {
35
36      if (disposing && (components != null)) {
37        components.Dispose();
38      }
39      base.Dispose(disposing);
40    }
41   
42
43    #region Windows Form Designer generated code
44
45    /// <summary>
46    /// Required method for Designer support - do not modify
47    /// the contents of this method with the code editor.
48    /// </summary>
49    private void InitializeComponent() {
50      this.components = new System.ComponentModel.Container();
51      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SplashScreen));
52      this.waitTimer = new System.Windows.Forms.Timer(this.components);
53      this.panel = new System.Windows.Forms.Panel();
54      this.closeButton = new System.Windows.Forms.Button();
55      this.imageList = new System.Windows.Forms.ImageList(this.components);
56      this.companyLabel = new System.Windows.Forms.Label();
57      this.userNameLabel = new System.Windows.Forms.Label();
58      this.licensedToLabel = new System.Windows.Forms.Label();
59      this.titleLabel = new System.Windows.Forms.Label();
60      this.versionLabel = new System.Windows.Forms.Label();
61      this.infoLabel = new System.Windows.Forms.Label();
62      this.copyrightLabel = new System.Windows.Forms.Label();
63      this.pictureBox = new System.Windows.Forms.PictureBox();
64      this.fadeTimer = new System.Windows.Forms.Timer(this.components);
65      this.panel.SuspendLayout();
66      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
67      this.SuspendLayout();
68      //
69      // waitTimer
70      //
71      this.waitTimer.Interval = 1000;
72      this.waitTimer.Tick += new System.EventHandler(this.waitTimer_Tick);
73      //
74      // panel
75      //
76      this.panel.BackColor = System.Drawing.SystemColors.Window;
77      this.panel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
78      this.panel.Controls.Add(this.closeButton);
79      this.panel.Controls.Add(this.companyLabel);
80      this.panel.Controls.Add(this.userNameLabel);
81      this.panel.Controls.Add(this.licensedToLabel);
82      this.panel.Controls.Add(this.titleLabel);
83      this.panel.Controls.Add(this.versionLabel);
84      this.panel.Controls.Add(this.infoLabel);
85      this.panel.Controls.Add(this.copyrightLabel);
86      this.panel.Controls.Add(this.pictureBox);
87      this.panel.Dock = System.Windows.Forms.DockStyle.Fill;
88      this.panel.Location = new System.Drawing.Point(0, 0);
89      this.panel.Name = "panel";
90      this.panel.Size = new System.Drawing.Size(625, 161);
91      this.panel.TabIndex = 0;
92      //
93      // closeButton
94      //
95      this.closeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
96      this.closeButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
97      this.closeButton.FlatAppearance.BorderColor = System.Drawing.Color.White;
98      this.closeButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Gray;
99      this.closeButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
100      this.closeButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
101      this.closeButton.ForeColor = System.Drawing.Color.White;
102      this.closeButton.ImageIndex = 0;
103      this.closeButton.ImageList = this.imageList;
104      this.closeButton.Location = new System.Drawing.Point(604, 3);
105      this.closeButton.Name = "closeButton";
106      this.closeButton.Size = new System.Drawing.Size(16, 16);
107      this.closeButton.TabIndex = 7;
108      this.closeButton.UseVisualStyleBackColor = true;
109      this.closeButton.Click += new System.EventHandler(this.closeButton_Click);
110      //
111      // imageList
112      //
113      this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
114      this.imageList.TransparentColor = System.Drawing.Color.Magenta;
115      this.imageList.Images.SetKeyName(0, "BuilderDialog_delete.bmp");
116      //
117      // companyLabel
118      //
119      this.companyLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
120                  | System.Windows.Forms.AnchorStyles.Right)));
121      this.companyLabel.Location = new System.Drawing.Point(248, 88);
122      this.companyLabel.Name = "companyLabel";
123      this.companyLabel.Size = new System.Drawing.Size(364, 16);
124      this.companyLabel.TabIndex = 5;
125      this.companyLabel.Text = "Company";
126      this.companyLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
127      //
128      // userNameLabel
129      //
130      this.userNameLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
131                  | System.Windows.Forms.AnchorStyles.Right)));
132      this.userNameLabel.BackColor = System.Drawing.SystemColors.Window;
133      this.userNameLabel.Location = new System.Drawing.Point(248, 72);
134      this.userNameLabel.Name = "userNameLabel";
135      this.userNameLabel.Size = new System.Drawing.Size(364, 16);
136      this.userNameLabel.TabIndex = 4;
137      this.userNameLabel.Text = "User";
138      this.userNameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
139      //
140      // licensedToLabel
141      //
142      this.licensedToLabel.Location = new System.Drawing.Point(170, 72);
143      this.licensedToLabel.Name = "licensedToLabel";
144      this.licensedToLabel.Size = new System.Drawing.Size(72, 16);
145      this.licensedToLabel.TabIndex = 3;
146      this.licensedToLabel.Text = "Licensed to:";
147      this.licensedToLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
148      //
149      // titleLabel
150      //
151      this.titleLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
152                  | System.Windows.Forms.AnchorStyles.Right)));
153      this.titleLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
154      this.titleLabel.Location = new System.Drawing.Point(170, 8);
155      this.titleLabel.Name = "titleLabel";
156      this.titleLabel.Size = new System.Drawing.Size(442, 16);
157      this.titleLabel.TabIndex = 0;
158      this.titleLabel.Text = "Title";
159      this.titleLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
160      //
161      // versionLabel
162      //
163      this.versionLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
164                  | System.Windows.Forms.AnchorStyles.Right)));
165      this.versionLabel.Location = new System.Drawing.Point(170, 24);
166      this.versionLabel.Name = "versionLabel";
167      this.versionLabel.Size = new System.Drawing.Size(442, 16);
168      this.versionLabel.TabIndex = 1;
169      this.versionLabel.Text = "Version ";
170      this.versionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
171      //
172      // infoLabel
173      //
174      this.infoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
175                  | System.Windows.Forms.AnchorStyles.Right)));
176      this.infoLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
177      this.infoLabel.ForeColor = System.Drawing.SystemColors.GradientActiveCaption;
178      this.infoLabel.Location = new System.Drawing.Point(170, 104);
179      this.infoLabel.Name = "infoLabel";
180      this.infoLabel.Size = new System.Drawing.Size(442, 47);
181      this.infoLabel.TabIndex = 6;
182      this.infoLabel.Text = "Startup Information";
183      this.infoLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
184      //
185      // copyrightLabel
186      //
187      this.copyrightLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
188                  | System.Windows.Forms.AnchorStyles.Right)));
189      this.copyrightLabel.Location = new System.Drawing.Point(170, 56);
190      this.copyrightLabel.Name = "copyrightLabel";
191      this.copyrightLabel.Size = new System.Drawing.Size(442, 16);
192      this.copyrightLabel.TabIndex = 2;
193      this.copyrightLabel.Text = "Copyright";
194      this.copyrightLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
195      //
196      // pictureBox
197      //
198      this.pictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
199                  | System.Windows.Forms.AnchorStyles.Left)));
200      this.pictureBox.Image = global::HeuristicLab.Properties.Resources.Logo_white;
201      this.pictureBox.Location = new System.Drawing.Point(-1, -1);
202      this.pictureBox.Name = "pictureBox";
203      this.pictureBox.Size = new System.Drawing.Size(165, 161);
204      this.pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
205      this.pictureBox.TabIndex = 0;
206      this.pictureBox.TabStop = false;
207      //
208      // fadeTimer
209      //
210      this.fadeTimer.Interval = 50;
211      this.fadeTimer.Tick += new System.EventHandler(this.fadeTimer_Tick);
212      //
213      // SplashScreen
214      //
215      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
216      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
217      this.ClientSize = new System.Drawing.Size(625, 161);
218      this.ControlBox = false;
219      this.Controls.Add(this.panel);
220      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
221      this.MaximizeBox = false;
222      this.MinimizeBox = false;
223      this.Name = "SplashScreen";
224      this.Opacity = 0.99;
225      this.ShowInTaskbar = false;
226      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
227      this.TopMost = true;
228      this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SplashScreen_FormClosing);
229      this.panel.ResumeLayout(false);
230      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
231      this.ResumeLayout(false);
232
233    }
234
235    #endregion
236
237    private System.Windows.Forms.Timer waitTimer;
238    private System.Windows.Forms.Panel panel;
239    private System.Windows.Forms.PictureBox pictureBox;
240    private System.Windows.Forms.Label companyLabel;
241    private System.Windows.Forms.Label userNameLabel;
242    private System.Windows.Forms.Label licensedToLabel;
243    private System.Windows.Forms.Label titleLabel;
244    private System.Windows.Forms.Label versionLabel;
245    private System.Windows.Forms.Label copyrightLabel;
246    private System.Windows.Forms.Label infoLabel;
247    private System.Windows.Forms.ImageList imageList;
248    private System.Windows.Forms.Button closeButton;
249    private System.Windows.Forms.Timer fadeTimer;
250  }
251}
Note: See TracBrowser for help on using the repository browser.