Free cookie consent management tool by TermsFeed Policy Generator

Changeset 4754


Ignore:
Timestamp:
11/09/10 14:13:48 (13 years ago)
Author:
gkronber
Message:

Fixed layout problem in symbolic regression solution view. #1259

Location:
trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3
Files:
2 edited

Legend:

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

    r3884 r4754  
    4545    private void InitializeComponent() {
    4646      this.dataTabPage = new System.Windows.Forms.TabPage();
     47      this.dataViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    4748      this.modelTabPage = new System.Windows.Forms.TabPage();
     49      this.modelViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    4850      this.tabControl = new System.Windows.Forms.TabControl();
    49       this.modelViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    50       this.viewHost1 = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    51       this.dataViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    5251      this.dataTabPage.SuspendLayout();
    5352      this.modelTabPage.SuspendLayout();
     
    6665      this.dataTabPage.UseVisualStyleBackColor = true;
    6766      //
     67      // dataViewHost
     68      //
     69      this.dataViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     70                  | System.Windows.Forms.AnchorStyles.Left)
     71                  | System.Windows.Forms.AnchorStyles.Right)));
     72      this.dataViewHost.Caption = "DataAnalysisSolution Data View";
     73      this.dataViewHost.Content = null;
     74      this.dataViewHost.Enabled = false;
     75      this.dataViewHost.Location = new System.Drawing.Point(6, 6);
     76      this.dataViewHost.Name = "dataViewHost";
     77      this.dataViewHost.ReadOnly = false;
     78      this.dataViewHost.Size = new System.Drawing.Size(360, 224);
     79      this.dataViewHost.TabIndex = 2;
     80      this.dataViewHost.ViewType = null;
     81      //
    6882      // modelTabPage
    6983      //
     
    7690      this.modelTabPage.Text = "Model";
    7791      this.modelTabPage.UseVisualStyleBackColor = true;
     92      //
     93      // modelViewHost
     94      //
     95      this.modelViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     96                  | System.Windows.Forms.AnchorStyles.Left)
     97                  | System.Windows.Forms.AnchorStyles.Right)));
     98      this.modelViewHost.Caption = "DataAnalysisSolution Model View";
     99      this.modelViewHost.Content = null;
     100      this.modelViewHost.Enabled = false;
     101      this.modelViewHost.Location = new System.Drawing.Point(6, 6);
     102      this.modelViewHost.Name = "modelViewHost";
     103      this.modelViewHost.ReadOnly = false;
     104      this.modelViewHost.Size = new System.Drawing.Size(360, 224);
     105      this.modelViewHost.TabIndex = 1;
     106      this.modelViewHost.ViewType = null;
    78107      //
    79108      // tabControl
     
    89118      this.tabControl.Size = new System.Drawing.Size(380, 262);
    90119      this.tabControl.TabIndex = 1;
    91       //
    92       // modelViewHost
    93       //
    94       this.modelViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    95                   | System.Windows.Forms.AnchorStyles.Left)
    96                   | System.Windows.Forms.AnchorStyles.Right)));
    97       this.modelViewHost.Caption = "DataAnalysisSolution Model View";
    98       this.modelViewHost.Content = null;
    99       this.modelViewHost.Location = new System.Drawing.Point(6, 6);
    100       this.modelViewHost.Name = "modelViewHost";
    101       this.modelViewHost.ReadOnly = false;
    102       this.modelViewHost.Size = new System.Drawing.Size(360, 224);
    103       this.modelViewHost.TabIndex = 1;
    104       this.modelViewHost.ViewType = null;
    105       //
    106       // viewHost1
    107       //
    108       this.viewHost1.Caption = "View";
    109       this.viewHost1.Content = null;
    110       this.viewHost1.Location = new System.Drawing.Point(6, 6);
    111       this.viewHost1.Name = "viewHost1";
    112       this.viewHost1.ReadOnly = false;
    113       this.viewHost1.Size = new System.Drawing.Size(360, 224);
    114       this.viewHost1.TabIndex = 1;
    115       this.viewHost1.ViewType = null;
    116       //
    117       // dataViewHost
    118       //
    119       this.dataViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    120                   | System.Windows.Forms.AnchorStyles.Left)
    121                   | System.Windows.Forms.AnchorStyles.Right)));
    122       this.dataViewHost.Caption = "DataAnalysisSolution Data View";
    123       this.dataViewHost.Content = null;
    124       this.dataViewHost.Location = new System.Drawing.Point(6, 6);
    125       this.dataViewHost.Name = "dataViewHost";
    126       this.dataViewHost.ReadOnly = false;
    127       this.dataViewHost.Size = new System.Drawing.Size(360, 224);
    128       this.dataViewHost.TabIndex = 2;
    129       this.dataViewHost.ViewType = null;
    130120      //
    131121      // DataAnalysisSolutionView
     
    149139    protected System.Windows.Forms.TabPage modelTabPage;
    150140    protected HeuristicLab.MainForm.WindowsForms.ViewHost dataViewHost;
    151     private HeuristicLab.MainForm.WindowsForms.ViewHost viewHost1;
    152141    protected HeuristicLab.MainForm.WindowsForms.ViewHost modelViewHost;
    153142  }
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/Symbolic/SymbolicRegressionSolutionView.Designer.cs

    r3915 r4754  
    6363      this.modelTabPage.Size = new System.Drawing.Size(372, 207);
    6464      //
     65      // dataViewHost
     66      //
     67      this.dataViewHost.Size = new System.Drawing.Size(360, 195);
     68      //
    6569      // modelViewHost
    6670      //
Note: See TracChangeset for help on using the changeset viewer.