1 | namespace HeuristicLab.Clients.Hive.CloudManager.Views {
|
---|
2 | partial class AddAzureServiceDialog {
|
---|
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 | this.components = new System.ComponentModel.Container();
|
---|
27 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddAzureServiceDialog));
|
---|
28 | this.label1 = new System.Windows.Forms.Label();
|
---|
29 | this.cmbChooseSubscription = new System.Windows.Forms.ComboBox();
|
---|
30 | this.label2 = new System.Windows.Forms.Label();
|
---|
31 | this.cmbChooseHostedService = new System.Windows.Forms.ComboBox();
|
---|
32 | this.gbNewHostedService = new System.Windows.Forms.GroupBox();
|
---|
33 | this.cmbAffinityGroup = new System.Windows.Forms.ComboBox();
|
---|
34 | this.cmbLocation = new System.Windows.Forms.ComboBox();
|
---|
35 | this.rbAffinitGroup = new System.Windows.Forms.RadioButton();
|
---|
36 | this.rbRegion = new System.Windows.Forms.RadioButton();
|
---|
37 | this.label6 = new System.Windows.Forms.Label();
|
---|
38 | this.label5 = new System.Windows.Forms.Label();
|
---|
39 | this.tbServiceName = new System.Windows.Forms.TextBox();
|
---|
40 | this.label4 = new System.Windows.Forms.Label();
|
---|
41 | this.tbLabel = new System.Windows.Forms.TextBox();
|
---|
42 | this.label3 = new System.Windows.Forms.Label();
|
---|
43 | this.cbNewHostedService = new System.Windows.Forms.CheckBox();
|
---|
44 | this.rbDeployToProduction = new System.Windows.Forms.RadioButton();
|
---|
45 | this.rbDeployToStaging = new System.Windows.Forms.RadioButton();
|
---|
46 | this.btnAddCertificate = new System.Windows.Forms.Button();
|
---|
47 | this.label9 = new System.Windows.Forms.Label();
|
---|
48 | this.lblCores = new System.Windows.Forms.Label();
|
---|
49 | this.label10 = new System.Windows.Forms.Label();
|
---|
50 | this.progressBar = new System.Windows.Forms.ProgressBar();
|
---|
51 | this.btnOk = new System.Windows.Forms.Button();
|
---|
52 | this.btnCancel = new System.Windows.Forms.Button();
|
---|
53 | this.lblCertificateFile = new System.Windows.Forms.Label();
|
---|
54 | this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
|
---|
55 | this.tbBlobContainer = new System.Windows.Forms.TextBox();
|
---|
56 | this.cmbStorageServices = new System.Windows.Forms.ComboBox();
|
---|
57 | this.gbStorageService = new System.Windows.Forms.GroupBox();
|
---|
58 | this.label12 = new System.Windows.Forms.Label();
|
---|
59 | this.cbCreateBlobIfNotExists = new System.Windows.Forms.CheckBox();
|
---|
60 | this.label11 = new System.Windows.Forms.Label();
|
---|
61 | this.label8 = new System.Windows.Forms.Label();
|
---|
62 | this.rbVMSizeMedium = new System.Windows.Forms.RadioButton();
|
---|
63 | this.rbVMSizeSmall = new System.Windows.Forms.RadioButton();
|
---|
64 | this.rbVMSizeLarge = new System.Windows.Forms.RadioButton();
|
---|
65 | this.rbVMSizeExtraLarge = new System.Windows.Forms.RadioButton();
|
---|
66 | this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
---|
67 | this.label15 = new System.Windows.Forms.Label();
|
---|
68 | this.label16 = new System.Windows.Forms.Label();
|
---|
69 | this.label17 = new System.Windows.Forms.Label();
|
---|
70 | this.label18 = new System.Windows.Forms.Label();
|
---|
71 | this.gbDeploymentOptions = new System.Windows.Forms.GroupBox();
|
---|
72 | this.label14 = new System.Windows.Forms.Label();
|
---|
73 | this.label13 = new System.Windows.Forms.Label();
|
---|
74 | this.gbVMSize = new System.Windows.Forms.GroupBox();
|
---|
75 | this.label7 = new System.Windows.Forms.Label();
|
---|
76 | this.instancesNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
---|
77 | this.gbNewHostedService.SuspendLayout();
|
---|
78 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
79 | this.gbStorageService.SuspendLayout();
|
---|
80 | this.gbDeploymentOptions.SuspendLayout();
|
---|
81 | this.gbVMSize.SuspendLayout();
|
---|
82 | ((System.ComponentModel.ISupportInitialize)(this.instancesNumericUpDown)).BeginInit();
|
---|
83 | this.SuspendLayout();
|
---|
84 | //
|
---|
85 | // label1
|
---|
86 | //
|
---|
87 | this.label1.AutoSize = true;
|
---|
88 | this.label1.Location = new System.Drawing.Point(12, 9);
|
---|
89 | this.label1.Name = "label1";
|
---|
90 | this.label1.Size = new System.Drawing.Size(114, 13);
|
---|
91 | this.label1.TabIndex = 0;
|
---|
92 | this.label1.Text = "Choose a subscription:";
|
---|
93 | //
|
---|
94 | // cmbChooseSubscription
|
---|
95 | //
|
---|
96 | this.cmbChooseSubscription.FormattingEnabled = true;
|
---|
97 | this.cmbChooseSubscription.Location = new System.Drawing.Point(154, 6);
|
---|
98 | this.cmbChooseSubscription.Name = "cmbChooseSubscription";
|
---|
99 | this.cmbChooseSubscription.Size = new System.Drawing.Size(347, 21);
|
---|
100 | this.cmbChooseSubscription.TabIndex = 0;
|
---|
101 | this.cmbChooseSubscription.SelectedValueChanged += new System.EventHandler(this.cmbChooseSubscription_SelectedValueChanged);
|
---|
102 | //
|
---|
103 | // label2
|
---|
104 | //
|
---|
105 | this.label2.AutoSize = true;
|
---|
106 | this.label2.Location = new System.Drawing.Point(12, 36);
|
---|
107 | this.label2.Name = "label2";
|
---|
108 | this.label2.Size = new System.Drawing.Size(127, 13);
|
---|
109 | this.label2.TabIndex = 1;
|
---|
110 | this.label2.Text = "Choose a hosted service:";
|
---|
111 | //
|
---|
112 | // cmbChooseHostedService
|
---|
113 | //
|
---|
114 | this.cmbChooseHostedService.FormattingEnabled = true;
|
---|
115 | this.errorProvider.SetIconAlignment(this.cmbChooseHostedService, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
116 | this.cmbChooseHostedService.Location = new System.Drawing.Point(154, 33);
|
---|
117 | this.cmbChooseHostedService.Name = "cmbChooseHostedService";
|
---|
118 | this.cmbChooseHostedService.Size = new System.Drawing.Size(347, 21);
|
---|
119 | this.cmbChooseHostedService.TabIndex = 1;
|
---|
120 | this.cmbChooseHostedService.Validating += new System.ComponentModel.CancelEventHandler(this.cmbChooseHostedService_Validating);
|
---|
121 | //
|
---|
122 | // gbNewHostedService
|
---|
123 | //
|
---|
124 | this.gbNewHostedService.Controls.Add(this.cmbAffinityGroup);
|
---|
125 | this.gbNewHostedService.Controls.Add(this.cmbLocation);
|
---|
126 | this.gbNewHostedService.Controls.Add(this.rbAffinitGroup);
|
---|
127 | this.gbNewHostedService.Controls.Add(this.rbRegion);
|
---|
128 | this.gbNewHostedService.Controls.Add(this.label6);
|
---|
129 | this.gbNewHostedService.Controls.Add(this.label5);
|
---|
130 | this.gbNewHostedService.Controls.Add(this.tbServiceName);
|
---|
131 | this.gbNewHostedService.Controls.Add(this.label4);
|
---|
132 | this.gbNewHostedService.Controls.Add(this.tbLabel);
|
---|
133 | this.gbNewHostedService.Controls.Add(this.label3);
|
---|
134 | this.gbNewHostedService.Location = new System.Drawing.Point(15, 81);
|
---|
135 | this.gbNewHostedService.Name = "gbNewHostedService";
|
---|
136 | this.gbNewHostedService.Size = new System.Drawing.Size(486, 122);
|
---|
137 | this.gbNewHostedService.TabIndex = 3;
|
---|
138 | this.gbNewHostedService.TabStop = false;
|
---|
139 | this.gbNewHostedService.Text = "New hosted service";
|
---|
140 | //
|
---|
141 | // cmbAffinityGroup
|
---|
142 | //
|
---|
143 | this.cmbAffinityGroup.FormattingEnabled = true;
|
---|
144 | this.errorProvider.SetIconAlignment(this.cmbAffinityGroup, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
145 | this.cmbAffinityGroup.Location = new System.Drawing.Point(204, 92);
|
---|
146 | this.cmbAffinityGroup.Name = "cmbAffinityGroup";
|
---|
147 | this.cmbAffinityGroup.Size = new System.Drawing.Size(276, 21);
|
---|
148 | this.cmbAffinityGroup.TabIndex = 9;
|
---|
149 | //
|
---|
150 | // cmbLocation
|
---|
151 | //
|
---|
152 | this.cmbLocation.FormattingEnabled = true;
|
---|
153 | this.errorProvider.SetIconAlignment(this.cmbLocation, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
154 | this.cmbLocation.Location = new System.Drawing.Point(204, 65);
|
---|
155 | this.cmbLocation.Name = "cmbLocation";
|
---|
156 | this.cmbLocation.Size = new System.Drawing.Size(276, 21);
|
---|
157 | this.cmbLocation.TabIndex = 7;
|
---|
158 | //
|
---|
159 | // rbAffinitGroup
|
---|
160 | //
|
---|
161 | this.rbAffinitGroup.AutoSize = true;
|
---|
162 | this.rbAffinitGroup.Location = new System.Drawing.Point(184, 95);
|
---|
163 | this.rbAffinitGroup.Name = "rbAffinitGroup";
|
---|
164 | this.rbAffinitGroup.Size = new System.Drawing.Size(14, 13);
|
---|
165 | this.rbAffinitGroup.TabIndex = 8;
|
---|
166 | this.rbAffinitGroup.UseVisualStyleBackColor = true;
|
---|
167 | //
|
---|
168 | // rbRegion
|
---|
169 | //
|
---|
170 | this.rbRegion.AutoSize = true;
|
---|
171 | this.rbRegion.Checked = true;
|
---|
172 | this.rbRegion.Location = new System.Drawing.Point(184, 68);
|
---|
173 | this.rbRegion.Name = "rbRegion";
|
---|
174 | this.rbRegion.Size = new System.Drawing.Size(14, 13);
|
---|
175 | this.rbRegion.TabIndex = 6;
|
---|
176 | this.rbRegion.TabStop = true;
|
---|
177 | this.rbRegion.UseVisualStyleBackColor = true;
|
---|
178 | //
|
---|
179 | // label6
|
---|
180 | //
|
---|
181 | this.label6.AutoSize = true;
|
---|
182 | this.label6.Location = new System.Drawing.Point(6, 68);
|
---|
183 | this.label6.Name = "label6";
|
---|
184 | this.label6.Size = new System.Drawing.Size(162, 13);
|
---|
185 | this.label6.TabIndex = 5;
|
---|
186 | this.label6.Text = "Choose a region or affinity group:";
|
---|
187 | //
|
---|
188 | // label5
|
---|
189 | //
|
---|
190 | this.label5.AutoSize = true;
|
---|
191 | this.label5.Location = new System.Drawing.Point(408, 42);
|
---|
192 | this.label5.Name = "label5";
|
---|
193 | this.label5.Size = new System.Drawing.Size(72, 13);
|
---|
194 | this.label5.TabIndex = 4;
|
---|
195 | this.label5.Text = ".cloudapp.net";
|
---|
196 | //
|
---|
197 | // tbServiceName
|
---|
198 | //
|
---|
199 | this.errorProvider.SetIconAlignment(this.tbServiceName, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
200 | this.tbServiceName.Location = new System.Drawing.Point(184, 39);
|
---|
201 | this.tbServiceName.Name = "tbServiceName";
|
---|
202 | this.tbServiceName.Size = new System.Drawing.Size(223, 20);
|
---|
203 | this.tbServiceName.TabIndex = 3;
|
---|
204 | this.tbServiceName.Validating += new System.ComponentModel.CancelEventHandler(this.tbServiceName_Validating);
|
---|
205 | //
|
---|
206 | // label4
|
---|
207 | //
|
---|
208 | this.label4.AutoSize = true;
|
---|
209 | this.label4.Location = new System.Drawing.Point(6, 42);
|
---|
210 | this.label4.Name = "label4";
|
---|
211 | this.label4.Size = new System.Drawing.Size(172, 13);
|
---|
212 | this.label4.TabIndex = 2;
|
---|
213 | this.label4.Text = "Enter a URL prefix for your service:";
|
---|
214 | //
|
---|
215 | // tbLabel
|
---|
216 | //
|
---|
217 | this.errorProvider.SetIconAlignment(this.tbLabel, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
218 | this.tbLabel.Location = new System.Drawing.Point(184, 13);
|
---|
219 | this.tbLabel.Name = "tbLabel";
|
---|
220 | this.tbLabel.Size = new System.Drawing.Size(296, 20);
|
---|
221 | this.tbLabel.TabIndex = 1;
|
---|
222 | this.tbLabel.Validating += new System.ComponentModel.CancelEventHandler(this.tbLabel_Validating);
|
---|
223 | //
|
---|
224 | // label3
|
---|
225 | //
|
---|
226 | this.label3.AutoSize = true;
|
---|
227 | this.label3.Location = new System.Drawing.Point(6, 16);
|
---|
228 | this.label3.Name = "label3";
|
---|
229 | this.label3.Size = new System.Drawing.Size(148, 13);
|
---|
230 | this.label3.TabIndex = 0;
|
---|
231 | this.label3.Text = "Enter a name for your service:";
|
---|
232 | //
|
---|
233 | // cbNewHostedService
|
---|
234 | //
|
---|
235 | this.cbNewHostedService.AutoSize = true;
|
---|
236 | this.cbNewHostedService.Location = new System.Drawing.Point(154, 60);
|
---|
237 | this.cbNewHostedService.Name = "cbNewHostedService";
|
---|
238 | this.cbNewHostedService.Size = new System.Drawing.Size(15, 14);
|
---|
239 | this.cbNewHostedService.TabIndex = 2;
|
---|
240 | this.cbNewHostedService.UseVisualStyleBackColor = true;
|
---|
241 | this.cbNewHostedService.CheckedChanged += new System.EventHandler(this.cbNewHostedService_CheckedChanged);
|
---|
242 | //
|
---|
243 | // rbDeployToProduction
|
---|
244 | //
|
---|
245 | this.rbDeployToProduction.AutoSize = true;
|
---|
246 | this.rbDeployToProduction.Location = new System.Drawing.Point(189, 38);
|
---|
247 | this.rbDeployToProduction.Name = "rbDeployToProduction";
|
---|
248 | this.rbDeployToProduction.Size = new System.Drawing.Size(14, 13);
|
---|
249 | this.rbDeployToProduction.TabIndex = 1;
|
---|
250 | this.rbDeployToProduction.TabStop = true;
|
---|
251 | this.rbDeployToProduction.UseVisualStyleBackColor = true;
|
---|
252 | //
|
---|
253 | // rbDeployToStaging
|
---|
254 | //
|
---|
255 | this.rbDeployToStaging.AutoSize = true;
|
---|
256 | this.rbDeployToStaging.Checked = true;
|
---|
257 | this.rbDeployToStaging.Location = new System.Drawing.Point(189, 19);
|
---|
258 | this.rbDeployToStaging.Name = "rbDeployToStaging";
|
---|
259 | this.rbDeployToStaging.Size = new System.Drawing.Size(14, 13);
|
---|
260 | this.rbDeployToStaging.TabIndex = 0;
|
---|
261 | this.rbDeployToStaging.TabStop = true;
|
---|
262 | this.rbDeployToStaging.UseVisualStyleBackColor = true;
|
---|
263 | //
|
---|
264 | // btnAddCertificate
|
---|
265 | //
|
---|
266 | this.btnAddCertificate.Location = new System.Drawing.Point(15, 471);
|
---|
267 | this.btnAddCertificate.Name = "btnAddCertificate";
|
---|
268 | this.btnAddCertificate.Size = new System.Drawing.Size(99, 23);
|
---|
269 | this.btnAddCertificate.TabIndex = 7;
|
---|
270 | this.btnAddCertificate.Text = "Add certificate";
|
---|
271 | this.btnAddCertificate.UseVisualStyleBackColor = true;
|
---|
272 | this.btnAddCertificate.Click += new System.EventHandler(this.btnAddCertificate_Click);
|
---|
273 | //
|
---|
274 | // label9
|
---|
275 | //
|
---|
276 | this.label9.AutoSize = true;
|
---|
277 | this.label9.Location = new System.Drawing.Point(12, 497);
|
---|
278 | this.label9.Name = "label9";
|
---|
279 | this.label9.Size = new System.Drawing.Size(186, 13);
|
---|
280 | this.label9.TabIndex = 9;
|
---|
281 | this.label9.Text = "How many instances should be used?";
|
---|
282 | //
|
---|
283 | // lblCores
|
---|
284 | //
|
---|
285 | this.lblCores.AutoSize = true;
|
---|
286 | this.lblCores.Location = new System.Drawing.Point(473, 497);
|
---|
287 | this.lblCores.Name = "lblCores";
|
---|
288 | this.lblCores.Size = new System.Drawing.Size(30, 13);
|
---|
289 | this.lblCores.TabIndex = 11;
|
---|
290 | this.lblCores.Text = "0 / 0";
|
---|
291 | //
|
---|
292 | // label10
|
---|
293 | //
|
---|
294 | this.label10.AutoSize = true;
|
---|
295 | this.label10.Location = new System.Drawing.Point(436, 496);
|
---|
296 | this.label10.Name = "label10";
|
---|
297 | this.label10.Size = new System.Drawing.Size(40, 13);
|
---|
298 | this.label10.TabIndex = 10;
|
---|
299 | this.label10.Text = "Cores: ";
|
---|
300 | //
|
---|
301 | // progressBar
|
---|
302 | //
|
---|
303 | this.progressBar.Location = new System.Drawing.Point(15, 519);
|
---|
304 | this.progressBar.MarqueeAnimationSpeed = 10;
|
---|
305 | this.progressBar.Name = "progressBar";
|
---|
306 | this.progressBar.Size = new System.Drawing.Size(326, 23);
|
---|
307 | this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
|
---|
308 | this.progressBar.TabIndex = 16;
|
---|
309 | //
|
---|
310 | // btnOk
|
---|
311 | //
|
---|
312 | this.btnOk.Location = new System.Drawing.Point(347, 519);
|
---|
313 | this.btnOk.Name = "btnOk";
|
---|
314 | this.btnOk.Size = new System.Drawing.Size(75, 23);
|
---|
315 | this.btnOk.TabIndex = 13;
|
---|
316 | this.btnOk.Text = "OK";
|
---|
317 | this.btnOk.UseVisualStyleBackColor = true;
|
---|
318 | this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
|
---|
319 | //
|
---|
320 | // btnCancel
|
---|
321 | //
|
---|
322 | this.btnCancel.Location = new System.Drawing.Point(428, 519);
|
---|
323 | this.btnCancel.Name = "btnCancel";
|
---|
324 | this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
---|
325 | this.btnCancel.TabIndex = 14;
|
---|
326 | this.btnCancel.Text = "Cancel";
|
---|
327 | this.btnCancel.UseVisualStyleBackColor = true;
|
---|
328 | this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
---|
329 | //
|
---|
330 | // lblCertificateFile
|
---|
331 | //
|
---|
332 | this.lblCertificateFile.AutoSize = true;
|
---|
333 | this.lblCertificateFile.Location = new System.Drawing.Point(120, 476);
|
---|
334 | this.lblCertificateFile.Name = "lblCertificateFile";
|
---|
335 | this.lblCertificateFile.Size = new System.Drawing.Size(0, 13);
|
---|
336 | this.lblCertificateFile.TabIndex = 8;
|
---|
337 | //
|
---|
338 | // errorProvider
|
---|
339 | //
|
---|
340 | this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
|
---|
341 | this.errorProvider.ContainerControl = this;
|
---|
342 | //
|
---|
343 | // tbBlobContainer
|
---|
344 | //
|
---|
345 | this.errorProvider.SetIconAlignment(this.tbBlobContainer, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
346 | this.tbBlobContainer.Location = new System.Drawing.Point(184, 40);
|
---|
347 | this.tbBlobContainer.Name = "tbBlobContainer";
|
---|
348 | this.tbBlobContainer.Size = new System.Drawing.Size(296, 20);
|
---|
349 | this.tbBlobContainer.TabIndex = 3;
|
---|
350 | this.tbBlobContainer.Validating += new System.ComponentModel.CancelEventHandler(this.tbBlobContainer_Validating);
|
---|
351 | //
|
---|
352 | // cmbStorageServices
|
---|
353 | //
|
---|
354 | this.cmbStorageServices.FormattingEnabled = true;
|
---|
355 | this.errorProvider.SetIconAlignment(this.cmbStorageServices, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
356 | this.cmbStorageServices.Location = new System.Drawing.Point(184, 13);
|
---|
357 | this.cmbStorageServices.Name = "cmbStorageServices";
|
---|
358 | this.cmbStorageServices.Size = new System.Drawing.Size(296, 21);
|
---|
359 | this.cmbStorageServices.TabIndex = 1;
|
---|
360 | this.cmbStorageServices.Validating += new System.ComponentModel.CancelEventHandler(this.cmbStorageServices_Validating);
|
---|
361 | //
|
---|
362 | // gbStorageService
|
---|
363 | //
|
---|
364 | this.gbStorageService.Controls.Add(this.label12);
|
---|
365 | this.gbStorageService.Controls.Add(this.cbCreateBlobIfNotExists);
|
---|
366 | this.gbStorageService.Controls.Add(this.tbBlobContainer);
|
---|
367 | this.gbStorageService.Controls.Add(this.label11);
|
---|
368 | this.gbStorageService.Controls.Add(this.cmbStorageServices);
|
---|
369 | this.gbStorageService.Controls.Add(this.label8);
|
---|
370 | this.gbStorageService.Location = new System.Drawing.Point(15, 209);
|
---|
371 | this.gbStorageService.Name = "gbStorageService";
|
---|
372 | this.gbStorageService.Size = new System.Drawing.Size(486, 88);
|
---|
373 | this.gbStorageService.TabIndex = 4;
|
---|
374 | this.gbStorageService.TabStop = false;
|
---|
375 | this.gbStorageService.Text = "Set storage service";
|
---|
376 | //
|
---|
377 | // label12
|
---|
378 | //
|
---|
379 | this.label12.AutoSize = true;
|
---|
380 | this.label12.Location = new System.Drawing.Point(6, 66);
|
---|
381 | this.label12.Name = "label12";
|
---|
382 | this.label12.Size = new System.Drawing.Size(166, 13);
|
---|
383 | this.label12.TabIndex = 5;
|
---|
384 | this.label12.Text = "Create blob container if not exists:";
|
---|
385 | //
|
---|
386 | // cbCreateBlobIfNotExists
|
---|
387 | //
|
---|
388 | this.cbCreateBlobIfNotExists.AutoSize = true;
|
---|
389 | this.cbCreateBlobIfNotExists.Checked = true;
|
---|
390 | this.cbCreateBlobIfNotExists.CheckState = System.Windows.Forms.CheckState.Checked;
|
---|
391 | this.cbCreateBlobIfNotExists.Location = new System.Drawing.Point(184, 66);
|
---|
392 | this.cbCreateBlobIfNotExists.Name = "cbCreateBlobIfNotExists";
|
---|
393 | this.cbCreateBlobIfNotExists.Size = new System.Drawing.Size(15, 14);
|
---|
394 | this.cbCreateBlobIfNotExists.TabIndex = 4;
|
---|
395 | this.cbCreateBlobIfNotExists.UseVisualStyleBackColor = true;
|
---|
396 | //
|
---|
397 | // label11
|
---|
398 | //
|
---|
399 | this.label11.AutoSize = true;
|
---|
400 | this.label11.Location = new System.Drawing.Point(6, 43);
|
---|
401 | this.label11.Name = "label11";
|
---|
402 | this.label11.Size = new System.Drawing.Size(96, 13);
|
---|
403 | this.label11.TabIndex = 2;
|
---|
404 | this.label11.Text = "Set blob container:";
|
---|
405 | //
|
---|
406 | // label8
|
---|
407 | //
|
---|
408 | this.label8.AutoSize = true;
|
---|
409 | this.label8.Location = new System.Drawing.Point(6, 16);
|
---|
410 | this.label8.Name = "label8";
|
---|
411 | this.label8.Size = new System.Drawing.Size(120, 13);
|
---|
412 | this.label8.TabIndex = 0;
|
---|
413 | this.label8.Text = "Select storage account:";
|
---|
414 | //
|
---|
415 | // rbVMSizeMedium
|
---|
416 | //
|
---|
417 | this.rbVMSizeMedium.AutoSize = true;
|
---|
418 | this.rbVMSizeMedium.Location = new System.Drawing.Point(76, 38);
|
---|
419 | this.rbVMSizeMedium.Name = "rbVMSizeMedium";
|
---|
420 | this.rbVMSizeMedium.Size = new System.Drawing.Size(14, 13);
|
---|
421 | this.rbVMSizeMedium.TabIndex = 1;
|
---|
422 | this.rbVMSizeMedium.TabStop = true;
|
---|
423 | this.rbVMSizeMedium.UseVisualStyleBackColor = true;
|
---|
424 | //
|
---|
425 | // rbVMSizeSmall
|
---|
426 | //
|
---|
427 | this.rbVMSizeSmall.AutoSize = true;
|
---|
428 | this.rbVMSizeSmall.Checked = true;
|
---|
429 | this.rbVMSizeSmall.Location = new System.Drawing.Point(76, 19);
|
---|
430 | this.rbVMSizeSmall.Name = "rbVMSizeSmall";
|
---|
431 | this.rbVMSizeSmall.Size = new System.Drawing.Size(14, 13);
|
---|
432 | this.rbVMSizeSmall.TabIndex = 0;
|
---|
433 | this.rbVMSizeSmall.TabStop = true;
|
---|
434 | this.rbVMSizeSmall.UseVisualStyleBackColor = true;
|
---|
435 | //
|
---|
436 | // rbVMSizeLarge
|
---|
437 | //
|
---|
438 | this.rbVMSizeLarge.AutoSize = true;
|
---|
439 | this.rbVMSizeLarge.Location = new System.Drawing.Point(76, 57);
|
---|
440 | this.rbVMSizeLarge.Name = "rbVMSizeLarge";
|
---|
441 | this.rbVMSizeLarge.Size = new System.Drawing.Size(14, 13);
|
---|
442 | this.rbVMSizeLarge.TabIndex = 2;
|
---|
443 | this.rbVMSizeLarge.TabStop = true;
|
---|
444 | this.rbVMSizeLarge.UseVisualStyleBackColor = true;
|
---|
445 | //
|
---|
446 | // rbVMSizeExtraLarge
|
---|
447 | //
|
---|
448 | this.rbVMSizeExtraLarge.AutoSize = true;
|
---|
449 | this.rbVMSizeExtraLarge.Location = new System.Drawing.Point(76, 76);
|
---|
450 | this.rbVMSizeExtraLarge.Name = "rbVMSizeExtraLarge";
|
---|
451 | this.rbVMSizeExtraLarge.Size = new System.Drawing.Size(14, 13);
|
---|
452 | this.rbVMSizeExtraLarge.TabIndex = 3;
|
---|
453 | this.rbVMSizeExtraLarge.TabStop = true;
|
---|
454 | this.rbVMSizeExtraLarge.UseVisualStyleBackColor = true;
|
---|
455 | //
|
---|
456 | // label15
|
---|
457 | //
|
---|
458 | this.label15.AutoSize = true;
|
---|
459 | this.label15.Location = new System.Drawing.Point(9, 19);
|
---|
460 | this.label15.Name = "label15";
|
---|
461 | this.label15.Size = new System.Drawing.Size(32, 13);
|
---|
462 | this.label15.TabIndex = 4;
|
---|
463 | this.label15.Text = "Small";
|
---|
464 | this.toolTip.SetToolTip(this.label15, "1 CPU Core; 1.75 GB Memory; $0.12");
|
---|
465 | //
|
---|
466 | // label16
|
---|
467 | //
|
---|
468 | this.label16.AutoSize = true;
|
---|
469 | this.label16.Location = new System.Drawing.Point(9, 38);
|
---|
470 | this.label16.Name = "label16";
|
---|
471 | this.label16.Size = new System.Drawing.Size(44, 13);
|
---|
472 | this.label16.TabIndex = 5;
|
---|
473 | this.label16.Text = "Medium";
|
---|
474 | this.toolTip.SetToolTip(this.label16, "1 CPU Core; 1.75 GB Memory; $0.12");
|
---|
475 | //
|
---|
476 | // label17
|
---|
477 | //
|
---|
478 | this.label17.AutoSize = true;
|
---|
479 | this.label17.Location = new System.Drawing.Point(9, 57);
|
---|
480 | this.label17.Name = "label17";
|
---|
481 | this.label17.Size = new System.Drawing.Size(34, 13);
|
---|
482 | this.label17.TabIndex = 6;
|
---|
483 | this.label17.Text = "Large";
|
---|
484 | this.toolTip.SetToolTip(this.label17, "4 CPU Cores; 7 GB Memory; $0.48");
|
---|
485 | //
|
---|
486 | // label18
|
---|
487 | //
|
---|
488 | this.label18.AutoSize = true;
|
---|
489 | this.label18.Location = new System.Drawing.Point(9, 76);
|
---|
490 | this.label18.Name = "label18";
|
---|
491 | this.label18.Size = new System.Drawing.Size(61, 13);
|
---|
492 | this.label18.TabIndex = 7;
|
---|
493 | this.label18.Text = "Extra Large";
|
---|
494 | this.toolTip.SetToolTip(this.label18, "8 CPU Cores; 14 GB Memory; $0.96");
|
---|
495 | //
|
---|
496 | // gbDeploymentOptions
|
---|
497 | //
|
---|
498 | this.gbDeploymentOptions.Controls.Add(this.rbDeployToProduction);
|
---|
499 | this.gbDeploymentOptions.Controls.Add(this.rbDeployToStaging);
|
---|
500 | this.gbDeploymentOptions.Controls.Add(this.label14);
|
---|
501 | this.gbDeploymentOptions.Controls.Add(this.label13);
|
---|
502 | this.gbDeploymentOptions.Location = new System.Drawing.Point(15, 302);
|
---|
503 | this.gbDeploymentOptions.Name = "gbDeploymentOptions";
|
---|
504 | this.gbDeploymentOptions.Size = new System.Drawing.Size(486, 58);
|
---|
505 | this.gbDeploymentOptions.TabIndex = 5;
|
---|
506 | this.gbDeploymentOptions.TabStop = false;
|
---|
507 | this.gbDeploymentOptions.Text = "Deployment options";
|
---|
508 | //
|
---|
509 | // label14
|
---|
510 | //
|
---|
511 | this.label14.AutoSize = true;
|
---|
512 | this.label14.Location = new System.Drawing.Point(9, 38);
|
---|
513 | this.label14.Name = "label14";
|
---|
514 | this.label14.Size = new System.Drawing.Size(174, 13);
|
---|
515 | this.label14.TabIndex = 3;
|
---|
516 | this.label14.Text = "Deyploy to production environment:";
|
---|
517 | //
|
---|
518 | // label13
|
---|
519 | //
|
---|
520 | this.label13.AutoSize = true;
|
---|
521 | this.label13.Location = new System.Drawing.Point(9, 19);
|
---|
522 | this.label13.Name = "label13";
|
---|
523 | this.label13.Size = new System.Drawing.Size(153, 13);
|
---|
524 | this.label13.TabIndex = 2;
|
---|
525 | this.label13.Text = "Deploy to staging environment:";
|
---|
526 | //
|
---|
527 | // gbVMSize
|
---|
528 | //
|
---|
529 | this.gbVMSize.Controls.Add(this.label18);
|
---|
530 | this.gbVMSize.Controls.Add(this.label17);
|
---|
531 | this.gbVMSize.Controls.Add(this.label16);
|
---|
532 | this.gbVMSize.Controls.Add(this.label15);
|
---|
533 | this.gbVMSize.Controls.Add(this.rbVMSizeExtraLarge);
|
---|
534 | this.gbVMSize.Controls.Add(this.rbVMSizeSmall);
|
---|
535 | this.gbVMSize.Controls.Add(this.rbVMSizeLarge);
|
---|
536 | this.gbVMSize.Controls.Add(this.rbVMSizeMedium);
|
---|
537 | this.gbVMSize.Location = new System.Drawing.Point(15, 364);
|
---|
538 | this.gbVMSize.Name = "gbVMSize";
|
---|
539 | this.gbVMSize.Size = new System.Drawing.Size(486, 101);
|
---|
540 | this.gbVMSize.TabIndex = 6;
|
---|
541 | this.gbVMSize.TabStop = false;
|
---|
542 | this.gbVMSize.Text = "Virtual machine size";
|
---|
543 | //
|
---|
544 | // label7
|
---|
545 | //
|
---|
546 | this.label7.AutoSize = true;
|
---|
547 | this.label7.Location = new System.Drawing.Point(12, 60);
|
---|
548 | this.label7.Name = "label7";
|
---|
549 | this.label7.Size = new System.Drawing.Size(136, 13);
|
---|
550 | this.label7.TabIndex = 17;
|
---|
551 | this.label7.Text = "Create new hosted service:";
|
---|
552 | //
|
---|
553 | // instancesNumericUpDown
|
---|
554 | //
|
---|
555 | this.instancesNumericUpDown.Location = new System.Drawing.Point(204, 494);
|
---|
556 | this.instancesNumericUpDown.Minimum = new decimal(new int[] {
|
---|
557 | 1,
|
---|
558 | 0,
|
---|
559 | 0,
|
---|
560 | 0});
|
---|
561 | this.instancesNumericUpDown.Name = "instancesNumericUpDown";
|
---|
562 | this.instancesNumericUpDown.Size = new System.Drawing.Size(230, 20);
|
---|
563 | this.instancesNumericUpDown.TabIndex = 18;
|
---|
564 | this.instancesNumericUpDown.Value = new decimal(new int[] {
|
---|
565 | 1,
|
---|
566 | 0,
|
---|
567 | 0,
|
---|
568 | 0});
|
---|
569 | //
|
---|
570 | // AddAzureServiceDialog
|
---|
571 | //
|
---|
572 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
573 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
574 | this.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange;
|
---|
575 | this.ClientSize = new System.Drawing.Size(516, 552);
|
---|
576 | this.Controls.Add(this.instancesNumericUpDown);
|
---|
577 | this.Controls.Add(this.label7);
|
---|
578 | this.Controls.Add(this.gbVMSize);
|
---|
579 | this.Controls.Add(this.gbDeploymentOptions);
|
---|
580 | this.Controls.Add(this.gbStorageService);
|
---|
581 | this.Controls.Add(this.lblCertificateFile);
|
---|
582 | this.Controls.Add(this.lblCores);
|
---|
583 | this.Controls.Add(this.btnCancel);
|
---|
584 | this.Controls.Add(this.btnOk);
|
---|
585 | this.Controls.Add(this.progressBar);
|
---|
586 | this.Controls.Add(this.label10);
|
---|
587 | this.Controls.Add(this.label9);
|
---|
588 | this.Controls.Add(this.btnAddCertificate);
|
---|
589 | this.Controls.Add(this.cbNewHostedService);
|
---|
590 | this.Controls.Add(this.gbNewHostedService);
|
---|
591 | this.Controls.Add(this.cmbChooseHostedService);
|
---|
592 | this.Controls.Add(this.label2);
|
---|
593 | this.Controls.Add(this.cmbChooseSubscription);
|
---|
594 | this.Controls.Add(this.label1);
|
---|
595 | this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
---|
596 | this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
---|
597 | this.MaximizeBox = false;
|
---|
598 | this.MinimizeBox = false;
|
---|
599 | this.Name = "AddAzureServiceDialog";
|
---|
600 | this.Text = "Create New Azure Slave";
|
---|
601 | this.gbNewHostedService.ResumeLayout(false);
|
---|
602 | this.gbNewHostedService.PerformLayout();
|
---|
603 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
604 | this.gbStorageService.ResumeLayout(false);
|
---|
605 | this.gbStorageService.PerformLayout();
|
---|
606 | this.gbDeploymentOptions.ResumeLayout(false);
|
---|
607 | this.gbDeploymentOptions.PerformLayout();
|
---|
608 | this.gbVMSize.ResumeLayout(false);
|
---|
609 | this.gbVMSize.PerformLayout();
|
---|
610 | ((System.ComponentModel.ISupportInitialize)(this.instancesNumericUpDown)).EndInit();
|
---|
611 | this.ResumeLayout(false);
|
---|
612 | this.PerformLayout();
|
---|
613 |
|
---|
614 | }
|
---|
615 |
|
---|
616 | #endregion
|
---|
617 |
|
---|
618 | private System.Windows.Forms.Label label1;
|
---|
619 | private System.Windows.Forms.ComboBox cmbChooseSubscription;
|
---|
620 | private System.Windows.Forms.Label label2;
|
---|
621 | private System.Windows.Forms.ComboBox cmbChooseHostedService;
|
---|
622 | private System.Windows.Forms.GroupBox gbNewHostedService;
|
---|
623 | private System.Windows.Forms.ComboBox cmbAffinityGroup;
|
---|
624 | private System.Windows.Forms.ComboBox cmbLocation;
|
---|
625 | private System.Windows.Forms.RadioButton rbAffinitGroup;
|
---|
626 | private System.Windows.Forms.RadioButton rbRegion;
|
---|
627 | private System.Windows.Forms.Label label6;
|
---|
628 | private System.Windows.Forms.Label label5;
|
---|
629 | private System.Windows.Forms.TextBox tbServiceName;
|
---|
630 | private System.Windows.Forms.Label label4;
|
---|
631 | private System.Windows.Forms.TextBox tbLabel;
|
---|
632 | private System.Windows.Forms.Label label3;
|
---|
633 | private System.Windows.Forms.CheckBox cbNewHostedService;
|
---|
634 | private System.Windows.Forms.RadioButton rbDeployToProduction;
|
---|
635 | private System.Windows.Forms.RadioButton rbDeployToStaging;
|
---|
636 | private System.Windows.Forms.Button btnAddCertificate;
|
---|
637 | private System.Windows.Forms.Label label9;
|
---|
638 | private System.Windows.Forms.Label lblCores;
|
---|
639 | private System.Windows.Forms.Label label10;
|
---|
640 | private System.Windows.Forms.ProgressBar progressBar;
|
---|
641 | private System.Windows.Forms.Button btnOk;
|
---|
642 | private System.Windows.Forms.Button btnCancel;
|
---|
643 | private System.Windows.Forms.Label lblCertificateFile;
|
---|
644 | private System.Windows.Forms.ErrorProvider errorProvider;
|
---|
645 | private System.Windows.Forms.RadioButton rbVMSizeExtraLarge;
|
---|
646 | private System.Windows.Forms.RadioButton rbVMSizeLarge;
|
---|
647 | private System.Windows.Forms.RadioButton rbVMSizeMedium;
|
---|
648 | private System.Windows.Forms.RadioButton rbVMSizeSmall;
|
---|
649 | private System.Windows.Forms.GroupBox gbStorageService;
|
---|
650 | private System.Windows.Forms.CheckBox cbCreateBlobIfNotExists;
|
---|
651 | private System.Windows.Forms.TextBox tbBlobContainer;
|
---|
652 | private System.Windows.Forms.Label label11;
|
---|
653 | private System.Windows.Forms.ComboBox cmbStorageServices;
|
---|
654 | private System.Windows.Forms.Label label8;
|
---|
655 | private System.Windows.Forms.ToolTip toolTip;
|
---|
656 | private System.Windows.Forms.GroupBox gbVMSize;
|
---|
657 | private System.Windows.Forms.GroupBox gbDeploymentOptions;
|
---|
658 | private System.Windows.Forms.Label label7;
|
---|
659 | private System.Windows.Forms.Label label12;
|
---|
660 | private System.Windows.Forms.Label label18;
|
---|
661 | private System.Windows.Forms.Label label17;
|
---|
662 | private System.Windows.Forms.Label label16;
|
---|
663 | private System.Windows.Forms.Label label15;
|
---|
664 | private System.Windows.Forms.Label label14;
|
---|
665 | private System.Windows.Forms.Label label13;
|
---|
666 | private System.Windows.Forms.NumericUpDown instancesNumericUpDown;
|
---|
667 | }
|
---|
668 | } |
---|