Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3136_Structural_GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/StructureTemplate/StructureTemplateView.Designer.cs @ 18134

Last change on this file since 18134 was 18134, checked in by dpiringe, 2 years ago

#3136

  • added a new information box for StructureTemplate in StructureTemplateView with an extended description about structure templates
File size: 9.4 KB
Line 
1
2using System.Drawing;
3using System.Windows.Forms;
4
5namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Views {
6  partial class StructureTemplateView {
7   
8    /// <summary>
9    /// Required method for Designer support - do not modify
10    /// the contents of this method with the code editor.
11    /// </summary>
12    private void InitializeComponent() {
13      this.components = new System.ComponentModel.Container();
14      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StructureTemplateView));
15      this.detailsGroupBox = new System.Windows.Forms.GroupBox();
16      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
17      this.templateStructureGroupBox = new System.Windows.Forms.GroupBox();
18      this.linearScalingCheckBox = new System.Windows.Forms.CheckBox();
19      this.infoLabel = new System.Windows.Forms.Label();
20      this.treeChart = new HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart();
21      this.parseButton = new System.Windows.Forms.Button();
22      this.expressionInput = new System.Windows.Forms.TextBox();
23      this.splitContainer = new System.Windows.Forms.SplitContainer();
24      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
25      this.detailsGroupBox.SuspendLayout();
26      this.templateStructureGroupBox.SuspendLayout();
27      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
28      this.splitContainer.Panel1.SuspendLayout();
29      this.splitContainer.Panel2.SuspendLayout();
30      this.splitContainer.SuspendLayout();
31      this.SuspendLayout();
32      //
33      // detailsGroupBox
34      //
35      this.detailsGroupBox.Controls.Add(this.viewHost);
36      this.detailsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
37      this.detailsGroupBox.Location = new System.Drawing.Point(0, 0);
38      this.detailsGroupBox.Name = "detailsGroupBox";
39      this.detailsGroupBox.Size = new System.Drawing.Size(296, 400);
40      this.detailsGroupBox.TabIndex = 9;
41      this.detailsGroupBox.TabStop = false;
42      this.detailsGroupBox.Text = "Details";
43      //
44      // viewHost
45      //
46      this.viewHost.Caption = "View";
47      this.viewHost.Content = null;
48      this.viewHost.Dock = System.Windows.Forms.DockStyle.Fill;
49      this.viewHost.Enabled = false;
50      this.viewHost.Location = new System.Drawing.Point(3, 16);
51      this.viewHost.Name = "viewHost";
52      this.viewHost.ReadOnly = false;
53      this.viewHost.Size = new System.Drawing.Size(290, 381);
54      this.viewHost.TabIndex = 8;
55      this.viewHost.ViewsLabelVisible = true;
56      this.viewHost.ViewType = null;
57      //
58      // templateStructureGroupBox
59      //
60      this.templateStructureGroupBox.Controls.Add(this.linearScalingCheckBox);
61      this.templateStructureGroupBox.Controls.Add(this.infoLabel);
62      this.templateStructureGroupBox.Controls.Add(this.treeChart);
63      this.templateStructureGroupBox.Controls.Add(this.parseButton);
64      this.templateStructureGroupBox.Controls.Add(this.expressionInput);
65      this.templateStructureGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
66      this.templateStructureGroupBox.Location = new System.Drawing.Point(0, 0);
67      this.templateStructureGroupBox.Name = "templateStructureGroupBox";
68      this.templateStructureGroupBox.Size = new System.Drawing.Size(300, 400);
69      this.templateStructureGroupBox.TabIndex = 8;
70      this.templateStructureGroupBox.TabStop = false;
71      this.templateStructureGroupBox.Text = "Template Structure";
72      //
73      // linearScalingCheckBox
74      //
75      this.linearScalingCheckBox.AutoSize = true;
76      this.linearScalingCheckBox.Location = new System.Drawing.Point(149, 49);
77      this.linearScalingCheckBox.Name = "linearScalingCheckBox";
78      this.linearScalingCheckBox.Size = new System.Drawing.Size(122, 17);
79      this.linearScalingCheckBox.TabIndex = 8;
80      this.linearScalingCheckBox.Text = "Apply Linear Scaling";
81      this.linearScalingCheckBox.UseVisualStyleBackColor = true;
82      this.linearScalingCheckBox.CheckStateChanged += new System.EventHandler(this.LinearScalingCheckBoxCheckStateChanged);
83      //
84      // infoLabel
85      //
86      this.infoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
87      this.infoLabel.BackColor = System.Drawing.Color.White;
88      this.infoLabel.Image = ((System.Drawing.Image)(resources.GetObject("infoLabel.Image")));
89      this.infoLabel.Location = new System.Drawing.Point(275, 22);
90      this.infoLabel.Name = "infoLabel";
91      this.infoLabel.Size = new System.Drawing.Size(15, 15);
92      this.infoLabel.TabIndex = 4;
93      this.infoLabel.Text = "    ";
94      this.toolTip.SetToolTip(this.infoLabel, "Double-click to open description.");
95      this.infoLabel.DoubleClick += new System.EventHandler(this.helpButton_DoubleClick);
96      //
97      // treeChart
98      //
99      this.treeChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
100            | System.Windows.Forms.AnchorStyles.Left)
101            | System.Windows.Forms.AnchorStyles.Right)));
102      this.treeChart.BackgroundColor = System.Drawing.Color.White;
103      this.treeChart.LineColor = System.Drawing.Color.Black;
104      this.treeChart.Location = new System.Drawing.Point(3, 74);
105      this.treeChart.MinimumHorizontalDistance = 30;
106      this.treeChart.MinimumHorizontalPadding = 20;
107      this.treeChart.MinimumVerticalDistance = 30;
108      this.treeChart.MinimumVerticalPadding = 20;
109      this.treeChart.Name = "treeChart";
110      this.treeChart.PreferredNodeHeight = 46;
111      this.treeChart.PreferredNodeWidth = 70;
112      this.treeChart.Size = new System.Drawing.Size(291, 320);
113      this.treeChart.SuspendRepaint = false;
114      this.treeChart.TabIndex = 7;
115      this.treeChart.TextFont = new System.Drawing.Font("Times New Roman", 8F);
116      this.treeChart.Tree = null;
117      //
118      // parseButton
119      //
120      this.parseButton.Location = new System.Drawing.Point(3, 45);
121      this.parseButton.Name = "parseButton";
122      this.parseButton.Size = new System.Drawing.Size(140, 23);
123      this.parseButton.TabIndex = 3;
124      this.parseButton.Text = "Parse";
125      this.parseButton.UseVisualStyleBackColor = true;
126      this.parseButton.Click += new System.EventHandler(this.ParseButtonClick);
127      //
128      // expressionInput
129      //
130      this.expressionInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
131            | System.Windows.Forms.AnchorStyles.Right)));
132      this.expressionInput.Location = new System.Drawing.Point(3, 19);
133      this.expressionInput.Name = "expressionInput";
134      this.expressionInput.Size = new System.Drawing.Size(266, 20);
135      this.expressionInput.TabIndex = 1;
136      this.expressionInput.TextChanged += new System.EventHandler(this.ExpressionInputTextChanged);
137      this.expressionInput.KeyUp += new System.Windows.Forms.KeyEventHandler(this.ExpressionInputKeyUp);
138      //
139      // splitContainer
140      //
141      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
142      this.splitContainer.Location = new System.Drawing.Point(0, 0);
143      this.splitContainer.Margin = new System.Windows.Forms.Padding(0);
144      this.splitContainer.Name = "splitContainer";
145      //
146      // splitContainer.Panel1
147      //
148      this.splitContainer.Panel1.Controls.Add(this.templateStructureGroupBox);
149      this.splitContainer.Panel1MinSize = 5;
150      //
151      // splitContainer.Panel2
152      //
153      this.splitContainer.Panel2.Controls.Add(this.detailsGroupBox);
154      this.splitContainer.Panel2MinSize = 5;
155      this.splitContainer.Size = new System.Drawing.Size(600, 400);
156      this.splitContainer.SplitterDistance = 300;
157      this.splitContainer.TabIndex = 10;
158      //
159      // StructureTemplateView
160      //
161      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
162      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
163      this.Controls.Add(this.splitContainer);
164      this.Name = "StructureTemplateView";
165      this.Size = new System.Drawing.Size(600, 400);
166      this.detailsGroupBox.ResumeLayout(false);
167      this.templateStructureGroupBox.ResumeLayout(false);
168      this.templateStructureGroupBox.PerformLayout();
169      this.splitContainer.Panel1.ResumeLayout(false);
170      this.splitContainer.Panel2.ResumeLayout(false);
171      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
172      this.splitContainer.ResumeLayout(false);
173      this.ResumeLayout(false);
174
175    }
176
177
178    private System.Windows.Forms.GroupBox detailsGroupBox;
179    private MainForm.WindowsForms.ViewHost viewHost;
180    private System.Windows.Forms.GroupBox templateStructureGroupBox;
181    private System.Windows.Forms.CheckBox linearScalingCheckBox;
182    private System.Windows.Forms.Label infoLabel;
183    private Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart treeChart;
184    private System.Windows.Forms.Button parseButton;
185    private System.Windows.Forms.TextBox expressionInput;
186    private System.Windows.Forms.SplitContainer splitContainer;
187    private System.ComponentModel.IContainer components;
188    private ToolTip toolTip;
189  }
190}
Note: See TracBrowser for help on using the repository browser.