Free cookie consent management tool by TermsFeed Policy Generator

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

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

Implemented change requests of 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.productsListView = new System.Windows.Forms.ListView();
53      this.productNameHeader = new System.Windows.Forms.ColumnHeader();
54      this.productVersionHeader = new System.Windows.Forms.ColumnHeader();
55      this.productLargeImageList = new System.Windows.Forms.ImageList(this.components);
56      this.productImageList = new System.Windows.Forms.ImageList(this.components);
57      this.productsGroupBox = new System.Windows.Forms.GroupBox();
58      this.pluginsGroupBox = new System.Windows.Forms.GroupBox();
59      this.splitContainer = new System.Windows.Forms.SplitContainer();
60      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
61      this.showDetailsButton = new System.Windows.Forms.RadioButton();
62      this.showLargeIconsButton = new System.Windows.Forms.RadioButton();
63      this.installProductsButton = new System.Windows.Forms.Button();
64      this.refreshButton = new System.Windows.Forms.Button();
65      this.installPluginsButton = new System.Windows.Forms.Button();
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(266, 502);
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      // productsListView
116      //
117      this.productsListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
118                  | System.Windows.Forms.AnchorStyles.Left)
119                  | System.Windows.Forms.AnchorStyles.Right)));
120      this.productsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
121            this.productNameHeader,
122            this.productVersionHeader});
123      this.productsListView.HideSelection = false;
124      this.productsListView.LargeImageList = this.productLargeImageList;
125      this.productsListView.Location = new System.Drawing.Point(6, 50);
126      this.productsListView.MultiSelect = false;
127      this.productsListView.Name = "productsListView";
128      this.productsListView.ShowGroups = false;
129      this.productsListView.Size = new System.Drawing.Size(240, 471);
130      this.productsListView.SmallImageList = this.productImageList;
131      this.productsListView.TabIndex = 18;
132      this.productsListView.UseCompatibleStateImageBehavior = false;
133      this.productsListView.View = System.Windows.Forms.View.Details;
134      this.productsListView.SelectedIndexChanged += new System.EventHandler(this.productsListView_SelectedIndexChanged);
135      //
136      // productNameHeader
137      //
138      this.productNameHeader.Text = "Name";
139      //
140      // productVersionHeader
141      //
142      this.productVersionHeader.Text = "Version";
143      //
144      // productLargeImageList
145      //
146      this.productLargeImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
147      this.productLargeImageList.ImageSize = new System.Drawing.Size(32, 32);
148      this.productLargeImageList.TransparentColor = System.Drawing.Color.Transparent;
149      //
150      // productImageList
151      //
152      this.productImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
153      this.productImageList.ImageSize = new System.Drawing.Size(16, 16);
154      this.productImageList.TransparentColor = System.Drawing.Color.Transparent;
155      //
156      // productsGroupBox
157      //
158      this.productsGroupBox.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.productsGroupBox.Controls.Add(this.showDetailsButton);
162      this.productsGroupBox.Controls.Add(this.showLargeIconsButton);
163      this.productsGroupBox.Controls.Add(this.installProductsButton);
164      this.productsGroupBox.Controls.Add(this.refreshButton);
165      this.productsGroupBox.Controls.Add(this.productsListView);
166      this.productsGroupBox.Location = new System.Drawing.Point(0, 0);
167      this.productsGroupBox.Name = "productsGroupBox";
168      this.productsGroupBox.Size = new System.Drawing.Size(252, 558);
169      this.productsGroupBox.TabIndex = 19;
170      this.productsGroupBox.TabStop = false;
171      this.productsGroupBox.Text = "Products";
172      //
173      // pluginsGroupBox
174      //
175      this.pluginsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
176                  | System.Windows.Forms.AnchorStyles.Left)
177                  | System.Windows.Forms.AnchorStyles.Right)));
178      this.pluginsGroupBox.Controls.Add(this.pluginsListView);
179      this.pluginsGroupBox.Controls.Add(this.installPluginsButton);
180      this.pluginsGroupBox.Location = new System.Drawing.Point(-1, 0);
181      this.pluginsGroupBox.Name = "pluginsGroupBox";
182      this.pluginsGroupBox.Size = new System.Drawing.Size(278, 558);
183      this.pluginsGroupBox.TabIndex = 20;
184      this.pluginsGroupBox.TabStop = false;
185      this.pluginsGroupBox.Text = "Plugins";
186      //
187      // splitContainer
188      //
189      this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
190                  | System.Windows.Forms.AnchorStyles.Left)
191                  | System.Windows.Forms.AnchorStyles.Right)));
192      this.splitContainer.Location = new System.Drawing.Point(0, 0);
193      this.splitContainer.Name = "splitContainer";
194      //
195      // splitContainer.Panel1
196      //
197      this.splitContainer.Panel1.Controls.Add(this.productsGroupBox);
198      //
199      // splitContainer.Panel2
200      //
201      this.splitContainer.Panel2.Controls.Add(this.pluginsGroupBox);
202      this.splitContainer.Size = new System.Drawing.Size(533, 558);
203      this.splitContainer.SplitterDistance = 252;
204      this.splitContainer.TabIndex = 21;
205      //
206      // showDetailsButton
207      //
208      this.showDetailsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
209      this.showDetailsButton.Appearance = System.Windows.Forms.Appearance.Button;
210      this.showDetailsButton.Checked = true;
211      this.showDetailsButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.show_details;
212      this.showDetailsButton.Location = new System.Drawing.Point(221, 19);
213      this.showDetailsButton.Name = "showDetailsButton";
214      this.showDetailsButton.Size = new System.Drawing.Size(25, 25);
215      this.showDetailsButton.TabIndex = 22;
216      this.showDetailsButton.TabStop = true;
217      this.toolTip.SetToolTip(this.showDetailsButton, "Show Details");
218      this.showDetailsButton.UseVisualStyleBackColor = true;
219      this.showDetailsButton.CheckedChanged += new System.EventHandler(this.showDetailsButton_CheckedChanged);
220      //
221      // showLargeIconsButton
222      //
223      this.showLargeIconsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
224      this.showLargeIconsButton.Appearance = System.Windows.Forms.Appearance.Button;
225      this.showLargeIconsButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.show_icons;
226      this.showLargeIconsButton.Location = new System.Drawing.Point(190, 19);
227      this.showLargeIconsButton.Name = "showLargeIconsButton";
228      this.showLargeIconsButton.Size = new System.Drawing.Size(25, 25);
229      this.showLargeIconsButton.TabIndex = 21;
230      this.toolTip.SetToolTip(this.showLargeIconsButton, "Show Large Icons");
231      this.showLargeIconsButton.UseVisualStyleBackColor = true;
232      this.showLargeIconsButton.CheckedChanged += new System.EventHandler(this.showLargeIconsButton_CheckedChanged);
233      //
234      // installProductsButton
235      //
236      this.installProductsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
237      this.installProductsButton.Enabled = false;
238      this.installProductsButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_Objects_Install;
239      this.installProductsButton.Location = new System.Drawing.Point(6, 527);
240      this.installProductsButton.Name = "installProductsButton";
241      this.installProductsButton.Size = new System.Drawing.Size(146, 25);
242      this.installProductsButton.TabIndex = 20;
243      this.installProductsButton.Text = "Install Selected Product";
244      this.installProductsButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
245      this.toolTip.SetToolTip(this.installProductsButton, "Install all plugins for the selected product");
246      this.installProductsButton.UseVisualStyleBackColor = true;
247      this.installProductsButton.Click += new System.EventHandler(this.installProductsButton_Click);
248      //
249      // refreshButton
250      //
251      this.refreshButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_Objects_Internet;
252      this.refreshButton.Location = new System.Drawing.Point(6, 19);
253      this.refreshButton.Name = "refreshButton";
254      this.refreshButton.Size = new System.Drawing.Size(72, 25);
255      this.refreshButton.TabIndex = 16;
256      this.refreshButton.Text = "Refresh";
257      this.refreshButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
258      this.toolTip.SetToolTip(this.refreshButton, "Refresh available products from HeuristicLab deployment service");
259      this.refreshButton.UseVisualStyleBackColor = true;
260      this.refreshButton.Click += new System.EventHandler(this.refreshRemoteButton_Click);
261      //
262      // installPluginsButton
263      //
264      this.installPluginsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
265      this.installPluginsButton.Enabled = false;
266      this.installPluginsButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_Objects_Install;
267      this.installPluginsButton.Location = new System.Drawing.Point(6, 527);
268      this.installPluginsButton.Name = "installPluginsButton";
269      this.installPluginsButton.Size = new System.Drawing.Size(140, 25);
270      this.installPluginsButton.TabIndex = 17;
271      this.installPluginsButton.Text = "Install Selected Plugins";
272      this.installPluginsButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
273      this.toolTip.SetToolTip(this.installPluginsButton, "Install only checked plugins");
274      this.installPluginsButton.UseVisualStyleBackColor = true;
275      this.installPluginsButton.Click += new System.EventHandler(this.installPluginsButton_Click);
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.