Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/ProductEditor.Designer.cs @ 3573

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

Implemented a list of review comments by swagner. #989 (Implement review comments in plugin infrastructure)

File size: 16.1 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.newProductButton = new System.Windows.Forms.Button();
53      this.productsListView = new System.Windows.Forms.ListView();
54      this.productNameHeader = new System.Windows.Forms.ColumnHeader();
55      this.productVersionHeader = new System.Windows.Forms.ColumnHeader();
56      this.productImageList = new System.Windows.Forms.ImageList(this.components);
57      this.detailsGroupBox = new System.Windows.Forms.GroupBox();
58      this.pluginsGroupBox = new System.Windows.Forms.GroupBox();
59      this.pluginListView = new HeuristicLab.PluginInfrastructure.Advanced.PluginListView();
60      this.versionTextBox = new System.Windows.Forms.TextBox();
61      this.nameLabel = new System.Windows.Forms.Label();
62      this.nameTextBox = new System.Windows.Forms.TextBox();
63      this.versionLabel = new System.Windows.Forms.Label();
64      this.pluginImageList = new System.Windows.Forms.ImageList(this.components);
65      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
66      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
67      this.splitContainer.Panel1.SuspendLayout();
68      this.splitContainer.Panel2.SuspendLayout();
69      this.splitContainer.SuspendLayout();
70      this.productsGroupBox.SuspendLayout();
71      this.detailsGroupBox.SuspendLayout();
72      this.pluginsGroupBox.SuspendLayout();
73      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
74      this.SuspendLayout();
75      //
76      // refreshButton
77      //
78      this.refreshButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
79      this.refreshButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_Objects_Internet;
80      this.refreshButton.Location = new System.Drawing.Point(6, 394);
81      this.refreshButton.Name = "refreshButton";
82      this.refreshButton.Size = new System.Drawing.Size(73, 26);
83      this.refreshButton.TabIndex = 1;
84      this.refreshButton.Text = "Refresh";
85      this.refreshButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
86      this.toolTip.SetToolTip(this.refreshButton, "Refresh list of plugins and products from server");
87      this.refreshButton.UseVisualStyleBackColor = true;
88      this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
89      //
90      // uploadButton
91      //
92      this.uploadButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
93      this.uploadButton.Enabled = false;
94      this.uploadButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_CommonElements_Objects_Arrow_Up;
95      this.uploadButton.Location = new System.Drawing.Point(85, 394);
96      this.uploadButton.Name = "uploadButton";
97      this.uploadButton.Size = new System.Drawing.Size(120, 26);
98      this.uploadButton.TabIndex = 2;
99      this.uploadButton.Text = "Upload Products";
100      this.uploadButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
101      this.toolTip.SetToolTip(this.uploadButton, "Upload changed products to server");
102      this.uploadButton.UseVisualStyleBackColor = true;
103      this.uploadButton.Click += new System.EventHandler(this.saveButton_Click);
104      //
105      // splitContainer
106      //
107      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
108      this.splitContainer.Location = new System.Drawing.Point(0, 0);
109      this.splitContainer.Name = "splitContainer";
110      //
111      // splitContainer.Panel1
112      //
113      this.splitContainer.Panel1.Controls.Add(this.productsGroupBox);
114      //
115      // splitContainer.Panel2
116      //
117      this.splitContainer.Panel2.Controls.Add(this.detailsGroupBox);
118      this.splitContainer.Size = new System.Drawing.Size(665, 426);
119      this.splitContainer.SplitterDistance = 321;
120      this.splitContainer.TabIndex = 4;
121      //
122      // productsGroupBox
123      //
124      this.productsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
125                  | System.Windows.Forms.AnchorStyles.Left)
126                  | System.Windows.Forms.AnchorStyles.Right)));
127      this.productsGroupBox.Controls.Add(this.uploadButton);
128      this.productsGroupBox.Controls.Add(this.newProductButton);
129      this.productsGroupBox.Controls.Add(this.productsListView);
130      this.productsGroupBox.Controls.Add(this.refreshButton);
131      this.productsGroupBox.Location = new System.Drawing.Point(0, 0);
132      this.productsGroupBox.Name = "productsGroupBox";
133      this.productsGroupBox.Size = new System.Drawing.Size(321, 426);
134      this.productsGroupBox.TabIndex = 5;
135      this.productsGroupBox.TabStop = false;
136      this.productsGroupBox.Text = "Products";
137      //
138      // newProductButton
139      //
140      this.newProductButton.Enabled = false;
141      this.newProductButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_CommonElements_Actions_Add;
142      this.newProductButton.Location = new System.Drawing.Point(6, 19);
143      this.newProductButton.Name = "newProductButton";
144      this.newProductButton.Size = new System.Drawing.Size(104, 26);
145      this.newProductButton.TabIndex = 3;
146      this.newProductButton.Text = "Create Product";
147      this.newProductButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
148      this.toolTip.SetToolTip(this.newProductButton, "Create a new product");
149      this.newProductButton.UseVisualStyleBackColor = true;
150      this.newProductButton.Click += new System.EventHandler(this.newProductButton_Click);
151      //
152      // productsListView
153      //
154      this.productsListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
155                  | System.Windows.Forms.AnchorStyles.Left)
156                  | System.Windows.Forms.AnchorStyles.Right)));
157      this.productsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
158            this.productNameHeader,
159            this.productVersionHeader});
160      this.productsListView.Enabled = false;
161      this.productsListView.FullRowSelect = true;
162      this.productsListView.Location = new System.Drawing.Point(6, 51);
163      this.productsListView.MultiSelect = false;
164      this.productsListView.Name = "productsListView";
165      this.productsListView.Size = new System.Drawing.Size(309, 337);
166      this.productsListView.SmallImageList = this.productImageList;
167      this.productsListView.TabIndex = 4;
168      this.productsListView.UseCompatibleStateImageBehavior = false;
169      this.productsListView.View = System.Windows.Forms.View.Details;
170      this.productsListView.SelectedIndexChanged += new System.EventHandler(this.productsListBox_SelectedIndexChanged);
171      //
172      // productNameHeader
173      //
174      this.productNameHeader.Text = "Name";
175      this.productNameHeader.Width = 40;
176      //
177      // productVersionHeader
178      //
179      this.productVersionHeader.Text = "Version";
180      this.productVersionHeader.Width = 265;
181      //
182      // productImageList
183      //
184      this.productImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
185      this.productImageList.ImageSize = new System.Drawing.Size(16, 16);
186      this.productImageList.TransparentColor = System.Drawing.Color.Transparent;
187      //
188      // detailsGroupBox
189      //
190      this.detailsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
191                  | System.Windows.Forms.AnchorStyles.Left)
192                  | System.Windows.Forms.AnchorStyles.Right)));
193      this.detailsGroupBox.Controls.Add(this.pluginsGroupBox);
194      this.detailsGroupBox.Controls.Add(this.versionTextBox);
195      this.detailsGroupBox.Controls.Add(this.nameLabel);
196      this.detailsGroupBox.Controls.Add(this.nameTextBox);
197      this.detailsGroupBox.Controls.Add(this.versionLabel);
198      this.detailsGroupBox.Location = new System.Drawing.Point(0, 0);
199      this.detailsGroupBox.Name = "detailsGroupBox";
200      this.detailsGroupBox.Size = new System.Drawing.Size(340, 426);
201      this.detailsGroupBox.TabIndex = 8;
202      this.detailsGroupBox.TabStop = false;
203      this.detailsGroupBox.Text = "Details";
204      //
205      // pluginsGroupBox
206      //
207      this.pluginsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
208                  | System.Windows.Forms.AnchorStyles.Left)
209                  | System.Windows.Forms.AnchorStyles.Right)));
210      this.pluginsGroupBox.Controls.Add(this.pluginListView);
211      this.pluginsGroupBox.Location = new System.Drawing.Point(6, 71);
212      this.pluginsGroupBox.Name = "pluginsGroupBox";
213      this.pluginsGroupBox.Size = new System.Drawing.Size(328, 349);
214      this.pluginsGroupBox.TabIndex = 6;
215      this.pluginsGroupBox.TabStop = false;
216      this.pluginsGroupBox.Text = "Plugins";
217      //
218      // pluginListView
219      //
220      this.pluginListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
221                  | System.Windows.Forms.AnchorStyles.Left)
222                  | System.Windows.Forms.AnchorStyles.Right)));
223      this.pluginListView.Enabled = false;
224      this.pluginListView.Location = new System.Drawing.Point(3, 16);
225      this.pluginListView.Name = "pluginListView";
226      this.pluginListView.Plugins = null;
227      this.pluginListView.Size = new System.Drawing.Size(322, 330);
228      this.pluginListView.TabIndex = 7;
229      this.pluginListView.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.pluginListView_ItemChecked);
230      //
231      // versionTextBox
232      //
233      this.versionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
234                  | System.Windows.Forms.AnchorStyles.Right)));
235      this.versionTextBox.Enabled = false;
236      this.versionTextBox.Location = new System.Drawing.Point(57, 45);
237      this.versionTextBox.Name = "versionTextBox";
238      this.versionTextBox.Size = new System.Drawing.Size(277, 20);
239      this.versionTextBox.TabIndex = 5;
240      this.versionTextBox.TextChanged += new System.EventHandler(this.versionTextBox_TextChanged);
241      //
242      // nameLabel
243      //
244      this.nameLabel.AutoSize = true;
245      this.nameLabel.Enabled = false;
246      this.nameLabel.Location = new System.Drawing.Point(13, 22);
247      this.nameLabel.Name = "nameLabel";
248      this.nameLabel.Size = new System.Drawing.Size(38, 13);
249      this.nameLabel.TabIndex = 2;
250      this.nameLabel.Text = "Name:";
251      //
252      // nameTextBox
253      //
254      this.nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
255                  | System.Windows.Forms.AnchorStyles.Right)));
256      this.nameTextBox.Enabled = false;
257      this.nameTextBox.Location = new System.Drawing.Point(57, 19);
258      this.nameTextBox.Name = "nameTextBox";
259      this.nameTextBox.Size = new System.Drawing.Size(277, 20);
260      this.nameTextBox.TabIndex = 3;
261      this.nameTextBox.TextChanged += new System.EventHandler(this.nameTextBox_TextChanged);
262      //
263      // versionLabel
264      //
265      this.versionLabel.AutoSize = true;
266      this.versionLabel.Enabled = false;
267      this.versionLabel.Location = new System.Drawing.Point(6, 48);
268      this.versionLabel.Name = "versionLabel";
269      this.versionLabel.Size = new System.Drawing.Size(45, 13);
270      this.versionLabel.TabIndex = 4;
271      this.versionLabel.Text = "Version:";
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      // errorProvider
280      //
281      this.errorProvider.ContainerControl = this;
282      //
283      // ProductEditor
284      //
285      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
286      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
287      this.Controls.Add(this.splitContainer);
288      this.Name = "ProductEditor";
289      this.Size = new System.Drawing.Size(665, 426);
290      this.splitContainer.Panel1.ResumeLayout(false);
291      this.splitContainer.Panel2.ResumeLayout(false);
292      this.splitContainer.ResumeLayout(false);
293      this.productsGroupBox.ResumeLayout(false);
294      this.detailsGroupBox.ResumeLayout(false);
295      this.detailsGroupBox.PerformLayout();
296      this.pluginsGroupBox.ResumeLayout(false);
297      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
298      this.ResumeLayout(false);
299
300    }
301
302    #endregion
303
304    private System.Windows.Forms.Button refreshButton;
305    private System.Windows.Forms.Button uploadButton;
306    private System.Windows.Forms.Button newProductButton;
307    private System.Windows.Forms.SplitContainer splitContainer;
308    private System.Windows.Forms.TextBox versionTextBox;
309    private System.Windows.Forms.Label versionLabel;
310    private System.Windows.Forms.TextBox nameTextBox;
311    private System.Windows.Forms.Label nameLabel;
312    private System.Windows.Forms.ErrorProvider errorProvider;
313    private System.Windows.Forms.ListView productsListView;
314    private System.Windows.Forms.ColumnHeader productNameHeader;
315    private System.Windows.Forms.ColumnHeader productVersionHeader;
316    private System.Windows.Forms.ImageList productImageList;
317    private System.Windows.Forms.ImageList pluginImageList;
318    private PluginListView pluginListView;
319    private System.Windows.Forms.GroupBox productsGroupBox;
320    private System.Windows.Forms.GroupBox detailsGroupBox;
321    private System.Windows.Forms.GroupBox pluginsGroupBox;
322    private System.Windows.Forms.ToolTip toolTip;
323
324  }
325}
Note: See TracBrowser for help on using the repository browser.