Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/06/10 02:00:55 (14 years ago)
Author:
abeham
Message:

#999

  • prepared TF visualization
  • removed obsolete TF solution analyzers
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.TestFunctions.Views/3.3/SingleObjectiveTestFunctionSolutionView.Designer.cs

    r3647 r3661  
    2929      this.groupBox4 = new System.Windows.Forms.GroupBox();
    3030      this.realVectorView = new HeuristicLab.MainForm.WindowsForms.ViewHost();
     31      this.tabControl1 = new System.Windows.Forms.TabControl();
     32      this.textualTabPage = new System.Windows.Forms.TabPage();
     33      this.graphicalTabPage = new System.Windows.Forms.TabPage();
     34      this.label1 = new System.Windows.Forms.Label();
     35      this.pictureBox = new System.Windows.Forms.PictureBox();
    3136      this.splitContainer1.Panel1.SuspendLayout();
    3237      this.splitContainer1.Panel2.SuspendLayout();
     
    3439      this.groupBox3.SuspendLayout();
    3540      this.groupBox4.SuspendLayout();
     41      this.tabControl1.SuspendLayout();
     42      this.textualTabPage.SuspendLayout();
     43      this.graphicalTabPage.SuspendLayout();
     44      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
    3645      this.SuspendLayout();
    3746      //
     
    4453      this.qualityView.Name = "qualityView";
    4554      this.qualityView.ReadOnly = false;
    46       this.qualityView.Size = new System.Drawing.Size(386, 31);
     55      this.qualityView.Size = new System.Drawing.Size(485, 31);
    4756      this.qualityView.TabIndex = 1;
    4857      this.qualityView.ViewType = null;
     
    6675      this.splitContainer1.Panel2.Controls.Add(this.groupBox4);
    6776      this.splitContainer1.Panel2MinSize = 30;
    68       this.splitContainer1.Size = new System.Drawing.Size(392, 265);
     77      this.splitContainer1.Size = new System.Drawing.Size(491, 304);
    6978      this.splitContainer1.TabIndex = 7;
    7079      //
     
    7584      this.groupBox3.Location = new System.Drawing.Point(0, 0);
    7685      this.groupBox3.Name = "groupBox3";
    77       this.groupBox3.Size = new System.Drawing.Size(392, 50);
     86      this.groupBox3.Size = new System.Drawing.Size(491, 50);
    7887      this.groupBox3.TabIndex = 6;
    7988      this.groupBox3.TabStop = false;
     
    8695      this.groupBox4.Location = new System.Drawing.Point(0, 0);
    8796      this.groupBox4.Name = "groupBox4";
    88       this.groupBox4.Size = new System.Drawing.Size(392, 211);
     97      this.groupBox4.Size = new System.Drawing.Size(491, 250);
    8998      this.groupBox4.TabIndex = 6;
    9099      this.groupBox4.TabStop = false;
     
    99108      this.realVectorView.Name = "realVectorView";
    100109      this.realVectorView.ReadOnly = false;
    101       this.realVectorView.Size = new System.Drawing.Size(386, 192);
     110      this.realVectorView.Size = new System.Drawing.Size(485, 231);
    102111      this.realVectorView.TabIndex = 1;
    103112      this.realVectorView.ViewType = null;
    104113      //
     114      // tabControl1
     115      //
     116      this.tabControl1.Controls.Add(this.textualTabPage);
     117      this.tabControl1.Controls.Add(this.graphicalTabPage);
     118      this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     119      this.tabControl1.Location = new System.Drawing.Point(0, 0);
     120      this.tabControl1.Name = "tabControl1";
     121      this.tabControl1.SelectedIndex = 0;
     122      this.tabControl1.Size = new System.Drawing.Size(505, 336);
     123      this.tabControl1.TabIndex = 2;
     124      //
     125      // textualTabPage
     126      //
     127      this.textualTabPage.Controls.Add(this.splitContainer1);
     128      this.textualTabPage.Location = new System.Drawing.Point(4, 22);
     129      this.textualTabPage.Name = "textualTabPage";
     130      this.textualTabPage.Padding = new System.Windows.Forms.Padding(3);
     131      this.textualTabPage.Size = new System.Drawing.Size(497, 310);
     132      this.textualTabPage.TabIndex = 0;
     133      this.textualTabPage.Text = "Textual";
     134      this.textualTabPage.UseVisualStyleBackColor = true;
     135      //
     136      // graphicalTabPage
     137      //
     138      this.graphicalTabPage.Controls.Add(this.pictureBox);
     139      this.graphicalTabPage.Controls.Add(this.label1);
     140      this.graphicalTabPage.Location = new System.Drawing.Point(4, 22);
     141      this.graphicalTabPage.Name = "graphicalTabPage";
     142      this.graphicalTabPage.Padding = new System.Windows.Forms.Padding(3);
     143      this.graphicalTabPage.Size = new System.Drawing.Size(497, 310);
     144      this.graphicalTabPage.TabIndex = 1;
     145      this.graphicalTabPage.Text = "Graphical";
     146      this.graphicalTabPage.UseVisualStyleBackColor = true;
     147      //
     148      // label1
     149      //
     150      this.label1.Anchor = System.Windows.Forms.AnchorStyles.None;
     151      this.label1.AutoSize = true;
     152      this.label1.Location = new System.Drawing.Point(118, 131);
     153      this.label1.Name = "label1";
     154      this.label1.Size = new System.Drawing.Size(253, 13);
     155      this.label1.TabIndex = 0;
     156      this.label1.Text = "The graphical view is only available for 2 dimensions";
     157      //
     158      // pictureBox
     159      //
     160      this.pictureBox.BackColor = System.Drawing.Color.White;
     161      this.pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
     162      this.pictureBox.Location = new System.Drawing.Point(0, 0);
     163      this.pictureBox.Name = "pictureBox";
     164      this.pictureBox.Size = new System.Drawing.Size(491, 304);
     165      this.pictureBox.TabIndex = 1;
     166      this.pictureBox.TabStop = false;
     167      //
    105168      // SingleObjectiveTestFunctionSolutionView
    106169      //
    107170      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    108       this.Controls.Add(this.splitContainer1);
     171      this.Controls.Add(this.tabControl1);
    109172      this.Name = "SingleObjectiveTestFunctionSolutionView";
    110       this.Size = new System.Drawing.Size(392, 265);
     173      this.Size = new System.Drawing.Size(505, 336);
    111174      this.splitContainer1.Panel1.ResumeLayout(false);
    112175      this.splitContainer1.Panel2.ResumeLayout(false);
     
    114177      this.groupBox3.ResumeLayout(false);
    115178      this.groupBox4.ResumeLayout(false);
     179      this.tabControl1.ResumeLayout(false);
     180      this.textualTabPage.ResumeLayout(false);
     181      this.graphicalTabPage.ResumeLayout(false);
     182      this.graphicalTabPage.PerformLayout();
     183      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
    116184      this.ResumeLayout(false);
    117185
     
    125193    private System.Windows.Forms.GroupBox groupBox3;
    126194    protected HeuristicLab.MainForm.WindowsForms.ViewHost realVectorView;
     195    private System.Windows.Forms.TabControl tabControl1;
     196    private System.Windows.Forms.TabPage textualTabPage;
     197    private System.Windows.Forms.TabPage graphicalTabPage;
     198    private System.Windows.Forms.Label label1;
     199    private System.Windows.Forms.PictureBox pictureBox;
    127200
    128201
Note: See TracChangeset for help on using the changeset viewer.