[7339] | 1 | namespace HeuristicLab.Clients.Hive.CloudManager.Views {
|
---|
| 2 | partial class AddAzureServiceDialog {
|
---|
| 3 | /// <summary>
|
---|
| 4 | /// Required designer variable.
|
---|
| 5 | /// </summary>
|
---|
| 6 | private System.ComponentModel.IContainer components = null;
|
---|
| 7 |
|
---|
| 8 | /// <summary>
|
---|
| 9 | /// Clean up any resources being used.
|
---|
| 10 | /// </summary>
|
---|
| 11 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 12 | protected override void Dispose(bool disposing) {
|
---|
| 13 | if (disposing && (components != null)) {
|
---|
| 14 | components.Dispose();
|
---|
| 15 | }
|
---|
| 16 | base.Dispose(disposing);
|
---|
| 17 | }
|
---|
| 18 |
|
---|
| 19 | #region Windows Form Designer generated code
|
---|
| 20 |
|
---|
| 21 | /// <summary>
|
---|
| 22 | /// Required method for Designer support - do not modify
|
---|
| 23 | /// the contents of this method with the code editor.
|
---|
| 24 | /// </summary>
|
---|
| 25 | private void InitializeComponent() {
|
---|
| 26 | this.label1 = new System.Windows.Forms.Label();
|
---|
| 27 | this.cmbChooseSubscription = new System.Windows.Forms.ComboBox();
|
---|
| 28 | this.label2 = new System.Windows.Forms.Label();
|
---|
| 29 | this.cmbChooseHostedService = new System.Windows.Forms.ComboBox();
|
---|
| 30 | this.gbNewHostedService = new System.Windows.Forms.GroupBox();
|
---|
| 31 | this.cmbAffinityGroup = new System.Windows.Forms.ComboBox();
|
---|
[7354] | 32 | this.cmbLocation = new System.Windows.Forms.ComboBox();
|
---|
[7339] | 33 | this.rbAffinitGroup = new System.Windows.Forms.RadioButton();
|
---|
| 34 | this.rbRegion = new System.Windows.Forms.RadioButton();
|
---|
| 35 | this.label6 = new System.Windows.Forms.Label();
|
---|
| 36 | this.label5 = new System.Windows.Forms.Label();
|
---|
[7354] | 37 | this.tbServiceName = new System.Windows.Forms.TextBox();
|
---|
[7339] | 38 | this.label4 = new System.Windows.Forms.Label();
|
---|
[7354] | 39 | this.tbLabel = new System.Windows.Forms.TextBox();
|
---|
[7339] | 40 | this.label3 = new System.Windows.Forms.Label();
|
---|
| 41 | this.cbNewHostedService = new System.Windows.Forms.CheckBox();
|
---|
| 42 | this.label7 = new System.Windows.Forms.Label();
|
---|
| 43 | this.panelDeploymentOptions = new System.Windows.Forms.Panel();
|
---|
[7354] | 44 | this.rbDeployToProduction = new System.Windows.Forms.RadioButton();
|
---|
[7339] | 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();
|
---|
[7362] | 54 | this.lblCertificateFile = new System.Windows.Forms.Label();
|
---|
[7339] | 55 | this.gbNewHostedService.SuspendLayout();
|
---|
| 56 | this.panelDeploymentOptions.SuspendLayout();
|
---|
| 57 | this.SuspendLayout();
|
---|
| 58 | //
|
---|
| 59 | // label1
|
---|
| 60 | //
|
---|
| 61 | this.label1.AutoSize = true;
|
---|
| 62 | this.label1.Location = new System.Drawing.Point(12, 9);
|
---|
| 63 | this.label1.Name = "label1";
|
---|
| 64 | this.label1.Size = new System.Drawing.Size(111, 13);
|
---|
| 65 | this.label1.TabIndex = 1;
|
---|
| 66 | this.label1.Text = "Choose a subscription";
|
---|
| 67 | //
|
---|
| 68 | // cmbChooseSubscription
|
---|
| 69 | //
|
---|
| 70 | this.cmbChooseSubscription.FormattingEnabled = true;
|
---|
| 71 | this.cmbChooseSubscription.Location = new System.Drawing.Point(15, 25);
|
---|
| 72 | this.cmbChooseSubscription.Name = "cmbChooseSubscription";
|
---|
| 73 | this.cmbChooseSubscription.Size = new System.Drawing.Size(471, 21);
|
---|
| 74 | this.cmbChooseSubscription.TabIndex = 2;
|
---|
| 75 | this.cmbChooseSubscription.SelectedValueChanged += new System.EventHandler(this.cmbChooseSubscription_SelectedValueChanged);
|
---|
| 76 | //
|
---|
| 77 | // label2
|
---|
| 78 | //
|
---|
| 79 | this.label2.AutoSize = true;
|
---|
| 80 | this.label2.Location = new System.Drawing.Point(12, 49);
|
---|
| 81 | this.label2.Name = "label2";
|
---|
| 82 | this.label2.Size = new System.Drawing.Size(124, 13);
|
---|
| 83 | this.label2.TabIndex = 5;
|
---|
| 84 | this.label2.Text = "Choose a hosted service";
|
---|
| 85 | //
|
---|
| 86 | // cmbChooseHostedService
|
---|
| 87 | //
|
---|
| 88 | this.cmbChooseHostedService.FormattingEnabled = true;
|
---|
| 89 | this.cmbChooseHostedService.Location = new System.Drawing.Point(15, 65);
|
---|
| 90 | this.cmbChooseHostedService.Name = "cmbChooseHostedService";
|
---|
| 91 | this.cmbChooseHostedService.Size = new System.Drawing.Size(471, 21);
|
---|
| 92 | this.cmbChooseHostedService.TabIndex = 6;
|
---|
| 93 | //
|
---|
| 94 | // gbNewHostedService
|
---|
| 95 | //
|
---|
| 96 | this.gbNewHostedService.Controls.Add(this.cmbAffinityGroup);
|
---|
[7354] | 97 | this.gbNewHostedService.Controls.Add(this.cmbLocation);
|
---|
[7339] | 98 | this.gbNewHostedService.Controls.Add(this.rbAffinitGroup);
|
---|
| 99 | this.gbNewHostedService.Controls.Add(this.rbRegion);
|
---|
| 100 | this.gbNewHostedService.Controls.Add(this.label6);
|
---|
| 101 | this.gbNewHostedService.Controls.Add(this.label5);
|
---|
[7354] | 102 | this.gbNewHostedService.Controls.Add(this.tbServiceName);
|
---|
[7339] | 103 | this.gbNewHostedService.Controls.Add(this.label4);
|
---|
[7354] | 104 | this.gbNewHostedService.Controls.Add(this.tbLabel);
|
---|
[7339] | 105 | this.gbNewHostedService.Controls.Add(this.label3);
|
---|
| 106 | this.gbNewHostedService.Location = new System.Drawing.Point(15, 115);
|
---|
| 107 | this.gbNewHostedService.Name = "gbNewHostedService";
|
---|
| 108 | this.gbNewHostedService.Size = new System.Drawing.Size(469, 145);
|
---|
| 109 | this.gbNewHostedService.TabIndex = 7;
|
---|
| 110 | this.gbNewHostedService.TabStop = false;
|
---|
| 111 | this.gbNewHostedService.Text = "New hosted service";
|
---|
| 112 | //
|
---|
| 113 | // cmbAffinityGroup
|
---|
| 114 | //
|
---|
| 115 | this.cmbAffinityGroup.FormattingEnabled = true;
|
---|
| 116 | this.cmbAffinityGroup.Location = new System.Drawing.Point(267, 110);
|
---|
| 117 | this.cmbAffinityGroup.Name = "cmbAffinityGroup";
|
---|
| 118 | this.cmbAffinityGroup.Size = new System.Drawing.Size(194, 21);
|
---|
| 119 | this.cmbAffinityGroup.TabIndex = 9;
|
---|
| 120 | //
|
---|
[7354] | 121 | // cmbLocation
|
---|
[7339] | 122 | //
|
---|
[7354] | 123 | this.cmbLocation.FormattingEnabled = true;
|
---|
| 124 | this.cmbLocation.Location = new System.Drawing.Point(29, 110);
|
---|
| 125 | this.cmbLocation.Name = "cmbLocation";
|
---|
| 126 | this.cmbLocation.Size = new System.Drawing.Size(200, 21);
|
---|
| 127 | this.cmbLocation.TabIndex = 8;
|
---|
[7339] | 128 | //
|
---|
| 129 | // rbAffinitGroup
|
---|
| 130 | //
|
---|
| 131 | this.rbAffinitGroup.AutoSize = true;
|
---|
| 132 | this.rbAffinitGroup.Location = new System.Drawing.Point(247, 113);
|
---|
| 133 | this.rbAffinitGroup.Name = "rbAffinitGroup";
|
---|
| 134 | this.rbAffinitGroup.Size = new System.Drawing.Size(14, 13);
|
---|
| 135 | this.rbAffinitGroup.TabIndex = 7;
|
---|
| 136 | this.rbAffinitGroup.UseVisualStyleBackColor = true;
|
---|
| 137 | //
|
---|
| 138 | // rbRegion
|
---|
| 139 | //
|
---|
| 140 | this.rbRegion.AutoSize = true;
|
---|
| 141 | this.rbRegion.Checked = true;
|
---|
| 142 | this.rbRegion.Location = new System.Drawing.Point(9, 113);
|
---|
| 143 | this.rbRegion.Name = "rbRegion";
|
---|
| 144 | this.rbRegion.Size = new System.Drawing.Size(14, 13);
|
---|
| 145 | this.rbRegion.TabIndex = 6;
|
---|
| 146 | this.rbRegion.TabStop = true;
|
---|
| 147 | this.rbRegion.UseVisualStyleBackColor = true;
|
---|
| 148 | //
|
---|
| 149 | // label6
|
---|
| 150 | //
|
---|
| 151 | this.label6.AutoSize = true;
|
---|
| 152 | this.label6.Location = new System.Drawing.Point(6, 94);
|
---|
| 153 | this.label6.Name = "label6";
|
---|
| 154 | this.label6.Size = new System.Drawing.Size(159, 13);
|
---|
| 155 | this.label6.TabIndex = 5;
|
---|
| 156 | this.label6.Text = "Choose a region or affinity group";
|
---|
| 157 | //
|
---|
| 158 | // label5
|
---|
| 159 | //
|
---|
| 160 | this.label5.AutoSize = true;
|
---|
| 161 | this.label5.Location = new System.Drawing.Point(389, 74);
|
---|
| 162 | this.label5.Name = "label5";
|
---|
| 163 | this.label5.Size = new System.Drawing.Size(72, 13);
|
---|
| 164 | this.label5.TabIndex = 4;
|
---|
| 165 | this.label5.Text = ".cloudapp.net";
|
---|
| 166 | //
|
---|
[7354] | 167 | // tbServiceName
|
---|
[7339] | 168 | //
|
---|
[7354] | 169 | this.tbServiceName.Location = new System.Drawing.Point(9, 71);
|
---|
| 170 | this.tbServiceName.Name = "tbServiceName";
|
---|
| 171 | this.tbServiceName.Size = new System.Drawing.Size(377, 20);
|
---|
| 172 | this.tbServiceName.TabIndex = 3;
|
---|
[7339] | 173 | //
|
---|
| 174 | // label4
|
---|
| 175 | //
|
---|
| 176 | this.label4.AutoSize = true;
|
---|
| 177 | this.label4.Location = new System.Drawing.Point(6, 55);
|
---|
| 178 | this.label4.Name = "label4";
|
---|
| 179 | this.label4.Size = new System.Drawing.Size(169, 13);
|
---|
| 180 | this.label4.TabIndex = 2;
|
---|
| 181 | this.label4.Text = "Enter a URL prefix for your service";
|
---|
| 182 | //
|
---|
[7354] | 183 | // tbLabel
|
---|
[7339] | 184 | //
|
---|
[7354] | 185 | this.tbLabel.Location = new System.Drawing.Point(9, 32);
|
---|
| 186 | this.tbLabel.Name = "tbLabel";
|
---|
| 187 | this.tbLabel.Size = new System.Drawing.Size(453, 20);
|
---|
| 188 | this.tbLabel.TabIndex = 1;
|
---|
[7339] | 189 | //
|
---|
| 190 | // label3
|
---|
| 191 | //
|
---|
| 192 | this.label3.AutoSize = true;
|
---|
| 193 | this.label3.Location = new System.Drawing.Point(6, 16);
|
---|
| 194 | this.label3.Name = "label3";
|
---|
| 195 | this.label3.Size = new System.Drawing.Size(145, 13);
|
---|
| 196 | this.label3.TabIndex = 0;
|
---|
| 197 | this.label3.Text = "Enter a name for your service";
|
---|
| 198 | //
|
---|
| 199 | // cbNewHostedService
|
---|
| 200 | //
|
---|
| 201 | this.cbNewHostedService.AutoSize = true;
|
---|
| 202 | this.cbNewHostedService.Location = new System.Drawing.Point(15, 92);
|
---|
| 203 | this.cbNewHostedService.Name = "cbNewHostedService";
|
---|
| 204 | this.cbNewHostedService.Size = new System.Drawing.Size(152, 17);
|
---|
| 205 | this.cbNewHostedService.TabIndex = 8;
|
---|
| 206 | this.cbNewHostedService.Text = "Create new hosted service";
|
---|
| 207 | this.cbNewHostedService.UseVisualStyleBackColor = true;
|
---|
| 208 | this.cbNewHostedService.CheckedChanged += new System.EventHandler(this.cbNewHostedService_CheckedChanged);
|
---|
| 209 | //
|
---|
| 210 | // label7
|
---|
| 211 | //
|
---|
| 212 | this.label7.AutoSize = true;
|
---|
| 213 | this.label7.Location = new System.Drawing.Point(12, 263);
|
---|
| 214 | this.label7.Name = "label7";
|
---|
| 215 | this.label7.Size = new System.Drawing.Size(100, 13);
|
---|
| 216 | this.label7.TabIndex = 9;
|
---|
| 217 | this.label7.Text = "Deployment options";
|
---|
| 218 | //
|
---|
| 219 | // panelDeploymentOptions
|
---|
| 220 | //
|
---|
| 221 | this.panelDeploymentOptions.Controls.Add(this.rbDeployToProduction);
|
---|
| 222 | this.panelDeploymentOptions.Controls.Add(this.rbDeployToStaging);
|
---|
| 223 | this.panelDeploymentOptions.Location = new System.Drawing.Point(13, 280);
|
---|
| 224 | this.panelDeploymentOptions.Name = "panelDeploymentOptions";
|
---|
| 225 | this.panelDeploymentOptions.Size = new System.Drawing.Size(471, 49);
|
---|
| 226 | this.panelDeploymentOptions.TabIndex = 10;
|
---|
| 227 | //
|
---|
[7354] | 228 | // rbDeployToProduction
|
---|
| 229 | //
|
---|
| 230 | this.rbDeployToProduction.AutoSize = true;
|
---|
| 231 | this.rbDeployToProduction.Location = new System.Drawing.Point(0, 27);
|
---|
| 232 | this.rbDeployToProduction.Name = "rbDeployToProduction";
|
---|
| 233 | this.rbDeployToProduction.Size = new System.Drawing.Size(189, 17);
|
---|
| 234 | this.rbDeployToProduction.TabIndex = 1;
|
---|
| 235 | this.rbDeployToProduction.TabStop = true;
|
---|
| 236 | this.rbDeployToProduction.Text = "Deyploy to production environment";
|
---|
| 237 | this.rbDeployToProduction.UseVisualStyleBackColor = true;
|
---|
| 238 | //
|
---|
[7339] | 239 | // rbDeployToStaging
|
---|
| 240 | //
|
---|
| 241 | this.rbDeployToStaging.AutoSize = true;
|
---|
[7354] | 242 | this.rbDeployToStaging.Checked = true;
|
---|
[7339] | 243 | this.rbDeployToStaging.Location = new System.Drawing.Point(0, 4);
|
---|
| 244 | this.rbDeployToStaging.Name = "rbDeployToStaging";
|
---|
| 245 | this.rbDeployToStaging.Size = new System.Drawing.Size(168, 17);
|
---|
| 246 | this.rbDeployToStaging.TabIndex = 0;
|
---|
| 247 | this.rbDeployToStaging.TabStop = true;
|
---|
| 248 | this.rbDeployToStaging.Text = "Deploy to staging environment";
|
---|
| 249 | this.rbDeployToStaging.UseVisualStyleBackColor = true;
|
---|
| 250 | //
|
---|
| 251 | // btnAddCertificate
|
---|
| 252 | //
|
---|
| 253 | this.btnAddCertificate.Location = new System.Drawing.Point(13, 336);
|
---|
| 254 | this.btnAddCertificate.Name = "btnAddCertificate";
|
---|
| 255 | this.btnAddCertificate.Size = new System.Drawing.Size(99, 23);
|
---|
| 256 | this.btnAddCertificate.TabIndex = 11;
|
---|
| 257 | this.btnAddCertificate.Text = "Add certificate";
|
---|
| 258 | this.btnAddCertificate.UseVisualStyleBackColor = true;
|
---|
| 259 | this.btnAddCertificate.Click += new System.EventHandler(this.btnAddCertificate_Click);
|
---|
| 260 | //
|
---|
| 261 | // label9
|
---|
| 262 | //
|
---|
| 263 | this.label9.AutoSize = true;
|
---|
| 264 | this.label9.Location = new System.Drawing.Point(10, 362);
|
---|
| 265 | this.label9.Name = "label9";
|
---|
| 266 | this.label9.Size = new System.Drawing.Size(167, 13);
|
---|
| 267 | this.label9.TabIndex = 12;
|
---|
| 268 | this.label9.Text = "How many cores should be used?";
|
---|
| 269 | //
|
---|
| 270 | // tbInstanceCount
|
---|
| 271 | //
|
---|
| 272 | this.tbInstanceCount.Location = new System.Drawing.Point(13, 378);
|
---|
| 273 | this.tbInstanceCount.Name = "tbInstanceCount";
|
---|
| 274 | this.tbInstanceCount.Size = new System.Drawing.Size(469, 20);
|
---|
| 275 | this.tbInstanceCount.TabIndex = 13;
|
---|
| 276 | //
|
---|
| 277 | // lblCores
|
---|
| 278 | //
|
---|
| 279 | this.lblCores.AutoSize = true;
|
---|
| 280 | this.lblCores.Location = new System.Drawing.Point(452, 361);
|
---|
| 281 | this.lblCores.Name = "lblCores";
|
---|
| 282 | this.lblCores.Size = new System.Drawing.Size(30, 13);
|
---|
| 283 | this.lblCores.TabIndex = 14;
|
---|
| 284 | this.lblCores.Text = "0 / 0";
|
---|
| 285 | //
|
---|
| 286 | // label10
|
---|
| 287 | //
|
---|
| 288 | this.label10.AutoSize = true;
|
---|
| 289 | this.label10.Location = new System.Drawing.Point(417, 361);
|
---|
| 290 | this.label10.Name = "label10";
|
---|
| 291 | this.label10.Size = new System.Drawing.Size(40, 13);
|
---|
| 292 | this.label10.TabIndex = 15;
|
---|
| 293 | this.label10.Text = "Cores: ";
|
---|
| 294 | //
|
---|
| 295 | // progressBar
|
---|
| 296 | //
|
---|
| 297 | this.progressBar.Location = new System.Drawing.Point(13, 404);
|
---|
| 298 | this.progressBar.MarqueeAnimationSpeed = 10;
|
---|
| 299 | this.progressBar.Name = "progressBar";
|
---|
| 300 | this.progressBar.Size = new System.Drawing.Size(307, 23);
|
---|
| 301 | this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
|
---|
| 302 | this.progressBar.TabIndex = 16;
|
---|
| 303 | //
|
---|
| 304 | // btnOk
|
---|
| 305 | //
|
---|
| 306 | this.btnOk.Location = new System.Drawing.Point(326, 404);
|
---|
| 307 | this.btnOk.Name = "btnOk";
|
---|
| 308 | this.btnOk.Size = new System.Drawing.Size(75, 23);
|
---|
| 309 | this.btnOk.TabIndex = 17;
|
---|
| 310 | this.btnOk.Text = "OK";
|
---|
| 311 | this.btnOk.UseVisualStyleBackColor = true;
|
---|
| 312 | this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
|
---|
| 313 | //
|
---|
| 314 | // btnCancel
|
---|
| 315 | //
|
---|
| 316 | this.btnCancel.Location = new System.Drawing.Point(407, 404);
|
---|
| 317 | this.btnCancel.Name = "btnCancel";
|
---|
| 318 | this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
---|
| 319 | this.btnCancel.TabIndex = 18;
|
---|
| 320 | this.btnCancel.Text = "Cancel";
|
---|
| 321 | this.btnCancel.UseVisualStyleBackColor = true;
|
---|
| 322 | this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
---|
| 323 | //
|
---|
[7362] | 324 | // lblCertificateFile
|
---|
| 325 | //
|
---|
| 326 | this.lblCertificateFile.AutoSize = true;
|
---|
| 327 | this.lblCertificateFile.Location = new System.Drawing.Point(118, 341);
|
---|
| 328 | this.lblCertificateFile.Name = "lblCertificateFile";
|
---|
| 329 | this.lblCertificateFile.Size = new System.Drawing.Size(0, 13);
|
---|
| 330 | this.lblCertificateFile.TabIndex = 19;
|
---|
| 331 | //
|
---|
[7339] | 332 | // AddAzureServiceDialog
|
---|
| 333 | //
|
---|
| 334 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 335 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 336 | this.ClientSize = new System.Drawing.Size(496, 436);
|
---|
[7362] | 337 | this.Controls.Add(this.lblCertificateFile);
|
---|
[7339] | 338 | this.Controls.Add(this.lblCores);
|
---|
| 339 | this.Controls.Add(this.btnCancel);
|
---|
| 340 | this.Controls.Add(this.btnOk);
|
---|
| 341 | this.Controls.Add(this.progressBar);
|
---|
| 342 | this.Controls.Add(this.label10);
|
---|
| 343 | this.Controls.Add(this.tbInstanceCount);
|
---|
| 344 | this.Controls.Add(this.label9);
|
---|
| 345 | this.Controls.Add(this.btnAddCertificate);
|
---|
| 346 | this.Controls.Add(this.panelDeploymentOptions);
|
---|
| 347 | this.Controls.Add(this.label7);
|
---|
| 348 | this.Controls.Add(this.cbNewHostedService);
|
---|
| 349 | this.Controls.Add(this.gbNewHostedService);
|
---|
| 350 | this.Controls.Add(this.cmbChooseHostedService);
|
---|
| 351 | this.Controls.Add(this.label2);
|
---|
| 352 | this.Controls.Add(this.cmbChooseSubscription);
|
---|
| 353 | this.Controls.Add(this.label1);
|
---|
| 354 | this.Name = "AddAzureServiceDialog";
|
---|
| 355 | this.Text = "Create New Azure Slave";
|
---|
| 356 | this.gbNewHostedService.ResumeLayout(false);
|
---|
| 357 | this.gbNewHostedService.PerformLayout();
|
---|
| 358 | this.panelDeploymentOptions.ResumeLayout(false);
|
---|
| 359 | this.panelDeploymentOptions.PerformLayout();
|
---|
| 360 | this.ResumeLayout(false);
|
---|
| 361 | this.PerformLayout();
|
---|
| 362 |
|
---|
| 363 | }
|
---|
| 364 |
|
---|
| 365 | #endregion
|
---|
| 366 |
|
---|
| 367 | private System.Windows.Forms.Label label1;
|
---|
| 368 | private System.Windows.Forms.ComboBox cmbChooseSubscription;
|
---|
| 369 | private System.Windows.Forms.Label label2;
|
---|
| 370 | private System.Windows.Forms.ComboBox cmbChooseHostedService;
|
---|
| 371 | private System.Windows.Forms.GroupBox gbNewHostedService;
|
---|
| 372 | private System.Windows.Forms.ComboBox cmbAffinityGroup;
|
---|
[7354] | 373 | private System.Windows.Forms.ComboBox cmbLocation;
|
---|
[7339] | 374 | private System.Windows.Forms.RadioButton rbAffinitGroup;
|
---|
| 375 | private System.Windows.Forms.RadioButton rbRegion;
|
---|
| 376 | private System.Windows.Forms.Label label6;
|
---|
| 377 | private System.Windows.Forms.Label label5;
|
---|
[7354] | 378 | private System.Windows.Forms.TextBox tbServiceName;
|
---|
[7339] | 379 | private System.Windows.Forms.Label label4;
|
---|
[7354] | 380 | private System.Windows.Forms.TextBox tbLabel;
|
---|
[7339] | 381 | private System.Windows.Forms.Label label3;
|
---|
| 382 | private System.Windows.Forms.CheckBox cbNewHostedService;
|
---|
| 383 | private System.Windows.Forms.Label label7;
|
---|
| 384 | private System.Windows.Forms.Panel panelDeploymentOptions;
|
---|
| 385 | private System.Windows.Forms.RadioButton rbDeployToProduction;
|
---|
| 386 | private System.Windows.Forms.RadioButton rbDeployToStaging;
|
---|
| 387 | private System.Windows.Forms.Button btnAddCertificate;
|
---|
| 388 | private System.Windows.Forms.Label label9;
|
---|
| 389 | private System.Windows.Forms.TextBox tbInstanceCount;
|
---|
| 390 | private System.Windows.Forms.Label lblCores;
|
---|
| 391 | private System.Windows.Forms.Label label10;
|
---|
| 392 | private System.Windows.Forms.ProgressBar progressBar;
|
---|
| 393 | private System.Windows.Forms.Button btnOk;
|
---|
| 394 | private System.Windows.Forms.Button btnCancel;
|
---|
[7362] | 395 | private System.Windows.Forms.Label lblCertificateFile;
|
---|
[7339] | 396 | }
|
---|
| 397 | } |
---|