Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.Instances.Views/3.3/ProblemInstanceConsumerViewGeneric.Designer.cs @ 7967

Last change on this file since 7967 was 7967, checked in by jkarder, 12 years ago

#1688:

  • removed assignment to Font property in HeuristicLab.MainForm.WindowsForms.DockForm
  • changed AutoScaleMode to be inherited from HeuristicLab.MainForm.WindowsForms.MainForm for all user interface classes
File size: 9.9 KB
Line 
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
22namespace 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();
57      this.problemInstanceProviderSplitContainer = new System.Windows.Forms.SplitContainer();
58      ((System.ComponentModel.ISupportInitialize)(this.problemInstanceProviderSplitContainer)).BeginInit();
59      this.problemInstanceProviderSplitContainer.Panel1.SuspendLayout();
60      this.problemInstanceProviderSplitContainer.Panel2.SuspendLayout();
61      this.problemInstanceProviderSplitContainer.SuspendLayout();
62      this.SuspendLayout();
63      //
64      // problemInstanceProviderComboBox
65      //
66      this.problemInstanceProviderComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
67            | System.Windows.Forms.AnchorStyles.Right)));
68      this.problemInstanceProviderComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
69      this.problemInstanceProviderComboBox.FormattingEnabled = true;
70      this.problemInstanceProviderComboBox.Location = new System.Drawing.Point(50, 1);
71      this.problemInstanceProviderComboBox.Name = "problemInstanceProviderComboBox";
72      this.problemInstanceProviderComboBox.Size = new System.Drawing.Size(171, 21);
73      this.problemInstanceProviderComboBox.TabIndex = 16;
74      this.problemInstanceProviderComboBox.SelectedIndexChanged += new System.EventHandler(this.problemInstanceProviderComboBox_SelectedIndexChanged);
75      //
76      // libraryInfoButton
77      //
78      this.libraryInfoButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
79      this.libraryInfoButton.Location = new System.Drawing.Point(227, -1);
80      this.libraryInfoButton.Name = "libraryInfoButton";
81      this.libraryInfoButton.Size = new System.Drawing.Size(24, 24);
82      this.libraryInfoButton.TabIndex = 17;
83      this.libraryInfoButton.Text = "Info";
84      this.libraryInfoButton.UseVisualStyleBackColor = true;
85      this.libraryInfoButton.Click += new System.EventHandler(this.libraryInfoButton_Click);
86      //
87      // libraryLabel
88      //
89      this.libraryLabel.AutoSize = true;
90      this.libraryLabel.Location = new System.Drawing.Point(4, 4);
91      this.libraryLabel.Name = "libraryLabel";
92      this.libraryLabel.Size = new System.Drawing.Size(41, 13);
93      this.libraryLabel.TabIndex = 15;
94      this.libraryLabel.Text = "Library:";
95      //
96      // problemInstanceProviderViewHost
97      //
98      this.problemInstanceProviderViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
99            | System.Windows.Forms.AnchorStyles.Right)));
100      this.problemInstanceProviderViewHost.Caption = "View";
101      this.problemInstanceProviderViewHost.Content = null;
102      this.problemInstanceProviderViewHost.Enabled = false;
103      this.problemInstanceProviderViewHost.Location = new System.Drawing.Point(318, 0);
104      this.problemInstanceProviderViewHost.Name = "problemInstanceProviderViewHost";
105      this.problemInstanceProviderViewHost.ReadOnly = false;
106      this.problemInstanceProviderViewHost.Size = new System.Drawing.Size(373, 22);
107      this.problemInstanceProviderViewHost.TabIndex = 15;
108      this.problemInstanceProviderViewHost.ViewsLabelVisible = false;
109      this.problemInstanceProviderViewHost.ViewType = null;
110      //
111      // importButton
112      //
113      this.importButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
114      this.importButton.Location = new System.Drawing.Point(257, -1);
115      this.importButton.Name = "importButton";
116      this.importButton.Size = new System.Drawing.Size(24, 24);
117      this.importButton.TabIndex = 18;
118      this.importButton.Text = "Import";
119      this.importButton.UseVisualStyleBackColor = true;
120      this.importButton.Click += new System.EventHandler(this.importButton_Click);
121      //
122      // exportButton
123      //
124      this.exportButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
125      this.exportButton.Location = new System.Drawing.Point(1, -1);
126      this.exportButton.Name = "exportButton";
127      this.exportButton.Size = new System.Drawing.Size(24, 24);
128      this.exportButton.TabIndex = 19;
129      this.exportButton.Text = "Export";
130      this.exportButton.UseVisualStyleBackColor = true;
131      this.exportButton.Click += new System.EventHandler(this.exportButton_Click);
132      //
133      // openFileDialog
134      //
135      this.openFileDialog.Filter = "All files|*.*";
136      //
137      // saveFileDialog
138      //
139      this.saveFileDialog.Filter = "CSV files|*.csv|All files|*.*";
140      this.saveFileDialog.Title = "Save RegressionInstance...";
141      //
142      // problemInstanceProviderSplitContainer
143      //
144      this.problemInstanceProviderSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
145      this.problemInstanceProviderSplitContainer.IsSplitterFixed = true;
146      this.problemInstanceProviderSplitContainer.Location = new System.Drawing.Point(0, 0);
147      this.problemInstanceProviderSplitContainer.Name = "problemInstanceProviderSplitContainer";
148      //
149      // problemInstanceProviderSplitContainer.Panel1
150      //
151      this.problemInstanceProviderSplitContainer.Panel1.Controls.Add(this.problemInstanceProviderComboBox);
152      this.problemInstanceProviderSplitContainer.Panel1.Controls.Add(this.importButton);
153      this.problemInstanceProviderSplitContainer.Panel1.Controls.Add(this.libraryLabel);
154      this.problemInstanceProviderSplitContainer.Panel1.Controls.Add(this.libraryInfoButton);
155      //
156      // problemInstanceProviderSplitContainer.Panel2
157      //
158      this.problemInstanceProviderSplitContainer.Panel2.Controls.Add(this.exportButton);
159      this.problemInstanceProviderSplitContainer.Size = new System.Drawing.Size(312, 22);
160      this.problemInstanceProviderSplitContainer.SplitterDistance = 280;
161      this.problemInstanceProviderSplitContainer.TabIndex = 20;
162      //
163      // ProblemInstanceConsumerViewGeneric
164      //
165      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
166      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
167      this.Controls.Add(this.problemInstanceProviderSplitContainer);
168      this.Controls.Add(this.problemInstanceProviderViewHost);
169      this.Name = "ProblemInstanceConsumerViewGeneric";
170      this.problemInstanceProviderSplitContainer.Panel1.ResumeLayout(false);
171      this.problemInstanceProviderSplitContainer.Panel1.PerformLayout();
172      this.problemInstanceProviderSplitContainer.Panel2.ResumeLayout(false);
173      ((System.ComponentModel.ISupportInitialize)(this.problemInstanceProviderSplitContainer)).EndInit();
174      this.problemInstanceProviderSplitContainer.ResumeLayout(false);
175      this.ResumeLayout(false);
176
177    }
178
179    #endregion
180
181    protected System.Windows.Forms.ComboBox problemInstanceProviderComboBox;
182    private System.Windows.Forms.Button libraryInfoButton;
183    private System.Windows.Forms.Label libraryLabel;
184    protected MainForm.WindowsForms.ViewHost problemInstanceProviderViewHost;
185    private System.Windows.Forms.ToolTip toolTip;
186    private System.Windows.Forms.Button importButton;
187    private System.Windows.Forms.Button exportButton;
188    protected System.Windows.Forms.SaveFileDialog saveFileDialog;
189    protected System.Windows.Forms.OpenFileDialog openFileDialog;
190    private System.Windows.Forms.SplitContainer problemInstanceProviderSplitContainer;
191  }
192}
Note: See TracBrowser for help on using the repository browser.