Free cookie consent management tool by TermsFeed Policy Generator

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

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

Implemented reviewer comments in plugin infrastructure. #989 (Implement review comments in plugin infrastructure)

File size: 17.9 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.AllPlugins = new HeuristicLab.PluginInfrastructure.IPluginDescription[0];
184      this.remotePluginInstaller.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
185                  | System.Windows.Forms.AnchorStyles.Left)
186                  | System.Windows.Forms.AnchorStyles.Right)));
187      this.remotePluginInstaller.InstallationManager = null;
188      this.remotePluginInstaller.Location = new System.Drawing.Point(6, 6);
189      this.remotePluginInstaller.Name = "remotePluginInstaller";
190      this.remotePluginInstaller.NewPlugins = new HeuristicLab.PluginInfrastructure.IPluginDescription[0];
191      this.remotePluginInstaller.PluginManager = null;
192      this.remotePluginInstaller.Products = new HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.ProductDescription[0];
193      this.remotePluginInstaller.ShowAllPlugins = false;
194      this.remotePluginInstaller.Size = new System.Drawing.Size(578, 354);
195      this.remotePluginInstaller.StatusView = null;
196      this.remotePluginInstaller.TabIndex = 14;
197      //
198      // uploadPluginsTabPage
199      //
200      this.uploadPluginsTabPage.Controls.Add(this.pluginEditor);
201      this.uploadPluginsTabPage.Location = new System.Drawing.Point(4, 22);
202      this.uploadPluginsTabPage.Name = "uploadPluginsTabPage";
203      this.uploadPluginsTabPage.Padding = new System.Windows.Forms.Padding(3);
204      this.uploadPluginsTabPage.Size = new System.Drawing.Size(590, 366);
205      this.uploadPluginsTabPage.TabIndex = 3;
206      this.uploadPluginsTabPage.Text = "Upload Plugins";
207      this.toolTip.SetToolTip(this.uploadPluginsTabPage, "Upload plugins");
208      this.uploadPluginsTabPage.UseVisualStyleBackColor = true;
209      //
210      // pluginEditor
211      //
212      this.pluginEditor.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
213                  | System.Windows.Forms.AnchorStyles.Left)
214                  | System.Windows.Forms.AnchorStyles.Right)));
215      this.pluginEditor.Location = new System.Drawing.Point(6, 6);
216      this.pluginEditor.Name = "pluginEditor";
217      this.pluginEditor.PluginManager = null;
218      this.pluginEditor.Size = new System.Drawing.Size(578, 354);
219      this.pluginEditor.TabIndex = 0;
220      //
221      // manageProductsTabPage
222      //
223      this.manageProductsTabPage.Controls.Add(this.productEditor);
224      this.manageProductsTabPage.Location = new System.Drawing.Point(4, 22);
225      this.manageProductsTabPage.Name = "manageProductsTabPage";
226      this.manageProductsTabPage.Padding = new System.Windows.Forms.Padding(3);
227      this.manageProductsTabPage.Size = new System.Drawing.Size(590, 366);
228      this.manageProductsTabPage.TabIndex = 4;
229      this.manageProductsTabPage.Text = "Manage Products";
230      this.toolTip.SetToolTip(this.manageProductsTabPage, "Create and manage products");
231      this.manageProductsTabPage.UseVisualStyleBackColor = true;
232      //
233      // productEditor
234      //
235      this.productEditor.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
236                  | System.Windows.Forms.AnchorStyles.Left)
237                  | System.Windows.Forms.AnchorStyles.Right)));
238      this.productEditor.Location = new System.Drawing.Point(6, 6);
239      this.productEditor.Name = "productEditor";
240      this.productEditor.Size = new System.Drawing.Size(578, 354);
241      this.productEditor.TabIndex = 0;
242      //
243      // logTabPage
244      //
245      this.logTabPage.Controls.Add(this.logTextBox);
246      this.logTabPage.Location = new System.Drawing.Point(4, 22);
247      this.logTabPage.Name = "logTabPage";
248      this.logTabPage.Size = new System.Drawing.Size(590, 366);
249      this.logTabPage.TabIndex = 2;
250      this.logTabPage.Text = "Log";
251      this.toolTip.SetToolTip(this.logTabPage, "Show Log Messages");
252      this.logTabPage.UseVisualStyleBackColor = true;
253      //
254      // logTextBox
255      //
256      this.logTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
257                  | System.Windows.Forms.AnchorStyles.Left)
258                  | System.Windows.Forms.AnchorStyles.Right)));
259      this.logTextBox.Location = new System.Drawing.Point(3, 3);
260      this.logTextBox.Multiline = true;
261      this.logTextBox.Name = "logTextBox";
262      this.logTextBox.ReadOnly = true;
263      this.logTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
264      this.logTextBox.Size = new System.Drawing.Size(584, 360);
265      this.logTextBox.TabIndex = 0;
266      //
267      // menuStrip
268      //
269      this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
270            this.optionsToolStripMenuItem});
271      this.menuStrip.Location = new System.Drawing.Point(0, 0);
272      this.menuStrip.Name = "menuStrip";
273      this.menuStrip.Size = new System.Drawing.Size(622, 24);
274      this.menuStrip.TabIndex = 17;
275      this.menuStrip.Text = "menuStrip1";
276      //
277      // optionsToolStripMenuItem
278      //
279      this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
280            this.connectionSettingsToolStripMenuItem});
281      this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
282      this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
283      this.optionsToolStripMenuItem.Text = "Options";
284      //
285      // connectionSettingsToolStripMenuItem
286      //
287      this.connectionSettingsToolStripMenuItem.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_Objects_NetworkConnections;
288      this.connectionSettingsToolStripMenuItem.Name = "connectionSettingsToolStripMenuItem";
289      this.connectionSettingsToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
290      this.connectionSettingsToolStripMenuItem.Text = "Connection Settings...";
291      this.connectionSettingsToolStripMenuItem.Click += new System.EventHandler(this.connectionSettingsToolStripMenuItem_Click);
292      //
293      // InstallationManagerForm
294      //
295      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
296      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
297      this.ClientSize = new System.Drawing.Size(622, 444);
298      this.Controls.Add(this.tabControl);
299      this.Controls.Add(this.statusStrip);
300      this.Controls.Add(this.menuStrip);
301      this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
302      this.MainMenuStrip = this.menuStrip;
303      this.Name = "InstallationManagerForm";
304      this.Text = "Plugin Manager";
305      this.statusStrip.ResumeLayout(false);
306      this.statusStrip.PerformLayout();
307      this.tabControl.ResumeLayout(false);
308      this.updateAllPluginsTabPage.ResumeLayout(false);
309      this.localPluginsTabPage.ResumeLayout(false);
310      this.availablePluginsTabPage.ResumeLayout(false);
311      this.uploadPluginsTabPage.ResumeLayout(false);
312      this.manageProductsTabPage.ResumeLayout(false);
313      this.logTabPage.ResumeLayout(false);
314      this.logTabPage.PerformLayout();
315      this.menuStrip.ResumeLayout(false);
316      this.menuStrip.PerformLayout();
317      this.ResumeLayout(false);
318      this.PerformLayout();
319
320    }
321
322    #endregion
323
324    private System.Windows.Forms.StatusStrip statusStrip;
325    private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar;
326    private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel;
327    private RemotePluginInstallerView remotePluginInstaller;
328    private System.Windows.Forms.TabControl tabControl;
329    private System.Windows.Forms.TabPage localPluginsTabPage;
330    private System.Windows.Forms.TabPage availablePluginsTabPage;
331    private System.Windows.Forms.TabPage logTabPage;
332    private System.Windows.Forms.TextBox logTextBox;
333    private System.Windows.Forms.MenuStrip menuStrip;
334    private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
335    private System.Windows.Forms.ToolStripMenuItem connectionSettingsToolStripMenuItem;
336    private System.Windows.Forms.TabPage uploadPluginsTabPage;
337    private System.Windows.Forms.TabPage manageProductsTabPage;
338    private PluginEditor pluginEditor;
339    private ProductEditor productEditor;
340    private LocalPluginsView localPluginsView;
341    private System.Windows.Forms.TabPage updateAllPluginsTabPage;
342    private BasicUpdateView basicUpdateView;
343    private System.Windows.Forms.ToolTip toolTip;
344  }
345}
Note: See TracBrowser for help on using the repository browser.