Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2522_RefactorPluginInfrastructure/HeuristicLab.PluginInfrastructure.UI/AboutDialog.Designer.cs @ 15724

Last change on this file since 15724 was 13363, checked in by gkronber, 8 years ago

#2522: improvements to new PluginInformationDialog and removed obsolete classes

File size: 12.6 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2015 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.PluginInfrastructure.UI {
23  partial class AboutDialog {
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 && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Windows Form 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.okButton = new System.Windows.Forms.Button();
49      this.imageList = new System.Windows.Forms.ImageList(this.components);
50      this.pictureBox = new System.Windows.Forms.PictureBox();
51      this.label = new System.Windows.Forms.Label();
52      this.label1 = new System.Windows.Forms.Label();
53      this.label3 = new System.Windows.Forms.Label();
54      this.productTextBox = new System.Windows.Forms.TextBox();
55      this.versionTextBox = new System.Windows.Forms.TextBox();
56      this.copyrightTextBox = new System.Windows.Forms.TextBox();
57      this.licenseTextBox = new System.Windows.Forms.RichTextBox();
58      this.label2 = new System.Windows.Forms.Label();
59      this.panel1 = new System.Windows.Forms.Panel();
60      this.label4 = new System.Windows.Forms.Label();
61      this.webLinkLabel = new System.Windows.Forms.LinkLabel();
62      this.mailLinkLabel = new System.Windows.Forms.LinkLabel();
63      this.showPluginsButton = new System.Windows.Forms.Button();
64      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
65      this.panel1.SuspendLayout();
66      this.SuspendLayout();
67      //
68      // okButton
69      //
70      this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
71      this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
72      this.okButton.Location = new System.Drawing.Point(538, 13);
73      this.okButton.Name = "okButton";
74      this.okButton.Size = new System.Drawing.Size(75, 23);
75      this.okButton.TabIndex = 0;
76      this.okButton.Text = "&Close";
77      this.okButton.UseVisualStyleBackColor = true;
78      this.okButton.Click += new System.EventHandler(this.okButton_Click);
79      //
80      // imageList
81      //
82      this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
83      this.imageList.ImageSize = new System.Drawing.Size(16, 16);
84      this.imageList.TransparentColor = System.Drawing.Color.Transparent;
85      //
86      // pictureBox
87      //
88      this.pictureBox.Location = new System.Drawing.Point(12, 12);
89      this.pictureBox.Name = "pictureBox";
90      this.pictureBox.Size = new System.Drawing.Size(160, 180);
91      this.pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
92      this.pictureBox.TabIndex = 2;
93      this.pictureBox.TabStop = false;
94      //
95      // label
96      //
97      this.label.AutoSize = true;
98      this.label.Location = new System.Drawing.Point(183, 12);
99      this.label.Name = "label";
100      this.label.Size = new System.Drawing.Size(47, 13);
101      this.label.TabIndex = 1;
102      this.label.Text = "Product:";
103      //
104      // label1
105      //
106      this.label1.AutoSize = true;
107      this.label1.Location = new System.Drawing.Point(183, 31);
108      this.label1.Name = "label1";
109      this.label1.Size = new System.Drawing.Size(45, 13);
110      this.label1.TabIndex = 3;
111      this.label1.Text = "Version:";
112      //
113      // label3
114      //
115      this.label3.AutoSize = true;
116      this.label3.Location = new System.Drawing.Point(183, 50);
117      this.label3.Name = "label3";
118      this.label3.Size = new System.Drawing.Size(54, 13);
119      this.label3.TabIndex = 5;
120      this.label3.Text = "Copyright:";
121      //
122      // productTextBox
123      //
124      this.productTextBox.BackColor = System.Drawing.SystemColors.HighlightText;
125      this.productTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
126      this.productTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
127      this.productTextBox.Location = new System.Drawing.Point(258, 12);
128      this.productTextBox.Name = "productTextBox";
129      this.productTextBox.ReadOnly = true;
130      this.productTextBox.Size = new System.Drawing.Size(355, 13);
131      this.productTextBox.TabIndex = 2;
132      this.productTextBox.Text = "HeuristicLab";
133      //
134      // versionTextBox
135      //
136      this.versionTextBox.BackColor = System.Drawing.SystemColors.HighlightText;
137      this.versionTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
138      this.versionTextBox.Location = new System.Drawing.Point(258, 31);
139      this.versionTextBox.Name = "versionTextBox";
140      this.versionTextBox.ReadOnly = true;
141      this.versionTextBox.Size = new System.Drawing.Size(355, 13);
142      this.versionTextBox.TabIndex = 4;
143      this.versionTextBox.Text = "1.0";
144      //
145      // copyrightTextBox
146      //
147      this.copyrightTextBox.BackColor = System.Drawing.SystemColors.HighlightText;
148      this.copyrightTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
149      this.copyrightTextBox.Location = new System.Drawing.Point(258, 50);
150      this.copyrightTextBox.Name = "copyrightTextBox";
151      this.copyrightTextBox.ReadOnly = true;
152      this.copyrightTextBox.Size = new System.Drawing.Size(355, 13);
153      this.copyrightTextBox.TabIndex = 6;
154      this.copyrightTextBox.Text = "(C)";
155      //
156      // licenseTextBox
157      //
158      this.licenseTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
159            | System.Windows.Forms.AnchorStyles.Right)));
160      this.licenseTextBox.BackColor = System.Drawing.SystemColors.HighlightText;
161      this.licenseTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
162      this.licenseTextBox.Location = new System.Drawing.Point(186, 115);
163      this.licenseTextBox.Name = "licenseTextBox";
164      this.licenseTextBox.ReadOnly = true;
165      this.licenseTextBox.Size = new System.Drawing.Size(427, 185);
166      this.licenseTextBox.TabIndex = 11;
167      this.licenseTextBox.Text = "License Text";
168      this.licenseTextBox.WordWrap = false;
169      this.licenseTextBox.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.licenseTextBox_LinkClicked);
170      //
171      // label2
172      //
173      this.label2.AutoSize = true;
174      this.label2.Location = new System.Drawing.Point(183, 69);
175      this.label2.Name = "label2";
176      this.label2.Size = new System.Drawing.Size(49, 13);
177      this.label2.TabIndex = 7;
178      this.label2.Text = "Website:";
179      //
180      // panel1
181      //
182      this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
183            | System.Windows.Forms.AnchorStyles.Right)));
184      this.panel1.BackColor = System.Drawing.SystemColors.Control;
185      this.panel1.Controls.Add(this.okButton);
186      this.panel1.Location = new System.Drawing.Point(0, 388);
187      this.panel1.Name = "panel1";
188      this.panel1.Size = new System.Drawing.Size(626, 48);
189      this.panel1.TabIndex = 0;
190      //
191      // label4
192      //
193      this.label4.AutoSize = true;
194      this.label4.Location = new System.Drawing.Point(183, 88);
195      this.label4.Name = "label4";
196      this.label4.Size = new System.Drawing.Size(47, 13);
197      this.label4.TabIndex = 9;
198      this.label4.Text = "Contact:";
199      //
200      // webLinkLabel
201      //
202      this.webLinkLabel.AutoSize = true;
203      this.webLinkLabel.Location = new System.Drawing.Point(255, 69);
204      this.webLinkLabel.Name = "webLinkLabel";
205      this.webLinkLabel.Size = new System.Drawing.Size(135, 13);
206      this.webLinkLabel.TabIndex = 8;
207      this.webLinkLabel.TabStop = true;
208      this.webLinkLabel.Text = "http://dev.heuristiclab.com";
209      this.webLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.webLinkLabel_LinkClicked);
210      //
211      // mailLinkLabel
212      //
213      this.mailLinkLabel.AutoSize = true;
214      this.mailLinkLabel.Location = new System.Drawing.Point(255, 88);
215      this.mailLinkLabel.Name = "mailLinkLabel";
216      this.mailLinkLabel.Size = new System.Drawing.Size(129, 13);
217      this.mailLinkLabel.TabIndex = 10;
218      this.mailLinkLabel.TabStop = true;
219      this.mailLinkLabel.Text = "support@heuristiclab.com";
220      this.mailLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.mailLinkLabel_LinkClicked);
221      //
222      // showPluginsButton
223      //
224      this.showPluginsButton.Location = new System.Drawing.Point(12, 198);
225      this.showPluginsButton.Name = "showPluginsButton";
226      this.showPluginsButton.Size = new System.Drawing.Size(102, 23);
227      this.showPluginsButton.TabIndex = 12;
228      this.showPluginsButton.Text = "Show Plugins";
229      this.showPluginsButton.UseVisualStyleBackColor = true;
230      this.showPluginsButton.Click += new System.EventHandler(this.showPluginsButton_Click);
231      //
232      // AboutDialog
233      //
234      this.AcceptButton = this.okButton;
235      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
236      this.BackColor = System.Drawing.SystemColors.Window;
237      this.CancelButton = this.okButton;
238      this.ClientSize = new System.Drawing.Size(625, 436);
239      this.Controls.Add(this.showPluginsButton);
240      this.Controls.Add(this.mailLinkLabel);
241      this.Controls.Add(this.webLinkLabel);
242      this.Controls.Add(this.label4);
243      this.Controls.Add(this.panel1);
244      this.Controls.Add(this.label2);
245      this.Controls.Add(this.licenseTextBox);
246      this.Controls.Add(this.copyrightTextBox);
247      this.Controls.Add(this.versionTextBox);
248      this.Controls.Add(this.productTextBox);
249      this.Controls.Add(this.label3);
250      this.Controls.Add(this.label1);
251      this.Controls.Add(this.label);
252      this.Controls.Add(this.pictureBox);
253      this.Icon = global::HeuristicLab.PluginInfrastructure.UI.Resources.HeuristicLab;
254      this.MaximizeBox = false;
255      this.MinimizeBox = false;
256      this.Name = "AboutDialog";
257      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
258      this.Text = "About HeuristicLab";
259      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
260      this.panel1.ResumeLayout(false);
261      this.ResumeLayout(false);
262      this.PerformLayout();
263
264    }
265
266    #endregion
267
268    private System.Windows.Forms.Button okButton;
269    private System.Windows.Forms.ImageList imageList;
270    private System.Windows.Forms.PictureBox pictureBox;
271    private System.Windows.Forms.Label label;
272    private System.Windows.Forms.Label label1;
273    private System.Windows.Forms.Label label3;
274    private System.Windows.Forms.TextBox productTextBox;
275    private System.Windows.Forms.TextBox versionTextBox;
276    private System.Windows.Forms.TextBox copyrightTextBox;
277    private System.Windows.Forms.RichTextBox licenseTextBox;
278    private System.Windows.Forms.Label label2;
279    private System.Windows.Forms.Panel panel1;
280    private System.Windows.Forms.Label label4;
281    private System.Windows.Forms.LinkLabel webLinkLabel;
282    private System.Windows.Forms.LinkLabel mailLinkLabel;
283    private System.Windows.Forms.Button showPluginsButton;
284  }
285}
Note: See TracBrowser for help on using the repository browser.