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