1 | namespace HeuristicLab.Clients.Hive.SlaveCore.Views {
|
---|
2 | partial class SlaveAboutDialog {
|
---|
3 | /// <summary>
|
---|
4 | /// Required designer variable.
|
---|
5 | /// </summary>
|
---|
6 | private System.ComponentModel.IContainer components = null;
|
---|
7 |
|
---|
8 | /// <summary>
|
---|
9 | /// Clean up any resources being used.
|
---|
10 | /// </summary>
|
---|
11 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
12 | protected override void Dispose(bool disposing) {
|
---|
13 | if (disposing && (components != null)) {
|
---|
14 | components.Dispose();
|
---|
15 | }
|
---|
16 | base.Dispose(disposing);
|
---|
17 | }
|
---|
18 |
|
---|
19 | #region Windows Form Designer generated code
|
---|
20 |
|
---|
21 | /// <summary>
|
---|
22 | /// Required method for Designer support - do not modify
|
---|
23 | /// the contents of this method with the code editor.
|
---|
24 | /// </summary>
|
---|
25 | private void InitializeComponent() {
|
---|
26 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SlaveAboutDialog));
|
---|
27 | this.btnOk = new System.Windows.Forms.Button();
|
---|
28 | this.mailLinkLabel = new System.Windows.Forms.LinkLabel();
|
---|
29 | this.webLinkLabel = new System.Windows.Forms.LinkLabel();
|
---|
30 | this.label4 = new System.Windows.Forms.Label();
|
---|
31 | this.label2 = new System.Windows.Forms.Label();
|
---|
32 | this.licenseTextBox = new System.Windows.Forms.RichTextBox();
|
---|
33 | this.txtCopyright = new System.Windows.Forms.TextBox();
|
---|
34 | this.versionTextBox = new System.Windows.Forms.TextBox();
|
---|
35 | this.productTextBox = new System.Windows.Forms.TextBox();
|
---|
36 | this.label3 = new System.Windows.Forms.Label();
|
---|
37 | this.label1 = new System.Windows.Forms.Label();
|
---|
38 | this.label = new System.Windows.Forms.Label();
|
---|
39 | this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
---|
40 | ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
---|
41 | this.SuspendLayout();
|
---|
42 | //
|
---|
43 | // btnOk
|
---|
44 | //
|
---|
45 | this.btnOk.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
---|
46 | this.btnOk.Location = new System.Drawing.Point(562, 266);
|
---|
47 | this.btnOk.Name = "btnOk";
|
---|
48 | this.btnOk.Size = new System.Drawing.Size(75, 23);
|
---|
49 | this.btnOk.TabIndex = 0;
|
---|
50 | this.btnOk.Text = "OK";
|
---|
51 | this.btnOk.UseVisualStyleBackColor = true;
|
---|
52 | //
|
---|
53 | // mailLinkLabel
|
---|
54 | //
|
---|
55 | this.mailLinkLabel.AutoSize = true;
|
---|
56 | this.mailLinkLabel.Location = new System.Drawing.Point(326, 51);
|
---|
57 | this.mailLinkLabel.Name = "mailLinkLabel";
|
---|
58 | this.mailLinkLabel.Size = new System.Drawing.Size(129, 13);
|
---|
59 | this.mailLinkLabel.TabIndex = 22;
|
---|
60 | this.mailLinkLabel.TabStop = true;
|
---|
61 | this.mailLinkLabel.Text = "support@heuristiclab.com";
|
---|
62 | this.mailLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.mailLinkLabel_LinkClicked);
|
---|
63 | //
|
---|
64 | // webLinkLabel
|
---|
65 | //
|
---|
66 | this.webLinkLabel.AutoSize = true;
|
---|
67 | this.webLinkLabel.Location = new System.Drawing.Point(326, 32);
|
---|
68 | this.webLinkLabel.Name = "webLinkLabel";
|
---|
69 | this.webLinkLabel.Size = new System.Drawing.Size(135, 13);
|
---|
70 | this.webLinkLabel.TabIndex = 20;
|
---|
71 | this.webLinkLabel.TabStop = true;
|
---|
72 | this.webLinkLabel.Text = "http://dev.heuristiclab.com";
|
---|
73 | this.webLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.webLinkLabel_LinkClicked);
|
---|
74 | //
|
---|
75 | // label4
|
---|
76 | //
|
---|
77 | this.label4.AutoSize = true;
|
---|
78 | this.label4.Location = new System.Drawing.Point(254, 51);
|
---|
79 | this.label4.Name = "label4";
|
---|
80 | this.label4.Size = new System.Drawing.Size(47, 13);
|
---|
81 | this.label4.TabIndex = 21;
|
---|
82 | this.label4.Text = "Contact:";
|
---|
83 | //
|
---|
84 | // label2
|
---|
85 | //
|
---|
86 | this.label2.AutoSize = true;
|
---|
87 | this.label2.Location = new System.Drawing.Point(254, 32);
|
---|
88 | this.label2.Name = "label2";
|
---|
89 | this.label2.Size = new System.Drawing.Size(49, 13);
|
---|
90 | this.label2.TabIndex = 19;
|
---|
91 | this.label2.Text = "Website:";
|
---|
92 | //
|
---|
93 | // licenseTextBox
|
---|
94 | //
|
---|
95 | this.licenseTextBox.BackColor = System.Drawing.SystemColors.HighlightText;
|
---|
96 | this.licenseTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
---|
97 | this.licenseTextBox.Location = new System.Drawing.Point(257, 78);
|
---|
98 | this.licenseTextBox.Name = "licenseTextBox";
|
---|
99 | this.licenseTextBox.ReadOnly = true;
|
---|
100 | this.licenseTextBox.Size = new System.Drawing.Size(380, 173);
|
---|
101 | this.licenseTextBox.TabIndex = 23;
|
---|
102 | this.licenseTextBox.Text = resources.GetString("licenseTextBox.Text");
|
---|
103 | this.licenseTextBox.WordWrap = false;
|
---|
104 | //
|
---|
105 | // txtCopyright
|
---|
106 | //
|
---|
107 | this.txtCopyright.BackColor = System.Drawing.SystemColors.HighlightText;
|
---|
108 | this.txtCopyright.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
---|
109 | this.txtCopyright.Location = new System.Drawing.Point(329, 13);
|
---|
110 | this.txtCopyright.Name = "txtCopyright";
|
---|
111 | this.txtCopyright.ReadOnly = true;
|
---|
112 | this.txtCopyright.Size = new System.Drawing.Size(308, 13);
|
---|
113 | this.txtCopyright.TabIndex = 18;
|
---|
114 | this.txtCopyright.Text = "(c) 2002-2011 HEAL";
|
---|
115 | //
|
---|
116 | // versionTextBox
|
---|
117 | //
|
---|
118 | this.versionTextBox.BackColor = System.Drawing.SystemColors.HighlightText;
|
---|
119 | this.versionTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
---|
120 | this.versionTextBox.Location = new System.Drawing.Point(193, -14);
|
---|
121 | this.versionTextBox.Name = "versionTextBox";
|
---|
122 | this.versionTextBox.ReadOnly = true;
|
---|
123 | this.versionTextBox.Size = new System.Drawing.Size(355, 13);
|
---|
124 | this.versionTextBox.TabIndex = 16;
|
---|
125 | this.versionTextBox.Text = "1.0";
|
---|
126 | //
|
---|
127 | // productTextBox
|
---|
128 | //
|
---|
129 | this.productTextBox.BackColor = System.Drawing.SystemColors.HighlightText;
|
---|
130 | this.productTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
---|
131 | this.productTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
132 | this.productTextBox.Location = new System.Drawing.Point(193, -33);
|
---|
133 | this.productTextBox.Name = "productTextBox";
|
---|
134 | this.productTextBox.ReadOnly = true;
|
---|
135 | this.productTextBox.Size = new System.Drawing.Size(355, 13);
|
---|
136 | this.productTextBox.TabIndex = 14;
|
---|
137 | this.productTextBox.Text = "HeuristicLab";
|
---|
138 | //
|
---|
139 | // label3
|
---|
140 | //
|
---|
141 | this.label3.AutoSize = true;
|
---|
142 | this.label3.Location = new System.Drawing.Point(254, 13);
|
---|
143 | this.label3.Name = "label3";
|
---|
144 | this.label3.Size = new System.Drawing.Size(54, 13);
|
---|
145 | this.label3.TabIndex = 17;
|
---|
146 | this.label3.Text = "Copyright:";
|
---|
147 | //
|
---|
148 | // label1
|
---|
149 | //
|
---|
150 | this.label1.AutoSize = true;
|
---|
151 | this.label1.Location = new System.Drawing.Point(118, -14);
|
---|
152 | this.label1.Name = "label1";
|
---|
153 | this.label1.Size = new System.Drawing.Size(45, 13);
|
---|
154 | this.label1.TabIndex = 15;
|
---|
155 | this.label1.Text = "Version:";
|
---|
156 | //
|
---|
157 | // label
|
---|
158 | //
|
---|
159 | this.label.AutoSize = true;
|
---|
160 | this.label.Location = new System.Drawing.Point(118, -33);
|
---|
161 | this.label.Name = "label";
|
---|
162 | this.label.Size = new System.Drawing.Size(47, 13);
|
---|
163 | this.label.TabIndex = 13;
|
---|
164 | this.label.Text = "Product:";
|
---|
165 | //
|
---|
166 | // pictureBox1
|
---|
167 | //
|
---|
168 | this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
|
---|
169 | this.pictureBox1.Location = new System.Drawing.Point(13, 13);
|
---|
170 | this.pictureBox1.Name = "pictureBox1";
|
---|
171 | this.pictureBox1.Size = new System.Drawing.Size(238, 238);
|
---|
172 | this.pictureBox1.TabIndex = 24;
|
---|
173 | this.pictureBox1.TabStop = false;
|
---|
174 | //
|
---|
175 | // SlaveAboutDialog
|
---|
176 | //
|
---|
177 | this.AcceptButton = this.btnOk;
|
---|
178 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
179 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
180 | this.CancelButton = this.btnOk;
|
---|
181 | this.ClientSize = new System.Drawing.Size(644, 301);
|
---|
182 | this.Controls.Add(this.pictureBox1);
|
---|
183 | this.Controls.Add(this.mailLinkLabel);
|
---|
184 | this.Controls.Add(this.webLinkLabel);
|
---|
185 | this.Controls.Add(this.label4);
|
---|
186 | this.Controls.Add(this.label2);
|
---|
187 | this.Controls.Add(this.licenseTextBox);
|
---|
188 | this.Controls.Add(this.txtCopyright);
|
---|
189 | this.Controls.Add(this.versionTextBox);
|
---|
190 | this.Controls.Add(this.productTextBox);
|
---|
191 | this.Controls.Add(this.label3);
|
---|
192 | this.Controls.Add(this.label1);
|
---|
193 | this.Controls.Add(this.label);
|
---|
194 | this.Controls.Add(this.btnOk);
|
---|
195 | this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
---|
196 | this.MaximizeBox = false;
|
---|
197 | this.MinimizeBox = false;
|
---|
198 | this.Name = "SlaveAboutDialog";
|
---|
199 | this.Text = "About HeuristicLab Hive Slave";
|
---|
200 | ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
---|
201 | this.ResumeLayout(false);
|
---|
202 | this.PerformLayout();
|
---|
203 |
|
---|
204 | }
|
---|
205 |
|
---|
206 | #endregion
|
---|
207 |
|
---|
208 | private System.Windows.Forms.Button btnOk;
|
---|
209 | private System.Windows.Forms.LinkLabel mailLinkLabel;
|
---|
210 | private System.Windows.Forms.LinkLabel webLinkLabel;
|
---|
211 | private System.Windows.Forms.Label label4;
|
---|
212 | private System.Windows.Forms.Label label2;
|
---|
213 | private System.Windows.Forms.RichTextBox licenseTextBox;
|
---|
214 | private System.Windows.Forms.TextBox txtCopyright;
|
---|
215 | private System.Windows.Forms.TextBox versionTextBox;
|
---|
216 | private System.Windows.Forms.TextBox productTextBox;
|
---|
217 | private System.Windows.Forms.Label label3;
|
---|
218 | private System.Windows.Forms.Label label1;
|
---|
219 | private System.Windows.Forms.Label label;
|
---|
220 | private System.Windows.Forms.PictureBox pictureBox1;
|
---|
221 | }
|
---|
222 | } |
---|