Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GP-MoveOperators/HeuristicLab.PluginInfrastructure/3.3/Advanced/EditProductsView.Designer.cs @ 8085

Last change on this file since 8085 was 8085, checked in by gkronber, 12 years ago

#1847: merged trunk changes r7800:HEAD into gp move operators branch

File size: 18.3 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2012 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 EditProductsView {
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.pluginNameHeader = new System.Windows.Forms.ColumnHeader();
62      this.pluginVersionHeader = new System.Windows.Forms.ColumnHeader();
63      this.pluginDescriptionHeader = new System.Windows.Forms.ColumnHeader();
64      this.pluginImageList = new System.Windows.Forms.ImageList(this.components);
65      this.versionTextBox = new System.Windows.Forms.TextBox();
66      this.nameLabel = new System.Windows.Forms.Label();
67      this.nameTextBox = new System.Windows.Forms.TextBox();
68      this.versionLabel = new System.Windows.Forms.Label();
69      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
70      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
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.Resources.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.Resources.PublishToWeb;
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.Resources.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.Resources.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.Sorting = System.Windows.Forms.SortOrder.Ascending;
188      this.productsListView.TabIndex = 4;
189      this.productsListView.UseCompatibleStateImageBehavior = false;
190      this.productsListView.View = System.Windows.Forms.View.Details;
191      this.productsListView.SelectedIndexChanged += new System.EventHandler(this.productsListBox_SelectedIndexChanged);
192      //
193      // productNameHeader
194      //
195      this.productNameHeader.Text = "Name";
196      this.productNameHeader.Width = 40;
197      //
198      // productVersionHeader
199      //
200      this.productVersionHeader.Text = "Version";
201      this.productVersionHeader.Width = 265;
202      //
203      // productImageList
204      //
205      this.productImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
206      this.productImageList.ImageSize = new System.Drawing.Size(16, 16);
207      this.productImageList.TransparentColor = System.Drawing.Color.Transparent;
208      //
209      // detailsGroupBox
210      //
211      this.detailsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
212                  | System.Windows.Forms.AnchorStyles.Left)
213                  | System.Windows.Forms.AnchorStyles.Right)));
214      this.detailsGroupBox.Controls.Add(this.pluginsGroupBox);
215      this.detailsGroupBox.Controls.Add(this.versionTextBox);
216      this.detailsGroupBox.Controls.Add(this.nameLabel);
217      this.detailsGroupBox.Controls.Add(this.nameTextBox);
218      this.detailsGroupBox.Controls.Add(this.versionLabel);
219      this.detailsGroupBox.Enabled = false;
220      this.detailsGroupBox.Location = new System.Drawing.Point(0, 0);
221      this.detailsGroupBox.Name = "detailsGroupBox";
222      this.detailsGroupBox.Size = new System.Drawing.Size(340, 426);
223      this.detailsGroupBox.TabIndex = 8;
224      this.detailsGroupBox.TabStop = false;
225      this.detailsGroupBox.Text = "Details";
226      //
227      // pluginsGroupBox
228      //
229      this.pluginsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
230                  | System.Windows.Forms.AnchorStyles.Left)
231                  | System.Windows.Forms.AnchorStyles.Right)));
232      this.pluginsGroupBox.Controls.Add(this.pluginListView);
233      this.pluginsGroupBox.Location = new System.Drawing.Point(6, 71);
234      this.pluginsGroupBox.Name = "pluginsGroupBox";
235      this.pluginsGroupBox.Size = new System.Drawing.Size(328, 349);
236      this.pluginsGroupBox.TabIndex = 6;
237      this.pluginsGroupBox.TabStop = false;
238      this.pluginsGroupBox.Text = "Plugins";
239      //
240      // pluginListView
241      //
242      this.pluginListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
243                  | System.Windows.Forms.AnchorStyles.Left)
244                  | System.Windows.Forms.AnchorStyles.Right)));
245      this.pluginListView.CheckBoxes = true;
246      this.pluginListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
247            this.pluginNameHeader,
248            this.pluginVersionHeader,
249            this.pluginDescriptionHeader});
250      this.pluginListView.Location = new System.Drawing.Point(3, 16);
251      this.pluginListView.Name = "pluginListView";
252      this.pluginListView.Size = new System.Drawing.Size(322, 330);
253      this.pluginListView.SmallImageList = this.pluginImageList;
254      this.pluginListView.Sorting = System.Windows.Forms.SortOrder.Ascending;
255      this.pluginListView.SuppressItemCheckedEvents = false;
256      this.pluginListView.TabIndex = 7;
257      this.pluginListView.UseCompatibleStateImageBehavior = false;
258      this.pluginListView.View = System.Windows.Forms.View.Details;
259      this.pluginListView.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.listView_ItemChecked);
260      //
261      // pluginNameHeader
262      //
263      this.pluginNameHeader.Text = "Name";
264      //
265      // pluginVersionHeader
266      //
267      this.pluginVersionHeader.Text = "Version";
268      //
269      // pluginDescriptionHeader
270      //
271      this.pluginDescriptionHeader.Text = "Description";
272      //
273      // pluginImageList
274      //
275      this.pluginImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
276      this.pluginImageList.ImageSize = new System.Drawing.Size(16, 16);
277      this.pluginImageList.TransparentColor = System.Drawing.Color.Transparent;
278      //
279      // versionTextBox
280      //
281      this.versionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
282                  | System.Windows.Forms.AnchorStyles.Right)));
283      this.versionTextBox.Location = new System.Drawing.Point(57, 45);
284      this.versionTextBox.Name = "versionTextBox";
285      this.versionTextBox.Size = new System.Drawing.Size(243, 20);
286      this.versionTextBox.TabIndex = 5;
287      this.versionTextBox.TextChanged += new System.EventHandler(this.versionTextBox_TextChanged);
288      //
289      // nameLabel
290      //
291      this.nameLabel.AutoSize = true;
292      this.nameLabel.Location = new System.Drawing.Point(13, 22);
293      this.nameLabel.Name = "nameLabel";
294      this.nameLabel.Size = new System.Drawing.Size(38, 13);
295      this.nameLabel.TabIndex = 2;
296      this.nameLabel.Text = "Name:";
297      //
298      // nameTextBox
299      //
300      this.nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
301                  | System.Windows.Forms.AnchorStyles.Right)));
302      this.nameTextBox.Location = new System.Drawing.Point(57, 19);
303      this.nameTextBox.Name = "nameTextBox";
304      this.nameTextBox.Size = new System.Drawing.Size(243, 20);
305      this.nameTextBox.TabIndex = 3;
306      this.nameTextBox.TextChanged += new System.EventHandler(this.nameTextBox_TextChanged);
307      //
308      // versionLabel
309      //
310      this.versionLabel.AutoSize = true;
311      this.versionLabel.Location = new System.Drawing.Point(6, 48);
312      this.versionLabel.Name = "versionLabel";
313      this.versionLabel.Size = new System.Drawing.Size(45, 13);
314      this.versionLabel.TabIndex = 4;
315      this.versionLabel.Text = "Version:";
316      //
317      // errorProvider
318      //
319      this.errorProvider.ContainerControl = this;
320      //
321      // ProductEditor
322      //
323      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
324      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
325      this.Controls.Add(this.splitContainer);
326      this.Name = "ProductEditor";
327      this.Size = new System.Drawing.Size(665, 426);
328      this.splitContainer.Panel1.ResumeLayout(false);
329      this.splitContainer.Panel2.ResumeLayout(false);
330      this.splitContainer.ResumeLayout(false);
331      this.productsGroupBox.ResumeLayout(false);
332      this.detailsGroupBox.ResumeLayout(false);
333      this.detailsGroupBox.PerformLayout();
334      this.pluginsGroupBox.ResumeLayout(false);
335      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
336      this.ResumeLayout(false);
337
338    }
339
340    #endregion
341
342    private System.Windows.Forms.Button refreshButton;
343    private System.Windows.Forms.Button uploadButton;
344    private System.Windows.Forms.Button newProductButton;
345    private System.Windows.Forms.SplitContainer splitContainer;
346    private System.Windows.Forms.TextBox versionTextBox;
347    private System.Windows.Forms.Label versionLabel;
348    private System.Windows.Forms.TextBox nameTextBox;
349    private System.Windows.Forms.Label nameLabel;
350    private System.Windows.Forms.ErrorProvider errorProvider;
351    private System.Windows.Forms.ListView productsListView;
352    private System.Windows.Forms.ColumnHeader productNameHeader;
353    private System.Windows.Forms.ColumnHeader productVersionHeader;
354    private System.Windows.Forms.ImageList productImageList;
355    private System.Windows.Forms.ImageList pluginImageList;
356    private MultiSelectListView pluginListView;
357    private System.Windows.Forms.GroupBox productsGroupBox;
358    private System.Windows.Forms.GroupBox detailsGroupBox;
359    private System.Windows.Forms.GroupBox pluginsGroupBox;
360    private System.Windows.Forms.ToolTip toolTip;
361    private System.Windows.Forms.Button deleteProductButton;
362    private System.Windows.Forms.ColumnHeader pluginNameHeader;
363    private System.Windows.Forms.ColumnHeader pluginVersionHeader;
364    private System.Windows.Forms.ColumnHeader pluginDescriptionHeader;
365
366  }
367}
Note: See TracBrowser for help on using the repository browser.