Changeset 14029 for branches/crossvalidation-2434/HeuristicLab.Clients.OKB.Views/3.3/RunCreation/Views/OKBProblemView.Designer.cs
- Timestamp:
- 07/08/16 14:40:02 (8 years ago)
- Location:
- branches/crossvalidation-2434
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/crossvalidation-2434
- Property svn:mergeinfo changed
-
branches/crossvalidation-2434/HeuristicLab.Clients.OKB.Views/3.3/RunCreation/Views/OKBProblemView.Designer.cs
r12012 r14029 49 49 this.refreshButton = new System.Windows.Forms.Button(); 50 50 this.cloneProblemButton = new System.Windows.Forms.Button(); 51 this.tabControl = new System.Windows.Forms.TabControl(); 52 this.parametersTabPage = new System.Windows.Forms.TabPage(); 51 53 this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView(); 54 this.solutionsTabPage = new System.Windows.Forms.TabPage(); 55 this.flaAnalysisTabPage = new System.Windows.Forms.TabPage(); 56 this.flaSplitContainer = new System.Windows.Forms.SplitContainer(); 57 this.calculateButton = new System.Windows.Forms.Button(); 58 this.characteristicsMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView(); 59 this.uploadCharacteristicsButton = new System.Windows.Forms.Button(); 60 this.downloadCharacteristicsButton = new System.Windows.Forms.Button(); 61 this.solutionsViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); 62 this.refreshSolutionsButton = new System.Windows.Forms.Button(); 63 this.uploadSolutionsButton = new System.Windows.Forms.Button(); 52 64 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); 65 this.tabControl.SuspendLayout(); 66 this.parametersTabPage.SuspendLayout(); 67 this.solutionsTabPage.SuspendLayout(); 68 this.flaAnalysisTabPage.SuspendLayout(); 69 ((System.ComponentModel.ISupportInitialize)(this.flaSplitContainer)).BeginInit(); 70 this.flaSplitContainer.Panel1.SuspendLayout(); 71 this.flaSplitContainer.Panel2.SuspendLayout(); 72 this.flaSplitContainer.SuspendLayout(); 53 73 this.SuspendLayout(); 54 74 // … … 58 78 this.errorProvider.SetIconPadding(this.nameTextBox, 2); 59 79 this.nameTextBox.Location = new System.Drawing.Point(72, 27); 60 this.nameTextBox.Size = new System.Drawing.Size(6 04, 20);80 this.nameTextBox.Size = new System.Drawing.Size(640, 20); 61 81 this.nameTextBox.TabIndex = 5; 62 82 // … … 68 88 // infoLabel 69 89 // 70 this.infoLabel.Location = new System.Drawing.Point( 687, 30);90 this.infoLabel.Location = new System.Drawing.Point(723, 30); 71 91 this.infoLabel.TabIndex = 6; 72 92 // 73 93 // problemComboBox 74 94 // 75 this.problemComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 76 95 this.problemComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 96 | System.Windows.Forms.AnchorStyles.Right))); 77 97 this.problemComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 78 98 this.problemComboBox.FormattingEnabled = true; 79 99 this.problemComboBox.Location = new System.Drawing.Point(72, 0); 80 100 this.problemComboBox.Name = "problemComboBox"; 81 this.problemComboBox.Size = new System.Drawing.Size( 574, 21);101 this.problemComboBox.Size = new System.Drawing.Size(610, 21); 82 102 this.problemComboBox.TabIndex = 1; 83 103 this.problemComboBox.SelectedValueChanged += new System.EventHandler(this.problemComboBox_SelectedValueChanged); … … 95 115 // 96 116 this.refreshButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 97 this.refreshButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh; 98 this.refreshButton.Location = new System.Drawing.Point(682, -1); 117 this.refreshButton.Location = new System.Drawing.Point(718, -1); 99 118 this.refreshButton.Name = "refreshButton"; 100 119 this.refreshButton.Size = new System.Drawing.Size(24, 24); … … 107 126 // 108 127 this.cloneProblemButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 109 this.cloneProblemButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Clone; 110 this.cloneProblemButton.Location = new System.Drawing.Point(652, -1); 128 this.cloneProblemButton.Location = new System.Drawing.Point(688, -1); 111 129 this.cloneProblemButton.Name = "cloneProblemButton"; 112 130 this.cloneProblemButton.Size = new System.Drawing.Size(24, 24); … … 116 134 this.cloneProblemButton.Click += new System.EventHandler(this.cloneProblemButton_Click); 117 135 // 136 // tabControl 137 // 138 this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 139 | System.Windows.Forms.AnchorStyles.Left) 140 | System.Windows.Forms.AnchorStyles.Right))); 141 this.tabControl.Controls.Add(this.parametersTabPage); 142 this.tabControl.Controls.Add(this.solutionsTabPage); 143 this.tabControl.Controls.Add(this.flaAnalysisTabPage); 144 this.tabControl.Location = new System.Drawing.Point(6, 53); 145 this.tabControl.Name = "tabControl"; 146 this.tabControl.SelectedIndex = 0; 147 this.tabControl.Size = new System.Drawing.Size(736, 473); 148 this.tabControl.TabIndex = 8; 149 // 150 // parametersTabPage 151 // 152 this.parametersTabPage.Controls.Add(this.parameterCollectionView); 153 this.parametersTabPage.Location = new System.Drawing.Point(4, 22); 154 this.parametersTabPage.Name = "parametersTabPage"; 155 this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3); 156 this.parametersTabPage.Size = new System.Drawing.Size(728, 447); 157 this.parametersTabPage.TabIndex = 0; 158 this.parametersTabPage.Text = "Parameters"; 159 this.parametersTabPage.UseVisualStyleBackColor = true; 160 // 118 161 // parameterCollectionView 119 162 // 120 163 this.parameterCollectionView.AllowEditingOfHiddenParameters = false; 121 this.parameterCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)122 | System.Windows.Forms.AnchorStyles.Left)123 | System.Windows.Forms.AnchorStyles.Right)));124 164 this.parameterCollectionView.Caption = "ParameterCollection View"; 125 165 this.parameterCollectionView.Content = null; 126 this.parameterCollectionView.Location = new System.Drawing.Point(0, 53); 166 this.parameterCollectionView.Dock = System.Windows.Forms.DockStyle.Fill; 167 this.parameterCollectionView.Location = new System.Drawing.Point(3, 3); 127 168 this.parameterCollectionView.Name = "parameterCollectionView"; 128 this.parameterCollectionView.ReadOnly = false; 129 this.parameterCollectionView.Size = new System.Drawing.Size(706, 340); 130 this.parameterCollectionView.TabIndex = 7; 169 this.parameterCollectionView.ReadOnly = true; 170 this.parameterCollectionView.ShowDetails = true; 171 this.parameterCollectionView.Size = new System.Drawing.Size(722, 441); 172 this.parameterCollectionView.TabIndex = 8; 173 // 174 // solutionsTabPage 175 // 176 this.solutionsTabPage.Controls.Add(this.uploadSolutionsButton); 177 this.solutionsTabPage.Controls.Add(this.refreshSolutionsButton); 178 this.solutionsTabPage.Controls.Add(this.solutionsViewHost); 179 this.solutionsTabPage.Location = new System.Drawing.Point(4, 22); 180 this.solutionsTabPage.Name = "solutionsTabPage"; 181 this.solutionsTabPage.Padding = new System.Windows.Forms.Padding(3); 182 this.solutionsTabPage.Size = new System.Drawing.Size(728, 447); 183 this.solutionsTabPage.TabIndex = 3; 184 this.solutionsTabPage.Text = "Solutions"; 185 this.solutionsTabPage.UseVisualStyleBackColor = true; 186 // 187 // flaAnalysisTabPage 188 // 189 this.flaAnalysisTabPage.Controls.Add(this.flaSplitContainer); 190 this.flaAnalysisTabPage.Location = new System.Drawing.Point(4, 22); 191 this.flaAnalysisTabPage.Name = "flaAnalysisTabPage"; 192 this.flaAnalysisTabPage.Padding = new System.Windows.Forms.Padding(3); 193 this.flaAnalysisTabPage.Size = new System.Drawing.Size(728, 447); 194 this.flaAnalysisTabPage.TabIndex = 2; 195 this.flaAnalysisTabPage.Text = "Fitness Landscape Analysis"; 196 this.flaAnalysisTabPage.UseVisualStyleBackColor = true; 197 // 198 // flaSplitContainer 199 // 200 this.flaSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill; 201 this.flaSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; 202 this.flaSplitContainer.Location = new System.Drawing.Point(3, 3); 203 this.flaSplitContainer.Name = "flaSplitContainer"; 204 // 205 // flaSplitContainer.Panel1 206 // 207 this.flaSplitContainer.Panel1.Controls.Add(this.calculateButton); 208 // 209 // flaSplitContainer.Panel2 210 // 211 this.flaSplitContainer.Panel2.Controls.Add(this.characteristicsMatrixView); 212 this.flaSplitContainer.Panel2.Controls.Add(this.uploadCharacteristicsButton); 213 this.flaSplitContainer.Panel2.Controls.Add(this.downloadCharacteristicsButton); 214 this.flaSplitContainer.Size = new System.Drawing.Size(722, 441); 215 this.flaSplitContainer.SplitterDistance = 363; 216 this.flaSplitContainer.TabIndex = 7; 217 // 218 // calculateButton 219 // 220 this.calculateButton.Location = new System.Drawing.Point(3, 3); 221 this.calculateButton.Name = "calculateButton"; 222 this.calculateButton.Size = new System.Drawing.Size(26, 23); 223 this.calculateButton.TabIndex = 8; 224 this.calculateButton.Text = "Calculate"; 225 this.calculateButton.UseVisualStyleBackColor = true; 226 this.calculateButton.Click += new System.EventHandler(this.calculateButton_Click); 227 // 228 // characteristicsMatrixView 229 // 230 this.characteristicsMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 231 | System.Windows.Forms.AnchorStyles.Left) 232 | System.Windows.Forms.AnchorStyles.Right))); 233 this.characteristicsMatrixView.Caption = "StringConvertibleMatrix View"; 234 this.characteristicsMatrixView.Content = null; 235 this.characteristicsMatrixView.Location = new System.Drawing.Point(3, 32); 236 this.characteristicsMatrixView.Name = "characteristicsMatrixView"; 237 this.characteristicsMatrixView.ReadOnly = false; 238 this.characteristicsMatrixView.ShowRowsAndColumnsTextBox = false; 239 this.characteristicsMatrixView.ShowStatisticalInformation = false; 240 this.characteristicsMatrixView.Size = new System.Drawing.Size(349, 406); 241 this.characteristicsMatrixView.TabIndex = 4; 242 // 243 // uploadCharacteristicsButton 244 // 245 this.uploadCharacteristicsButton.Location = new System.Drawing.Point(35, 3); 246 this.uploadCharacteristicsButton.Name = "uploadCharacteristicsButton"; 247 this.uploadCharacteristicsButton.Size = new System.Drawing.Size(26, 23); 248 this.uploadCharacteristicsButton.TabIndex = 5; 249 this.uploadCharacteristicsButton.Text = "Upload"; 250 this.uploadCharacteristicsButton.UseVisualStyleBackColor = true; 251 this.uploadCharacteristicsButton.Click += new System.EventHandler(this.uploadCharacteristicsButton_Click); 252 // 253 // downloadCharacteristicsButton 254 // 255 this.downloadCharacteristicsButton.Location = new System.Drawing.Point(3, 3); 256 this.downloadCharacteristicsButton.Name = "downloadCharacteristicsButton"; 257 this.downloadCharacteristicsButton.Size = new System.Drawing.Size(26, 23); 258 this.downloadCharacteristicsButton.TabIndex = 6; 259 this.downloadCharacteristicsButton.Text = "Download"; 260 this.downloadCharacteristicsButton.UseVisualStyleBackColor = true; 261 this.downloadCharacteristicsButton.Click += new System.EventHandler(this.downloadCharacteristicsButton_Click); 262 // 263 // solutionsViewHost 264 // 265 this.solutionsViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 266 | System.Windows.Forms.AnchorStyles.Left) 267 | System.Windows.Forms.AnchorStyles.Right))); 268 this.solutionsViewHost.Caption = "View"; 269 this.solutionsViewHost.Content = null; 270 this.solutionsViewHost.Enabled = false; 271 this.solutionsViewHost.Location = new System.Drawing.Point(0, 35); 272 this.solutionsViewHost.Name = "solutionsViewHost"; 273 this.solutionsViewHost.ReadOnly = false; 274 this.solutionsViewHost.Size = new System.Drawing.Size(728, 412); 275 this.solutionsViewHost.TabIndex = 0; 276 this.solutionsViewHost.ViewsLabelVisible = true; 277 this.solutionsViewHost.ViewType = null; 278 // 279 // refreshSolutionsButton 280 // 281 this.refreshSolutionsButton.Location = new System.Drawing.Point(6, 6); 282 this.refreshSolutionsButton.Name = "refreshSolutionsButton"; 283 this.refreshSolutionsButton.Size = new System.Drawing.Size(26, 23); 284 this.refreshSolutionsButton.TabIndex = 1; 285 this.refreshSolutionsButton.Text = "Refresh"; 286 this.refreshSolutionsButton.UseVisualStyleBackColor = true; 287 this.refreshSolutionsButton.Click += new System.EventHandler(this.refreshSolutionsButton_Click); 288 // 289 // uploadSolutionsButton 290 // 291 this.uploadSolutionsButton.Location = new System.Drawing.Point(38, 6); 292 this.uploadSolutionsButton.Name = "uploadSolutionsButton"; 293 this.uploadSolutionsButton.Size = new System.Drawing.Size(26, 23); 294 this.uploadSolutionsButton.TabIndex = 1; 295 this.uploadSolutionsButton.Text = "Upload"; 296 this.uploadSolutionsButton.UseVisualStyleBackColor = true; 297 this.uploadSolutionsButton.Click += new System.EventHandler(this.uploadSolutionsButton_Click); 131 298 // 132 299 // OKBProblemView … … 134 301 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 135 302 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 303 this.Controls.Add(this.tabControl); 136 304 this.Controls.Add(this.problemComboBox); 137 this.Controls.Add(this.parameterCollectionView);138 305 this.Controls.Add(this.problemLabel); 139 306 this.Controls.Add(this.cloneProblemButton); 140 307 this.Controls.Add(this.refreshButton); 141 308 this.Name = "OKBProblemView"; 142 this.Size = new System.Drawing.Size(7 06, 393);309 this.Size = new System.Drawing.Size(742, 526); 143 310 this.Controls.SetChildIndex(this.refreshButton, 0); 144 311 this.Controls.SetChildIndex(this.cloneProblemButton, 0); 145 312 this.Controls.SetChildIndex(this.problemLabel, 0); 146 this.Controls.SetChildIndex(this.parameterCollectionView, 0); 313 this.Controls.SetChildIndex(this.problemComboBox, 0); 314 this.Controls.SetChildIndex(this.tabControl, 0); 147 315 this.Controls.SetChildIndex(this.nameTextBox, 0); 148 316 this.Controls.SetChildIndex(this.nameLabel, 0); 149 317 this.Controls.SetChildIndex(this.infoLabel, 0); 150 this.Controls.SetChildIndex(this.problemComboBox, 0);151 318 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); 319 this.tabControl.ResumeLayout(false); 320 this.parametersTabPage.ResumeLayout(false); 321 this.solutionsTabPage.ResumeLayout(false); 322 this.flaAnalysisTabPage.ResumeLayout(false); 323 this.flaSplitContainer.Panel1.ResumeLayout(false); 324 this.flaSplitContainer.Panel2.ResumeLayout(false); 325 ((System.ComponentModel.ISupportInitialize)(this.flaSplitContainer)).EndInit(); 326 this.flaSplitContainer.ResumeLayout(false); 152 327 this.ResumeLayout(false); 153 328 this.PerformLayout(); … … 161 336 private System.Windows.Forms.Button refreshButton; 162 337 private System.Windows.Forms.Button cloneProblemButton; 163 private HeuristicLab.Core.Views.ParameterCollectionView parameterCollectionView; 338 private System.Windows.Forms.TabControl tabControl; 339 private System.Windows.Forms.TabPage parametersTabPage; 340 private Core.Views.ParameterCollectionView parameterCollectionView; 341 private System.Windows.Forms.TabPage flaAnalysisTabPage; 342 private System.Windows.Forms.Button calculateButton; 343 private System.Windows.Forms.SplitContainer flaSplitContainer; 344 private Data.Views.StringConvertibleMatrixView characteristicsMatrixView; 345 private System.Windows.Forms.Button uploadCharacteristicsButton; 346 private System.Windows.Forms.Button downloadCharacteristicsButton; 347 private System.Windows.Forms.TabPage solutionsTabPage; 348 private MainForm.WindowsForms.ViewHost solutionsViewHost; 349 private System.Windows.Forms.Button uploadSolutionsButton; 350 private System.Windows.Forms.Button refreshSolutionsButton; 164 351 165 352
Note: See TracChangeset
for help on using the changeset viewer.