Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Views/AddAzureServiceDialog.Designer.cs @ 7709

Last change on this file since 7709 was 7709, checked in by spimming, 12 years ago

#1680:

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