[8924] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[9456] | 3 | * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[8924] | 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.RunCreation {
|
---|
[8055] | 23 | partial class OKBExperimentUploadView {
|
---|
| 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 && (components != null)) {
|
---|
| 35 | 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.components = new System.ComponentModel.Container();
|
---|
| 48 | this.btnUpload = new System.Windows.Forms.Button();
|
---|
| 49 | this.dataGridView = new System.Windows.Forms.DataGridView();
|
---|
| 50 | this.RunNameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
| 51 | this.AlgorithmNameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
| 52 | this.AlgorithmTypeColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
| 53 | this.OKBAlgorithmColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
|
---|
| 54 | this.ProblemNameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
| 55 | this.ProblemTypeColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
---|
| 56 | this.OKBProblemColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
|
---|
| 57 | this.contextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
|
---|
| 58 | this.setColumnToThisValueToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
| 59 | this.clearButton = new System.Windows.Forms.Button();
|
---|
| 60 | ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
|
---|
| 61 | this.contextMenu.SuspendLayout();
|
---|
| 62 | this.SuspendLayout();
|
---|
| 63 | //
|
---|
| 64 | // btnUpload
|
---|
| 65 | //
|
---|
| 66 | this.btnUpload.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 67 | this.btnUpload.Location = new System.Drawing.Point(4, 200);
|
---|
| 68 | this.btnUpload.Name = "btnUpload";
|
---|
| 69 | this.btnUpload.Size = new System.Drawing.Size(89, 23);
|
---|
| 70 | this.btnUpload.TabIndex = 1;
|
---|
| 71 | this.btnUpload.Text = "Upload Runs";
|
---|
| 72 | this.btnUpload.UseVisualStyleBackColor = true;
|
---|
| 73 | this.btnUpload.Click += new System.EventHandler(this.btnUpload_Click);
|
---|
| 74 | //
|
---|
| 75 | // dataGridView
|
---|
| 76 | //
|
---|
| 77 | this.dataGridView.AllowDrop = true;
|
---|
| 78 | this.dataGridView.AllowUserToAddRows = false;
|
---|
| 79 | this.dataGridView.AllowUserToDeleteRows = false;
|
---|
| 80 | this.dataGridView.AllowUserToOrderColumns = true;
|
---|
| 81 | this.dataGridView.AllowUserToResizeRows = false;
|
---|
| 82 | this.dataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 83 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 84 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 85 | this.dataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
---|
| 86 | this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
---|
| 87 | this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
---|
| 88 | this.RunNameColumn,
|
---|
| 89 | this.AlgorithmNameColumn,
|
---|
| 90 | this.AlgorithmTypeColumn,
|
---|
| 91 | this.OKBAlgorithmColumn,
|
---|
| 92 | this.ProblemNameColumn,
|
---|
| 93 | this.ProblemTypeColumn,
|
---|
| 94 | this.OKBProblemColumn});
|
---|
| 95 | this.dataGridView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
|
---|
| 96 | this.dataGridView.Location = new System.Drawing.Point(3, 3);
|
---|
| 97 | this.dataGridView.Name = "dataGridView";
|
---|
| 98 | this.dataGridView.Size = new System.Drawing.Size(460, 191);
|
---|
| 99 | this.dataGridView.TabIndex = 2;
|
---|
| 100 | this.dataGridView.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView_CellMouseClick);
|
---|
| 101 | this.dataGridView.DragDrop += new System.Windows.Forms.DragEventHandler(this.dataGridView_DragDrop);
|
---|
| 102 | this.dataGridView.DragEnter += new System.Windows.Forms.DragEventHandler(this.dataGridView_DragEnter);
|
---|
| 103 | //
|
---|
| 104 | // RunNameColumn
|
---|
| 105 | //
|
---|
| 106 | this.RunNameColumn.HeaderText = "Run Name";
|
---|
| 107 | this.RunNameColumn.Name = "RunNameColumn";
|
---|
| 108 | this.RunNameColumn.ReadOnly = true;
|
---|
| 109 | //
|
---|
| 110 | // AlgorithmNameColumn
|
---|
| 111 | //
|
---|
| 112 | this.AlgorithmNameColumn.HeaderText = "Algorithm Name";
|
---|
| 113 | this.AlgorithmNameColumn.Name = "AlgorithmNameColumn";
|
---|
| 114 | this.AlgorithmNameColumn.ReadOnly = true;
|
---|
| 115 | //
|
---|
| 116 | // AlgorithmTypeColumn
|
---|
| 117 | //
|
---|
| 118 | this.AlgorithmTypeColumn.HeaderText = "Algorithm Type";
|
---|
| 119 | this.AlgorithmTypeColumn.Name = "AlgorithmTypeColumn";
|
---|
| 120 | this.AlgorithmTypeColumn.ReadOnly = true;
|
---|
| 121 | //
|
---|
| 122 | // OKBAlgorithmColumn
|
---|
| 123 | //
|
---|
| 124 | this.OKBAlgorithmColumn.HeaderText = "OKB Algorithm";
|
---|
| 125 | this.OKBAlgorithmColumn.Name = "OKBAlgorithmColumn";
|
---|
| 126 | //
|
---|
| 127 | // ProblemNameColumn
|
---|
| 128 | //
|
---|
| 129 | this.ProblemNameColumn.HeaderText = "Problem Name";
|
---|
| 130 | this.ProblemNameColumn.Name = "ProblemNameColumn";
|
---|
| 131 | this.ProblemNameColumn.ReadOnly = true;
|
---|
| 132 | this.ProblemNameColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
---|
| 133 | this.ProblemNameColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
---|
| 134 | //
|
---|
| 135 | // ProblemTypeColumn
|
---|
| 136 | //
|
---|
| 137 | this.ProblemTypeColumn.HeaderText = "Problem Type";
|
---|
| 138 | this.ProblemTypeColumn.Name = "ProblemTypeColumn";
|
---|
| 139 | this.ProblemTypeColumn.ReadOnly = true;
|
---|
| 140 | this.ProblemTypeColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
---|
| 141 | this.ProblemTypeColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
---|
| 142 | //
|
---|
| 143 | // OKBProblemColumn
|
---|
| 144 | //
|
---|
| 145 | this.OKBProblemColumn.HeaderText = "OKB Problem";
|
---|
| 146 | this.OKBProblemColumn.Name = "OKBProblemColumn";
|
---|
| 147 | //
|
---|
| 148 | // contextMenu
|
---|
| 149 | //
|
---|
| 150 | this.contextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
---|
| 151 | this.setColumnToThisValueToolStripMenuItem});
|
---|
| 152 | this.contextMenu.Name = "contextMenu";
|
---|
| 153 | this.contextMenu.Size = new System.Drawing.Size(202, 26);
|
---|
| 154 | //
|
---|
| 155 | // setColumnToThisValueToolStripMenuItem
|
---|
| 156 | //
|
---|
| 157 | this.setColumnToThisValueToolStripMenuItem.Name = "setColumnToThisValueToolStripMenuItem";
|
---|
| 158 | this.setColumnToThisValueToolStripMenuItem.Size = new System.Drawing.Size(201, 22);
|
---|
| 159 | this.setColumnToThisValueToolStripMenuItem.Text = "Set column to this value";
|
---|
| 160 | this.setColumnToThisValueToolStripMenuItem.Click += new System.EventHandler(this.setColumnToThisValueToolStripMenuItem_Click);
|
---|
| 161 | //
|
---|
| 162 | // clearButton
|
---|
| 163 | //
|
---|
| 164 | this.clearButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 165 | this.clearButton.Location = new System.Drawing.Point(387, 199);
|
---|
| 166 | this.clearButton.Name = "clearButton";
|
---|
| 167 | this.clearButton.Size = new System.Drawing.Size(75, 23);
|
---|
| 168 | this.clearButton.TabIndex = 3;
|
---|
| 169 | this.clearButton.Text = "Clear Runs";
|
---|
| 170 | this.clearButton.UseVisualStyleBackColor = true;
|
---|
| 171 | this.clearButton.Click += new System.EventHandler(this.clearButton_Click);
|
---|
| 172 | //
|
---|
| 173 | // OKBExperimentUploadView
|
---|
| 174 | //
|
---|
| 175 | this.AllowDrop = true;
|
---|
| 176 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 177 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 178 | this.Controls.Add(this.clearButton);
|
---|
| 179 | this.Controls.Add(this.dataGridView);
|
---|
| 180 | this.Controls.Add(this.btnUpload);
|
---|
| 181 | this.Name = "OKBExperimentUploadView";
|
---|
| 182 | this.Size = new System.Drawing.Size(466, 229);
|
---|
| 183 | ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
|
---|
| 184 | this.contextMenu.ResumeLayout(false);
|
---|
| 185 | this.ResumeLayout(false);
|
---|
| 186 |
|
---|
| 187 | }
|
---|
| 188 |
|
---|
| 189 | #endregion
|
---|
| 190 |
|
---|
| 191 | private System.Windows.Forms.Button btnUpload;
|
---|
| 192 | private System.Windows.Forms.DataGridView dataGridView;
|
---|
| 193 | private System.Windows.Forms.DataGridViewTextBoxColumn RunNameColumn;
|
---|
| 194 | private System.Windows.Forms.DataGridViewTextBoxColumn AlgorithmNameColumn;
|
---|
| 195 | private System.Windows.Forms.DataGridViewTextBoxColumn AlgorithmTypeColumn;
|
---|
| 196 | private System.Windows.Forms.DataGridViewComboBoxColumn OKBAlgorithmColumn;
|
---|
| 197 | private System.Windows.Forms.DataGridViewTextBoxColumn ProblemNameColumn;
|
---|
| 198 | private System.Windows.Forms.DataGridViewTextBoxColumn ProblemTypeColumn;
|
---|
| 199 | private System.Windows.Forms.DataGridViewComboBoxColumn OKBProblemColumn;
|
---|
| 200 | private System.Windows.Forms.ContextMenuStrip contextMenu;
|
---|
| 201 | private System.Windows.Forms.ToolStripMenuItem setColumnToThisValueToolStripMenuItem;
|
---|
| 202 | private System.Windows.Forms.Button clearButton;
|
---|
| 203 | }
|
---|
| 204 | }
|
---|