Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/18/10 00:53:15 (13 years ago)
Author:
cneumuel
Message:

#1215 worked on metaoptimization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization.Views/3.3/ParameterConfigurationView.Designer.cs

    r4516 r4830  
    2525    private void InitializeComponent() {
    2626      this.optimizeCheckBox = new System.Windows.Forms.CheckBox();
    27       this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
     27      this.tabControl = new System.Windows.Forms.TabControl();
     28      this.valueTabPage = new System.Windows.Forms.TabPage();
     29      this.valueViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
     30      this.configurationtabPage = new System.Windows.Forms.TabPage();
     31      this.configurationViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
     32      this.childParameterTabPage = new System.Windows.Forms.TabPage();
     33      this.childParameterConfigurationListView = new HeuristicLab.Problems.MetaOptimization.Views.ParameterConfigurationListView();
     34      this.tabControl.SuspendLayout();
     35      this.valueTabPage.SuspendLayout();
     36      this.configurationtabPage.SuspendLayout();
     37      this.childParameterTabPage.SuspendLayout();
    2838      this.SuspendLayout();
    2939      //
     
    3949      this.optimizeCheckBox.CheckedChanged += new System.EventHandler(this.optimizeCheckBox_CheckedChanged);
    4050      //
    41       // viewHost
     51      // tabControl
    4252      //
    43       this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     53      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    4454                  | System.Windows.Forms.AnchorStyles.Left)
    4555                  | System.Windows.Forms.AnchorStyles.Right)));
    46       this.viewHost.Caption = "View";
    47       this.viewHost.Content = null;
    48       this.viewHost.Location = new System.Drawing.Point(0, 26);
    49       this.viewHost.Name = "viewHost";
    50       this.viewHost.ReadOnly = false;
    51       this.viewHost.Size = new System.Drawing.Size(729, 455);
    52       this.viewHost.TabIndex = 7;
    53       this.viewHost.ViewType = null;
     56      this.tabControl.Controls.Add(this.valueTabPage);
     57      this.tabControl.Controls.Add(this.configurationtabPage);
     58      this.tabControl.Controls.Add(this.childParameterTabPage);
     59      this.tabControl.Location = new System.Drawing.Point(3, 26);
     60      this.tabControl.Name = "tabControl";
     61      this.tabControl.SelectedIndex = 0;
     62      this.tabControl.Size = new System.Drawing.Size(553, 447);
     63      this.tabControl.TabIndex = 5;
     64      //
     65      // valueTabPage
     66      //
     67      this.valueTabPage.Controls.Add(this.valueViewHost);
     68      this.valueTabPage.Location = new System.Drawing.Point(4, 22);
     69      this.valueTabPage.Name = "valueTabPage";
     70      this.valueTabPage.Padding = new System.Windows.Forms.Padding(3);
     71      this.valueTabPage.Size = new System.Drawing.Size(545, 421);
     72      this.valueTabPage.TabIndex = 0;
     73      this.valueTabPage.Text = "Value";
     74      this.valueTabPage.UseVisualStyleBackColor = true;
     75      //
     76      // valueViewHost
     77      //
     78      this.valueViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     79                  | System.Windows.Forms.AnchorStyles.Left)
     80                  | System.Windows.Forms.AnchorStyles.Right)));
     81      this.valueViewHost.Caption = "Value";
     82      this.valueViewHost.Content = null;
     83      this.valueViewHost.Enabled = false;
     84      this.valueViewHost.Location = new System.Drawing.Point(3, 3);
     85      this.valueViewHost.Name = "valueViewHost";
     86      this.valueViewHost.ReadOnly = false;
     87      this.valueViewHost.Size = new System.Drawing.Size(539, 415);
     88      this.valueViewHost.TabIndex = 0;
     89      this.valueViewHost.ViewType = null;
     90      //
     91      // configurationtabPage
     92      //
     93      this.configurationtabPage.Controls.Add(this.configurationViewHost);
     94      this.configurationtabPage.Location = new System.Drawing.Point(4, 22);
     95      this.configurationtabPage.Name = "configurationtabPage";
     96      this.configurationtabPage.Padding = new System.Windows.Forms.Padding(3);
     97      this.configurationtabPage.Size = new System.Drawing.Size(545, 421);
     98      this.configurationtabPage.TabIndex = 1;
     99      this.configurationtabPage.Text = "Configuration";
     100      this.configurationtabPage.UseVisualStyleBackColor = true;
     101      //
     102      // configurationViewHost
     103      //
     104      this.configurationViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     105                  | System.Windows.Forms.AnchorStyles.Left)
     106                  | System.Windows.Forms.AnchorStyles.Right)));
     107      this.configurationViewHost.Caption = "Configuration";
     108      this.configurationViewHost.Content = null;
     109      this.configurationViewHost.Enabled = false;
     110      this.configurationViewHost.Location = new System.Drawing.Point(4, 4);
     111      this.configurationViewHost.Name = "configurationViewHost";
     112      this.configurationViewHost.ReadOnly = false;
     113      this.configurationViewHost.Size = new System.Drawing.Size(538, 414);
     114      this.configurationViewHost.TabIndex = 0;
     115      this.configurationViewHost.ViewType = null;
     116      //
     117      // childParameterTabPage
     118      //
     119      this.childParameterTabPage.Controls.Add(this.childParameterConfigurationListView);
     120      this.childParameterTabPage.Location = new System.Drawing.Point(4, 22);
     121      this.childParameterTabPage.Name = "childParameterTabPage";
     122      this.childParameterTabPage.Size = new System.Drawing.Size(545, 421);
     123      this.childParameterTabPage.TabIndex = 2;
     124      this.childParameterTabPage.Text = "Child Parameters";
     125      this.childParameterTabPage.UseVisualStyleBackColor = true;
     126      //
     127      // childParameterConfigurationListView
     128      //
     129      this.childParameterConfigurationListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     130                  | System.Windows.Forms.AnchorStyles.Left)
     131                  | System.Windows.Forms.AnchorStyles.Right)));
     132      this.childParameterConfigurationListView.Caption = "Parameter Configuration";
     133      this.childParameterConfigurationListView.Content = null;
     134      this.childParameterConfigurationListView.Location = new System.Drawing.Point(4, 4);
     135      this.childParameterConfigurationListView.Name = "childParameterConfigurationListView";
     136      this.childParameterConfigurationListView.ReadOnly = false;
     137      this.childParameterConfigurationListView.Size = new System.Drawing.Size(538, 414);
     138      this.childParameterConfigurationListView.TabIndex = 0;
    54139      //
    55140      // ParameterConfigurationView
     
    57142      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    58143      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    59       this.Controls.Add(this.viewHost);
     144      this.Controls.Add(this.tabControl);
    60145      this.Controls.Add(this.optimizeCheckBox);
    61146      this.Name = "ParameterConfigurationView";
    62       this.Size = new System.Drawing.Size(729, 481);
     147      this.Size = new System.Drawing.Size(556, 473);
     148      this.tabControl.ResumeLayout(false);
     149      this.valueTabPage.ResumeLayout(false);
     150      this.configurationtabPage.ResumeLayout(false);
     151      this.childParameterTabPage.ResumeLayout(false);
    63152      this.ResumeLayout(false);
    64153      this.PerformLayout();
     
    69158
    70159    private System.Windows.Forms.CheckBox optimizeCheckBox;
    71     private MainForm.WindowsForms.ViewHost viewHost;
     160    private System.Windows.Forms.TabControl tabControl;
     161    private System.Windows.Forms.TabPage valueTabPage;
     162    private MainForm.WindowsForms.ViewHost valueViewHost;
     163    private System.Windows.Forms.TabPage configurationtabPage;
     164    private MainForm.WindowsForms.ViewHost configurationViewHost;
     165    private System.Windows.Forms.TabPage childParameterTabPage;
     166    private ParameterConfigurationListView childParameterConfigurationListView;
    72167  }
    73168}
Note: See TracChangeset for help on using the changeset viewer.