Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/24/11 23:56:39 (13 years ago)
Author:
mkommend
Message:

#1313: Implemented new views for data analysis solutions.

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/SupportVectorMachineModelSupportVectorsView.Designer.cs

    r5827 r5829  
    2121
    2222namespace HeuristicLab.Algorithms.DataAnalysis.Views {
    23   partial class SupportVectorMachineModelView {
     23  partial class SupportVectorMachineModelSupportVectorsView {
    2424    /// <summary>
    2525    /// Required designer variable.
     
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       this.textBox = new System.Windows.Forms.TextBox();
     47      this.stringConvertibleMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
    4848      this.SuspendLayout();
    4949      //
    50       // textBox
     50      // stringConvertibleMatrixView
    5151      //
    52       this.textBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    53                   | System.Windows.Forms.AnchorStyles.Left)
    54                   | System.Windows.Forms.AnchorStyles.Right)));
    55       this.textBox.Location = new System.Drawing.Point(3, 3);
    56       this.textBox.Multiline = true;
    57       this.textBox.Name = "textBox";
    58       this.textBox.ReadOnly = true;
    59       this.textBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
    60       this.textBox.Size = new System.Drawing.Size(247, 245);
    61       this.textBox.TabIndex = 0;
     52      this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     53            | System.Windows.Forms.AnchorStyles.Left)
     54            | System.Windows.Forms.AnchorStyles.Right)));
     55      this.stringConvertibleMatrixView.Caption = "StringConvertibleMatrix View";
     56      this.stringConvertibleMatrixView.Content = null;
     57      this.stringConvertibleMatrixView.Location = new System.Drawing.Point(3, 3);
     58      this.stringConvertibleMatrixView.Name = "stringConvertibleMatrixView";
     59      this.stringConvertibleMatrixView.ReadOnly = false;
     60      this.stringConvertibleMatrixView.ShowRowsAndColumnsTextBox = true;
     61      this.stringConvertibleMatrixView.ShowStatisticalInformation = false;
     62      this.stringConvertibleMatrixView.Size = new System.Drawing.Size(381, 230);
     63      this.stringConvertibleMatrixView.TabIndex = 0;
    6264      //
    63       // SupportVectorMachineModelView
     65      // SupportVectorMachineModelSupportVectorsView
    6466      //
    65       this.AllowDrop = true;
    6667      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    67       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    68       this.Controls.Add(this.textBox);
    69       this.Name = "SupportVectorMachineModelView";
    70       this.Size = new System.Drawing.Size(253, 251);
     68      this.Controls.Add(this.stringConvertibleMatrixView);
     69      this.Name = "SupportVectorMachineModelSupportVectorsView";
     70      this.Size = new System.Drawing.Size(387, 236);
    7171      this.ResumeLayout(false);
    72       this.PerformLayout();
    7372
    7473    }
     
    7675    #endregion
    7776
    78     private System.Windows.Forms.TextBox textBox;
    79 
    80 
     77    private Data.Views.StringConvertibleMatrixView stringConvertibleMatrixView;
    8178  }
    8279}
Note: See TracChangeset for help on using the changeset viewer.