Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GP.Grammar.Editor/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/SymbolicExpressionGrammarEditorView.Designer.cs @ 6415

Last change on this file since 6415 was 6415, checked in by mkommend, 13 years ago

#1479: Merged trunk changes, refactored grammar editor and added copy functionality.

File size: 13.6 KB
Line 
1namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views {
2  partial class SymbolicExpressionGrammarEditorView {
3    /// <summary>
4    /// Required designer variable.
5    /// </summary>
6    private System.ComponentModel.IContainer components = null;
7
8    /// <summary>
9    /// Clean up any resources being used.
10    /// </summary>
11    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12    protected override void Dispose(bool disposing) {
13      if (disposing && (components != null)) {
14        components.Dispose();
15      }
16      base.Dispose(disposing);
17    }
18
19    #region Component Designer generated code
20
21    /// <summary>
22    /// Required method for Designer support - do not modify
23    /// the contents of this method with the code editor.
24    /// </summary>
25    private void InitializeComponent() {
26      this.components = new System.ComponentModel.Container();
27      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SymbolicExpressionGrammarEditorView));
28      this.grpSymbols = new System.Windows.Forms.GroupBox();
29      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
30      this.copyButton = new System.Windows.Forms.Button();
31      this.showDetailsCheckBox = new System.Windows.Forms.CheckBox();
32      this.removeButton = new System.Windows.Forms.Button();
33      this.addButton = new System.Windows.Forms.Button();
34      this.symbolsTreeView = new HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.CheckBoxTreeView();
35      this.imageList = new System.Windows.Forms.ImageList(this.components);
36      this.splitContainer2 = new System.Windows.Forms.SplitContainer();
37      this.allowedChildSymbolsControl = new HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionGrammarAllowedChildSymbolsControl();
38      this.symbolDetailsGroupBox = new System.Windows.Forms.GroupBox();
39      this.symbolDetailsViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
40      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
41      this.grpSymbols.SuspendLayout();
42      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
43      this.splitContainer1.Panel1.SuspendLayout();
44      this.splitContainer1.Panel2.SuspendLayout();
45      this.splitContainer1.SuspendLayout();
46      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
47      this.splitContainer2.Panel1.SuspendLayout();
48      this.splitContainer2.Panel2.SuspendLayout();
49      this.splitContainer2.SuspendLayout();
50      this.symbolDetailsGroupBox.SuspendLayout();
51      this.SuspendLayout();
52      //
53      // nameTextBox
54      //
55      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
56      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
57      this.nameTextBox.Size = new System.Drawing.Size(686, 20);
58      //
59      // infoLabel
60      //
61      this.infoLabel.Location = new System.Drawing.Point(750, 3);
62      //
63      // grpSymbols
64      //
65      this.grpSymbols.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
66            | System.Windows.Forms.AnchorStyles.Left)
67            | System.Windows.Forms.AnchorStyles.Right)));
68      this.grpSymbols.Controls.Add(this.splitContainer1);
69      this.grpSymbols.Location = new System.Drawing.Point(0, 26);
70      this.grpSymbols.Name = "grpSymbols";
71      this.grpSymbols.Size = new System.Drawing.Size(769, 378);
72      this.grpSymbols.TabIndex = 3;
73      this.grpSymbols.TabStop = false;
74      this.grpSymbols.Text = "Symbols";
75      //
76      // splitContainer1
77      //
78      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
79      this.splitContainer1.Location = new System.Drawing.Point(3, 16);
80      this.splitContainer1.Name = "splitContainer1";
81      //
82      // splitContainer1.Panel1
83      //
84      this.splitContainer1.Panel1.Controls.Add(this.copyButton);
85      this.splitContainer1.Panel1.Controls.Add(this.showDetailsCheckBox);
86      this.splitContainer1.Panel1.Controls.Add(this.removeButton);
87      this.splitContainer1.Panel1.Controls.Add(this.addButton);
88      this.splitContainer1.Panel1.Controls.Add(this.symbolsTreeView);
89      //
90      // splitContainer1.Panel2
91      //
92      this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
93      this.splitContainer1.Size = new System.Drawing.Size(763, 359);
94      this.splitContainer1.SplitterDistance = 191;
95      this.splitContainer1.TabIndex = 0;
96      //
97      // copyButton
98      //
99      this.copyButton.Enabled = false;
100      this.copyButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Copy;
101      this.copyButton.Location = new System.Drawing.Point(33, 3);
102      this.copyButton.Name = "copyButton";
103      this.copyButton.Size = new System.Drawing.Size(24, 24);
104      this.copyButton.TabIndex = 8;
105      this.toolTip.SetToolTip(this.copyButton, "Copy Symbol");
106      this.copyButton.UseVisualStyleBackColor = true;
107      this.copyButton.Click += new System.EventHandler(this.copyButton_Click);
108      //
109      // showDetailsCheckBox
110      //
111      this.showDetailsCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
112      this.showDetailsCheckBox.Checked = true;
113      this.showDetailsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
114      this.showDetailsCheckBox.Image = HeuristicLab.Common.Resources.VSImageLibrary.Properties;
115      this.showDetailsCheckBox.Location = new System.Drawing.Point(93, 3);
116      this.showDetailsCheckBox.Name = "showDetailsCheckBox";
117      this.showDetailsCheckBox.Size = new System.Drawing.Size(24, 24);
118      this.showDetailsCheckBox.TabIndex = 7;
119      this.toolTip.SetToolTip(this.showDetailsCheckBox, "Show/Hide Details");
120      this.showDetailsCheckBox.UseVisualStyleBackColor = true;
121      this.showDetailsCheckBox.CheckedChanged += new System.EventHandler(this.showDetailsCheckBox_CheckedChanged);
122      //
123      // removeButton
124      //
125      this.removeButton.Enabled = false;
126      this.removeButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Remove;
127      this.removeButton.Location = new System.Drawing.Point(63, 3);
128      this.removeButton.Name = "removeButton";
129      this.removeButton.Size = new System.Drawing.Size(24, 24);
130      this.removeButton.TabIndex = 6;
131      this.toolTip.SetToolTip(this.removeButton, "Remove Symbol");
132      this.removeButton.UseVisualStyleBackColor = true;
133      this.removeButton.Click += new System.EventHandler(this.removeButton_Click);
134      //
135      // addButton
136      //
137      this.addButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Add;
138      this.addButton.Location = new System.Drawing.Point(3, 3);
139      this.addButton.Name = "addButton";
140      this.addButton.Size = new System.Drawing.Size(24, 24);
141      this.addButton.TabIndex = 5;
142      this.toolTip.SetToolTip(this.addButton, "Add Symbol");
143      this.addButton.UseVisualStyleBackColor = true;
144      this.addButton.Click += new System.EventHandler(this.addButton_Click);
145      //
146      // symbolsTreeView
147      //
148      this.symbolsTreeView.AllowDrop = true;
149      this.symbolsTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
150            | System.Windows.Forms.AnchorStyles.Left)
151            | System.Windows.Forms.AnchorStyles.Right)));
152      this.symbolsTreeView.CheckBoxes = true;
153      this.symbolsTreeView.HideSelection = false;
154      this.symbolsTreeView.ImageIndex = 0;
155      this.symbolsTreeView.ImageList = this.imageList;
156      this.symbolsTreeView.Location = new System.Drawing.Point(3, 28);
157      this.symbolsTreeView.Name = "symbolsTreeView";
158      this.symbolsTreeView.SelectedImageIndex = 0;
159      this.symbolsTreeView.Size = new System.Drawing.Size(185, 331);
160      this.symbolsTreeView.TabIndex = 0;
161      this.symbolsTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.symbolsTreeView_AfterCheck);
162      this.symbolsTreeView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.symbolsTreeView_ItemDrag);
163      this.symbolsTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.symbolsTreeView_AfterSelect);
164      this.symbolsTreeView.DragDrop += new System.Windows.Forms.DragEventHandler(this.symbolsTreeView_DragDrop);
165      this.symbolsTreeView.DragEnter += new System.Windows.Forms.DragEventHandler(this.symbolsTreeView_DragEnter);
166      this.symbolsTreeView.DragOver += new System.Windows.Forms.DragEventHandler(this.symbolsTreeView_DragOver);
167      //
168      // imageList
169      //
170      this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
171      this.imageList.ImageSize = new System.Drawing.Size(16, 16);
172      this.imageList.TransparentColor = System.Drawing.Color.Transparent;
173      //
174      // splitContainer2
175      //
176      this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
177      this.splitContainer2.Location = new System.Drawing.Point(0, 0);
178      this.splitContainer2.Name = "splitContainer2";
179      this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
180      //
181      // splitContainer2.Panel1
182      //
183      this.splitContainer2.Panel1.Controls.Add(this.allowedChildSymbolsControl);
184      //
185      // splitContainer2.Panel2
186      //
187      this.splitContainer2.Panel2.Controls.Add(this.symbolDetailsGroupBox);
188      this.splitContainer2.Size = new System.Drawing.Size(568, 359);
189      this.splitContainer2.SplitterDistance = 165;
190      this.splitContainer2.TabIndex = 0;
191      //
192      // allowedChildSymbolsControl
193      //
194      this.allowedChildSymbolsControl.AllowDrop = true;
195      this.allowedChildSymbolsControl.Dock = System.Windows.Forms.DockStyle.Fill;
196      this.allowedChildSymbolsControl.Grammar = null;
197      this.allowedChildSymbolsControl.Location = new System.Drawing.Point(0, 0);
198      this.allowedChildSymbolsControl.Name = "allowedChildSymbolsControl";
199      this.allowedChildSymbolsControl.Size = new System.Drawing.Size(568, 165);
200      this.allowedChildSymbolsControl.Symbol = null;
201      this.allowedChildSymbolsControl.TabIndex = 0;
202      //
203      // symbolDetailsGroupBox
204      //
205      this.symbolDetailsGroupBox.Controls.Add(this.symbolDetailsViewHost);
206      this.symbolDetailsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
207      this.symbolDetailsGroupBox.Location = new System.Drawing.Point(0, 0);
208      this.symbolDetailsGroupBox.Name = "symbolDetailsGroupBox";
209      this.symbolDetailsGroupBox.Size = new System.Drawing.Size(568, 190);
210      this.symbolDetailsGroupBox.TabIndex = 1;
211      this.symbolDetailsGroupBox.TabStop = false;
212      this.symbolDetailsGroupBox.Text = "Symbol Details";
213      //
214      // symbolDetailsViewHost
215      //
216      this.symbolDetailsViewHost.Caption = "View";
217      this.symbolDetailsViewHost.Content = null;
218      this.symbolDetailsViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
219      this.symbolDetailsViewHost.Enabled = false;
220      this.symbolDetailsViewHost.Location = new System.Drawing.Point(3, 16);
221      this.symbolDetailsViewHost.Name = "symbolDetailsViewHost";
222      this.symbolDetailsViewHost.ReadOnly = false;
223      this.symbolDetailsViewHost.Size = new System.Drawing.Size(562, 171);
224      this.symbolDetailsViewHost.TabIndex = 1;
225      this.symbolDetailsViewHost.ViewsLabelVisible = true;
226      this.symbolDetailsViewHost.ViewType = null;
227      //
228      // SymbolicExpressionGrammarEditorView
229      //
230      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
231      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
232      this.Controls.Add(this.grpSymbols);
233      this.Name = "SymbolicExpressionGrammarEditorView";
234      this.Size = new System.Drawing.Size(769, 404);
235      this.Controls.SetChildIndex(this.grpSymbols, 0);
236      this.Controls.SetChildIndex(this.nameLabel, 0);
237      this.Controls.SetChildIndex(this.nameTextBox, 0);
238      this.Controls.SetChildIndex(this.infoLabel, 0);
239      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
240      this.grpSymbols.ResumeLayout(false);
241      this.splitContainer1.Panel1.ResumeLayout(false);
242      this.splitContainer1.Panel2.ResumeLayout(false);
243      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
244      this.splitContainer1.ResumeLayout(false);
245      this.splitContainer2.Panel1.ResumeLayout(false);
246      this.splitContainer2.Panel2.ResumeLayout(false);
247      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
248      this.splitContainer2.ResumeLayout(false);
249      this.symbolDetailsGroupBox.ResumeLayout(false);
250      this.ResumeLayout(false);
251      this.PerformLayout();
252
253    }
254    #endregion
255
256    private System.Windows.Forms.GroupBox grpSymbols;
257    private System.Windows.Forms.SplitContainer splitContainer1;
258    private CheckBoxTreeView symbolsTreeView;
259    private System.Windows.Forms.SplitContainer splitContainer2;
260    private System.Windows.Forms.ImageList imageList;
261    protected System.Windows.Forms.CheckBox showDetailsCheckBox;
262    protected System.Windows.Forms.Button removeButton;
263    protected System.Windows.Forms.Button addButton;
264    private System.Windows.Forms.GroupBox symbolDetailsGroupBox;
265    private MainForm.WindowsForms.ViewHost symbolDetailsViewHost;
266    protected System.Windows.Forms.Button copyButton;
267    private SymbolicExpressionGrammarAllowedChildSymbolsControl allowedChildSymbolsControl;
268  }
269}
Note: See TracBrowser for help on using the repository browser.