Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/Administration/Views/AlgorithmView.Designer.cs @ 5902

Last change on this file since 5902 was 5902, checked in by swagner, 13 years ago

Worked on OKB (#1174)

File size: 20.8 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2011 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.Clients.OKB.Administration {
23  partial class AlgorithmView {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    #region Component Designer generated code
30
31    /// <summary>
32    /// Required method for Designer support - do not modify
33    /// the contents of this method with the code editor.
34    /// </summary>
35    private void InitializeComponent() {
36      this.platformLabel = new System.Windows.Forms.Label();
37      this.platformComboBox = new System.Windows.Forms.ComboBox();
38      this.algorithmClassLabel = new System.Windows.Forms.Label();
39      this.algorithmClassComboBox = new System.Windows.Forms.ComboBox();
40      this.tabControl = new System.Windows.Forms.TabControl();
41      this.usersTabPage = new System.Windows.Forms.TabPage();
42      this.usersListBox = new System.Windows.Forms.CheckedListBox();
43      this.storeUsersButton = new System.Windows.Forms.Button();
44      this.refreshUsersButton = new System.Windows.Forms.Button();
45      this.dataTabPage = new System.Windows.Forms.TabPage();
46      this.noViewAvailableLabel = new System.Windows.Forms.Label();
47      this.dataViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
48      this.saveFileButton = new System.Windows.Forms.Button();
49      this.openFileButton = new System.Windows.Forms.Button();
50      this.newDataButton = new System.Windows.Forms.Button();
51      this.storeDataButton = new System.Windows.Forms.Button();
52      this.refreshDataButton = new System.Windows.Forms.Button();
53      this.dataTypeNameLabel = new System.Windows.Forms.Label();
54      this.dataTypeGroupBox = new System.Windows.Forms.GroupBox();
55      this.dataTypeTypeNameTextBox = new System.Windows.Forms.TextBox();
56      this.dataTypeNameTextBox = new System.Windows.Forms.TextBox();
57      this.dataTypeTypeNameLabel = new System.Windows.Forms.Label();
58      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
59      this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
60      this.tabControl.SuspendLayout();
61      this.usersTabPage.SuspendLayout();
62      this.dataTabPage.SuspendLayout();
63      this.dataTypeGroupBox.SuspendLayout();
64      this.SuspendLayout();
65      //
66      // nameTextBox
67      //
68      this.nameTextBox.Location = new System.Drawing.Point(90, 29);
69      this.nameTextBox.Size = new System.Drawing.Size(543, 20);
70      //
71      // descriptionTextBox
72      //
73      this.descriptionTextBox.Location = new System.Drawing.Point(90, 55);
74      this.descriptionTextBox.Size = new System.Drawing.Size(543, 20);
75      //
76      // storeButton
77      //
78      this.toolTip.SetToolTip(this.storeButton, "Store Data");
79      //
80      // platformLabel
81      //
82      this.platformLabel.AutoSize = true;
83      this.platformLabel.Location = new System.Drawing.Point(3, 84);
84      this.platformLabel.Name = "platformLabel";
85      this.platformLabel.Size = new System.Drawing.Size(48, 13);
86      this.platformLabel.TabIndex = 5;
87      this.platformLabel.Text = "&Platform:";
88      //
89      // platformComboBox
90      //
91      this.platformComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
92                  | System.Windows.Forms.AnchorStyles.Right)));
93      this.platformComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
94      this.platformComboBox.FormattingEnabled = true;
95      this.platformComboBox.Location = new System.Drawing.Point(90, 81);
96      this.platformComboBox.Name = "platformComboBox";
97      this.platformComboBox.Size = new System.Drawing.Size(543, 21);
98      this.platformComboBox.TabIndex = 6;
99      this.platformComboBox.SelectedValueChanged += new System.EventHandler(this.platformComboBox_SelectedValueChanged);
100      //
101      // algorithmClassLabel
102      //
103      this.algorithmClassLabel.AutoSize = true;
104      this.algorithmClassLabel.Location = new System.Drawing.Point(3, 111);
105      this.algorithmClassLabel.Name = "algorithmClassLabel";
106      this.algorithmClassLabel.Size = new System.Drawing.Size(81, 13);
107      this.algorithmClassLabel.TabIndex = 7;
108      this.algorithmClassLabel.Text = "&Algorithm Class:";
109      //
110      // algorithmClassComboBox
111      //
112      this.algorithmClassComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
113                  | System.Windows.Forms.AnchorStyles.Right)));
114      this.algorithmClassComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
115      this.algorithmClassComboBox.FormattingEnabled = true;
116      this.algorithmClassComboBox.Location = new System.Drawing.Point(90, 108);
117      this.algorithmClassComboBox.Name = "algorithmClassComboBox";
118      this.algorithmClassComboBox.Size = new System.Drawing.Size(543, 21);
119      this.algorithmClassComboBox.TabIndex = 8;
120      this.algorithmClassComboBox.SelectedValueChanged += new System.EventHandler(this.algorithmClassComboBox_SelectedValueChanged);
121      //
122      // tabControl
123      //
124      this.tabControl.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.tabControl.Controls.Add(this.usersTabPage);
128      this.tabControl.Controls.Add(this.dataTabPage);
129      this.tabControl.Location = new System.Drawing.Point(0, 239);
130      this.tabControl.Name = "tabControl";
131      this.tabControl.SelectedIndex = 0;
132      this.tabControl.Size = new System.Drawing.Size(633, 206);
133      this.tabControl.TabIndex = 10;
134      //
135      // usersTabPage
136      //
137      this.usersTabPage.Controls.Add(this.usersListBox);
138      this.usersTabPage.Controls.Add(this.storeUsersButton);
139      this.usersTabPage.Controls.Add(this.refreshUsersButton);
140      this.usersTabPage.Location = new System.Drawing.Point(4, 22);
141      this.usersTabPage.Name = "usersTabPage";
142      this.usersTabPage.Padding = new System.Windows.Forms.Padding(3);
143      this.usersTabPage.Size = new System.Drawing.Size(625, 180);
144      this.usersTabPage.TabIndex = 0;
145      this.usersTabPage.Text = "Authorized Users and Groups";
146      this.usersTabPage.UseVisualStyleBackColor = true;
147      //
148      // usersListBox
149      //
150      this.usersListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
151                  | System.Windows.Forms.AnchorStyles.Left)
152                  | System.Windows.Forms.AnchorStyles.Right)));
153      this.usersListBox.CheckOnClick = true;
154      this.usersListBox.FormattingEnabled = true;
155      this.usersListBox.Location = new System.Drawing.Point(6, 35);
156      this.usersListBox.Name = "usersListBox";
157      this.usersListBox.Size = new System.Drawing.Size(613, 139);
158      this.usersListBox.TabIndex = 2;
159      this.usersListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.usersListBox_ItemCheck);
160      //
161      // storeUsersButton
162      //
163      this.storeUsersButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb;
164      this.storeUsersButton.Location = new System.Drawing.Point(36, 6);
165      this.storeUsersButton.Name = "storeUsersButton";
166      this.storeUsersButton.Size = new System.Drawing.Size(24, 24);
167      this.storeUsersButton.TabIndex = 1;
168      this.toolTip.SetToolTip(this.storeUsersButton, "Store Authorized Users");
169      this.storeUsersButton.UseVisualStyleBackColor = true;
170      this.storeUsersButton.Click += new System.EventHandler(this.storeUsersButton_Click);
171      //
172      // refreshUsersButton
173      //
174      this.refreshUsersButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
175      this.refreshUsersButton.Location = new System.Drawing.Point(6, 6);
176      this.refreshUsersButton.Name = "refreshUsersButton";
177      this.refreshUsersButton.Size = new System.Drawing.Size(24, 24);
178      this.refreshUsersButton.TabIndex = 0;
179      this.toolTip.SetToolTip(this.refreshUsersButton, "Refresh Authorized Users");
180      this.refreshUsersButton.UseVisualStyleBackColor = true;
181      this.refreshUsersButton.Click += new System.EventHandler(this.refreshUsersButton_Click);
182      //
183      // dataTabPage
184      //
185      this.dataTabPage.Controls.Add(this.noViewAvailableLabel);
186      this.dataTabPage.Controls.Add(this.dataViewHost);
187      this.dataTabPage.Controls.Add(this.saveFileButton);
188      this.dataTabPage.Controls.Add(this.openFileButton);
189      this.dataTabPage.Controls.Add(this.newDataButton);
190      this.dataTabPage.Controls.Add(this.storeDataButton);
191      this.dataTabPage.Controls.Add(this.refreshDataButton);
192      this.dataTabPage.Location = new System.Drawing.Point(4, 22);
193      this.dataTabPage.Name = "dataTabPage";
194      this.dataTabPage.Padding = new System.Windows.Forms.Padding(3);
195      this.dataTabPage.Size = new System.Drawing.Size(625, 180);
196      this.dataTabPage.TabIndex = 1;
197      this.dataTabPage.Text = "Platform-Specific Algorithm Data";
198      this.dataTabPage.UseVisualStyleBackColor = true;
199      //
200      // noViewAvailableLabel
201      //
202      this.noViewAvailableLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
203      this.noViewAvailableLabel.AutoSize = true;
204      this.noViewAvailableLabel.Location = new System.Drawing.Point(265, 84);
205      this.noViewAvailableLabel.Name = "noViewAvailableLabel";
206      this.noViewAvailableLabel.Size = new System.Drawing.Size(94, 13);
207      this.noViewAvailableLabel.TabIndex = 6;
208      this.noViewAvailableLabel.Text = "No view available.";
209      //
210      // dataViewHost
211      //
212      this.dataViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
213                  | System.Windows.Forms.AnchorStyles.Left)
214                  | System.Windows.Forms.AnchorStyles.Right)));
215      this.dataViewHost.Caption = "View";
216      this.dataViewHost.Content = null;
217      this.dataViewHost.Enabled = false;
218      this.dataViewHost.Location = new System.Drawing.Point(6, 36);
219      this.dataViewHost.Name = "dataViewHost";
220      this.dataViewHost.ReadOnly = false;
221      this.dataViewHost.Size = new System.Drawing.Size(613, 138);
222      this.dataViewHost.TabIndex = 5;
223      this.dataViewHost.ViewsLabelVisible = true;
224      this.dataViewHost.ViewType = null;
225      //
226      // saveFileButton
227      //
228      this.saveFileButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Save;
229      this.saveFileButton.Location = new System.Drawing.Point(126, 6);
230      this.saveFileButton.Name = "saveFileButton";
231      this.saveFileButton.Size = new System.Drawing.Size(24, 24);
232      this.saveFileButton.TabIndex = 4;
233      this.toolTip.SetToolTip(this.saveFileButton, "Save Algorithm Data into File");
234      this.saveFileButton.UseVisualStyleBackColor = true;
235      this.saveFileButton.Click += new System.EventHandler(this.saveFileButton_Click);
236      //
237      // openFileButton
238      //
239      this.openFileButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
240      this.openFileButton.Location = new System.Drawing.Point(96, 6);
241      this.openFileButton.Name = "openFileButton";
242      this.openFileButton.Size = new System.Drawing.Size(24, 24);
243      this.openFileButton.TabIndex = 3;
244      this.toolTip.SetToolTip(this.openFileButton, "Load Algorithm Data from File");
245      this.openFileButton.UseVisualStyleBackColor = true;
246      this.openFileButton.Click += new System.EventHandler(this.openFileButton_Click);
247      //
248      // newDataButton
249      //
250      this.newDataButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument;
251      this.newDataButton.Location = new System.Drawing.Point(66, 6);
252      this.newDataButton.Name = "newDataButton";
253      this.newDataButton.Size = new System.Drawing.Size(24, 24);
254      this.newDataButton.TabIndex = 2;
255      this.toolTip.SetToolTip(this.newDataButton, "Create New Algorithm Data");
256      this.newDataButton.UseVisualStyleBackColor = true;
257      this.newDataButton.Click += new System.EventHandler(this.newDataButton_Click);
258      //
259      // storeDataButton
260      //
261      this.storeDataButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb;
262      this.storeDataButton.Location = new System.Drawing.Point(36, 6);
263      this.storeDataButton.Name = "storeDataButton";
264      this.storeDataButton.Size = new System.Drawing.Size(24, 24);
265      this.storeDataButton.TabIndex = 1;
266      this.toolTip.SetToolTip(this.storeDataButton, "Store Algorithm Data");
267      this.storeDataButton.UseVisualStyleBackColor = true;
268      this.storeDataButton.Click += new System.EventHandler(this.storeDataButton_Click);
269      //
270      // refreshDataButton
271      //
272      this.refreshDataButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
273      this.refreshDataButton.Location = new System.Drawing.Point(6, 6);
274      this.refreshDataButton.Name = "refreshDataButton";
275      this.refreshDataButton.Size = new System.Drawing.Size(24, 24);
276      this.refreshDataButton.TabIndex = 0;
277      this.toolTip.SetToolTip(this.refreshDataButton, "Refresh Algorithm Data");
278      this.refreshDataButton.UseVisualStyleBackColor = true;
279      this.refreshDataButton.Click += new System.EventHandler(this.refreshDataButton_Click);
280      //
281      // dataTypeNameLabel
282      //
283      this.dataTypeNameLabel.AutoSize = true;
284      this.dataTypeNameLabel.Location = new System.Drawing.Point(6, 22);
285      this.dataTypeNameLabel.Name = "dataTypeNameLabel";
286      this.dataTypeNameLabel.Size = new System.Drawing.Size(38, 13);
287      this.dataTypeNameLabel.TabIndex = 0;
288      this.dataTypeNameLabel.Text = "&Name:";
289      //
290      // dataTypeGroupBox
291      //
292      this.dataTypeGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
293                  | System.Windows.Forms.AnchorStyles.Right)));
294      this.dataTypeGroupBox.Controls.Add(this.dataTypeTypeNameTextBox);
295      this.dataTypeGroupBox.Controls.Add(this.dataTypeNameTextBox);
296      this.dataTypeGroupBox.Controls.Add(this.dataTypeTypeNameLabel);
297      this.dataTypeGroupBox.Controls.Add(this.dataTypeNameLabel);
298      this.dataTypeGroupBox.Location = new System.Drawing.Point(0, 146);
299      this.dataTypeGroupBox.Name = "dataTypeGroupBox";
300      this.dataTypeGroupBox.Size = new System.Drawing.Size(633, 77);
301      this.dataTypeGroupBox.TabIndex = 9;
302      this.dataTypeGroupBox.TabStop = false;
303      this.dataTypeGroupBox.Text = "Data Type";
304      //
305      // dataTypeTypeNameTextBox
306      //
307      this.dataTypeTypeNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
308                  | System.Windows.Forms.AnchorStyles.Right)));
309      this.dataTypeTypeNameTextBox.Location = new System.Drawing.Point(90, 45);
310      this.dataTypeTypeNameTextBox.Name = "dataTypeTypeNameTextBox";
311      this.dataTypeTypeNameTextBox.Size = new System.Drawing.Size(537, 20);
312      this.dataTypeTypeNameTextBox.TabIndex = 3;
313      this.toolTip.SetToolTip(this.dataTypeTypeNameTextBox, "Machine Readable Data Type Name (e.g. Assembly Qualified Name)");
314      this.dataTypeTypeNameTextBox.TextChanged += new System.EventHandler(this.dataTypeTypeNameTextBox_TextChanged);
315      //
316      // dataTypeNameTextBox
317      //
318      this.dataTypeNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
319                  | System.Windows.Forms.AnchorStyles.Right)));
320      this.dataTypeNameTextBox.Location = new System.Drawing.Point(90, 19);
321      this.dataTypeNameTextBox.Name = "dataTypeNameTextBox";
322      this.dataTypeNameTextBox.Size = new System.Drawing.Size(537, 20);
323      this.dataTypeNameTextBox.TabIndex = 1;
324      this.toolTip.SetToolTip(this.dataTypeNameTextBox, "Human Readable Data Type Name");
325      this.dataTypeNameTextBox.TextChanged += new System.EventHandler(this.dataTypeNameTextBox_TextChanged);
326      //
327      // dataTypeTypeNameLabel
328      //
329      this.dataTypeTypeNameLabel.AutoSize = true;
330      this.dataTypeTypeNameLabel.Location = new System.Drawing.Point(6, 48);
331      this.dataTypeTypeNameLabel.Name = "dataTypeTypeNameLabel";
332      this.dataTypeTypeNameLabel.Size = new System.Drawing.Size(65, 13);
333      this.dataTypeTypeNameLabel.TabIndex = 2;
334      this.dataTypeTypeNameLabel.Text = "&Type Name:";
335      //
336      // openFileDialog
337      //
338      this.openFileDialog.FileName = "data";
339      this.openFileDialog.Filter = "All Files (*.*)|*.*";
340      this.openFileDialog.Title = "Load Algorithm Data";
341      //
342      // saveFileDialog
343      //
344      this.saveFileDialog.FileName = "data";
345      this.saveFileDialog.Filter = "All Files (*.*)|*.*";
346      this.saveFileDialog.Title = "Save Algorithm Data";
347      //
348      // AlgorithmView
349      //
350      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
351      this.Controls.Add(this.dataTypeGroupBox);
352      this.Controls.Add(this.tabControl);
353      this.Controls.Add(this.platformComboBox);
354      this.Controls.Add(this.platformLabel);
355      this.Controls.Add(this.algorithmClassComboBox);
356      this.Controls.Add(this.algorithmClassLabel);
357      this.Name = "AlgorithmView";
358      this.Size = new System.Drawing.Size(633, 445);
359      this.Controls.SetChildIndex(this.algorithmClassLabel, 0);
360      this.Controls.SetChildIndex(this.algorithmClassComboBox, 0);
361      this.Controls.SetChildIndex(this.platformLabel, 0);
362      this.Controls.SetChildIndex(this.platformComboBox, 0);
363      this.Controls.SetChildIndex(this.tabControl, 0);
364      this.Controls.SetChildIndex(this.dataTypeGroupBox, 0);
365      this.Controls.SetChildIndex(this.storeButton, 0);
366      this.Controls.SetChildIndex(this.nameTextBox, 0);
367      this.Controls.SetChildIndex(this.nameLabel, 0);
368      this.Controls.SetChildIndex(this.descriptionLabel, 0);
369      this.Controls.SetChildIndex(this.descriptionTextBox, 0);
370      this.tabControl.ResumeLayout(false);
371      this.usersTabPage.ResumeLayout(false);
372      this.dataTabPage.ResumeLayout(false);
373      this.dataTabPage.PerformLayout();
374      this.dataTypeGroupBox.ResumeLayout(false);
375      this.dataTypeGroupBox.PerformLayout();
376      this.ResumeLayout(false);
377      this.PerformLayout();
378
379    }
380
381    #endregion
382
383    private System.Windows.Forms.Label platformLabel;
384    private System.Windows.Forms.ComboBox platformComboBox;
385    private System.Windows.Forms.Label algorithmClassLabel;
386    private System.Windows.Forms.ComboBox algorithmClassComboBox;
387    private System.Windows.Forms.TabControl tabControl;
388    private System.Windows.Forms.TabPage usersTabPage;
389    private System.Windows.Forms.Button storeUsersButton;
390    private System.Windows.Forms.Button refreshUsersButton;
391    private System.Windows.Forms.TabPage dataTabPage;
392    private System.Windows.Forms.CheckedListBox usersListBox;
393    private System.Windows.Forms.Label dataTypeNameLabel;
394    private System.Windows.Forms.GroupBox dataTypeGroupBox;
395    private System.Windows.Forms.TextBox dataTypeTypeNameTextBox;
396    private System.Windows.Forms.TextBox dataTypeNameTextBox;
397    private System.Windows.Forms.Label dataTypeTypeNameLabel;
398    private System.Windows.Forms.Button storeDataButton;
399    private System.Windows.Forms.Button refreshDataButton;
400    private System.Windows.Forms.Button openFileButton;
401    private System.Windows.Forms.Button newDataButton;
402    private System.Windows.Forms.Button saveFileButton;
403    private System.Windows.Forms.OpenFileDialog openFileDialog;
404    private System.Windows.Forms.SaveFileDialog saveFileDialog;
405    private MainForm.WindowsForms.ViewHost dataViewHost;
406    private System.Windows.Forms.Label noViewAvailableLabel;
407
408  }
409}
Note: See TracBrowser for help on using the repository browser.