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 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views/3.4/SymbolicDiscriminantFunctionClassificationSolutionView.Designer.cs

    r5809 r5829  
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       this.btn_SimplifyModel = new System.Windows.Forms.Button();
    48       this.tabControl.SuspendLayout();
    49       this.dataTabPage.SuspendLayout();
    50       this.modelTabPage.SuspendLayout();
     47      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SymbolicDiscriminantFunctionClassificationSolutionView));
     48      this.btnSimplify = new System.Windows.Forms.Button();
     49      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
     50      this.splitContainer.Panel1.SuspendLayout();
     51      this.splitContainer.Panel2.SuspendLayout();
     52      this.splitContainer.SuspendLayout();
     53      this.itemsGroupBox.SuspendLayout();
     54      this.detailsGroupBox.SuspendLayout();
    5155      this.SuspendLayout();
    5256      //
    53       // tabControl
     57      // splitContainer
    5458      //
    55       this.tabControl.Size = new System.Drawing.Size(380, 233);
    5659      //
    57       // dataTabPage
     60      // splitContainer.Panel1
    5861      //
    59       this.dataTabPage.Size = new System.Drawing.Size(372, 207);
     62      this.splitContainer.Panel1.Controls.Add(this.btnSimplify);
    6063      //
    61       // modelTabPage
     64      // btnSimplify
    6265      //
    63       this.modelTabPage.Size = new System.Drawing.Size(372, 207);
     66      this.btnSimplify.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     67      this.btnSimplify.Location = new System.Drawing.Point(172, 4);
     68      this.btnSimplify.Name = "btnSimplify";
     69      this.btnSimplify.Size = new System.Drawing.Size(75, 23);
     70      this.btnSimplify.TabIndex = 6;
     71      this.btnSimplify.Text = "Simplify";
     72      this.btnSimplify.UseVisualStyleBackColor = true;
     73      this.btnSimplify.Click += new System.EventHandler(this.btn_SimplifyModel_Click);
    6474      //
    65       // dataViewHost
    66       //
    67       this.dataViewHost.Size = new System.Drawing.Size(360, 195);
    68       //
    69       // modelViewHost
    70       //
    71       this.modelViewHost.Size = new System.Drawing.Size(360, 195);
    72       //
    73       // btn_SimplifyModel
    74       //
    75       this.btn_SimplifyModel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
    76                   | System.Windows.Forms.AnchorStyles.Right)));
    77       this.btn_SimplifyModel.Location = new System.Drawing.Point(3, 238);
    78       this.btn_SimplifyModel.Name = "btn_SimplifyModel";
    79       this.btn_SimplifyModel.Size = new System.Drawing.Size(376, 23);
    80       this.btn_SimplifyModel.TabIndex = 2;
    81       this.btn_SimplifyModel.Text = "Simplify Model";
    82       this.btn_SimplifyModel.UseVisualStyleBackColor = true;
    83       this.btn_SimplifyModel.Click += new System.EventHandler(this.btn_SimplifyModel_Click);
    84       //
    85       // SymbolicRegressionSolutionView
     75      // SymbolicDiscriminantFunctionClassificationSolutionView
    8676      //
    8777      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    88       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    89       this.Controls.Add(this.btn_SimplifyModel);
    90       this.Name = "SymbolicRegressionSolutionView";
    91       this.Controls.SetChildIndex(this.btn_SimplifyModel, 0);
    92       this.Controls.SetChildIndex(this.tabControl, 0);
    93       this.tabControl.ResumeLayout(false);
    94       this.dataTabPage.ResumeLayout(false);
    95       this.modelTabPage.ResumeLayout(false);
     78      this.Name = "SymbolicDiscriminantFunctionClassificationSolutionView";
     79      this.splitContainer.Panel1.ResumeLayout(false);
     80      this.splitContainer.Panel2.ResumeLayout(false);
     81      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
     82      this.splitContainer.ResumeLayout(false);
     83      this.itemsGroupBox.ResumeLayout(false);
     84      this.detailsGroupBox.ResumeLayout(false);
    9685      this.ResumeLayout(false);
    9786
    9887    }
    99 
    10088    #endregion
    10189
    102     private System.Windows.Forms.Button btn_SimplifyModel;
     90    protected System.Windows.Forms.Button btnSimplify;
    10391  }
    10492}
Note: See TracChangeset for help on using the changeset viewer.