1 | #region License Information
|
---|
2 | /* HeuristicLab
|
---|
3 | * Copyright (C) 2002-2015 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 |
|
---|
23 | namespace HeuristicLab.Problems.Instances.Views {
|
---|
24 | partial class ProblemInstanceProviderView<T> {
|
---|
25 | /// <summary>
|
---|
26 | /// Required designer variable.
|
---|
27 | /// </summary>
|
---|
28 | private System.ComponentModel.IContainer components = null;
|
---|
29 |
|
---|
30 | /// <summary>
|
---|
31 | /// Clean up any resources being used.
|
---|
32 | /// </summary>
|
---|
33 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
34 | protected override void Dispose(bool disposing) {
|
---|
35 | if (disposing && (components != null)) {
|
---|
36 | components.Dispose();
|
---|
37 | }
|
---|
38 | base.Dispose(disposing);
|
---|
39 | }
|
---|
40 |
|
---|
41 | #region Component Designer generated code
|
---|
42 |
|
---|
43 | /// <summary>
|
---|
44 | /// Required method for Designer support - do not modify
|
---|
45 | /// the contents of this method with the code editor.
|
---|
46 | /// </summary>
|
---|
47 | private void InitializeComponent() {
|
---|
48 | this.instancesComboBox = new System.Windows.Forms.ComboBox();
|
---|
49 | this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
|
---|
50 | this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
|
---|
51 | this.instanceLabel = new System.Windows.Forms.Label();
|
---|
52 | this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
---|
53 | this.exportButton = new System.Windows.Forms.Button();
|
---|
54 | this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
---|
55 | this.importButton = new System.Windows.Forms.Button();
|
---|
56 | this.libraryInfoButton = new System.Windows.Forms.Button();
|
---|
57 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
|
---|
58 | this.splitContainer2.Panel1.SuspendLayout();
|
---|
59 | this.splitContainer2.Panel2.SuspendLayout();
|
---|
60 | this.splitContainer2.SuspendLayout();
|
---|
61 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
---|
62 | this.splitContainer1.Panel1.SuspendLayout();
|
---|
63 | this.splitContainer1.Panel2.SuspendLayout();
|
---|
64 | this.splitContainer1.SuspendLayout();
|
---|
65 | this.SuspendLayout();
|
---|
66 | //
|
---|
67 | // instancesComboBox
|
---|
68 | //
|
---|
69 | this.instancesComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
70 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
71 | this.instancesComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
72 | this.instancesComboBox.FormattingEnabled = true;
|
---|
73 | this.instancesComboBox.Location = new System.Drawing.Point(60, 2);
|
---|
74 | this.instancesComboBox.Name = "instancesComboBox";
|
---|
75 | this.instancesComboBox.Size = new System.Drawing.Size(540, 21);
|
---|
76 | this.instancesComboBox.TabIndex = 7;
|
---|
77 | this.instancesComboBox.SelectionChangeCommitted += new System.EventHandler(this.instancesComboBox_SelectionChangeCommitted);
|
---|
78 | this.instancesComboBox.DataSourceChanged += new System.EventHandler(this.instancesComboBox_DataSourceChanged);
|
---|
79 | //
|
---|
80 | // openFileDialog
|
---|
81 | //
|
---|
82 | this.openFileDialog.Filter = "All files|*.*";
|
---|
83 | //
|
---|
84 | // saveFileDialog
|
---|
85 | //
|
---|
86 | this.saveFileDialog.Filter = "CSV files|*.csv|All files|*.*";
|
---|
87 | this.saveFileDialog.Title = "Save RegressionInstance...";
|
---|
88 | //
|
---|
89 | // instanceLabel
|
---|
90 | //
|
---|
91 | this.instanceLabel.AutoSize = true;
|
---|
92 | this.instanceLabel.Location = new System.Drawing.Point(3, 5);
|
---|
93 | this.instanceLabel.Name = "instanceLabel";
|
---|
94 | this.instanceLabel.Size = new System.Drawing.Size(51, 13);
|
---|
95 | this.instanceLabel.TabIndex = 4;
|
---|
96 | this.instanceLabel.Text = "Instance:";
|
---|
97 | //
|
---|
98 | // splitContainer2
|
---|
99 | //
|
---|
100 | this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
101 | this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
---|
102 | this.splitContainer2.IsSplitterFixed = true;
|
---|
103 | this.splitContainer2.Location = new System.Drawing.Point(0, 0);
|
---|
104 | this.splitContainer2.Name = "splitContainer2";
|
---|
105 | //
|
---|
106 | // splitContainer2.Panel1
|
---|
107 | //
|
---|
108 | this.splitContainer2.Panel1.Controls.Add(this.exportButton);
|
---|
109 | //
|
---|
110 | // splitContainer2.Panel2
|
---|
111 | //
|
---|
112 | this.splitContainer2.Panel2.Controls.Add(this.instanceLabel);
|
---|
113 | this.splitContainer2.Panel2.Controls.Add(this.instancesComboBox);
|
---|
114 | this.splitContainer2.Size = new System.Drawing.Size(632, 23);
|
---|
115 | this.splitContainer2.SplitterDistance = 25;
|
---|
116 | this.splitContainer2.TabIndex = 21;
|
---|
117 | //
|
---|
118 | // exportButton
|
---|
119 | //
|
---|
120 | this.exportButton.Location = new System.Drawing.Point(1, 0);
|
---|
121 | this.exportButton.Name = "exportButton";
|
---|
122 | this.exportButton.Size = new System.Drawing.Size(24, 24);
|
---|
123 | this.exportButton.TabIndex = 20;
|
---|
124 | this.exportButton.Text = "Export";
|
---|
125 | this.exportButton.UseVisualStyleBackColor = true;
|
---|
126 | this.exportButton.Click += new System.EventHandler(exportButton_Click);
|
---|
127 | //
|
---|
128 | // splitContainer1
|
---|
129 | //
|
---|
130 | this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
131 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
132 | this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
---|
133 | this.splitContainer1.IsSplitterFixed = true;
|
---|
134 | this.splitContainer1.Location = new System.Drawing.Point(33, -1);
|
---|
135 | this.splitContainer1.Name = "splitContainer1";
|
---|
136 | //
|
---|
137 | // splitContainer1.Panel1
|
---|
138 | //
|
---|
139 | this.splitContainer1.Panel1.Controls.Add(this.importButton);
|
---|
140 | //
|
---|
141 | // splitContainer1.Panel2
|
---|
142 | //
|
---|
143 | this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
|
---|
144 | this.splitContainer1.Size = new System.Drawing.Size(661, 23);
|
---|
145 | this.splitContainer1.SplitterDistance = 25;
|
---|
146 | this.splitContainer1.TabIndex = 21;
|
---|
147 | //
|
---|
148 | // importButton
|
---|
149 | //
|
---|
150 | this.importButton.Location = new System.Drawing.Point(0, 0);
|
---|
151 | this.importButton.Name = "importButton";
|
---|
152 | this.importButton.Size = new System.Drawing.Size(24, 24);
|
---|
153 | this.importButton.TabIndex = 19;
|
---|
154 | this.importButton.Text = "Import";
|
---|
155 | this.importButton.UseVisualStyleBackColor = true;
|
---|
156 | this.importButton.Click += new System.EventHandler(importButton_Click);
|
---|
157 | //
|
---|
158 | // libraryInfoButton
|
---|
159 | //
|
---|
160 | this.libraryInfoButton.Location = new System.Drawing.Point(3, -1);
|
---|
161 | this.libraryInfoButton.Name = "libraryInfoButton";
|
---|
162 | this.libraryInfoButton.Size = new System.Drawing.Size(24, 24);
|
---|
163 | this.libraryInfoButton.TabIndex = 22;
|
---|
164 | this.libraryInfoButton.Text = "Info";
|
---|
165 | this.libraryInfoButton.UseVisualStyleBackColor = true;
|
---|
166 | this.libraryInfoButton.Click += new System.EventHandler(this.libraryInfoButton_Click);
|
---|
167 | //
|
---|
168 | // ProblemInstanceProviderViewGeneric
|
---|
169 | //
|
---|
170 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
171 | this.Controls.Add(this.libraryInfoButton);
|
---|
172 | this.Controls.Add(this.splitContainer1);
|
---|
173 | this.Name = "ProblemInstanceProviderViewGeneric";
|
---|
174 | this.splitContainer2.Panel1.ResumeLayout(false);
|
---|
175 | this.splitContainer2.Panel2.ResumeLayout(false);
|
---|
176 | this.splitContainer2.Panel2.PerformLayout();
|
---|
177 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
|
---|
178 | this.splitContainer2.ResumeLayout(false);
|
---|
179 | this.splitContainer1.Panel1.ResumeLayout(false);
|
---|
180 | this.splitContainer1.Panel2.ResumeLayout(false);
|
---|
181 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
---|
182 | this.splitContainer1.ResumeLayout(false);
|
---|
183 | this.ResumeLayout(false);
|
---|
184 |
|
---|
185 | }
|
---|
186 | #endregion
|
---|
187 |
|
---|
188 | protected System.Windows.Forms.OpenFileDialog openFileDialog;
|
---|
189 | protected System.Windows.Forms.ComboBox instancesComboBox;
|
---|
190 | protected System.Windows.Forms.SaveFileDialog saveFileDialog;
|
---|
191 | protected System.Windows.Forms.Label instanceLabel;
|
---|
192 | protected System.Windows.Forms.SplitContainer splitContainer2;
|
---|
193 | protected System.Windows.Forms.SplitContainer splitContainer1;
|
---|
194 | protected System.Windows.Forms.Button libraryInfoButton;
|
---|
195 | protected System.Windows.Forms.Button importButton;
|
---|
196 | protected System.Windows.Forms.Button exportButton;
|
---|
197 | }
|
---|
198 | }
|
---|