#1429 fixed icon of splash screen
[hl.git] / sources / HeuristicLab.PluginInfrastructure / 3.3 / Starter / SplashScreen.Designer.cs
blobff8288d85b7388b7558f548522b3d823fff70151
1 #region License Information
2 /* HeuristicLab
3 * Copyright (C) 2002-2011 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
5 * This file is part of HeuristicLab.
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.
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.
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/>.
20 #endregion
22 namespace HeuristicLab.PluginInfrastructure.Starter {
23 partial class SplashScreen {
24 /// <summary>
25 /// Required designer variable.
26 /// </summary>
27 private System.ComponentModel.IContainer components = null;
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) {
35 if (disposing && (components != null)) {
36 components.Dispose();
38 base.Dispose(disposing);
42 #region Windows Form Designer generated code
44 /// <summary>
45 /// Required method for Designer support - do not modify
46 /// the contents of this method with the code editor.
47 /// </summary>
48 private void InitializeComponent() {
49 this.versionLabel = new System.Windows.Forms.Label();
50 this.infoLabel = new System.Windows.Forms.Label();
51 this.copyrightLabel = new System.Windows.Forms.Label();
52 this.pictureBox = new System.Windows.Forms.PictureBox();
53 ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
54 this.SuspendLayout();
55 //
56 // versionLabel
57 //
58 this.versionLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
59 this.versionLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F);
60 this.versionLabel.Location = new System.Drawing.Point(436, 147);
61 this.versionLabel.Name = "versionLabel";
62 this.versionLabel.Size = new System.Drawing.Size(150, 9);
63 this.versionLabel.TabIndex = 1;
64 this.versionLabel.Text = "Version ";
65 this.versionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
66 //
67 // infoLabel
68 //
69 this.infoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
70 | System.Windows.Forms.AnchorStyles.Right)));
71 this.infoLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
72 this.infoLabel.ForeColor = System.Drawing.Color.DarkOrange;
73 this.infoLabel.Location = new System.Drawing.Point(12, 113);
74 this.infoLabel.Name = "infoLabel";
75 this.infoLabel.Size = new System.Drawing.Size(574, 30);
76 this.infoLabel.TabIndex = 6;
77 this.infoLabel.Text = "Startup Information";
78 this.infoLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
79 //
80 // copyrightLabel
81 //
82 this.copyrightLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
83 this.copyrightLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F);
84 this.copyrightLabel.Location = new System.Drawing.Point(12, 147);
85 this.copyrightLabel.Name = "copyrightLabel";
86 this.copyrightLabel.Size = new System.Drawing.Size(150, 9);
87 this.copyrightLabel.TabIndex = 2;
88 this.copyrightLabel.Text = "Copyright";
89 this.copyrightLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
90 //
91 // pictureBox
92 //
93 this.pictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
94 | System.Windows.Forms.AnchorStyles.Right)));
95 this.pictureBox.Image = global::HeuristicLab.PluginInfrastructure.Resources.HeuristicLabBanner;
96 this.pictureBox.Location = new System.Drawing.Point(0, 0);
97 this.pictureBox.Name = "pictureBox";
98 this.pictureBox.Size = new System.Drawing.Size(598, 110);
99 this.pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
100 this.pictureBox.TabIndex = 0;
101 this.pictureBox.TabStop = false;
103 // SplashScreen
105 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
106 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
107 this.BackColor = System.Drawing.Color.White;
108 this.ClientSize = new System.Drawing.Size(598, 165);
109 this.ControlBox = false;
110 this.Controls.Add(this.pictureBox);
111 this.Controls.Add(this.versionLabel);
112 this.Controls.Add(this.copyrightLabel);
113 this.Controls.Add(this.infoLabel);
114 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
115 this.Icon = HeuristicLab.PluginInfrastructure.Resources.HeuristicLab;
116 this.MaximizeBox = false;
117 this.MinimizeBox = false;
118 this.Name = "SplashScreen";
119 this.Opacity = 0.99D;
120 this.ShowInTaskbar = false;
121 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
122 ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
123 this.ResumeLayout(false);
127 #endregion
129 private System.Windows.Forms.PictureBox pictureBox;
130 private System.Windows.Forms.Label versionLabel;
131 private System.Windows.Forms.Label copyrightLabel;
132 private System.Windows.Forms.Label infoLabel;