Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.PluginInfrastructure.GUI/ManagerForm.designer.cs @ 2

Last change on this file since 2 was 2, checked in by swagner, 16 years ago

Added HeuristicLab 3.0 sources from former SVN repository at revision 52

File size: 19.8 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2008 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.PluginInfrastructure.GUI {
23  partial class ManagerForm {
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(ManagerForm));
49      this.menuStrip = new System.Windows.Forms.MenuStrip();
50      this.pluginsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
51      this.managePluginSourcesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
52      this.installPluginFromFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
53      this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
54      this.installedPluginsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
55      this.installNewPluginsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
56      this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
57      this.refreshPluginListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
58      this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
59      this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
60      this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
61      this.splitContainer = new System.Windows.Forms.SplitContainer();
62      this.pluginTreeView = new System.Windows.Forms.TreeView();
63      this.infoTextBox = new System.Windows.Forms.RichTextBox();
64      this.toolStrip = new System.Windows.Forms.ToolStrip();
65      this.updateButton = new System.Windows.Forms.ToolStripButton();
66      this.upgradeButton = new System.Windows.Forms.ToolStripButton();
67      this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
68      this.installButton = new System.Windows.Forms.ToolStripButton();
69      this.removeButton = new System.Windows.Forms.ToolStripButton();
70      this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
71      this.publishButton = new System.Windows.Forms.ToolStripButton();
72      this.pluginContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
73      this.installMenuItem = new System.Windows.Forms.ToolStripMenuItem();
74      this.removeMenuItem = new System.Windows.Forms.ToolStripMenuItem();
75      this.publishMenuItem = new System.Windows.Forms.ToolStripMenuItem();
76      this.pluginIcons = new System.Windows.Forms.ImageList(this.components);
77      this.menuStrip.SuspendLayout();
78      this.splitContainer.Panel1.SuspendLayout();
79      this.splitContainer.Panel2.SuspendLayout();
80      this.splitContainer.SuspendLayout();
81      this.toolStrip.SuspendLayout();
82      this.pluginContextMenuStrip.SuspendLayout();
83      this.SuspendLayout();
84      //
85      // menuStrip
86      //
87      this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
88            this.pluginsToolStripMenuItem,
89            this.helpToolStripMenuItem});
90      this.menuStrip.Location = new System.Drawing.Point(0, 0);
91      this.menuStrip.Name = "menuStrip";
92      this.menuStrip.Size = new System.Drawing.Size(828, 24);
93      this.menuStrip.TabIndex = 0;
94      this.menuStrip.Text = "menuStrip";
95      //
96      // pluginsToolStripMenuItem
97      //
98      this.pluginsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
99            this.managePluginSourcesToolStripMenuItem,
100            this.installPluginFromFileToolStripMenuItem,
101            this.toolStripSeparator2,
102            this.installedPluginsToolStripMenuItem,
103            this.installNewPluginsToolStripMenuItem,
104            this.toolStripSeparator3,
105            this.refreshPluginListToolStripMenuItem,
106            this.exitToolStripMenuItem});
107      this.pluginsToolStripMenuItem.Name = "pluginsToolStripMenuItem";
108      this.pluginsToolStripMenuItem.Size = new System.Drawing.Size(52, 20);
109      this.pluginsToolStripMenuItem.Text = "Plugins";
110      //
111      // managePluginSourcesToolStripMenuItem
112      //
113      this.managePluginSourcesToolStripMenuItem.Name = "managePluginSourcesToolStripMenuItem";
114      this.managePluginSourcesToolStripMenuItem.Size = new System.Drawing.Size(203, 22);
115      this.managePluginSourcesToolStripMenuItem.Text = "Edit plugin sources...";
116      this.managePluginSourcesToolStripMenuItem.Click += new System.EventHandler(this.managePluginSourcesToolStripMenuItem_Click);
117      //
118      // installPluginFromFileToolStripMenuItem
119      //
120      this.installPluginFromFileToolStripMenuItem.Name = "installPluginFromFileToolStripMenuItem";
121      this.installPluginFromFileToolStripMenuItem.Size = new System.Drawing.Size(203, 22);
122      this.installPluginFromFileToolStripMenuItem.Text = "Install plugin from file...";
123      this.installPluginFromFileToolStripMenuItem.Click += new System.EventHandler(this.installPluginFromFileToolStripMenuItem_Click);
124      //
125      // toolStripSeparator2
126      //
127      this.toolStripSeparator2.Name = "toolStripSeparator2";
128      this.toolStripSeparator2.Size = new System.Drawing.Size(200, 6);
129      //
130      // installedPluginsToolStripMenuItem
131      //
132      this.installedPluginsToolStripMenuItem.Name = "installedPluginsToolStripMenuItem";
133      this.installedPluginsToolStripMenuItem.Size = new System.Drawing.Size(203, 22);
134      this.installedPluginsToolStripMenuItem.Text = "Update";
135      this.installedPluginsToolStripMenuItem.Click += new System.EventHandler(this.updateButton_Click);
136      //
137      // installNewPluginsToolStripMenuItem
138      //
139      this.installNewPluginsToolStripMenuItem.Name = "installNewPluginsToolStripMenuItem";
140      this.installNewPluginsToolStripMenuItem.Size = new System.Drawing.Size(203, 22);
141      this.installNewPluginsToolStripMenuItem.Text = "Remove/Upgrade/Install...";
142      this.installNewPluginsToolStripMenuItem.Click += new System.EventHandler(this.upgradeButton_Click);
143      //
144      // toolStripSeparator3
145      //
146      this.toolStripSeparator3.Name = "toolStripSeparator3";
147      this.toolStripSeparator3.Size = new System.Drawing.Size(200, 6);
148      //
149      // refreshPluginListToolStripMenuItem
150      //
151      this.refreshPluginListToolStripMenuItem.Name = "refreshPluginListToolStripMenuItem";
152      this.refreshPluginListToolStripMenuItem.Size = new System.Drawing.Size(203, 22);
153      this.refreshPluginListToolStripMenuItem.Text = "Refresh plugin list";
154      this.refreshPluginListToolStripMenuItem.Click += new System.EventHandler(this.refreshPluginListToolStripMenuItem_Click);
155      //
156      // exitToolStripMenuItem
157      //
158      this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
159      this.exitToolStripMenuItem.Size = new System.Drawing.Size(203, 22);
160      this.exitToolStripMenuItem.Text = "Close";
161      this.exitToolStripMenuItem.Click += new System.EventHandler(this.closeToolStripMenuItem_Click);
162      //
163      // helpToolStripMenuItem
164      //
165      this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
166            this.aboutToolStripMenuItem});
167      this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
168      this.helpToolStripMenuItem.Size = new System.Drawing.Size(40, 20);
169      this.helpToolStripMenuItem.Text = "Help";
170      //
171      // aboutToolStripMenuItem
172      //
173      this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
174      this.aboutToolStripMenuItem.Size = new System.Drawing.Size(115, 22);
175      this.aboutToolStripMenuItem.Text = "About...";
176      this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
177      //
178      // splitContainer
179      //
180      this.splitContainer.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.splitContainer.Location = new System.Drawing.Point(0, 52);
184      this.splitContainer.Name = "splitContainer";
185      this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
186      //
187      // splitContainer.Panel1
188      //
189      this.splitContainer.Panel1.Controls.Add(this.pluginTreeView);
190      //
191      // splitContainer.Panel2
192      //
193      this.splitContainer.Panel2.Controls.Add(this.infoTextBox);
194      this.splitContainer.Size = new System.Drawing.Size(828, 473);
195      this.splitContainer.SplitterDistance = 220;
196      this.splitContainer.TabIndex = 1;
197      //
198      // pluginTreeView
199      //
200      this.pluginTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
201      this.pluginTreeView.ImageIndex = 0;
202      this.pluginTreeView.ImageList = this.pluginIcons;
203      this.pluginTreeView.Location = new System.Drawing.Point(0, 0);
204      this.pluginTreeView.Name = "pluginTreeView";
205      this.pluginTreeView.SelectedImageIndex = 0;
206      this.pluginTreeView.Size = new System.Drawing.Size(828, 220);
207      this.pluginTreeView.TabIndex = 0;
208      this.pluginTreeView.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.pluginTreeView_NodeMouseClick);
209      this.pluginTreeView.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.pluginTreeView_BeforeSelect);
210      //
211      // infoTextBox
212      //
213      this.infoTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
214      this.infoTextBox.Location = new System.Drawing.Point(0, 0);
215      this.infoTextBox.Name = "infoTextBox";
216      this.infoTextBox.Size = new System.Drawing.Size(828, 249);
217      this.infoTextBox.TabIndex = 0;
218      this.infoTextBox.Text = "";
219      //
220      // toolStrip
221      //
222      this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
223            this.updateButton,
224            this.upgradeButton,
225            this.toolStripSeparator,
226            this.installButton,
227            this.removeButton,
228            this.toolStripSeparator1,
229            this.publishButton});
230      this.toolStrip.Location = new System.Drawing.Point(0, 24);
231      this.toolStrip.Name = "toolStrip";
232      this.toolStrip.Size = new System.Drawing.Size(828, 25);
233      this.toolStrip.TabIndex = 2;
234      this.toolStrip.Text = "toolStrip";
235      //
236      // updateButton
237      //
238      this.updateButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
239      this.updateButton.Image = ((System.Drawing.Image)(resources.GetObject("updateButton.Image")));
240      this.updateButton.ImageTransparentColor = System.Drawing.Color.Magenta;
241      this.updateButton.Name = "updateButton";
242      this.updateButton.Size = new System.Drawing.Size(46, 22);
243      this.updateButton.Text = "Update";
244      this.updateButton.Click += new System.EventHandler(this.updateButton_Click);
245      //
246      // upgradeButton
247      //
248      this.upgradeButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
249      this.upgradeButton.Image = ((System.Drawing.Image)(resources.GetObject("upgradeButton.Image")));
250      this.upgradeButton.ImageTransparentColor = System.Drawing.Color.Magenta;
251      this.upgradeButton.Name = "upgradeButton";
252      this.upgradeButton.Size = new System.Drawing.Size(140, 22);
253      this.upgradeButton.Text = "Remove/Upgrade/Install...";
254      this.upgradeButton.Click += new System.EventHandler(this.upgradeButton_Click);
255      //
256      // toolStripSeparator
257      //
258      this.toolStripSeparator.Name = "toolStripSeparator";
259      this.toolStripSeparator.Size = new System.Drawing.Size(6, 25);
260      //
261      // installButton
262      //
263      this.installButton.CheckOnClick = true;
264      this.installButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
265      this.installButton.Image = ((System.Drawing.Image)(resources.GetObject("installButton.Image")));
266      this.installButton.ImageTransparentColor = System.Drawing.Color.Magenta;
267      this.installButton.Name = "installButton";
268      this.installButton.Size = new System.Drawing.Size(40, 22);
269      this.installButton.Text = "Install";
270      this.installButton.Click += new System.EventHandler(this.installButton_Clicked);
271      //
272      // removeButton
273      //
274      this.removeButton.CheckOnClick = true;
275      this.removeButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
276      this.removeButton.Image = ((System.Drawing.Image)(resources.GetObject("removeButton.Image")));
277      this.removeButton.ImageTransparentColor = System.Drawing.Color.Magenta;
278      this.removeButton.Name = "removeButton";
279      this.removeButton.Size = new System.Drawing.Size(50, 22);
280      this.removeButton.Text = "Remove";
281      this.removeButton.Click += new System.EventHandler(this.removeButton_Clicked);
282      //
283      // toolStripSeparator1
284      //
285      this.toolStripSeparator1.Name = "toolStripSeparator1";
286      this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
287      //
288      // publishButton
289      //
290      this.publishButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
291      this.publishButton.Image = ((System.Drawing.Image)(resources.GetObject("publishButton.Image")));
292      this.publishButton.ImageTransparentColor = System.Drawing.Color.Magenta;
293      this.publishButton.Name = "publishButton";
294      this.publishButton.Size = new System.Drawing.Size(44, 22);
295      this.publishButton.Text = "Publish";
296      this.publishButton.Click += new System.EventHandler(this.publishButton_Click);
297      //
298      // pluginContextMenuStrip
299      //
300      this.pluginContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
301            this.installMenuItem,
302            this.removeMenuItem,
303            this.publishMenuItem});
304      this.pluginContextMenuStrip.Name = "pluginContextMenuStrip";
305      this.pluginContextMenuStrip.Size = new System.Drawing.Size(114, 70);
306      //
307      // installMenuItem
308      //
309      this.installMenuItem.Name = "installMenuItem";
310      this.installMenuItem.Size = new System.Drawing.Size(113, 22);
311      this.installMenuItem.Text = "Install";
312      this.installMenuItem.Click += new System.EventHandler(this.installButton_Clicked);
313      //
314      // removeMenuItem
315      //
316      this.removeMenuItem.Name = "removeMenuItem";
317      this.removeMenuItem.Size = new System.Drawing.Size(113, 22);
318      this.removeMenuItem.Text = "Remove";
319      this.removeMenuItem.Click += new System.EventHandler(this.removeButton_Clicked);
320      //
321      // publishMenuItem
322      //
323      this.publishMenuItem.Name = "publishMenuItem";
324      this.publishMenuItem.Size = new System.Drawing.Size(113, 22);
325      this.publishMenuItem.Text = "Publish";
326      this.publishMenuItem.Click += new System.EventHandler(this.publishButton_Click);
327      //
328      // pluginIcons
329      //
330      this.pluginIcons.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("pluginIcons.ImageStream")));
331      this.pluginIcons.TransparentColor = System.Drawing.Color.Magenta;
332      this.pluginIcons.Images.SetKeyName(0, "VSObject_Module.bmp");
333      this.pluginIcons.Images.SetKeyName(1, "VSObject_Namespace.bmp");
334      this.pluginIcons.Images.SetKeyName(2, "install.bmp");
335      this.pluginIcons.Images.SetKeyName(3, "delete.bmp");
336      this.pluginIcons.Images.SetKeyName(4, "genericInternet.bmp");
337      //
338      // ManagerForm
339      //
340      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
341      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
342      this.ClientSize = new System.Drawing.Size(828, 537);
343      this.Controls.Add(this.toolStrip);
344      this.Controls.Add(this.splitContainer);
345      this.Controls.Add(this.menuStrip);
346      this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
347      this.MainMenuStrip = this.menuStrip;
348      this.Name = "ManagerForm";
349      this.Text = "Heuristiclab Pluginmanager Console";
350      this.menuStrip.ResumeLayout(false);
351      this.menuStrip.PerformLayout();
352      this.splitContainer.Panel1.ResumeLayout(false);
353      this.splitContainer.Panel2.ResumeLayout(false);
354      this.splitContainer.ResumeLayout(false);
355      this.toolStrip.ResumeLayout(false);
356      this.toolStrip.PerformLayout();
357      this.pluginContextMenuStrip.ResumeLayout(false);
358      this.ResumeLayout(false);
359      this.PerformLayout();
360
361    }
362
363    #endregion
364
365    private System.Windows.Forms.MenuStrip menuStrip;
366    private System.Windows.Forms.ToolStripMenuItem pluginsToolStripMenuItem;
367    private System.Windows.Forms.ToolStripMenuItem installedPluginsToolStripMenuItem;
368    private System.Windows.Forms.ToolStripMenuItem installNewPluginsToolStripMenuItem;
369    private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
370    private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
371    private System.Windows.Forms.ToolStripMenuItem managePluginSourcesToolStripMenuItem;
372    private System.Windows.Forms.SplitContainer splitContainer;
373    private System.Windows.Forms.TreeView pluginTreeView;
374    private System.Windows.Forms.RichTextBox infoTextBox;
375    private System.Windows.Forms.ToolStripMenuItem refreshPluginListToolStripMenuItem;
376    private System.Windows.Forms.ToolStrip toolStrip;
377    private System.Windows.Forms.ToolStripButton updateButton;
378    private System.Windows.Forms.ToolStripButton upgradeButton;
379    private System.Windows.Forms.ToolStripSeparator toolStripSeparator;
380    private System.Windows.Forms.ToolStripButton installButton;
381    private System.Windows.Forms.ToolStripButton removeButton;
382    private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
383    private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
384    private System.Windows.Forms.ToolStripButton publishButton;
385    private System.Windows.Forms.ContextMenuStrip pluginContextMenuStrip;
386    private System.Windows.Forms.ToolStripMenuItem installMenuItem;
387    private System.Windows.Forms.ToolStripMenuItem removeMenuItem;
388    private System.Windows.Forms.ToolStripMenuItem publishMenuItem;
389    private System.Windows.Forms.ToolStripMenuItem installPluginFromFileToolStripMenuItem;
390    private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
391    private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
392    private System.Windows.Forms.ImageList pluginIcons;
393  }
394}
395
Note: See TracBrowser for help on using the repository browser.