Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 3396 was 2957, checked in by swagner, 14 years ago

Changed tab order of search textbox and types treeview (#894)

File size: 8.3 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 (components != null) components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Component Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.components = new System.ComponentModel.Container();
48      this.typesTreeView = new System.Windows.Forms.TreeView();
49      this.imageList = new System.Windows.Forms.ImageList(this.components);
50      this.typesGroupBox = new System.Windows.Forms.GroupBox();
51      this.splitContainer = new System.Windows.Forms.SplitContainer();
52      this.searchLabel = new System.Windows.Forms.Label();
53      this.searchTextBox = new System.Windows.Forms.TextBox();
54      this.descriptionTextBox = new System.Windows.Forms.TextBox();
55      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
56      this.typesGroupBox.SuspendLayout();
57      this.splitContainer.Panel1.SuspendLayout();
58      this.splitContainer.Panel2.SuspendLayout();
59      this.splitContainer.SuspendLayout();
60      this.SuspendLayout();
61      //
62      // typesTreeView
63      //
64      this.typesTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
65                  | System.Windows.Forms.AnchorStyles.Left)
66                  | System.Windows.Forms.AnchorStyles.Right)));
67      this.typesTreeView.HideSelection = false;
68      this.typesTreeView.ImageIndex = 0;
69      this.typesTreeView.ImageList = this.imageList;
70      this.typesTreeView.Location = new System.Drawing.Point(3, 29);
71      this.typesTreeView.Name = "typesTreeView";
72      this.typesTreeView.SelectedImageIndex = 0;
73      this.typesTreeView.ShowNodeToolTips = true;
74      this.typesTreeView.Size = new System.Drawing.Size(291, 166);
75      this.typesTreeView.TabIndex = 0;
76      this.typesTreeView.VisibleChanged += new System.EventHandler(this.typesTreeView_VisibleChanged);
77      this.typesTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.typesTreeView_AfterSelect);
78      this.typesTreeView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.typesTreeView_ItemDrag);
79      //
80      // imageList
81      //
82      this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
83      this.imageList.ImageSize = new System.Drawing.Size(16, 16);
84      this.imageList.TransparentColor = System.Drawing.Color.Transparent;
85      //
86      // typesGroupBox
87      //
88      this.typesGroupBox.Controls.Add(this.splitContainer);
89      this.typesGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
90      this.typesGroupBox.Location = new System.Drawing.Point(0, 0);
91      this.typesGroupBox.Name = "typesGroupBox";
92      this.typesGroupBox.Size = new System.Drawing.Size(303, 306);
93      this.typesGroupBox.TabIndex = 0;
94      this.typesGroupBox.TabStop = false;
95      this.typesGroupBox.Text = "Available Types";
96      //
97      // splitContainer
98      //
99      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
100      this.splitContainer.Location = new System.Drawing.Point(3, 16);
101      this.splitContainer.Name = "splitContainer";
102      this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
103      //
104      // splitContainer.Panel1
105      //
106      this.splitContainer.Panel1.Controls.Add(this.searchLabel);
107      this.splitContainer.Panel1.Controls.Add(this.searchTextBox);
108      this.splitContainer.Panel1.Controls.Add(this.typesTreeView);
109      //
110      // splitContainer.Panel2
111      //
112      this.splitContainer.Panel2.Controls.Add(this.descriptionTextBox);
113      this.splitContainer.Size = new System.Drawing.Size(297, 287);
114      this.splitContainer.SplitterDistance = 198;
115      this.splitContainer.TabIndex = 2;
116      //
117      // searchLabel
118      //
119      this.searchLabel.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Zoom;
120      this.searchLabel.Location = new System.Drawing.Point(3, 3);
121      this.searchLabel.Name = "searchLabel";
122      this.searchLabel.Size = new System.Drawing.Size(20, 20);
123      this.searchLabel.TabIndex = 1;
124      this.toolTip.SetToolTip(this.searchLabel, "Enter string to search for types");
125      //
126      // searchTextBox
127      //
128      this.searchTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
129                  | System.Windows.Forms.AnchorStyles.Right)));
130      this.searchTextBox.Location = new System.Drawing.Point(29, 3);
131      this.searchTextBox.Name = "searchTextBox";
132      this.searchTextBox.Size = new System.Drawing.Size(265, 20);
133      this.searchTextBox.TabIndex = 2;
134      this.toolTip.SetToolTip(this.searchTextBox, "Enter string to search for types");
135      this.searchTextBox.TextChanged += new System.EventHandler(this.searchTextBox_TextChanged);
136      //
137      // descriptionTextBox
138      //
139      this.descriptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
140                  | System.Windows.Forms.AnchorStyles.Left)
141                  | System.Windows.Forms.AnchorStyles.Right)));
142      this.descriptionTextBox.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
143      this.descriptionTextBox.Location = new System.Drawing.Point(3, 3);
144      this.descriptionTextBox.Multiline = true;
145      this.descriptionTextBox.Name = "descriptionTextBox";
146      this.descriptionTextBox.ReadOnly = true;
147      this.descriptionTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
148      this.descriptionTextBox.Size = new System.Drawing.Size(291, 79);
149      this.descriptionTextBox.TabIndex = 0;
150      //
151      // TypeSelector
152      //
153      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
154      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
155      this.Controls.Add(this.typesGroupBox);
156      this.Name = "TypeSelector";
157      this.Size = new System.Drawing.Size(303, 306);
158      this.typesGroupBox.ResumeLayout(false);
159      this.splitContainer.Panel1.ResumeLayout(false);
160      this.splitContainer.Panel1.PerformLayout();
161      this.splitContainer.Panel2.ResumeLayout(false);
162      this.splitContainer.Panel2.PerformLayout();
163      this.splitContainer.ResumeLayout(false);
164      this.ResumeLayout(false);
165
166    }
167
168    #endregion
169
170    protected System.Windows.Forms.GroupBox typesGroupBox;
171    protected System.Windows.Forms.TextBox descriptionTextBox;
172    protected System.Windows.Forms.ImageList imageList;
173    protected System.Windows.Forms.TreeView typesTreeView;
174    protected System.Windows.Forms.SplitContainer splitContainer;
175    protected System.Windows.Forms.Label searchLabel;
176    protected System.Windows.Forms.TextBox searchTextBox;
177    protected System.Windows.Forms.ToolTip toolTip;
178
179  }
180}
Note: See TracBrowser for help on using the repository browser.