Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.EvolutionaryTracking/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionDataTableView.Designer.cs @ 9835

Last change on this file since 9835 was 9835, checked in by bburlacu, 11 years ago

#1772: Merged remaining trunk changes into the EvolutionaryTracking branch.

File size: 5.8 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2013 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.meanButton = new System.Windows.Forms.Button();
52      this.SuspendLayout();
53      //
54      // dataTableComboBox
55      //
56      this.dataTableComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
57      this.dataTableComboBox.FormattingEnabled = true;
58      this.dataTableComboBox.Location = new System.Drawing.Point(69, 3);
59      this.dataTableComboBox.Name = "dataTableComboBox";
60      this.dataTableComboBox.Size = new System.Drawing.Size(360, 21);
61      this.dataTableComboBox.TabIndex = 0;
62      this.dataTableComboBox.SelectedIndexChanged += new System.EventHandler(this.dataTableComboBox_SelectedIndexChanged);
63      //
64      // label1
65      //
66      this.label1.AutoSize = true;
67      this.label1.Location = new System.Drawing.Point(3, 6);
68      this.label1.Name = "label1";
69      this.label1.Size = new System.Drawing.Size(60, 13);
70      this.label1.TabIndex = 1;
71      this.label1.Text = "DataTable:";
72      //
73      // viewHost
74      //
75      this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
76            | System.Windows.Forms.AnchorStyles.Left)
77            | System.Windows.Forms.AnchorStyles.Right)));
78      this.viewHost.Caption = "View";
79      this.viewHost.Content = null;
80      this.viewHost.Enabled = false;
81      this.viewHost.Location = new System.Drawing.Point(4, 57);
82      this.viewHost.Name = "viewHost";
83      this.viewHost.ReadOnly = false;
84      this.viewHost.Size = new System.Drawing.Size(520, 314);
85      this.viewHost.TabIndex = 2;
86      this.viewHost.ViewsLabelVisible = true;
87      this.viewHost.ViewType = null;
88      //
89      // label2
90      //
91      this.label2.AutoSize = true;
92      this.label2.Location = new System.Drawing.Point(3, 33);
93      this.label2.Name = "label2";
94      this.label2.Size = new System.Drawing.Size(55, 13);
95      this.label2.TabIndex = 3;
96      this.label2.Text = "DataRow:";
97      //
98      // dataRowComboBox
99      //
100      this.dataRowComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
101      this.dataRowComboBox.FormattingEnabled = true;
102      this.dataRowComboBox.Location = new System.Drawing.Point(69, 30);
103      this.dataRowComboBox.Name = "dataRowComboBox";
104      this.dataRowComboBox.Size = new System.Drawing.Size(360, 21);
105      this.dataRowComboBox.TabIndex = 4;
106      this.dataRowComboBox.SelectedIndexChanged += new System.EventHandler(this.dataRowComboBox_SelectedIndexChanged);
107      //
108      // meanButton
109      //
110      this.meanButton.Location = new System.Drawing.Point(436, 3);
111      this.meanButton.Name = "meanButton";
112      this.meanButton.Size = new System.Drawing.Size(88, 48);
113      this.meanButton.TabIndex = 5;
114      this.meanButton.Text = "Compute Mean";
115      this.meanButton.UseVisualStyleBackColor = true;
116      this.meanButton.Click += new System.EventHandler(this.meanButton_Click);
117      //
118      // RunCollectionDataTableView
119      //
120      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
121      this.Controls.Add(this.meanButton);
122      this.Controls.Add(this.dataRowComboBox);
123      this.Controls.Add(this.label2);
124      this.Controls.Add(this.viewHost);
125      this.Controls.Add(this.label1);
126      this.Controls.Add(this.dataTableComboBox);
127      this.Name = "RunCollectionDataTableView";
128      this.Size = new System.Drawing.Size(527, 374);
129      this.ResumeLayout(false);
130      this.PerformLayout();
131
132    }
133
134    #endregion
135
136    private System.Windows.Forms.ComboBox dataTableComboBox;
137    private System.Windows.Forms.Label label1;
138    private MainForm.WindowsForms.ViewHost viewHost;
139    private System.Windows.Forms.Label label2;
140    private System.Windows.Forms.ComboBox dataRowComboBox;
141    private System.Windows.Forms.Button meanButton;
142  }
143}
Note: See TracBrowser for help on using the repository browser.