Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive.Azure/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/SymbolicExpressionGrammarEditorView.Designer.cs @ 7669

Last change on this file since 7669 was 7669, checked in by spimming, 12 years ago

#1680: merged changes from trunk into branch

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