Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.PluginInfrastructure/Starter/SplashScreen.Designer.cs @ 3749

Last change on this file since 3749 was 3749, checked in by gkronber, 14 years ago

Fixed problems with .resx file. #989

File size: 11.3 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
22using HeuristicLab.PluginInfrastructure;
23namespace HeuristicLab.PluginInfrastructure.Starter {
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.panel = new System.Windows.Forms.Panel();
53      this.closeButton = new System.Windows.Forms.Button();
54      this.imageList = new System.Windows.Forms.ImageList(this.components);
55      this.companyLabel = new System.Windows.Forms.Label();
56      this.userNameLabel = new System.Windows.Forms.Label();
57      this.licensedToLabel = new System.Windows.Forms.Label();
58      this.titleLabel = new System.Windows.Forms.Label();
59      this.versionLabel = new System.Windows.Forms.Label();
60      this.infoLabel = new System.Windows.Forms.Label();
61      this.copyrightLabel = new System.Windows.Forms.Label();
62      this.pictureBox = new System.Windows.Forms.PictureBox();
63      this.panel.SuspendLayout();
64      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
65      this.SuspendLayout();
66      //
67      // panel
68      //
69      this.panel.BackColor = System.Drawing.SystemColors.Window;
70      this.panel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
71      this.panel.Controls.Add(this.closeButton);
72      this.panel.Controls.Add(this.companyLabel);
73      this.panel.Controls.Add(this.userNameLabel);
74      this.panel.Controls.Add(this.licensedToLabel);
75      this.panel.Controls.Add(this.titleLabel);
76      this.panel.Controls.Add(this.versionLabel);
77      this.panel.Controls.Add(this.infoLabel);
78      this.panel.Controls.Add(this.copyrightLabel);
79      this.panel.Controls.Add(this.pictureBox);
80      this.panel.Dock = System.Windows.Forms.DockStyle.Fill;
81      this.panel.Location = new System.Drawing.Point(0, 0);
82      this.panel.Name = "panel";
83      this.panel.Size = new System.Drawing.Size(625, 161);
84      this.panel.TabIndex = 0;
85      //
86      // closeButton
87      //
88      this.closeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
89      this.closeButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
90      this.closeButton.FlatAppearance.BorderColor = System.Drawing.Color.White;
91      this.closeButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Gray;
92      this.closeButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
93      this.closeButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
94      this.closeButton.ForeColor = System.Drawing.Color.White;
95      this.closeButton.ImageIndex = 0;
96      this.closeButton.ImageList = this.imageList;
97      this.closeButton.Location = new System.Drawing.Point(604, 3);
98      this.closeButton.Name = "closeButton";
99      this.closeButton.Size = new System.Drawing.Size(16, 16);
100      this.closeButton.TabIndex = 7;
101      this.closeButton.UseVisualStyleBackColor = true;
102      this.closeButton.Click += new System.EventHandler(this.closeButton_Click);
103      //
104      // imageList
105      //
106      this.imageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.Remove);
107      //
108      // companyLabel
109      //
110      this.companyLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
111                  | System.Windows.Forms.AnchorStyles.Right)));
112      this.companyLabel.Location = new System.Drawing.Point(248, 88);
113      this.companyLabel.Name = "companyLabel";
114      this.companyLabel.Size = new System.Drawing.Size(364, 16);
115      this.companyLabel.TabIndex = 5;
116      this.companyLabel.Text = "Company";
117      this.companyLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
118      //
119      // userNameLabel
120      //
121      this.userNameLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
122                  | System.Windows.Forms.AnchorStyles.Right)));
123      this.userNameLabel.BackColor = System.Drawing.SystemColors.Window;
124      this.userNameLabel.Location = new System.Drawing.Point(248, 72);
125      this.userNameLabel.Name = "userNameLabel";
126      this.userNameLabel.Size = new System.Drawing.Size(364, 16);
127      this.userNameLabel.TabIndex = 4;
128      this.userNameLabel.Text = "User";
129      this.userNameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
130      //
131      // licensedToLabel
132      //
133      this.licensedToLabel.Location = new System.Drawing.Point(170, 72);
134      this.licensedToLabel.Name = "licensedToLabel";
135      this.licensedToLabel.Size = new System.Drawing.Size(72, 16);
136      this.licensedToLabel.TabIndex = 3;
137      this.licensedToLabel.Text = "Licensed to:";
138      this.licensedToLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
139      //
140      // titleLabel
141      //
142      this.titleLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
143                  | System.Windows.Forms.AnchorStyles.Right)));
144      this.titleLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
145      this.titleLabel.Location = new System.Drawing.Point(170, 8);
146      this.titleLabel.Name = "titleLabel";
147      this.titleLabel.Size = new System.Drawing.Size(442, 16);
148      this.titleLabel.TabIndex = 0;
149      this.titleLabel.Text = "Title";
150      this.titleLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
151      //
152      // versionLabel
153      //
154      this.versionLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
155                  | System.Windows.Forms.AnchorStyles.Right)));
156      this.versionLabel.Location = new System.Drawing.Point(170, 24);
157      this.versionLabel.Name = "versionLabel";
158      this.versionLabel.Size = new System.Drawing.Size(442, 16);
159      this.versionLabel.TabIndex = 1;
160      this.versionLabel.Text = "Version ";
161      this.versionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
162      //
163      // infoLabel
164      //
165      this.infoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
166                  | System.Windows.Forms.AnchorStyles.Right)));
167      this.infoLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
168      this.infoLabel.ForeColor = System.Drawing.SystemColors.GradientActiveCaption;
169      this.infoLabel.Location = new System.Drawing.Point(170, 104);
170      this.infoLabel.Name = "infoLabel";
171      this.infoLabel.Size = new System.Drawing.Size(442, 47);
172      this.infoLabel.TabIndex = 6;
173      this.infoLabel.Text = "Startup Information";
174      this.infoLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
175      //
176      // copyrightLabel
177      //
178      this.copyrightLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
179                  | System.Windows.Forms.AnchorStyles.Right)));
180      this.copyrightLabel.Location = new System.Drawing.Point(170, 56);
181      this.copyrightLabel.Name = "copyrightLabel";
182      this.copyrightLabel.Size = new System.Drawing.Size(442, 16);
183      this.copyrightLabel.TabIndex = 2;
184      this.copyrightLabel.Text = "Copyright";
185      this.copyrightLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
186      //
187      // pictureBox
188      //
189      this.pictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
190                  | System.Windows.Forms.AnchorStyles.Left)));
191      this.pictureBox.Image = global::HeuristicLab.PluginInfrastructure.Resources.Logo_white;
192      this.pictureBox.Location = new System.Drawing.Point(-1, -1);
193      this.pictureBox.Name = "pictureBox";
194      this.pictureBox.Size = new System.Drawing.Size(165, 161);
195      this.pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
196      this.pictureBox.TabIndex = 0;
197      this.pictureBox.TabStop = false;
198      //
199      // SplashScreen
200      //
201      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
202      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
203      this.ClientSize = new System.Drawing.Size(625, 161);
204      this.ControlBox = false;
205      this.Controls.Add(this.panel);
206      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
207      this.MaximizeBox = false;
208      this.MinimizeBox = false;
209      this.Name = "SplashScreen";
210      this.Opacity = 0.99;
211      this.ShowInTaskbar = false;
212      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
213      this.panel.ResumeLayout(false);
214      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
215      this.ResumeLayout(false);
216    }
217
218    #endregion
219
220    private System.Windows.Forms.Panel panel;
221    private System.Windows.Forms.PictureBox pictureBox;
222    private System.Windows.Forms.Label companyLabel;
223    private System.Windows.Forms.Label userNameLabel;
224    private System.Windows.Forms.Label licensedToLabel;
225    private System.Windows.Forms.Label titleLabel;
226    private System.Windows.Forms.Label versionLabel;
227    private System.Windows.Forms.Label copyrightLabel;
228    private System.Windows.Forms.Label infoLabel;
229    private System.Windows.Forms.ImageList imageList;
230    private System.Windows.Forms.Button closeButton;
231  }
232}
Note: See TracBrowser for help on using the repository browser.