namespace HeuristicLab.Clients.Hive.CloudManager.Views { partial class AddAzureServiceDialog { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddAzureServiceDialog)); this.label1 = new System.Windows.Forms.Label(); this.cmbChooseSubscription = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.cmbChooseHostedService = new System.Windows.Forms.ComboBox(); this.gbNewHostedService = new System.Windows.Forms.GroupBox(); this.cmbAffinityGroup = new System.Windows.Forms.ComboBox(); this.cmbLocation = new System.Windows.Forms.ComboBox(); this.rbAffinitGroup = new System.Windows.Forms.RadioButton(); this.rbRegion = new System.Windows.Forms.RadioButton(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.tbServiceName = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.tbLabel = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.cbNewHostedService = new System.Windows.Forms.CheckBox(); this.rbDeployToProduction = new System.Windows.Forms.RadioButton(); this.rbDeployToStaging = new System.Windows.Forms.RadioButton(); this.btnAddCertificate = new System.Windows.Forms.Button(); this.label9 = new System.Windows.Forms.Label(); this.tbInstanceCount = new System.Windows.Forms.TextBox(); this.lblCores = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.progressBar = new System.Windows.Forms.ProgressBar(); this.btnOk = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.lblCertificateFile = new System.Windows.Forms.Label(); this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); this.gbStorageService = new System.Windows.Forms.GroupBox(); this.cbCreateBlobIfNotExists = new System.Windows.Forms.CheckBox(); this.tbBlobContainer = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.cmbStorageServices = new System.Windows.Forms.ComboBox(); this.label8 = new System.Windows.Forms.Label(); this.rbVMSizeMedium = new System.Windows.Forms.RadioButton(); this.rbVMSizeSmall = new System.Windows.Forms.RadioButton(); this.rbVMSizeLarge = new System.Windows.Forms.RadioButton(); this.rbVMSizeExtraLarge = new System.Windows.Forms.RadioButton(); this.toolTip = new System.Windows.Forms.ToolTip(this.components); this.gbDeploymentOptions = new System.Windows.Forms.GroupBox(); this.gbVMSize = new System.Windows.Forms.GroupBox(); this.gbNewHostedService.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); this.gbStorageService.SuspendLayout(); this.gbDeploymentOptions.SuspendLayout(); this.gbVMSize.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(111, 13); this.label1.TabIndex = 0; this.label1.Text = "Choose a subscription"; // // cmbChooseSubscription // this.cmbChooseSubscription.FormattingEnabled = true; this.cmbChooseSubscription.Location = new System.Drawing.Point(15, 25); this.cmbChooseSubscription.Name = "cmbChooseSubscription"; this.cmbChooseSubscription.Size = new System.Drawing.Size(486, 21); this.cmbChooseSubscription.TabIndex = 0; this.cmbChooseSubscription.SelectedValueChanged += new System.EventHandler(this.cmbChooseSubscription_SelectedValueChanged); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 49); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(124, 13); this.label2.TabIndex = 1; this.label2.Text = "Choose a hosted service"; // // cmbChooseHostedService // this.cmbChooseHostedService.FormattingEnabled = true; this.cmbChooseHostedService.Location = new System.Drawing.Point(15, 65); this.cmbChooseHostedService.Name = "cmbChooseHostedService"; this.cmbChooseHostedService.Size = new System.Drawing.Size(486, 21); this.cmbChooseHostedService.TabIndex = 1; this.cmbChooseHostedService.Validating += new System.ComponentModel.CancelEventHandler(this.cmbChooseHostedService_Validating); // // gbNewHostedService // this.gbNewHostedService.Controls.Add(this.cmbAffinityGroup); this.gbNewHostedService.Controls.Add(this.cmbLocation); this.gbNewHostedService.Controls.Add(this.rbAffinitGroup); this.gbNewHostedService.Controls.Add(this.rbRegion); this.gbNewHostedService.Controls.Add(this.label6); this.gbNewHostedService.Controls.Add(this.label5); this.gbNewHostedService.Controls.Add(this.tbServiceName); this.gbNewHostedService.Controls.Add(this.label4); this.gbNewHostedService.Controls.Add(this.tbLabel); this.gbNewHostedService.Controls.Add(this.label3); this.gbNewHostedService.Location = new System.Drawing.Point(15, 115); this.gbNewHostedService.Name = "gbNewHostedService"; this.gbNewHostedService.Size = new System.Drawing.Size(486, 145); this.gbNewHostedService.TabIndex = 3; this.gbNewHostedService.TabStop = false; this.gbNewHostedService.Text = "New hosted service"; // // cmbAffinityGroup // this.cmbAffinityGroup.FormattingEnabled = true; this.cmbAffinityGroup.Location = new System.Drawing.Point(267, 110); this.cmbAffinityGroup.Name = "cmbAffinityGroup"; this.cmbAffinityGroup.Size = new System.Drawing.Size(194, 21); this.cmbAffinityGroup.TabIndex = 9; // // cmbLocation // this.cmbLocation.FormattingEnabled = true; this.cmbLocation.Location = new System.Drawing.Point(29, 110); this.cmbLocation.Name = "cmbLocation"; this.cmbLocation.Size = new System.Drawing.Size(200, 21); this.cmbLocation.TabIndex = 7; // // rbAffinitGroup // this.rbAffinitGroup.AutoSize = true; this.rbAffinitGroup.Location = new System.Drawing.Point(247, 113); this.rbAffinitGroup.Name = "rbAffinitGroup"; this.rbAffinitGroup.Size = new System.Drawing.Size(14, 13); this.rbAffinitGroup.TabIndex = 8; this.rbAffinitGroup.UseVisualStyleBackColor = true; // // rbRegion // this.rbRegion.AutoSize = true; this.rbRegion.Checked = true; this.rbRegion.Location = new System.Drawing.Point(9, 113); this.rbRegion.Name = "rbRegion"; this.rbRegion.Size = new System.Drawing.Size(14, 13); this.rbRegion.TabIndex = 6; this.rbRegion.TabStop = true; this.rbRegion.UseVisualStyleBackColor = true; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(6, 94); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(159, 13); this.label6.TabIndex = 5; this.label6.Text = "Choose a region or affinity group"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(389, 74); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(72, 13); this.label5.TabIndex = 4; this.label5.Text = ".cloudapp.net"; // // tbServiceName // this.tbServiceName.Location = new System.Drawing.Point(9, 71); this.tbServiceName.Name = "tbServiceName"; this.tbServiceName.Size = new System.Drawing.Size(377, 20); this.tbServiceName.TabIndex = 3; this.tbServiceName.Validating += new System.ComponentModel.CancelEventHandler(this.tbServiceName_Validating); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(6, 55); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(169, 13); this.label4.TabIndex = 2; this.label4.Text = "Enter a URL prefix for your service"; // // tbLabel // this.tbLabel.Location = new System.Drawing.Point(9, 32); this.tbLabel.Name = "tbLabel"; this.tbLabel.Size = new System.Drawing.Size(453, 20); this.tbLabel.TabIndex = 1; this.tbLabel.Validating += new System.ComponentModel.CancelEventHandler(this.tbLabel_Validating); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(6, 16); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(145, 13); this.label3.TabIndex = 0; this.label3.Text = "Enter a name for your service"; // // cbNewHostedService // this.cbNewHostedService.AutoSize = true; this.cbNewHostedService.Location = new System.Drawing.Point(15, 92); this.cbNewHostedService.Name = "cbNewHostedService"; this.cbNewHostedService.Size = new System.Drawing.Size(152, 17); this.cbNewHostedService.TabIndex = 2; this.cbNewHostedService.Text = "Create new hosted service"; this.cbNewHostedService.UseVisualStyleBackColor = true; this.cbNewHostedService.CheckedChanged += new System.EventHandler(this.cbNewHostedService_CheckedChanged); // // rbDeployToProduction // this.rbDeployToProduction.AutoSize = true; this.rbDeployToProduction.Location = new System.Drawing.Point(9, 42); this.rbDeployToProduction.Name = "rbDeployToProduction"; this.rbDeployToProduction.Size = new System.Drawing.Size(189, 17); this.rbDeployToProduction.TabIndex = 1; this.rbDeployToProduction.TabStop = true; this.rbDeployToProduction.Text = "Deyploy to production environment"; this.rbDeployToProduction.UseVisualStyleBackColor = true; // // rbDeployToStaging // this.rbDeployToStaging.AutoSize = true; this.rbDeployToStaging.Checked = true; this.rbDeployToStaging.Location = new System.Drawing.Point(9, 19); this.rbDeployToStaging.Name = "rbDeployToStaging"; this.rbDeployToStaging.Size = new System.Drawing.Size(168, 17); this.rbDeployToStaging.TabIndex = 0; this.rbDeployToStaging.TabStop = true; this.rbDeployToStaging.Text = "Deploy to staging environment"; this.rbDeployToStaging.UseVisualStyleBackColor = true; // // btnAddCertificate // this.btnAddCertificate.Location = new System.Drawing.Point(15, 600); this.btnAddCertificate.Name = "btnAddCertificate"; this.btnAddCertificate.Size = new System.Drawing.Size(99, 23); this.btnAddCertificate.TabIndex = 7; this.btnAddCertificate.Text = "Add certificate"; this.btnAddCertificate.UseVisualStyleBackColor = true; this.btnAddCertificate.Click += new System.EventHandler(this.btnAddCertificate_Click); // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(12, 626); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(186, 13); this.label9.TabIndex = 9; this.label9.Text = "How many instances should be used?"; // // tbInstanceCount // this.tbInstanceCount.Location = new System.Drawing.Point(15, 642); this.tbInstanceCount.Name = "tbInstanceCount"; this.tbInstanceCount.Size = new System.Drawing.Size(488, 20); this.tbInstanceCount.TabIndex = 12; this.tbInstanceCount.Validating += new System.ComponentModel.CancelEventHandler(this.tbInstanceCount_Validating); // // lblCores // this.lblCores.AutoSize = true; this.lblCores.Location = new System.Drawing.Point(471, 625); this.lblCores.Name = "lblCores"; this.lblCores.Size = new System.Drawing.Size(30, 13); this.lblCores.TabIndex = 11; this.lblCores.Text = "0 / 0"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(436, 625); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(40, 13); this.label10.TabIndex = 10; this.label10.Text = "Cores: "; // // progressBar // this.progressBar.Location = new System.Drawing.Point(15, 668); this.progressBar.MarqueeAnimationSpeed = 10; this.progressBar.Name = "progressBar"; this.progressBar.Size = new System.Drawing.Size(326, 23); this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Marquee; this.progressBar.TabIndex = 16; // // btnOk // this.btnOk.Location = new System.Drawing.Point(347, 668); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(75, 23); this.btnOk.TabIndex = 13; this.btnOk.Text = "OK"; this.btnOk.UseVisualStyleBackColor = true; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(428, 668); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 14; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // lblCertificateFile // this.lblCertificateFile.AutoSize = true; this.lblCertificateFile.Location = new System.Drawing.Point(120, 605); this.lblCertificateFile.Name = "lblCertificateFile"; this.lblCertificateFile.Size = new System.Drawing.Size(0, 13); this.lblCertificateFile.TabIndex = 8; // // errorProvider // this.errorProvider.ContainerControl = this; // // gbStorageService // this.gbStorageService.Controls.Add(this.cbCreateBlobIfNotExists); this.gbStorageService.Controls.Add(this.tbBlobContainer); this.gbStorageService.Controls.Add(this.label11); this.gbStorageService.Controls.Add(this.cmbStorageServices); this.gbStorageService.Controls.Add(this.label8); this.gbStorageService.Location = new System.Drawing.Point(15, 267); this.gbStorageService.Name = "gbStorageService"; this.gbStorageService.Size = new System.Drawing.Size(486, 128); this.gbStorageService.TabIndex = 4; this.gbStorageService.TabStop = false; this.gbStorageService.Text = "Set storage service"; // // cbCreateBlobIfNotExists // this.cbCreateBlobIfNotExists.AutoSize = true; this.cbCreateBlobIfNotExists.Checked = true; this.cbCreateBlobIfNotExists.CheckState = System.Windows.Forms.CheckState.Checked; this.cbCreateBlobIfNotExists.Location = new System.Drawing.Point(9, 98); this.cbCreateBlobIfNotExists.Name = "cbCreateBlobIfNotExists"; this.cbCreateBlobIfNotExists.Size = new System.Drawing.Size(182, 17); this.cbCreateBlobIfNotExists.TabIndex = 4; this.cbCreateBlobIfNotExists.Text = "Create blob container if not exists"; this.cbCreateBlobIfNotExists.UseVisualStyleBackColor = true; // // tbBlobContainer // this.tbBlobContainer.Location = new System.Drawing.Point(9, 72); this.tbBlobContainer.Name = "tbBlobContainer"; this.tbBlobContainer.Size = new System.Drawing.Size(452, 20); this.tbBlobContainer.TabIndex = 3; this.tbBlobContainer.Validating += new System.ComponentModel.CancelEventHandler(this.tbBlobContainer_Validating); // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(6, 56); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(96, 13); this.label11.TabIndex = 2; this.label11.Text = "Set blob container:"; // // cmbStorageServices // this.cmbStorageServices.FormattingEnabled = true; this.cmbStorageServices.Location = new System.Drawing.Point(9, 32); this.cmbStorageServices.Name = "cmbStorageServices"; this.cmbStorageServices.Size = new System.Drawing.Size(452, 21); this.cmbStorageServices.TabIndex = 1; this.cmbStorageServices.Validating += new System.ComponentModel.CancelEventHandler(this.cmbStorageServices_Validating); // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(6, 16); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(120, 13); this.label8.TabIndex = 0; this.label8.Text = "Select storage account:"; // // rbVMSizeMedium // this.rbVMSizeMedium.AutoSize = true; this.rbVMSizeMedium.Location = new System.Drawing.Point(9, 42); this.rbVMSizeMedium.Name = "rbVMSizeMedium"; this.rbVMSizeMedium.Size = new System.Drawing.Size(62, 17); this.rbVMSizeMedium.TabIndex = 1; this.rbVMSizeMedium.TabStop = true; this.rbVMSizeMedium.Text = "Medium"; this.toolTip.SetToolTip(this.rbVMSizeMedium, "2 CPU Cores; 3.5 GB Memory; $0.24"); this.rbVMSizeMedium.UseVisualStyleBackColor = true; // // rbVMSizeSmall // this.rbVMSizeSmall.AutoSize = true; this.rbVMSizeSmall.Checked = true; this.rbVMSizeSmall.Location = new System.Drawing.Point(9, 19); this.rbVMSizeSmall.Name = "rbVMSizeSmall"; this.rbVMSizeSmall.Size = new System.Drawing.Size(50, 17); this.rbVMSizeSmall.TabIndex = 0; this.rbVMSizeSmall.TabStop = true; this.rbVMSizeSmall.Text = "Small"; this.toolTip.SetToolTip(this.rbVMSizeSmall, "1 CPU Core; 1.75 GB Memory; $0.04"); this.rbVMSizeSmall.UseVisualStyleBackColor = true; // // rbVMSizeLarge // this.rbVMSizeLarge.AutoSize = true; this.rbVMSizeLarge.Location = new System.Drawing.Point(9, 65); this.rbVMSizeLarge.Name = "rbVMSizeLarge"; this.rbVMSizeLarge.Size = new System.Drawing.Size(52, 17); this.rbVMSizeLarge.TabIndex = 2; this.rbVMSizeLarge.TabStop = true; this.rbVMSizeLarge.Text = "Large"; this.toolTip.SetToolTip(this.rbVMSizeLarge, "4 CPU Cores; 7 GB Memory; $0.48"); this.rbVMSizeLarge.UseVisualStyleBackColor = true; // // rbVMSizeExtraLarge // this.rbVMSizeExtraLarge.AutoSize = true; this.rbVMSizeExtraLarge.Location = new System.Drawing.Point(9, 88); this.rbVMSizeExtraLarge.Name = "rbVMSizeExtraLarge"; this.rbVMSizeExtraLarge.Size = new System.Drawing.Size(79, 17); this.rbVMSizeExtraLarge.TabIndex = 3; this.rbVMSizeExtraLarge.TabStop = true; this.rbVMSizeExtraLarge.Text = "Extra Large"; this.toolTip.SetToolTip(this.rbVMSizeExtraLarge, "8 CPU Cores; 14 GB Memory; $0.96"); this.rbVMSizeExtraLarge.UseVisualStyleBackColor = true; // // gbDeploymentOptions // this.gbDeploymentOptions.Controls.Add(this.rbDeployToProduction); this.gbDeploymentOptions.Controls.Add(this.rbDeployToStaging); this.gbDeploymentOptions.Location = new System.Drawing.Point(15, 401); this.gbDeploymentOptions.Name = "gbDeploymentOptions"; this.gbDeploymentOptions.Size = new System.Drawing.Size(486, 69); this.gbDeploymentOptions.TabIndex = 5; this.gbDeploymentOptions.TabStop = false; this.gbDeploymentOptions.Text = "Deployment options"; // // gbVMSize // this.gbVMSize.Controls.Add(this.rbVMSizeExtraLarge); this.gbVMSize.Controls.Add(this.rbVMSizeSmall); this.gbVMSize.Controls.Add(this.rbVMSizeLarge); this.gbVMSize.Controls.Add(this.rbVMSizeMedium); this.gbVMSize.Location = new System.Drawing.Point(15, 476); this.gbVMSize.Name = "gbVMSize"; this.gbVMSize.Size = new System.Drawing.Size(486, 118); this.gbVMSize.TabIndex = 6; this.gbVMSize.TabStop = false; this.gbVMSize.Text = "Virtual machine size"; // // AddAzureServiceDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange; this.ClientSize = new System.Drawing.Size(517, 700); this.Controls.Add(this.gbVMSize); this.Controls.Add(this.gbDeploymentOptions); this.Controls.Add(this.gbStorageService); this.Controls.Add(this.lblCertificateFile); this.Controls.Add(this.lblCores); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOk); this.Controls.Add(this.progressBar); this.Controls.Add(this.label10); this.Controls.Add(this.tbInstanceCount); this.Controls.Add(this.label9); this.Controls.Add(this.btnAddCertificate); this.Controls.Add(this.cbNewHostedService); this.Controls.Add(this.gbNewHostedService); this.Controls.Add(this.cmbChooseHostedService); this.Controls.Add(this.label2); this.Controls.Add(this.cmbChooseSubscription); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "AddAzureServiceDialog"; this.Text = "Create New Azure Slave"; this.gbNewHostedService.ResumeLayout(false); this.gbNewHostedService.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); this.gbStorageService.ResumeLayout(false); this.gbStorageService.PerformLayout(); this.gbDeploymentOptions.ResumeLayout(false); this.gbDeploymentOptions.PerformLayout(); this.gbVMSize.ResumeLayout(false); this.gbVMSize.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox cmbChooseSubscription; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox cmbChooseHostedService; private System.Windows.Forms.GroupBox gbNewHostedService; private System.Windows.Forms.ComboBox cmbAffinityGroup; private System.Windows.Forms.ComboBox cmbLocation; private System.Windows.Forms.RadioButton rbAffinitGroup; private System.Windows.Forms.RadioButton rbRegion; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox tbServiceName; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox tbLabel; private System.Windows.Forms.Label label3; private System.Windows.Forms.CheckBox cbNewHostedService; private System.Windows.Forms.RadioButton rbDeployToProduction; private System.Windows.Forms.RadioButton rbDeployToStaging; private System.Windows.Forms.Button btnAddCertificate; private System.Windows.Forms.Label label9; private System.Windows.Forms.TextBox tbInstanceCount; private System.Windows.Forms.Label lblCores; private System.Windows.Forms.Label label10; private System.Windows.Forms.ProgressBar progressBar; private System.Windows.Forms.Button btnOk; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Label lblCertificateFile; private System.Windows.Forms.ErrorProvider errorProvider; private System.Windows.Forms.RadioButton rbVMSizeExtraLarge; private System.Windows.Forms.RadioButton rbVMSizeLarge; private System.Windows.Forms.RadioButton rbVMSizeMedium; private System.Windows.Forms.RadioButton rbVMSizeSmall; private System.Windows.Forms.GroupBox gbStorageService; private System.Windows.Forms.CheckBox cbCreateBlobIfNotExists; private System.Windows.Forms.TextBox tbBlobContainer; private System.Windows.Forms.Label label11; private System.Windows.Forms.ComboBox cmbStorageServices; private System.Windows.Forms.Label label8; private System.Windows.Forms.ToolTip toolTip; private System.Windows.Forms.GroupBox gbVMSize; private System.Windows.Forms.GroupBox gbDeploymentOptions; } }