Free cookie consent management tool by TermsFeed Policy Generator

Changeset 174


Ignore:
Timestamp:
04/24/08 12:15:15 (16 years ago)
Author:
abeham
Message:

reordered tab order in VariableComparisonConstraintView (fixes #124)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Constraints/VariableComparisonConstraintView.Designer.cs

    r2 r174  
    7777      this.comparerGroupBox.Name = "comparerGroupBox";
    7878      this.comparerGroupBox.Size = new System.Drawing.Size(141, 137);
    79       this.comparerGroupBox.TabIndex = 1;
     79      this.comparerGroupBox.TabIndex = 4;
    8080      this.comparerGroupBox.TabStop = false;
    8181      this.comparerGroupBox.Text = "Comparer";
     
    142142      this.label2.Name = "label2";
    143143      this.label2.Size = new System.Drawing.Size(32, 13);
    144       this.label2.TabIndex = 4;
     144      this.label2.TabIndex = 2;
    145145      this.label2.Text = "Right";
    146146      //
     
    152152      this.rightVarNameStringDataView.Size = new System.Drawing.Size(100, 20);
    153153      this.rightVarNameStringDataView.StringData = null;
    154       this.rightVarNameStringDataView.TabIndex = 5;
     154      this.rightVarNameStringDataView.TabIndex = 3;
    155155      //
    156156      // leftVarNameStringDataView
     
    161161      this.leftVarNameStringDataView.Size = new System.Drawing.Size(100, 20);
    162162      this.leftVarNameStringDataView.StringData = null;
    163       this.leftVarNameStringDataView.TabIndex = 6;
     163      this.leftVarNameStringDataView.TabIndex = 1;
    164164      //
    165165      // VariableComparisonConstraintView
Note: See TracChangeset for help on using the changeset viewer.