- Timestamp:
- 03/25/11 17:18:58 (14 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.ExternalEvaluation.GP.Views/3.3
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.ExternalEvaluation.GP.Views/3.3/HeuristicLab.Problems.ExternalEvaluation.GP.Views-3.3.csproj
r5163 r5832 169 169 </ProjectReference> 170 170 </ItemGroup> 171 <ItemGroup>172 <EmbeddedResource Include="VariableSymbolView.resx">173 <DependentUpon>VariableSymbolView.cs</DependentUpon>174 </EmbeddedResource>175 </ItemGroup>176 171 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 177 172 <PropertyGroup> -
trunk/sources/HeuristicLab.Problems.ExternalEvaluation.GP.Views/3.3/VariableSymbolView.Designer.cs
r5466 r5832 48 48 this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 49 49 this.errorProvider.SetIconPadding(this.nameTextBox, 2); 50 this.nameTextBox.Size = new System.Drawing.Size(4 77, 20);51 // 52 // descriptionTextBox53 // 54 this. descriptionTextBox.Size = new System.Drawing.Size(477, 20);50 this.nameTextBox.Size = new System.Drawing.Size(466, 20); 51 // 52 // infoLabel 53 // 54 this.infoLabel.Location = new System.Drawing.Point(530, 3); 55 55 // 56 56 // tabControl 57 57 // 58 this.tabControl.AllowDrop = true; 58 59 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 59 60 | System.Windows.Forms.AnchorStyles.Left) … … 61 62 this.tabControl.Controls.Add(this.variableNamesTabPage); 62 63 this.tabControl.Controls.Add(this.parametersTabPage); 63 this.tabControl.Location = new System.Drawing.Point(0, 52);64 this.tabControl.Location = new System.Drawing.Point(0, 26); 64 65 this.tabControl.Name = "tabControl"; 65 66 this.tabControl.SelectedIndex = 0; 66 this.tabControl.Size = new System.Drawing.Size(549, 3 67);67 this.tabControl.TabIndex = 4;67 this.tabControl.Size = new System.Drawing.Size(549, 393); 68 this.tabControl.TabIndex = 3; 68 69 // 69 70 // variableNamesTabPage … … 72 73 this.variableNamesTabPage.Name = "variableNamesTabPage"; 73 74 this.variableNamesTabPage.Padding = new System.Windows.Forms.Padding(3); 74 this.variableNamesTabPage.Size = new System.Drawing.Size(541, 3 41);75 this.variableNamesTabPage.Size = new System.Drawing.Size(541, 367); 75 76 this.variableNamesTabPage.TabIndex = 0; 76 77 this.variableNamesTabPage.Text = "Variable Names"; … … 84 85 this.parametersTabPage.Name = "parametersTabPage"; 85 86 this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3); 86 this.parametersTabPage.Size = new System.Drawing.Size(541, 3 41);87 this.parametersTabPage.Size = new System.Drawing.Size(541, 367); 87 88 this.parametersTabPage.TabIndex = 1; 88 89 this.parametersTabPage.Text = "Parameters"; … … 98 99 this.groupBox2.Name = "groupBox2"; 99 100 this.groupBox2.Size = new System.Drawing.Size(200, 94); 100 this.groupBox2.TabIndex = 2;101 this.groupBox2.TabIndex = 1; 101 102 this.groupBox2.TabStop = false; 102 103 this.groupBox2.Text = "Weight Manipulator"; … … 124 125 this.weightManipulatorSigmaTextBox.Name = "weightManipulatorSigmaTextBox"; 125 126 this.weightManipulatorSigmaTextBox.Size = new System.Drawing.Size(100, 20); 126 this.weightManipulatorSigmaTextBox.TabIndex = 1;127 this.weightManipulatorSigmaTextBox.TabIndex = 3; 127 128 this.weightManipulatorSigmaTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.weightTextBox_Validating); 128 129 // … … 133 134 this.label4.Name = "label4"; 134 135 this.label4.Size = new System.Drawing.Size(17, 13); 135 this.label4.TabIndex = 0;136 this.label4.TabIndex = 2; 136 137 this.label4.Text = "σ:"; 137 138 // … … 145 146 this.groupBox1.Name = "groupBox1"; 146 147 this.groupBox1.Size = new System.Drawing.Size(200, 83); 147 this.groupBox1.TabIndex = 2;148 this.groupBox1.TabIndex = 0; 148 149 this.groupBox1.TabStop = false; 149 150 this.groupBox1.Text = "Weight"; … … 172 173 this.label2.Name = "label2"; 173 174 this.label2.Size = new System.Drawing.Size(17, 13); 174 this.label2.TabIndex = 0;175 this.label2.TabIndex = 2; 175 176 this.label2.Text = "σ:"; 176 177 // … … 180 181 this.weightSigmaTextBox.Name = "weightSigmaTextBox"; 181 182 this.weightSigmaTextBox.Size = new System.Drawing.Size(100, 20); 182 this.weightSigmaTextBox.TabIndex = 1;183 this.weightSigmaTextBox.TabIndex = 3; 183 184 this.weightSigmaTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.weightTextBox_Validating); 184 185 // … … 190 191 this.Name = "VariableSymbolView"; 191 192 this.Size = new System.Drawing.Size(549, 419); 193 this.Controls.SetChildIndex(this.infoLabel, 0); 192 194 this.Controls.SetChildIndex(this.tabControl, 0); 193 195 this.Controls.SetChildIndex(this.nameLabel, 0); 194 this.Controls.SetChildIndex(this.descriptionLabel, 0);195 196 this.Controls.SetChildIndex(this.nameTextBox, 0); 196 this.Controls.SetChildIndex(this.descriptionTextBox, 0);197 197 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); 198 198 this.tabControl.ResumeLayout(false);
Note: See TracChangeset
for help on using the changeset viewer.