1 | #region License Information
|
---|
2 | /* HeuristicLab
|
---|
3 | * Copyright (C) 2002-2013 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.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 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AlgorithmView));
|
---|
37 | this.platformLabel = new System.Windows.Forms.Label();
|
---|
38 | this.platformComboBox = new System.Windows.Forms.ComboBox();
|
---|
39 | this.algorithmClassLabel = new System.Windows.Forms.Label();
|
---|
40 | this.algorithmClassComboBox = new System.Windows.Forms.ComboBox();
|
---|
41 | this.tabControl = new System.Windows.Forms.TabControl();
|
---|
42 | this.usersTabPage = new System.Windows.Forms.TabPage();
|
---|
43 | this.storeUsersButton = new System.Windows.Forms.Button();
|
---|
44 | this.refreshableLightweightUserView = new HeuristicLab.Clients.Access.Views.RefreshableLightweightUserView();
|
---|
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.storeUsersButton);
|
---|
138 | this.usersTabPage.Controls.Add(this.refreshableLightweightUserView);
|
---|
139 | this.usersTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
140 | this.usersTabPage.Name = "usersTabPage";
|
---|
141 | this.usersTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
142 | this.usersTabPage.Size = new System.Drawing.Size(625, 180);
|
---|
143 | this.usersTabPage.TabIndex = 0;
|
---|
144 | this.usersTabPage.Text = "Authorized Users and Groups";
|
---|
145 | this.usersTabPage.UseVisualStyleBackColor = true;
|
---|
146 | //
|
---|
147 | // storeUsersButton
|
---|
148 | //
|
---|
149 | this.storeUsersButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb;
|
---|
150 | this.storeUsersButton.Location = new System.Drawing.Point(37, 9);
|
---|
151 | this.storeUsersButton.Name = "storeUsersButton";
|
---|
152 | this.storeUsersButton.Size = new System.Drawing.Size(24, 24);
|
---|
153 | this.storeUsersButton.TabIndex = 1;
|
---|
154 | this.toolTip.SetToolTip(this.storeUsersButton, "Store Authorized Users");
|
---|
155 | this.storeUsersButton.UseVisualStyleBackColor = true;
|
---|
156 | this.storeUsersButton.Click += new System.EventHandler(this.storeUsersButton_Click);
|
---|
157 | //
|
---|
158 | // refreshableLightweightUserView
|
---|
159 | //
|
---|
160 | this.refreshableLightweightUserView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
161 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
162 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
163 | this.refreshableLightweightUserView.BackColor = System.Drawing.Color.Transparent;
|
---|
164 | this.refreshableLightweightUserView.Caption = "RefreshableLightweightUser View";
|
---|
165 | this.refreshableLightweightUserView.Content = null;
|
---|
166 | this.refreshableLightweightUserView.FetchSelectedUsers = null;
|
---|
167 | this.refreshableLightweightUserView.Location = new System.Drawing.Point(6, 6);
|
---|
168 | this.refreshableLightweightUserView.Name = "refreshableLightweightUserView";
|
---|
169 | this.refreshableLightweightUserView.ReadOnly = false;
|
---|
170 | this.refreshableLightweightUserView.Size = new System.Drawing.Size(613, 168);
|
---|
171 | this.refreshableLightweightUserView.TabIndex = 3;
|
---|
172 | this.refreshableLightweightUserView.SelectedUsersChanged += new System.EventHandler(this.refreshableLightweightUserView_SelectedUsersChanged);
|
---|
173 | //
|
---|
174 | // dataTabPage
|
---|
175 | //
|
---|
176 | this.dataTabPage.Controls.Add(this.noViewAvailableLabel);
|
---|
177 | this.dataTabPage.Controls.Add(this.dataViewHost);
|
---|
178 | this.dataTabPage.Controls.Add(this.saveFileButton);
|
---|
179 | this.dataTabPage.Controls.Add(this.openFileButton);
|
---|
180 | this.dataTabPage.Controls.Add(this.newDataButton);
|
---|
181 | this.dataTabPage.Controls.Add(this.storeDataButton);
|
---|
182 | this.dataTabPage.Controls.Add(this.refreshDataButton);
|
---|
183 | this.dataTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
184 | this.dataTabPage.Name = "dataTabPage";
|
---|
185 | this.dataTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
186 | this.dataTabPage.Size = new System.Drawing.Size(625, 180);
|
---|
187 | this.dataTabPage.TabIndex = 1;
|
---|
188 | this.dataTabPage.Text = "Platform-Specific Algorithm Data";
|
---|
189 | this.dataTabPage.UseVisualStyleBackColor = true;
|
---|
190 | //
|
---|
191 | // noViewAvailableLabel
|
---|
192 | //
|
---|
193 | this.noViewAvailableLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
194 | this.noViewAvailableLabel.AutoSize = true;
|
---|
195 | this.noViewAvailableLabel.Location = new System.Drawing.Point(265, 84);
|
---|
196 | this.noViewAvailableLabel.Name = "noViewAvailableLabel";
|
---|
197 | this.noViewAvailableLabel.Size = new System.Drawing.Size(94, 13);
|
---|
198 | this.noViewAvailableLabel.TabIndex = 6;
|
---|
199 | this.noViewAvailableLabel.Text = "No view available.";
|
---|
200 | //
|
---|
201 | // dataViewHost
|
---|
202 | //
|
---|
203 | this.dataViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
204 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
205 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
206 | this.dataViewHost.Caption = "View";
|
---|
207 | this.dataViewHost.Content = null;
|
---|
208 | this.dataViewHost.Enabled = false;
|
---|
209 | this.dataViewHost.Location = new System.Drawing.Point(6, 36);
|
---|
210 | this.dataViewHost.Name = "dataViewHost";
|
---|
211 | this.dataViewHost.ReadOnly = false;
|
---|
212 | this.dataViewHost.Size = new System.Drawing.Size(613, 138);
|
---|
213 | this.dataViewHost.TabIndex = 5;
|
---|
214 | this.dataViewHost.ViewsLabelVisible = true;
|
---|
215 | this.dataViewHost.ViewType = null;
|
---|
216 | //
|
---|
217 | // saveFileButton
|
---|
218 | //
|
---|
219 | this.saveFileButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Save;
|
---|
220 | this.saveFileButton.Location = new System.Drawing.Point(126, 6);
|
---|
221 | this.saveFileButton.Name = "saveFileButton";
|
---|
222 | this.saveFileButton.Size = new System.Drawing.Size(24, 24);
|
---|
223 | this.saveFileButton.TabIndex = 4;
|
---|
224 | this.toolTip.SetToolTip(this.saveFileButton, "Save Algorithm Data into File");
|
---|
225 | this.saveFileButton.UseVisualStyleBackColor = true;
|
---|
226 | this.saveFileButton.Click += new System.EventHandler(this.saveFileButton_Click);
|
---|
227 | //
|
---|
228 | // openFileButton
|
---|
229 | //
|
---|
230 | this.openFileButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
|
---|
231 | this.openFileButton.Location = new System.Drawing.Point(96, 6);
|
---|
232 | this.openFileButton.Name = "openFileButton";
|
---|
233 | this.openFileButton.Size = new System.Drawing.Size(24, 24);
|
---|
234 | this.openFileButton.TabIndex = 3;
|
---|
235 | this.toolTip.SetToolTip(this.openFileButton, "Load Algorithm Data from File");
|
---|
236 | this.openFileButton.UseVisualStyleBackColor = true;
|
---|
237 | this.openFileButton.Click += new System.EventHandler(this.openFileButton_Click);
|
---|
238 | //
|
---|
239 | // newDataButton
|
---|
240 | //
|
---|
241 | this.newDataButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument;
|
---|
242 | this.newDataButton.Location = new System.Drawing.Point(66, 6);
|
---|
243 | this.newDataButton.Name = "newDataButton";
|
---|
244 | this.newDataButton.Size = new System.Drawing.Size(24, 24);
|
---|
245 | this.newDataButton.TabIndex = 2;
|
---|
246 | this.toolTip.SetToolTip(this.newDataButton, "Create New Algorithm Data");
|
---|
247 | this.newDataButton.UseVisualStyleBackColor = true;
|
---|
248 | this.newDataButton.Click += new System.EventHandler(this.newDataButton_Click);
|
---|
249 | //
|
---|
250 | // storeDataButton
|
---|
251 | //
|
---|
252 | this.storeDataButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb;
|
---|
253 | this.storeDataButton.Location = new System.Drawing.Point(36, 6);
|
---|
254 | this.storeDataButton.Name = "storeDataButton";
|
---|
255 | this.storeDataButton.Size = new System.Drawing.Size(24, 24);
|
---|
256 | this.storeDataButton.TabIndex = 1;
|
---|
257 | this.toolTip.SetToolTip(this.storeDataButton, "Store Algorithm Data");
|
---|
258 | this.storeDataButton.UseVisualStyleBackColor = true;
|
---|
259 | this.storeDataButton.Click += new System.EventHandler(this.storeDataButton_Click);
|
---|
260 | //
|
---|
261 | // refreshDataButton
|
---|
262 | //
|
---|
263 | this.refreshDataButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
|
---|
264 | this.refreshDataButton.Location = new System.Drawing.Point(6, 6);
|
---|
265 | this.refreshDataButton.Name = "refreshDataButton";
|
---|
266 | this.refreshDataButton.Size = new System.Drawing.Size(24, 24);
|
---|
267 | this.refreshDataButton.TabIndex = 0;
|
---|
268 | this.toolTip.SetToolTip(this.refreshDataButton, "Refresh Algorithm Data");
|
---|
269 | this.refreshDataButton.UseVisualStyleBackColor = true;
|
---|
270 | this.refreshDataButton.Click += new System.EventHandler(this.refreshDataButton_Click);
|
---|
271 | //
|
---|
272 | // dataTypeNameLabel
|
---|
273 | //
|
---|
274 | this.dataTypeNameLabel.AutoSize = true;
|
---|
275 | this.dataTypeNameLabel.Location = new System.Drawing.Point(6, 22);
|
---|
276 | this.dataTypeNameLabel.Name = "dataTypeNameLabel";
|
---|
277 | this.dataTypeNameLabel.Size = new System.Drawing.Size(38, 13);
|
---|
278 | this.dataTypeNameLabel.TabIndex = 0;
|
---|
279 | this.dataTypeNameLabel.Text = "&Name:";
|
---|
280 | //
|
---|
281 | // dataTypeGroupBox
|
---|
282 | //
|
---|
283 | this.dataTypeGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
284 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
285 | this.dataTypeGroupBox.Controls.Add(this.dataTypeTypeNameTextBox);
|
---|
286 | this.dataTypeGroupBox.Controls.Add(this.dataTypeNameTextBox);
|
---|
287 | this.dataTypeGroupBox.Controls.Add(this.dataTypeTypeNameLabel);
|
---|
288 | this.dataTypeGroupBox.Controls.Add(this.dataTypeNameLabel);
|
---|
289 | this.dataTypeGroupBox.Location = new System.Drawing.Point(0, 146);
|
---|
290 | this.dataTypeGroupBox.Name = "dataTypeGroupBox";
|
---|
291 | this.dataTypeGroupBox.Size = new System.Drawing.Size(633, 77);
|
---|
292 | this.dataTypeGroupBox.TabIndex = 9;
|
---|
293 | this.dataTypeGroupBox.TabStop = false;
|
---|
294 | this.dataTypeGroupBox.Text = "Data Type";
|
---|
295 | //
|
---|
296 | // dataTypeTypeNameTextBox
|
---|
297 | //
|
---|
298 | this.dataTypeTypeNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
299 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
300 | this.dataTypeTypeNameTextBox.Location = new System.Drawing.Point(90, 45);
|
---|
301 | this.dataTypeTypeNameTextBox.Name = "dataTypeTypeNameTextBox";
|
---|
302 | this.dataTypeTypeNameTextBox.Size = new System.Drawing.Size(537, 20);
|
---|
303 | this.dataTypeTypeNameTextBox.TabIndex = 3;
|
---|
304 | this.toolTip.SetToolTip(this.dataTypeTypeNameTextBox, "Machine Readable Data Type Name (e.g. Assembly Qualified Name)");
|
---|
305 | this.dataTypeTypeNameTextBox.TextChanged += new System.EventHandler(this.dataTypeTypeNameTextBox_TextChanged);
|
---|
306 | //
|
---|
307 | // dataTypeNameTextBox
|
---|
308 | //
|
---|
309 | this.dataTypeNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
310 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
311 | this.dataTypeNameTextBox.Location = new System.Drawing.Point(90, 19);
|
---|
312 | this.dataTypeNameTextBox.Name = "dataTypeNameTextBox";
|
---|
313 | this.dataTypeNameTextBox.Size = new System.Drawing.Size(537, 20);
|
---|
314 | this.dataTypeNameTextBox.TabIndex = 1;
|
---|
315 | this.toolTip.SetToolTip(this.dataTypeNameTextBox, "Human Readable Data Type Name");
|
---|
316 | this.dataTypeNameTextBox.TextChanged += new System.EventHandler(this.dataTypeNameTextBox_TextChanged);
|
---|
317 | //
|
---|
318 | // dataTypeTypeNameLabel
|
---|
319 | //
|
---|
320 | this.dataTypeTypeNameLabel.AutoSize = true;
|
---|
321 | this.dataTypeTypeNameLabel.Location = new System.Drawing.Point(6, 48);
|
---|
322 | this.dataTypeTypeNameLabel.Name = "dataTypeTypeNameLabel";
|
---|
323 | this.dataTypeTypeNameLabel.Size = new System.Drawing.Size(65, 13);
|
---|
324 | this.dataTypeTypeNameLabel.TabIndex = 2;
|
---|
325 | this.dataTypeTypeNameLabel.Text = "&Type Name:";
|
---|
326 | //
|
---|
327 | // openFileDialog
|
---|
328 | //
|
---|
329 | this.openFileDialog.FileName = "data";
|
---|
330 | this.openFileDialog.Filter = "All Files (*.*)|*.*";
|
---|
331 | this.openFileDialog.Title = "Load Algorithm Data";
|
---|
332 | //
|
---|
333 | // saveFileDialog
|
---|
334 | //
|
---|
335 | this.saveFileDialog.FileName = "data";
|
---|
336 | this.saveFileDialog.Filter = "All Files (*.*)|*.*";
|
---|
337 | this.saveFileDialog.Title = "Save Algorithm Data";
|
---|
338 | //
|
---|
339 | // AlgorithmView
|
---|
340 | //
|
---|
341 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
342 | this.Controls.Add(this.dataTypeGroupBox);
|
---|
343 | this.Controls.Add(this.tabControl);
|
---|
344 | this.Controls.Add(this.platformComboBox);
|
---|
345 | this.Controls.Add(this.platformLabel);
|
---|
346 | this.Controls.Add(this.algorithmClassComboBox);
|
---|
347 | this.Controls.Add(this.algorithmClassLabel);
|
---|
348 | this.Name = "AlgorithmView";
|
---|
349 | this.Size = new System.Drawing.Size(633, 445);
|
---|
350 | this.Controls.SetChildIndex(this.algorithmClassLabel, 0);
|
---|
351 | this.Controls.SetChildIndex(this.algorithmClassComboBox, 0);
|
---|
352 | this.Controls.SetChildIndex(this.platformLabel, 0);
|
---|
353 | this.Controls.SetChildIndex(this.platformComboBox, 0);
|
---|
354 | this.Controls.SetChildIndex(this.tabControl, 0);
|
---|
355 | this.Controls.SetChildIndex(this.dataTypeGroupBox, 0);
|
---|
356 | this.Controls.SetChildIndex(this.storeButton, 0);
|
---|
357 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
358 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
359 | this.Controls.SetChildIndex(this.descriptionLabel, 0);
|
---|
360 | this.Controls.SetChildIndex(this.descriptionTextBox, 0);
|
---|
361 | this.tabControl.ResumeLayout(false);
|
---|
362 | this.usersTabPage.ResumeLayout(false);
|
---|
363 | this.dataTabPage.ResumeLayout(false);
|
---|
364 | this.dataTabPage.PerformLayout();
|
---|
365 | this.dataTypeGroupBox.ResumeLayout(false);
|
---|
366 | this.dataTypeGroupBox.PerformLayout();
|
---|
367 | this.ResumeLayout(false);
|
---|
368 | this.PerformLayout();
|
---|
369 |
|
---|
370 | }
|
---|
371 |
|
---|
372 | #endregion
|
---|
373 |
|
---|
374 | private System.Windows.Forms.Label platformLabel;
|
---|
375 | private System.Windows.Forms.ComboBox platformComboBox;
|
---|
376 | private System.Windows.Forms.Label algorithmClassLabel;
|
---|
377 | private System.Windows.Forms.ComboBox algorithmClassComboBox;
|
---|
378 | private System.Windows.Forms.TabControl tabControl;
|
---|
379 | private System.Windows.Forms.TabPage usersTabPage;
|
---|
380 | private System.Windows.Forms.Button storeUsersButton;
|
---|
381 | private System.Windows.Forms.TabPage dataTabPage;
|
---|
382 | private System.Windows.Forms.Label dataTypeNameLabel;
|
---|
383 | private System.Windows.Forms.GroupBox dataTypeGroupBox;
|
---|
384 | private System.Windows.Forms.TextBox dataTypeTypeNameTextBox;
|
---|
385 | private System.Windows.Forms.TextBox dataTypeNameTextBox;
|
---|
386 | private System.Windows.Forms.Label dataTypeTypeNameLabel;
|
---|
387 | private System.Windows.Forms.Button storeDataButton;
|
---|
388 | private System.Windows.Forms.Button refreshDataButton;
|
---|
389 | private System.Windows.Forms.Button openFileButton;
|
---|
390 | private System.Windows.Forms.Button newDataButton;
|
---|
391 | private System.Windows.Forms.Button saveFileButton;
|
---|
392 | private System.Windows.Forms.OpenFileDialog openFileDialog;
|
---|
393 | private System.Windows.Forms.SaveFileDialog saveFileDialog;
|
---|
394 | private MainForm.WindowsForms.ViewHost dataViewHost;
|
---|
395 | private System.Windows.Forms.Label noViewAvailableLabel;
|
---|
396 | private Access.Views.RefreshableLightweightUserView refreshableLightweightUserView;
|
---|
397 |
|
---|
398 | }
|
---|
399 | }
|
---|