[7956] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
| 3 | * Copyright (C) 2002-2012 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.Problems.Instances.Views {
|
---|
| 23 | partial class ProblemInstanceConsumerViewGeneric<T> {
|
---|
| 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.problemInstanceProviderComboBox = new System.Windows.Forms.ComboBox();
|
---|
| 49 | this.libraryInfoButton = new System.Windows.Forms.Button();
|
---|
| 50 | this.libraryLabel = new System.Windows.Forms.Label();
|
---|
| 51 | this.problemInstanceProviderViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
| 52 | this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
---|
| 53 | this.importButton = new System.Windows.Forms.Button();
|
---|
| 54 | this.exportButton = new System.Windows.Forms.Button();
|
---|
| 55 | this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
|
---|
| 56 | this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
|
---|
[8331] | 57 | this.ProviderExportSplitContainer = new System.Windows.Forms.SplitContainer();
|
---|
| 58 | this.ProviderImportSplitContainer = new System.Windows.Forms.SplitContainer();
|
---|
| 59 | ((System.ComponentModel.ISupportInitialize)(this.ProviderExportSplitContainer)).BeginInit();
|
---|
| 60 | this.ProviderExportSplitContainer.Panel1.SuspendLayout();
|
---|
| 61 | this.ProviderExportSplitContainer.Panel2.SuspendLayout();
|
---|
| 62 | this.ProviderExportSplitContainer.SuspendLayout();
|
---|
| 63 | ((System.ComponentModel.ISupportInitialize)(this.ProviderImportSplitContainer)).BeginInit();
|
---|
| 64 | this.ProviderImportSplitContainer.Panel1.SuspendLayout();
|
---|
| 65 | this.ProviderImportSplitContainer.Panel2.SuspendLayout();
|
---|
| 66 | this.ProviderImportSplitContainer.SuspendLayout();
|
---|
[7956] | 67 | this.SuspendLayout();
|
---|
| 68 | //
|
---|
| 69 | // problemInstanceProviderComboBox
|
---|
| 70 | //
|
---|
[8331] | 71 | this.problemInstanceProviderComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 72 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[7956] | 73 | this.problemInstanceProviderComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 74 | this.problemInstanceProviderComboBox.FormattingEnabled = true;
|
---|
| 75 | this.problemInstanceProviderComboBox.Location = new System.Drawing.Point(50, 1);
|
---|
| 76 | this.problemInstanceProviderComboBox.Name = "problemInstanceProviderComboBox";
|
---|
[8331] | 77 | this.problemInstanceProviderComboBox.Size = new System.Drawing.Size(174, 21);
|
---|
[7956] | 78 | this.problemInstanceProviderComboBox.TabIndex = 16;
|
---|
| 79 | this.problemInstanceProviderComboBox.SelectedIndexChanged += new System.EventHandler(this.problemInstanceProviderComboBox_SelectedIndexChanged);
|
---|
| 80 | //
|
---|
| 81 | // libraryInfoButton
|
---|
| 82 | //
|
---|
| 83 | this.libraryInfoButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[8331] | 84 | this.libraryInfoButton.Location = new System.Drawing.Point(230, -1);
|
---|
[7956] | 85 | this.libraryInfoButton.Name = "libraryInfoButton";
|
---|
| 86 | this.libraryInfoButton.Size = new System.Drawing.Size(24, 24);
|
---|
| 87 | this.libraryInfoButton.TabIndex = 17;
|
---|
| 88 | this.libraryInfoButton.Text = "Info";
|
---|
| 89 | this.libraryInfoButton.UseVisualStyleBackColor = true;
|
---|
| 90 | this.libraryInfoButton.Click += new System.EventHandler(this.libraryInfoButton_Click);
|
---|
| 91 | //
|
---|
| 92 | // libraryLabel
|
---|
| 93 | //
|
---|
| 94 | this.libraryLabel.AutoSize = true;
|
---|
[8331] | 95 | this.libraryLabel.Location = new System.Drawing.Point(3, 5);
|
---|
[7956] | 96 | this.libraryLabel.Name = "libraryLabel";
|
---|
| 97 | this.libraryLabel.Size = new System.Drawing.Size(41, 13);
|
---|
| 98 | this.libraryLabel.TabIndex = 15;
|
---|
| 99 | this.libraryLabel.Text = "Library:";
|
---|
| 100 | //
|
---|
| 101 | // problemInstanceProviderViewHost
|
---|
| 102 | //
|
---|
[8331] | 103 | this.problemInstanceProviderViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 104 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[7956] | 105 | this.problemInstanceProviderViewHost.Caption = "View";
|
---|
| 106 | this.problemInstanceProviderViewHost.Content = null;
|
---|
| 107 | this.problemInstanceProviderViewHost.Enabled = false;
|
---|
| 108 | this.problemInstanceProviderViewHost.Location = new System.Drawing.Point(318, 0);
|
---|
| 109 | this.problemInstanceProviderViewHost.Name = "problemInstanceProviderViewHost";
|
---|
| 110 | this.problemInstanceProviderViewHost.ReadOnly = false;
|
---|
| 111 | this.problemInstanceProviderViewHost.Size = new System.Drawing.Size(373, 22);
|
---|
| 112 | this.problemInstanceProviderViewHost.TabIndex = 15;
|
---|
| 113 | this.problemInstanceProviderViewHost.ViewsLabelVisible = false;
|
---|
| 114 | this.problemInstanceProviderViewHost.ViewType = null;
|
---|
| 115 | //
|
---|
| 116 | // importButton
|
---|
| 117 | //
|
---|
| 118 | this.importButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[8331] | 119 | this.importButton.Location = new System.Drawing.Point(1, -1);
|
---|
[7956] | 120 | this.importButton.Name = "importButton";
|
---|
| 121 | this.importButton.Size = new System.Drawing.Size(24, 24);
|
---|
| 122 | this.importButton.TabIndex = 18;
|
---|
| 123 | this.importButton.Text = "Import";
|
---|
| 124 | this.importButton.UseVisualStyleBackColor = true;
|
---|
| 125 | this.importButton.Click += new System.EventHandler(this.importButton_Click);
|
---|
| 126 | //
|
---|
| 127 | // exportButton
|
---|
| 128 | //
|
---|
| 129 | this.exportButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 130 | this.exportButton.Location = new System.Drawing.Point(1, -1);
|
---|
| 131 | this.exportButton.Name = "exportButton";
|
---|
| 132 | this.exportButton.Size = new System.Drawing.Size(24, 24);
|
---|
| 133 | this.exportButton.TabIndex = 19;
|
---|
| 134 | this.exportButton.Text = "Export";
|
---|
| 135 | this.exportButton.UseVisualStyleBackColor = true;
|
---|
| 136 | this.exportButton.Click += new System.EventHandler(this.exportButton_Click);
|
---|
| 137 | //
|
---|
| 138 | // openFileDialog
|
---|
| 139 | //
|
---|
| 140 | this.openFileDialog.Filter = "All files|*.*";
|
---|
| 141 | //
|
---|
| 142 | // saveFileDialog
|
---|
| 143 | //
|
---|
| 144 | this.saveFileDialog.Filter = "CSV files|*.csv|All files|*.*";
|
---|
| 145 | this.saveFileDialog.Title = "Save RegressionInstance...";
|
---|
| 146 | //
|
---|
[8331] | 147 | // ProviderExportSplitContainer
|
---|
[7956] | 148 | //
|
---|
[8331] | 149 | this.ProviderExportSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
|
---|
| 150 | this.ProviderExportSplitContainer.IsSplitterFixed = true;
|
---|
| 151 | this.ProviderExportSplitContainer.Location = new System.Drawing.Point(0, 0);
|
---|
| 152 | this.ProviderExportSplitContainer.Name = "ProviderExportSplitContainer";
|
---|
[7956] | 153 | //
|
---|
[8331] | 154 | // ProviderExportSplitContainer.Panel1
|
---|
[7956] | 155 | //
|
---|
[8331] | 156 | this.ProviderExportSplitContainer.Panel1.Controls.Add(this.ProviderImportSplitContainer);
|
---|
[7956] | 157 | //
|
---|
[8331] | 158 | // ProviderExportSplitContainer.Panel2
|
---|
[7956] | 159 | //
|
---|
[8331] | 160 | this.ProviderExportSplitContainer.Panel2.Controls.Add(this.exportButton);
|
---|
| 161 | this.ProviderExportSplitContainer.Size = new System.Drawing.Size(312, 22);
|
---|
| 162 | this.ProviderExportSplitContainer.SplitterDistance = 283;
|
---|
| 163 | this.ProviderExportSplitContainer.TabIndex = 20;
|
---|
[7956] | 164 | //
|
---|
[8331] | 165 | // ProviderImportSplitContainer
|
---|
| 166 | //
|
---|
| 167 | this.ProviderImportSplitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 168 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 169 | this.ProviderImportSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
|
---|
| 170 | this.ProviderImportSplitContainer.IsSplitterFixed = true;
|
---|
| 171 | this.ProviderImportSplitContainer.Location = new System.Drawing.Point(0, 0);
|
---|
| 172 | this.ProviderImportSplitContainer.Name = "ProviderImportSplitContainer";
|
---|
| 173 | //
|
---|
| 174 | // ProviderImportSplitContainer.Panel1
|
---|
| 175 | //
|
---|
| 176 | this.ProviderImportSplitContainer.Panel1.Controls.Add(this.libraryLabel);
|
---|
| 177 | this.ProviderImportSplitContainer.Panel1.Controls.Add(this.problemInstanceProviderComboBox);
|
---|
| 178 | this.ProviderImportSplitContainer.Panel1.Controls.Add(this.libraryInfoButton);
|
---|
| 179 | //
|
---|
| 180 | // ProviderImportSplitContainer.Panel2
|
---|
| 181 | //
|
---|
| 182 | this.ProviderImportSplitContainer.Panel2.Controls.Add(this.importButton);
|
---|
| 183 | this.ProviderImportSplitContainer.Size = new System.Drawing.Size(282, 23);
|
---|
| 184 | this.ProviderImportSplitContainer.SplitterDistance = 253;
|
---|
| 185 | this.ProviderImportSplitContainer.TabIndex = 21;
|
---|
| 186 | //
|
---|
[7956] | 187 | // ProblemInstanceConsumerViewGeneric
|
---|
| 188 | //
|
---|
[7967] | 189 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
[8331] | 190 | this.Controls.Add(this.ProviderExportSplitContainer);
|
---|
[7956] | 191 | this.Controls.Add(this.problemInstanceProviderViewHost);
|
---|
| 192 | this.Name = "ProblemInstanceConsumerViewGeneric";
|
---|
[8331] | 193 | this.ProviderExportSplitContainer.Panel1.ResumeLayout(false);
|
---|
| 194 | this.ProviderExportSplitContainer.Panel2.ResumeLayout(false);
|
---|
| 195 | ((System.ComponentModel.ISupportInitialize)(this.ProviderExportSplitContainer)).EndInit();
|
---|
| 196 | this.ProviderExportSplitContainer.ResumeLayout(false);
|
---|
| 197 | this.ProviderImportSplitContainer.Panel1.ResumeLayout(false);
|
---|
| 198 | this.ProviderImportSplitContainer.Panel1.PerformLayout();
|
---|
| 199 | this.ProviderImportSplitContainer.Panel2.ResumeLayout(false);
|
---|
| 200 | ((System.ComponentModel.ISupportInitialize)(this.ProviderImportSplitContainer)).EndInit();
|
---|
| 201 | this.ProviderImportSplitContainer.ResumeLayout(false);
|
---|
[7956] | 202 | this.ResumeLayout(false);
|
---|
| 203 |
|
---|
| 204 | }
|
---|
| 205 |
|
---|
| 206 | #endregion
|
---|
| 207 |
|
---|
| 208 | protected System.Windows.Forms.ComboBox problemInstanceProviderComboBox;
|
---|
[8331] | 209 | protected System.Windows.Forms.Button libraryInfoButton;
|
---|
| 210 | protected System.Windows.Forms.Label libraryLabel;
|
---|
[7956] | 211 | protected MainForm.WindowsForms.ViewHost problemInstanceProviderViewHost;
|
---|
[8331] | 212 | protected System.Windows.Forms.ToolTip toolTip;
|
---|
| 213 | protected System.Windows.Forms.Button importButton;
|
---|
| 214 | protected System.Windows.Forms.Button exportButton;
|
---|
[7956] | 215 | protected System.Windows.Forms.SaveFileDialog saveFileDialog;
|
---|
| 216 | protected System.Windows.Forms.OpenFileDialog openFileDialog;
|
---|
[8331] | 217 | protected System.Windows.Forms.SplitContainer ProviderExportSplitContainer;
|
---|
| 218 | protected System.Windows.Forms.SplitContainer ProviderImportSplitContainer;
|
---|
[7956] | 219 | }
|
---|
| 220 | }
|
---|