Free cookie consent management tool by TermsFeed Policy Generator

source: branches/NewItemDialog/HeuristicLab.Optimizer/3.3/NewItemDialog.Designer.cs @ 12207

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

#2025 Add clear search button.

File size: 19.4 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.Optimizer {
23  partial class NewItemDialog {
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 && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Windows Form 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      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NewItemDialog));
49      this.okButton = new System.Windows.Forms.Button();
50      this.cancelButton = new System.Windows.Forms.Button();
51      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
52      this.searchLabel = new System.Windows.Forms.Label();
53      this.splitContainer = new System.Windows.Forms.SplitContainer();
54      this.availableItemsGroupBox = new System.Windows.Forms.GroupBox();
55      this.searchTextBox = new System.Windows.Forms.TextBox();
56      this.clearSearchButton = new System.Windows.Forms.Button();
57      this.typesTreeView = new System.Windows.Forms.TreeView();
58      this.imageList = new System.Windows.Forms.ImageList(this.components);
59      this.descriptionGroupBox = new System.Windows.Forms.GroupBox();
60      this.versionTextBox = new System.Windows.Forms.TextBox();
61      this.pluginTextBox = new System.Windows.Forms.TextBox();
62      this.descriptionTextBox = new System.Windows.Forms.TextBox();
63      this.expandAllButton = new System.Windows.Forms.Button();
64      this.collapseAllButton = new System.Windows.Forms.Button();
65      this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
66      this.expandToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
67      this.expandAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
68      this.collapseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
69      this.collapseAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
70      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
71      this.splitContainer.Panel1.SuspendLayout();
72      this.splitContainer.Panel2.SuspendLayout();
73      this.splitContainer.SuspendLayout();
74      this.availableItemsGroupBox.SuspendLayout();
75      this.searchTextBox.SuspendLayout();
76      this.descriptionGroupBox.SuspendLayout();
77      this.contextMenuStrip.SuspendLayout();
78      this.SuspendLayout();
79      //
80      // okButton
81      //
82      this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
83      this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
84      this.okButton.Enabled = false;
85      this.okButton.Location = new System.Drawing.Point(456, 502);
86      this.okButton.Name = "okButton";
87      this.okButton.Size = new System.Drawing.Size(75, 23);
88      this.okButton.TabIndex = 1;
89      this.okButton.Text = "&OK";
90      this.okButton.UseVisualStyleBackColor = true;
91      this.okButton.Click += new System.EventHandler(this.okButton_Click);
92      //
93      // cancelButton
94      //
95      this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
96      this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
97      this.cancelButton.Location = new System.Drawing.Point(537, 502);
98      this.cancelButton.Name = "cancelButton";
99      this.cancelButton.Size = new System.Drawing.Size(75, 23);
100      this.cancelButton.TabIndex = 2;
101      this.cancelButton.Text = "&Cancel";
102      this.cancelButton.UseVisualStyleBackColor = true;
103      //
104      // searchLabel
105      //
106      this.searchLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Zoom;
107      this.searchLabel.Location = new System.Drawing.Point(6, 17);
108      this.searchLabel.Name = "searchLabel";
109      this.searchLabel.Size = new System.Drawing.Size(20, 20);
110      this.searchLabel.TabIndex = 0;
111      this.toolTip.SetToolTip(this.searchLabel, "Enter string to search for items");
112      //
113      // splitContainer
114      //
115      this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
116            | System.Windows.Forms.AnchorStyles.Left)
117            | System.Windows.Forms.AnchorStyles.Right)));
118      this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
119      this.splitContainer.Location = new System.Drawing.Point(12, 12);
120      this.splitContainer.Name = "splitContainer";
121      this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
122      //
123      // splitContainer.Panel1
124      //
125      this.splitContainer.Panel1.Controls.Add(this.availableItemsGroupBox);
126      //
127      // splitContainer.Panel2
128      //
129      this.splitContainer.Panel2.Controls.Add(this.descriptionGroupBox);
130      this.splitContainer.Size = new System.Drawing.Size(600, 484);
131      this.splitContainer.SplitterDistance = 373;
132      this.splitContainer.TabIndex = 0;
133      this.splitContainer.TabStop = false;
134      //
135      // availableItemsGroupBox
136      //
137      this.availableItemsGroupBox.Controls.Add(this.searchLabel);
138      this.availableItemsGroupBox.Controls.Add(this.searchTextBox);
139      this.availableItemsGroupBox.Controls.Add(this.typesTreeView);
140      this.availableItemsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
141      this.availableItemsGroupBox.Location = new System.Drawing.Point(0, 0);
142      this.availableItemsGroupBox.Name = "availableItemsGroupBox";
143      this.availableItemsGroupBox.Padding = new System.Windows.Forms.Padding(3, 15, 3, 3);
144      this.availableItemsGroupBox.Size = new System.Drawing.Size(600, 373);
145      this.availableItemsGroupBox.TabIndex = 5;
146      this.availableItemsGroupBox.TabStop = false;
147      this.availableItemsGroupBox.Text = "Available Items";
148      //
149      // searchTextBox
150      //
151      this.searchTextBox.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.searchTextBox.Controls.Add(this.clearSearchButton);
155      this.searchTextBox.Location = new System.Drawing.Point(32, 17);
156      this.searchTextBox.Name = "searchTextBox";
157      this.searchTextBox.Size = new System.Drawing.Size(562, 20);
158      this.searchTextBox.TabIndex = 1;
159      this.searchTextBox.TextChanged += new System.EventHandler(this.searchTextBox_TextChanged);
160      //
161      // clearSearchButton
162      //
163      this.clearSearchButton.BackColor = System.Drawing.Color.Transparent;
164      this.clearSearchButton.Cursor = System.Windows.Forms.Cursors.Default;
165      this.clearSearchButton.Dock = System.Windows.Forms.DockStyle.Right;
166      this.clearSearchButton.FlatAppearance.BorderSize = 0;
167      this.clearSearchButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
168      this.clearSearchButton.ForeColor = System.Drawing.Color.Transparent;
169      this.clearSearchButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Delete;
170      this.clearSearchButton.Location = new System.Drawing.Point(543, 0);
171      this.clearSearchButton.Margin = new System.Windows.Forms.Padding(0);
172      this.clearSearchButton.Name = "clearSearchButton";
173      this.clearSearchButton.Size = new System.Drawing.Size(15, 16);
174      this.clearSearchButton.TabIndex = 0;
175      this.clearSearchButton.TabStop = false;
176      this.clearSearchButton.UseVisualStyleBackColor = false;
177      this.clearSearchButton.Click += new System.EventHandler(this.clearSearchButton_Click);
178      //
179      // typesTreeView
180      //
181      this.typesTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
182            | System.Windows.Forms.AnchorStyles.Left)
183            | System.Windows.Forms.AnchorStyles.Right)));
184      this.typesTreeView.HideSelection = false;
185      this.typesTreeView.ImageIndex = 0;
186      this.typesTreeView.ImageList = this.imageList;
187      this.typesTreeView.Location = new System.Drawing.Point(6, 41);
188      this.typesTreeView.Name = "typesTreeView";
189      this.typesTreeView.SelectedImageIndex = 0;
190      this.typesTreeView.ShowNodeToolTips = true;
191      this.typesTreeView.Size = new System.Drawing.Size(588, 326);
192      this.typesTreeView.TabIndex = 2;
193      this.typesTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.itemsTreeView_AfterSelect);
194      this.typesTreeView.VisibleChanged += new System.EventHandler(this.itemsTreeView_VisibleChanged);
195      this.typesTreeView.DoubleClick += new System.EventHandler(this.itemTreeView_DoubleClick);
196      this.typesTreeView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.typesTreeView_MouseDown);
197      //
198      // imageList
199      //
200      this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
201      this.imageList.ImageSize = new System.Drawing.Size(16, 16);
202      this.imageList.TransparentColor = System.Drawing.Color.Transparent;
203      //
204      // descriptionGroupBox
205      //
206      this.descriptionGroupBox.Controls.Add(this.versionTextBox);
207      this.descriptionGroupBox.Controls.Add(this.pluginTextBox);
208      this.descriptionGroupBox.Controls.Add(this.descriptionTextBox);
209      this.descriptionGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
210      this.descriptionGroupBox.Location = new System.Drawing.Point(0, 0);
211      this.descriptionGroupBox.Name = "descriptionGroupBox";
212      this.descriptionGroupBox.Size = new System.Drawing.Size(600, 107);
213      this.descriptionGroupBox.TabIndex = 1;
214      this.descriptionGroupBox.TabStop = false;
215      this.descriptionGroupBox.Text = "Description";
216      //
217      // versionTextBox
218      //
219      this.versionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
220      this.versionTextBox.Location = new System.Drawing.Point(444, 20);
221      this.versionTextBox.Name = "versionTextBox";
222      this.versionTextBox.ReadOnly = true;
223      this.versionTextBox.Size = new System.Drawing.Size(150, 20);
224      this.versionTextBox.TabIndex = 0;
225      this.versionTextBox.TabStop = false;
226      //
227      // pluginTextBox
228      //
229      this.pluginTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
230            | System.Windows.Forms.AnchorStyles.Right)));
231      this.pluginTextBox.Location = new System.Drawing.Point(6, 20);
232      this.pluginTextBox.Name = "pluginTextBox";
233      this.pluginTextBox.ReadOnly = true;
234      this.pluginTextBox.Size = new System.Drawing.Size(432, 20);
235      this.pluginTextBox.TabIndex = 0;
236      this.pluginTextBox.TabStop = false;
237      //
238      // descriptionTextBox
239      //
240      this.descriptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
241            | System.Windows.Forms.AnchorStyles.Left)
242            | System.Windows.Forms.AnchorStyles.Right)));
243      this.descriptionTextBox.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
244      this.descriptionTextBox.Location = new System.Drawing.Point(6, 46);
245      this.descriptionTextBox.Multiline = true;
246      this.descriptionTextBox.Name = "descriptionTextBox";
247      this.descriptionTextBox.ReadOnly = true;
248      this.descriptionTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
249      this.descriptionTextBox.Size = new System.Drawing.Size(588, 55);
250      this.descriptionTextBox.TabIndex = 0;
251      this.descriptionTextBox.TabStop = false;
252      //
253      // expandAllButton
254      //
255      this.expandAllButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
256      this.expandAllButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.ZoomIn;
257      this.expandAllButton.Location = new System.Drawing.Point(12, 502);
258      this.expandAllButton.Name = "expandAllButton";
259      this.expandAllButton.Size = new System.Drawing.Size(23, 23);
260      this.expandAllButton.TabIndex = 0;
261      this.expandAllButton.TabStop = false;
262      this.expandAllButton.UseVisualStyleBackColor = true;
263      this.expandAllButton.Click += new System.EventHandler(this.expandAllButton_Click);
264      //
265      // collapseAllButton
266      //
267      this.collapseAllButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
268      this.collapseAllButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.ZoomOut;
269      this.collapseAllButton.Location = new System.Drawing.Point(41, 502);
270      this.collapseAllButton.Name = "collapseAllButton";
271      this.collapseAllButton.Size = new System.Drawing.Size(23, 23);
272      this.collapseAllButton.TabIndex = 0;
273      this.collapseAllButton.TabStop = false;
274      this.collapseAllButton.UseVisualStyleBackColor = true;
275      this.collapseAllButton.Click += new System.EventHandler(this.collapseAllButton_Click);
276      //
277      // contextMenuStrip
278      //
279      this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
280            this.expandToolStripMenuItem,
281            this.expandAllToolStripMenuItem,
282            this.collapseToolStripMenuItem,
283            this.collapseAllToolStripMenuItem});
284      this.contextMenuStrip.Name = "contextMenuStrip";
285      this.contextMenuStrip.Size = new System.Drawing.Size(137, 92);
286      //
287      // expandToolStripMenuItem
288      //
289      this.expandToolStripMenuItem.Name = "expandToolStripMenuItem";
290      this.expandToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
291      this.expandToolStripMenuItem.Text = "Expand";
292      this.expandToolStripMenuItem.Click += new System.EventHandler(this.expandToolStripMenuItem_Click);
293      //
294      // expandAllToolStripMenuItem
295      //
296      this.expandAllToolStripMenuItem.Name = "expandAllToolStripMenuItem";
297      this.expandAllToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
298      this.expandAllToolStripMenuItem.Text = "Expand All";
299      this.expandAllToolStripMenuItem.Click += new System.EventHandler(this.expandAllToolStripMenuItem_Click);
300      //
301      // collapseToolStripMenuItem
302      //
303      this.collapseToolStripMenuItem.Name = "collapseToolStripMenuItem";
304      this.collapseToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
305      this.collapseToolStripMenuItem.Text = "Collapse";
306      this.collapseToolStripMenuItem.Click += new System.EventHandler(this.collapseToolStripMenuItem_Click);
307      //
308      // collapseAllToolStripMenuItem
309      //
310      this.collapseAllToolStripMenuItem.Name = "collapseAllToolStripMenuItem";
311      this.collapseAllToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
312      this.collapseAllToolStripMenuItem.Text = "Collapse All";
313      this.collapseAllToolStripMenuItem.Click += new System.EventHandler(this.collapseAllToolStripMenuItem_Click);
314      //
315      // NewItemDialog
316      //
317      this.AcceptButton = this.okButton;
318      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
319      this.CancelButton = this.cancelButton;
320      this.ClientSize = new System.Drawing.Size(624, 537);
321      this.Controls.Add(this.splitContainer);
322      this.Controls.Add(this.cancelButton);
323      this.Controls.Add(this.okButton);
324      this.Controls.Add(this.expandAllButton);
325      this.Controls.Add(this.collapseAllButton);
326      this.MaximizeBox = false;
327      this.MinimizeBox = false;
328      this.Name = "NewItemDialog";
329      this.ShowIcon = false;
330      this.ShowInTaskbar = false;
331      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
332      this.Text = "New Item";
333      this.TopMost = true;
334      this.Load += new System.EventHandler(this.NewItemDialog_Load);
335      this.Shown += new System.EventHandler(this.NewItemDialog_Shown);
336      this.splitContainer.Panel1.ResumeLayout(false);
337      this.splitContainer.Panel2.ResumeLayout(false);
338      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
339      this.splitContainer.ResumeLayout(false);
340      this.availableItemsGroupBox.ResumeLayout(false);
341      this.availableItemsGroupBox.PerformLayout();
342      this.searchTextBox.ResumeLayout(false);
343      this.descriptionGroupBox.ResumeLayout(false);
344      this.descriptionGroupBox.PerformLayout();
345      this.contextMenuStrip.ResumeLayout(false);
346      this.ResumeLayout(false);
347
348    }
349
350    #endregion
351
352    private System.Windows.Forms.Button okButton;
353    private System.Windows.Forms.Button cancelButton;
354    private System.Windows.Forms.ToolTip toolTip;
355    private System.Windows.Forms.SplitContainer splitContainer;
356    private System.Windows.Forms.TextBox descriptionTextBox;
357    private System.Windows.Forms.Label searchLabel;
358    private System.Windows.Forms.TextBox searchTextBox;
359    private System.Windows.Forms.TreeView typesTreeView;
360    private System.Windows.Forms.ImageList imageList;
361    private System.Windows.Forms.Button expandAllButton;
362    private System.Windows.Forms.Button collapseAllButton;
363    private System.Windows.Forms.GroupBox availableItemsGroupBox;
364    private System.Windows.Forms.GroupBox descriptionGroupBox;
365    private System.Windows.Forms.TextBox versionTextBox;
366    private System.Windows.Forms.TextBox pluginTextBox;
367    private System.Windows.Forms.ContextMenuStrip contextMenuStrip;
368    private System.Windows.Forms.ToolStripMenuItem expandToolStripMenuItem;
369    private System.Windows.Forms.ToolStripMenuItem expandAllToolStripMenuItem;
370    private System.Windows.Forms.ToolStripMenuItem collapseToolStripMenuItem;
371    private System.Windows.Forms.ToolStripMenuItem collapseAllToolStripMenuItem;
372    private System.Windows.Forms.Button clearSearchButton;
373  }
374}
Note: See TracBrowser for help on using the repository browser.