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

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

#3136

  • added view components and classes for sub functions
File size: 7.2 KB
Line 
1
2namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Views {
3  partial class StructureTemplateView {
4    /// <summary>
5    /// Required designer variable.
6    /// </summary>
7    private System.ComponentModel.IContainer components = null;
8
9    /// <summary>
10    /// Clean up any resources being used.
11    /// </summary>
12    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
13    protected override void Dispose(bool disposing) {
14      if (disposing && (components != null)) {
15        components.Dispose();
16      }
17      base.Dispose(disposing);
18    }
19
20    #region Component Designer generated code
21
22    /// <summary>
23    /// Required method for Designer support - do not modify
24    /// the contents of this method with the code editor.
25    /// </summary>
26    private void InitializeComponent() {
27      this.expressionInput = new System.Windows.Forms.TextBox();
28      this.parseButton = new System.Windows.Forms.Button();
29      this.errorLabel = new System.Windows.Forms.Label();
30      this.symRegTreeChart = new HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.GraphicalSymbolicExpressionTreeView();
31      this.templateStructureGroupBox = new System.Windows.Forms.GroupBox();
32      this.splitContainer = new System.Windows.Forms.SplitContainer();
33      this.subFunctionListView = new HeuristicLab.Problems.DataAnalysis.Symbolic.Views.SubFunctionListView();
34      this.templateStructureGroupBox.SuspendLayout();
35      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
36      this.splitContainer.Panel1.SuspendLayout();
37      this.splitContainer.Panel2.SuspendLayout();
38      this.splitContainer.SuspendLayout();
39      this.SuspendLayout();
40      //
41      // expressionInput
42      //
43      this.expressionInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
44            | System.Windows.Forms.AnchorStyles.Right)));
45      this.expressionInput.Location = new System.Drawing.Point(6, 19);
46      this.expressionInput.Name = "expressionInput";
47      this.expressionInput.Size = new System.Drawing.Size(288, 20);
48      this.expressionInput.TabIndex = 1;
49      this.expressionInput.TextChanged += new System.EventHandler(this.expressionInput_TextChanged);
50      //
51      // parseButton
52      //
53      this.parseButton.Location = new System.Drawing.Point(6, 45);
54      this.parseButton.Name = "parseButton";
55      this.parseButton.Size = new System.Drawing.Size(143, 23);
56      this.parseButton.TabIndex = 3;
57      this.parseButton.Text = "Parse";
58      this.parseButton.UseVisualStyleBackColor = true;
59      this.parseButton.Click += new System.EventHandler(this.parseButton_Click);
60      //
61      // errorLabel
62      //
63      this.errorLabel.AutoSize = true;
64      this.errorLabel.Location = new System.Drawing.Point(155, 50);
65      this.errorLabel.Name = "errorLabel";
66      this.errorLabel.Size = new System.Drawing.Size(54, 13);
67      this.errorLabel.TabIndex = 4;
68      this.errorLabel.Text = "errorLabel";
69      //
70      // symRegTreeChart
71      //
72      this.symRegTreeChart.AllowDrop = true;
73      this.symRegTreeChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
74            | System.Windows.Forms.AnchorStyles.Left)
75            | System.Windows.Forms.AnchorStyles.Right)));
76      this.symRegTreeChart.Caption = "Graphical SymbolicExpressionTree View";
77      this.symRegTreeChart.Content = null;
78      this.symRegTreeChart.Location = new System.Drawing.Point(6, 74);
79      this.symRegTreeChart.Name = "symRegTreeChart";
80      this.symRegTreeChart.ReadOnly = false;
81      this.symRegTreeChart.Size = new System.Drawing.Size(288, 320);
82      this.symRegTreeChart.TabIndex = 6;
83      //
84      // templateStructureGroupBox
85      //
86      this.templateStructureGroupBox.Controls.Add(this.symRegTreeChart);
87      this.templateStructureGroupBox.Controls.Add(this.parseButton);
88      this.templateStructureGroupBox.Controls.Add(this.errorLabel);
89      this.templateStructureGroupBox.Controls.Add(this.expressionInput);
90      this.templateStructureGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
91      this.templateStructureGroupBox.Location = new System.Drawing.Point(0, 0);
92      this.templateStructureGroupBox.Name = "templateStructureGroupBox";
93      this.templateStructureGroupBox.Size = new System.Drawing.Size(300, 400);
94      this.templateStructureGroupBox.TabIndex = 8;
95      this.templateStructureGroupBox.TabStop = false;
96      this.templateStructureGroupBox.Text = "Template Structure";
97      //
98      // splitContainer
99      //
100      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
101      this.splitContainer.Location = new System.Drawing.Point(0, 0);
102      this.splitContainer.Margin = new System.Windows.Forms.Padding(0);
103      this.splitContainer.Name = "splitContainer";
104      //
105      // splitContainer.Panel1
106      //
107      this.splitContainer.Panel1.Controls.Add(this.templateStructureGroupBox);
108      this.splitContainer.Panel1MinSize = 5;
109      //
110      // splitContainer.Panel2
111      //
112      this.splitContainer.Panel2.Controls.Add(this.subFunctionListView);
113      this.splitContainer.Panel2MinSize = 5;
114      this.splitContainer.Size = new System.Drawing.Size(600, 400);
115      this.splitContainer.SplitterDistance = 300;
116      this.splitContainer.TabIndex = 10;
117      //
118      // subFunctionListView
119      //
120      this.subFunctionListView.Caption = "View";
121      this.subFunctionListView.Content = null;
122      this.subFunctionListView.Dock = System.Windows.Forms.DockStyle.Fill;
123      this.subFunctionListView.Location = new System.Drawing.Point(0, 0);
124      this.subFunctionListView.Name = "subFunctionListView";
125      this.subFunctionListView.ReadOnly = false;
126      this.subFunctionListView.Size = new System.Drawing.Size(296, 400);
127      this.subFunctionListView.TabIndex = 7;
128      //
129      // StructureTemplateView
130      //
131      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
132      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
133      this.Controls.Add(this.splitContainer);
134      this.Name = "StructureTemplateView";
135      this.Size = new System.Drawing.Size(600, 400);
136      this.templateStructureGroupBox.ResumeLayout(false);
137      this.templateStructureGroupBox.PerformLayout();
138      this.splitContainer.Panel1.ResumeLayout(false);
139      this.splitContainer.Panel2.ResumeLayout(false);
140      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
141      this.splitContainer.ResumeLayout(false);
142      this.ResumeLayout(false);
143
144    }
145
146    #endregion
147    private System.Windows.Forms.TextBox expressionInput;
148    private System.Windows.Forms.Button parseButton;
149    private System.Windows.Forms.Label errorLabel;
150    private Encodings.SymbolicExpressionTreeEncoding.Views.GraphicalSymbolicExpressionTreeView symRegTreeChart;
151    private SubFunctionListView subFunctionListView;
152    private System.Windows.Forms.GroupBox templateStructureGroupBox;
153    private System.Windows.Forms.SplitContainer splitContainer;
154  }
155}
Note: See TracBrowser for help on using the repository browser.