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 |
|
---|
22 | namespace HeuristicLab.PluginAdministrator {
|
---|
23 | partial class PluginView {
|
---|
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.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.licenseButton = new System.Windows.Forms.Button();
|
---|
55 | this.dependenciesGroupBox = new System.Windows.Forms.GroupBox();
|
---|
56 | this.dependenciesListView = new System.Windows.Forms.ListView();
|
---|
57 | this.pluginNameHeader = new System.Windows.Forms.ColumnHeader();
|
---|
58 | this.pluginVersionHeader = new System.Windows.Forms.ColumnHeader();
|
---|
59 | this.imageList = 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.filesGroupBox = new System.Windows.Forms.GroupBox();
|
---|
64 | this.dependenciesGroupBox.SuspendLayout();
|
---|
65 | this.filesGroupBox.SuspendLayout();
|
---|
66 | this.SuspendLayout();
|
---|
67 | //
|
---|
68 | // nameLabel
|
---|
69 | //
|
---|
70 | this.nameLabel.AutoSize = true;
|
---|
71 | this.nameLabel.Location = new System.Drawing.Point(3, 6);
|
---|
72 | this.nameLabel.Name = "nameLabel";
|
---|
73 | this.nameLabel.Size = new System.Drawing.Size(38, 13);
|
---|
74 | this.nameLabel.TabIndex = 0;
|
---|
75 | this.nameLabel.Text = "Name:";
|
---|
76 | //
|
---|
77 | // nameTextBox
|
---|
78 | //
|
---|
79 | this.nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
80 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
81 | this.nameTextBox.Location = new System.Drawing.Point(74, 3);
|
---|
82 | this.nameTextBox.Name = "nameTextBox";
|
---|
83 | this.nameTextBox.ReadOnly = true;
|
---|
84 | this.nameTextBox.Size = new System.Drawing.Size(267, 20);
|
---|
85 | this.nameTextBox.TabIndex = 1;
|
---|
86 | //
|
---|
87 | // versionTextBox
|
---|
88 | //
|
---|
89 | this.versionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
90 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
91 | this.versionTextBox.Location = new System.Drawing.Point(74, 29);
|
---|
92 | this.versionTextBox.Name = "versionTextBox";
|
---|
93 | this.versionTextBox.ReadOnly = true;
|
---|
94 | this.versionTextBox.Size = new System.Drawing.Size(267, 20);
|
---|
95 | this.versionTextBox.TabIndex = 3;
|
---|
96 | //
|
---|
97 | // versionLabel
|
---|
98 | //
|
---|
99 | this.versionLabel.AutoSize = true;
|
---|
100 | this.versionLabel.Location = new System.Drawing.Point(3, 32);
|
---|
101 | this.versionLabel.Name = "versionLabel";
|
---|
102 | this.versionLabel.Size = new System.Drawing.Size(45, 13);
|
---|
103 | this.versionLabel.TabIndex = 2;
|
---|
104 | this.versionLabel.Text = "Version:";
|
---|
105 | //
|
---|
106 | // contactTextBox
|
---|
107 | //
|
---|
108 | this.contactTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
109 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
110 | this.contactTextBox.Location = new System.Drawing.Point(74, 55);
|
---|
111 | this.contactTextBox.Name = "contactTextBox";
|
---|
112 | this.contactTextBox.ReadOnly = true;
|
---|
113 | this.contactTextBox.Size = new System.Drawing.Size(267, 20);
|
---|
114 | this.contactTextBox.TabIndex = 5;
|
---|
115 | //
|
---|
116 | // contactInfoLabel
|
---|
117 | //
|
---|
118 | this.contactInfoLabel.AutoSize = true;
|
---|
119 | this.contactInfoLabel.Location = new System.Drawing.Point(3, 58);
|
---|
120 | this.contactInfoLabel.Name = "contactInfoLabel";
|
---|
121 | this.contactInfoLabel.Size = new System.Drawing.Size(47, 13);
|
---|
122 | this.contactInfoLabel.TabIndex = 4;
|
---|
123 | this.contactInfoLabel.Text = "Contact:";
|
---|
124 | //
|
---|
125 | // licenseButton
|
---|
126 | //
|
---|
127 | this.licenseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
128 | this.licenseButton.Location = new System.Drawing.Point(3, 486);
|
---|
129 | this.licenseButton.Name = "licenseButton";
|
---|
130 | this.licenseButton.Size = new System.Drawing.Size(103, 23);
|
---|
131 | this.licenseButton.TabIndex = 10;
|
---|
132 | this.licenseButton.Text = "Show license";
|
---|
133 | this.licenseButton.UseVisualStyleBackColor = true;
|
---|
134 | this.licenseButton.Click += new System.EventHandler(this.licenseButton_Click);
|
---|
135 | //
|
---|
136 | // dependenciesGroupBox
|
---|
137 | //
|
---|
138 | this.dependenciesGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
139 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
140 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
141 | this.dependenciesGroupBox.Controls.Add(this.dependenciesListView);
|
---|
142 | this.dependenciesGroupBox.Location = new System.Drawing.Point(3, 255);
|
---|
143 | this.dependenciesGroupBox.Name = "dependenciesGroupBox";
|
---|
144 | this.dependenciesGroupBox.Size = new System.Drawing.Size(338, 225);
|
---|
145 | this.dependenciesGroupBox.TabIndex = 1;
|
---|
146 | this.dependenciesGroupBox.TabStop = false;
|
---|
147 | this.dependenciesGroupBox.Text = "Dependencies";
|
---|
148 | //
|
---|
149 | // dependenciesListView
|
---|
150 | //
|
---|
151 | this.dependenciesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
---|
152 | this.pluginNameHeader,
|
---|
153 | this.pluginVersionHeader});
|
---|
154 | this.dependenciesListView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
155 | this.dependenciesListView.Location = new System.Drawing.Point(3, 16);
|
---|
156 | this.dependenciesListView.Name = "dependenciesListView";
|
---|
157 | this.dependenciesListView.Size = new System.Drawing.Size(332, 206);
|
---|
158 | this.dependenciesListView.SmallImageList = this.imageList;
|
---|
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 | // imageList
|
---|
175 | //
|
---|
176 | this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
|
---|
177 | this.imageList.ImageSize = new System.Drawing.Size(16, 16);
|
---|
178 | this.imageList.TransparentColor = System.Drawing.Color.Transparent;
|
---|
179 | //
|
---|
180 | // filesListView
|
---|
181 | //
|
---|
182 | this.filesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
---|
183 | this.fileNameHeader,
|
---|
184 | this.fileTypeHeader});
|
---|
185 | this.filesListView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
186 | this.filesListView.Location = new System.Drawing.Point(3, 16);
|
---|
187 | this.filesListView.Name = "filesListView";
|
---|
188 | this.filesListView.Size = new System.Drawing.Size(329, 149);
|
---|
189 | this.filesListView.SmallImageList = this.imageList;
|
---|
190 | this.filesListView.TabIndex = 0;
|
---|
191 | this.filesListView.UseCompatibleStateImageBehavior = false;
|
---|
192 | this.filesListView.View = System.Windows.Forms.View.Details;
|
---|
193 | //
|
---|
194 | // fileNameHeader
|
---|
195 | //
|
---|
196 | this.fileNameHeader.Text = "Name";
|
---|
197 | this.fileNameHeader.Width = 200;
|
---|
198 | //
|
---|
199 | // fileTypeHeader
|
---|
200 | //
|
---|
201 | this.fileTypeHeader.Text = "Type";
|
---|
202 | this.fileTypeHeader.Width = 120;
|
---|
203 | //
|
---|
204 | // filesGroupBox
|
---|
205 | //
|
---|
206 | this.filesGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
207 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
208 | this.filesGroupBox.Controls.Add(this.filesListView);
|
---|
209 | this.filesGroupBox.Location = new System.Drawing.Point(3, 81);
|
---|
210 | this.filesGroupBox.Name = "filesGroupBox";
|
---|
211 | this.filesGroupBox.Size = new System.Drawing.Size(335, 168);
|
---|
212 | this.filesGroupBox.TabIndex = 11;
|
---|
213 | this.filesGroupBox.TabStop = false;
|
---|
214 | this.filesGroupBox.Text = "Files";
|
---|
215 | //
|
---|
216 | // PluginView
|
---|
217 | //
|
---|
218 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
219 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
220 | this.Controls.Add(this.dependenciesGroupBox);
|
---|
221 | this.Controls.Add(this.filesGroupBox);
|
---|
222 | this.Controls.Add(this.licenseButton);
|
---|
223 | this.Controls.Add(this.contactTextBox);
|
---|
224 | this.Controls.Add(this.contactInfoLabel);
|
---|
225 | this.Controls.Add(this.versionTextBox);
|
---|
226 | this.Controls.Add(this.versionLabel);
|
---|
227 | this.Controls.Add(this.nameTextBox);
|
---|
228 | this.Controls.Add(this.nameLabel);
|
---|
229 | this.Name = "PluginView";
|
---|
230 | this.Size = new System.Drawing.Size(344, 512);
|
---|
231 | this.dependenciesGroupBox.ResumeLayout(false);
|
---|
232 | this.filesGroupBox.ResumeLayout(false);
|
---|
233 | this.ResumeLayout(false);
|
---|
234 | this.PerformLayout();
|
---|
235 |
|
---|
236 | }
|
---|
237 |
|
---|
238 | #endregion
|
---|
239 |
|
---|
240 | protected System.Windows.Forms.Label nameLabel;
|
---|
241 | protected System.Windows.Forms.TextBox nameTextBox;
|
---|
242 | protected System.Windows.Forms.TextBox versionTextBox;
|
---|
243 | protected System.Windows.Forms.Label versionLabel;
|
---|
244 | protected System.Windows.Forms.TextBox contactTextBox;
|
---|
245 | protected System.Windows.Forms.Label contactInfoLabel;
|
---|
246 | protected System.Windows.Forms.Button licenseButton;
|
---|
247 | protected System.Windows.Forms.GroupBox dependenciesGroupBox;
|
---|
248 | private System.Windows.Forms.ColumnHeader pluginNameHeader;
|
---|
249 | private System.Windows.Forms.ColumnHeader pluginVersionHeader;
|
---|
250 | protected System.Windows.Forms.ListView dependenciesListView;
|
---|
251 | private System.Windows.Forms.ListView filesListView;
|
---|
252 | private System.Windows.Forms.GroupBox filesGroupBox;
|
---|
253 | private System.Windows.Forms.ImageList imageList;
|
---|
254 | private System.Windows.Forms.ColumnHeader fileNameHeader;
|
---|
255 | private System.Windows.Forms.ColumnHeader fileTypeHeader;
|
---|
256 |
|
---|
257 | }
|
---|
258 | }
|
---|