Changeset 7709
- Timestamp:
- 04/05/12 12:57:39 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Views/AddAzureServiceDialog.Designer.cs
r7676 r7709 67 67 this.gbDeploymentOptions = new System.Windows.Forms.GroupBox(); 68 68 this.gbVMSize = new System.Windows.Forms.GroupBox(); 69 this.label7 = new System.Windows.Forms.Label(); 70 this.label12 = new System.Windows.Forms.Label(); 71 this.label13 = new System.Windows.Forms.Label(); 72 this.label14 = new System.Windows.Forms.Label(); 73 this.label15 = new System.Windows.Forms.Label(); 74 this.label16 = new System.Windows.Forms.Label(); 75 this.label17 = new System.Windows.Forms.Label(); 76 this.label18 = new System.Windows.Forms.Label(); 69 77 this.gbNewHostedService.SuspendLayout(); 70 78 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); … … 79 87 this.label1.Location = new System.Drawing.Point(12, 9); 80 88 this.label1.Name = "label1"; 81 this.label1.Size = new System.Drawing.Size(11 1, 13);89 this.label1.Size = new System.Drawing.Size(114, 13); 82 90 this.label1.TabIndex = 0; 83 this.label1.Text = "Choose a subscription ";91 this.label1.Text = "Choose a subscription:"; 84 92 // 85 93 // cmbChooseSubscription 86 94 // 87 95 this.cmbChooseSubscription.FormattingEnabled = true; 88 this.cmbChooseSubscription.Location = new System.Drawing.Point(15 , 25);96 this.cmbChooseSubscription.Location = new System.Drawing.Point(154, 6); 89 97 this.cmbChooseSubscription.Name = "cmbChooseSubscription"; 90 this.cmbChooseSubscription.Size = new System.Drawing.Size( 486, 21);98 this.cmbChooseSubscription.Size = new System.Drawing.Size(347, 21); 91 99 this.cmbChooseSubscription.TabIndex = 0; 92 100 this.cmbChooseSubscription.SelectedValueChanged += new System.EventHandler(this.cmbChooseSubscription_SelectedValueChanged); … … 95 103 // 96 104 this.label2.AutoSize = true; 97 this.label2.Location = new System.Drawing.Point(12, 49);105 this.label2.Location = new System.Drawing.Point(12, 36); 98 106 this.label2.Name = "label2"; 99 this.label2.Size = new System.Drawing.Size(12 4, 13);107 this.label2.Size = new System.Drawing.Size(127, 13); 100 108 this.label2.TabIndex = 1; 101 this.label2.Text = "Choose a hosted service ";109 this.label2.Text = "Choose a hosted service:"; 102 110 // 103 111 // cmbChooseHostedService 104 112 // 105 113 this.cmbChooseHostedService.FormattingEnabled = true; 106 this.cmbChooseHostedService.Location = new System.Drawing.Point(15, 65); 114 this.errorProvider.SetIconAlignment(this.cmbChooseHostedService, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 115 this.cmbChooseHostedService.Location = new System.Drawing.Point(154, 33); 107 116 this.cmbChooseHostedService.Name = "cmbChooseHostedService"; 108 this.cmbChooseHostedService.Size = new System.Drawing.Size( 486, 21);117 this.cmbChooseHostedService.Size = new System.Drawing.Size(347, 21); 109 118 this.cmbChooseHostedService.TabIndex = 1; 110 119 this.cmbChooseHostedService.Validating += new System.ComponentModel.CancelEventHandler(this.cmbChooseHostedService_Validating); … … 122 131 this.gbNewHostedService.Controls.Add(this.tbLabel); 123 132 this.gbNewHostedService.Controls.Add(this.label3); 124 this.gbNewHostedService.Location = new System.Drawing.Point(15, 115);133 this.gbNewHostedService.Location = new System.Drawing.Point(15, 81); 125 134 this.gbNewHostedService.Name = "gbNewHostedService"; 126 this.gbNewHostedService.Size = new System.Drawing.Size(486, 1 45);135 this.gbNewHostedService.Size = new System.Drawing.Size(486, 122); 127 136 this.gbNewHostedService.TabIndex = 3; 128 137 this.gbNewHostedService.TabStop = false; … … 132 141 // 133 142 this.cmbAffinityGroup.FormattingEnabled = true; 134 this.cmbAffinityGroup.Location = new System.Drawing.Point(267, 110); 143 this.errorProvider.SetIconAlignment(this.cmbAffinityGroup, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 144 this.cmbAffinityGroup.Location = new System.Drawing.Point(204, 92); 135 145 this.cmbAffinityGroup.Name = "cmbAffinityGroup"; 136 this.cmbAffinityGroup.Size = new System.Drawing.Size( 194, 21);146 this.cmbAffinityGroup.Size = new System.Drawing.Size(276, 21); 137 147 this.cmbAffinityGroup.TabIndex = 9; 138 148 // … … 140 150 // 141 151 this.cmbLocation.FormattingEnabled = true; 142 this.cmbLocation.Location = new System.Drawing.Point(29, 110); 152 this.errorProvider.SetIconAlignment(this.cmbLocation, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 153 this.cmbLocation.Location = new System.Drawing.Point(204, 65); 143 154 this.cmbLocation.Name = "cmbLocation"; 144 this.cmbLocation.Size = new System.Drawing.Size(2 00, 21);155 this.cmbLocation.Size = new System.Drawing.Size(276, 21); 145 156 this.cmbLocation.TabIndex = 7; 146 157 // … … 148 159 // 149 160 this.rbAffinitGroup.AutoSize = true; 150 this.rbAffinitGroup.Location = new System.Drawing.Point( 247, 113);161 this.rbAffinitGroup.Location = new System.Drawing.Point(184, 95); 151 162 this.rbAffinitGroup.Name = "rbAffinitGroup"; 152 163 this.rbAffinitGroup.Size = new System.Drawing.Size(14, 13); … … 158 169 this.rbRegion.AutoSize = true; 159 170 this.rbRegion.Checked = true; 160 this.rbRegion.Location = new System.Drawing.Point( 9, 113);171 this.rbRegion.Location = new System.Drawing.Point(184, 68); 161 172 this.rbRegion.Name = "rbRegion"; 162 173 this.rbRegion.Size = new System.Drawing.Size(14, 13); … … 168 179 // 169 180 this.label6.AutoSize = true; 170 this.label6.Location = new System.Drawing.Point(6, 94);181 this.label6.Location = new System.Drawing.Point(6, 68); 171 182 this.label6.Name = "label6"; 172 this.label6.Size = new System.Drawing.Size(1 59, 13);183 this.label6.Size = new System.Drawing.Size(162, 13); 173 184 this.label6.TabIndex = 5; 174 this.label6.Text = "Choose a region or affinity group ";185 this.label6.Text = "Choose a region or affinity group:"; 175 186 // 176 187 // label5 177 188 // 178 189 this.label5.AutoSize = true; 179 this.label5.Location = new System.Drawing.Point( 389, 74);190 this.label5.Location = new System.Drawing.Point(408, 42); 180 191 this.label5.Name = "label5"; 181 192 this.label5.Size = new System.Drawing.Size(72, 13); … … 185 196 // tbServiceName 186 197 // 187 this.tbServiceName.Location = new System.Drawing.Point(9, 71); 198 this.errorProvider.SetIconAlignment(this.tbServiceName, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 199 this.tbServiceName.Location = new System.Drawing.Point(184, 39); 188 200 this.tbServiceName.Name = "tbServiceName"; 189 this.tbServiceName.Size = new System.Drawing.Size( 377, 20);201 this.tbServiceName.Size = new System.Drawing.Size(223, 20); 190 202 this.tbServiceName.TabIndex = 3; 191 203 this.tbServiceName.Validating += new System.ComponentModel.CancelEventHandler(this.tbServiceName_Validating); … … 194 206 // 195 207 this.label4.AutoSize = true; 196 this.label4.Location = new System.Drawing.Point(6, 55);208 this.label4.Location = new System.Drawing.Point(6, 42); 197 209 this.label4.Name = "label4"; 198 this.label4.Size = new System.Drawing.Size(1 69, 13);210 this.label4.Size = new System.Drawing.Size(172, 13); 199 211 this.label4.TabIndex = 2; 200 this.label4.Text = "Enter a URL prefix for your service ";212 this.label4.Text = "Enter a URL prefix for your service:"; 201 213 // 202 214 // tbLabel 203 215 // 204 this.tbLabel.Location = new System.Drawing.Point(9, 32); 216 this.errorProvider.SetIconAlignment(this.tbLabel, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 217 this.tbLabel.Location = new System.Drawing.Point(184, 13); 205 218 this.tbLabel.Name = "tbLabel"; 206 this.tbLabel.Size = new System.Drawing.Size( 453, 20);219 this.tbLabel.Size = new System.Drawing.Size(296, 20); 207 220 this.tbLabel.TabIndex = 1; 208 221 this.tbLabel.Validating += new System.ComponentModel.CancelEventHandler(this.tbLabel_Validating); … … 213 226 this.label3.Location = new System.Drawing.Point(6, 16); 214 227 this.label3.Name = "label3"; 215 this.label3.Size = new System.Drawing.Size(14 5, 13);228 this.label3.Size = new System.Drawing.Size(148, 13); 216 229 this.label3.TabIndex = 0; 217 this.label3.Text = "Enter a name for your service ";230 this.label3.Text = "Enter a name for your service:"; 218 231 // 219 232 // cbNewHostedService 220 233 // 221 234 this.cbNewHostedService.AutoSize = true; 222 this.cbNewHostedService.Location = new System.Drawing.Point(15 , 92);235 this.cbNewHostedService.Location = new System.Drawing.Point(154, 60); 223 236 this.cbNewHostedService.Name = "cbNewHostedService"; 224 this.cbNewHostedService.Size = new System.Drawing.Size(15 2, 17);237 this.cbNewHostedService.Size = new System.Drawing.Size(15, 14); 225 238 this.cbNewHostedService.TabIndex = 2; 226 this.cbNewHostedService.Text = "Create new hosted service";227 239 this.cbNewHostedService.UseVisualStyleBackColor = true; 228 240 this.cbNewHostedService.CheckedChanged += new System.EventHandler(this.cbNewHostedService_CheckedChanged); … … 231 243 // 232 244 this.rbDeployToProduction.AutoSize = true; 233 this.rbDeployToProduction.Location = new System.Drawing.Point( 9, 42);245 this.rbDeployToProduction.Location = new System.Drawing.Point(189, 38); 234 246 this.rbDeployToProduction.Name = "rbDeployToProduction"; 235 this.rbDeployToProduction.Size = new System.Drawing.Size(1 89, 17);247 this.rbDeployToProduction.Size = new System.Drawing.Size(14, 13); 236 248 this.rbDeployToProduction.TabIndex = 1; 237 249 this.rbDeployToProduction.TabStop = true; 238 this.rbDeployToProduction.Text = "Deyploy to production environment";239 250 this.rbDeployToProduction.UseVisualStyleBackColor = true; 240 251 // … … 243 254 this.rbDeployToStaging.AutoSize = true; 244 255 this.rbDeployToStaging.Checked = true; 245 this.rbDeployToStaging.Location = new System.Drawing.Point( 9, 19);256 this.rbDeployToStaging.Location = new System.Drawing.Point(189, 19); 246 257 this.rbDeployToStaging.Name = "rbDeployToStaging"; 247 this.rbDeployToStaging.Size = new System.Drawing.Size(1 68, 17);258 this.rbDeployToStaging.Size = new System.Drawing.Size(14, 13); 248 259 this.rbDeployToStaging.TabIndex = 0; 249 260 this.rbDeployToStaging.TabStop = true; 250 this.rbDeployToStaging.Text = "Deploy to staging environment";251 261 this.rbDeployToStaging.UseVisualStyleBackColor = true; 252 262 // 253 263 // btnAddCertificate 254 264 // 255 this.btnAddCertificate.Location = new System.Drawing.Point(15, 600);265 this.btnAddCertificate.Location = new System.Drawing.Point(15, 471); 256 266 this.btnAddCertificate.Name = "btnAddCertificate"; 257 267 this.btnAddCertificate.Size = new System.Drawing.Size(99, 23); … … 264 274 // 265 275 this.label9.AutoSize = true; 266 this.label9.Location = new System.Drawing.Point(12, 626);276 this.label9.Location = new System.Drawing.Point(12, 497); 267 277 this.label9.Name = "label9"; 268 278 this.label9.Size = new System.Drawing.Size(186, 13); … … 272 282 // tbInstanceCount 273 283 // 274 this.tbInstanceCount.Location = new System.Drawing.Point(15, 642); 284 this.errorProvider.SetIconAlignment(this.tbInstanceCount, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 285 this.tbInstanceCount.Location = new System.Drawing.Point(204, 493); 275 286 this.tbInstanceCount.Name = "tbInstanceCount"; 276 this.tbInstanceCount.Size = new System.Drawing.Size( 488, 20);287 this.tbInstanceCount.Size = new System.Drawing.Size(230, 20); 277 288 this.tbInstanceCount.TabIndex = 12; 278 289 this.tbInstanceCount.Validating += new System.ComponentModel.CancelEventHandler(this.tbInstanceCount_Validating); … … 281 292 // 282 293 this.lblCores.AutoSize = true; 283 this.lblCores.Location = new System.Drawing.Point(47 1, 625);294 this.lblCores.Location = new System.Drawing.Point(473, 497); 284 295 this.lblCores.Name = "lblCores"; 285 296 this.lblCores.Size = new System.Drawing.Size(30, 13); … … 290 301 // 291 302 this.label10.AutoSize = true; 292 this.label10.Location = new System.Drawing.Point(436, 625);303 this.label10.Location = new System.Drawing.Point(436, 496); 293 304 this.label10.Name = "label10"; 294 305 this.label10.Size = new System.Drawing.Size(40, 13); … … 298 309 // progressBar 299 310 // 300 this.progressBar.Location = new System.Drawing.Point(15, 668);311 this.progressBar.Location = new System.Drawing.Point(15, 519); 301 312 this.progressBar.MarqueeAnimationSpeed = 10; 302 313 this.progressBar.Name = "progressBar"; … … 307 318 // btnOk 308 319 // 309 this.btnOk.Location = new System.Drawing.Point(347, 668);320 this.btnOk.Location = new System.Drawing.Point(347, 519); 310 321 this.btnOk.Name = "btnOk"; 311 322 this.btnOk.Size = new System.Drawing.Size(75, 23); … … 317 328 // btnCancel 318 329 // 319 this.btnCancel.Location = new System.Drawing.Point(428, 668);330 this.btnCancel.Location = new System.Drawing.Point(428, 519); 320 331 this.btnCancel.Name = "btnCancel"; 321 332 this.btnCancel.Size = new System.Drawing.Size(75, 23); … … 335 346 // errorProvider 336 347 // 348 this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink; 337 349 this.errorProvider.ContainerControl = this; 338 350 // 339 351 // gbStorageService 340 352 // 353 this.gbStorageService.Controls.Add(this.label12); 341 354 this.gbStorageService.Controls.Add(this.cbCreateBlobIfNotExists); 342 355 this.gbStorageService.Controls.Add(this.tbBlobContainer); … … 344 357 this.gbStorageService.Controls.Add(this.cmbStorageServices); 345 358 this.gbStorageService.Controls.Add(this.label8); 346 this.gbStorageService.Location = new System.Drawing.Point(15, 2 67);359 this.gbStorageService.Location = new System.Drawing.Point(15, 209); 347 360 this.gbStorageService.Name = "gbStorageService"; 348 this.gbStorageService.Size = new System.Drawing.Size(486, 128);361 this.gbStorageService.Size = new System.Drawing.Size(486, 88); 349 362 this.gbStorageService.TabIndex = 4; 350 363 this.gbStorageService.TabStop = false; … … 356 369 this.cbCreateBlobIfNotExists.Checked = true; 357 370 this.cbCreateBlobIfNotExists.CheckState = System.Windows.Forms.CheckState.Checked; 358 this.cbCreateBlobIfNotExists.Location = new System.Drawing.Point( 9, 98);371 this.cbCreateBlobIfNotExists.Location = new System.Drawing.Point(184, 66); 359 372 this.cbCreateBlobIfNotExists.Name = "cbCreateBlobIfNotExists"; 360 this.cbCreateBlobIfNotExists.Size = new System.Drawing.Size(1 82, 17);373 this.cbCreateBlobIfNotExists.Size = new System.Drawing.Size(15, 14); 361 374 this.cbCreateBlobIfNotExists.TabIndex = 4; 362 this.cbCreateBlobIfNotExists.Text = "Create blob container if not exists";363 375 this.cbCreateBlobIfNotExists.UseVisualStyleBackColor = true; 364 376 // 365 377 // tbBlobContainer 366 378 // 367 this.tbBlobContainer.Location = new System.Drawing.Point(9, 72); 379 this.errorProvider.SetIconAlignment(this.tbBlobContainer, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 380 this.tbBlobContainer.Location = new System.Drawing.Point(184, 40); 368 381 this.tbBlobContainer.Name = "tbBlobContainer"; 369 this.tbBlobContainer.Size = new System.Drawing.Size( 452, 20);382 this.tbBlobContainer.Size = new System.Drawing.Size(296, 20); 370 383 this.tbBlobContainer.TabIndex = 3; 371 384 this.tbBlobContainer.Validating += new System.ComponentModel.CancelEventHandler(this.tbBlobContainer_Validating); … … 374 387 // 375 388 this.label11.AutoSize = true; 376 this.label11.Location = new System.Drawing.Point(6, 56);389 this.label11.Location = new System.Drawing.Point(6, 43); 377 390 this.label11.Name = "label11"; 378 391 this.label11.Size = new System.Drawing.Size(96, 13); … … 383 396 // 384 397 this.cmbStorageServices.FormattingEnabled = true; 385 this.cmbStorageServices.Location = new System.Drawing.Point(9, 32); 398 this.errorProvider.SetIconAlignment(this.cmbStorageServices, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 399 this.cmbStorageServices.Location = new System.Drawing.Point(184, 13); 386 400 this.cmbStorageServices.Name = "cmbStorageServices"; 387 this.cmbStorageServices.Size = new System.Drawing.Size( 452, 21);401 this.cmbStorageServices.Size = new System.Drawing.Size(296, 21); 388 402 this.cmbStorageServices.TabIndex = 1; 389 403 this.cmbStorageServices.Validating += new System.ComponentModel.CancelEventHandler(this.cmbStorageServices_Validating); … … 401 415 // 402 416 this.rbVMSizeMedium.AutoSize = true; 403 this.rbVMSizeMedium.Location = new System.Drawing.Point( 9, 42);417 this.rbVMSizeMedium.Location = new System.Drawing.Point(76, 38); 404 418 this.rbVMSizeMedium.Name = "rbVMSizeMedium"; 405 this.rbVMSizeMedium.Size = new System.Drawing.Size( 62, 17);419 this.rbVMSizeMedium.Size = new System.Drawing.Size(14, 13); 406 420 this.rbVMSizeMedium.TabIndex = 1; 407 421 this.rbVMSizeMedium.TabStop = true; 408 this.rbVMSizeMedium.Text = "Medium";409 this.toolTip.SetToolTip(this.rbVMSizeMedium, "2 CPU Cores; 3.5 GB Memory; $0.24");410 422 this.rbVMSizeMedium.UseVisualStyleBackColor = true; 411 423 // … … 414 426 this.rbVMSizeSmall.AutoSize = true; 415 427 this.rbVMSizeSmall.Checked = true; 416 this.rbVMSizeSmall.Location = new System.Drawing.Point( 9, 19);428 this.rbVMSizeSmall.Location = new System.Drawing.Point(76, 19); 417 429 this.rbVMSizeSmall.Name = "rbVMSizeSmall"; 418 this.rbVMSizeSmall.Size = new System.Drawing.Size( 50, 17);430 this.rbVMSizeSmall.Size = new System.Drawing.Size(14, 13); 419 431 this.rbVMSizeSmall.TabIndex = 0; 420 432 this.rbVMSizeSmall.TabStop = true; 421 this.rbVMSizeSmall.Text = "Small";422 this.toolTip.SetToolTip(this.rbVMSizeSmall, "1 CPU Core; 1.75 GB Memory; $0.12");423 433 this.rbVMSizeSmall.UseVisualStyleBackColor = true; 424 434 // … … 426 436 // 427 437 this.rbVMSizeLarge.AutoSize = true; 428 this.rbVMSizeLarge.Location = new System.Drawing.Point( 9, 65);438 this.rbVMSizeLarge.Location = new System.Drawing.Point(76, 57); 429 439 this.rbVMSizeLarge.Name = "rbVMSizeLarge"; 430 this.rbVMSizeLarge.Size = new System.Drawing.Size( 52, 17);440 this.rbVMSizeLarge.Size = new System.Drawing.Size(14, 13); 431 441 this.rbVMSizeLarge.TabIndex = 2; 432 442 this.rbVMSizeLarge.TabStop = true; 433 this.rbVMSizeLarge.Text = "Large";434 this.toolTip.SetToolTip(this.rbVMSizeLarge, "4 CPU Cores; 7 GB Memory; $0.48");435 443 this.rbVMSizeLarge.UseVisualStyleBackColor = true; 436 444 // … … 438 446 // 439 447 this.rbVMSizeExtraLarge.AutoSize = true; 440 this.rbVMSizeExtraLarge.Location = new System.Drawing.Point( 9, 88);448 this.rbVMSizeExtraLarge.Location = new System.Drawing.Point(76, 76); 441 449 this.rbVMSizeExtraLarge.Name = "rbVMSizeExtraLarge"; 442 this.rbVMSizeExtraLarge.Size = new System.Drawing.Size( 79, 17);450 this.rbVMSizeExtraLarge.Size = new System.Drawing.Size(14, 13); 443 451 this.rbVMSizeExtraLarge.TabIndex = 3; 444 452 this.rbVMSizeExtraLarge.TabStop = true; 445 this.rbVMSizeExtraLarge.Text = "Extra Large";446 this.toolTip.SetToolTip(this.rbVMSizeExtraLarge, "8 CPU Cores; 14 GB Memory; $0.96");447 453 this.rbVMSizeExtraLarge.UseVisualStyleBackColor = true; 448 454 // 449 455 // gbDeploymentOptions 450 456 // 457 this.gbDeploymentOptions.Controls.Add(this.label14); 458 this.gbDeploymentOptions.Controls.Add(this.label13); 451 459 this.gbDeploymentOptions.Controls.Add(this.rbDeployToProduction); 452 460 this.gbDeploymentOptions.Controls.Add(this.rbDeployToStaging); 453 this.gbDeploymentOptions.Location = new System.Drawing.Point(15, 401);461 this.gbDeploymentOptions.Location = new System.Drawing.Point(15, 302); 454 462 this.gbDeploymentOptions.Name = "gbDeploymentOptions"; 455 this.gbDeploymentOptions.Size = new System.Drawing.Size(486, 69);463 this.gbDeploymentOptions.Size = new System.Drawing.Size(486, 58); 456 464 this.gbDeploymentOptions.TabIndex = 5; 457 465 this.gbDeploymentOptions.TabStop = false; … … 460 468 // gbVMSize 461 469 // 470 this.gbVMSize.Controls.Add(this.label18); 471 this.gbVMSize.Controls.Add(this.label17); 472 this.gbVMSize.Controls.Add(this.label16); 473 this.gbVMSize.Controls.Add(this.label15); 462 474 this.gbVMSize.Controls.Add(this.rbVMSizeExtraLarge); 463 475 this.gbVMSize.Controls.Add(this.rbVMSizeSmall); 464 476 this.gbVMSize.Controls.Add(this.rbVMSizeLarge); 465 477 this.gbVMSize.Controls.Add(this.rbVMSizeMedium); 466 this.gbVMSize.Location = new System.Drawing.Point(15, 476);478 this.gbVMSize.Location = new System.Drawing.Point(15, 364); 467 479 this.gbVMSize.Name = "gbVMSize"; 468 this.gbVMSize.Size = new System.Drawing.Size(486, 1 18);480 this.gbVMSize.Size = new System.Drawing.Size(486, 101); 469 481 this.gbVMSize.TabIndex = 6; 470 482 this.gbVMSize.TabStop = false; 471 483 this.gbVMSize.Text = "Virtual machine size"; 472 484 // 485 // label7 486 // 487 this.label7.AutoSize = true; 488 this.label7.Location = new System.Drawing.Point(12, 60); 489 this.label7.Name = "label7"; 490 this.label7.Size = new System.Drawing.Size(136, 13); 491 this.label7.TabIndex = 17; 492 this.label7.Text = "Create new hosted service:"; 493 // 494 // label12 495 // 496 this.label12.AutoSize = true; 497 this.label12.Location = new System.Drawing.Point(6, 66); 498 this.label12.Name = "label12"; 499 this.label12.Size = new System.Drawing.Size(166, 13); 500 this.label12.TabIndex = 5; 501 this.label12.Text = "Create blob container if not exists:"; 502 // 503 // label13 504 // 505 this.label13.AutoSize = true; 506 this.label13.Location = new System.Drawing.Point(9, 19); 507 this.label13.Name = "label13"; 508 this.label13.Size = new System.Drawing.Size(153, 13); 509 this.label13.TabIndex = 2; 510 this.label13.Text = "Deploy to staging environment:"; 511 // 512 // label14 513 // 514 this.label14.AutoSize = true; 515 this.label14.Location = new System.Drawing.Point(9, 38); 516 this.label14.Name = "label14"; 517 this.label14.Size = new System.Drawing.Size(174, 13); 518 this.label14.TabIndex = 3; 519 this.label14.Text = "Deyploy to production environment:"; 520 // 521 // label15 522 // 523 this.label15.AutoSize = true; 524 this.label15.Location = new System.Drawing.Point(9, 19); 525 this.label15.Name = "label15"; 526 this.label15.Size = new System.Drawing.Size(32, 13); 527 this.label15.TabIndex = 4; 528 this.label15.Text = "Small"; 529 this.toolTip.SetToolTip(this.label15, "1 CPU Core; 1.75 GB Memory; $0.12"); 530 // 531 // label16 532 // 533 this.label16.AutoSize = true; 534 this.label16.Location = new System.Drawing.Point(9, 38); 535 this.label16.Name = "label16"; 536 this.label16.Size = new System.Drawing.Size(44, 13); 537 this.label16.TabIndex = 5; 538 this.label16.Text = "Medium"; 539 this.toolTip.SetToolTip(this.label16, "1 CPU Core; 1.75 GB Memory; $0.12"); 540 // 541 // label17 542 // 543 this.label17.AutoSize = true; 544 this.label17.Location = new System.Drawing.Point(9, 57); 545 this.label17.Name = "label17"; 546 this.label17.Size = new System.Drawing.Size(34, 13); 547 this.label17.TabIndex = 6; 548 this.label17.Text = "Large"; 549 this.toolTip.SetToolTip(this.label17, "4 CPU Cores; 7 GB Memory; $0.48"); 550 // 551 // label18 552 // 553 this.label18.AutoSize = true; 554 this.label18.Location = new System.Drawing.Point(9, 76); 555 this.label18.Name = "label18"; 556 this.label18.Size = new System.Drawing.Size(61, 13); 557 this.label18.TabIndex = 7; 558 this.label18.Text = "Extra Large"; 559 this.toolTip.SetToolTip(this.label18, "8 CPU Cores; 14 GB Memory; $0.96"); 560 // 473 561 // AddAzureServiceDialog 474 562 // … … 476 564 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 477 565 this.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange; 478 this.ClientSize = new System.Drawing.Size(517, 700); 566 this.ClientSize = new System.Drawing.Size(516, 557); 567 this.Controls.Add(this.label7); 479 568 this.Controls.Add(this.gbVMSize); 480 569 this.Controls.Add(this.gbDeploymentOptions); … … 558 647 private System.Windows.Forms.GroupBox gbVMSize; 559 648 private System.Windows.Forms.GroupBox gbDeploymentOptions; 649 private System.Windows.Forms.Label label7; 650 private System.Windows.Forms.Label label12; 651 private System.Windows.Forms.Label label18; 652 private System.Windows.Forms.Label label17; 653 private System.Windows.Forms.Label label16; 654 private System.Windows.Forms.Label label15; 655 private System.Windows.Forms.Label label14; 656 private System.Windows.Forms.Label label13; 560 657 } 561 658 }
Note: See TracChangeset
for help on using the changeset viewer.