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.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.tbBlobContainer = new System.Windows.Forms.TextBox(); this.cmbStorageServices = new System.Windows.Forms.ComboBox(); this.gbStorageService = new System.Windows.Forms.GroupBox(); this.label12 = new System.Windows.Forms.Label(); this.cbCreateBlobIfNotExists = new System.Windows.Forms.CheckBox(); this.label11 = new System.Windows.Forms.Label(); 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.label15 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.gbDeploymentOptions = new System.Windows.Forms.GroupBox(); this.label14 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.gbVMSize = new System.Windows.Forms.GroupBox(); this.label7 = new System.Windows.Forms.Label(); this.instancesNumericUpDown = new System.Windows.Forms.NumericUpDown(); this.gbNewHostedService.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); this.gbStorageService.SuspendLayout(); this.gbDeploymentOptions.SuspendLayout(); this.gbVMSize.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.instancesNumericUpDown)).BeginInit(); 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(114, 13); this.label1.TabIndex = 0; this.label1.Text = "Choose a subscription:"; // // cmbChooseSubscription // this.cmbChooseSubscription.FormattingEnabled = true; this.cmbChooseSubscription.Location = new System.Drawing.Point(154, 6); this.cmbChooseSubscription.Name = "cmbChooseSubscription"; this.cmbChooseSubscription.Size = new System.Drawing.Size(347, 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, 36); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(127, 13); this.label2.TabIndex = 1; this.label2.Text = "Choose a hosted service:"; // // cmbChooseHostedService // this.cmbChooseHostedService.FormattingEnabled = true; this.errorProvider.SetIconAlignment(this.cmbChooseHostedService, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); this.cmbChooseHostedService.Location = new System.Drawing.Point(154, 33); this.cmbChooseHostedService.Name = "cmbChooseHostedService"; this.cmbChooseHostedService.Size = new System.Drawing.Size(347, 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, 81); this.gbNewHostedService.Name = "gbNewHostedService"; this.gbNewHostedService.Size = new System.Drawing.Size(486, 122); this.gbNewHostedService.TabIndex = 3; this.gbNewHostedService.TabStop = false; this.gbNewHostedService.Text = "New hosted service"; // // cmbAffinityGroup // this.cmbAffinityGroup.FormattingEnabled = true; this.errorProvider.SetIconAlignment(this.cmbAffinityGroup, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); this.cmbAffinityGroup.Location = new System.Drawing.Point(204, 92); this.cmbAffinityGroup.Name = "cmbAffinityGroup"; this.cmbAffinityGroup.Size = new System.Drawing.Size(276, 21); this.cmbAffinityGroup.TabIndex = 9; // // cmbLocation // this.cmbLocation.FormattingEnabled = true; this.errorProvider.SetIconAlignment(this.cmbLocation, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); this.cmbLocation.Location = new System.Drawing.Point(204, 65); this.cmbLocation.Name = "cmbLocation"; this.cmbLocation.Size = new System.Drawing.Size(276, 21); this.cmbLocation.TabIndex = 7; // // rbAffinitGroup // this.rbAffinitGroup.AutoSize = true; this.rbAffinitGroup.Location = new System.Drawing.Point(184, 95); 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(184, 68); 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, 68); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(162, 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(408, 42); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(72, 13); this.label5.TabIndex = 4; this.label5.Text = ".cloudapp.net"; // // tbServiceName // this.errorProvider.SetIconAlignment(this.tbServiceName, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); this.tbServiceName.Location = new System.Drawing.Point(184, 39); this.tbServiceName.Name = "tbServiceName"; this.tbServiceName.Size = new System.Drawing.Size(223, 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, 42); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(172, 13); this.label4.TabIndex = 2; this.label4.Text = "Enter a URL prefix for your service:"; // // tbLabel // this.errorProvider.SetIconAlignment(this.tbLabel, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); this.tbLabel.Location = new System.Drawing.Point(184, 13); this.tbLabel.Name = "tbLabel"; this.tbLabel.Size = new System.Drawing.Size(296, 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(148, 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(154, 60); this.cbNewHostedService.Name = "cbNewHostedService"; this.cbNewHostedService.Size = new System.Drawing.Size(15, 14); this.cbNewHostedService.TabIndex = 2; 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(189, 38); this.rbDeployToProduction.Name = "rbDeployToProduction"; this.rbDeployToProduction.Size = new System.Drawing.Size(14, 13); this.rbDeployToProduction.TabIndex = 1; this.rbDeployToProduction.TabStop = true; this.rbDeployToProduction.UseVisualStyleBackColor = true; // // rbDeployToStaging // this.rbDeployToStaging.AutoSize = true; this.rbDeployToStaging.Checked = true; this.rbDeployToStaging.Location = new System.Drawing.Point(189, 19); this.rbDeployToStaging.Name = "rbDeployToStaging"; this.rbDeployToStaging.Size = new System.Drawing.Size(14, 13); this.rbDeployToStaging.TabIndex = 0; this.rbDeployToStaging.TabStop = true; this.rbDeployToStaging.UseVisualStyleBackColor = true; // // btnAddCertificate // this.btnAddCertificate.Location = new System.Drawing.Point(15, 471); 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, 497); 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?"; // // lblCores // this.lblCores.AutoSize = true; this.lblCores.Location = new System.Drawing.Point(473, 497); 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, 496); 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, 519); 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, 519); 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, 519); 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, 476); this.lblCertificateFile.Name = "lblCertificateFile"; this.lblCertificateFile.Size = new System.Drawing.Size(0, 13); this.lblCertificateFile.TabIndex = 8; // // errorProvider // this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink; this.errorProvider.ContainerControl = this; // // tbBlobContainer // this.errorProvider.SetIconAlignment(this.tbBlobContainer, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); this.tbBlobContainer.Location = new System.Drawing.Point(184, 40); this.tbBlobContainer.Name = "tbBlobContainer"; this.tbBlobContainer.Size = new System.Drawing.Size(296, 20); this.tbBlobContainer.TabIndex = 3; this.tbBlobContainer.Validating += new System.ComponentModel.CancelEventHandler(this.tbBlobContainer_Validating); // // cmbStorageServices // this.cmbStorageServices.FormattingEnabled = true; this.errorProvider.SetIconAlignment(this.cmbStorageServices, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); this.cmbStorageServices.Location = new System.Drawing.Point(184, 13); this.cmbStorageServices.Name = "cmbStorageServices"; this.cmbStorageServices.Size = new System.Drawing.Size(296, 21); this.cmbStorageServices.TabIndex = 1; this.cmbStorageServices.Validating += new System.ComponentModel.CancelEventHandler(this.cmbStorageServices_Validating); // // gbStorageService // this.gbStorageService.Controls.Add(this.label12); 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, 209); this.gbStorageService.Name = "gbStorageService"; this.gbStorageService.Size = new System.Drawing.Size(486, 88); this.gbStorageService.TabIndex = 4; this.gbStorageService.TabStop = false; this.gbStorageService.Text = "Set storage service"; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(6, 66); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(166, 13); this.label12.TabIndex = 5; this.label12.Text = "Create blob container if not exists:"; // // cbCreateBlobIfNotExists // this.cbCreateBlobIfNotExists.AutoSize = true; this.cbCreateBlobIfNotExists.Checked = true; this.cbCreateBlobIfNotExists.CheckState = System.Windows.Forms.CheckState.Checked; this.cbCreateBlobIfNotExists.Location = new System.Drawing.Point(184, 66); this.cbCreateBlobIfNotExists.Name = "cbCreateBlobIfNotExists"; this.cbCreateBlobIfNotExists.Size = new System.Drawing.Size(15, 14); this.cbCreateBlobIfNotExists.TabIndex = 4; this.cbCreateBlobIfNotExists.UseVisualStyleBackColor = true; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(6, 43); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(96, 13); this.label11.TabIndex = 2; this.label11.Text = "Set blob container:"; // // 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(76, 38); this.rbVMSizeMedium.Name = "rbVMSizeMedium"; this.rbVMSizeMedium.Size = new System.Drawing.Size(14, 13); this.rbVMSizeMedium.TabIndex = 1; this.rbVMSizeMedium.TabStop = true; this.rbVMSizeMedium.UseVisualStyleBackColor = true; // // rbVMSizeSmall // this.rbVMSizeSmall.AutoSize = true; this.rbVMSizeSmall.Checked = true; this.rbVMSizeSmall.Location = new System.Drawing.Point(76, 19); this.rbVMSizeSmall.Name = "rbVMSizeSmall"; this.rbVMSizeSmall.Size = new System.Drawing.Size(14, 13); this.rbVMSizeSmall.TabIndex = 0; this.rbVMSizeSmall.TabStop = true; this.rbVMSizeSmall.UseVisualStyleBackColor = true; // // rbVMSizeLarge // this.rbVMSizeLarge.AutoSize = true; this.rbVMSizeLarge.Location = new System.Drawing.Point(76, 57); this.rbVMSizeLarge.Name = "rbVMSizeLarge"; this.rbVMSizeLarge.Size = new System.Drawing.Size(14, 13); this.rbVMSizeLarge.TabIndex = 2; this.rbVMSizeLarge.TabStop = true; this.rbVMSizeLarge.UseVisualStyleBackColor = true; // // rbVMSizeExtraLarge // this.rbVMSizeExtraLarge.AutoSize = true; this.rbVMSizeExtraLarge.Location = new System.Drawing.Point(76, 76); this.rbVMSizeExtraLarge.Name = "rbVMSizeExtraLarge"; this.rbVMSizeExtraLarge.Size = new System.Drawing.Size(14, 13); this.rbVMSizeExtraLarge.TabIndex = 3; this.rbVMSizeExtraLarge.TabStop = true; this.rbVMSizeExtraLarge.UseVisualStyleBackColor = true; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(9, 19); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(32, 13); this.label15.TabIndex = 4; this.label15.Text = "Small"; this.toolTip.SetToolTip(this.label15, "1 CPU Core; 1.75 GB Memory; $0.12"); // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(9, 38); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(44, 13); this.label16.TabIndex = 5; this.label16.Text = "Medium"; this.toolTip.SetToolTip(this.label16, "1 CPU Core; 1.75 GB Memory; $0.12"); // // label17 // this.label17.AutoSize = true; this.label17.Location = new System.Drawing.Point(9, 57); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(34, 13); this.label17.TabIndex = 6; this.label17.Text = "Large"; this.toolTip.SetToolTip(this.label17, "4 CPU Cores; 7 GB Memory; $0.48"); // // label18 // this.label18.AutoSize = true; this.label18.Location = new System.Drawing.Point(9, 76); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(61, 13); this.label18.TabIndex = 7; this.label18.Text = "Extra Large"; this.toolTip.SetToolTip(this.label18, "8 CPU Cores; 14 GB Memory; $0.96"); // // gbDeploymentOptions // this.gbDeploymentOptions.Controls.Add(this.rbDeployToProduction); this.gbDeploymentOptions.Controls.Add(this.rbDeployToStaging); this.gbDeploymentOptions.Controls.Add(this.label14); this.gbDeploymentOptions.Controls.Add(this.label13); this.gbDeploymentOptions.Location = new System.Drawing.Point(15, 302); this.gbDeploymentOptions.Name = "gbDeploymentOptions"; this.gbDeploymentOptions.Size = new System.Drawing.Size(486, 58); this.gbDeploymentOptions.TabIndex = 5; this.gbDeploymentOptions.TabStop = false; this.gbDeploymentOptions.Text = "Deployment options"; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(9, 38); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(174, 13); this.label14.TabIndex = 3; this.label14.Text = "Deyploy to production environment:"; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(9, 19); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(153, 13); this.label13.TabIndex = 2; this.label13.Text = "Deploy to staging environment:"; // // gbVMSize // this.gbVMSize.Controls.Add(this.label18); this.gbVMSize.Controls.Add(this.label17); this.gbVMSize.Controls.Add(this.label16); this.gbVMSize.Controls.Add(this.label15); 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, 364); this.gbVMSize.Name = "gbVMSize"; this.gbVMSize.Size = new System.Drawing.Size(486, 101); this.gbVMSize.TabIndex = 6; this.gbVMSize.TabStop = false; this.gbVMSize.Text = "Virtual machine size"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(12, 60); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(136, 13); this.label7.TabIndex = 17; this.label7.Text = "Create new hosted service:"; // // instancesNumericUpDown // this.instancesNumericUpDown.Location = new System.Drawing.Point(204, 494); this.instancesNumericUpDown.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.instancesNumericUpDown.Name = "instancesNumericUpDown"; this.instancesNumericUpDown.Size = new System.Drawing.Size(230, 20); this.instancesNumericUpDown.TabIndex = 18; this.instancesNumericUpDown.Value = new decimal(new int[] { 1, 0, 0, 0}); // // 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(516, 552); this.Controls.Add(this.instancesNumericUpDown); this.Controls.Add(this.label7); 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.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(); ((System.ComponentModel.ISupportInitialize)(this.instancesNumericUpDown)).EndInit(); 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.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; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label18; private System.Windows.Forms.Label label17; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label13; private System.Windows.Forms.NumericUpDown instancesNumericUpDown; } }