Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/InstallationManagerForm.Designer.cs @ 3573

Last change on this file since 3573 was 3573, checked in by gkronber, 14 years ago

Implemented a list of review comments by swagner. #989 (Implement review comments in plugin infrastructure)

File size: 20.0 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
21namespace HeuristicLab.PluginInfrastructure.Advanced {
22  partial class InstallationManagerForm {
23    /// <summary>
24    /// Required designer variable.
25    /// </summary>
26    private System.ComponentModel.IContainer components = null;
27
28    /// <summary>
29    /// Clean up any resources being used.
30    /// </summary>
31    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
32    protected override void Dispose(bool disposing) {
33      if (disposing && (components != null)) {
34        components.Dispose();
35      }
36      base.Dispose(disposing);
37    }
38
39    #region Windows Form Designer generated code
40
41    /// <summary>
42    /// Required method for Designer support - do not modify
43    /// the contents of this method with the code editor.
44    /// </summary>
45    private void InitializeComponent() {
46      this.components = new System.ComponentModel.Container();
47      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InstallationManagerForm));
48      this.statusStrip = new System.Windows.Forms.StatusStrip();
49      this.toolStripProgressBar = new System.Windows.Forms.ToolStripProgressBar();
50      this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
51      this.tabControl = new System.Windows.Forms.TabControl();
52      this.updateAllPluginsTabPage = new System.Windows.Forms.TabPage();
53      this.basicUpdateView = new HeuristicLab.PluginInfrastructure.Advanced.BasicUpdateView();
54      this.localPluginsTabPage = new System.Windows.Forms.TabPage();
55      this.localPluginsView = new HeuristicLab.PluginInfrastructure.Advanced.LocalPluginsView();
56      this.availablePluginsTabPage = new System.Windows.Forms.TabPage();
57      this.remotePluginInstaller = new HeuristicLab.PluginInfrastructure.Advanced.RemotePluginInstallerView();
58      this.uploadPluginsTabPage = new System.Windows.Forms.TabPage();
59      this.pluginEditor = new HeuristicLab.PluginInfrastructure.Advanced.PluginEditor();
60      this.manageProductsTabPage = new System.Windows.Forms.TabPage();
61      this.productEditor = new HeuristicLab.PluginInfrastructure.Advanced.ProductEditor();
62      this.logTabPage = new System.Windows.Forms.TabPage();
63      this.logTextBox = new System.Windows.Forms.TextBox();
64      this.menuStrip = new System.Windows.Forms.MenuStrip();
65      this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
66      this.simpleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
67      this.advancedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
68      this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
69      this.connectionSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
70      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
71      this.statusStrip.SuspendLayout();
72      this.tabControl.SuspendLayout();
73      this.updateAllPluginsTabPage.SuspendLayout();
74      this.localPluginsTabPage.SuspendLayout();
75      this.availablePluginsTabPage.SuspendLayout();
76      this.uploadPluginsTabPage.SuspendLayout();
77      this.manageProductsTabPage.SuspendLayout();
78      this.logTabPage.SuspendLayout();
79      this.menuStrip.SuspendLayout();
80      this.SuspendLayout();
81      //
82      // statusStrip
83      //
84      this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
85            this.toolStripProgressBar,
86            this.toolStripStatusLabel});
87      this.statusStrip.Location = new System.Drawing.Point(0, 422);
88      this.statusStrip.Name = "statusStrip";
89      this.statusStrip.Size = new System.Drawing.Size(622, 22);
90      this.statusStrip.TabIndex = 0;
91      //
92      // toolStripProgressBar
93      //
94      this.toolStripProgressBar.MarqueeAnimationSpeed = 30;
95      this.toolStripProgressBar.Name = "toolStripProgressBar";
96      this.toolStripProgressBar.Size = new System.Drawing.Size(100, 16);
97      this.toolStripProgressBar.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
98      this.toolStripProgressBar.Visible = false;
99      //
100      // toolStripStatusLabel
101      //
102      this.toolStripStatusLabel.Name = "toolStripStatusLabel";
103      this.toolStripStatusLabel.Size = new System.Drawing.Size(0, 17);
104      //
105      // tabControl
106      //
107      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
108                  | System.Windows.Forms.AnchorStyles.Left)
109                  | System.Windows.Forms.AnchorStyles.Right)));
110      this.tabControl.Controls.Add(this.updateAllPluginsTabPage);
111      this.tabControl.Controls.Add(this.localPluginsTabPage);
112      this.tabControl.Controls.Add(this.availablePluginsTabPage);
113      this.tabControl.Controls.Add(this.uploadPluginsTabPage);
114      this.tabControl.Controls.Add(this.manageProductsTabPage);
115      this.tabControl.Controls.Add(this.logTabPage);
116      this.tabControl.Location = new System.Drawing.Point(12, 27);
117      this.tabControl.Name = "tabControl";
118      this.tabControl.SelectedIndex = 0;
119      this.tabControl.Size = new System.Drawing.Size(598, 392);
120      this.tabControl.TabIndex = 16;
121      this.tabControl.Selected += new System.Windows.Forms.TabControlEventHandler(this.tabControl_Selected);
122      //
123      // updateAllPluginsTabPage
124      //
125      this.updateAllPluginsTabPage.Controls.Add(this.basicUpdateView);
126      this.updateAllPluginsTabPage.Location = new System.Drawing.Point(4, 22);
127      this.updateAllPluginsTabPage.Name = "updateAllPluginsTabPage";
128      this.updateAllPluginsTabPage.Padding = new System.Windows.Forms.Padding(3);
129      this.updateAllPluginsTabPage.Size = new System.Drawing.Size(590, 366);
130      this.updateAllPluginsTabPage.TabIndex = 5;
131      this.updateAllPluginsTabPage.Text = "Update Plugins";
132      this.toolTip.SetToolTip(this.updateAllPluginsTabPage, "Update all installed plugins");
133      this.updateAllPluginsTabPage.UseVisualStyleBackColor = true;
134      //
135      // basicUpdateView
136      //
137      this.basicUpdateView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
138                  | System.Windows.Forms.AnchorStyles.Left)
139                  | System.Windows.Forms.AnchorStyles.Right)));
140      this.basicUpdateView.InstallationManager = null;
141      this.basicUpdateView.Location = new System.Drawing.Point(6, 6);
142      this.basicUpdateView.Name = "basicUpdateView";
143      this.basicUpdateView.PluginManager = null;
144      this.basicUpdateView.Size = new System.Drawing.Size(578, 354);
145      this.basicUpdateView.StatusView = null;
146      this.basicUpdateView.TabIndex = 0;
147      //
148      // localPluginsTabPage
149      //
150      this.localPluginsTabPage.Controls.Add(this.localPluginsView);
151      this.localPluginsTabPage.Location = new System.Drawing.Point(4, 22);
152      this.localPluginsTabPage.Name = "localPluginsTabPage";
153      this.localPluginsTabPage.Padding = new System.Windows.Forms.Padding(3);
154      this.localPluginsTabPage.Size = new System.Drawing.Size(590, 366);
155      this.localPluginsTabPage.TabIndex = 0;
156      this.localPluginsTabPage.Text = "Installed Plugins";
157      this.toolTip.SetToolTip(this.localPluginsTabPage, "Delete or update installed plugins");
158      this.localPluginsTabPage.UseVisualStyleBackColor = true;
159      //
160      // localPluginsView
161      //
162      this.localPluginsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
163                  | System.Windows.Forms.AnchorStyles.Left)
164                  | System.Windows.Forms.AnchorStyles.Right)));
165      this.localPluginsView.InstallationManager = null;
166      this.localPluginsView.Location = new System.Drawing.Point(6, 6);
167      this.localPluginsView.Name = "localPluginsView";
168      this.localPluginsView.PluginManager = null;
169      this.localPluginsView.Size = new System.Drawing.Size(578, 354);
170      this.localPluginsView.StatusView = null;
171      this.localPluginsView.TabIndex = 0;
172      //
173      // availablePluginsTabPage
174      //
175      this.availablePluginsTabPage.Controls.Add(this.remotePluginInstaller);
176      this.availablePluginsTabPage.Location = new System.Drawing.Point(4, 22);
177      this.availablePluginsTabPage.Name = "availablePluginsTabPage";
178      this.availablePluginsTabPage.Padding = new System.Windows.Forms.Padding(3);
179      this.availablePluginsTabPage.Size = new System.Drawing.Size(590, 366);
180      this.availablePluginsTabPage.TabIndex = 1;
181      this.availablePluginsTabPage.Text = "Available Plugins";
182      this.toolTip.SetToolTip(this.availablePluginsTabPage, "Download and install new plugins");
183      this.availablePluginsTabPage.UseVisualStyleBackColor = true;
184      //
185      // remotePluginInstaller
186      //
187      this.remotePluginInstaller.AllPlugins = new HeuristicLab.PluginInfrastructure.IPluginDescription[0];
188      this.remotePluginInstaller.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
189                  | System.Windows.Forms.AnchorStyles.Left)
190                  | System.Windows.Forms.AnchorStyles.Right)));
191      this.remotePluginInstaller.InstallationManager = null;
192      this.remotePluginInstaller.Location = new System.Drawing.Point(6, 6);
193      this.remotePluginInstaller.Name = "remotePluginInstaller";
194      this.remotePluginInstaller.NewPlugins = new HeuristicLab.PluginInfrastructure.IPluginDescription[0];
195      this.remotePluginInstaller.PluginManager = null;
196      this.remotePluginInstaller.Products = new HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.ProductDescription[0];
197      this.remotePluginInstaller.ShowAllPlugins = false;
198      this.remotePluginInstaller.Size = new System.Drawing.Size(578, 354);
199      this.remotePluginInstaller.StatusView = null;
200      this.remotePluginInstaller.TabIndex = 14;
201      //
202      // uploadPluginsTabPage
203      //
204      this.uploadPluginsTabPage.Controls.Add(this.pluginEditor);
205      this.uploadPluginsTabPage.Location = new System.Drawing.Point(4, 22);
206      this.uploadPluginsTabPage.Name = "uploadPluginsTabPage";
207      this.uploadPluginsTabPage.Padding = new System.Windows.Forms.Padding(3);
208      this.uploadPluginsTabPage.Size = new System.Drawing.Size(590, 366);
209      this.uploadPluginsTabPage.TabIndex = 3;
210      this.uploadPluginsTabPage.Text = "Upload Plugins";
211      this.toolTip.SetToolTip(this.uploadPluginsTabPage, "Upload plugins");
212      this.uploadPluginsTabPage.UseVisualStyleBackColor = true;
213      //
214      // pluginEditor
215      //
216      this.pluginEditor.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.pluginEditor.Location = new System.Drawing.Point(6, 6);
220      this.pluginEditor.Name = "pluginEditor";
221      this.pluginEditor.PluginManager = null;
222      this.pluginEditor.Size = new System.Drawing.Size(578, 354);
223      this.pluginEditor.TabIndex = 0;
224      //
225      // manageProductsTabPage
226      //
227      this.manageProductsTabPage.Controls.Add(this.productEditor);
228      this.manageProductsTabPage.Location = new System.Drawing.Point(4, 22);
229      this.manageProductsTabPage.Name = "manageProductsTabPage";
230      this.manageProductsTabPage.Padding = new System.Windows.Forms.Padding(3);
231      this.manageProductsTabPage.Size = new System.Drawing.Size(590, 366);
232      this.manageProductsTabPage.TabIndex = 4;
233      this.manageProductsTabPage.Text = "Manage Products";
234      this.toolTip.SetToolTip(this.manageProductsTabPage, "Create and manage products");
235      this.manageProductsTabPage.UseVisualStyleBackColor = true;
236      //
237      // productEditor
238      //
239      this.productEditor.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
240                  | System.Windows.Forms.AnchorStyles.Left)
241                  | System.Windows.Forms.AnchorStyles.Right)));
242      this.productEditor.Location = new System.Drawing.Point(6, 6);
243      this.productEditor.Name = "productEditor";
244      this.productEditor.Size = new System.Drawing.Size(578, 354);
245      this.productEditor.TabIndex = 0;
246      //
247      // logTabPage
248      //
249      this.logTabPage.Controls.Add(this.logTextBox);
250      this.logTabPage.Location = new System.Drawing.Point(4, 22);
251      this.logTabPage.Name = "logTabPage";
252      this.logTabPage.Size = new System.Drawing.Size(590, 366);
253      this.logTabPage.TabIndex = 2;
254      this.logTabPage.Text = "Log";
255      this.toolTip.SetToolTip(this.logTabPage, "Show Log Messages");
256      this.logTabPage.UseVisualStyleBackColor = true;
257      //
258      // logTextBox
259      //
260      this.logTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
261                  | System.Windows.Forms.AnchorStyles.Left)
262                  | System.Windows.Forms.AnchorStyles.Right)));
263      this.logTextBox.Location = new System.Drawing.Point(3, 3);
264      this.logTextBox.Multiline = true;
265      this.logTextBox.Name = "logTextBox";
266      this.logTextBox.ReadOnly = true;
267      this.logTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
268      this.logTextBox.Size = new System.Drawing.Size(584, 360);
269      this.logTextBox.TabIndex = 0;
270      //
271      // menuStrip
272      //
273      this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
274            this.viewToolStripMenuItem,
275            this.optionsToolStripMenuItem});
276      this.menuStrip.Location = new System.Drawing.Point(0, 0);
277      this.menuStrip.Name = "menuStrip";
278      this.menuStrip.Size = new System.Drawing.Size(622, 24);
279      this.menuStrip.TabIndex = 17;
280      this.menuStrip.Text = "menuStrip1";
281      //
282      // viewToolStripMenuItem
283      //
284      this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
285            this.simpleToolStripMenuItem,
286            this.advancedToolStripMenuItem});
287      this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
288      this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
289      this.viewToolStripMenuItem.Text = "View";
290      this.viewToolStripMenuItem.Visible = false;
291      //
292      // simpleToolStripMenuItem
293      //
294      this.simpleToolStripMenuItem.Checked = true;
295      this.simpleToolStripMenuItem.CheckOnClick = true;
296      this.simpleToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
297      this.simpleToolStripMenuItem.Name = "simpleToolStripMenuItem";
298      this.simpleToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
299      this.simpleToolStripMenuItem.Text = "Show Most Recent Plugins";
300      this.simpleToolStripMenuItem.Click += new System.EventHandler(this.simpleToolStripMenuItem_Click);
301      //
302      // advancedToolStripMenuItem
303      //
304      this.advancedToolStripMenuItem.CheckOnClick = true;
305      this.advancedToolStripMenuItem.Name = "advancedToolStripMenuItem";
306      this.advancedToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
307      this.advancedToolStripMenuItem.Text = "Show All Plugins";
308      this.advancedToolStripMenuItem.Click += new System.EventHandler(this.advancedToolStripMenuItem_Click);
309      //
310      // optionsToolStripMenuItem
311      //
312      this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
313            this.connectionSettingsToolStripMenuItem});
314      this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
315      this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
316      this.optionsToolStripMenuItem.Text = "Options";
317      //
318      // connectionSettingsToolStripMenuItem
319      //
320      this.connectionSettingsToolStripMenuItem.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_Objects_NetworkConnections;
321      this.connectionSettingsToolStripMenuItem.Name = "connectionSettingsToolStripMenuItem";
322      this.connectionSettingsToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
323      this.connectionSettingsToolStripMenuItem.Text = "Connection Settings...";
324      this.connectionSettingsToolStripMenuItem.Click += new System.EventHandler(this.connectionSettingsToolStripMenuItem_Click);
325      //
326      // InstallationManagerForm
327      //
328      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
329      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
330      this.ClientSize = new System.Drawing.Size(622, 444);
331      this.Controls.Add(this.tabControl);
332      this.Controls.Add(this.statusStrip);
333      this.Controls.Add(this.menuStrip);
334      this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
335      this.MainMenuStrip = this.menuStrip;
336      this.Name = "InstallationManagerForm";
337      this.Text = "Plugin Manager";
338      this.statusStrip.ResumeLayout(false);
339      this.statusStrip.PerformLayout();
340      this.tabControl.ResumeLayout(false);
341      this.updateAllPluginsTabPage.ResumeLayout(false);
342      this.localPluginsTabPage.ResumeLayout(false);
343      this.availablePluginsTabPage.ResumeLayout(false);
344      this.uploadPluginsTabPage.ResumeLayout(false);
345      this.manageProductsTabPage.ResumeLayout(false);
346      this.logTabPage.ResumeLayout(false);
347      this.logTabPage.PerformLayout();
348      this.menuStrip.ResumeLayout(false);
349      this.menuStrip.PerformLayout();
350      this.ResumeLayout(false);
351      this.PerformLayout();
352
353    }
354
355    #endregion
356
357    private System.Windows.Forms.StatusStrip statusStrip;
358    private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar;
359    private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel;
360    private RemotePluginInstallerView remotePluginInstaller;
361    private System.Windows.Forms.TabControl tabControl;
362    private System.Windows.Forms.TabPage localPluginsTabPage;
363    private System.Windows.Forms.TabPage availablePluginsTabPage;
364    private System.Windows.Forms.TabPage logTabPage;
365    private System.Windows.Forms.TextBox logTextBox;
366    private System.Windows.Forms.MenuStrip menuStrip;
367    private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
368    private System.Windows.Forms.ToolStripMenuItem simpleToolStripMenuItem;
369    private System.Windows.Forms.ToolStripMenuItem advancedToolStripMenuItem;
370    private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
371    private System.Windows.Forms.ToolStripMenuItem connectionSettingsToolStripMenuItem;
372    private System.Windows.Forms.TabPage uploadPluginsTabPage;
373    private System.Windows.Forms.TabPage manageProductsTabPage;
374    private PluginEditor pluginEditor;
375    private ProductEditor productEditor;
376    private LocalPluginsView localPluginsView;
377    private System.Windows.Forms.TabPage updateAllPluginsTabPage;
378    private BasicUpdateView basicUpdateView;
379    private System.Windows.Forms.ToolTip toolTip;
380  }
381}
Note: See TracBrowser for help on using the repository browser.