Free cookie consent management tool by TermsFeed Policy Generator

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

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

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