Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1479: added functional improvements to SymbolicExpressionGrammar editor.

File size: 13.8 KB
RevLine 
[6285]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();
[6337]27      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SymbolicExpressionGrammarEditorView));
[6285]28      this.grpSymbols = new System.Windows.Forms.GroupBox();
29      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
[6415]30      this.copyButton = new System.Windows.Forms.Button();
[6403]31      this.showDetailsCheckBox = new System.Windows.Forms.CheckBox();
32      this.removeButton = new System.Windows.Forms.Button();
33      this.addButton = new System.Windows.Forms.Button();
[6415]34      this.symbolsTreeView = new HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.CheckBoxTreeView();
[6285]35      this.imageList = new System.Windows.Forms.ImageList(this.components);
36      this.splitContainer2 = new System.Windows.Forms.SplitContainer();
[6415]37      this.allowedChildSymbolsControl = new HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionGrammarAllowedChildSymbolsControl();
38      this.symbolDetailsGroupBox = new System.Windows.Forms.GroupBox();
[6377]39      this.symbolDetailsViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
[6285]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();
[6415]50      this.symbolDetailsGroupBox.SuspendLayout();
[6285]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      //
[6377]65      this.grpSymbols.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
66            | System.Windows.Forms.AnchorStyles.Left)
[6285]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      //
[6415]84      this.splitContainer1.Panel1.Controls.Add(this.copyButton);
[6337]85      this.splitContainer1.Panel1.Controls.Add(this.showDetailsCheckBox);
86      this.splitContainer1.Panel1.Controls.Add(this.removeButton);
87      this.splitContainer1.Panel1.Controls.Add(this.addButton);
[6285]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      //
[6415]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      //
[6403]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;
[6415]115      this.showDetailsCheckBox.Location = new System.Drawing.Point(93, 3);
[6403]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;
[6415]127      this.removeButton.Location = new System.Drawing.Point(63, 3);
[6403]128      this.removeButton.Name = "removeButton";
129      this.removeButton.Size = new System.Drawing.Size(24, 24);
130      this.removeButton.TabIndex = 6;
[6415]131      this.toolTip.SetToolTip(this.removeButton, "Remove Symbol");
[6403]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;
[6415]142      this.toolTip.SetToolTip(this.addButton, "Add Symbol");
[6403]143      this.addButton.UseVisualStyleBackColor = true;
144      this.addButton.Click += new System.EventHandler(this.addButton_Click);
145      //
[6285]146      // symbolsTreeView
147      //
[6415]148      this.symbolsTreeView.AllowDrop = true;
[6377]149      this.symbolsTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
150            | System.Windows.Forms.AnchorStyles.Left)
[6337]151            | System.Windows.Forms.AnchorStyles.Right)));
[6285]152      this.symbolsTreeView.CheckBoxes = true;
[6415]153      this.symbolsTreeView.HideSelection = false;
[6285]154      this.symbolsTreeView.ImageIndex = 0;
155      this.symbolsTreeView.ImageList = this.imageList;
[6337]156      this.symbolsTreeView.Location = new System.Drawing.Point(3, 28);
[6285]157      this.symbolsTreeView.Name = "symbolsTreeView";
158      this.symbolsTreeView.SelectedImageIndex = 0;
[6337]159      this.symbolsTreeView.Size = new System.Drawing.Size(185, 331);
[6285]160      this.symbolsTreeView.TabIndex = 0;
161      this.symbolsTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.symbolsTreeView_AfterCheck);
162      this.symbolsTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.symbolsTreeView_AfterSelect);
[6415]163      this.symbolsTreeView.DragDrop += new System.Windows.Forms.DragEventHandler(this.symbolsTreeView_DragDrop);
164      this.symbolsTreeView.DragEnter += new System.Windows.Forms.DragEventHandler(this.symbolsTreeView_DragEnter);
165      this.symbolsTreeView.DragOver += new System.Windows.Forms.DragEventHandler(this.symbolsTreeView_DragOver);
[6493]166      this.symbolsTreeView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.symbolsTreeView_ItemDrag);
167      this.symbolsTreeView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.symbolsTreeView_KeyDown);
168      this.symbolsTreeView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.symbolsTreeView_MouseDown);
[6285]169      //
170      // imageList
171      //
172      this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
173      this.imageList.ImageSize = new System.Drawing.Size(16, 16);
174      this.imageList.TransparentColor = System.Drawing.Color.Transparent;
175      //
176      // splitContainer2
177      //
178      this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
179      this.splitContainer2.Location = new System.Drawing.Point(0, 0);
180      this.splitContainer2.Name = "splitContainer2";
181      this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
182      //
183      // splitContainer2.Panel1
184      //
[6377]185      this.splitContainer2.Panel1.Controls.Add(this.allowedChildSymbolsControl);
[6285]186      //
187      // splitContainer2.Panel2
188      //
[6415]189      this.splitContainer2.Panel2.Controls.Add(this.symbolDetailsGroupBox);
[6285]190      this.splitContainer2.Size = new System.Drawing.Size(568, 359);
191      this.splitContainer2.SplitterDistance = 165;
192      this.splitContainer2.TabIndex = 0;
193      //
[6403]194      // allowedChildSymbolsControl
[6285]195      //
[6377]196      this.allowedChildSymbolsControl.AllowDrop = true;
197      this.allowedChildSymbolsControl.Dock = System.Windows.Forms.DockStyle.Fill;
[6415]198      this.allowedChildSymbolsControl.Grammar = null;
[6377]199      this.allowedChildSymbolsControl.Location = new System.Drawing.Point(0, 0);
[6403]200      this.allowedChildSymbolsControl.Name = "allowedChildSymbolsControl";
[6377]201      this.allowedChildSymbolsControl.Size = new System.Drawing.Size(568, 165);
[6415]202      this.allowedChildSymbolsControl.Symbol = null;
[6377]203      this.allowedChildSymbolsControl.TabIndex = 0;
[6337]204      //
[6415]205      // symbolDetailsGroupBox
206      //
207      this.symbolDetailsGroupBox.Controls.Add(this.symbolDetailsViewHost);
208      this.symbolDetailsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
209      this.symbolDetailsGroupBox.Location = new System.Drawing.Point(0, 0);
210      this.symbolDetailsGroupBox.Name = "symbolDetailsGroupBox";
211      this.symbolDetailsGroupBox.Size = new System.Drawing.Size(568, 190);
212      this.symbolDetailsGroupBox.TabIndex = 1;
213      this.symbolDetailsGroupBox.TabStop = false;
214      this.symbolDetailsGroupBox.Text = "Symbol Details";
215      //
[6403]216      // symbolDetailsViewHost
217      //
218      this.symbolDetailsViewHost.Caption = "View";
219      this.symbolDetailsViewHost.Content = null;
220      this.symbolDetailsViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
221      this.symbolDetailsViewHost.Enabled = false;
[6415]222      this.symbolDetailsViewHost.Location = new System.Drawing.Point(3, 16);
[6403]223      this.symbolDetailsViewHost.Name = "symbolDetailsViewHost";
224      this.symbolDetailsViewHost.ReadOnly = false;
[6415]225      this.symbolDetailsViewHost.Size = new System.Drawing.Size(562, 171);
226      this.symbolDetailsViewHost.TabIndex = 1;
[6403]227      this.symbolDetailsViewHost.ViewsLabelVisible = true;
228      this.symbolDetailsViewHost.ViewType = null;
229      //
[6285]230      // SymbolicExpressionGrammarEditorView
231      //
232      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
233      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
234      this.Controls.Add(this.grpSymbols);
235      this.Name = "SymbolicExpressionGrammarEditorView";
236      this.Size = new System.Drawing.Size(769, 404);
237      this.Controls.SetChildIndex(this.grpSymbols, 0);
238      this.Controls.SetChildIndex(this.nameLabel, 0);
239      this.Controls.SetChildIndex(this.nameTextBox, 0);
240      this.Controls.SetChildIndex(this.infoLabel, 0);
241      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
242      this.grpSymbols.ResumeLayout(false);
243      this.splitContainer1.Panel1.ResumeLayout(false);
244      this.splitContainer1.Panel2.ResumeLayout(false);
245      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
246      this.splitContainer1.ResumeLayout(false);
247      this.splitContainer2.Panel1.ResumeLayout(false);
248      this.splitContainer2.Panel2.ResumeLayout(false);
249      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
250      this.splitContainer2.ResumeLayout(false);
[6415]251      this.symbolDetailsGroupBox.ResumeLayout(false);
[6285]252      this.ResumeLayout(false);
253      this.PerformLayout();
254
255    }
256    #endregion
257
258    private System.Windows.Forms.GroupBox grpSymbols;
259    private System.Windows.Forms.SplitContainer splitContainer1;
[6415]260    private CheckBoxTreeView symbolsTreeView;
[6285]261    private System.Windows.Forms.SplitContainer splitContainer2;
262    private System.Windows.Forms.ImageList imageList;
[6337]263    protected System.Windows.Forms.CheckBox showDetailsCheckBox;
264    protected System.Windows.Forms.Button removeButton;
265    protected System.Windows.Forms.Button addButton;
[6415]266    private System.Windows.Forms.GroupBox symbolDetailsGroupBox;
267    private MainForm.WindowsForms.ViewHost symbolDetailsViewHost;
268    protected System.Windows.Forms.Button copyButton;
269    private SymbolicExpressionGrammarAllowedChildSymbolsControl allowedChildSymbolsControl;
[6285]270  }
271}
Note: See TracBrowser for help on using the repository browser.