Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/25/11 17:18:58 (13 years ago)
Author:
swagner
Message:

Moved description from textbox to icon in NamedItemView and adapted all derived views (#1416)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.DataAnalysis.Views/3.3/CrossValidationView.Designer.cs

    r5466 r5832  
    4646    /// </summary>
    4747    private void InitializeComponent() {
    48       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CrossValidationView));
    4948      this.startButton = new System.Windows.Forms.Button();
    5049      this.pauseButton = new System.Windows.Forms.Button();
     
    7473      this.newAlgorithmButton = new System.Windows.Forms.Button();
    7574      this.resultsTabPage = new System.Windows.Forms.TabPage();
     75      this.resultCollectionView = new HeuristicLab.Optimization.Views.ResultCollectionView();
    7676      this.runsTabPage = new System.Windows.Forms.TabPage();
    7777      this.storeAlgorithmInEachRunCheckBox = new System.Windows.Forms.CheckBox();
     
    7979      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
    8080      this.splitContainer = new System.Windows.Forms.SplitContainer();
    81       this.resultCollectionView = new HeuristicLab.Optimization.Views.ResultCollectionView();
    8281      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    8382      ((System.ComponentModel.ISupportInitialize)(this.foldsNumericUpDown)).BeginInit();
     
    9089      this.resultsTabPage.SuspendLayout();
    9190      this.runsTabPage.SuspendLayout();
     91      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
    9292      this.splitContainer.Panel1.SuspendLayout();
    9393      this.splitContainer.Panel2.SuspendLayout();
     
    100100      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    101101      this.nameTextBox.Location = new System.Drawing.Point(80, 0);
    102       this.nameTextBox.Size = new System.Drawing.Size(533, 20);
    103       //
    104       // descriptionTextBox
    105       //
    106       this.descriptionTextBox.Location = new System.Drawing.Point(80, 26);
    107       this.descriptionTextBox.Size = new System.Drawing.Size(533, 20);
     102      this.nameTextBox.Size = new System.Drawing.Size(511, 20);
     103      //
     104      // infoLabel
     105      //
     106      this.infoLabel.Location = new System.Drawing.Point(597, 3);
    108107      //
    109108      // startButton
     
    114113      this.startButton.Name = "startButton";
    115114      this.startButton.Size = new System.Drawing.Size(24, 24);
    116       this.startButton.TabIndex = 11;
     115      this.startButton.TabIndex = 5;
    117116      this.startButton.UseVisualStyleBackColor = true;
    118117      this.startButton.Click += new System.EventHandler(this.startButton_Click);
     
    125124      this.pauseButton.Name = "pauseButton";
    126125      this.pauseButton.Size = new System.Drawing.Size(24, 24);
    127       this.pauseButton.TabIndex = 12;
     126      this.pauseButton.TabIndex = 6;
    128127      this.pauseButton.UseVisualStyleBackColor = true;
    129128      this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);
     
    136135      this.stopButton.Name = "stopButton";
    137136      this.stopButton.Size = new System.Drawing.Size(24, 24);
    138       this.stopButton.TabIndex = 13;
     137      this.stopButton.TabIndex = 7;
    139138      this.stopButton.UseVisualStyleBackColor = true;
    140139      this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
     
    147146      this.resetButton.Name = "resetButton";
    148147      this.resetButton.Size = new System.Drawing.Size(24, 24);
    149       this.resetButton.TabIndex = 14;
     148      this.resetButton.TabIndex = 8;
    150149      this.resetButton.UseVisualStyleBackColor = true;
    151150      this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
     
    158157      this.executionTimeTextBox.ReadOnly = true;
    159158      this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20);
    160       this.executionTimeTextBox.TabIndex = 16;
     159      this.executionTimeTextBox.TabIndex = 10;
    161160      //
    162161      // executionTimeLabel
     
    167166      this.executionTimeLabel.Name = "executionTimeLabel";
    168167      this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
    169       this.executionTimeLabel.TabIndex = 15;
     168      this.executionTimeLabel.TabIndex = 9;
    170169      this.executionTimeLabel.Text = "&Execution Time:";
    171170      //
     
    187186      this.foldsNumericUpDown.Name = "foldsNumericUpDown";
    188187      this.foldsNumericUpDown.Size = new System.Drawing.Size(248, 20);
    189       this.foldsNumericUpDown.TabIndex = 18;
     188      this.foldsNumericUpDown.TabIndex = 3;
    190189      this.foldsNumericUpDown.ThousandsSeparator = true;
    191190      this.foldsNumericUpDown.Value = new decimal(new int[] {
     
    203202      this.foldsLabel.Name = "foldsLabel";
    204203      this.foldsLabel.Size = new System.Drawing.Size(35, 13);
    205       this.foldsLabel.TabIndex = 17;
     204      this.foldsLabel.TabIndex = 2;
    206205      this.foldsLabel.Text = "&Folds:";
    207206      //
     
    223222      this.workersNumericUpDown.Name = "workersNumericUpDown";
    224223      this.workersNumericUpDown.Size = new System.Drawing.Size(248, 20);
    225       this.workersNumericUpDown.TabIndex = 20;
     224      this.workersNumericUpDown.TabIndex = 1;
    226225      this.workersNumericUpDown.ThousandsSeparator = true;
    227226      this.workersNumericUpDown.Value = new decimal(new int[] {
     
    239238      this.workersLabel.Name = "workersLabel";
    240239      this.workersLabel.Size = new System.Drawing.Size(50, 13);
    241       this.workersLabel.TabIndex = 19;
     240      this.workersLabel.TabIndex = 0;
    242241      this.workersLabel.Text = "&Workers:";
    243242      //
     
    248247      this.samplesStartLabel.Name = "samplesStartLabel";
    249248      this.samplesStartLabel.Size = new System.Drawing.Size(75, 13);
    250       this.samplesStartLabel.TabIndex = 21;
     249      this.samplesStartLabel.TabIndex = 0;
    251250      this.samplesStartLabel.Text = "&Samples Start:";
    252251      //
     
    257256      this.samplesEndLabel.Name = "samplesEndLabel";
    258257      this.samplesEndLabel.Size = new System.Drawing.Size(72, 13);
    259       this.samplesEndLabel.TabIndex = 23;
     258      this.samplesEndLabel.TabIndex = 2;
    260259      this.samplesEndLabel.Text = "&Samples End:";
    261260      //
     
    271270      this.samplesEndStringConvertibleValueView.ReadOnly = false;
    272271      this.samplesEndStringConvertibleValueView.Size = new System.Drawing.Size(223, 20);
    273       this.samplesEndStringConvertibleValueView.TabIndex = 24;
     272      this.samplesEndStringConvertibleValueView.TabIndex = 3;
    274273      //
    275274      // samplesStartStringConvertibleValueView
     
    284283      this.samplesStartStringConvertibleValueView.ReadOnly = false;
    285284      this.samplesStartStringConvertibleValueView.Size = new System.Drawing.Size(223, 20);
    286       this.samplesStartStringConvertibleValueView.TabIndex = 22;
     285      this.samplesStartStringConvertibleValueView.TabIndex = 1;
    287286      //
    288287      // tabControl
    289288      //
     289      this.tabControl.AllowDrop = true;
    290290      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    291291                  | System.Windows.Forms.AnchorStyles.Left)
     
    294294      this.tabControl.Controls.Add(this.resultsTabPage);
    295295      this.tabControl.Controls.Add(this.runsTabPage);
    296       this.tabControl.Location = new System.Drawing.Point(0, 113);
     296      this.tabControl.Location = new System.Drawing.Point(0, 87);
    297297      this.tabControl.Name = "tabControl";
    298298      this.tabControl.SelectedIndex = 0;
    299       this.tabControl.Size = new System.Drawing.Size(616, 395);
    300       this.tabControl.TabIndex = 25;
     299      this.tabControl.Size = new System.Drawing.Size(616, 421);
     300      this.tabControl.TabIndex = 4;
    301301      //
    302302      // algorithmTabPage
     
    310310      this.algorithmTabPage.Name = "algorithmTabPage";
    311311      this.algorithmTabPage.Padding = new System.Windows.Forms.Padding(3);
    312       this.algorithmTabPage.Size = new System.Drawing.Size(608, 369);
     312      this.algorithmTabPage.Size = new System.Drawing.Size(608, 395);
    313313      this.algorithmTabPage.TabIndex = 0;
    314314      this.algorithmTabPage.Text = "Algorithm";
     
    327327      this.algorithmNamedItemView.Name = "algorithmNamedItemView";
    328328      this.algorithmNamedItemView.ReadOnly = false;
    329       this.algorithmNamedItemView.Size = new System.Drawing.Size(596, 52);
    330       this.algorithmNamedItemView.TabIndex = 29;
     329      this.algorithmNamedItemView.Size = new System.Drawing.Size(596, 23);
     330      this.algorithmNamedItemView.TabIndex = 2;
    331331      //
    332332      // algorithmTabControl
    333333      //
     334      this.algorithmTabControl.AllowDrop = true;
    334335      this.algorithmTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    335336                  | System.Windows.Forms.AnchorStyles.Left)
     
    337338      this.algorithmTabControl.Controls.Add(this.algorithmProblemTabPage);
    338339      this.algorithmTabControl.Controls.Add(this.algorithmParametersTabPage);
    339       this.algorithmTabControl.Location = new System.Drawing.Point(8, 94);
     340      this.algorithmTabControl.Location = new System.Drawing.Point(8, 65);
    340341      this.algorithmTabControl.Name = "algorithmTabControl";
    341342      this.algorithmTabControl.SelectedIndex = 0;
    342       this.algorithmTabControl.Size = new System.Drawing.Size(594, 269);
    343       this.algorithmTabControl.TabIndex = 28;
     343      this.algorithmTabControl.Size = new System.Drawing.Size(594, 324);
     344      this.algorithmTabControl.TabIndex = 3;
    344345      //
    345346      // algorithmProblemTabPage
     
    352353      this.algorithmProblemTabPage.Name = "algorithmProblemTabPage";
    353354      this.algorithmProblemTabPage.Padding = new System.Windows.Forms.Padding(3);
    354       this.algorithmProblemTabPage.Size = new System.Drawing.Size(586, 243);
     355      this.algorithmProblemTabPage.Size = new System.Drawing.Size(586, 298);
    355356      this.algorithmProblemTabPage.TabIndex = 0;
    356357      this.algorithmProblemTabPage.Text = "Problem";
     
    366367      this.openProblemButton.Name = "openProblemButton";
    367368      this.openProblemButton.Size = new System.Drawing.Size(24, 24);
    368       this.openProblemButton.TabIndex = 31;
     369      this.openProblemButton.TabIndex = 1;
    369370      this.toolTip.SetToolTip(this.openProblemButton, "Open Problem");
    370371      this.openProblemButton.UseVisualStyleBackColor = true;
     
    382383      this.algorithmProblemViewHost.Name = "algorithmProblemViewHost";
    383384      this.algorithmProblemViewHost.ReadOnly = false;
    384       this.algorithmProblemViewHost.Size = new System.Drawing.Size(574, 201);
    385       this.algorithmProblemViewHost.TabIndex = 0;
     385      this.algorithmProblemViewHost.Size = new System.Drawing.Size(574, 256);
     386      this.algorithmProblemViewHost.TabIndex = 2;
     387      this.algorithmProblemViewHost.ViewsLabelVisible = true;
    386388      this.algorithmProblemViewHost.ViewType = null;
    387389      //
     
    392394      this.newProblemButton.Name = "newProblemButton";
    393395      this.newProblemButton.Size = new System.Drawing.Size(24, 24);
    394       this.newProblemButton.TabIndex = 30;
     396      this.newProblemButton.TabIndex = 0;
    395397      this.toolTip.SetToolTip(this.newProblemButton, "NewProblem");
    396398      this.newProblemButton.UseVisualStyleBackColor = true;
     
    403405      this.algorithmParametersTabPage.Name = "algorithmParametersTabPage";
    404406      this.algorithmParametersTabPage.Padding = new System.Windows.Forms.Padding(3);
    405       this.algorithmParametersTabPage.Size = new System.Drawing.Size(586, 243);
     407      this.algorithmParametersTabPage.Size = new System.Drawing.Size(586, 298);
    406408      this.algorithmParametersTabPage.TabIndex = 1;
    407409      this.algorithmParametersTabPage.Text = "Parameters";
     
    416418      this.algorithmParameterCollectionView.Name = "algorithmParameterCollectionView";
    417419      this.algorithmParameterCollectionView.ReadOnly = false;
    418       this.algorithmParameterCollectionView.Size = new System.Drawing.Size(580, 237);
     420      this.algorithmParameterCollectionView.Size = new System.Drawing.Size(580, 292);
    419421      this.algorithmParameterCollectionView.TabIndex = 0;
    420422      //
     
    425427      this.openAlgorithmButton.Name = "openAlgorithmButton";
    426428      this.openAlgorithmButton.Size = new System.Drawing.Size(24, 24);
    427       this.openAlgorithmButton.TabIndex = 27;
     429      this.openAlgorithmButton.TabIndex = 1;
    428430      this.toolTip.SetToolTip(this.openAlgorithmButton, "Open Algorithm");
    429431      this.openAlgorithmButton.UseVisualStyleBackColor = true;
     
    436438      this.newAlgorithmButton.Name = "newAlgorithmButton";
    437439      this.newAlgorithmButton.Size = new System.Drawing.Size(24, 24);
    438       this.newAlgorithmButton.TabIndex = 26;
     440      this.newAlgorithmButton.TabIndex = 0;
    439441      this.toolTip.SetToolTip(this.newAlgorithmButton, "New Algorithm");
    440442      this.newAlgorithmButton.UseVisualStyleBackColor = true;
     
    447449      this.resultsTabPage.Name = "resultsTabPage";
    448450      this.resultsTabPage.Padding = new System.Windows.Forms.Padding(3);
    449       this.resultsTabPage.Size = new System.Drawing.Size(608, 369);
     451      this.resultsTabPage.Size = new System.Drawing.Size(608, 395);
    450452      this.resultsTabPage.TabIndex = 1;
    451453      this.resultsTabPage.Text = "Results";
    452454      this.resultsTabPage.UseVisualStyleBackColor = true;
     455      //
     456      // resultCollectionView
     457      //
     458      this.resultCollectionView.Caption = "ResultCollection View";
     459      this.resultCollectionView.Content = null;
     460      this.resultCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
     461      this.resultCollectionView.Location = new System.Drawing.Point(3, 3);
     462      this.resultCollectionView.Name = "resultCollectionView";
     463      this.resultCollectionView.ReadOnly = true;
     464      this.resultCollectionView.Size = new System.Drawing.Size(602, 389);
     465      this.resultCollectionView.TabIndex = 0;
    453466      //
    454467      // runsTabPage
     
    459472      this.runsTabPage.Name = "runsTabPage";
    460473      this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
    461       this.runsTabPage.Size = new System.Drawing.Size(608, 369);
     474      this.runsTabPage.Size = new System.Drawing.Size(608, 395);
    462475      this.runsTabPage.TabIndex = 2;
    463476      this.runsTabPage.Text = "Runs";
     
    474487      this.storeAlgorithmInEachRunCheckBox.Name = "storeAlgorithmInEachRunCheckBox";
    475488      this.storeAlgorithmInEachRunCheckBox.Size = new System.Drawing.Size(161, 17);
    476       this.storeAlgorithmInEachRunCheckBox.TabIndex = 2;
     489      this.storeAlgorithmInEachRunCheckBox.TabIndex = 1;
    477490      this.storeAlgorithmInEachRunCheckBox.Text = "&Store Algorithm in each Run:";
    478491      this.toolTip.SetToolTip(this.storeAlgorithmInEachRunCheckBox, "Check to store a copy of the algorithm in each run.");
     
    488501      this.runCollectionView.Name = "runCollectionView";
    489502      this.runCollectionView.ReadOnly = false;
    490       this.runCollectionView.Size = new System.Drawing.Size(602, 363);
    491       this.runCollectionView.TabIndex = 3;
     503      this.runCollectionView.Size = new System.Drawing.Size(602, 389);
     504      this.runCollectionView.TabIndex = 0;
    492505      //
    493506      // openFileDialog
     
    502515      this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    503516                  | System.Windows.Forms.AnchorStyles.Right)));
    504       this.splitContainer.Location = new System.Drawing.Point(0, 52);
     517      this.splitContainer.Location = new System.Drawing.Point(0, 26);
    505518      this.splitContainer.Name = "splitContainer";
    506519      //
     
    520533      this.splitContainer.Size = new System.Drawing.Size(616, 55);
    521534      this.splitContainer.SplitterDistance = 306;
    522       this.splitContainer.TabIndex = 26;
    523       //
    524       // resultCollectionView
    525       //
    526       this.resultCollectionView.Caption = "ResultCollection View";
    527       this.resultCollectionView.Content = null;
    528       this.resultCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
    529       this.resultCollectionView.Location = new System.Drawing.Point(3, 3);
    530       this.resultCollectionView.Name = "resultCollectionView";
    531       this.resultCollectionView.ReadOnly = true;
    532       this.resultCollectionView.Size = new System.Drawing.Size(602, 363);
    533       this.resultCollectionView.TabIndex = 0;
     535      this.splitContainer.TabIndex = 3;
    534536      //
    535537      // CrossValidationView
     
    548550      this.Size = new System.Drawing.Size(616, 538);
    549551      this.Controls.SetChildIndex(this.splitContainer, 0);
     552      this.Controls.SetChildIndex(this.infoLabel, 0);
    550553      this.Controls.SetChildIndex(this.resetButton, 0);
    551554      this.Controls.SetChildIndex(this.stopButton, 0);
     
    556559      this.Controls.SetChildIndex(this.tabControl, 0);
    557560      this.Controls.SetChildIndex(this.nameLabel, 0);
    558       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    559561      this.Controls.SetChildIndex(this.nameTextBox, 0);
    560       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    561562      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    562563      ((System.ComponentModel.ISupportInitialize)(this.foldsNumericUpDown)).EndInit();
     
    574575      this.splitContainer.Panel2.ResumeLayout(false);
    575576      this.splitContainer.Panel2.PerformLayout();
     577      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
    576578      this.splitContainer.ResumeLayout(false);
    577579      this.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.