Changeset 11203 for branches/HiveStatistics/sources/HeuristicLab.Encodings.ScheduleEncoding.Views/3.3/TaskView.Designer.cs
- Timestamp:
- 07/18/14 12:35:00 (10 years ago)
- Location:
- branches/HiveStatistics/sources
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveStatistics/sources
- Property svn:ignore
-
old new 8 8 FxCopResults.txt 9 9 Google.ProtocolBuffers-0.9.1.dll 10 Google.ProtocolBuffers-2.4.1.473.dll11 10 HeuristicLab 3.3.5.1.ReSharper.user 12 11 HeuristicLab 3.3.6.0.ReSharper.user 13 12 HeuristicLab.4.5.resharper.user 14 13 HeuristicLab.ExtLibs.6.0.ReSharper.user 15 HeuristicLab.Scripting.Development16 14 HeuristicLab.resharper.user 17 15 ProtoGen.exe … … 19 17 _ReSharper.HeuristicLab 20 18 _ReSharper.HeuristicLab 3.3 21 _ReSharper.HeuristicLab 3.3 Tests22 19 _ReSharper.HeuristicLab.ExtLibs 23 20 bin 24 21 protoc.exe 22 _ReSharper.HeuristicLab 3.3 Tests 23 Google.ProtocolBuffers-2.4.1.473.dll
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/HiveStatistics/sources/HeuristicLab.Encodings.ScheduleEncoding.Views/3.3/TaskView.Designer.cs
r11202 r11203 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 4Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 83 83 this.resourceNrLabel.Name = "resourceNrLabel"; 84 84 this.resourceNrLabel.Size = new System.Drawing.Size(70, 13); 85 this.resourceNrLabel.TabIndex = 2;85 this.resourceNrLabel.TabIndex = 0; 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 = 3;95 this.resourceNrTextBox.TabIndex = 1; 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 = 4;108 this.jobNrLabel.TabIndex = 0; 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 = 5;118 this.jobNrTextBox.TabIndex = 1; 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 = 6;127 this.durationLabel.TabIndex = 0; 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 = 7;137 this.durationTextBox.TabIndex = 1; 138 138 this.durationTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.durationTextBox_Validating); 139 139 //
Note: See TracChangeset
for help on using the changeset viewer.