Free cookie consent management tool by TermsFeed Policy Generator

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

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

Worked on OKB (#1174)

File size: 10.5 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.Administration {
23  partial class ProblemView {
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      this.platformLabel = new System.Windows.Forms.Label();
48      this.platformComboBox = new System.Windows.Forms.ComboBox();
49      this.problemClassLabel = new System.Windows.Forms.Label();
50      this.problemClassComboBox = new System.Windows.Forms.ComboBox();
51      this.tabControl = new System.Windows.Forms.TabControl();
52      this.usersTabPage = new System.Windows.Forms.TabPage();
53      this.storeUsersButton = new System.Windows.Forms.Button();
54      this.refreshUsersButton = new System.Windows.Forms.Button();
55      this.dataTabPage = new System.Windows.Forms.TabPage();
56      this.usersListBox = new System.Windows.Forms.CheckedListBox();
57      this.tabControl.SuspendLayout();
58      this.usersTabPage.SuspendLayout();
59      this.SuspendLayout();
60      //
61      // nameTextBox
62      //
63      this.nameTextBox.Location = new System.Drawing.Point(90, 29);
64      this.nameTextBox.Size = new System.Drawing.Size(543, 20);
65      //
66      // descriptionTextBox
67      //
68      this.descriptionTextBox.Location = new System.Drawing.Point(90, 55);
69      this.descriptionTextBox.Size = new System.Drawing.Size(543, 20);
70      //
71      // storeButton
72      //
73      this.toolTip.SetToolTip(this.storeButton, "Store Data");
74      //
75      // platformLabel
76      //
77      this.platformLabel.AutoSize = true;
78      this.platformLabel.Location = new System.Drawing.Point(3, 84);
79      this.platformLabel.Name = "platformLabel";
80      this.platformLabel.Size = new System.Drawing.Size(48, 13);
81      this.platformLabel.TabIndex = 5;
82      this.platformLabel.Text = "&Platform:";
83      //
84      // platformComboBox
85      //
86      this.platformComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
87                  | System.Windows.Forms.AnchorStyles.Right)));
88      this.platformComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
89      this.platformComboBox.FormattingEnabled = true;
90      this.platformComboBox.Location = new System.Drawing.Point(90, 81);
91      this.platformComboBox.Name = "platformComboBox";
92      this.platformComboBox.Size = new System.Drawing.Size(543, 21);
93      this.platformComboBox.TabIndex = 6;
94      this.platformComboBox.SelectedValueChanged += new System.EventHandler(this.platformComboBox_SelectedValueChanged);
95      //
96      // problemClassLabel
97      //
98      this.problemClassLabel.AutoSize = true;
99      this.problemClassLabel.Location = new System.Drawing.Point(3, 111);
100      this.problemClassLabel.Name = "problemClassLabel";
101      this.problemClassLabel.Size = new System.Drawing.Size(76, 13);
102      this.problemClassLabel.TabIndex = 7;
103      this.problemClassLabel.Text = "&Problem Class:";
104      //
105      // problemClassComboBox
106      //
107      this.problemClassComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
108                  | System.Windows.Forms.AnchorStyles.Right)));
109      this.problemClassComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
110      this.problemClassComboBox.FormattingEnabled = true;
111      this.problemClassComboBox.Location = new System.Drawing.Point(90, 108);
112      this.problemClassComboBox.Name = "problemClassComboBox";
113      this.problemClassComboBox.Size = new System.Drawing.Size(543, 21);
114      this.problemClassComboBox.TabIndex = 8;
115      this.problemClassComboBox.SelectedValueChanged += new System.EventHandler(this.problemClassComboBox_SelectedValueChanged);
116      //
117      // tabControl
118      //
119      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
120                  | System.Windows.Forms.AnchorStyles.Left)
121                  | System.Windows.Forms.AnchorStyles.Right)));
122      this.tabControl.Controls.Add(this.usersTabPage);
123      this.tabControl.Controls.Add(this.dataTabPage);
124      this.tabControl.Location = new System.Drawing.Point(0, 162);
125      this.tabControl.Name = "tabControl";
126      this.tabControl.SelectedIndex = 0;
127      this.tabControl.Size = new System.Drawing.Size(633, 283);
128      this.tabControl.TabIndex = 9;
129      //
130      // usersTabPage
131      //
132      this.usersTabPage.Controls.Add(this.usersListBox);
133      this.usersTabPage.Controls.Add(this.storeUsersButton);
134      this.usersTabPage.Controls.Add(this.refreshUsersButton);
135      this.usersTabPage.Location = new System.Drawing.Point(4, 22);
136      this.usersTabPage.Name = "usersTabPage";
137      this.usersTabPage.Padding = new System.Windows.Forms.Padding(3);
138      this.usersTabPage.Size = new System.Drawing.Size(625, 257);
139      this.usersTabPage.TabIndex = 0;
140      this.usersTabPage.Text = "Authorized Users";
141      this.usersTabPage.UseVisualStyleBackColor = true;
142      //
143      // storeUsersButton
144      //
145      this.storeUsersButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.PublishToWeb;
146      this.storeUsersButton.Location = new System.Drawing.Point(36, 6);
147      this.storeUsersButton.Name = "storeUsersButton";
148      this.storeUsersButton.Size = new System.Drawing.Size(24, 24);
149      this.storeUsersButton.TabIndex = 1;
150      this.toolTip.SetToolTip(this.storeUsersButton, "Store Authorized Users");
151      this.storeUsersButton.UseVisualStyleBackColor = true;
152      this.storeUsersButton.Click += new System.EventHandler(this.storeUsersButton_Click);
153      //
154      // refreshUsersButton
155      //
156      this.refreshUsersButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
157      this.refreshUsersButton.Location = new System.Drawing.Point(6, 6);
158      this.refreshUsersButton.Name = "refreshUsersButton";
159      this.refreshUsersButton.Size = new System.Drawing.Size(24, 24);
160      this.refreshUsersButton.TabIndex = 0;
161      this.toolTip.SetToolTip(this.refreshUsersButton, "Refresh Authorized Users");
162      this.refreshUsersButton.UseVisualStyleBackColor = true;
163      this.refreshUsersButton.Click += new System.EventHandler(this.refreshUsersButton_Click);
164      //
165      // dataTabPage
166      //
167      this.dataTabPage.Location = new System.Drawing.Point(4, 22);
168      this.dataTabPage.Name = "dataTabPage";
169      this.dataTabPage.Padding = new System.Windows.Forms.Padding(3);
170      this.dataTabPage.Size = new System.Drawing.Size(625, 266);
171      this.dataTabPage.TabIndex = 1;
172      this.dataTabPage.Text = "Platform-Specific Problem Data";
173      this.dataTabPage.UseVisualStyleBackColor = true;
174      //
175      // usersListBox
176      //
177      this.usersListBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
178                  | System.Windows.Forms.AnchorStyles.Left)
179                  | System.Windows.Forms.AnchorStyles.Right)));
180      this.usersListBox.FormattingEnabled = true;
181      this.usersListBox.Location = new System.Drawing.Point(6, 36);
182      this.usersListBox.Name = "usersListBox";
183      this.usersListBox.Size = new System.Drawing.Size(613, 214);
184      this.usersListBox.TabIndex = 3;
185      //
186      // ProblemView
187      //
188      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
189      this.Controls.Add(this.tabControl);
190      this.Controls.Add(this.platformComboBox);
191      this.Controls.Add(this.platformLabel);
192      this.Controls.Add(this.problemClassComboBox);
193      this.Controls.Add(this.problemClassLabel);
194      this.Name = "ProblemView";
195      this.Size = new System.Drawing.Size(633, 445);
196      this.Controls.SetChildIndex(this.problemClassLabel, 0);
197      this.Controls.SetChildIndex(this.problemClassComboBox, 0);
198      this.Controls.SetChildIndex(this.platformLabel, 0);
199      this.Controls.SetChildIndex(this.platformComboBox, 0);
200      this.Controls.SetChildIndex(this.tabControl, 0);
201      this.Controls.SetChildIndex(this.storeButton, 0);
202      this.Controls.SetChildIndex(this.nameTextBox, 0);
203      this.Controls.SetChildIndex(this.nameLabel, 0);
204      this.Controls.SetChildIndex(this.descriptionLabel, 0);
205      this.Controls.SetChildIndex(this.descriptionTextBox, 0);
206      this.tabControl.ResumeLayout(false);
207      this.usersTabPage.ResumeLayout(false);
208      this.ResumeLayout(false);
209      this.PerformLayout();
210
211    }
212
213    #endregion
214
215    private System.Windows.Forms.Label platformLabel;
216    private System.Windows.Forms.ComboBox platformComboBox;
217    private System.Windows.Forms.Label problemClassLabel;
218    private System.Windows.Forms.ComboBox problemClassComboBox;
219    private System.Windows.Forms.TabControl tabControl;
220    private System.Windows.Forms.TabPage usersTabPage;
221    private System.Windows.Forms.Button storeUsersButton;
222    private System.Windows.Forms.Button refreshUsersButton;
223    private System.Windows.Forms.TabPage dataTabPage;
224    private System.Windows.Forms.CheckedListBox usersListBox;
225
226  }
227}
Note: See TracBrowser for help on using the repository browser.