Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/06/10 15:56:09 (14 years ago)
Author:
mkommend
Message:

updated cross validation (ticket #1199)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Classification/HeuristicLab.Algorithms.DataAnalysis.Views/3.3/CrossValidationView.Designer.cs

    r4542 r4561  
    7575      this.foldsTabPage = new System.Windows.Forms.TabPage();
    7676      this.algorithmResultsCollectionView = new HeuristicLab.Algorithms.DataAnalysis.Views.AlgorithmResultsCollectionView();
     77      this.runsTabPage = new System.Windows.Forms.TabPage();
     78      this.storeAlgorithmInEachRunCheckBox = new System.Windows.Forms.CheckBox();
     79      this.runCollectionView = new HeuristicLab.Optimization.Views.RunCollectionView();
    7780      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
    7881      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     
    8588      this.algorithmParametersTabPage.SuspendLayout();
    8689      this.foldsTabPage.SuspendLayout();
     90      this.runsTabPage.SuspendLayout();
    8791      this.SuspendLayout();
    8892      //
     
    9296      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    9397      this.nameTextBox.Location = new System.Drawing.Point(80, 0);
    94       this.nameTextBox.Size = new System.Drawing.Size(574, 20);
     98      this.nameTextBox.Size = new System.Drawing.Size(531, 20);
    9599      //
    96100      // descriptionTextBox
    97101      //
    98102      this.descriptionTextBox.Location = new System.Drawing.Point(80, 26);
    99       this.descriptionTextBox.Size = new System.Drawing.Size(574, 20);
     103      this.descriptionTextBox.Size = new System.Drawing.Size(531, 20);
    100104      //
    101105      // startButton
     
    146150      //
    147151      this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    148       this.executionTimeTextBox.Location = new System.Drawing.Point(519, 517);
     152      this.executionTimeTextBox.Location = new System.Drawing.Point(476, 517);
    149153      this.executionTimeTextBox.Name = "executionTimeTextBox";
    150154      this.executionTimeTextBox.ReadOnly = true;
     
    156160      this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    157161      this.executionTimeLabel.AutoSize = true;
    158       this.executionTimeLabel.Location = new System.Drawing.Point(430, 520);
     162      this.executionTimeLabel.Location = new System.Drawing.Point(387, 520);
    159163      this.executionTimeLabel.Name = "executionTimeLabel";
    160164      this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
     
    166170      this.foldsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    167171                  | System.Windows.Forms.AnchorStyles.Right)));
    168       this.foldsNumericUpDown.Location = new System.Drawing.Point(80, 81);
     172      this.foldsNumericUpDown.Location = new System.Drawing.Point(389, 79);
    169173      this.foldsNumericUpDown.Maximum = new decimal(new int[] {
    170174            50,
     
    173177            0});
    174178      this.foldsNumericUpDown.Minimum = new decimal(new int[] {
    175             1,
     179            2,
    176180            0,
    177181            0,
    178182            0});
    179183      this.foldsNumericUpDown.Name = "foldsNumericUpDown";
    180       this.foldsNumericUpDown.Size = new System.Drawing.Size(574, 20);
     184      this.foldsNumericUpDown.Size = new System.Drawing.Size(222, 20);
    181185      this.foldsNumericUpDown.TabIndex = 18;
    182186      this.foldsNumericUpDown.ThousandsSeparator = true;
    183187      this.foldsNumericUpDown.Value = new decimal(new int[] {
    184             1,
     188            2,
    185189            0,
    186190            0,
     
    192196      //
    193197      this.foldsLabel.AutoSize = true;
    194       this.foldsLabel.Location = new System.Drawing.Point(3, 83);
     198      this.foldsLabel.Location = new System.Drawing.Point(333, 80);
    195199      this.foldsLabel.Name = "foldsLabel";
    196200      this.foldsLabel.Size = new System.Drawing.Size(35, 13);
     
    202206      this.workersNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    203207                  | System.Windows.Forms.AnchorStyles.Right)));
    204       this.workersNumericUpDown.Location = new System.Drawing.Point(80, 52);
     208      this.workersNumericUpDown.Location = new System.Drawing.Point(389, 53);
    205209      this.workersNumericUpDown.Maximum = new decimal(new int[] {
    206210            50,
     
    214218            0});
    215219      this.workersNumericUpDown.Name = "workersNumericUpDown";
    216       this.workersNumericUpDown.Size = new System.Drawing.Size(574, 20);
     220      this.workersNumericUpDown.Size = new System.Drawing.Size(222, 20);
    217221      this.workersNumericUpDown.TabIndex = 20;
    218222      this.workersNumericUpDown.ThousandsSeparator = true;
     
    228232      //
    229233      this.workersLabel.AutoSize = true;
    230       this.workersLabel.Location = new System.Drawing.Point(3, 54);
     234      this.workersLabel.Location = new System.Drawing.Point(333, 55);
    231235      this.workersLabel.Name = "workersLabel";
    232236      this.workersLabel.Size = new System.Drawing.Size(50, 13);
     
    237241      //
    238242      this.samplesStartLabel.AutoSize = true;
    239       this.samplesStartLabel.Location = new System.Drawing.Point(3, 110);
     243      this.samplesStartLabel.Location = new System.Drawing.Point(3, 55);
    240244      this.samplesStartLabel.Name = "samplesStartLabel";
    241245      this.samplesStartLabel.Size = new System.Drawing.Size(75, 13);
     
    246250      //
    247251      this.samplesEndLabel.AutoSize = true;
    248       this.samplesEndLabel.Location = new System.Drawing.Point(3, 135);
     252      this.samplesEndLabel.Location = new System.Drawing.Point(3, 80);
    249253      this.samplesEndLabel.Name = "samplesEndLabel";
    250254      this.samplesEndLabel.Size = new System.Drawing.Size(72, 13);
     
    254258      // samplesEndStringConvertibleValueView
    255259      //
    256       this.samplesEndStringConvertibleValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    257                   | System.Windows.Forms.AnchorStyles.Right)));
    258260      this.samplesEndStringConvertibleValueView.Caption = "StringConvertibleValue View";
    259261      this.samplesEndStringConvertibleValueView.Content = null;
    260262      this.samplesEndStringConvertibleValueView.LabelVisible = false;
    261       this.samplesEndStringConvertibleValueView.Location = new System.Drawing.Point(80, 132);
     263      this.samplesEndStringConvertibleValueView.Location = new System.Drawing.Point(80, 79);
    262264      this.samplesEndStringConvertibleValueView.Name = "samplesEndStringConvertibleValueView";
    263265      this.samplesEndStringConvertibleValueView.ReadOnly = false;
    264       this.samplesEndStringConvertibleValueView.Size = new System.Drawing.Size(577, 19);
     266      this.samplesEndStringConvertibleValueView.Size = new System.Drawing.Size(247, 18);
    265267      this.samplesEndStringConvertibleValueView.TabIndex = 24;
    266268      //
    267269      // samplesStartStringConvertibleValueView
    268270      //
    269       this.samplesStartStringConvertibleValueView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    270                   | System.Windows.Forms.AnchorStyles.Right)));
    271271      this.samplesStartStringConvertibleValueView.Caption = "StringConvertibleValue View";
    272272      this.samplesStartStringConvertibleValueView.Content = null;
    273273      this.samplesStartStringConvertibleValueView.LabelVisible = false;
    274       this.samplesStartStringConvertibleValueView.Location = new System.Drawing.Point(80, 107);
     274      this.samplesStartStringConvertibleValueView.Location = new System.Drawing.Point(80, 54);
    275275      this.samplesStartStringConvertibleValueView.Name = "samplesStartStringConvertibleValueView";
    276276      this.samplesStartStringConvertibleValueView.ReadOnly = false;
    277       this.samplesStartStringConvertibleValueView.Size = new System.Drawing.Size(577, 19);
     277      this.samplesStartStringConvertibleValueView.Size = new System.Drawing.Size(247, 18);
    278278      this.samplesStartStringConvertibleValueView.TabIndex = 22;
    279279      //
     
    285285      this.tabControl.Controls.Add(this.algorithmTabPage);
    286286      this.tabControl.Controls.Add(this.foldsTabPage);
    287       this.tabControl.Location = new System.Drawing.Point(0, 157);
     287      this.tabControl.Controls.Add(this.runsTabPage);
     288      this.tabControl.Location = new System.Drawing.Point(0, 105);
    288289      this.tabControl.Name = "tabControl";
    289290      this.tabControl.SelectedIndex = 0;
    290       this.tabControl.Size = new System.Drawing.Size(657, 351);
     291      this.tabControl.Size = new System.Drawing.Size(614, 403);
    291292      this.tabControl.TabIndex = 25;
    292293      //
     
    301302      this.algorithmTabPage.Name = "algorithmTabPage";
    302303      this.algorithmTabPage.Padding = new System.Windows.Forms.Padding(3);
    303       this.algorithmTabPage.Size = new System.Drawing.Size(649, 325);
     304      this.algorithmTabPage.Size = new System.Drawing.Size(606, 377);
    304305      this.algorithmTabPage.TabIndex = 0;
    305306      this.algorithmTabPage.Text = "Algorithm";
     
    318319      this.algorithmNamedItemView.Name = "algorithmNamedItemView";
    319320      this.algorithmNamedItemView.ReadOnly = false;
    320       this.algorithmNamedItemView.Size = new System.Drawing.Size(637, 52);
     321      this.algorithmNamedItemView.Size = new System.Drawing.Size(594, 52);
    321322      this.algorithmNamedItemView.TabIndex = 29;
    322323      //
     
    331332      this.algorithmTabControl.Name = "algorithmTabControl";
    332333      this.algorithmTabControl.SelectedIndex = 0;
    333       this.algorithmTabControl.Size = new System.Drawing.Size(635, 225);
     334      this.algorithmTabControl.Size = new System.Drawing.Size(592, 277);
    334335      this.algorithmTabControl.TabIndex = 28;
    335336      //
     
    342343      this.algorithmProblemTabPage.Name = "algorithmProblemTabPage";
    343344      this.algorithmProblemTabPage.Padding = new System.Windows.Forms.Padding(3);
    344       this.algorithmProblemTabPage.Size = new System.Drawing.Size(627, 199);
     345      this.algorithmProblemTabPage.Size = new System.Drawing.Size(584, 251);
    345346      this.algorithmProblemTabPage.TabIndex = 0;
    346347      this.algorithmProblemTabPage.Text = "Problem";
     
    372373      this.algorithmProblemViewHost.Name = "algorithmProblemViewHost";
    373374      this.algorithmProblemViewHost.ReadOnly = false;
    374       this.algorithmProblemViewHost.Size = new System.Drawing.Size(615, 157);
     375      this.algorithmProblemViewHost.Size = new System.Drawing.Size(572, 209);
    375376      this.algorithmProblemViewHost.TabIndex = 0;
    376377      this.algorithmProblemViewHost.ViewType = null;
     
    393394      this.algorithmParametersTabPage.Name = "algorithmParametersTabPage";
    394395      this.algorithmParametersTabPage.Padding = new System.Windows.Forms.Padding(3);
    395       this.algorithmParametersTabPage.Size = new System.Drawing.Size(627, 199);
     396      this.algorithmParametersTabPage.Size = new System.Drawing.Size(584, 251);
    396397      this.algorithmParametersTabPage.TabIndex = 1;
    397398      this.algorithmParametersTabPage.Text = "Parameters";
     
    406407      this.algorithmParameterCollectionView.Name = "algorithmParameterCollectionView";
    407408      this.algorithmParameterCollectionView.ReadOnly = false;
    408       this.algorithmParameterCollectionView.Size = new System.Drawing.Size(621, 193);
     409      this.algorithmParameterCollectionView.Size = new System.Drawing.Size(578, 245);
    409410      this.algorithmParameterCollectionView.TabIndex = 0;
    410411      //
     
    437438      this.foldsTabPage.Name = "foldsTabPage";
    438439      this.foldsTabPage.Padding = new System.Windows.Forms.Padding(3);
    439       this.foldsTabPage.Size = new System.Drawing.Size(649, 325);
     440      this.foldsTabPage.Size = new System.Drawing.Size(606, 377);
    440441      this.foldsTabPage.TabIndex = 1;
    441442      this.foldsTabPage.Text = "Folds";
     
    450451      this.algorithmResultsCollectionView.Name = "algorithmResultsCollectionView";
    451452      this.algorithmResultsCollectionView.ReadOnly = true;
    452       this.algorithmResultsCollectionView.Size = new System.Drawing.Size(643, 319);
     453      this.algorithmResultsCollectionView.Size = new System.Drawing.Size(600, 371);
    453454      this.algorithmResultsCollectionView.TabIndex = 0;
     455      //
     456      // runsTabPage
     457      //
     458      this.runsTabPage.Controls.Add(this.storeAlgorithmInEachRunCheckBox);
     459      this.runsTabPage.Controls.Add(this.runCollectionView);
     460      this.runsTabPage.Location = new System.Drawing.Point(4, 22);
     461      this.runsTabPage.Name = "runsTabPage";
     462      this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
     463      this.runsTabPage.Size = new System.Drawing.Size(606, 377);
     464      this.runsTabPage.TabIndex = 2;
     465      this.runsTabPage.Text = "Runs";
     466      this.runsTabPage.UseVisualStyleBackColor = true;
     467      //
     468      // storeAlgorithmInEachRunCheckBox
     469      //
     470      this.storeAlgorithmInEachRunCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     471      this.storeAlgorithmInEachRunCheckBox.AutoSize = true;
     472      this.storeAlgorithmInEachRunCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     473      this.storeAlgorithmInEachRunCheckBox.Checked = true;
     474      this.storeAlgorithmInEachRunCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
     475      this.storeAlgorithmInEachRunCheckBox.Location = new System.Drawing.Point(440, 4);
     476      this.storeAlgorithmInEachRunCheckBox.Name = "storeAlgorithmInEachRunCheckBox";
     477      this.storeAlgorithmInEachRunCheckBox.Size = new System.Drawing.Size(161, 17);
     478      this.storeAlgorithmInEachRunCheckBox.TabIndex = 2;
     479      this.storeAlgorithmInEachRunCheckBox.Text = "&Store Algorithm in each Run:";
     480      this.toolTip.SetToolTip(this.storeAlgorithmInEachRunCheckBox, "Check to store a copy of the algorithm in each run.");
     481      this.storeAlgorithmInEachRunCheckBox.UseVisualStyleBackColor = true;
     482      this.storeAlgorithmInEachRunCheckBox.CheckedChanged += new System.EventHandler(this.storeAlgorithmInEachRunCheckBox_CheckedChanged);
     483      //
     484      // runCollectionView
     485      //
     486      this.runCollectionView.Caption = "RunCollection View";
     487      this.runCollectionView.Content = null;
     488      this.runCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
     489      this.runCollectionView.Location = new System.Drawing.Point(3, 3);
     490      this.runCollectionView.Name = "runCollectionView";
     491      this.runCollectionView.ReadOnly = false;
     492      this.runCollectionView.Size = new System.Drawing.Size(600, 371);
     493      this.runCollectionView.TabIndex = 3;
    454494      //
    455495      // openFileDialog
     
    465505      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    466506      this.Controls.Add(this.tabControl);
     507      this.Controls.Add(this.executionTimeTextBox);
     508      this.Controls.Add(this.executionTimeLabel);
     509      this.Controls.Add(this.samplesStartStringConvertibleValueView);
     510      this.Controls.Add(this.startButton);
     511      this.Controls.Add(this.workersNumericUpDown);
     512      this.Controls.Add(this.workersLabel);
    467513      this.Controls.Add(this.samplesEndStringConvertibleValueView);
    468514      this.Controls.Add(this.samplesEndLabel);
    469       this.Controls.Add(this.samplesStartStringConvertibleValueView);
    470       this.Controls.Add(this.samplesStartLabel);
    471       this.Controls.Add(this.workersNumericUpDown);
    472       this.Controls.Add(this.workersLabel);
     515      this.Controls.Add(this.pauseButton);
    473516      this.Controls.Add(this.foldsNumericUpDown);
    474517      this.Controls.Add(this.foldsLabel);
    475       this.Controls.Add(this.executionTimeTextBox);
    476       this.Controls.Add(this.executionTimeLabel);
    477       this.Controls.Add(this.startButton);
    478       this.Controls.Add(this.pauseButton);
     518      this.Controls.Add(this.samplesStartLabel);
    479519      this.Controls.Add(this.stopButton);
    480520      this.Controls.Add(this.resetButton);
    481521      this.Name = "CrossValidationView";
    482       this.Size = new System.Drawing.Size(657, 538);
     522      this.Size = new System.Drawing.Size(614, 538);
    483523      this.Controls.SetChildIndex(this.resetButton, 0);
    484524      this.Controls.SetChildIndex(this.stopButton, 0);
     525      this.Controls.SetChildIndex(this.samplesStartLabel, 0);
     526      this.Controls.SetChildIndex(this.foldsLabel, 0);
     527      this.Controls.SetChildIndex(this.foldsNumericUpDown, 0);
    485528      this.Controls.SetChildIndex(this.pauseButton, 0);
     529      this.Controls.SetChildIndex(this.samplesEndLabel, 0);
     530      this.Controls.SetChildIndex(this.samplesEndStringConvertibleValueView, 0);
     531      this.Controls.SetChildIndex(this.workersLabel, 0);
     532      this.Controls.SetChildIndex(this.workersNumericUpDown, 0);
    486533      this.Controls.SetChildIndex(this.startButton, 0);
     534      this.Controls.SetChildIndex(this.samplesStartStringConvertibleValueView, 0);
    487535      this.Controls.SetChildIndex(this.executionTimeLabel, 0);
    488536      this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
     537      this.Controls.SetChildIndex(this.tabControl, 0);
    489538      this.Controls.SetChildIndex(this.nameLabel, 0);
    490539      this.Controls.SetChildIndex(this.descriptionLabel, 0);
    491540      this.Controls.SetChildIndex(this.nameTextBox, 0);
    492541      this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    493       this.Controls.SetChildIndex(this.foldsLabel, 0);
    494       this.Controls.SetChildIndex(this.foldsNumericUpDown, 0);
    495       this.Controls.SetChildIndex(this.workersLabel, 0);
    496       this.Controls.SetChildIndex(this.workersNumericUpDown, 0);
    497       this.Controls.SetChildIndex(this.samplesStartLabel, 0);
    498       this.Controls.SetChildIndex(this.samplesStartStringConvertibleValueView, 0);
    499       this.Controls.SetChildIndex(this.samplesEndLabel, 0);
    500       this.Controls.SetChildIndex(this.samplesEndStringConvertibleValueView, 0);
    501       this.Controls.SetChildIndex(this.tabControl, 0);
    502542      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    503543      ((System.ComponentModel.ISupportInitialize)(this.foldsNumericUpDown)).EndInit();
     
    509549      this.algorithmParametersTabPage.ResumeLayout(false);
    510550      this.foldsTabPage.ResumeLayout(false);
     551      this.runsTabPage.ResumeLayout(false);
     552      this.runsTabPage.PerformLayout();
    511553      this.ResumeLayout(false);
    512554      this.PerformLayout();
     
    545587    private Core.Views.ParameterCollectionView algorithmParameterCollectionView;
    546588    private System.Windows.Forms.OpenFileDialog openFileDialog;
     589    private System.Windows.Forms.TabPage runsTabPage;
     590    private Optimization.Views.RunCollectionView runCollectionView;
     591    private System.Windows.Forms.CheckBox storeAlgorithmInEachRunCheckBox;
    547592  }
    548593}
Note: See TracChangeset for help on using the changeset viewer.