Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/RemotePluginInstaller.Designer.cs @ 3608

Last change on this file since 3608 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: 16.6 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 RemotePluginInstallerView {
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 Component 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      this.pluginsListView = new HeuristicLab.PluginInfrastructure.Advanced.MultiSelectListView();
48      this.nameHeader = new System.Windows.Forms.ColumnHeader();
49      this.versionHeader = new System.Windows.Forms.ColumnHeader();
50      this.descriptionHeader = new System.Windows.Forms.ColumnHeader();
51      this.pluginsImageList = new System.Windows.Forms.ImageList(this.components);
52      this.refreshButton = new System.Windows.Forms.Button();
53      this.installPluginsButton = new System.Windows.Forms.Button();
54      this.productsListView = new System.Windows.Forms.ListView();
55      this.productNameHeader = new System.Windows.Forms.ColumnHeader();
56      this.productVersionHeader = new System.Windows.Forms.ColumnHeader();
57      this.productLargeImageList = new System.Windows.Forms.ImageList(this.components);
58      this.productImageList = new System.Windows.Forms.ImageList(this.components);
59      this.productsGroupBox = new System.Windows.Forms.GroupBox();
60      this.showDetailsButton = new System.Windows.Forms.RadioButton();
61      this.showLargeIconsButton = new System.Windows.Forms.RadioButton();
62      this.installProductsButton = new System.Windows.Forms.Button();
63      this.pluginsGroupBox = new System.Windows.Forms.GroupBox();
64      this.splitContainer = new System.Windows.Forms.SplitContainer();
65      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
66      this.productsGroupBox.SuspendLayout();
67      this.pluginsGroupBox.SuspendLayout();
68      this.splitContainer.Panel1.SuspendLayout();
69      this.splitContainer.Panel2.SuspendLayout();
70      this.splitContainer.SuspendLayout();
71      this.SuspendLayout();
72      //
73      // pluginsListView
74      //
75      this.pluginsListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
76                  | System.Windows.Forms.AnchorStyles.Left)
77                  | System.Windows.Forms.AnchorStyles.Right)));
78      this.pluginsListView.CheckBoxes = true;
79      this.pluginsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
80            this.nameHeader,
81            this.versionHeader,
82            this.descriptionHeader});
83      this.pluginsListView.Location = new System.Drawing.Point(6, 19);
84      this.pluginsListView.Name = "pluginsListView";
85      this.pluginsListView.ShowGroups = false;
86      this.pluginsListView.Size = new System.Drawing.Size(259, 496);
87      this.pluginsListView.SmallImageList = this.pluginsImageList;
88      this.pluginsListView.SuppressItemCheckedEvents = false;
89      this.pluginsListView.TabIndex = 0;
90      this.pluginsListView.UseCompatibleStateImageBehavior = false;
91      this.pluginsListView.View = System.Windows.Forms.View.Details;
92      this.pluginsListView.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.remotePluginsListView_ItemChecked);
93      //
94      // nameHeader
95      //
96      this.nameHeader.Text = "Name";
97      this.nameHeader.Width = 185;
98      //
99      // versionHeader
100      //
101      this.versionHeader.Text = "Version";
102      this.versionHeader.Width = 93;
103      //
104      // descriptionHeader
105      //
106      this.descriptionHeader.Text = "Description";
107      this.descriptionHeader.Width = 250;
108      //
109      // pluginsImageList
110      //
111      this.pluginsImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
112      this.pluginsImageList.ImageSize = new System.Drawing.Size(16, 16);
113      this.pluginsImageList.TransparentColor = System.Drawing.Color.Transparent;
114      //
115      // refreshButton
116      //
117      this.refreshButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_Objects_Internet;
118      this.refreshButton.Location = new System.Drawing.Point(6, 19);
119      this.refreshButton.Name = "refreshButton";
120      this.refreshButton.Size = new System.Drawing.Size(72, 25);
121      this.refreshButton.TabIndex = 16;
122      this.refreshButton.Text = "Refresh";
123      this.refreshButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
124      this.toolTip.SetToolTip(this.refreshButton, "Refresh available products from HeuristicLab deployment service");
125      this.refreshButton.UseVisualStyleBackColor = true;
126      this.refreshButton.Click += new System.EventHandler(this.refreshRemoteButton_Click);
127      //
128      // installPluginsButton
129      //
130      this.installPluginsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
131      this.installPluginsButton.Enabled = false;
132      this.installPluginsButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_Objects_Install;
133      this.installPluginsButton.Location = new System.Drawing.Point(6, 521);
134      this.installPluginsButton.Name = "installPluginsButton";
135      this.installPluginsButton.Size = new System.Drawing.Size(140, 25);
136      this.installPluginsButton.TabIndex = 17;
137      this.installPluginsButton.Text = "Install Selected Plugins";
138      this.installPluginsButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
139      this.toolTip.SetToolTip(this.installPluginsButton, "Install only checked plugins");
140      this.installPluginsButton.UseVisualStyleBackColor = true;
141      this.installPluginsButton.Click += new System.EventHandler(this.installPluginsButton_Click);
142      //
143      // productsListView
144      //
145      this.productsListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
146                  | System.Windows.Forms.AnchorStyles.Left)
147                  | System.Windows.Forms.AnchorStyles.Right)));
148      this.productsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
149            this.productNameHeader,
150            this.productVersionHeader});
151      this.productsListView.HideSelection = false;
152      this.productsListView.LargeImageList = this.productLargeImageList;
153      this.productsListView.Location = new System.Drawing.Point(6, 50);
154      this.productsListView.MultiSelect = false;
155      this.productsListView.Name = "productsListView";
156      this.productsListView.ShowGroups = false;
157      this.productsListView.Size = new System.Drawing.Size(234, 465);
158      this.productsListView.SmallImageList = this.productImageList;
159      this.productsListView.TabIndex = 18;
160      this.productsListView.UseCompatibleStateImageBehavior = false;
161      this.productsListView.View = System.Windows.Forms.View.Details;
162      this.productsListView.SelectedIndexChanged += new System.EventHandler(this.productsListView_SelectedIndexChanged);
163      //
164      // productNameHeader
165      //
166      this.productNameHeader.Text = "Name";
167      //
168      // productVersionHeader
169      //
170      this.productVersionHeader.Text = "Version";
171      //
172      // productLargeImageList
173      //
174      this.productLargeImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
175      this.productLargeImageList.ImageSize = new System.Drawing.Size(32, 32);
176      this.productLargeImageList.TransparentColor = System.Drawing.Color.Transparent;
177      //
178      // productImageList
179      //
180      this.productImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
181      this.productImageList.ImageSize = new System.Drawing.Size(16, 16);
182      this.productImageList.TransparentColor = System.Drawing.Color.Transparent;
183      //
184      // productsGroupBox
185      //
186      this.productsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
187                  | System.Windows.Forms.AnchorStyles.Left)
188                  | System.Windows.Forms.AnchorStyles.Right)));
189      this.productsGroupBox.Controls.Add(this.showDetailsButton);
190      this.productsGroupBox.Controls.Add(this.showLargeIconsButton);
191      this.productsGroupBox.Controls.Add(this.installProductsButton);
192      this.productsGroupBox.Controls.Add(this.refreshButton);
193      this.productsGroupBox.Controls.Add(this.productsListView);
194      this.productsGroupBox.Location = new System.Drawing.Point(3, 3);
195      this.productsGroupBox.Name = "productsGroupBox";
196      this.productsGroupBox.Size = new System.Drawing.Size(246, 552);
197      this.productsGroupBox.TabIndex = 19;
198      this.productsGroupBox.TabStop = false;
199      this.productsGroupBox.Text = "Products";
200      //
201      // showDetailsButton
202      //
203      this.showDetailsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
204      this.showDetailsButton.Appearance = System.Windows.Forms.Appearance.Button;
205      this.showDetailsButton.Checked = true;
206      this.showDetailsButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.show_details;
207      this.showDetailsButton.Location = new System.Drawing.Point(215, 19);
208      this.showDetailsButton.Name = "showDetailsButton";
209      this.showDetailsButton.Size = new System.Drawing.Size(25, 25);
210      this.showDetailsButton.TabIndex = 22;
211      this.showDetailsButton.TabStop = true;
212      this.toolTip.SetToolTip(this.showDetailsButton, "Show Details");
213      this.showDetailsButton.UseVisualStyleBackColor = true;
214      this.showDetailsButton.CheckedChanged += new System.EventHandler(this.showDetailsButton_CheckedChanged);
215      //
216      // showLargeIconsButton
217      //
218      this.showLargeIconsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
219      this.showLargeIconsButton.Appearance = System.Windows.Forms.Appearance.Button;
220      this.showLargeIconsButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.show_icons;
221      this.showLargeIconsButton.Location = new System.Drawing.Point(184, 19);
222      this.showLargeIconsButton.Name = "showLargeIconsButton";
223      this.showLargeIconsButton.Size = new System.Drawing.Size(25, 25);
224      this.showLargeIconsButton.TabIndex = 21;
225      this.toolTip.SetToolTip(this.showLargeIconsButton, "Show Large Icons");
226      this.showLargeIconsButton.UseVisualStyleBackColor = true;
227      this.showLargeIconsButton.CheckedChanged += new System.EventHandler(this.showLargeIconsButton_CheckedChanged);
228      //
229      // installProductsButton
230      //
231      this.installProductsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
232      this.installProductsButton.Enabled = false;
233      this.installProductsButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_Objects_Install;
234      this.installProductsButton.Location = new System.Drawing.Point(6, 521);
235      this.installProductsButton.Name = "installProductsButton";
236      this.installProductsButton.Size = new System.Drawing.Size(146, 25);
237      this.installProductsButton.TabIndex = 20;
238      this.installProductsButton.Text = "Install Selected Product";
239      this.installProductsButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
240      this.toolTip.SetToolTip(this.installProductsButton, "Install all plugins for the selected product");
241      this.installProductsButton.UseVisualStyleBackColor = true;
242      this.installProductsButton.Click += new System.EventHandler(this.installProductsButton_Click);
243      //
244      // pluginsGroupBox
245      //
246      this.pluginsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
247                  | System.Windows.Forms.AnchorStyles.Left)
248                  | System.Windows.Forms.AnchorStyles.Right)));
249      this.pluginsGroupBox.Controls.Add(this.pluginsListView);
250      this.pluginsGroupBox.Controls.Add(this.installPluginsButton);
251      this.pluginsGroupBox.Location = new System.Drawing.Point(3, 3);
252      this.pluginsGroupBox.Name = "pluginsGroupBox";
253      this.pluginsGroupBox.Size = new System.Drawing.Size(271, 552);
254      this.pluginsGroupBox.TabIndex = 20;
255      this.pluginsGroupBox.TabStop = false;
256      this.pluginsGroupBox.Text = "Plugins";
257      //
258      // splitContainer
259      //
260      this.splitContainer.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.splitContainer.Location = new System.Drawing.Point(0, 0);
264      this.splitContainer.Name = "splitContainer";
265      //
266      // splitContainer.Panel1
267      //
268      this.splitContainer.Panel1.Controls.Add(this.productsGroupBox);
269      //
270      // splitContainer.Panel2
271      //
272      this.splitContainer.Panel2.Controls.Add(this.pluginsGroupBox);
273      this.splitContainer.Size = new System.Drawing.Size(533, 558);
274      this.splitContainer.SplitterDistance = 252;
275      this.splitContainer.TabIndex = 21;
276      //
277      // RemotePluginInstallerView
278      //
279      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
280      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
281      this.Controls.Add(this.splitContainer);
282      this.Name = "RemotePluginInstallerView";
283      this.Size = new System.Drawing.Size(533, 558);
284      this.productsGroupBox.ResumeLayout(false);
285      this.pluginsGroupBox.ResumeLayout(false);
286      this.splitContainer.Panel1.ResumeLayout(false);
287      this.splitContainer.Panel2.ResumeLayout(false);
288      this.splitContainer.ResumeLayout(false);
289      this.ResumeLayout(false);
290
291    }
292
293    #endregion
294
295    private MultiSelectListView pluginsListView;
296    private System.Windows.Forms.ColumnHeader nameHeader;
297    private System.Windows.Forms.ColumnHeader versionHeader;
298    private System.Windows.Forms.ColumnHeader descriptionHeader;
299    private System.Windows.Forms.Button refreshButton;
300    private System.Windows.Forms.Button installPluginsButton;
301    private System.Windows.Forms.ListView productsListView;
302    private System.Windows.Forms.GroupBox productsGroupBox;
303    private System.Windows.Forms.GroupBox pluginsGroupBox;
304    private System.Windows.Forms.SplitContainer splitContainer;
305    private System.Windows.Forms.Button installProductsButton;
306    private System.Windows.Forms.ColumnHeader productNameHeader;
307    private System.Windows.Forms.ColumnHeader productVersionHeader;
308    private System.Windows.Forms.ImageList productImageList;
309    private System.Windows.Forms.ImageList pluginsImageList;
310    private System.Windows.Forms.RadioButton showDetailsButton;
311    private System.Windows.Forms.RadioButton showLargeIconsButton;
312    private System.Windows.Forms.ToolTip toolTip;
313    private System.Windows.Forms.ImageList productLargeImageList;
314  }
315}
Note: See TracBrowser for help on using the repository browser.