Free cookie consent management tool by TermsFeed Policy Generator

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

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

Changed plugin manager GUI as suggested by reviewers. #989 (Implement review comments in plugin infrastructure)

File size: 17.5 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.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
66      this.connectionSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
67      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
68      this.statusStrip.SuspendLayout();
69      this.tabControl.SuspendLayout();
70      this.updateAllPluginsTabPage.SuspendLayout();
71      this.localPluginsTabPage.SuspendLayout();
72      this.availablePluginsTabPage.SuspendLayout();
73      this.uploadPluginsTabPage.SuspendLayout();
74      this.manageProductsTabPage.SuspendLayout();
75      this.logTabPage.SuspendLayout();
76      this.menuStrip.SuspendLayout();
77      this.SuspendLayout();
78      //
79      // statusStrip
80      //
81      this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
82            this.toolStripProgressBar,
83            this.toolStripStatusLabel});
84      this.statusStrip.Location = new System.Drawing.Point(0, 422);
85      this.statusStrip.Name = "statusStrip";
86      this.statusStrip.Size = new System.Drawing.Size(622, 22);
87      this.statusStrip.TabIndex = 0;
88      //
89      // toolStripProgressBar
90      //
91      this.toolStripProgressBar.MarqueeAnimationSpeed = 30;
92      this.toolStripProgressBar.Name = "toolStripProgressBar";
93      this.toolStripProgressBar.Size = new System.Drawing.Size(100, 16);
94      this.toolStripProgressBar.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
95      this.toolStripProgressBar.Visible = false;
96      //
97      // toolStripStatusLabel
98      //
99      this.toolStripStatusLabel.Name = "toolStripStatusLabel";
100      this.toolStripStatusLabel.Size = new System.Drawing.Size(0, 17);
101      //
102      // tabControl
103      //
104      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
105                  | System.Windows.Forms.AnchorStyles.Left)
106                  | System.Windows.Forms.AnchorStyles.Right)));
107      this.tabControl.Controls.Add(this.updateAllPluginsTabPage);
108      this.tabControl.Controls.Add(this.localPluginsTabPage);
109      this.tabControl.Controls.Add(this.availablePluginsTabPage);
110      this.tabControl.Controls.Add(this.uploadPluginsTabPage);
111      this.tabControl.Controls.Add(this.manageProductsTabPage);
112      this.tabControl.Controls.Add(this.logTabPage);
113      this.tabControl.Location = new System.Drawing.Point(12, 27);
114      this.tabControl.Name = "tabControl";
115      this.tabControl.SelectedIndex = 0;
116      this.tabControl.Size = new System.Drawing.Size(598, 392);
117      this.tabControl.TabIndex = 16;
118      //
119      // updateAllPluginsTabPage
120      //
121      this.updateAllPluginsTabPage.Controls.Add(this.basicUpdateView);
122      this.updateAllPluginsTabPage.Location = new System.Drawing.Point(4, 22);
123      this.updateAllPluginsTabPage.Name = "updateAllPluginsTabPage";
124      this.updateAllPluginsTabPage.Padding = new System.Windows.Forms.Padding(3);
125      this.updateAllPluginsTabPage.Size = new System.Drawing.Size(590, 366);
126      this.updateAllPluginsTabPage.TabIndex = 5;
127      this.updateAllPluginsTabPage.Text = "Update Plugins";
128      this.toolTip.SetToolTip(this.updateAllPluginsTabPage, "Update all installed plugins");
129      this.updateAllPluginsTabPage.UseVisualStyleBackColor = true;
130      //
131      // basicUpdateView
132      //
133      this.basicUpdateView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
134                  | System.Windows.Forms.AnchorStyles.Left)
135                  | System.Windows.Forms.AnchorStyles.Right)));
136      this.basicUpdateView.InstallationManager = null;
137      this.basicUpdateView.Location = new System.Drawing.Point(6, 6);
138      this.basicUpdateView.Name = "basicUpdateView";
139      this.basicUpdateView.PluginManager = null;
140      this.basicUpdateView.Size = new System.Drawing.Size(578, 354);
141      this.basicUpdateView.StatusView = null;
142      this.basicUpdateView.TabIndex = 0;
143      //
144      // localPluginsTabPage
145      //
146      this.localPluginsTabPage.Controls.Add(this.localPluginsView);
147      this.localPluginsTabPage.Location = new System.Drawing.Point(4, 22);
148      this.localPluginsTabPage.Name = "localPluginsTabPage";
149      this.localPluginsTabPage.Padding = new System.Windows.Forms.Padding(3);
150      this.localPluginsTabPage.Size = new System.Drawing.Size(590, 366);
151      this.localPluginsTabPage.TabIndex = 0;
152      this.localPluginsTabPage.Text = "Installed Plugins";
153      this.toolTip.SetToolTip(this.localPluginsTabPage, "Delete or update installed plugins");
154      this.localPluginsTabPage.UseVisualStyleBackColor = true;
155      //
156      // localPluginsView
157      //
158      this.localPluginsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
159                  | System.Windows.Forms.AnchorStyles.Left)
160                  | System.Windows.Forms.AnchorStyles.Right)));
161      this.localPluginsView.InstallationManager = null;
162      this.localPluginsView.Location = new System.Drawing.Point(6, 6);
163      this.localPluginsView.Name = "localPluginsView";
164      this.localPluginsView.PluginManager = null;
165      this.localPluginsView.Size = new System.Drawing.Size(578, 354);
166      this.localPluginsView.StatusView = null;
167      this.localPluginsView.TabIndex = 0;
168      //
169      // availablePluginsTabPage
170      //
171      this.availablePluginsTabPage.Controls.Add(this.remotePluginInstaller);
172      this.availablePluginsTabPage.Location = new System.Drawing.Point(4, 22);
173      this.availablePluginsTabPage.Name = "availablePluginsTabPage";
174      this.availablePluginsTabPage.Padding = new System.Windows.Forms.Padding(3);
175      this.availablePluginsTabPage.Size = new System.Drawing.Size(590, 366);
176      this.availablePluginsTabPage.TabIndex = 1;
177      this.availablePluginsTabPage.Text = "Available Plugins";
178      this.toolTip.SetToolTip(this.availablePluginsTabPage, "Download and install new plugins");
179      this.availablePluginsTabPage.UseVisualStyleBackColor = true;
180      //
181      // remotePluginInstaller
182      //
183      this.remotePluginInstaller.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
184                  | System.Windows.Forms.AnchorStyles.Left)
185                  | System.Windows.Forms.AnchorStyles.Right)));
186      this.remotePluginInstaller.InstallationManager = null;
187      this.remotePluginInstaller.Location = new System.Drawing.Point(6, 6);
188      this.remotePluginInstaller.Name = "remotePluginInstaller";
189      this.remotePluginInstaller.PluginManager = null;
190      this.remotePluginInstaller.Size = new System.Drawing.Size(578, 354);
191      this.remotePluginInstaller.StatusView = null;
192      this.remotePluginInstaller.TabIndex = 14;
193      //
194      // uploadPluginsTabPage
195      //
196      this.uploadPluginsTabPage.Controls.Add(this.pluginEditor);
197      this.uploadPluginsTabPage.Location = new System.Drawing.Point(4, 22);
198      this.uploadPluginsTabPage.Name = "uploadPluginsTabPage";
199      this.uploadPluginsTabPage.Padding = new System.Windows.Forms.Padding(3);
200      this.uploadPluginsTabPage.Size = new System.Drawing.Size(590, 366);
201      this.uploadPluginsTabPage.TabIndex = 3;
202      this.uploadPluginsTabPage.Text = "Upload Plugins";
203      this.toolTip.SetToolTip(this.uploadPluginsTabPage, "Upload plugins");
204      this.uploadPluginsTabPage.UseVisualStyleBackColor = true;
205      //
206      // pluginEditor
207      //
208      this.pluginEditor.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
209                  | System.Windows.Forms.AnchorStyles.Left)
210                  | System.Windows.Forms.AnchorStyles.Right)));
211      this.pluginEditor.Location = new System.Drawing.Point(6, 6);
212      this.pluginEditor.Name = "pluginEditor";
213      this.pluginEditor.PluginManager = null;
214      this.pluginEditor.Size = new System.Drawing.Size(578, 354);
215      this.pluginEditor.TabIndex = 0;
216      //
217      // manageProductsTabPage
218      //
219      this.manageProductsTabPage.Controls.Add(this.productEditor);
220      this.manageProductsTabPage.Location = new System.Drawing.Point(4, 22);
221      this.manageProductsTabPage.Name = "manageProductsTabPage";
222      this.manageProductsTabPage.Padding = new System.Windows.Forms.Padding(3);
223      this.manageProductsTabPage.Size = new System.Drawing.Size(590, 366);
224      this.manageProductsTabPage.TabIndex = 4;
225      this.manageProductsTabPage.Text = "Manage Products";
226      this.toolTip.SetToolTip(this.manageProductsTabPage, "Create and manage products");
227      this.manageProductsTabPage.UseVisualStyleBackColor = true;
228      //
229      // productEditor
230      //
231      this.productEditor.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
232                  | System.Windows.Forms.AnchorStyles.Left)
233                  | System.Windows.Forms.AnchorStyles.Right)));
234      this.productEditor.Location = new System.Drawing.Point(6, 6);
235      this.productEditor.Name = "productEditor";
236      this.productEditor.Size = new System.Drawing.Size(578, 354);
237      this.productEditor.TabIndex = 0;
238      //
239      // logTabPage
240      //
241      this.logTabPage.Controls.Add(this.logTextBox);
242      this.logTabPage.Location = new System.Drawing.Point(4, 22);
243      this.logTabPage.Name = "logTabPage";
244      this.logTabPage.Size = new System.Drawing.Size(590, 366);
245      this.logTabPage.TabIndex = 2;
246      this.logTabPage.Text = "Log";
247      this.toolTip.SetToolTip(this.logTabPage, "Show Log Messages");
248      this.logTabPage.UseVisualStyleBackColor = true;
249      //
250      // logTextBox
251      //
252      this.logTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
253                  | System.Windows.Forms.AnchorStyles.Left)
254                  | System.Windows.Forms.AnchorStyles.Right)));
255      this.logTextBox.Location = new System.Drawing.Point(3, 3);
256      this.logTextBox.Multiline = true;
257      this.logTextBox.Name = "logTextBox";
258      this.logTextBox.ReadOnly = true;
259      this.logTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
260      this.logTextBox.Size = new System.Drawing.Size(584, 360);
261      this.logTextBox.TabIndex = 0;
262      //
263      // menuStrip
264      //
265      this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
266            this.optionsToolStripMenuItem});
267      this.menuStrip.Location = new System.Drawing.Point(0, 0);
268      this.menuStrip.Name = "menuStrip";
269      this.menuStrip.Size = new System.Drawing.Size(622, 24);
270      this.menuStrip.TabIndex = 17;
271      this.menuStrip.Text = "menuStrip1";
272      //
273      // optionsToolStripMenuItem
274      //
275      this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
276            this.connectionSettingsToolStripMenuItem});
277      this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
278      this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
279      this.optionsToolStripMenuItem.Text = "Options";
280      //
281      // connectionSettingsToolStripMenuItem
282      //
283      this.connectionSettingsToolStripMenuItem.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_Objects_NetworkConnections;
284      this.connectionSettingsToolStripMenuItem.Name = "connectionSettingsToolStripMenuItem";
285      this.connectionSettingsToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
286      this.connectionSettingsToolStripMenuItem.Text = "Connection Settings...";
287      this.connectionSettingsToolStripMenuItem.Click += new System.EventHandler(this.connectionSettingsToolStripMenuItem_Click);
288      //
289      // InstallationManagerForm
290      //
291      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
292      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
293      this.ClientSize = new System.Drawing.Size(622, 444);
294      this.Controls.Add(this.tabControl);
295      this.Controls.Add(this.statusStrip);
296      this.Controls.Add(this.menuStrip);
297      this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
298      this.MainMenuStrip = this.menuStrip;
299      this.Name = "InstallationManagerForm";
300      this.Text = "Plugin Manager";
301      this.statusStrip.ResumeLayout(false);
302      this.statusStrip.PerformLayout();
303      this.tabControl.ResumeLayout(false);
304      this.updateAllPluginsTabPage.ResumeLayout(false);
305      this.localPluginsTabPage.ResumeLayout(false);
306      this.availablePluginsTabPage.ResumeLayout(false);
307      this.uploadPluginsTabPage.ResumeLayout(false);
308      this.manageProductsTabPage.ResumeLayout(false);
309      this.logTabPage.ResumeLayout(false);
310      this.logTabPage.PerformLayout();
311      this.menuStrip.ResumeLayout(false);
312      this.menuStrip.PerformLayout();
313      this.ResumeLayout(false);
314      this.PerformLayout();
315
316    }
317
318    #endregion
319
320    private System.Windows.Forms.StatusStrip statusStrip;
321    private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar;
322    private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel;
323    private RemotePluginInstallerView remotePluginInstaller;
324    private System.Windows.Forms.TabControl tabControl;
325    private System.Windows.Forms.TabPage localPluginsTabPage;
326    private System.Windows.Forms.TabPage availablePluginsTabPage;
327    private System.Windows.Forms.TabPage logTabPage;
328    private System.Windows.Forms.TextBox logTextBox;
329    private System.Windows.Forms.MenuStrip menuStrip;
330    private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
331    private System.Windows.Forms.ToolStripMenuItem connectionSettingsToolStripMenuItem;
332    private System.Windows.Forms.TabPage uploadPluginsTabPage;
333    private System.Windows.Forms.TabPage manageProductsTabPage;
334    private PluginEditor pluginEditor;
335    private ProductEditor productEditor;
336    private LocalPluginsView localPluginsView;
337    private System.Windows.Forms.TabPage updateAllPluginsTabPage;
338    private BasicUpdateView basicUpdateView;
339    private System.Windows.Forms.ToolTip toolTip;
340  }
341}
Note: See TracBrowser for help on using the repository browser.