Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.0/sources/HeuristicLab.DataAnalysis/DatasetView.designer.cs @ 688

Last change on this file since 688 was 2, checked in by swagner, 16 years ago

Added HeuristicLab 3.0 sources from former SVN repository at revision 52

File size: 6.1 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2008 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.DataAnalysis {
23  partial class DatasetView {
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.rowsTextBox = new System.Windows.Forms.TextBox();
48      this.columnsTextBox = new System.Windows.Forms.TextBox();
49      this.dataGridView = new System.Windows.Forms.DataGridView();
50      this.rowsLabel = new System.Windows.Forms.Label();
51      this.columnsLabel = new System.Windows.Forms.Label();
52      this.nameLabel = new System.Windows.Forms.Label();
53      this.nameTextBox = new System.Windows.Forms.TextBox();
54      ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
55      this.SuspendLayout();
56      //
57      // rowsTextBox
58      //
59      this.rowsTextBox.Location = new System.Drawing.Point(46, 32);
60      this.rowsTextBox.Name = "rowsTextBox";
61      this.rowsTextBox.ReadOnly = true;
62      this.rowsTextBox.Size = new System.Drawing.Size(100, 20);
63      this.rowsTextBox.TabIndex = 1;
64      //
65      // columnsTextBox
66      //
67      this.columnsTextBox.Location = new System.Drawing.Point(208, 32);
68      this.columnsTextBox.Name = "columnsTextBox";
69      this.columnsTextBox.ReadOnly = true;
70      this.columnsTextBox.Size = new System.Drawing.Size(100, 20);
71      this.columnsTextBox.TabIndex = 2;
72      //
73      // dataGridView
74      //
75      this.dataGridView.AllowUserToAddRows = false;
76      this.dataGridView.AllowUserToDeleteRows = false;
77      this.dataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
78                  | System.Windows.Forms.AnchorStyles.Left)
79                  | System.Windows.Forms.AnchorStyles.Right)));
80      this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
81      this.dataGridView.Location = new System.Drawing.Point(3, 58);
82      this.dataGridView.Name = "dataGridView";
83      this.dataGridView.Size = new System.Drawing.Size(554, 482);
84      this.dataGridView.TabIndex = 3;
85      this.dataGridView.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dataGridView_CellValidating);
86      //
87      // rowsLabel
88      //
89      this.rowsLabel.AutoSize = true;
90      this.rowsLabel.Location = new System.Drawing.Point(3, 35);
91      this.rowsLabel.Name = "rowsLabel";
92      this.rowsLabel.Size = new System.Drawing.Size(37, 13);
93      this.rowsLabel.TabIndex = 4;
94      this.rowsLabel.Text = "Rows:";
95      //
96      // columnsLabel
97      //
98      this.columnsLabel.AutoSize = true;
99      this.columnsLabel.Location = new System.Drawing.Point(152, 35);
100      this.columnsLabel.Name = "columnsLabel";
101      this.columnsLabel.Size = new System.Drawing.Size(50, 13);
102      this.columnsLabel.TabIndex = 5;
103      this.columnsLabel.Text = "Columns:";
104      //
105      // nameLabel
106      //
107      this.nameLabel.AutoSize = true;
108      this.nameLabel.Location = new System.Drawing.Point(3, 6);
109      this.nameLabel.Name = "nameLabel";
110      this.nameLabel.Size = new System.Drawing.Size(41, 13);
111      this.nameLabel.TabIndex = 6;
112      this.nameLabel.Text = "Name: ";
113      //
114      // nameTextBox
115      //
116      this.nameTextBox.Location = new System.Drawing.Point(46, 3);
117      this.nameTextBox.Name = "nameTextBox";
118      this.nameTextBox.ReadOnly = true;
119      this.nameTextBox.Size = new System.Drawing.Size(262, 20);
120      this.nameTextBox.TabIndex = 7;
121      //
122      // DatasetView
123      //
124      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
125      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
126      this.Controls.Add(this.nameTextBox);
127      this.Controls.Add(this.nameLabel);
128      this.Controls.Add(this.columnsLabel);
129      this.Controls.Add(this.rowsLabel);
130      this.Controls.Add(this.dataGridView);
131      this.Controls.Add(this.columnsTextBox);
132      this.Controls.Add(this.rowsTextBox);
133      this.Name = "DatasetView";
134      this.Size = new System.Drawing.Size(560, 543);
135      ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
136      this.ResumeLayout(false);
137      this.PerformLayout();
138
139    }
140
141    #endregion
142
143    private System.Windows.Forms.TextBox rowsTextBox;
144    private System.Windows.Forms.TextBox columnsTextBox;
145    private System.Windows.Forms.DataGridView dataGridView;
146    private System.Windows.Forms.Label rowsLabel;
147    private System.Windows.Forms.Label columnsLabel;
148    private System.Windows.Forms.Label nameLabel;
149    private System.Windows.Forms.TextBox nameTextBox;
150  }
151}
Note: See TracBrowser for help on using the repository browser.