Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/07/12 11:45:22 (12 years ago)
Author:
spimming
Message:

#1680: tab order changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Views/AddAzureServiceDialog.Designer.cs

    r7565 r7578  
    8080      this.label1.Name = "label1";
    8181      this.label1.Size = new System.Drawing.Size(111, 13);
    82       this.label1.TabIndex = 1;
     82      this.label1.TabIndex = 0;
    8383      this.label1.Text = "Choose a subscription";
    8484      //
     
    8989      this.cmbChooseSubscription.Name = "cmbChooseSubscription";
    9090      this.cmbChooseSubscription.Size = new System.Drawing.Size(486, 21);
    91       this.cmbChooseSubscription.TabIndex = 2;
     91      this.cmbChooseSubscription.TabIndex = 0;
    9292      this.cmbChooseSubscription.SelectedValueChanged += new System.EventHandler(this.cmbChooseSubscription_SelectedValueChanged);
    9393      //
     
    9898      this.label2.Name = "label2";
    9999      this.label2.Size = new System.Drawing.Size(124, 13);
    100       this.label2.TabIndex = 5;
     100      this.label2.TabIndex = 1;
    101101      this.label2.Text = "Choose a hosted service";
    102102      //
     
    107107      this.cmbChooseHostedService.Name = "cmbChooseHostedService";
    108108      this.cmbChooseHostedService.Size = new System.Drawing.Size(486, 21);
    109       this.cmbChooseHostedService.TabIndex = 6;
     109      this.cmbChooseHostedService.TabIndex = 1;
    110110      this.cmbChooseHostedService.Validating += new System.ComponentModel.CancelEventHandler(this.cmbChooseHostedService_Validating);
    111111      //
     
    125125      this.gbNewHostedService.Name = "gbNewHostedService";
    126126      this.gbNewHostedService.Size = new System.Drawing.Size(486, 145);
    127       this.gbNewHostedService.TabIndex = 7;
     127      this.gbNewHostedService.TabIndex = 3;
    128128      this.gbNewHostedService.TabStop = false;
    129129      this.gbNewHostedService.Text = "New hosted service";
     
    143143      this.cmbLocation.Name = "cmbLocation";
    144144      this.cmbLocation.Size = new System.Drawing.Size(200, 21);
    145       this.cmbLocation.TabIndex = 8;
     145      this.cmbLocation.TabIndex = 7;
    146146      //
    147147      // rbAffinitGroup
     
    151151      this.rbAffinitGroup.Name = "rbAffinitGroup";
    152152      this.rbAffinitGroup.Size = new System.Drawing.Size(14, 13);
    153       this.rbAffinitGroup.TabIndex = 7;
     153      this.rbAffinitGroup.TabIndex = 8;
    154154      this.rbAffinitGroup.UseVisualStyleBackColor = true;
    155155      //
     
    223223      this.cbNewHostedService.Name = "cbNewHostedService";
    224224      this.cbNewHostedService.Size = new System.Drawing.Size(152, 17);
    225       this.cbNewHostedService.TabIndex = 8;
     225      this.cbNewHostedService.TabIndex = 2;
    226226      this.cbNewHostedService.Text = "Create new hosted service";
    227227      this.cbNewHostedService.UseVisualStyleBackColor = true;
     
    256256      this.btnAddCertificate.Name = "btnAddCertificate";
    257257      this.btnAddCertificate.Size = new System.Drawing.Size(99, 23);
    258       this.btnAddCertificate.TabIndex = 11;
     258      this.btnAddCertificate.TabIndex = 7;
    259259      this.btnAddCertificate.Text = "Add certificate";
    260260      this.btnAddCertificate.UseVisualStyleBackColor = true;
     
    267267      this.label9.Name = "label9";
    268268      this.label9.Size = new System.Drawing.Size(186, 13);
    269       this.label9.TabIndex = 12;
     269      this.label9.TabIndex = 9;
    270270      this.label9.Text = "How many instances should be used?";
    271271      //
     
    275275      this.tbInstanceCount.Name = "tbInstanceCount";
    276276      this.tbInstanceCount.Size = new System.Drawing.Size(488, 20);
    277       this.tbInstanceCount.TabIndex = 13;
     277      this.tbInstanceCount.TabIndex = 12;
    278278      this.tbInstanceCount.Validating += new System.ComponentModel.CancelEventHandler(this.tbInstanceCount_Validating);
    279279      //
     
    284284      this.lblCores.Name = "lblCores";
    285285      this.lblCores.Size = new System.Drawing.Size(30, 13);
    286       this.lblCores.TabIndex = 14;
     286      this.lblCores.TabIndex = 11;
    287287      this.lblCores.Text = "0 / 0";
    288288      //
     
    293293      this.label10.Name = "label10";
    294294      this.label10.Size = new System.Drawing.Size(40, 13);
    295       this.label10.TabIndex = 15;
     295      this.label10.TabIndex = 10;
    296296      this.label10.Text = "Cores: ";
    297297      //
     
    310310      this.btnOk.Name = "btnOk";
    311311      this.btnOk.Size = new System.Drawing.Size(75, 23);
    312       this.btnOk.TabIndex = 17;
     312      this.btnOk.TabIndex = 13;
    313313      this.btnOk.Text = "OK";
    314314      this.btnOk.UseVisualStyleBackColor = true;
     
    320320      this.btnCancel.Name = "btnCancel";
    321321      this.btnCancel.Size = new System.Drawing.Size(75, 23);
    322       this.btnCancel.TabIndex = 18;
     322      this.btnCancel.TabIndex = 14;
    323323      this.btnCancel.Text = "Cancel";
    324324      this.btnCancel.UseVisualStyleBackColor = true;
     
    331331      this.lblCertificateFile.Name = "lblCertificateFile";
    332332      this.lblCertificateFile.Size = new System.Drawing.Size(0, 13);
    333       this.lblCertificateFile.TabIndex = 19;
     333      this.lblCertificateFile.TabIndex = 8;
    334334      //
    335335      // errorProvider
     
    347347      this.gbStorageService.Name = "gbStorageService";
    348348      this.gbStorageService.Size = new System.Drawing.Size(486, 128);
    349       this.gbStorageService.TabIndex = 20;
     349      this.gbStorageService.TabIndex = 4;
    350350      this.gbStorageService.TabStop = false;
    351351      this.gbStorageService.Text = "Set storage service";
     
    359359      this.cbCreateBlobIfNotExists.Name = "cbCreateBlobIfNotExists";
    360360      this.cbCreateBlobIfNotExists.Size = new System.Drawing.Size(182, 17);
    361       this.cbCreateBlobIfNotExists.TabIndex = 21;
     361      this.cbCreateBlobIfNotExists.TabIndex = 4;
    362362      this.cbCreateBlobIfNotExists.Text = "Create blob container if not exists";
    363363      this.cbCreateBlobIfNotExists.UseVisualStyleBackColor = true;
     
    368368      this.tbBlobContainer.Name = "tbBlobContainer";
    369369      this.tbBlobContainer.Size = new System.Drawing.Size(452, 20);
    370       this.tbBlobContainer.TabIndex = 10;
     370      this.tbBlobContainer.TabIndex = 3;
    371371      this.tbBlobContainer.Validating += new System.ComponentModel.CancelEventHandler(this.tbBlobContainer_Validating);
    372372      //
     
    377377      this.label11.Name = "label11";
    378378      this.label11.Size = new System.Drawing.Size(96, 13);
    379       this.label11.TabIndex = 11;
     379      this.label11.TabIndex = 2;
    380380      this.label11.Text = "Set blob container:";
    381381      //
     
    386386      this.cmbStorageServices.Name = "cmbStorageServices";
    387387      this.cmbStorageServices.Size = new System.Drawing.Size(452, 21);
    388       this.cmbStorageServices.TabIndex = 10;
     388      this.cmbStorageServices.TabIndex = 1;
    389389      this.cmbStorageServices.Validating += new System.ComponentModel.CancelEventHandler(this.cmbStorageServices_Validating);
    390390      //
     
    395395      this.label8.Name = "label8";
    396396      this.label8.Size = new System.Drawing.Size(120, 13);
    397       this.label8.TabIndex = 10;
     397      this.label8.TabIndex = 0;
    398398      this.label8.Text = "Select storage account:";
    399399      //
     
    454454      this.gbDeploymentOptions.Name = "gbDeploymentOptions";
    455455      this.gbDeploymentOptions.Size = new System.Drawing.Size(486, 69);
    456       this.gbDeploymentOptions.TabIndex = 22;
     456      this.gbDeploymentOptions.TabIndex = 5;
    457457      this.gbDeploymentOptions.TabStop = false;
    458458      this.gbDeploymentOptions.Text = "Deployment options";
     
    467467      this.gbVMSize.Name = "gbVMSize";
    468468      this.gbVMSize.Size = new System.Drawing.Size(486, 118);
    469       this.gbVMSize.TabIndex = 23;
     469      this.gbVMSize.TabIndex = 6;
    470470      this.gbVMSize.TabStop = false;
    471471      this.gbVMSize.Text = "Virtual machine size";
Note: See TracChangeset for help on using the changeset viewer.