Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionDataTableView.Designer.cs @ 8924

Last change on this file since 8924 was 8924, checked in by bburlacu, 12 years ago

#1890: Added License Information to files that didn't include it.

File size: 7.2 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
21namespace HeuristicLab.Optimization.Views {
22  partial class RunCollectionDataTableView {
23    /// <summary>
24    /// Required designer variable.
25    /// </summary>
26    private System.ComponentModel.IContainer components = null;
27
28    /// <summary>
29    /// Clean up any resources being used.
30    /// </summary>
31    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
32    protected override void Dispose(bool disposing) {
33      if (disposing && (components != null)) {
34        components.Dispose();
35      }
36      base.Dispose(disposing);
37    }
38
39    #region Component Designer generated code
40
41    /// <summary>
42    /// Required method for Designer support - do not modify
43    /// the contents of this method with the code editor.
44    /// </summary>
45    private void InitializeComponent() {
46      this.dataTableComboBox = new System.Windows.Forms.ComboBox();
47      this.label1 = new System.Windows.Forms.Label();
48      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
49      this.label2 = new System.Windows.Forms.Label();
50      this.dataRowComboBox = new System.Windows.Forms.ComboBox();
51      this.label3 = new System.Windows.Forms.Label();
52      this.groupByComboBox = new System.Windows.Forms.ComboBox();
53      this.SuspendLayout();
54      //
55      // dataTableComboBox
56      //
57      this.dataTableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
58            | System.Windows.Forms.AnchorStyles.Right)));
59      this.dataTableComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
60      this.dataTableComboBox.FormattingEnabled = true;
61      this.dataTableComboBox.Location = new System.Drawing.Point(69, 3);
62      this.dataTableComboBox.Name = "dataTableComboBox";
63      this.dataTableComboBox.Size = new System.Drawing.Size(455, 21);
64      this.dataTableComboBox.TabIndex = 0;
65      this.dataTableComboBox.SelectedIndexChanged += new System.EventHandler(this.dataTableComboBox_SelectedIndexChanged);
66      //
67      // label1
68      //
69      this.label1.AutoSize = true;
70      this.label1.Location = new System.Drawing.Point(3, 6);
71      this.label1.Name = "label1";
72      this.label1.Size = new System.Drawing.Size(60, 13);
73      this.label1.TabIndex = 1;
74      this.label1.Text = "DataTable:";
75      //
76      // viewHost
77      //
78      this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
79            | System.Windows.Forms.AnchorStyles.Left)
80            | System.Windows.Forms.AnchorStyles.Right)));
81      this.viewHost.Caption = "View";
82      this.viewHost.Content = null;
83      this.viewHost.Enabled = false;
84      this.viewHost.Location = new System.Drawing.Point(4, 57);
85      this.viewHost.Name = "viewHost";
86      this.viewHost.ReadOnly = false;
87      this.viewHost.Size = new System.Drawing.Size(520, 314);
88      this.viewHost.TabIndex = 2;
89      this.viewHost.ViewsLabelVisible = true;
90      this.viewHost.ViewType = null;
91      //
92      // label2
93      //
94      this.label2.AutoSize = true;
95      this.label2.Location = new System.Drawing.Point(3, 33);
96      this.label2.Name = "label2";
97      this.label2.Size = new System.Drawing.Size(55, 13);
98      this.label2.TabIndex = 3;
99      this.label2.Text = "DataRow:";
100      //
101      // dataRowComboBox
102      //
103      this.dataRowComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
104            | System.Windows.Forms.AnchorStyles.Right)));
105      this.dataRowComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
106      this.dataRowComboBox.FormattingEnabled = true;
107      this.dataRowComboBox.Location = new System.Drawing.Point(69, 30);
108      this.dataRowComboBox.Name = "dataRowComboBox";
109      this.dataRowComboBox.Size = new System.Drawing.Size(455, 21);
110      this.dataRowComboBox.TabIndex = 4;
111      this.dataRowComboBox.SelectedIndexChanged += new System.EventHandler(this.dataRowComboBox_SelectedIndexChanged);
112      //
113      // label3
114      //
115      this.label3.AutoSize = true;
116      this.label3.Location = new System.Drawing.Point(3, 61);
117      this.label3.Name = "label3";
118      this.label3.Size = new System.Drawing.Size(53, 13);
119      this.label3.TabIndex = 5;
120      this.label3.Text = "Grouping:";
121      //
122      // groupByComboBox
123      //
124      this.groupByComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
125            | System.Windows.Forms.AnchorStyles.Right)));
126      this.groupByComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
127      this.groupByComboBox.FormattingEnabled = true;
128      this.groupByComboBox.Items.AddRange(new object[] {
129            "None",
130            "Same runs",
131            "All"});
132      this.groupByComboBox.Location = new System.Drawing.Point(69, 58);
133      this.groupByComboBox.Name = "groupByComboBox";
134      this.groupByComboBox.Size = new System.Drawing.Size(455, 21);
135      this.groupByComboBox.TabIndex = 6;
136      this.groupByComboBox.SelectedIndexChanged += new System.EventHandler(this.groupByComboBox_SelectedIndexChanged);
137      //
138      // RunCollectionDataTableView
139      //
140      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
141      this.Controls.Add(this.groupByComboBox);
142      this.Controls.Add(this.label3);
143      this.Controls.Add(this.dataRowComboBox);
144      this.Controls.Add(this.label2);
145      this.Controls.Add(this.viewHost);
146      this.Controls.Add(this.label1);
147      this.Controls.Add(this.dataTableComboBox);
148      this.Name = "RunCollectionDataTableView";
149      this.Size = new System.Drawing.Size(527, 374);
150      this.ResumeLayout(false);
151      this.PerformLayout();
152
153    }
154
155    #endregion
156
157    private System.Windows.Forms.ComboBox dataTableComboBox;
158    private System.Windows.Forms.Label label1;
159    private MainForm.WindowsForms.ViewHost viewHost;
160    private System.Windows.Forms.Label label2;
161    private System.Windows.Forms.ComboBox dataRowComboBox;
162    private System.Windows.Forms.Label label3;
163    private System.Windows.Forms.ComboBox groupByComboBox;
164  }
165}
Note: See TracBrowser for help on using the repository browser.