Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/21/11 03:53:10 (13 years ago)
Author:
swagner
Message:

Worked on OKB (#1174)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Views/OKBProblemView.Designer.cs

    r5338 r5344  
    5959      this.problemLabel.Name = "problemLabel";
    6060      this.problemLabel.Size = new System.Drawing.Size(48, 13);
    61       this.problemLabel.TabIndex = 7;
     61      this.problemLabel.TabIndex = 0;
    6262      this.problemLabel.Text = "&Problem:";
    6363      //
     
    7171      this.problemComboBox.Name = "problemComboBox";
    7272      this.problemComboBox.Size = new System.Drawing.Size(551, 21);
    73       this.problemComboBox.TabIndex = 8;
     73      this.problemComboBox.TabIndex = 1;
    7474      this.problemComboBox.SelectedValueChanged += new System.EventHandler(this.problemComboBox_SelectedValueChanged);
    7575      //
     
    8080      this.refreshButton.Name = "refreshButton";
    8181      this.refreshButton.Size = new System.Drawing.Size(24, 24);
    82       this.refreshButton.TabIndex = 4;
     82      this.refreshButton.TabIndex = 2;
    8383      this.toolTip.SetToolTip(this.refreshButton, "Refresh Problems");
    8484      this.refreshButton.UseVisualStyleBackColor = true;
     
    9797      this.viewHost.ReadOnly = false;
    9898      this.viewHost.Size = new System.Drawing.Size(638, 422);
    99       this.viewHost.TabIndex = 9;
     99      this.viewHost.TabIndex = 3;
    100100      this.viewHost.ViewsLabelVisible = true;
    101101      this.viewHost.ViewType = null;
Note: See TracChangeset for help on using the changeset viewer.