1 | #region License Information
|
---|
2 | /* HeuristicLab
|
---|
3 | * Copyright (C) 2002-2018 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 |
|
---|
22 | namespace HeuristicLab.Clients.Hive.SlaveCore.Views {
|
---|
23 | partial class AboutView {
|
---|
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 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 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutView));
|
---|
48 | this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
---|
49 | this.mailLinkLabel = new System.Windows.Forms.LinkLabel();
|
---|
50 | this.webLinkLabel = new System.Windows.Forms.LinkLabel();
|
---|
51 | this.label4 = new System.Windows.Forms.Label();
|
---|
52 | this.label2 = new System.Windows.Forms.Label();
|
---|
53 | this.licenseTextBox = new System.Windows.Forms.RichTextBox();
|
---|
54 | this.txtCopyright = new System.Windows.Forms.TextBox();
|
---|
55 | this.versionTextBox = new System.Windows.Forms.TextBox();
|
---|
56 | this.productTextBox = new System.Windows.Forms.TextBox();
|
---|
57 | this.label3 = new System.Windows.Forms.Label();
|
---|
58 | this.label1 = new System.Windows.Forms.Label();
|
---|
59 | this.label = new System.Windows.Forms.Label();
|
---|
60 | ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
---|
61 | this.SuspendLayout();
|
---|
62 | //
|
---|
63 | // pictureBox1
|
---|
64 | //
|
---|
65 | this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
|
---|
66 | this.pictureBox1.Location = new System.Drawing.Point(3, 3);
|
---|
67 | this.pictureBox1.Name = "pictureBox1";
|
---|
68 | this.pictureBox1.Size = new System.Drawing.Size(163, 165);
|
---|
69 | this.pictureBox1.TabIndex = 36;
|
---|
70 | this.pictureBox1.TabStop = false;
|
---|
71 | //
|
---|
72 | // mailLinkLabel
|
---|
73 | //
|
---|
74 | this.mailLinkLabel.AutoSize = true;
|
---|
75 | this.mailLinkLabel.Location = new System.Drawing.Point(241, 80);
|
---|
76 | this.mailLinkLabel.Name = "mailLinkLabel";
|
---|
77 | this.mailLinkLabel.Size = new System.Drawing.Size(129, 13);
|
---|
78 | this.mailLinkLabel.TabIndex = 34;
|
---|
79 | this.mailLinkLabel.TabStop = true;
|
---|
80 | this.mailLinkLabel.Text = "support@heuristiclab.com";
|
---|
81 | this.mailLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.mailLinkLabel_LinkClicked);
|
---|
82 | //
|
---|
83 | // webLinkLabel
|
---|
84 | //
|
---|
85 | this.webLinkLabel.AutoSize = true;
|
---|
86 | this.webLinkLabel.Location = new System.Drawing.Point(241, 61);
|
---|
87 | this.webLinkLabel.Name = "webLinkLabel";
|
---|
88 | this.webLinkLabel.Size = new System.Drawing.Size(135, 13);
|
---|
89 | this.webLinkLabel.TabIndex = 32;
|
---|
90 | this.webLinkLabel.TabStop = true;
|
---|
91 | this.webLinkLabel.Text = "http://dev.heuristiclab.com";
|
---|
92 | this.webLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.webLinkLabel_LinkClicked);
|
---|
93 | //
|
---|
94 | // label4
|
---|
95 | //
|
---|
96 | this.label4.AutoSize = true;
|
---|
97 | this.label4.Location = new System.Drawing.Point(169, 80);
|
---|
98 | this.label4.Name = "label4";
|
---|
99 | this.label4.Size = new System.Drawing.Size(47, 13);
|
---|
100 | this.label4.TabIndex = 33;
|
---|
101 | this.label4.Text = "Contact:";
|
---|
102 | //
|
---|
103 | // label2
|
---|
104 | //
|
---|
105 | this.label2.AutoSize = true;
|
---|
106 | this.label2.Location = new System.Drawing.Point(169, 61);
|
---|
107 | this.label2.Name = "label2";
|
---|
108 | this.label2.Size = new System.Drawing.Size(49, 13);
|
---|
109 | this.label2.TabIndex = 31;
|
---|
110 | this.label2.Text = "Website:";
|
---|
111 | //
|
---|
112 | // licenseTextBox
|
---|
113 | //
|
---|
114 | this.licenseTextBox.BackColor = System.Drawing.SystemColors.HighlightText;
|
---|
115 | this.licenseTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
---|
116 | this.licenseTextBox.Location = new System.Drawing.Point(172, 100);
|
---|
117 | this.licenseTextBox.Name = "licenseTextBox";
|
---|
118 | this.licenseTextBox.ReadOnly = true;
|
---|
119 | this.licenseTextBox.Size = new System.Drawing.Size(380, 173);
|
---|
120 | this.licenseTextBox.TabIndex = 35;
|
---|
121 | this.licenseTextBox.Text = resources.GetString("licenseTextBox.Text");
|
---|
122 | this.licenseTextBox.WordWrap = false;
|
---|
123 | //
|
---|
124 | // txtCopyright
|
---|
125 | //
|
---|
126 | this.txtCopyright.BackColor = System.Drawing.SystemColors.HighlightText;
|
---|
127 | this.txtCopyright.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
---|
128 | this.txtCopyright.Location = new System.Drawing.Point(244, 42);
|
---|
129 | this.txtCopyright.Name = "txtCopyright";
|
---|
130 | this.txtCopyright.ReadOnly = true;
|
---|
131 | this.txtCopyright.Size = new System.Drawing.Size(308, 13);
|
---|
132 | this.txtCopyright.TabIndex = 30;
|
---|
133 | this.txtCopyright.Text = "(c) 2002-2015 HEAL";
|
---|
134 | //
|
---|
135 | // versionTextBox
|
---|
136 | //
|
---|
137 | this.versionTextBox.BackColor = System.Drawing.SystemColors.HighlightText;
|
---|
138 | this.versionTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
---|
139 | this.versionTextBox.Location = new System.Drawing.Point(244, 23);
|
---|
140 | this.versionTextBox.Name = "versionTextBox";
|
---|
141 | this.versionTextBox.ReadOnly = true;
|
---|
142 | this.versionTextBox.Size = new System.Drawing.Size(308, 13);
|
---|
143 | this.versionTextBox.TabIndex = 28;
|
---|
144 | //
|
---|
145 | // productTextBox
|
---|
146 | //
|
---|
147 | this.productTextBox.BackColor = System.Drawing.SystemColors.HighlightText;
|
---|
148 | this.productTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
---|
149 | this.productTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
150 | this.productTextBox.Location = new System.Drawing.Point(244, 4);
|
---|
151 | this.productTextBox.Name = "productTextBox";
|
---|
152 | this.productTextBox.ReadOnly = true;
|
---|
153 | this.productTextBox.Size = new System.Drawing.Size(308, 13);
|
---|
154 | this.productTextBox.TabIndex = 26;
|
---|
155 | this.productTextBox.Text = "HeuristicLab Hive";
|
---|
156 | //
|
---|
157 | // label3
|
---|
158 | //
|
---|
159 | this.label3.AutoSize = true;
|
---|
160 | this.label3.Location = new System.Drawing.Point(169, 42);
|
---|
161 | this.label3.Name = "label3";
|
---|
162 | this.label3.Size = new System.Drawing.Size(54, 13);
|
---|
163 | this.label3.TabIndex = 29;
|
---|
164 | this.label3.Text = "Copyright:";
|
---|
165 | //
|
---|
166 | // label1
|
---|
167 | //
|
---|
168 | this.label1.AutoSize = true;
|
---|
169 | this.label1.Location = new System.Drawing.Point(169, 23);
|
---|
170 | this.label1.Name = "label1";
|
---|
171 | this.label1.Size = new System.Drawing.Size(45, 13);
|
---|
172 | this.label1.TabIndex = 27;
|
---|
173 | this.label1.Text = "Version:";
|
---|
174 | //
|
---|
175 | // label
|
---|
176 | //
|
---|
177 | this.label.AutoSize = true;
|
---|
178 | this.label.Location = new System.Drawing.Point(169, 4);
|
---|
179 | this.label.Name = "label";
|
---|
180 | this.label.Size = new System.Drawing.Size(47, 13);
|
---|
181 | this.label.TabIndex = 25;
|
---|
182 | this.label.Text = "Product:";
|
---|
183 | //
|
---|
184 | // AboutView
|
---|
185 | //
|
---|
186 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
187 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
188 | this.Controls.Add(this.pictureBox1);
|
---|
189 | this.Controls.Add(this.mailLinkLabel);
|
---|
190 | this.Controls.Add(this.webLinkLabel);
|
---|
191 | this.Controls.Add(this.label4);
|
---|
192 | this.Controls.Add(this.label2);
|
---|
193 | this.Controls.Add(this.licenseTextBox);
|
---|
194 | this.Controls.Add(this.txtCopyright);
|
---|
195 | this.Controls.Add(this.versionTextBox);
|
---|
196 | this.Controls.Add(this.productTextBox);
|
---|
197 | this.Controls.Add(this.label3);
|
---|
198 | this.Controls.Add(this.label1);
|
---|
199 | this.Controls.Add(this.label);
|
---|
200 | this.Name = "AboutView";
|
---|
201 | this.Size = new System.Drawing.Size(559, 279);
|
---|
202 | this.Load += new System.EventHandler(this.AboutView_Load);
|
---|
203 | ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
---|
204 | this.ResumeLayout(false);
|
---|
205 | this.PerformLayout();
|
---|
206 |
|
---|
207 | }
|
---|
208 |
|
---|
209 | #endregion
|
---|
210 |
|
---|
211 | private System.Windows.Forms.PictureBox pictureBox1;
|
---|
212 | private System.Windows.Forms.LinkLabel mailLinkLabel;
|
---|
213 | private System.Windows.Forms.LinkLabel webLinkLabel;
|
---|
214 | private System.Windows.Forms.Label label4;
|
---|
215 | private System.Windows.Forms.Label label2;
|
---|
216 | private System.Windows.Forms.RichTextBox licenseTextBox;
|
---|
217 | private System.Windows.Forms.TextBox txtCopyright;
|
---|
218 | private System.Windows.Forms.TextBox versionTextBox;
|
---|
219 | private System.Windows.Forms.TextBox productTextBox;
|
---|
220 | private System.Windows.Forms.Label label3;
|
---|
221 | private System.Windows.Forms.Label label1;
|
---|
222 | private System.Windows.Forms.Label label;
|
---|
223 | }
|
---|
224 | }
|
---|