Changeset 7547
- Timestamp:
- 03/05/12 13:45:50 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Views/AddAzureServiceDialog.Designer.cs
r7429 r7547 25 25 private void InitializeComponent() { 26 26 this.components = new System.ComponentModel.Container(); 27 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddAzureServiceDialog)); 27 28 this.label1 = new System.Windows.Forms.Label(); 28 29 this.cmbChooseSubscription = new System.Windows.Forms.ComboBox(); … … 41 42 this.label3 = new System.Windows.Forms.Label(); 42 43 this.cbNewHostedService = new System.Windows.Forms.CheckBox(); 43 this.label7 = new System.Windows.Forms.Label();44 this.panelDeploymentOptions = new System.Windows.Forms.Panel();45 44 this.rbDeployToProduction = new System.Windows.Forms.RadioButton(); 46 45 this.rbDeployToStaging = new System.Windows.Forms.RadioButton(); … … 55 54 this.lblCertificateFile = new System.Windows.Forms.Label(); 56 55 this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); 56 this.gbStorageService = new System.Windows.Forms.GroupBox(); 57 this.label8 = new System.Windows.Forms.Label(); 58 this.comboBox1 = new System.Windows.Forms.ComboBox(); 59 this.label11 = new System.Windows.Forms.Label(); 60 this.tbBlobContainer = new System.Windows.Forms.TextBox(); 61 this.cbCreateBlobIfNotExists = new System.Windows.Forms.CheckBox(); 62 this.rbVMSizeMedium = new System.Windows.Forms.RadioButton(); 63 this.rbVMSizeSmall = new System.Windows.Forms.RadioButton(); 64 this.rbVMSizeLarge = new System.Windows.Forms.RadioButton(); 65 this.rbVMSizeExtraLarge = new System.Windows.Forms.RadioButton(); 66 this.toolTip = new System.Windows.Forms.ToolTip(this.components); 67 this.gbDeploymentOptions = new System.Windows.Forms.GroupBox(); 68 this.gbVMSize = new System.Windows.Forms.GroupBox(); 57 69 this.gbNewHostedService.SuspendLayout(); 58 this.panelDeploymentOptions.SuspendLayout();59 70 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); 71 this.gbStorageService.SuspendLayout(); 72 this.gbDeploymentOptions.SuspendLayout(); 73 this.gbVMSize.SuspendLayout(); 60 74 this.SuspendLayout(); 61 75 // … … 213 227 this.cbNewHostedService.CheckedChanged += new System.EventHandler(this.cbNewHostedService_CheckedChanged); 214 228 // 215 // label7216 //217 this.label7.AutoSize = true;218 this.label7.Location = new System.Drawing.Point(12, 263);219 this.label7.Name = "label7";220 this.label7.Size = new System.Drawing.Size(100, 13);221 this.label7.TabIndex = 9;222 this.label7.Text = "Deployment options";223 //224 // panelDeploymentOptions225 //226 this.panelDeploymentOptions.Controls.Add(this.rbDeployToProduction);227 this.panelDeploymentOptions.Controls.Add(this.rbDeployToStaging);228 this.panelDeploymentOptions.Location = new System.Drawing.Point(13, 280);229 this.panelDeploymentOptions.Name = "panelDeploymentOptions";230 this.panelDeploymentOptions.Size = new System.Drawing.Size(471, 49);231 this.panelDeploymentOptions.TabIndex = 10;232 //233 229 // rbDeployToProduction 234 230 // 235 231 this.rbDeployToProduction.AutoSize = true; 236 this.rbDeployToProduction.Location = new System.Drawing.Point( 0, 27);232 this.rbDeployToProduction.Location = new System.Drawing.Point(9, 42); 237 233 this.rbDeployToProduction.Name = "rbDeployToProduction"; 238 234 this.rbDeployToProduction.Size = new System.Drawing.Size(189, 17); … … 246 242 this.rbDeployToStaging.AutoSize = true; 247 243 this.rbDeployToStaging.Checked = true; 248 this.rbDeployToStaging.Location = new System.Drawing.Point( 0, 4);244 this.rbDeployToStaging.Location = new System.Drawing.Point(9, 19); 249 245 this.rbDeployToStaging.Name = "rbDeployToStaging"; 250 246 this.rbDeployToStaging.Size = new System.Drawing.Size(168, 17); … … 256 252 // btnAddCertificate 257 253 // 258 this.btnAddCertificate.Location = new System.Drawing.Point(1 3, 336);254 this.btnAddCertificate.Location = new System.Drawing.Point(15, 600); 259 255 this.btnAddCertificate.Name = "btnAddCertificate"; 260 256 this.btnAddCertificate.Size = new System.Drawing.Size(99, 23); … … 267 263 // 268 264 this.label9.AutoSize = true; 269 this.label9.Location = new System.Drawing.Point(1 0, 362);265 this.label9.Location = new System.Drawing.Point(12, 626); 270 266 this.label9.Name = "label9"; 271 this.label9.Size = new System.Drawing.Size(1 67, 13);267 this.label9.Size = new System.Drawing.Size(186, 13); 272 268 this.label9.TabIndex = 12; 273 this.label9.Text = "How many cores should be used?";269 this.label9.Text = "How many instances should be used?"; 274 270 // 275 271 // tbInstanceCount 276 272 // 277 this.tbInstanceCount.Location = new System.Drawing.Point(1 3, 378);273 this.tbInstanceCount.Location = new System.Drawing.Point(15, 642); 278 274 this.tbInstanceCount.Name = "tbInstanceCount"; 279 275 this.tbInstanceCount.Size = new System.Drawing.Size(488, 20); … … 284 280 // 285 281 this.lblCores.AutoSize = true; 286 this.lblCores.Location = new System.Drawing.Point(471, 361);282 this.lblCores.Location = new System.Drawing.Point(471, 625); 287 283 this.lblCores.Name = "lblCores"; 288 284 this.lblCores.Size = new System.Drawing.Size(30, 13); … … 293 289 // 294 290 this.label10.AutoSize = true; 295 this.label10.Location = new System.Drawing.Point(436, 361);291 this.label10.Location = new System.Drawing.Point(436, 625); 296 292 this.label10.Name = "label10"; 297 293 this.label10.Size = new System.Drawing.Size(40, 13); … … 301 297 // progressBar 302 298 // 303 this.progressBar.Location = new System.Drawing.Point(1 3, 404);299 this.progressBar.Location = new System.Drawing.Point(15, 668); 304 300 this.progressBar.MarqueeAnimationSpeed = 10; 305 301 this.progressBar.Name = "progressBar"; … … 310 306 // btnOk 311 307 // 312 this.btnOk.Location = new System.Drawing.Point(34 5, 404);308 this.btnOk.Location = new System.Drawing.Point(347, 668); 313 309 this.btnOk.Name = "btnOk"; 314 310 this.btnOk.Size = new System.Drawing.Size(75, 23); … … 320 316 // btnCancel 321 317 // 322 this.btnCancel.Location = new System.Drawing.Point(42 6, 404);318 this.btnCancel.Location = new System.Drawing.Point(428, 668); 323 319 this.btnCancel.Name = "btnCancel"; 324 320 this.btnCancel.Size = new System.Drawing.Size(75, 23); … … 340 336 this.errorProvider.ContainerControl = this; 341 337 // 338 // gbStorageService 339 // 340 this.gbStorageService.Controls.Add(this.cbCreateBlobIfNotExists); 341 this.gbStorageService.Controls.Add(this.tbBlobContainer); 342 this.gbStorageService.Controls.Add(this.label11); 343 this.gbStorageService.Controls.Add(this.comboBox1); 344 this.gbStorageService.Controls.Add(this.label8); 345 this.gbStorageService.Location = new System.Drawing.Point(15, 267); 346 this.gbStorageService.Name = "gbStorageService"; 347 this.gbStorageService.Size = new System.Drawing.Size(486, 128); 348 this.gbStorageService.TabIndex = 20; 349 this.gbStorageService.TabStop = false; 350 this.gbStorageService.Text = "Set storage service"; 351 // 352 // label8 353 // 354 this.label8.AutoSize = true; 355 this.label8.Location = new System.Drawing.Point(6, 16); 356 this.label8.Name = "label8"; 357 this.label8.Size = new System.Drawing.Size(120, 13); 358 this.label8.TabIndex = 10; 359 this.label8.Text = "Select storage account:"; 360 // 361 // comboBox1 362 // 363 this.comboBox1.FormattingEnabled = true; 364 this.comboBox1.Location = new System.Drawing.Point(9, 32); 365 this.comboBox1.Name = "comboBox1"; 366 this.comboBox1.Size = new System.Drawing.Size(452, 21); 367 this.comboBox1.TabIndex = 10; 368 // 369 // label11 370 // 371 this.label11.AutoSize = true; 372 this.label11.Location = new System.Drawing.Point(6, 56); 373 this.label11.Name = "label11"; 374 this.label11.Size = new System.Drawing.Size(96, 13); 375 this.label11.TabIndex = 11; 376 this.label11.Text = "Set blob container:"; 377 // 378 // tbBlobContainer 379 // 380 this.tbBlobContainer.Location = new System.Drawing.Point(9, 72); 381 this.tbBlobContainer.Name = "tbBlobContainer"; 382 this.tbBlobContainer.Size = new System.Drawing.Size(452, 20); 383 this.tbBlobContainer.TabIndex = 10; 384 // 385 // cbCreateBlobIfNotExists 386 // 387 this.cbCreateBlobIfNotExists.AutoSize = true; 388 this.cbCreateBlobIfNotExists.Location = new System.Drawing.Point(9, 98); 389 this.cbCreateBlobIfNotExists.Name = "cbCreateBlobIfNotExists"; 390 this.cbCreateBlobIfNotExists.Size = new System.Drawing.Size(182, 17); 391 this.cbCreateBlobIfNotExists.TabIndex = 21; 392 this.cbCreateBlobIfNotExists.Text = "Create blob container if not exists"; 393 this.cbCreateBlobIfNotExists.UseVisualStyleBackColor = true; 394 // 395 // rbVMSizeMedium 396 // 397 this.rbVMSizeMedium.AutoSize = true; 398 this.rbVMSizeMedium.Location = new System.Drawing.Point(9, 42); 399 this.rbVMSizeMedium.Name = "rbVMSizeMedium"; 400 this.rbVMSizeMedium.Size = new System.Drawing.Size(62, 17); 401 this.rbVMSizeMedium.TabIndex = 1; 402 this.rbVMSizeMedium.TabStop = true; 403 this.rbVMSizeMedium.Text = "Medium"; 404 this.toolTip.SetToolTip(this.rbVMSizeMedium, "2 CPU Cores; 3.5 GB Memory; $0.24"); 405 this.rbVMSizeMedium.UseVisualStyleBackColor = true; 406 // 407 // rbVMSizeSmall 408 // 409 this.rbVMSizeSmall.AutoSize = true; 410 this.rbVMSizeSmall.Checked = true; 411 this.rbVMSizeSmall.Location = new System.Drawing.Point(9, 19); 412 this.rbVMSizeSmall.Name = "rbVMSizeSmall"; 413 this.rbVMSizeSmall.Size = new System.Drawing.Size(50, 17); 414 this.rbVMSizeSmall.TabIndex = 0; 415 this.rbVMSizeSmall.TabStop = true; 416 this.rbVMSizeSmall.Text = "Small"; 417 this.toolTip.SetToolTip(this.rbVMSizeSmall, "1 CPU Core; 1.75 GB Memory; $0.04"); 418 this.rbVMSizeSmall.UseVisualStyleBackColor = true; 419 // 420 // rbVMSizeLarge 421 // 422 this.rbVMSizeLarge.AutoSize = true; 423 this.rbVMSizeLarge.Location = new System.Drawing.Point(9, 65); 424 this.rbVMSizeLarge.Name = "rbVMSizeLarge"; 425 this.rbVMSizeLarge.Size = new System.Drawing.Size(52, 17); 426 this.rbVMSizeLarge.TabIndex = 2; 427 this.rbVMSizeLarge.TabStop = true; 428 this.rbVMSizeLarge.Text = "Large"; 429 this.toolTip.SetToolTip(this.rbVMSizeLarge, "4 CPU Cores; 7 GB Memory; $0.48"); 430 this.rbVMSizeLarge.UseVisualStyleBackColor = true; 431 // 432 // rbVMSizeExtraLarge 433 // 434 this.rbVMSizeExtraLarge.AutoSize = true; 435 this.rbVMSizeExtraLarge.Location = new System.Drawing.Point(9, 88); 436 this.rbVMSizeExtraLarge.Name = "rbVMSizeExtraLarge"; 437 this.rbVMSizeExtraLarge.Size = new System.Drawing.Size(79, 17); 438 this.rbVMSizeExtraLarge.TabIndex = 3; 439 this.rbVMSizeExtraLarge.TabStop = true; 440 this.rbVMSizeExtraLarge.Text = "Extra Large"; 441 this.toolTip.SetToolTip(this.rbVMSizeExtraLarge, "8 CPU Cores; 14 GB Memory; $0.96"); 442 this.rbVMSizeExtraLarge.UseVisualStyleBackColor = true; 443 // 444 // gbDeploymentOptions 445 // 446 this.gbDeploymentOptions.Controls.Add(this.rbDeployToProduction); 447 this.gbDeploymentOptions.Controls.Add(this.rbDeployToStaging); 448 this.gbDeploymentOptions.Location = new System.Drawing.Point(15, 401); 449 this.gbDeploymentOptions.Name = "gbDeploymentOptions"; 450 this.gbDeploymentOptions.Size = new System.Drawing.Size(486, 69); 451 this.gbDeploymentOptions.TabIndex = 22; 452 this.gbDeploymentOptions.TabStop = false; 453 this.gbDeploymentOptions.Text = "Deployment options"; 454 // 455 // gbVMSize 456 // 457 this.gbVMSize.Controls.Add(this.rbVMSizeExtraLarge); 458 this.gbVMSize.Controls.Add(this.rbVMSizeSmall); 459 this.gbVMSize.Controls.Add(this.rbVMSizeLarge); 460 this.gbVMSize.Controls.Add(this.rbVMSizeMedium); 461 this.gbVMSize.Location = new System.Drawing.Point(15, 476); 462 this.gbVMSize.Name = "gbVMSize"; 463 this.gbVMSize.Size = new System.Drawing.Size(486, 118); 464 this.gbVMSize.TabIndex = 23; 465 this.gbVMSize.TabStop = false; 466 this.gbVMSize.Text = "Virtual machine size"; 467 // 342 468 // AddAzureServiceDialog 343 469 // … … 345 471 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 346 472 this.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange; 347 this.ClientSize = new System.Drawing.Size(517, 436); 473 this.ClientSize = new System.Drawing.Size(517, 700); 474 this.Controls.Add(this.gbVMSize); 475 this.Controls.Add(this.gbDeploymentOptions); 476 this.Controls.Add(this.gbStorageService); 348 477 this.Controls.Add(this.lblCertificateFile); 349 478 this.Controls.Add(this.lblCores); … … 355 484 this.Controls.Add(this.label9); 356 485 this.Controls.Add(this.btnAddCertificate); 357 this.Controls.Add(this.panelDeploymentOptions);358 this.Controls.Add(this.label7);359 486 this.Controls.Add(this.cbNewHostedService); 360 487 this.Controls.Add(this.gbNewHostedService); … … 363 490 this.Controls.Add(this.cmbChooseSubscription); 364 491 this.Controls.Add(this.label1); 492 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 365 493 this.Name = "AddAzureServiceDialog"; 366 494 this.Text = "Create New Azure Slave"; 367 495 this.gbNewHostedService.ResumeLayout(false); 368 496 this.gbNewHostedService.PerformLayout(); 369 this.panelDeploymentOptions.ResumeLayout(false);370 this.panelDeploymentOptions.PerformLayout();371 497 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); 498 this.gbStorageService.ResumeLayout(false); 499 this.gbStorageService.PerformLayout(); 500 this.gbDeploymentOptions.ResumeLayout(false); 501 this.gbDeploymentOptions.PerformLayout(); 502 this.gbVMSize.ResumeLayout(false); 503 this.gbVMSize.PerformLayout(); 372 504 this.ResumeLayout(false); 373 505 this.PerformLayout(); … … 393 525 private System.Windows.Forms.Label label3; 394 526 private System.Windows.Forms.CheckBox cbNewHostedService; 395 private System.Windows.Forms.Label label7;396 private System.Windows.Forms.Panel panelDeploymentOptions;397 527 private System.Windows.Forms.RadioButton rbDeployToProduction; 398 528 private System.Windows.Forms.RadioButton rbDeployToStaging; … … 407 537 private System.Windows.Forms.Label lblCertificateFile; 408 538 private System.Windows.Forms.ErrorProvider errorProvider; 539 private System.Windows.Forms.RadioButton rbVMSizeExtraLarge; 540 private System.Windows.Forms.RadioButton rbVMSizeLarge; 541 private System.Windows.Forms.RadioButton rbVMSizeMedium; 542 private System.Windows.Forms.RadioButton rbVMSizeSmall; 543 private System.Windows.Forms.GroupBox gbStorageService; 544 private System.Windows.Forms.CheckBox cbCreateBlobIfNotExists; 545 private System.Windows.Forms.TextBox tbBlobContainer; 546 private System.Windows.Forms.Label label11; 547 private System.Windows.Forms.ComboBox comboBox1; 548 private System.Windows.Forms.Label label8; 549 private System.Windows.Forms.ToolTip toolTip; 550 private System.Windows.Forms.GroupBox gbVMSize; 551 private System.Windows.Forms.GroupBox gbDeploymentOptions; 409 552 } 410 553 }
Note: See TracChangeset
for help on using the changeset viewer.