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 @ 18067

Last change on this file since 18067 was 18067, checked in by dpiringe, 3 years ago

#3136

  • changed the StructureTemplateView -> nodes of type SubFunctionTreeNode are now clickable
    • still need to overhaul the UI elements
  • added a way to parse SubFunctionTreeNode with a unique name in InfixExpressionParser
File size: 8.5 KB
Line 
1
2using System.Drawing;
3
4namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Views {
5  partial class StructureTemplateView {
6    /// <summary>
7    /// Required designer variable.
8    /// </summary>
9    private System.ComponentModel.IContainer components = null;
10
11    /// <summary>
12    /// Clean up any resources being used.
13    /// </summary>
14    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
15    protected override void Dispose(bool disposing) {
16      if (disposing && (components != null)) {
17        components.Dispose();
18      }
19      base.Dispose(disposing);
20    }
21
22    #region Component Designer generated code
23
24    /// <summary>
25    /// Required method for Designer support - do not modify
26    /// the contents of this method with the code editor.
27    /// </summary>
28    private void InitializeComponent() {
29      this.components = new System.ComponentModel.Container();
30      this.expressionInput = new System.Windows.Forms.TextBox();
31      this.parseButton = new System.Windows.Forms.Button();
32      this.errorLabel = new System.Windows.Forms.Label();
33      this.symRegTreeChart = new HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.GraphicalSymbolicExpressionTreeView();
34      this.templateStructureGroupBox = new System.Windows.Forms.GroupBox();
35      this.treeChart = new HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart();
36      this.splitContainer = new System.Windows.Forms.SplitContainer();
37      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
38      this.templateStructureGroupBox.SuspendLayout();
39      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
40      this.splitContainer.Panel1.SuspendLayout();
41      this.splitContainer.Panel2.SuspendLayout();
42      this.splitContainer.SuspendLayout();
43      this.SuspendLayout();
44      //
45      // expressionInput
46      //
47      this.expressionInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
48            | System.Windows.Forms.AnchorStyles.Right)));
49      this.expressionInput.Location = new System.Drawing.Point(6, 19);
50      this.expressionInput.Name = "expressionInput";
51      this.expressionInput.Size = new System.Drawing.Size(288, 20);
52      this.expressionInput.TabIndex = 1;
53      this.expressionInput.TextChanged += new System.EventHandler(this.expressionInput_TextChanged);
54      //
55      // parseButton
56      //
57      this.parseButton.Location = new System.Drawing.Point(6, 45);
58      this.parseButton.Name = "parseButton";
59      this.parseButton.Size = new System.Drawing.Size(143, 23);
60      this.parseButton.TabIndex = 3;
61      this.parseButton.Text = "Parse";
62      this.parseButton.UseVisualStyleBackColor = true;
63      this.parseButton.Click += new System.EventHandler(this.parseButton_Click);
64      //
65      // errorLabel
66      //
67      this.errorLabel.AutoSize = true;
68      this.errorLabel.Location = new System.Drawing.Point(155, 50);
69      this.errorLabel.Name = "errorLabel";
70      this.errorLabel.Size = new System.Drawing.Size(54, 13);
71      this.errorLabel.TabIndex = 4;
72      this.errorLabel.Text = "errorLabel";
73      //
74      // symRegTreeChart
75      //
76      this.symRegTreeChart.AllowDrop = true;
77      this.symRegTreeChart.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
78            | System.Windows.Forms.AnchorStyles.Right)));
79      this.symRegTreeChart.Caption = "Graphical SymbolicExpressionTree View";
80      this.symRegTreeChart.Content = null;
81      this.symRegTreeChart.Location = new System.Drawing.Point(6, 74);
82      this.symRegTreeChart.Name = "symRegTreeChart";
83      this.symRegTreeChart.ReadOnly = false;
84      this.symRegTreeChart.Size = new System.Drawing.Size(288, 153);
85      this.symRegTreeChart.TabIndex = 6;
86      //
87      // templateStructureGroupBox
88      //
89      this.templateStructureGroupBox.Controls.Add(this.treeChart);
90      this.templateStructureGroupBox.Controls.Add(this.symRegTreeChart);
91      this.templateStructureGroupBox.Controls.Add(this.parseButton);
92      this.templateStructureGroupBox.Controls.Add(this.errorLabel);
93      this.templateStructureGroupBox.Controls.Add(this.expressionInput);
94      this.templateStructureGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
95      this.templateStructureGroupBox.Location = new System.Drawing.Point(0, 0);
96      this.templateStructureGroupBox.Name = "templateStructureGroupBox";
97      this.templateStructureGroupBox.Size = new System.Drawing.Size(300, 400);
98      this.templateStructureGroupBox.TabIndex = 8;
99      this.templateStructureGroupBox.TabStop = false;
100      this.templateStructureGroupBox.Text = "Template Structure";
101      //
102      // treeChart
103      //
104      this.treeChart.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
105            | System.Windows.Forms.AnchorStyles.Right)));
106      this.treeChart.BackgroundColor = System.Drawing.Color.White;
107      this.treeChart.LineColor = System.Drawing.Color.Black;
108      this.treeChart.Location = new System.Drawing.Point(6, 233);
109      this.treeChart.MinimumHorizontalDistance = 30;
110      this.treeChart.MinimumHorizontalPadding = 20;
111      this.treeChart.MinimumVerticalDistance = 30;
112      this.treeChart.MinimumVerticalPadding = 20;
113      this.treeChart.Name = "treeChart";
114      this.treeChart.PreferredNodeHeight = 46;
115      this.treeChart.PreferredNodeWidth = 70;
116      this.treeChart.Size = new System.Drawing.Size(288, 150);
117      this.treeChart.SuspendRepaint = false;
118      this.treeChart.TabIndex = 7;
119      this.treeChart.TextFont = new System.Drawing.Font("Times New Roman", 8F);
120      this.treeChart.Tree = null;
121      //
122      // splitContainer
123      //
124      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
125      this.splitContainer.Location = new System.Drawing.Point(0, 0);
126      this.splitContainer.Margin = new System.Windows.Forms.Padding(0);
127      this.splitContainer.Name = "splitContainer";
128      //
129      // splitContainer.Panel1
130      //
131      this.splitContainer.Panel1.Controls.Add(this.templateStructureGroupBox);
132      this.splitContainer.Panel1MinSize = 5;
133      //
134      // splitContainer.Panel2
135      //
136      this.splitContainer.Panel2.Controls.Add(this.viewHost);
137      this.splitContainer.Panel2MinSize = 5;
138      this.splitContainer.Size = new System.Drawing.Size(600, 400);
139      this.splitContainer.SplitterDistance = 300;
140      this.splitContainer.TabIndex = 10;
141      //
142      // viewHost
143      //
144      this.viewHost.Caption = "View";
145      this.viewHost.Content = null;
146      this.viewHost.Dock = System.Windows.Forms.DockStyle.Fill;
147      this.viewHost.Enabled = false;
148      this.viewHost.Location = new System.Drawing.Point(0, 0);
149      this.viewHost.Name = "viewHost";
150      this.viewHost.ReadOnly = false;
151      this.viewHost.Size = new System.Drawing.Size(296, 400);
152      this.viewHost.TabIndex = 8;
153      this.viewHost.ViewsLabelVisible = true;
154      this.viewHost.ViewType = null;
155      //
156      // StructureTemplateView
157      //
158      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
159      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
160      this.Controls.Add(this.splitContainer);
161      this.Name = "StructureTemplateView";
162      this.Size = new System.Drawing.Size(600, 400);
163      this.templateStructureGroupBox.ResumeLayout(false);
164      this.templateStructureGroupBox.PerformLayout();
165      this.splitContainer.Panel1.ResumeLayout(false);
166      this.splitContainer.Panel2.ResumeLayout(false);
167      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
168      this.splitContainer.ResumeLayout(false);
169      this.ResumeLayout(false);
170
171    }
172
173    #endregion
174    private System.Windows.Forms.TextBox expressionInput;
175    private System.Windows.Forms.Button parseButton;
176    private System.Windows.Forms.Label errorLabel;
177    private Encodings.SymbolicExpressionTreeEncoding.Views.GraphicalSymbolicExpressionTreeView symRegTreeChart;
178    private System.Windows.Forms.GroupBox templateStructureGroupBox;
179    private System.Windows.Forms.SplitContainer splitContainer;
180    private Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart treeChart;
181    private MainForm.WindowsForms.ViewHost viewHost;
182  }
183}
Note: See TracBrowser for help on using the repository browser.