Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/ProductEditor.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: 18.3 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
21
22namespace HeuristicLab.PluginInfrastructure.Advanced {
23  partial class ProductEditor {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Component Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.components = new System.ComponentModel.Container();
48      this.refreshButton = new System.Windows.Forms.Button();
49      this.uploadButton = new System.Windows.Forms.Button();
50      this.splitContainer = new System.Windows.Forms.SplitContainer();
51      this.productsGroupBox = new System.Windows.Forms.GroupBox();
52      this.deleteProductButton = new System.Windows.Forms.Button();
53      this.newProductButton = 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.productImageList = new System.Windows.Forms.ImageList(this.components);
58      this.detailsGroupBox = new System.Windows.Forms.GroupBox();
59      this.pluginsGroupBox = new System.Windows.Forms.GroupBox();
60      this.pluginListView = new HeuristicLab.PluginInfrastructure.Advanced.MultiSelectListView();
61      this.pluginImageList = new System.Windows.Forms.ImageList(this.components);
62      this.versionTextBox = new System.Windows.Forms.TextBox();
63      this.nameLabel = new System.Windows.Forms.Label();
64      this.nameTextBox = new System.Windows.Forms.TextBox();
65      this.versionLabel = new System.Windows.Forms.Label();
66      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
67      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
68      this.pluginNameHeader = new System.Windows.Forms.ColumnHeader();
69      this.pluginVersionHeader = new System.Windows.Forms.ColumnHeader();
70      this.pluginDescriptionHeader = new System.Windows.Forms.ColumnHeader();
71      this.splitContainer.Panel1.SuspendLayout();
72      this.splitContainer.Panel2.SuspendLayout();
73      this.splitContainer.SuspendLayout();
74      this.productsGroupBox.SuspendLayout();
75      this.detailsGroupBox.SuspendLayout();
76      this.pluginsGroupBox.SuspendLayout();
77      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
78      this.SuspendLayout();
79      //
80      // refreshButton
81      //
82      this.refreshButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
83      this.refreshButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_Objects_Internet;
84      this.refreshButton.Location = new System.Drawing.Point(6, 394);
85      this.refreshButton.Name = "refreshButton";
86      this.refreshButton.Size = new System.Drawing.Size(73, 26);
87      this.refreshButton.TabIndex = 1;
88      this.refreshButton.Text = "Refresh";
89      this.refreshButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
90      this.toolTip.SetToolTip(this.refreshButton, "Refresh list of plugins and products from server");
91      this.refreshButton.UseVisualStyleBackColor = true;
92      this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
93      //
94      // uploadButton
95      //
96      this.uploadButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
97      this.uploadButton.Enabled = false;
98      this.uploadButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_CommonElements_Objects_Arrow_Up;
99      this.uploadButton.Location = new System.Drawing.Point(85, 394);
100      this.uploadButton.Name = "uploadButton";
101      this.uploadButton.Size = new System.Drawing.Size(120, 26);
102      this.uploadButton.TabIndex = 2;
103      this.uploadButton.Text = "Upload Products";
104      this.uploadButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
105      this.toolTip.SetToolTip(this.uploadButton, "Upload changed products to server");
106      this.uploadButton.UseVisualStyleBackColor = true;
107      this.uploadButton.Click += new System.EventHandler(this.saveButton_Click);
108      //
109      // splitContainer
110      //
111      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
112      this.splitContainer.Location = new System.Drawing.Point(0, 0);
113      this.splitContainer.Name = "splitContainer";
114      //
115      // splitContainer.Panel1
116      //
117      this.splitContainer.Panel1.Controls.Add(this.productsGroupBox);
118      //
119      // splitContainer.Panel2
120      //
121      this.splitContainer.Panel2.Controls.Add(this.detailsGroupBox);
122      this.splitContainer.Size = new System.Drawing.Size(665, 426);
123      this.splitContainer.SplitterDistance = 321;
124      this.splitContainer.TabIndex = 4;
125      //
126      // productsGroupBox
127      //
128      this.productsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
129                  | System.Windows.Forms.AnchorStyles.Left)
130                  | System.Windows.Forms.AnchorStyles.Right)));
131      this.productsGroupBox.Controls.Add(this.deleteProductButton);
132      this.productsGroupBox.Controls.Add(this.uploadButton);
133      this.productsGroupBox.Controls.Add(this.newProductButton);
134      this.productsGroupBox.Controls.Add(this.productsListView);
135      this.productsGroupBox.Controls.Add(this.refreshButton);
136      this.productsGroupBox.Location = new System.Drawing.Point(0, 0);
137      this.productsGroupBox.Name = "productsGroupBox";
138      this.productsGroupBox.Size = new System.Drawing.Size(321, 426);
139      this.productsGroupBox.TabIndex = 5;
140      this.productsGroupBox.TabStop = false;
141      this.productsGroupBox.Text = "Products";
142      //
143      // deleteProductButton
144      //
145      this.deleteProductButton.Enabled = false;
146      this.deleteProductButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_CommonElements_Actions_Remove;
147      this.deleteProductButton.Location = new System.Drawing.Point(116, 19);
148      this.deleteProductButton.Name = "deleteProductButton";
149      this.deleteProductButton.Size = new System.Drawing.Size(104, 26);
150      this.deleteProductButton.TabIndex = 5;
151      this.deleteProductButton.Text = "Delete Product";
152      this.deleteProductButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
153      this.toolTip.SetToolTip(this.deleteProductButton, "Deletes the selected product");
154      this.deleteProductButton.UseVisualStyleBackColor = true;
155      this.deleteProductButton.Click += new System.EventHandler(this.deleteProductButton_Click);
156      //
157      // newProductButton
158      //
159      this.newProductButton.Enabled = false;
160      this.newProductButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_CommonElements_Actions_Add;
161      this.newProductButton.Location = new System.Drawing.Point(6, 19);
162      this.newProductButton.Name = "newProductButton";
163      this.newProductButton.Size = new System.Drawing.Size(104, 26);
164      this.newProductButton.TabIndex = 3;
165      this.newProductButton.Text = "Create Product";
166      this.newProductButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
167      this.toolTip.SetToolTip(this.newProductButton, "Create a new product");
168      this.newProductButton.UseVisualStyleBackColor = true;
169      this.newProductButton.Click += new System.EventHandler(this.newProductButton_Click);
170      //
171      // productsListView
172      //
173      this.productsListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
174                  | System.Windows.Forms.AnchorStyles.Left)
175                  | System.Windows.Forms.AnchorStyles.Right)));
176      this.productsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
177            this.productNameHeader,
178            this.productVersionHeader});
179      this.productsListView.Enabled = false;
180      this.productsListView.FullRowSelect = true;
181      this.productsListView.HideSelection = false;
182      this.productsListView.Location = new System.Drawing.Point(6, 51);
183      this.productsListView.MultiSelect = false;
184      this.productsListView.Name = "productsListView";
185      this.productsListView.Size = new System.Drawing.Size(309, 337);
186      this.productsListView.SmallImageList = this.productImageList;
187      this.productsListView.TabIndex = 4;
188      this.productsListView.UseCompatibleStateImageBehavior = false;
189      this.productsListView.View = System.Windows.Forms.View.Details;
190      this.productsListView.SelectedIndexChanged += new System.EventHandler(this.productsListBox_SelectedIndexChanged);
191      //
192      // productNameHeader
193      //
194      this.productNameHeader.Text = "Name";
195      this.productNameHeader.Width = 40;
196      //
197      // productVersionHeader
198      //
199      this.productVersionHeader.Text = "Version";
200      this.productVersionHeader.Width = 265;
201      //
202      // productImageList
203      //
204      this.productImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
205      this.productImageList.ImageSize = new System.Drawing.Size(16, 16);
206      this.productImageList.TransparentColor = System.Drawing.Color.Transparent;
207      //
208      // detailsGroupBox
209      //
210      this.detailsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
211                  | System.Windows.Forms.AnchorStyles.Left)
212                  | System.Windows.Forms.AnchorStyles.Right)));
213      this.detailsGroupBox.Controls.Add(this.pluginsGroupBox);
214      this.detailsGroupBox.Controls.Add(this.versionTextBox);
215      this.detailsGroupBox.Controls.Add(this.nameLabel);
216      this.detailsGroupBox.Controls.Add(this.nameTextBox);
217      this.detailsGroupBox.Controls.Add(this.versionLabel);
218      this.detailsGroupBox.Enabled = false;
219      this.detailsGroupBox.Location = new System.Drawing.Point(0, 0);
220      this.detailsGroupBox.Name = "detailsGroupBox";
221      this.detailsGroupBox.Size = new System.Drawing.Size(340, 426);
222      this.detailsGroupBox.TabIndex = 8;
223      this.detailsGroupBox.TabStop = false;
224      this.detailsGroupBox.Text = "Details";
225      //
226      // pluginsGroupBox
227      //
228      this.pluginsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
229                  | System.Windows.Forms.AnchorStyles.Left)
230                  | System.Windows.Forms.AnchorStyles.Right)));
231      this.pluginsGroupBox.Controls.Add(this.pluginListView);
232      this.pluginsGroupBox.Location = new System.Drawing.Point(6, 71);
233      this.pluginsGroupBox.Name = "pluginsGroupBox";
234      this.pluginsGroupBox.Size = new System.Drawing.Size(328, 349);
235      this.pluginsGroupBox.TabIndex = 6;
236      this.pluginsGroupBox.TabStop = false;
237      this.pluginsGroupBox.Text = "Plugins";
238      //
239      // pluginListView
240      //
241      this.pluginListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
242                  | System.Windows.Forms.AnchorStyles.Left)
243                  | System.Windows.Forms.AnchorStyles.Right)));
244      this.pluginListView.CheckBoxes = true;
245      this.pluginListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
246            this.pluginNameHeader,
247            this.pluginVersionHeader,
248            this.pluginDescriptionHeader});
249      this.pluginListView.Location = new System.Drawing.Point(3, 16);
250      this.pluginListView.Name = "pluginListView";
251      this.pluginListView.Size = new System.Drawing.Size(322, 330);
252      this.pluginListView.SmallImageList = this.pluginImageList;
253      this.pluginListView.SuppressItemCheckedEvents = false;
254      this.pluginListView.TabIndex = 7;
255      this.pluginListView.UseCompatibleStateImageBehavior = false;
256      this.pluginListView.View = System.Windows.Forms.View.Details;
257      this.pluginListView.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.pluginListView_ItemChecked);
258      //
259      // pluginImageList
260      //
261      this.pluginImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
262      this.pluginImageList.ImageSize = new System.Drawing.Size(16, 16);
263      this.pluginImageList.TransparentColor = System.Drawing.Color.Transparent;
264      //
265      // versionTextBox
266      //
267      this.versionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
268                  | System.Windows.Forms.AnchorStyles.Right)));
269      this.versionTextBox.Location = new System.Drawing.Point(57, 45);
270      this.versionTextBox.Name = "versionTextBox";
271      this.versionTextBox.Size = new System.Drawing.Size(243, 20);
272      this.versionTextBox.TabIndex = 5;
273      this.versionTextBox.TextChanged += new System.EventHandler(this.versionTextBox_TextChanged);
274      //
275      // nameLabel
276      //
277      this.nameLabel.AutoSize = true;
278      this.nameLabel.Location = new System.Drawing.Point(13, 22);
279      this.nameLabel.Name = "nameLabel";
280      this.nameLabel.Size = new System.Drawing.Size(38, 13);
281      this.nameLabel.TabIndex = 2;
282      this.nameLabel.Text = "Name:";
283      //
284      // nameTextBox
285      //
286      this.nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
287                  | System.Windows.Forms.AnchorStyles.Right)));
288      this.nameTextBox.Location = new System.Drawing.Point(57, 19);
289      this.nameTextBox.Name = "nameTextBox";
290      this.nameTextBox.Size = new System.Drawing.Size(243, 20);
291      this.nameTextBox.TabIndex = 3;
292      this.nameTextBox.TextChanged += new System.EventHandler(this.nameTextBox_TextChanged);
293      //
294      // versionLabel
295      //
296      this.versionLabel.AutoSize = true;
297      this.versionLabel.Location = new System.Drawing.Point(6, 48);
298      this.versionLabel.Name = "versionLabel";
299      this.versionLabel.Size = new System.Drawing.Size(45, 13);
300      this.versionLabel.TabIndex = 4;
301      this.versionLabel.Text = "Version:";
302      //
303      // errorProvider
304      //
305      this.errorProvider.ContainerControl = this;
306      //
307      // pluginNameHeader
308      //
309      this.pluginNameHeader.Text = "Name";
310      //
311      // pluginVersionHeader
312      //
313      this.pluginVersionHeader.Text = "Version";
314      //
315      // pluginDescriptionHeader
316      //
317      this.pluginDescriptionHeader.Text = "Description";
318      //
319      // ProductEditor
320      //
321      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
322      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
323      this.Controls.Add(this.splitContainer);
324      this.Name = "ProductEditor";
325      this.Size = new System.Drawing.Size(665, 426);
326      this.splitContainer.Panel1.ResumeLayout(false);
327      this.splitContainer.Panel2.ResumeLayout(false);
328      this.splitContainer.ResumeLayout(false);
329      this.productsGroupBox.ResumeLayout(false);
330      this.detailsGroupBox.ResumeLayout(false);
331      this.detailsGroupBox.PerformLayout();
332      this.pluginsGroupBox.ResumeLayout(false);
333      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
334      this.ResumeLayout(false);
335
336    }
337
338    #endregion
339
340    private System.Windows.Forms.Button refreshButton;
341    private System.Windows.Forms.Button uploadButton;
342    private System.Windows.Forms.Button newProductButton;
343    private System.Windows.Forms.SplitContainer splitContainer;
344    private System.Windows.Forms.TextBox versionTextBox;
345    private System.Windows.Forms.Label versionLabel;
346    private System.Windows.Forms.TextBox nameTextBox;
347    private System.Windows.Forms.Label nameLabel;
348    private System.Windows.Forms.ErrorProvider errorProvider;
349    private System.Windows.Forms.ListView productsListView;
350    private System.Windows.Forms.ColumnHeader productNameHeader;
351    private System.Windows.Forms.ColumnHeader productVersionHeader;
352    private System.Windows.Forms.ImageList productImageList;
353    private System.Windows.Forms.ImageList pluginImageList;
354    private MultiSelectListView pluginListView;
355    private System.Windows.Forms.GroupBox productsGroupBox;
356    private System.Windows.Forms.GroupBox detailsGroupBox;
357    private System.Windows.Forms.GroupBox pluginsGroupBox;
358    private System.Windows.Forms.ToolTip toolTip;
359    private System.Windows.Forms.Button deleteProductButton;
360    private System.Windows.Forms.ColumnHeader pluginNameHeader;
361    private System.Windows.Forms.ColumnHeader pluginVersionHeader;
362    private System.Windows.Forms.ColumnHeader pluginDescriptionHeader;
363
364  }
365}
Note: See TracBrowser for help on using the repository browser.