Free cookie consent management tool by TermsFeed Policy Generator

source: branches/NET40/sources/HeuristicLab.Core.Views/3.3/TypeSelector.Designer.cs @ 5142

Last change on this file since 5142 was 4867, checked in by swagner, 13 years ago

Set initial focus in TypeSelector to search text box (#1241)

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