1 | namespace 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.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.symbolsTreeView_ItemDrag);
|
---|
165 | this.symbolsTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.symbolsTreeView_AfterSelect);
|
---|
166 | this.symbolsTreeView.DragDrop += new System.Windows.Forms.DragEventHandler(this.symbolsTreeView_DragDrop);
|
---|
167 | this.symbolsTreeView.DragEnter += new System.Windows.Forms.DragEventHandler(this.symbolsTreeView_DragEnter);
|
---|
168 | this.symbolsTreeView.DragOver += new System.Windows.Forms.DragEventHandler(this.symbolsTreeView_DragOver);
|
---|
169 | this.symbolsTreeView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.symbolsTreeView_KeyDown);
|
---|
170 | this.symbolsTreeView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.symbolsTreeView_MouseDown);
|
---|
171 | //
|
---|
172 | // imageList
|
---|
173 | //
|
---|
174 | this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
|
---|
175 | this.imageList.ImageSize = new System.Drawing.Size(16, 16);
|
---|
176 | this.imageList.TransparentColor = System.Drawing.Color.Transparent;
|
---|
177 | //
|
---|
178 | // splitContainer2
|
---|
179 | //
|
---|
180 | this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
181 | this.splitContainer2.Location = new System.Drawing.Point(0, 0);
|
---|
182 | this.splitContainer2.Name = "splitContainer2";
|
---|
183 | this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
---|
184 | //
|
---|
185 | // splitContainer2.Panel1
|
---|
186 | //
|
---|
187 | this.splitContainer2.Panel1.Controls.Add(this.allowedChildSymbolsControl);
|
---|
188 | //
|
---|
189 | // splitContainer2.Panel2
|
---|
190 | //
|
---|
191 | this.splitContainer2.Panel2.Controls.Add(this.symbolDetailsGroupBox);
|
---|
192 | this.splitContainer2.Size = new System.Drawing.Size(568, 359);
|
---|
193 | this.splitContainer2.SplitterDistance = 165;
|
---|
194 | this.splitContainer2.TabIndex = 0;
|
---|
195 | //
|
---|
196 | // allowedChildSymbolsControl
|
---|
197 | //
|
---|
198 | this.allowedChildSymbolsControl.AllowDrop = true;
|
---|
199 | this.allowedChildSymbolsControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
200 | this.allowedChildSymbolsControl.Grammar = null;
|
---|
201 | this.allowedChildSymbolsControl.Location = new System.Drawing.Point(0, 0);
|
---|
202 | this.allowedChildSymbolsControl.Name = "allowedChildSymbolsControl";
|
---|
203 | this.allowedChildSymbolsControl.Size = new System.Drawing.Size(568, 165);
|
---|
204 | this.allowedChildSymbolsControl.Symbol = null;
|
---|
205 | this.allowedChildSymbolsControl.TabIndex = 0;
|
---|
206 | //
|
---|
207 | // symbolDetailsGroupBox
|
---|
208 | //
|
---|
209 | this.symbolDetailsGroupBox.Controls.Add(this.symbolDetailsViewHost);
|
---|
210 | this.symbolDetailsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
211 | this.symbolDetailsGroupBox.Location = new System.Drawing.Point(0, 0);
|
---|
212 | this.symbolDetailsGroupBox.Name = "symbolDetailsGroupBox";
|
---|
213 | this.symbolDetailsGroupBox.Size = new System.Drawing.Size(568, 190);
|
---|
214 | this.symbolDetailsGroupBox.TabIndex = 1;
|
---|
215 | this.symbolDetailsGroupBox.TabStop = false;
|
---|
216 | this.symbolDetailsGroupBox.Text = "Symbol Details";
|
---|
217 | //
|
---|
218 | // symbolDetailsViewHost
|
---|
219 | //
|
---|
220 | this.symbolDetailsViewHost.Caption = "View";
|
---|
221 | this.symbolDetailsViewHost.Content = null;
|
---|
222 | this.symbolDetailsViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
223 | this.symbolDetailsViewHost.Enabled = false;
|
---|
224 | this.symbolDetailsViewHost.Location = new System.Drawing.Point(3, 16);
|
---|
225 | this.symbolDetailsViewHost.Name = "symbolDetailsViewHost";
|
---|
226 | this.symbolDetailsViewHost.ReadOnly = false;
|
---|
227 | this.symbolDetailsViewHost.Size = new System.Drawing.Size(562, 171);
|
---|
228 | this.symbolDetailsViewHost.TabIndex = 1;
|
---|
229 | this.symbolDetailsViewHost.ViewsLabelVisible = true;
|
---|
230 | this.symbolDetailsViewHost.ViewType = null;
|
---|
231 | //
|
---|
232 | // showSampleTreeButton
|
---|
233 | //
|
---|
234 | this.showSampleTreeButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
---|
235 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
236 | this.showSampleTreeButton.Location = new System.Drawing.Point(3, 333);
|
---|
237 | this.showSampleTreeButton.Name = "showSampleTreeButton";
|
---|
238 | this.showSampleTreeButton.Size = new System.Drawing.Size(185, 23);
|
---|
239 | this.showSampleTreeButton.TabIndex = 9;
|
---|
240 | this.showSampleTreeButton.Text = "Show Sample Tree";
|
---|
241 | this.showSampleTreeButton.UseVisualStyleBackColor = true;
|
---|
242 | this.showSampleTreeButton.Click += new System.EventHandler(this.showSampleTreeButton_Click);
|
---|
243 | //
|
---|
244 | // SymbolicExpressionGrammarEditorView
|
---|
245 | //
|
---|
246 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
247 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
248 | this.Controls.Add(this.grpSymbols);
|
---|
249 | this.Name = "SymbolicExpressionGrammarEditorView";
|
---|
250 | this.Size = new System.Drawing.Size(769, 404);
|
---|
251 | this.Controls.SetChildIndex(this.grpSymbols, 0);
|
---|
252 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
253 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
254 | this.Controls.SetChildIndex(this.infoLabel, 0);
|
---|
255 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
256 | this.grpSymbols.ResumeLayout(false);
|
---|
257 | this.splitContainer1.Panel1.ResumeLayout(false);
|
---|
258 | this.splitContainer1.Panel2.ResumeLayout(false);
|
---|
259 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
---|
260 | this.splitContainer1.ResumeLayout(false);
|
---|
261 | this.splitContainer2.Panel1.ResumeLayout(false);
|
---|
262 | this.splitContainer2.Panel2.ResumeLayout(false);
|
---|
263 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
|
---|
264 | this.splitContainer2.ResumeLayout(false);
|
---|
265 | this.symbolDetailsGroupBox.ResumeLayout(false);
|
---|
266 | this.ResumeLayout(false);
|
---|
267 | this.PerformLayout();
|
---|
268 |
|
---|
269 | }
|
---|
270 | #endregion
|
---|
271 |
|
---|
272 | private System.Windows.Forms.GroupBox grpSymbols;
|
---|
273 | private System.Windows.Forms.SplitContainer splitContainer1;
|
---|
274 | private CheckBoxTreeView symbolsTreeView;
|
---|
275 | private System.Windows.Forms.SplitContainer splitContainer2;
|
---|
276 | private System.Windows.Forms.ImageList imageList;
|
---|
277 | protected System.Windows.Forms.CheckBox showDetailsCheckBox;
|
---|
278 | protected System.Windows.Forms.Button removeButton;
|
---|
279 | protected System.Windows.Forms.Button addButton;
|
---|
280 | private System.Windows.Forms.GroupBox symbolDetailsGroupBox;
|
---|
281 | private MainForm.WindowsForms.ViewHost symbolDetailsViewHost;
|
---|
282 | protected System.Windows.Forms.Button copyButton;
|
---|
283 | private SymbolicExpressionGrammarAllowedChildSymbolsControl allowedChildSymbolsControl;
|
---|
284 | private System.Windows.Forms.Button showSampleTreeButton;
|
---|
285 | }
|
---|
286 | }
|
---|