Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2521_ProblemRefactoring/HeuristicLab.Problems.Instances.Views/3.3/ProblemInstanceProviderViewGeneric.Designer.cs @ 17953

Last change on this file since 17953 was 17953, checked in by mkommend, 3 years ago

#2521: Added first version (draft) of ResultsProducingItem, an according view and a refactored ProblemView.

File size: 9.0 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 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
23namespace 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.ItemHeight = 13;
74      this.instancesComboBox.Location = new System.Drawing.Point(60, 1);
75      this.instancesComboBox.Name = "instancesComboBox";
76      this.instancesComboBox.Size = new System.Drawing.Size(540, 21);
77      this.instancesComboBox.TabIndex = 7;
78      this.instancesComboBox.SelectionChangeCommitted += new System.EventHandler(this.instancesComboBox_SelectionChangeCommitted);
79      this.instancesComboBox.DataSourceChanged += new System.EventHandler(this.instancesComboBox_DataSourceChanged);
80      //
81      // openFileDialog
82      //
83      this.openFileDialog.Filter = "All files|*.*";
84      this.openFileDialog.Title = "Import Problem Data...";
85      //
86      // saveFileDialog
87      //
88      this.saveFileDialog.Filter = "All files|*.*";
89      this.saveFileDialog.Title = "Export Problem Data...";
90      //
91      // instanceLabel
92      //
93      this.instanceLabel.AutoSize = true;
94      this.instanceLabel.Location = new System.Drawing.Point(3, 5);
95      this.instanceLabel.Name = "instanceLabel";
96      this.instanceLabel.Size = new System.Drawing.Size(51, 13);
97      this.instanceLabel.TabIndex = 4;
98      this.instanceLabel.Text = "Instance:";
99      //
100      // splitContainer2
101      //
102      this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
103      this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
104      this.splitContainer2.IsSplitterFixed = true;
105      this.splitContainer2.Location = new System.Drawing.Point(0, 0);
106      this.splitContainer2.Name = "splitContainer2";
107      //
108      // splitContainer2.Panel1
109      //
110      this.splitContainer2.Panel1.Controls.Add(this.exportButton);
111      //
112      // splitContainer2.Panel2
113      //
114      this.splitContainer2.Panel2.Controls.Add(this.instanceLabel);
115      this.splitContainer2.Panel2.Controls.Add(this.instancesComboBox);
116      this.splitContainer2.Size = new System.Drawing.Size(632, 25);
117      this.splitContainer2.SplitterDistance = 25;
118      this.splitContainer2.TabIndex = 21;
119      //
120      // exportButton
121      //
122      this.exportButton.Location = new System.Drawing.Point(0, 0);
123      this.exportButton.Name = "exportButton";
124      this.exportButton.Size = new System.Drawing.Size(24, 24);
125      this.exportButton.TabIndex = 20;
126      this.exportButton.Text = "Export";
127      this.exportButton.UseVisualStyleBackColor = true;
128      this.exportButton.Click += new System.EventHandler(this.exportButton_Click);
129      //
130      // splitContainer1
131      //
132      this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
133            | System.Windows.Forms.AnchorStyles.Right)));
134      this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
135      this.splitContainer1.IsSplitterFixed = true;
136      this.splitContainer1.Location = new System.Drawing.Point(30, 0);
137      this.splitContainer1.Name = "splitContainer1";
138      //
139      // splitContainer1.Panel1
140      //
141      this.splitContainer1.Panel1.Controls.Add(this.importButton);
142      //
143      // splitContainer1.Panel2
144      //
145      this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
146      this.splitContainer1.Size = new System.Drawing.Size(661, 25);
147      this.splitContainer1.SplitterDistance = 25;
148      this.splitContainer1.TabIndex = 21;
149      //
150      // importButton
151      //
152      this.importButton.Location = new System.Drawing.Point(0, 0);
153      this.importButton.Name = "importButton";
154      this.importButton.Size = new System.Drawing.Size(24, 24);
155      this.importButton.TabIndex = 19;
156      this.importButton.Text = "Import";
157      this.importButton.UseVisualStyleBackColor = true;
158      this.importButton.Click += new System.EventHandler(this.importButton_Click);
159      //
160      // libraryInfoButton
161      //
162      this.libraryInfoButton.Location = new System.Drawing.Point(3, 0);
163      this.libraryInfoButton.Name = "libraryInfoButton";
164      this.libraryInfoButton.Size = new System.Drawing.Size(24, 24);
165      this.libraryInfoButton.TabIndex = 22;
166      this.libraryInfoButton.Text = "Info";
167      this.libraryInfoButton.UseVisualStyleBackColor = true;
168      this.libraryInfoButton.Click += new System.EventHandler(this.libraryInfoButton_Click);
169      //
170      // ProblemInstanceProviderView
171      //
172      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
173      this.Controls.Add(this.libraryInfoButton);
174      this.Controls.Add(this.splitContainer1);
175      this.Name = "ProblemInstanceProviderView";
176      this.Size = new System.Drawing.Size(694, 24);
177      this.splitContainer2.Panel1.ResumeLayout(false);
178      this.splitContainer2.Panel2.ResumeLayout(false);
179      this.splitContainer2.Panel2.PerformLayout();
180      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
181      this.splitContainer2.ResumeLayout(false);
182      this.splitContainer1.Panel1.ResumeLayout(false);
183      this.splitContainer1.Panel2.ResumeLayout(false);
184      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
185      this.splitContainer1.ResumeLayout(false);
186      this.ResumeLayout(false);
187
188    }
189    #endregion
190
191    protected System.Windows.Forms.OpenFileDialog openFileDialog;
192    protected System.Windows.Forms.ComboBox instancesComboBox;
193    protected System.Windows.Forms.SaveFileDialog saveFileDialog;
194    protected System.Windows.Forms.Label instanceLabel;
195    protected System.Windows.Forms.SplitContainer splitContainer2;
196    protected System.Windows.Forms.SplitContainer splitContainer1;
197    protected System.Windows.Forms.Button libraryInfoButton;
198    protected System.Windows.Forms.Button importButton;
199    protected System.Windows.Forms.Button exportButton;
200  }
201}
Note: See TracBrowser for help on using the repository browser.