Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/18/08 17:18:26 (16 years ago)
Author:
aleitner
Message:

Refactoring Tab-order, renaming (#380)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.Console/AddJobForm.Designer.cs

    r1030 r1037  
    6969      this.cbParJob.Name = "cbParJob";
    7070      this.cbParJob.Size = new System.Drawing.Size(212, 21);
    71       this.cbParJob.TabIndex = 3;
     71      this.cbParJob.TabIndex = 2;
    7272      //
    7373      // btnAdd
     
    7676      this.btnAdd.Name = "btnAdd";
    7777      this.btnAdd.Size = new System.Drawing.Size(75, 23);
    78       this.btnAdd.TabIndex = 4;
     78      this.btnAdd.TabIndex = 3;
    7979      this.btnAdd.Text = "Add";
    8080      this.btnAdd.UseVisualStyleBackColor = true;
    81       this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     81      this.btnAdd.Click += new System.EventHandler(this.BtnAdd_Click);
    8282      //
    8383      // btnClose
     
    8686      this.btnClose.Name = "btnClose";
    8787      this.btnClose.Size = new System.Drawing.Size(75, 23);
    88       this.btnClose.TabIndex = 5;
     88      this.btnClose.TabIndex = 4;
    8989      this.btnClose.Text = "Close";
    9090      this.btnClose.UseVisualStyleBackColor = true;
    91       this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     91      this.btnClose.Click += new System.EventHandler(this.BtnClose_Click);
    9292      //
    9393      // lblNumJobs
     
    105105      this.tbNumJobs.Name = "tbNumJobs";
    106106      this.tbNumJobs.Size = new System.Drawing.Size(212, 20);
    107       this.tbNumJobs.TabIndex = 7;
     107      this.tbNumJobs.TabIndex = 1;
    108108      this.tbNumJobs.Text = "1";
    109109      //
Note: See TracChangeset for help on using the changeset viewer.