Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKB/HeuristicLab.Clients.OKB-3.3/Views/AlgorithmView.Designer.cs @ 4481

Last change on this file since 4481 was 4481, checked in by swagner, 14 years ago

Worked on OKB (#1174)

File size: 12.4 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.Clients.OKB {
23  partial class AlgorithmView {
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) {
35        if (components != null) 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      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AlgorithmView));
48      this.platformLabel = new System.Windows.Forms.Label();
49      this.platformComboBox = new System.Windows.Forms.ComboBox();
50      this.algorithmClassLabel = new System.Windows.Forms.Label();
51      this.algorithmClassComboBox = new System.Windows.Forms.ComboBox();
52      this.usersListBox = new System.Windows.Forms.ListBox();
53      this.tabControl = new System.Windows.Forms.TabControl();
54      this.usersTabPage = new System.Windows.Forms.TabPage();
55      this.storeUsersButton = new System.Windows.Forms.Button();
56      this.refreshUsersButton = new System.Windows.Forms.Button();
57      this.dataTabPage = new System.Windows.Forms.TabPage();
58      this.algorithmDataView = new HeuristicLab.Clients.OKB.AlgorithmDataView();
59      ((System.ComponentModel.ISupportInitialize)(this.modifiedPictureBox)).BeginInit();
60      this.tabControl.SuspendLayout();
61      this.usersTabPage.SuspendLayout();
62      this.dataTabPage.SuspendLayout();
63      this.SuspendLayout();
64      //
65      // nameTextBox
66      //
67      this.nameTextBox.Location = new System.Drawing.Point(90, 29);
68      this.nameTextBox.Size = new System.Drawing.Size(495, 20);
69      //
70      // descriptionTextBox
71      //
72      this.descriptionTextBox.Location = new System.Drawing.Point(90, 55);
73      this.descriptionTextBox.Size = new System.Drawing.Size(495, 20);
74      //
75      // storeButton
76      //
77      this.toolTip.SetToolTip(this.storeButton, "Store Data");
78      //
79      // modifiedPictureBox
80      //
81      this.modifiedPictureBox.Location = new System.Drawing.Point(591, 3);
82      //
83      // platformLabel
84      //
85      this.platformLabel.AutoSize = true;
86      this.platformLabel.Location = new System.Drawing.Point(3, 84);
87      this.platformLabel.Name = "platformLabel";
88      this.platformLabel.Size = new System.Drawing.Size(48, 13);
89      this.platformLabel.TabIndex = 5;
90      this.platformLabel.Text = "&Platform:";
91      //
92      // platformComboBox
93      //
94      this.platformComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
95                  | System.Windows.Forms.AnchorStyles.Right)));
96      this.platformComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
97      this.platformComboBox.FormattingEnabled = true;
98      this.platformComboBox.Location = new System.Drawing.Point(90, 81);
99      this.platformComboBox.Name = "platformComboBox";
100      this.platformComboBox.Size = new System.Drawing.Size(495, 21);
101      this.platformComboBox.TabIndex = 6;
102      this.platformComboBox.SelectedValueChanged += new System.EventHandler(this.platformComboBox_SelectedValueChanged);
103      //
104      // algorithmClassLabel
105      //
106      this.algorithmClassLabel.AutoSize = true;
107      this.algorithmClassLabel.Location = new System.Drawing.Point(3, 111);
108      this.algorithmClassLabel.Name = "algorithmClassLabel";
109      this.algorithmClassLabel.Size = new System.Drawing.Size(81, 13);
110      this.algorithmClassLabel.TabIndex = 7;
111      this.algorithmClassLabel.Text = "&Algorithm Class:";
112      //
113      // algorithmClassComboBox
114      //
115      this.algorithmClassComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
116                  | System.Windows.Forms.AnchorStyles.Right)));
117      this.algorithmClassComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
118      this.algorithmClassComboBox.FormattingEnabled = true;
119      this.algorithmClassComboBox.Location = new System.Drawing.Point(90, 108);
120      this.algorithmClassComboBox.Name = "algorithmClassComboBox";
121      this.algorithmClassComboBox.Size = new System.Drawing.Size(495, 21);
122      this.algorithmClassComboBox.TabIndex = 8;
123      this.algorithmClassComboBox.SelectedValueChanged += new System.EventHandler(this.algorithmClassComboBox_SelectedValueChanged);
124      //
125      // usersListBox
126      //
127      this.usersListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
128                  | System.Windows.Forms.AnchorStyles.Left)
129                  | System.Windows.Forms.AnchorStyles.Right)));
130      this.usersListBox.Enabled = false;
131      this.usersListBox.FormattingEnabled = true;
132      this.usersListBox.Location = new System.Drawing.Point(6, 36);
133      this.usersListBox.Name = "usersListBox";
134      this.usersListBox.SelectionMode = System.Windows.Forms.SelectionMode.MultiSimple;
135      this.usersListBox.Size = new System.Drawing.Size(613, 225);
136      this.usersListBox.TabIndex = 2;
137      this.usersListBox.SelectedIndexChanged += new System.EventHandler(this.usersListBox_SelectedIndexChanged);
138      //
139      // tabControl
140      //
141      this.tabControl.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.tabControl.Controls.Add(this.usersTabPage);
145      this.tabControl.Controls.Add(this.dataTabPage);
146      this.tabControl.Location = new System.Drawing.Point(0, 162);
147      this.tabControl.Name = "tabControl";
148      this.tabControl.SelectedIndex = 0;
149      this.tabControl.Size = new System.Drawing.Size(633, 292);
150      this.tabControl.TabIndex = 9;
151      //
152      // usersTabPage
153      //
154      this.usersTabPage.Controls.Add(this.storeUsersButton);
155      this.usersTabPage.Controls.Add(this.refreshUsersButton);
156      this.usersTabPage.Controls.Add(this.usersListBox);
157      this.usersTabPage.Location = new System.Drawing.Point(4, 22);
158      this.usersTabPage.Name = "usersTabPage";
159      this.usersTabPage.Padding = new System.Windows.Forms.Padding(3);
160      this.usersTabPage.Size = new System.Drawing.Size(625, 266);
161      this.usersTabPage.TabIndex = 0;
162      this.usersTabPage.Text = "Authorized Users";
163      this.usersTabPage.UseVisualStyleBackColor = true;
164      //
165      // storeUsersButton
166      //
167      this.storeUsersButton.Image = ((System.Drawing.Image)(resources.GetObject("storeUsersButton.Image")));
168      this.storeUsersButton.Location = new System.Drawing.Point(36, 6);
169      this.storeUsersButton.Name = "storeUsersButton";
170      this.storeUsersButton.Size = new System.Drawing.Size(24, 24);
171      this.storeUsersButton.TabIndex = 1;
172      this.toolTip.SetToolTip(this.storeUsersButton, "Store Authorized Users");
173      this.storeUsersButton.UseVisualStyleBackColor = true;
174      this.storeUsersButton.Click += new System.EventHandler(this.storeUsersButton_Click);
175      //
176      // refreshUsersButton
177      //
178      this.refreshUsersButton.Image = ((System.Drawing.Image)(resources.GetObject("refreshUsersButton.Image")));
179      this.refreshUsersButton.Location = new System.Drawing.Point(6, 6);
180      this.refreshUsersButton.Name = "refreshUsersButton";
181      this.refreshUsersButton.Size = new System.Drawing.Size(24, 24);
182      this.refreshUsersButton.TabIndex = 0;
183      this.toolTip.SetToolTip(this.refreshUsersButton, "Refresh Authorized Users");
184      this.refreshUsersButton.UseVisualStyleBackColor = true;
185      this.refreshUsersButton.Click += new System.EventHandler(this.refreshUsersButton_Click);
186      //
187      // dataTabPage
188      //
189      this.dataTabPage.Controls.Add(this.algorithmDataView);
190      this.dataTabPage.Location = new System.Drawing.Point(4, 22);
191      this.dataTabPage.Name = "dataTabPage";
192      this.dataTabPage.Padding = new System.Windows.Forms.Padding(3);
193      this.dataTabPage.Size = new System.Drawing.Size(625, 266);
194      this.dataTabPage.TabIndex = 1;
195      this.dataTabPage.Text = "Platform-Specific Algorithm Data";
196      this.dataTabPage.UseVisualStyleBackColor = true;
197      //
198      // algorithmDataView
199      //
200      this.algorithmDataView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
201                  | System.Windows.Forms.AnchorStyles.Left)
202                  | System.Windows.Forms.AnchorStyles.Right)));
203      this.algorithmDataView.Caption = "AlgorithmData View";
204      this.algorithmDataView.Content = null;
205      this.algorithmDataView.Location = new System.Drawing.Point(6, 6);
206      this.algorithmDataView.Name = "algorithmDataView";
207      this.algorithmDataView.ReadOnly = false;
208      this.algorithmDataView.Size = new System.Drawing.Size(613, 254);
209      this.algorithmDataView.TabIndex = 0;
210      //
211      // AlgorithmView
212      //
213      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
214      this.Controls.Add(this.tabControl);
215      this.Controls.Add(this.platformComboBox);
216      this.Controls.Add(this.platformLabel);
217      this.Controls.Add(this.algorithmClassComboBox);
218      this.Controls.Add(this.algorithmClassLabel);
219      this.Name = "AlgorithmView";
220      this.Size = new System.Drawing.Size(633, 454);
221      this.Controls.SetChildIndex(this.algorithmClassLabel, 0);
222      this.Controls.SetChildIndex(this.algorithmClassComboBox, 0);
223      this.Controls.SetChildIndex(this.platformLabel, 0);
224      this.Controls.SetChildIndex(this.platformComboBox, 0);
225      this.Controls.SetChildIndex(this.tabControl, 0);
226      this.Controls.SetChildIndex(this.modifiedPictureBox, 0);
227      this.Controls.SetChildIndex(this.storeButton, 0);
228      this.Controls.SetChildIndex(this.nameTextBox, 0);
229      this.Controls.SetChildIndex(this.nameLabel, 0);
230      this.Controls.SetChildIndex(this.descriptionLabel, 0);
231      this.Controls.SetChildIndex(this.descriptionTextBox, 0);
232      ((System.ComponentModel.ISupportInitialize)(this.modifiedPictureBox)).EndInit();
233      this.tabControl.ResumeLayout(false);
234      this.usersTabPage.ResumeLayout(false);
235      this.dataTabPage.ResumeLayout(false);
236      this.ResumeLayout(false);
237      this.PerformLayout();
238
239    }
240
241    #endregion
242
243    private System.Windows.Forms.Label platformLabel;
244    private System.Windows.Forms.ComboBox platformComboBox;
245    private System.Windows.Forms.Label algorithmClassLabel;
246    private System.Windows.Forms.ComboBox algorithmClassComboBox;
247    private System.Windows.Forms.ListBox usersListBox;
248    private System.Windows.Forms.TabControl tabControl;
249    private System.Windows.Forms.TabPage usersTabPage;
250    private System.Windows.Forms.Button storeUsersButton;
251    private System.Windows.Forms.Button refreshUsersButton;
252    private System.Windows.Forms.TabPage dataTabPage;
253    private AlgorithmDataView algorithmDataView;
254
255  }
256}
Note: See TracBrowser for help on using the repository browser.