- Timestamp:
- 03/07/12 11:45:22 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Views/AddAzureServiceDialog.Designer.cs
r7565 r7578 80 80 this.label1.Name = "label1"; 81 81 this.label1.Size = new System.Drawing.Size(111, 13); 82 this.label1.TabIndex = 1;82 this.label1.TabIndex = 0; 83 83 this.label1.Text = "Choose a subscription"; 84 84 // … … 89 89 this.cmbChooseSubscription.Name = "cmbChooseSubscription"; 90 90 this.cmbChooseSubscription.Size = new System.Drawing.Size(486, 21); 91 this.cmbChooseSubscription.TabIndex = 2;91 this.cmbChooseSubscription.TabIndex = 0; 92 92 this.cmbChooseSubscription.SelectedValueChanged += new System.EventHandler(this.cmbChooseSubscription_SelectedValueChanged); 93 93 // … … 98 98 this.label2.Name = "label2"; 99 99 this.label2.Size = new System.Drawing.Size(124, 13); 100 this.label2.TabIndex = 5;100 this.label2.TabIndex = 1; 101 101 this.label2.Text = "Choose a hosted service"; 102 102 // … … 107 107 this.cmbChooseHostedService.Name = "cmbChooseHostedService"; 108 108 this.cmbChooseHostedService.Size = new System.Drawing.Size(486, 21); 109 this.cmbChooseHostedService.TabIndex = 6;109 this.cmbChooseHostedService.TabIndex = 1; 110 110 this.cmbChooseHostedService.Validating += new System.ComponentModel.CancelEventHandler(this.cmbChooseHostedService_Validating); 111 111 // … … 125 125 this.gbNewHostedService.Name = "gbNewHostedService"; 126 126 this.gbNewHostedService.Size = new System.Drawing.Size(486, 145); 127 this.gbNewHostedService.TabIndex = 7;127 this.gbNewHostedService.TabIndex = 3; 128 128 this.gbNewHostedService.TabStop = false; 129 129 this.gbNewHostedService.Text = "New hosted service"; … … 143 143 this.cmbLocation.Name = "cmbLocation"; 144 144 this.cmbLocation.Size = new System.Drawing.Size(200, 21); 145 this.cmbLocation.TabIndex = 8;145 this.cmbLocation.TabIndex = 7; 146 146 // 147 147 // rbAffinitGroup … … 151 151 this.rbAffinitGroup.Name = "rbAffinitGroup"; 152 152 this.rbAffinitGroup.Size = new System.Drawing.Size(14, 13); 153 this.rbAffinitGroup.TabIndex = 7;153 this.rbAffinitGroup.TabIndex = 8; 154 154 this.rbAffinitGroup.UseVisualStyleBackColor = true; 155 155 // … … 223 223 this.cbNewHostedService.Name = "cbNewHostedService"; 224 224 this.cbNewHostedService.Size = new System.Drawing.Size(152, 17); 225 this.cbNewHostedService.TabIndex = 8;225 this.cbNewHostedService.TabIndex = 2; 226 226 this.cbNewHostedService.Text = "Create new hosted service"; 227 227 this.cbNewHostedService.UseVisualStyleBackColor = true; … … 256 256 this.btnAddCertificate.Name = "btnAddCertificate"; 257 257 this.btnAddCertificate.Size = new System.Drawing.Size(99, 23); 258 this.btnAddCertificate.TabIndex = 11;258 this.btnAddCertificate.TabIndex = 7; 259 259 this.btnAddCertificate.Text = "Add certificate"; 260 260 this.btnAddCertificate.UseVisualStyleBackColor = true; … … 267 267 this.label9.Name = "label9"; 268 268 this.label9.Size = new System.Drawing.Size(186, 13); 269 this.label9.TabIndex = 12;269 this.label9.TabIndex = 9; 270 270 this.label9.Text = "How many instances should be used?"; 271 271 // … … 275 275 this.tbInstanceCount.Name = "tbInstanceCount"; 276 276 this.tbInstanceCount.Size = new System.Drawing.Size(488, 20); 277 this.tbInstanceCount.TabIndex = 1 3;277 this.tbInstanceCount.TabIndex = 12; 278 278 this.tbInstanceCount.Validating += new System.ComponentModel.CancelEventHandler(this.tbInstanceCount_Validating); 279 279 // … … 284 284 this.lblCores.Name = "lblCores"; 285 285 this.lblCores.Size = new System.Drawing.Size(30, 13); 286 this.lblCores.TabIndex = 1 4;286 this.lblCores.TabIndex = 11; 287 287 this.lblCores.Text = "0 / 0"; 288 288 // … … 293 293 this.label10.Name = "label10"; 294 294 this.label10.Size = new System.Drawing.Size(40, 13); 295 this.label10.TabIndex = 1 5;295 this.label10.TabIndex = 10; 296 296 this.label10.Text = "Cores: "; 297 297 // … … 310 310 this.btnOk.Name = "btnOk"; 311 311 this.btnOk.Size = new System.Drawing.Size(75, 23); 312 this.btnOk.TabIndex = 1 7;312 this.btnOk.TabIndex = 13; 313 313 this.btnOk.Text = "OK"; 314 314 this.btnOk.UseVisualStyleBackColor = true; … … 320 320 this.btnCancel.Name = "btnCancel"; 321 321 this.btnCancel.Size = new System.Drawing.Size(75, 23); 322 this.btnCancel.TabIndex = 1 8;322 this.btnCancel.TabIndex = 14; 323 323 this.btnCancel.Text = "Cancel"; 324 324 this.btnCancel.UseVisualStyleBackColor = true; … … 331 331 this.lblCertificateFile.Name = "lblCertificateFile"; 332 332 this.lblCertificateFile.Size = new System.Drawing.Size(0, 13); 333 this.lblCertificateFile.TabIndex = 19;333 this.lblCertificateFile.TabIndex = 8; 334 334 // 335 335 // errorProvider … … 347 347 this.gbStorageService.Name = "gbStorageService"; 348 348 this.gbStorageService.Size = new System.Drawing.Size(486, 128); 349 this.gbStorageService.TabIndex = 20;349 this.gbStorageService.TabIndex = 4; 350 350 this.gbStorageService.TabStop = false; 351 351 this.gbStorageService.Text = "Set storage service"; … … 359 359 this.cbCreateBlobIfNotExists.Name = "cbCreateBlobIfNotExists"; 360 360 this.cbCreateBlobIfNotExists.Size = new System.Drawing.Size(182, 17); 361 this.cbCreateBlobIfNotExists.TabIndex = 21;361 this.cbCreateBlobIfNotExists.TabIndex = 4; 362 362 this.cbCreateBlobIfNotExists.Text = "Create blob container if not exists"; 363 363 this.cbCreateBlobIfNotExists.UseVisualStyleBackColor = true; … … 368 368 this.tbBlobContainer.Name = "tbBlobContainer"; 369 369 this.tbBlobContainer.Size = new System.Drawing.Size(452, 20); 370 this.tbBlobContainer.TabIndex = 10;370 this.tbBlobContainer.TabIndex = 3; 371 371 this.tbBlobContainer.Validating += new System.ComponentModel.CancelEventHandler(this.tbBlobContainer_Validating); 372 372 // … … 377 377 this.label11.Name = "label11"; 378 378 this.label11.Size = new System.Drawing.Size(96, 13); 379 this.label11.TabIndex = 11;379 this.label11.TabIndex = 2; 380 380 this.label11.Text = "Set blob container:"; 381 381 // … … 386 386 this.cmbStorageServices.Name = "cmbStorageServices"; 387 387 this.cmbStorageServices.Size = new System.Drawing.Size(452, 21); 388 this.cmbStorageServices.TabIndex = 1 0;388 this.cmbStorageServices.TabIndex = 1; 389 389 this.cmbStorageServices.Validating += new System.ComponentModel.CancelEventHandler(this.cmbStorageServices_Validating); 390 390 // … … 395 395 this.label8.Name = "label8"; 396 396 this.label8.Size = new System.Drawing.Size(120, 13); 397 this.label8.TabIndex = 10;397 this.label8.TabIndex = 0; 398 398 this.label8.Text = "Select storage account:"; 399 399 // … … 454 454 this.gbDeploymentOptions.Name = "gbDeploymentOptions"; 455 455 this.gbDeploymentOptions.Size = new System.Drawing.Size(486, 69); 456 this.gbDeploymentOptions.TabIndex = 22;456 this.gbDeploymentOptions.TabIndex = 5; 457 457 this.gbDeploymentOptions.TabStop = false; 458 458 this.gbDeploymentOptions.Text = "Deployment options"; … … 467 467 this.gbVMSize.Name = "gbVMSize"; 468 468 this.gbVMSize.Size = new System.Drawing.Size(486, 118); 469 this.gbVMSize.TabIndex = 23;469 this.gbVMSize.TabIndex = 6; 470 470 this.gbVMSize.TabStop = false; 471 471 this.gbVMSize.Text = "Virtual machine size";
Note: See TracChangeset
for help on using the changeset viewer.