Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Data.Views/3.3/StringConvertibleMatrixView.Designer.cs @ 3048

Last change on this file since 3048 was 3048, checked in by swagner, 14 years ago

Renamed classes of HeuristicLab.Data (#909)

File size: 7.2 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2010 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.Data.Views {
23  partial class StringConvertibleMatrixView {
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) {
35        if (components != null) 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.rowsLabel = new System.Windows.Forms.Label();
49      this.rowsTextBox = new System.Windows.Forms.TextBox();
50      this.dataGridView = new System.Windows.Forms.DataGridView();
51      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
52      this.columnsTextBox = new System.Windows.Forms.TextBox();
53      this.columnsLabel = new System.Windows.Forms.Label();
54      ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
55      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
56      this.SuspendLayout();
57      //
58      // rowsLabel
59      //
60      this.rowsLabel.AutoSize = true;
61      this.rowsLabel.Location = new System.Drawing.Point(3, 3);
62      this.rowsLabel.Name = "rowsLabel";
63      this.rowsLabel.Size = new System.Drawing.Size(37, 13);
64      this.rowsLabel.TabIndex = 0;
65      this.rowsLabel.Text = "&Rows:";
66      //
67      // rowsTextBox
68      //
69      this.rowsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
70                  | System.Windows.Forms.AnchorStyles.Right)));
71      this.rowsTextBox.Location = new System.Drawing.Point(69, 0);
72      this.rowsTextBox.Name = "rowsTextBox";
73      this.rowsTextBox.Size = new System.Drawing.Size(355, 20);
74      this.rowsTextBox.TabIndex = 1;
75      this.rowsTextBox.Validated += new System.EventHandler(this.rowsTextBox_Validated);
76      this.rowsTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.rowsTextBox_KeyDown);
77      this.rowsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.rowsTextBox_Validating);
78      //
79      // dataGridView
80      //
81      this.dataGridView.AllowUserToAddRows = false;
82      this.dataGridView.AllowUserToDeleteRows = false;
83      this.dataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
84                  | System.Windows.Forms.AnchorStyles.Left)
85                  | System.Windows.Forms.AnchorStyles.Right)));
86      this.dataGridView.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithoutHeaderText;
87      this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
88      this.dataGridView.ColumnHeadersVisible = false;
89      this.dataGridView.Location = new System.Drawing.Point(0, 52);
90      this.dataGridView.Name = "dataGridView";
91      this.dataGridView.Size = new System.Drawing.Size(424, 352);
92      this.dataGridView.TabIndex = 4;
93      this.dataGridView.CellParsing += new System.Windows.Forms.DataGridViewCellParsingEventHandler(this.dataGridView_CellParsing);
94      this.dataGridView.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dataGridView_CellValidating);
95      this.dataGridView.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CellEndEdit);
96      //
97      // errorProvider
98      //
99      this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
100      this.errorProvider.ContainerControl = this;
101      //
102      // columnsTextBox
103      //
104      this.columnsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
105                  | System.Windows.Forms.AnchorStyles.Right)));
106      this.columnsTextBox.Location = new System.Drawing.Point(69, 26);
107      this.columnsTextBox.Name = "columnsTextBox";
108      this.columnsTextBox.Size = new System.Drawing.Size(355, 20);
109      this.columnsTextBox.TabIndex = 3;
110      this.columnsTextBox.Validated += new System.EventHandler(this.columnsTextBox_Validated);
111      this.columnsTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.columnsTextBox_KeyDown);
112      this.columnsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.columnsTextBox_Validating);
113      //
114      // columnsLabel
115      //
116      this.columnsLabel.AutoSize = true;
117      this.columnsLabel.Location = new System.Drawing.Point(3, 29);
118      this.columnsLabel.Name = "columnsLabel";
119      this.columnsLabel.Size = new System.Drawing.Size(50, 13);
120      this.columnsLabel.TabIndex = 2;
121      this.columnsLabel.Text = "&Columns:";
122      //
123      // StringConvertibleMatrixView
124      //
125      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
126      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
127      this.Controls.Add(this.dataGridView);
128      this.Controls.Add(this.columnsTextBox);
129      this.Controls.Add(this.rowsTextBox);
130      this.Controls.Add(this.columnsLabel);
131      this.Controls.Add(this.rowsLabel);
132      this.Name = "StringConvertibleMatrixView";
133      this.Size = new System.Drawing.Size(424, 404);
134      ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
135      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
136      this.ResumeLayout(false);
137      this.PerformLayout();
138
139    }
140
141    #endregion
142
143    private System.Windows.Forms.Label rowsLabel;
144    private System.Windows.Forms.TextBox rowsTextBox;
145    private System.Windows.Forms.DataGridView dataGridView;
146    private System.Windows.Forms.ErrorProvider errorProvider;
147    private System.Windows.Forms.TextBox columnsTextBox;
148    private System.Windows.Forms.Label columnsLabel;
149
150  }
151}
Note: See TracBrowser for help on using the repository browser.