Changeset 174
- Timestamp:
- 04/24/08 12:15:15 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Constraints/VariableComparisonConstraintView.Designer.cs
r2 r174 77 77 this.comparerGroupBox.Name = "comparerGroupBox"; 78 78 this.comparerGroupBox.Size = new System.Drawing.Size(141, 137); 79 this.comparerGroupBox.TabIndex = 1;79 this.comparerGroupBox.TabIndex = 4; 80 80 this.comparerGroupBox.TabStop = false; 81 81 this.comparerGroupBox.Text = "Comparer"; … … 142 142 this.label2.Name = "label2"; 143 143 this.label2.Size = new System.Drawing.Size(32, 13); 144 this.label2.TabIndex = 4;144 this.label2.TabIndex = 2; 145 145 this.label2.Text = "Right"; 146 146 // … … 152 152 this.rightVarNameStringDataView.Size = new System.Drawing.Size(100, 20); 153 153 this.rightVarNameStringDataView.StringData = null; 154 this.rightVarNameStringDataView.TabIndex = 5;154 this.rightVarNameStringDataView.TabIndex = 3; 155 155 // 156 156 // leftVarNameStringDataView … … 161 161 this.leftVarNameStringDataView.Size = new System.Drawing.Size(100, 20); 162 162 this.leftVarNameStringDataView.StringData = null; 163 this.leftVarNameStringDataView.TabIndex = 6;163 this.leftVarNameStringDataView.TabIndex = 1; 164 164 // 165 165 // VariableComparisonConstraintView
Note: See TracChangeset
for help on using the changeset viewer.