Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Core.Views/3.3/TypeSelector.Designer.cs @ 12398

Last change on this file since 12398 was 12398, checked in by pfleck, 9 years ago

#2387

  • Added clearSearch-button in TypeSelector.
  • Adapted behavior of TypeSelector and NewItemDialog that a selected node stays selected as long as it matches the search criteria.
File size: 15.0 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2015 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.Core.Views {
23  partial class TypeSelector {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    #region Component Designer generated code
30
31    /// <summary>
32    /// Required method for Designer support - do not modify
33    /// the contents of this method with the code editor.
34    /// </summary>
35    private void InitializeComponent() {
36      this.components = new System.ComponentModel.Container();
37      this.typesTreeView = new System.Windows.Forms.TreeView();
38      this.imageList = new System.Windows.Forms.ImageList(this.components);
39      this.typesGroupBox = new System.Windows.Forms.GroupBox();
40      this.splitContainer = new System.Windows.Forms.SplitContainer();
41      this.typeParametersSplitContainer = new System.Windows.Forms.SplitContainer();
42      this.searchLabel = new System.Windows.Forms.Label();
43      this.searchTextBox = new System.Windows.Forms.TextBox();
44      this.clearSearchButton = new System.Windows.Forms.Button();
45      this.typeParametersGroupBox = new System.Windows.Forms.GroupBox();
46      this.setTypeParameterButton = new System.Windows.Forms.Button();
47      this.typeParametersListView = new System.Windows.Forms.ListView();
48      this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
49      this.descriptionTextBox = new System.Windows.Forms.TextBox();
50      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
51      this.typesGroupBox.SuspendLayout();
52      this.splitContainer.Panel1.SuspendLayout();
53      this.splitContainer.Panel2.SuspendLayout();
54      this.splitContainer.SuspendLayout();
55      this.typeParametersSplitContainer.Panel1.SuspendLayout();
56      this.typeParametersSplitContainer.Panel2.SuspendLayout();
57      this.typeParametersSplitContainer.SuspendLayout();
58      this.typeParametersGroupBox.SuspendLayout();
59      this.SuspendLayout();
60      //
61      // typesTreeView
62      //
63      this.typesTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
64                  | System.Windows.Forms.AnchorStyles.Left)
65                  | System.Windows.Forms.AnchorStyles.Right)));
66      this.typesTreeView.HideSelection = false;
67      this.typesTreeView.ImageIndex = 0;
68      this.typesTreeView.ImageList = this.imageList;
69      this.typesTreeView.Location = new System.Drawing.Point(3, 29);
70      this.typesTreeView.Name = "typesTreeView";
71      this.typesTreeView.SelectedImageIndex = 0;
72      this.typesTreeView.ShowNodeToolTips = true;
73      this.typesTreeView.Size = new System.Drawing.Size(219, 287);
74      this.typesTreeView.TabIndex = 2;
75      this.typesTreeView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.typesTreeView_ItemDrag);
76      this.typesTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.typesTreeView_AfterSelect);
77      this.typesTreeView.VisibleChanged += new System.EventHandler(this.typesTreeView_VisibleChanged);
78      //
79      // imageList
80      //
81      this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
82      this.imageList.ImageSize = new System.Drawing.Size(16, 16);
83      this.imageList.TransparentColor = System.Drawing.Color.Transparent;
84      //
85      // typesGroupBox
86      //
87      this.typesGroupBox.Controls.Add(this.splitContainer);
88      this.typesGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
89      this.typesGroupBox.Location = new System.Drawing.Point(0, 0);
90      this.typesGroupBox.Name = "typesGroupBox";
91      this.typesGroupBox.Size = new System.Drawing.Size(231, 614);
92      this.typesGroupBox.TabIndex = 0;
93      this.typesGroupBox.TabStop = false;
94      this.typesGroupBox.Text = "Available Types";
95      //
96      // splitContainer
97      //
98      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
99      this.splitContainer.Location = new System.Drawing.Point(3, 16);
100      this.splitContainer.Name = "splitContainer";
101      this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
102      //
103      // splitContainer.Panel1
104      //
105      this.splitContainer.Panel1.Controls.Add(this.typeParametersSplitContainer);
106      //
107      // splitContainer.Panel2
108      //
109      this.splitContainer.Panel2.Controls.Add(this.descriptionTextBox);
110      this.splitContainer.Size = new System.Drawing.Size(225, 595);
111      this.splitContainer.SplitterDistance = 471;
112      this.splitContainer.TabIndex = 0;
113      //
114      // typeParametersSplitContainer
115      //
116      this.typeParametersSplitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
117                  | System.Windows.Forms.AnchorStyles.Left)
118                  | System.Windows.Forms.AnchorStyles.Right)));
119      this.typeParametersSplitContainer.Location = new System.Drawing.Point(0, 0);
120      this.typeParametersSplitContainer.Name = "typeParametersSplitContainer";
121      this.typeParametersSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
122      //
123      // typeParametersSplitContainer.Panel1
124      //
125      this.typeParametersSplitContainer.Panel1.Controls.Add(this.typesTreeView);
126      this.typeParametersSplitContainer.Panel1.Controls.Add(this.searchLabel);
127      this.typeParametersSplitContainer.Panel1.Controls.Add(this.searchTextBox);
128      //
129      // typeParametersSplitContainer.Panel2
130      //
131      this.typeParametersSplitContainer.Panel2.Controls.Add(this.typeParametersGroupBox);
132      this.typeParametersSplitContainer.Size = new System.Drawing.Size(225, 472);
133      this.typeParametersSplitContainer.SplitterDistance = 319;
134      this.typeParametersSplitContainer.TabIndex = 0;
135      //
136      // searchLabel
137      //
138      this.searchLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Zoom;
139      this.searchLabel.Location = new System.Drawing.Point(3, 3);
140      this.searchLabel.Name = "searchLabel";
141      this.searchLabel.Size = new System.Drawing.Size(20, 20);
142      this.searchLabel.TabIndex = 0;
143      this.toolTip.SetToolTip(this.searchLabel, "Enter string to search for types");
144      //
145      // searchTextBox
146      //
147      this.searchTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
148                  | System.Windows.Forms.AnchorStyles.Right)));
149      this.searchTextBox.Controls.Add(this.clearSearchButton);
150      this.searchTextBox.Location = new System.Drawing.Point(29, 3);
151      this.searchTextBox.Name = "searchTextBox";
152      this.searchTextBox.Size = new System.Drawing.Size(193, 20);
153      this.searchTextBox.TabIndex = 1;
154      this.toolTip.SetToolTip(this.searchTextBox, "Filters the available Types.\r\nThe search term is tokenized by space and a name ha" +
155        "s to contain all tokens to be displayed.\r\n(E.g. \"Sym Reg\" matches \"SymbolicRegr" +
156        "ession\")");
157      this.searchTextBox.TextChanged += new System.EventHandler(this.searchTextBox_TextChanged);
158      this.searchTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.searchTextBox_KeyDown);
159      //
160      // clearSearchButton
161      //
162      this.clearSearchButton.BackColor = System.Drawing.Color.Transparent;
163      this.clearSearchButton.Cursor = System.Windows.Forms.Cursors.Default;
164      this.clearSearchButton.Dock = System.Windows.Forms.DockStyle.Right;
165      this.clearSearchButton.FlatAppearance.BorderSize = 0;
166      this.clearSearchButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
167      this.clearSearchButton.ForeColor = System.Drawing.Color.Transparent;
168      this.clearSearchButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Delete;
169      this.clearSearchButton.Location = new System.Drawing.Point(543, 0);
170      this.clearSearchButton.Margin = new System.Windows.Forms.Padding(0);
171      this.clearSearchButton.Name = "clearSearchButton";
172      this.clearSearchButton.Size = new System.Drawing.Size(15, 16);
173      this.clearSearchButton.TabIndex = 0;
174      this.clearSearchButton.TabStop = false;
175      this.clearSearchButton.UseVisualStyleBackColor = false;
176      this.clearSearchButton.Click += new System.EventHandler(this.clearSearchButton_Click);
177      //
178      // typeParametersGroupBox
179      //
180      this.typeParametersGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
181                  | System.Windows.Forms.AnchorStyles.Left)
182                  | System.Windows.Forms.AnchorStyles.Right)));
183      this.typeParametersGroupBox.Controls.Add(this.setTypeParameterButton);
184      this.typeParametersGroupBox.Controls.Add(this.typeParametersListView);
185      this.typeParametersGroupBox.Location = new System.Drawing.Point(3, 3);
186      this.typeParametersGroupBox.Name = "typeParametersGroupBox";
187      this.typeParametersGroupBox.Size = new System.Drawing.Size(219, 143);
188      this.typeParametersGroupBox.TabIndex = 0;
189      this.typeParametersGroupBox.TabStop = false;
190      this.typeParametersGroupBox.Text = "Type Parameters";
191      //
192      // setTypeParameterButton
193      //
194      this.setTypeParameterButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
195      this.setTypeParameterButton.Enabled = false;
196      this.setTypeParameterButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Edit;
197      this.setTypeParameterButton.Location = new System.Drawing.Point(189, 19);
198      this.setTypeParameterButton.Name = "setTypeParameterButton";
199      this.setTypeParameterButton.Size = new System.Drawing.Size(24, 24);
200      this.setTypeParameterButton.TabIndex = 1;
201      this.toolTip.SetToolTip(this.setTypeParameterButton, "Set Type Parameter");
202      this.setTypeParameterButton.UseVisualStyleBackColor = true;
203      this.setTypeParameterButton.Click += new System.EventHandler(this.setTypeParameterButton_Click);
204      //
205      // typeParametersListView
206      //
207      this.typeParametersListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
208                  | System.Windows.Forms.AnchorStyles.Left)
209                  | System.Windows.Forms.AnchorStyles.Right)));
210      this.typeParametersListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
211            this.columnHeader1});
212      this.typeParametersListView.FullRowSelect = true;
213      this.typeParametersListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
214      this.typeParametersListView.Location = new System.Drawing.Point(6, 19);
215      this.typeParametersListView.MultiSelect = false;
216      this.typeParametersListView.Name = "typeParametersListView";
217      this.typeParametersListView.ShowItemToolTips = true;
218      this.typeParametersListView.Size = new System.Drawing.Size(177, 118);
219      this.typeParametersListView.TabIndex = 0;
220      this.typeParametersListView.UseCompatibleStateImageBehavior = false;
221      this.typeParametersListView.View = System.Windows.Forms.View.Details;
222      this.typeParametersListView.SelectedIndexChanged += new System.EventHandler(this.typeParametersListView_SelectedIndexChanged);
223      this.typeParametersListView.DoubleClick += new System.EventHandler(this.typeParametersListView_DoubleClick);
224      //
225      // descriptionTextBox
226      //
227      this.descriptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
228                  | System.Windows.Forms.AnchorStyles.Left)
229                  | System.Windows.Forms.AnchorStyles.Right)));
230      this.descriptionTextBox.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
231      this.descriptionTextBox.Location = new System.Drawing.Point(3, 3);
232      this.descriptionTextBox.Multiline = true;
233      this.descriptionTextBox.Name = "descriptionTextBox";
234      this.descriptionTextBox.ReadOnly = true;
235      this.descriptionTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
236      this.descriptionTextBox.Size = new System.Drawing.Size(219, 114);
237      this.descriptionTextBox.TabIndex = 0;
238      //
239      // TypeSelector
240      //
241      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
242      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
243      this.Controls.Add(this.typesGroupBox);
244      this.Name = "TypeSelector";
245      this.Size = new System.Drawing.Size(231, 614);
246      this.typesGroupBox.ResumeLayout(false);
247      this.splitContainer.Panel1.ResumeLayout(false);
248      this.splitContainer.Panel2.ResumeLayout(false);
249      this.splitContainer.Panel2.PerformLayout();
250      this.splitContainer.ResumeLayout(false);
251      this.typeParametersSplitContainer.Panel1.ResumeLayout(false);
252      this.typeParametersSplitContainer.Panel1.PerformLayout();
253      this.typeParametersSplitContainer.Panel2.ResumeLayout(false);
254      this.typeParametersSplitContainer.ResumeLayout(false);
255      this.typeParametersGroupBox.ResumeLayout(false);
256      this.ResumeLayout(false);
257
258    }
259
260    #endregion
261
262    protected System.Windows.Forms.GroupBox typesGroupBox;
263    protected System.Windows.Forms.TextBox descriptionTextBox;
264    protected System.Windows.Forms.ImageList imageList;
265    protected System.Windows.Forms.TreeView typesTreeView;
266    protected System.Windows.Forms.SplitContainer splitContainer;
267    protected System.Windows.Forms.Label searchLabel;
268    protected System.Windows.Forms.TextBox searchTextBox;
269    protected System.Windows.Forms.Button clearSearchButton;
270    protected System.Windows.Forms.ToolTip toolTip;
271    protected System.Windows.Forms.SplitContainer typeParametersSplitContainer;
272    protected System.Windows.Forms.GroupBox typeParametersGroupBox;
273    protected System.Windows.Forms.ListView typeParametersListView;
274    protected System.Windows.Forms.Button setTypeParameterButton;
275    protected System.Windows.Forms.ColumnHeader columnHeader1;
276
277  }
278}
Note: See TracBrowser for help on using the repository browser.