Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Problems.DataAnalysis.Trading/3.4/Symbolic/Views/SymbolicTradingSolutionView.Designer.cs @ 6126

Last change on this file since 6126 was 6126, checked in by gkronber, 13 years ago

#1508 more restructuring

File size: 2.7 KB
Line 
1namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Trading.Views {
2  partial class SymbolicTradingSolutionView {
3    /// <summary>
4    /// Required designer variable.
5    /// </summary>
6    private System.ComponentModel.IContainer components = null;
7
8    /// <summary>
9    /// Clean up any resources being used.
10    /// </summary>
11    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12    protected override void Dispose(bool disposing) {
13      if (disposing && (components != null)) {
14        components.Dispose();
15      }
16      base.Dispose(disposing);
17    }
18
19    #region Component Designer generated code
20
21    /// <summary>
22    /// Required method for Designer support - do not modify
23    /// the contents of this method with the code editor.
24    /// </summary>
25    private void InitializeComponent() {
26      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
27      this.splitContainer.Panel1.SuspendLayout();
28      this.splitContainer.Panel2.SuspendLayout();
29      this.splitContainer.SuspendLayout();
30      this.itemsGroupBox.SuspendLayout();
31      this.detailsGroupBox.SuspendLayout();
32      this.SuspendLayout();
33      //
34      // splitContainer
35      //
36      //
37      // splitContainer.Panel1
38      //
39      this.splitContainer.Size = new System.Drawing.Size(480, 275);
40      this.splitContainer.SplitterDistance = 255;
41      //
42      // itemsGroupBox
43      //
44      this.itemsGroupBox.Size = new System.Drawing.Size(486, 294);
45      //
46      // itemsListView
47      //
48      this.itemsListView.Size = new System.Drawing.Size(249, 238);
49      //
50      // detailsGroupBox
51      //
52      this.detailsGroupBox.Size = new System.Drawing.Size(215, 246);
53      //
54      // addButton
55      //
56      this.toolTip.SetToolTip(this.addButton, "Add");
57      //
58      // removeButton
59      //
60      this.toolTip.SetToolTip(this.removeButton, "Remove");
61      //
62      // viewHost
63      //
64      this.viewHost.Size = new System.Drawing.Size(203, 221);
65     
66      //
67      // SymbolicRegressionSolutionView
68      //
69      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
70      this.Name = "SymbolicRegressionSolutionView";
71      this.Size = new System.Drawing.Size(486, 294);
72      this.splitContainer.Panel1.ResumeLayout(false);
73      this.splitContainer.Panel2.ResumeLayout(false);
74      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
75      this.splitContainer.ResumeLayout(false);
76      this.itemsGroupBox.ResumeLayout(false);
77      this.detailsGroupBox.ResumeLayout(false);
78      this.ResumeLayout(false);
79
80    }
81
82    #endregion
83  }
84}
Note: See TracBrowser for help on using the repository browser.