Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.PluginAdministrator/3.3/ProductEditor.Designer.cs @ 3352

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

Implemented changes in plugin administrator UI as requested by swagner. #949 (Overhaul look and feel of plugin administrator)

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