Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1680:

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