Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/InteractiveSymbolicDataAnalysisSolutionSimplifierView.Designer.cs @ 7967

Last change on this file since 7967 was 7967, checked in by jkarder, 12 years ago

#1688:

  • removed assignment to Font property in HeuristicLab.MainForm.WindowsForms.DockForm
  • changed AutoScaleMode to be inherited from HeuristicLab.MainForm.WindowsForms.MainForm for all user interface classes
File size: 9.1 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21
22namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Views {
23  partial class InteractiveSymbolicDataAnalysisSolutionSimplifierView {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Component Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.treeChart = new HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart();
48      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
49      this.splitContainer = new System.Windows.Forms.SplitContainer();
50      this.grpSimplify = new System.Windows.Forms.GroupBox();
51      this.flowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
52      this.btnSimplify = new System.Windows.Forms.Button();
53      this.btnOptimizeConstants = new System.Windows.Forms.Button();
54      this.grpViewHost = new System.Windows.Forms.GroupBox();
55      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
56      this.splitContainer.Panel1.SuspendLayout();
57      this.splitContainer.Panel2.SuspendLayout();
58      this.splitContainer.SuspendLayout();
59      this.grpSimplify.SuspendLayout();
60      this.flowLayoutPanel.SuspendLayout();
61      this.grpViewHost.SuspendLayout();
62      this.SuspendLayout();
63      //
64      // treeChart
65      //
66      this.treeChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
67            | System.Windows.Forms.AnchorStyles.Left)
68            | System.Windows.Forms.AnchorStyles.Right)));
69      this.treeChart.BackgroundColor = System.Drawing.Color.White;
70      this.treeChart.LineColor = System.Drawing.Color.Black;
71      this.treeChart.Location = new System.Drawing.Point(6, 16);
72      this.treeChart.Name = "treeChart";
73      this.treeChart.Size = new System.Drawing.Size(201, 291);
74      this.treeChart.Spacing = 5;
75      this.treeChart.TabIndex = 0;
76      this.treeChart.TextFont = new System.Drawing.Font("Times New Roman", 8F);
77      this.treeChart.Tree = null;
78      this.treeChart.SymbolicExpressionTreeNodeDoubleClicked += new System.Windows.Forms.MouseEventHandler(this.treeChart_SymbolicExpressionTreeNodeDoubleClicked);
79      //
80      // viewHost
81      //
82      this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
83            | System.Windows.Forms.AnchorStyles.Left)
84            | System.Windows.Forms.AnchorStyles.Right)));
85      this.viewHost.Caption = "View";
86      this.viewHost.Content = null;
87      this.viewHost.Enabled = false;
88      this.viewHost.Location = new System.Drawing.Point(6, 16);
89      this.viewHost.Name = "viewHost";
90      this.viewHost.ReadOnly = false;
91      this.viewHost.Size = new System.Drawing.Size(335, 326);
92      this.viewHost.TabIndex = 0;
93      this.viewHost.ViewsLabelVisible = true;
94      this.viewHost.ViewType = null;
95      //
96      // splitContainer
97      //
98      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
99      this.splitContainer.Location = new System.Drawing.Point(0, 0);
100      this.splitContainer.Name = "splitContainer";
101      //
102      // splitContainer.Panel1
103      //
104      this.splitContainer.Panel1.Controls.Add(this.grpSimplify);
105      //
106      // splitContainer.Panel2
107      //
108      this.splitContainer.Panel2.Controls.Add(this.grpViewHost);
109      this.splitContainer.Size = new System.Drawing.Size(564, 348);
110      this.splitContainer.SplitterDistance = 213;
111      this.splitContainer.TabIndex = 1;
112      //
113      // grpSimplify
114      //
115      this.grpSimplify.Controls.Add(this.flowLayoutPanel);
116      this.grpSimplify.Controls.Add(this.treeChart);
117      this.grpSimplify.Dock = System.Windows.Forms.DockStyle.Fill;
118      this.grpSimplify.Location = new System.Drawing.Point(0, 0);
119      this.grpSimplify.Name = "grpSimplify";
120      this.grpSimplify.Size = new System.Drawing.Size(213, 348);
121      this.grpSimplify.TabIndex = 1;
122      this.grpSimplify.TabStop = false;
123      this.grpSimplify.Text = "Simplify";
124      //
125      // flowLayoutPanel
126      //
127      this.flowLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
128            | System.Windows.Forms.AnchorStyles.Right)));
129      this.flowLayoutPanel.Controls.Add(this.btnSimplify);
130      this.flowLayoutPanel.Controls.Add(this.btnOptimizeConstants);
131      this.flowLayoutPanel.Location = new System.Drawing.Point(6, 313);
132      this.flowLayoutPanel.Name = "flowLayoutPanel";
133      this.flowLayoutPanel.Size = new System.Drawing.Size(204, 29);
134      this.flowLayoutPanel.TabIndex = 2;
135      this.flowLayoutPanel.WrapContents = false;
136      //
137      // btnSimplify
138      //
139      this.btnSimplify.Location = new System.Drawing.Point(3, 3);
140      this.btnSimplify.Name = "btnSimplify";
141      this.btnSimplify.Size = new System.Drawing.Size(95, 23);
142      this.btnSimplify.TabIndex = 1;
143      this.btnSimplify.Text = "Simplify";
144      this.btnSimplify.UseVisualStyleBackColor = true;
145      this.btnSimplify.Click += new System.EventHandler(this.btnSimplify_Click);
146      //
147      // btnOptimizeConstants
148      //
149      this.btnOptimizeConstants.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
150      this.btnOptimizeConstants.Enabled = false;
151      this.btnOptimizeConstants.Location = new System.Drawing.Point(104, 3);
152      this.btnOptimizeConstants.Name = "btnOptimizeConstants";
153      this.btnOptimizeConstants.Size = new System.Drawing.Size(97, 23);
154      this.btnOptimizeConstants.TabIndex = 2;
155      this.btnOptimizeConstants.Text = "Optimize";
156      this.btnOptimizeConstants.UseVisualStyleBackColor = true;
157      this.btnOptimizeConstants.Click += new System.EventHandler(this.btnOptimizeConstants_Click);
158      //
159      // grpViewHost
160      //
161      this.grpViewHost.Controls.Add(this.viewHost);
162      this.grpViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
163      this.grpViewHost.Location = new System.Drawing.Point(0, 0);
164      this.grpViewHost.Name = "grpViewHost";
165      this.grpViewHost.Size = new System.Drawing.Size(347, 348);
166      this.grpViewHost.TabIndex = 1;
167      this.grpViewHost.TabStop = false;
168      this.grpViewHost.Text = "Details";
169      //
170      // InteractiveSymbolicDataAnalysisSolutionSimplifierView
171      //
172      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
173      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
174      this.Controls.Add(this.splitContainer);
175      this.Name = "InteractiveSymbolicDataAnalysisSolutionSimplifierView";
176      this.Size = new System.Drawing.Size(564, 348);
177      this.splitContainer.Panel1.ResumeLayout(false);
178      this.splitContainer.Panel2.ResumeLayout(false);
179      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
180      this.splitContainer.ResumeLayout(false);
181      this.grpSimplify.ResumeLayout(false);
182      this.flowLayoutPanel.ResumeLayout(false);
183      this.grpViewHost.ResumeLayout(false);
184      this.ResumeLayout(false);
185
186    }
187
188    #endregion
189
190    private HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart treeChart;
191    private System.Windows.Forms.SplitContainer splitContainer;
192    private HeuristicLab.MainForm.WindowsForms.ViewHost viewHost;
193    private System.Windows.Forms.GroupBox grpSimplify;
194    private System.Windows.Forms.GroupBox grpViewHost;
195    private System.Windows.Forms.Button btnSimplify;
196    private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel;
197    protected System.Windows.Forms.Button btnOptimizeConstants;
198  }
199}
Note: See TracBrowser for help on using the repository browser.