Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/RunCollectionStatisticalTabularView.designer.cs @ 8502

Last change on this file since 8502 was 8502, checked in by ascheibe, 12 years ago

#1886 added a run collection view that shows statistical information for data table rows

File size: 5.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.Analysis.AlgorithmBehavior {
23  partial class RunCollectionStatisticalTabularView {
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 Windows Form 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.stringConvertibleMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
48      this.dataRowComboBox = new System.Windows.Forms.ComboBox();
49      this.label2 = new System.Windows.Forms.Label();
50      this.label1 = new System.Windows.Forms.Label();
51      this.dataTableComboBox = new System.Windows.Forms.ComboBox();
52      this.SuspendLayout();
53      //
54      // stringConvertibleMatrixView
55      //
56      this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
57            | System.Windows.Forms.AnchorStyles.Left)
58            | System.Windows.Forms.AnchorStyles.Right)));
59      this.stringConvertibleMatrixView.Caption = "StringConvertibleMatrix View";
60      this.stringConvertibleMatrixView.Content = null;
61      this.stringConvertibleMatrixView.Location = new System.Drawing.Point(3, 59);
62      this.stringConvertibleMatrixView.Name = "stringConvertibleMatrixView";
63      this.stringConvertibleMatrixView.ReadOnly = false;
64      this.stringConvertibleMatrixView.ShowRowsAndColumnsTextBox = true;
65      this.stringConvertibleMatrixView.ShowStatisticalInformation = true;
66      this.stringConvertibleMatrixView.Size = new System.Drawing.Size(492, 323);
67      this.stringConvertibleMatrixView.TabIndex = 0;
68      //
69      // dataRowComboBox
70      //
71      this.dataRowComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
72            | System.Windows.Forms.AnchorStyles.Right)));
73      this.dataRowComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
74      this.dataRowComboBox.FormattingEnabled = true;
75      this.dataRowComboBox.Location = new System.Drawing.Point(71, 33);
76      this.dataRowComboBox.Name = "dataRowComboBox";
77      this.dataRowComboBox.Size = new System.Drawing.Size(424, 21);
78      this.dataRowComboBox.TabIndex = 8;
79      this.dataRowComboBox.SelectedIndexChanged += new System.EventHandler(this.dataRowComboBox_SelectedIndexChanged);
80      //
81      // label2
82      //
83      this.label2.AutoSize = true;
84      this.label2.Location = new System.Drawing.Point(5, 36);
85      this.label2.Name = "label2";
86      this.label2.Size = new System.Drawing.Size(55, 13);
87      this.label2.TabIndex = 7;
88      this.label2.Text = "DataRow:";
89      //
90      // label1
91      //
92      this.label1.AutoSize = true;
93      this.label1.Location = new System.Drawing.Point(5, 6);
94      this.label1.Name = "label1";
95      this.label1.Size = new System.Drawing.Size(60, 13);
96      this.label1.TabIndex = 6;
97      this.label1.Text = "DataTable:";
98      //
99      // dataTableComboBox
100      //
101      this.dataTableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
102            | System.Windows.Forms.AnchorStyles.Right)));
103      this.dataTableComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
104      this.dataTableComboBox.FormattingEnabled = true;
105      this.dataTableComboBox.Location = new System.Drawing.Point(71, 3);
106      this.dataTableComboBox.Name = "dataTableComboBox";
107      this.dataTableComboBox.Size = new System.Drawing.Size(424, 21);
108      this.dataTableComboBox.TabIndex = 5;
109      this.dataTableComboBox.SelectedIndexChanged += new System.EventHandler(this.dataTableComboBox_SelectedIndexChanged);
110      //
111      // RunCollectionStatisticalTabularView
112      //
113      this.Controls.Add(this.dataRowComboBox);
114      this.Controls.Add(this.label2);
115      this.Controls.Add(this.label1);
116      this.Controls.Add(this.dataTableComboBox);
117      this.Controls.Add(this.stringConvertibleMatrixView);
118      this.Name = "RunCollectionStatisticalTabularView";
119      this.Size = new System.Drawing.Size(498, 385);
120      this.ResumeLayout(false);
121      this.PerformLayout();
122
123    }
124    #endregion
125
126    private Data.Views.StringConvertibleMatrixView stringConvertibleMatrixView;
127    private System.Windows.Forms.ComboBox dataRowComboBox;
128    private System.Windows.Forms.Label label2;
129    private System.Windows.Forms.Label label1;
130    private System.Windows.Forms.ComboBox dataTableComboBox;
131  }
132}
Note: See TracBrowser for help on using the repository browser.