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

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

#3136

  • modified the StructureTemplateView to enable colorful tree nodes of type SubFunctionTreeNode
  • refactored SubFunctionTreeNode, SubFunction and StructureTemplate
File size: 8.2 KB
RevLine 
[18063]1
[18067]2using System.Drawing;
3
[18063]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() {
[18067]29      this.components = new System.ComponentModel.Container();
[18063]30      this.expressionInput = new System.Windows.Forms.TextBox();
31      this.parseButton = new System.Windows.Forms.Button();
[18068]32      this.infoLabel = new System.Windows.Forms.Label();
[18063]33      this.templateStructureGroupBox = new System.Windows.Forms.GroupBox();
[18067]34      this.treeChart = new HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart();
[18063]35      this.splitContainer = new System.Windows.Forms.SplitContainer();
[18068]36      this.detailsGroupBox = new System.Windows.Forms.GroupBox();
[18067]37      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
[18063]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();
[18068]43      this.detailsGroupBox.SuspendLayout();
[18063]44      this.SuspendLayout();
45      //
46      // expressionInput
47      //
48      this.expressionInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
49            | System.Windows.Forms.AnchorStyles.Right)));
50      this.expressionInput.Location = new System.Drawing.Point(6, 19);
51      this.expressionInput.Name = "expressionInput";
52      this.expressionInput.Size = new System.Drawing.Size(288, 20);
53      this.expressionInput.TabIndex = 1;
[18068]54      this.expressionInput.TextChanged += new System.EventHandler(this.ExpressionInputTextChanged);
[18063]55      //
56      // parseButton
57      //
58      this.parseButton.Location = new System.Drawing.Point(6, 45);
59      this.parseButton.Name = "parseButton";
60      this.parseButton.Size = new System.Drawing.Size(143, 23);
61      this.parseButton.TabIndex = 3;
62      this.parseButton.Text = "Parse";
63      this.parseButton.UseVisualStyleBackColor = true;
[18068]64      this.parseButton.Click += new System.EventHandler(this.ParseButtonClick);
[18063]65      //
66      // errorLabel
67      //
[18068]68      this.infoLabel.AutoSize = true;
69      this.infoLabel.Location = new System.Drawing.Point(155, 50);
70      this.infoLabel.Name = "errorLabel";
71      this.infoLabel.Size = new System.Drawing.Size(54, 13);
72      this.infoLabel.TabIndex = 4;
73      this.infoLabel.Text = "errorLabel";
[18063]74      //
75      // templateStructureGroupBox
76      //
[18067]77      this.templateStructureGroupBox.Controls.Add(this.treeChart);
[18063]78      this.templateStructureGroupBox.Controls.Add(this.parseButton);
[18068]79      this.templateStructureGroupBox.Controls.Add(this.infoLabel);
[18063]80      this.templateStructureGroupBox.Controls.Add(this.expressionInput);
81      this.templateStructureGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
82      this.templateStructureGroupBox.Location = new System.Drawing.Point(0, 0);
83      this.templateStructureGroupBox.Name = "templateStructureGroupBox";
84      this.templateStructureGroupBox.Size = new System.Drawing.Size(300, 400);
85      this.templateStructureGroupBox.TabIndex = 8;
86      this.templateStructureGroupBox.TabStop = false;
87      this.templateStructureGroupBox.Text = "Template Structure";
88      //
[18067]89      // treeChart
90      //
[18068]91      this.treeChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
92            | System.Windows.Forms.AnchorStyles.Left)
[18067]93            | System.Windows.Forms.AnchorStyles.Right)));
94      this.treeChart.BackgroundColor = System.Drawing.Color.White;
95      this.treeChart.LineColor = System.Drawing.Color.Black;
[18068]96      this.treeChart.Location = new System.Drawing.Point(6, 74);
[18067]97      this.treeChart.MinimumHorizontalDistance = 30;
98      this.treeChart.MinimumHorizontalPadding = 20;
99      this.treeChart.MinimumVerticalDistance = 30;
100      this.treeChart.MinimumVerticalPadding = 20;
101      this.treeChart.Name = "treeChart";
102      this.treeChart.PreferredNodeHeight = 46;
103      this.treeChart.PreferredNodeWidth = 70;
[18068]104      this.treeChart.Size = new System.Drawing.Size(288, 320);
[18067]105      this.treeChart.SuspendRepaint = false;
106      this.treeChart.TabIndex = 7;
107      this.treeChart.TextFont = new System.Drawing.Font("Times New Roman", 8F);
108      this.treeChart.Tree = null;
109      //
[18063]110      // splitContainer
111      //
112      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
113      this.splitContainer.Location = new System.Drawing.Point(0, 0);
114      this.splitContainer.Margin = new System.Windows.Forms.Padding(0);
115      this.splitContainer.Name = "splitContainer";
116      //
117      // splitContainer.Panel1
118      //
119      this.splitContainer.Panel1.Controls.Add(this.templateStructureGroupBox);
120      this.splitContainer.Panel1MinSize = 5;
121      //
122      // splitContainer.Panel2
123      //
[18068]124      this.splitContainer.Panel2.Controls.Add(this.detailsGroupBox);
[18063]125      this.splitContainer.Panel2MinSize = 5;
126      this.splitContainer.Size = new System.Drawing.Size(600, 400);
127      this.splitContainer.SplitterDistance = 300;
128      this.splitContainer.TabIndex = 10;
129      //
[18068]130      // detailsGroupBox
131      //
132      this.detailsGroupBox.Controls.Add(this.viewHost);
133      this.detailsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
134      this.detailsGroupBox.Location = new System.Drawing.Point(0, 0);
135      this.detailsGroupBox.Name = "detailsGroupBox";
136      this.detailsGroupBox.Size = new System.Drawing.Size(296, 400);
137      this.detailsGroupBox.TabIndex = 9;
138      this.detailsGroupBox.TabStop = false;
139      this.detailsGroupBox.Text = "Details";
140      //
[18067]141      // viewHost
[18063]142      //
[18067]143      this.viewHost.Caption = "View";
144      this.viewHost.Content = null;
145      this.viewHost.Dock = System.Windows.Forms.DockStyle.Fill;
146      this.viewHost.Enabled = false;
[18068]147      this.viewHost.Location = new System.Drawing.Point(3, 16);
[18067]148      this.viewHost.Name = "viewHost";
149      this.viewHost.ReadOnly = false;
[18068]150      this.viewHost.Size = new System.Drawing.Size(290, 381);
[18067]151      this.viewHost.TabIndex = 8;
152      this.viewHost.ViewsLabelVisible = true;
153      this.viewHost.ViewType = null;
[18063]154      //
155      // StructureTemplateView
156      //
157      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
158      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
159      this.Controls.Add(this.splitContainer);
160      this.Name = "StructureTemplateView";
161      this.Size = new System.Drawing.Size(600, 400);
162      this.templateStructureGroupBox.ResumeLayout(false);
163      this.templateStructureGroupBox.PerformLayout();
164      this.splitContainer.Panel1.ResumeLayout(false);
165      this.splitContainer.Panel2.ResumeLayout(false);
166      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
167      this.splitContainer.ResumeLayout(false);
[18068]168      this.detailsGroupBox.ResumeLayout(false);
[18063]169      this.ResumeLayout(false);
170
171    }
172
173    #endregion
174    private System.Windows.Forms.TextBox expressionInput;
175    private System.Windows.Forms.Button parseButton;
[18068]176    private System.Windows.Forms.Label infoLabel;
[18063]177    private System.Windows.Forms.GroupBox templateStructureGroupBox;
178    private System.Windows.Forms.SplitContainer splitContainer;
[18067]179    private Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart treeChart;
180    private MainForm.WindowsForms.ViewHost viewHost;
[18068]181    private System.Windows.Forms.GroupBox detailsGroupBox;
[18063]182  }
183}
Note: See TracBrowser for help on using the repository browser.