Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/PluginView.Designer.cs @ 3752

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

Cleaned up unnecessary .resx files in plugin infrastructure. #989

File size: 16.7 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 PluginView {
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.nameLabel = new System.Windows.Forms.Label();
48      this.nameTextBox = new System.Windows.Forms.TextBox();
49      this.versionTextBox = new System.Windows.Forms.TextBox();
50      this.versionLabel = new System.Windows.Forms.Label();
51      this.contactTextBox = new System.Windows.Forms.TextBox();
52      this.contactInfoLabel = new System.Windows.Forms.Label();
53      this.dependenciesGroupBox = new System.Windows.Forms.GroupBox();
54      this.dependenciesListView = new System.Windows.Forms.ListView();
55      this.pluginNameHeader = new System.Windows.Forms.ColumnHeader();
56      this.pluginVersionHeader = new System.Windows.Forms.ColumnHeader();
57      this.pluginDescriptionHeader = new System.Windows.Forms.ColumnHeader();
58      this.pluginsImageList = new System.Windows.Forms.ImageList(this.components);
59      this.filesListView = new System.Windows.Forms.ListView();
60      this.fileNameHeader = new System.Windows.Forms.ColumnHeader();
61      this.fileTypeHeader = new System.Windows.Forms.ColumnHeader();
62      this.filesImageList = new System.Windows.Forms.ImageList(this.components);
63      this.filesGroupBox = new System.Windows.Forms.GroupBox();
64      this.stateTextBox = new System.Windows.Forms.TextBox();
65      this.stateLabel = new System.Windows.Forms.Label();
66      this.errorLabel = new System.Windows.Forms.Label();
67      this.descriptionLabel = new System.Windows.Forms.Label();
68      this.descriptionTextBox = new System.Windows.Forms.TextBox();
69      this.errorTextBox = new System.Windows.Forms.TextBox();
70      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
71      this.showLicenseButton = new System.Windows.Forms.Button();
72      this.dependenciesGroupBox.SuspendLayout();
73      this.filesGroupBox.SuspendLayout();
74      this.SuspendLayout();
75      //
76      // nameLabel
77      //
78      this.nameLabel.AutoSize = true;
79      this.nameLabel.Location = new System.Drawing.Point(9, 15);
80      this.nameLabel.Name = "nameLabel";
81      this.nameLabel.Size = new System.Drawing.Size(38, 13);
82      this.nameLabel.TabIndex = 0;
83      this.nameLabel.Text = "Name:";
84      //
85      // nameTextBox
86      //
87      this.nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
88                  | System.Windows.Forms.AnchorStyles.Right)));
89      this.nameTextBox.Location = new System.Drawing.Point(78, 12);
90      this.nameTextBox.Name = "nameTextBox";
91      this.nameTextBox.ReadOnly = true;
92      this.nameTextBox.Size = new System.Drawing.Size(594, 20);
93      this.nameTextBox.TabIndex = 1;
94      //
95      // versionTextBox
96      //
97      this.versionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
98                  | System.Windows.Forms.AnchorStyles.Right)));
99      this.versionTextBox.Location = new System.Drawing.Point(78, 38);
100      this.versionTextBox.Name = "versionTextBox";
101      this.versionTextBox.ReadOnly = true;
102      this.versionTextBox.Size = new System.Drawing.Size(594, 20);
103      this.versionTextBox.TabIndex = 3;
104      //
105      // versionLabel
106      //
107      this.versionLabel.AutoSize = true;
108      this.versionLabel.Location = new System.Drawing.Point(9, 41);
109      this.versionLabel.Name = "versionLabel";
110      this.versionLabel.Size = new System.Drawing.Size(45, 13);
111      this.versionLabel.TabIndex = 2;
112      this.versionLabel.Text = "Version:";
113      //
114      // contactTextBox
115      //
116      this.contactTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
117                  | System.Windows.Forms.AnchorStyles.Right)));
118      this.contactTextBox.Location = new System.Drawing.Point(78, 64);
119      this.contactTextBox.Name = "contactTextBox";
120      this.contactTextBox.ReadOnly = true;
121      this.contactTextBox.Size = new System.Drawing.Size(594, 20);
122      this.contactTextBox.TabIndex = 5;
123      //
124      // contactInfoLabel
125      //
126      this.contactInfoLabel.AutoSize = true;
127      this.contactInfoLabel.Location = new System.Drawing.Point(9, 67);
128      this.contactInfoLabel.Name = "contactInfoLabel";
129      this.contactInfoLabel.Size = new System.Drawing.Size(47, 13);
130      this.contactInfoLabel.TabIndex = 4;
131      this.contactInfoLabel.Text = "Contact:";
132      //
133      // dependenciesGroupBox
134      //
135      this.dependenciesGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
136                  | System.Windows.Forms.AnchorStyles.Left)
137                  | System.Windows.Forms.AnchorStyles.Right)));
138      this.dependenciesGroupBox.Controls.Add(this.dependenciesListView);
139      this.dependenciesGroupBox.Location = new System.Drawing.Point(12, 324);
140      this.dependenciesGroupBox.Name = "dependenciesGroupBox";
141      this.dependenciesGroupBox.Size = new System.Drawing.Size(663, 198);
142      this.dependenciesGroupBox.TabIndex = 1;
143      this.dependenciesGroupBox.TabStop = false;
144      this.dependenciesGroupBox.Text = "Dependencies";
145      //
146      // dependenciesListView
147      //
148      this.dependenciesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
149            this.pluginNameHeader,
150            this.pluginVersionHeader,
151            this.pluginDescriptionHeader});
152      this.dependenciesListView.Dock = System.Windows.Forms.DockStyle.Fill;
153      this.dependenciesListView.Location = new System.Drawing.Point(3, 16);
154      this.dependenciesListView.Name = "dependenciesListView";
155      this.dependenciesListView.Size = new System.Drawing.Size(657, 179);
156      this.dependenciesListView.SmallImageList = this.pluginsImageList;
157      this.dependenciesListView.Sorting = System.Windows.Forms.SortOrder.Ascending;
158      this.dependenciesListView.TabIndex = 0;
159      this.dependenciesListView.UseCompatibleStateImageBehavior = false;
160      this.dependenciesListView.View = System.Windows.Forms.View.Details;
161      this.dependenciesListView.ItemActivate += new System.EventHandler(this.dependenciesListView_ItemActivate);
162      //
163      // pluginNameHeader
164      //
165      this.pluginNameHeader.Text = "Name";
166      this.pluginNameHeader.Width = 200;
167      //
168      // pluginVersionHeader
169      //
170      this.pluginVersionHeader.Text = "Version";
171      this.pluginVersionHeader.Width = 120;
172      //
173      // pluginDescriptionHeader
174      //
175      this.pluginDescriptionHeader.Text = "Description";
176      this.pluginDescriptionHeader.Width = 325;
177      //
178      // pluginsImageList
179      //
180      this.pluginsImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
181      this.pluginsImageList.ImageSize = new System.Drawing.Size(16, 16);
182      this.pluginsImageList.TransparentColor = System.Drawing.Color.Transparent;
183      //
184      // filesListView
185      //
186      this.filesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
187            this.fileNameHeader,
188            this.fileTypeHeader});
189      this.filesListView.Dock = System.Windows.Forms.DockStyle.Fill;
190      this.filesListView.Location = new System.Drawing.Point(3, 16);
191      this.filesListView.Name = "filesListView";
192      this.filesListView.Size = new System.Drawing.Size(657, 131);
193      this.filesListView.SmallImageList = this.filesImageList;
194      this.filesListView.TabIndex = 0;
195      this.filesListView.UseCompatibleStateImageBehavior = false;
196      this.filesListView.View = System.Windows.Forms.View.Details;
197      //
198      // fileNameHeader
199      //
200      this.fileNameHeader.Text = "Name";
201      this.fileNameHeader.Width = 200;
202      //
203      // fileTypeHeader
204      //
205      this.fileTypeHeader.Text = "Type";
206      this.fileTypeHeader.Width = 120;
207      //
208      // filesImageList
209      //
210      this.filesImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
211      this.filesImageList.ImageSize = new System.Drawing.Size(16, 16);
212      this.filesImageList.TransparentColor = System.Drawing.Color.Transparent;
213      //
214      // filesGroupBox
215      //
216      this.filesGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
217                  | System.Windows.Forms.AnchorStyles.Right)));
218      this.filesGroupBox.Controls.Add(this.filesListView);
219      this.filesGroupBox.Location = new System.Drawing.Point(12, 168);
220      this.filesGroupBox.Name = "filesGroupBox";
221      this.filesGroupBox.Size = new System.Drawing.Size(663, 150);
222      this.filesGroupBox.TabIndex = 11;
223      this.filesGroupBox.TabStop = false;
224      this.filesGroupBox.Text = "Files";
225      //
226      // stateTextBox
227      //
228      this.stateTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
229                  | System.Windows.Forms.AnchorStyles.Right)));
230      this.stateTextBox.Location = new System.Drawing.Point(78, 116);
231      this.stateTextBox.Name = "stateTextBox";
232      this.stateTextBox.ReadOnly = true;
233      this.stateTextBox.Size = new System.Drawing.Size(594, 20);
234      this.stateTextBox.TabIndex = 13;
235      //
236      // stateLabel
237      //
238      this.stateLabel.AutoSize = true;
239      this.stateLabel.Location = new System.Drawing.Point(9, 119);
240      this.stateLabel.Name = "stateLabel";
241      this.stateLabel.Size = new System.Drawing.Size(35, 13);
242      this.stateLabel.TabIndex = 12;
243      this.stateLabel.Text = "State:";
244      //
245      // errorLabel
246      //
247      this.errorLabel.AutoSize = true;
248      this.errorLabel.Location = new System.Drawing.Point(9, 145);
249      this.errorLabel.Name = "errorLabel";
250      this.errorLabel.Size = new System.Drawing.Size(32, 13);
251      this.errorLabel.TabIndex = 15;
252      this.errorLabel.Text = "Error:";
253      //
254      // descriptionLabel
255      //
256      this.descriptionLabel.AutoSize = true;
257      this.descriptionLabel.Location = new System.Drawing.Point(9, 93);
258      this.descriptionLabel.Name = "descriptionLabel";
259      this.descriptionLabel.Size = new System.Drawing.Size(63, 13);
260      this.descriptionLabel.TabIndex = 17;
261      this.descriptionLabel.Text = "Description:";
262      //
263      // descriptionTextBox
264      //
265      this.descriptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
266                  | System.Windows.Forms.AnchorStyles.Right)));
267      this.descriptionTextBox.Location = new System.Drawing.Point(78, 90);
268      this.descriptionTextBox.Multiline = true;
269      this.descriptionTextBox.Name = "descriptionTextBox";
270      this.descriptionTextBox.ReadOnly = true;
271      this.descriptionTextBox.Size = new System.Drawing.Size(594, 20);
272      this.descriptionTextBox.TabIndex = 20;
273      //
274      // errorTextBox
275      //
276      this.errorTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
277                  | System.Windows.Forms.AnchorStyles.Right)));
278      this.errorTextBox.Location = new System.Drawing.Point(78, 142);
279      this.errorTextBox.Multiline = true;
280      this.errorTextBox.Name = "errorTextBox";
281      this.errorTextBox.ReadOnly = true;
282      this.errorTextBox.Size = new System.Drawing.Size(594, 20);
283      this.errorTextBox.TabIndex = 21;
284      //
285      // showLicenseButton
286      //
287      this.showLicenseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
288      this.showLicenseButton.Location = new System.Drawing.Point(12, 528);
289      this.showLicenseButton.Name = "showLicenseButton";
290      this.showLicenseButton.Size = new System.Drawing.Size(87, 23);
291      this.showLicenseButton.TabIndex = 22;
292      this.showLicenseButton.Text = "Show License";
293      this.toolTip.SetToolTip(this.showLicenseButton, "Show Plugin License");
294      this.showLicenseButton.UseVisualStyleBackColor = true;
295      this.showLicenseButton.Click += new System.EventHandler(this.showLicenseButton_Click);
296      //
297      // PluginView
298      //
299      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
300      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
301      this.ClientSize = new System.Drawing.Size(687, 565);
302      this.Controls.Add(this.showLicenseButton);
303      this.Controls.Add(this.errorTextBox);
304      this.Controls.Add(this.descriptionTextBox);
305      this.Controls.Add(this.errorLabel);
306      this.Controls.Add(this.descriptionLabel);
307      this.Controls.Add(this.stateTextBox);
308      this.Controls.Add(this.stateLabel);
309      this.Controls.Add(this.dependenciesGroupBox);
310      this.Controls.Add(this.filesGroupBox);
311      this.Controls.Add(this.contactTextBox);
312      this.Controls.Add(this.contactInfoLabel);
313      this.Controls.Add(this.versionTextBox);
314      this.Controls.Add(this.versionLabel);
315      this.Controls.Add(this.nameTextBox);
316      this.Controls.Add(this.nameLabel);
317      this.Icon = global::HeuristicLab.PluginInfrastructure.Resources.HeuristicLab;
318      this.Name = "PluginView";
319      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
320      this.dependenciesGroupBox.ResumeLayout(false);
321      this.filesGroupBox.ResumeLayout(false);
322      this.ResumeLayout(false);
323      this.PerformLayout();
324
325    }
326
327    #endregion
328
329    protected System.Windows.Forms.Label nameLabel;
330    protected System.Windows.Forms.TextBox nameTextBox;
331    protected System.Windows.Forms.TextBox versionTextBox;
332    protected System.Windows.Forms.Label versionLabel;
333    protected System.Windows.Forms.TextBox contactTextBox;
334    protected System.Windows.Forms.Label contactInfoLabel;
335    protected System.Windows.Forms.GroupBox dependenciesGroupBox;
336    private System.Windows.Forms.ColumnHeader pluginNameHeader;
337    private System.Windows.Forms.ColumnHeader pluginVersionHeader;
338    protected System.Windows.Forms.ListView dependenciesListView;
339    private System.Windows.Forms.ListView filesListView;
340    private System.Windows.Forms.GroupBox filesGroupBox;
341    private System.Windows.Forms.ImageList pluginsImageList;
342    private System.Windows.Forms.ColumnHeader fileNameHeader;
343    private System.Windows.Forms.ColumnHeader fileTypeHeader;
344    protected System.Windows.Forms.TextBox stateTextBox;
345    protected System.Windows.Forms.Label stateLabel;
346    protected System.Windows.Forms.Label errorLabel;
347    protected System.Windows.Forms.Label descriptionLabel;
348    protected System.Windows.Forms.TextBox descriptionTextBox;
349    protected System.Windows.Forms.TextBox errorTextBox;
350    private System.Windows.Forms.ImageList filesImageList;
351    private System.Windows.Forms.ColumnHeader pluginDescriptionHeader;
352    private System.Windows.Forms.ToolTip toolTip;
353    private System.Windows.Forms.Button showLicenseButton;
354
355  }
356}
Note: See TracBrowser for help on using the repository browser.