Changeset 1412
- Timestamp:
- 03/25/09 13:16:44 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.SimOpt
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.SimOpt/DoubleParameterBoundConstraintView.Designer.cs
r591 r1412 60 60 this.ubTextBox.Name = "ubTextBox"; 61 61 this.ubTextBox.Size = new System.Drawing.Size(83, 20); 62 this.ubTextBox.TabIndex = 31;62 this.ubTextBox.TabIndex = 5; 63 63 this.ubTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; 64 64 this.ubTextBox.Validated += new System.EventHandler(this.ubTextBox_Validated); … … 70 70 this.lbTextBox.Name = "lbTextBox"; 71 71 this.lbTextBox.Size = new System.Drawing.Size(83, 20); 72 this.lbTextBox.TabIndex = 30;72 this.lbTextBox.TabIndex = 2; 73 73 this.lbTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; 74 74 this.lbTextBox.Validated += new System.EventHandler(this.lbTextBox_Validated); … … 81 81 this.ubIncludedCheckBox.Name = "ubIncludedCheckBox"; 82 82 this.ubIncludedCheckBox.Size = new System.Drawing.Size(73, 17); 83 this.ubIncludedCheckBox.TabIndex = 29;83 this.ubIncludedCheckBox.TabIndex = 6; 84 84 this.ubIncludedCheckBox.Text = "Included?"; 85 85 this.ubIncludedCheckBox.UseVisualStyleBackColor = true; … … 92 92 this.lbIncludedCheckBox.Name = "lbIncludedCheckBox"; 93 93 this.lbIncludedCheckBox.Size = new System.Drawing.Size(73, 17); 94 this.lbIncludedCheckBox.TabIndex = 28;94 this.lbIncludedCheckBox.TabIndex = 3; 95 95 this.lbIncludedCheckBox.Text = "Included?"; 96 96 this.lbIncludedCheckBox.UseVisualStyleBackColor = true; … … 104 104 this.ubEnabledCheckBox.Name = "ubEnabledCheckBox"; 105 105 this.ubEnabledCheckBox.Size = new System.Drawing.Size(91, 17); 106 this.ubEnabledCheckBox.TabIndex = 27;106 this.ubEnabledCheckBox.TabIndex = 4; 107 107 this.ubEnabledCheckBox.Text = "Upper bound:"; 108 108 this.ubEnabledCheckBox.UseVisualStyleBackColor = true; … … 116 116 this.lbEnabledCheckBox.Name = "lbEnabledCheckBox"; 117 117 this.lbEnabledCheckBox.Size = new System.Drawing.Size(91, 17); 118 this.lbEnabledCheckBox.TabIndex = 26;118 this.lbEnabledCheckBox.TabIndex = 1; 119 119 this.lbEnabledCheckBox.Text = "Lower bound:"; 120 120 this.lbEnabledCheckBox.UseVisualStyleBackColor = true; … … 126 126 this.pmTextBox.Name = "pmTextBox"; 127 127 this.pmTextBox.Size = new System.Drawing.Size(156, 20); 128 this.pmTextBox.TabIndex = 32;128 this.pmTextBox.TabIndex = 0; 129 129 this.pmTextBox.TextChanged += new System.EventHandler(this.pmTextBox_TextChanged); 130 130 // … … 135 135 this.pmLabel.Name = "pmLabel"; 136 136 this.pmLabel.Size = new System.Drawing.Size(38, 13); 137 this.pmLabel.TabIndex = 33;137 this.pmLabel.TabIndex = 7; 138 138 this.pmLabel.Text = "Name:"; 139 139 // -
trunk/sources/HeuristicLab.SimOpt/HeuristicLab.SimOpt.csproj
r858 r1412 66 66 </ItemGroup> 67 67 <ItemGroup> 68 <Compile Include="IntParameterBoundConstraintView.cs"> 69 <SubType>UserControl</SubType> 70 </Compile> 71 <Compile Include="IntParameterBoundConstraintView.Designer.cs"> 72 <DependentUpon>IntParameterBoundConstraintView.cs</DependentUpon> 73 </Compile> 74 <Compile Include="IntParameterBoundConstraint.cs" /> 68 75 <Compile Include="SimOptCrossoverPreparator.cs" /> 69 76 <Compile Include="SimOptSequentialSubOperatorProcessor.cs" /> … … 96 103 </ItemGroup> 97 104 <ItemGroup> 105 <EmbeddedResource Include="IntParameterBoundConstraintView.resx"> 106 <DependentUpon>IntParameterBoundConstraintView.cs</DependentUpon> 107 <SubType>Designer</SubType> 108 </EmbeddedResource> 98 109 <EmbeddedResource Include="DoubleParameterBoundConstraintView.resx"> 99 110 <DependentUpon>DoubleParameterBoundConstraintView.cs</DependentUpon> … … 130 141 <Name>HeuristicLab.PluginInfrastructure</Name> 131 142 </ProjectReference> 143 <ProjectReference Include="..\HeuristicLab.Random\HeuristicLab.Random.csproj"> 144 <Project>{47019A74-F7F7-482E-83AA-D3F4F777E879}</Project> 145 <Name>HeuristicLab.Random</Name> 146 </ProjectReference> 132 147 <ProjectReference Include="..\HeuristicLab.Selection\HeuristicLab.Selection.csproj"> 133 148 <Project>{F7CF0571-25CB-43D5-8443-0843A1E2861A}</Project>
Note: See TracChangeset
for help on using the changeset viewer.