Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OaaS/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/SymbolicExpressionGrammarEditorView.Designer.cs @ 9363

Last change on this file since 9363 was 9363, checked in by spimming, 11 years ago

#1888:

  • Merged revisions from trunk
File size: 15.9 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2012 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.Encodings.SymbolicExpressionTreeEncoding.Views {
23  partial class SymbolicExpressionGrammarEditorView {
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.components = new System.ComponentModel.Container();
48      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SymbolicExpressionGrammarEditorView));
49      this.grpSymbols = new System.Windows.Forms.GroupBox();
50      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
51      this.copyButton = new System.Windows.Forms.Button();
52      this.showDetailsCheckBox = new System.Windows.Forms.CheckBox();
53      this.removeButton = new System.Windows.Forms.Button();
54      this.addButton = new System.Windows.Forms.Button();
55      this.symbolsTreeView = new HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.CheckBoxTreeView();
56      this.imageList = new System.Windows.Forms.ImageList(this.components);
57      this.splitContainer2 = new System.Windows.Forms.SplitContainer();
58      this.allowedChildSymbolsControl = new HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionGrammarAllowedChildSymbolsControl();
59      this.symbolDetailsGroupBox = new System.Windows.Forms.GroupBox();
60      this.symbolDetailsViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
61      this.showSampleTreeButton = new System.Windows.Forms.Button();
62      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
63      this.grpSymbols.SuspendLayout();
64      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
65      this.splitContainer1.Panel1.SuspendLayout();
66      this.splitContainer1.Panel2.SuspendLayout();
67      this.splitContainer1.SuspendLayout();
68      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
69      this.splitContainer2.Panel1.SuspendLayout();
70      this.splitContainer2.Panel2.SuspendLayout();
71      this.splitContainer2.SuspendLayout();
72      this.symbolDetailsGroupBox.SuspendLayout();
73      this.SuspendLayout();
74      //
75      // nameTextBox
76      //
77      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
78      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
79      this.nameTextBox.Size = new System.Drawing.Size(686, 20);
80      //
81      // infoLabel
82      //
83      this.infoLabel.Location = new System.Drawing.Point(750, 3);
84      //
85      // grpSymbols
86      //
87      this.grpSymbols.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
88            | System.Windows.Forms.AnchorStyles.Left)
89            | System.Windows.Forms.AnchorStyles.Right)));
90      this.grpSymbols.Controls.Add(this.splitContainer1);
91      this.grpSymbols.Location = new System.Drawing.Point(0, 26);
92      this.grpSymbols.Name = "grpSymbols";
93      this.grpSymbols.Size = new System.Drawing.Size(769, 378);
94      this.grpSymbols.TabIndex = 3;
95      this.grpSymbols.TabStop = false;
96      this.grpSymbols.Text = "Symbols";
97      //
98      // splitContainer1
99      //
100      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
101      this.splitContainer1.Location = new System.Drawing.Point(3, 16);
102      this.splitContainer1.Name = "splitContainer1";
103      //
104      // splitContainer1.Panel1
105      //
106      this.splitContainer1.Panel1.Controls.Add(this.showSampleTreeButton);
107      this.splitContainer1.Panel1.Controls.Add(this.copyButton);
108      this.splitContainer1.Panel1.Controls.Add(this.showDetailsCheckBox);
109      this.splitContainer1.Panel1.Controls.Add(this.removeButton);
110      this.splitContainer1.Panel1.Controls.Add(this.addButton);
111      this.splitContainer1.Panel1.Controls.Add(this.symbolsTreeView);
112      //
113      // splitContainer1.Panel2
114      //
115      this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
116      this.splitContainer1.Size = new System.Drawing.Size(763, 359);
117      this.splitContainer1.SplitterDistance = 191;
118      this.splitContainer1.TabIndex = 0;
119      //
120      // copyButton
121      //
122      this.copyButton.Enabled = false;
123      this.copyButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Copy;
124      this.copyButton.Location = new System.Drawing.Point(33, 3);
125      this.copyButton.Name = "copyButton";
126      this.copyButton.Size = new System.Drawing.Size(24, 24);
127      this.copyButton.TabIndex = 8;
128      this.toolTip.SetToolTip(this.copyButton, "Copy Symbol");
129      this.copyButton.UseVisualStyleBackColor = true;
130      this.copyButton.Click += new System.EventHandler(this.copyButton_Click);
131      //
132      // showDetailsCheckBox
133      //
134      this.showDetailsCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
135      this.showDetailsCheckBox.Checked = true;
136      this.showDetailsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
137      this.showDetailsCheckBox.Image = HeuristicLab.Common.Resources.VSImageLibrary.Properties;
138      this.showDetailsCheckBox.Location = new System.Drawing.Point(93, 3);
139      this.showDetailsCheckBox.Name = "showDetailsCheckBox";
140      this.showDetailsCheckBox.Size = new System.Drawing.Size(24, 24);
141      this.showDetailsCheckBox.TabIndex = 7;
142      this.toolTip.SetToolTip(this.showDetailsCheckBox, "Show/Hide Details");
143      this.showDetailsCheckBox.UseVisualStyleBackColor = true;
144      this.showDetailsCheckBox.CheckedChanged += new System.EventHandler(this.showDetailsCheckBox_CheckedChanged);
145      //
146      // removeButton
147      //
148      this.removeButton.Enabled = false;
149      this.removeButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Remove;
150      this.removeButton.Location = new System.Drawing.Point(63, 3);
151      this.removeButton.Name = "removeButton";
152      this.removeButton.Size = new System.Drawing.Size(24, 24);
153      this.removeButton.TabIndex = 6;
154      this.toolTip.SetToolTip(this.removeButton, "Remove Symbol");
155      this.removeButton.UseVisualStyleBackColor = true;
156      this.removeButton.Click += new System.EventHandler(this.removeButton_Click);
157      //
158      // addButton
159      //
160      this.addButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Add;
161      this.addButton.Location = new System.Drawing.Point(3, 3);
162      this.addButton.Name = "addButton";
163      this.addButton.Size = new System.Drawing.Size(24, 24);
164      this.addButton.TabIndex = 5;
165      this.toolTip.SetToolTip(this.addButton, "Add Symbol");
166      this.addButton.UseVisualStyleBackColor = true;
167      this.addButton.Click += new System.EventHandler(this.addButton_Click);
168      //
169      // symbolsTreeView
170      //
171      this.symbolsTreeView.AllowDrop = true;
172      this.symbolsTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
173            | System.Windows.Forms.AnchorStyles.Left)
174            | System.Windows.Forms.AnchorStyles.Right)));
175      this.symbolsTreeView.CheckBoxes = true;
176      this.symbolsTreeView.HideSelection = false;
177      this.symbolsTreeView.ImageIndex = 0;
178      this.symbolsTreeView.ImageList = this.imageList;
179      this.symbolsTreeView.Location = new System.Drawing.Point(3, 28);
180      this.symbolsTreeView.Name = "symbolsTreeView";
181      this.symbolsTreeView.SelectedImageIndex = 0;
182      this.symbolsTreeView.Size = new System.Drawing.Size(185, 299);
183      this.symbolsTreeView.TabIndex = 0;
184      this.symbolsTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.symbolsTreeView_AfterCheck);
185      this.symbolsTreeView.BeforeCheck += new System.Windows.Forms.TreeViewCancelEventHandler(symbolsTreeView_BeforeCheck);
186      this.symbolsTreeView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.symbolsTreeView_ItemDrag);
187      this.symbolsTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.symbolsTreeView_AfterSelect);
188      this.symbolsTreeView.DragDrop += new System.Windows.Forms.DragEventHandler(this.symbolsTreeView_DragDrop);
189      this.symbolsTreeView.DragEnter += new System.Windows.Forms.DragEventHandler(this.symbolsTreeView_DragEnter);
190      this.symbolsTreeView.DragOver += new System.Windows.Forms.DragEventHandler(this.symbolsTreeView_DragOver);
191      this.symbolsTreeView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.symbolsTreeView_KeyDown);
192      this.symbolsTreeView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.symbolsTreeView_MouseDown);
193      this.symbolsTreeView.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(symbolsTreeView_NodeMouseDoubleClick);
194      //
195      // imageList
196      //
197      this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
198      this.imageList.ImageSize = new System.Drawing.Size(16, 16);
199      this.imageList.TransparentColor = System.Drawing.Color.Transparent;
200      //
201      // splitContainer2
202      //
203      this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
204      this.splitContainer2.Location = new System.Drawing.Point(0, 0);
205      this.splitContainer2.Name = "splitContainer2";
206      this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
207      //
208      // splitContainer2.Panel1
209      //
210      this.splitContainer2.Panel1.Controls.Add(this.allowedChildSymbolsControl);
211      //
212      // splitContainer2.Panel2
213      //
214      this.splitContainer2.Panel2.Controls.Add(this.symbolDetailsGroupBox);
215      this.splitContainer2.Size = new System.Drawing.Size(568, 359);
216      this.splitContainer2.SplitterDistance = 165;
217      this.splitContainer2.TabIndex = 0;
218      //
219      // allowedChildSymbolsControl
220      //
221      this.allowedChildSymbolsControl.AllowDrop = true;
222      this.allowedChildSymbolsControl.Dock = System.Windows.Forms.DockStyle.Fill;
223      this.allowedChildSymbolsControl.Grammar = null;
224      this.allowedChildSymbolsControl.Location = new System.Drawing.Point(0, 0);
225      this.allowedChildSymbolsControl.Name = "allowedChildSymbolsControl";
226      this.allowedChildSymbolsControl.Size = new System.Drawing.Size(568, 165);
227      this.allowedChildSymbolsControl.Symbol = null;
228      this.allowedChildSymbolsControl.TabIndex = 0;
229      //
230      // symbolDetailsGroupBox
231      //
232      this.symbolDetailsGroupBox.Controls.Add(this.symbolDetailsViewHost);
233      this.symbolDetailsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
234      this.symbolDetailsGroupBox.Location = new System.Drawing.Point(0, 0);
235      this.symbolDetailsGroupBox.Name = "symbolDetailsGroupBox";
236      this.symbolDetailsGroupBox.Size = new System.Drawing.Size(568, 190);
237      this.symbolDetailsGroupBox.TabIndex = 1;
238      this.symbolDetailsGroupBox.TabStop = false;
239      this.symbolDetailsGroupBox.Text = "Symbol Details";
240      //
241      // symbolDetailsViewHost
242      //
243      this.symbolDetailsViewHost.Caption = "View";
244      this.symbolDetailsViewHost.Content = null;
245      this.symbolDetailsViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
246      this.symbolDetailsViewHost.Enabled = false;
247      this.symbolDetailsViewHost.Location = new System.Drawing.Point(3, 16);
248      this.symbolDetailsViewHost.Name = "symbolDetailsViewHost";
249      this.symbolDetailsViewHost.ReadOnly = false;
250      this.symbolDetailsViewHost.Size = new System.Drawing.Size(562, 171);
251      this.symbolDetailsViewHost.TabIndex = 1;
252      this.symbolDetailsViewHost.ViewsLabelVisible = true;
253      this.symbolDetailsViewHost.ViewType = null;
254      //
255      // showSampleTreeButton
256      //
257      this.showSampleTreeButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
258            | System.Windows.Forms.AnchorStyles.Right)));
259      this.showSampleTreeButton.Location = new System.Drawing.Point(3, 333);
260      this.showSampleTreeButton.Name = "showSampleTreeButton";
261      this.showSampleTreeButton.Size = new System.Drawing.Size(185, 23);
262      this.showSampleTreeButton.TabIndex = 9;
263      this.showSampleTreeButton.Text = "Show Sample Tree";
264      this.showSampleTreeButton.UseVisualStyleBackColor = true;
265      this.showSampleTreeButton.Click += new System.EventHandler(this.showSampleTreeButton_Click);
266      //
267      // SymbolicExpressionGrammarEditorView
268      //
269      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
270      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
271      this.Controls.Add(this.grpSymbols);
272      this.Name = "SymbolicExpressionGrammarEditorView";
273      this.Size = new System.Drawing.Size(769, 404);
274      this.Controls.SetChildIndex(this.grpSymbols, 0);
275      this.Controls.SetChildIndex(this.nameLabel, 0);
276      this.Controls.SetChildIndex(this.nameTextBox, 0);
277      this.Controls.SetChildIndex(this.infoLabel, 0);
278      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
279      this.grpSymbols.ResumeLayout(false);
280      this.splitContainer1.Panel1.ResumeLayout(false);
281      this.splitContainer1.Panel2.ResumeLayout(false);
282      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
283      this.splitContainer1.ResumeLayout(false);
284      this.splitContainer2.Panel1.ResumeLayout(false);
285      this.splitContainer2.Panel2.ResumeLayout(false);
286      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
287      this.splitContainer2.ResumeLayout(false);
288      this.symbolDetailsGroupBox.ResumeLayout(false);
289      this.ResumeLayout(false);
290      this.PerformLayout();
291
292    }
293    #endregion
294
295    private System.Windows.Forms.GroupBox grpSymbols;
296    private System.Windows.Forms.SplitContainer splitContainer1;
297    private CheckBoxTreeView symbolsTreeView;
298    private System.Windows.Forms.SplitContainer splitContainer2;
299    private System.Windows.Forms.ImageList imageList;
300    protected System.Windows.Forms.CheckBox showDetailsCheckBox;
301    protected System.Windows.Forms.Button removeButton;
302    protected System.Windows.Forms.Button addButton;
303    private System.Windows.Forms.GroupBox symbolDetailsGroupBox;
304    private MainForm.WindowsForms.ViewHost symbolDetailsViewHost;
305    protected System.Windows.Forms.Button copyButton;
306    private SymbolicExpressionGrammarAllowedChildSymbolsControl allowedChildSymbolsControl;
307    private System.Windows.Forms.Button showSampleTreeButton;
308  }
309}
Note: See TracBrowser for help on using the repository browser.