Changeset 10483 for branches/LogResidualEvaluator/HeuristicLab.Encodings.ScheduleEncoding.Views/3.3/TaskView.Designer.cs
- Timestamp:
- 02/20/14 14:56:39 (11 years ago)
- Location:
- branches/LogResidualEvaluator
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/LogResidualEvaluator
- Property svn:mergeinfo changed
-
branches/LogResidualEvaluator/HeuristicLab.Encodings.ScheduleEncoding.Views/3.3/TaskView.Designer.cs
r9456 r10483 83 83 this.resourceNrLabel.Name = "resourceNrLabel"; 84 84 this.resourceNrLabel.Size = new System.Drawing.Size(70, 13); 85 this.resourceNrLabel.TabIndex = 0;85 this.resourceNrLabel.TabIndex = 2; 86 86 this.resourceNrLabel.Text = "Resource Nr:"; 87 87 // … … 93 93 this.resourceNrTextBox.Name = "resourceNrTextBox"; 94 94 this.resourceNrTextBox.Size = new System.Drawing.Size(437, 20); 95 this.resourceNrTextBox.TabIndex = 1;95 this.resourceNrTextBox.TabIndex = 3; 96 96 this.resourceNrTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.resourceNrTextBox_Validating); 97 97 // … … 106 106 this.jobNrLabel.Name = "jobNrLabel"; 107 107 this.jobNrLabel.Size = new System.Drawing.Size(41, 13); 108 this.jobNrLabel.TabIndex = 0;108 this.jobNrLabel.TabIndex = 4; 109 109 this.jobNrLabel.Text = "Job Nr:"; 110 110 // … … 116 116 this.jobNrTextBox.Name = "jobNrTextBox"; 117 117 this.jobNrTextBox.Size = new System.Drawing.Size(437, 20); 118 this.jobNrTextBox.TabIndex = 1;118 this.jobNrTextBox.TabIndex = 5; 119 119 this.jobNrTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.jobNrTextBox_Validating); 120 120 // … … 125 125 this.durationLabel.Name = "durationLabel"; 126 126 this.durationLabel.Size = new System.Drawing.Size(50, 13); 127 this.durationLabel.TabIndex = 0;127 this.durationLabel.TabIndex = 6; 128 128 this.durationLabel.Text = "Duration:"; 129 129 // … … 135 135 this.durationTextBox.Name = "durationTextBox"; 136 136 this.durationTextBox.Size = new System.Drawing.Size(437, 20); 137 this.durationTextBox.TabIndex = 1;137 this.durationTextBox.TabIndex = 7; 138 138 this.durationTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.durationTextBox_Validating); 139 139 //
Note: See TracChangeset
for help on using the changeset viewer.