Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/01/10 17:58:03 (14 years ago)
Author:
gkronber
Message:

Worked on support vector regression operators and views. #1009

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/SupportVectorRegressionSolutionView.Designer.cs

    r3858 r3884  
    4444    /// </summary>
    4545    private void InitializeComponent() {
    46       this.modelTabControl = new System.Windows.Forms.TabControl();
    47       this.modelTabPage = new System.Windows.Forms.TabPage();
    48       this.modelPanel = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    49       this.dataTabPage = new System.Windows.Forms.TabPage();
    50       this.dataPanel = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    5146      this.supportVectorTabControl = new System.Windows.Forms.TabPage();
    5247      this.supportVectorViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    53       this.modelTabControl.SuspendLayout();
    54       this.modelTabPage.SuspendLayout();
    55       this.dataTabPage.SuspendLayout();
    5648      this.supportVectorTabControl.SuspendLayout();
    5749      this.SuspendLayout();
    58       //
    59       // modelTabControl
    60       //
    61       this.modelTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    62                   | System.Windows.Forms.AnchorStyles.Left)
    63                   | System.Windows.Forms.AnchorStyles.Right)));
    64       this.modelTabControl.Controls.Add(this.modelTabPage);
    65       this.modelTabControl.Controls.Add(this.dataTabPage);
    66       this.modelTabControl.Controls.Add(this.supportVectorTabControl);
    67       this.modelTabControl.Location = new System.Drawing.Point(3, 3);
    68       this.modelTabControl.Name = "modelTabControl";
    69       this.modelTabControl.SelectedIndex = 0;
    70       this.modelTabControl.Size = new System.Drawing.Size(247, 245);
    71       this.modelTabControl.TabIndex = 0;
    72       //
    73       // modelTabPage
    74       //
    75       this.modelTabPage.Controls.Add(this.modelPanel);
    76       this.modelTabPage.Location = new System.Drawing.Point(4, 22);
    77       this.modelTabPage.Name = "modelTabPage";
    78       this.modelTabPage.Padding = new System.Windows.Forms.Padding(3);
    79       this.modelTabPage.Size = new System.Drawing.Size(239, 219);
    80       this.modelTabPage.TabIndex = 0;
    81       this.modelTabPage.Text = "Model";
    82       this.modelTabPage.UseVisualStyleBackColor = true;
    83       //
    84       // modelPanel
    85       //
    86       this.modelPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    87                   | System.Windows.Forms.AnchorStyles.Left)
    88                   | System.Windows.Forms.AnchorStyles.Right)));
    89       this.modelPanel.Caption = "View";
    90       this.modelPanel.Content = null;
    91       this.modelPanel.Location = new System.Drawing.Point(6, 6);
    92       this.modelPanel.Name = "modelPanel";
    93       this.modelPanel.ReadOnly = false;
    94       this.modelPanel.Size = new System.Drawing.Size(227, 207);
    95       this.modelPanel.TabIndex = 0;
    96       this.modelPanel.ViewType = null;
    97       //
    98       // dataTabPage
    99       //
    100       this.dataTabPage.Controls.Add(this.dataPanel);
    101       this.dataTabPage.Location = new System.Drawing.Point(4, 22);
    102       this.dataTabPage.Name = "dataTabPage";
    103       this.dataTabPage.Padding = new System.Windows.Forms.Padding(3);
    104       this.dataTabPage.Size = new System.Drawing.Size(239, 219);
    105       this.dataTabPage.TabIndex = 1;
    106       this.dataTabPage.Text = "Data";
    107       this.dataTabPage.UseVisualStyleBackColor = true;
    108       //
    109       // dataPanel
    110       //
    111       this.dataPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    112                   | System.Windows.Forms.AnchorStyles.Left)
    113                   | System.Windows.Forms.AnchorStyles.Right)));
    114       this.dataPanel.Caption = "View";
    115       this.dataPanel.Content = null;
    116       this.dataPanel.Location = new System.Drawing.Point(6, 6);
    117       this.dataPanel.Name = "dataPanel";
    118       this.dataPanel.ReadOnly = false;
    119       this.dataPanel.Size = new System.Drawing.Size(227, 207);
    120       this.dataPanel.TabIndex = 0;
    121       this.dataPanel.ViewType = null;
    12250      //
    12351      // supportVectorTabControl
     
    15179      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    15280      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    153       this.Controls.Add(this.modelTabControl);
    15481      this.Name = "SupportVectorRegressionSolutionView";
    155       this.Size = new System.Drawing.Size(253, 251);
    156       this.modelTabControl.ResumeLayout(false);
    157       this.modelTabPage.ResumeLayout(false);
    158       this.dataTabPage.ResumeLayout(false);
     82      this.tabControl.TabPages.Add(supportVectorTabControl);
    15983      this.supportVectorTabControl.ResumeLayout(false);
    16084      this.ResumeLayout(false);
     
    16488    #endregion
    16589
    166     private System.Windows.Forms.TabControl modelTabControl;
    167     private System.Windows.Forms.TabPage modelTabPage;
    168     private HeuristicLab.MainForm.WindowsForms.ViewHost modelPanel;
    169     private System.Windows.Forms.TabPage dataTabPage;
    170     private HeuristicLab.MainForm.WindowsForms.ViewHost dataPanel;
    17190    private System.Windows.Forms.TabPage supportVectorTabControl;
    17291    private HeuristicLab.MainForm.WindowsForms.ViewHost supportVectorViewHost;
    173 
    174 
    17592  }
    17693}
Note: See TracChangeset for help on using the changeset viewer.