Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.DataAnalysis/3.2/DatasetView.designer.cs @ 3001

Last change on this file since 3001 was 2311, checked in by mkommend, 15 years ago
  • implemented GetVariableValues in dataset
  • added row number in rowheaders of dataset view

(ticket #726)

File size: 10.4 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.components = new System.ComponentModel.Container();
48      System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
49      this.rowsTextBox = new System.Windows.Forms.TextBox();
50      this.columnsTextBox = new System.Windows.Forms.TextBox();
51      this.dataGridView = new System.Windows.Forms.DataGridView();
52      this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
53      this.scaleValuesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
54      this.scaleValuesmanuallyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
55      this.showScalingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
56      this.originalValuesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
57      this.rowsLabel = new System.Windows.Forms.Label();
58      this.columnsLabel = new System.Windows.Forms.Label();
59      this.nameLabel = new System.Windows.Forms.Label();
60      this.nameTextBox = new System.Windows.Forms.TextBox();
61      ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
62      this.contextMenuStrip.SuspendLayout();
63      this.SuspendLayout();
64      //
65      // rowsTextBox
66      //
67      this.rowsTextBox.Location = new System.Drawing.Point(50, 29);
68      this.rowsTextBox.Name = "rowsTextBox";
69      this.rowsTextBox.ReadOnly = true;
70      this.rowsTextBox.Size = new System.Drawing.Size(100, 20);
71      this.rowsTextBox.TabIndex = 1;
72      //
73      // columnsTextBox
74      //
75      this.columnsTextBox.Location = new System.Drawing.Point(217, 29);
76      this.columnsTextBox.Name = "columnsTextBox";
77      this.columnsTextBox.ReadOnly = true;
78      this.columnsTextBox.Size = new System.Drawing.Size(100, 20);
79      this.columnsTextBox.TabIndex = 2;
80      //
81      // dataGridView
82      //
83      this.dataGridView.AllowUserToAddRows = false;
84      this.dataGridView.AllowUserToDeleteRows = false;
85      this.dataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
86                  | System.Windows.Forms.AnchorStyles.Left)
87                  | System.Windows.Forms.AnchorStyles.Right)));
88      this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
89      this.dataGridView.ContextMenuStrip = this.contextMenuStrip;
90      this.dataGridView.Location = new System.Drawing.Point(3, 55);
91      this.dataGridView.Name = "dataGridView";
92      dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
93      dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
94      dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
95      dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
96      dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
97      dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
98      dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
99      this.dataGridView.RowHeadersDefaultCellStyle = dataGridViewCellStyle1;
100      this.dataGridView.Size = new System.Drawing.Size(554, 485);
101      this.dataGridView.TabIndex = 3;
102      this.dataGridView.Scroll += new System.Windows.Forms.ScrollEventHandler(this.dataGridView_Scroll);
103      this.dataGridView.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dataGridView_CellValidating);
104      this.dataGridView.Resize += new System.EventHandler(this.dataGridView_Resize);
105      //
106      // contextMenuStrip
107      //
108      this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
109            this.scaleValuesToolStripMenuItem,
110            this.scaleValuesmanuallyToolStripMenuItem,
111            this.showScalingToolStripMenuItem,
112            this.originalValuesToolStripMenuItem});
113      this.contextMenuStrip.Name = "contextMenuStrip";
114      this.contextMenuStrip.Size = new System.Drawing.Size(198, 92);
115      //
116      // scaleValuesToolStripMenuItem
117      //
118      this.scaleValuesToolStripMenuItem.Name = "scaleValuesToolStripMenuItem";
119      this.scaleValuesToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
120      this.scaleValuesToolStripMenuItem.Text = "Scale values [0..1]";
121      this.scaleValuesToolStripMenuItem.Click += new System.EventHandler(this.scaleValuesToolStripMenuItem_Click);
122      //
123      // scaleValuesmanuallyToolStripMenuItem
124      //
125      this.scaleValuesmanuallyToolStripMenuItem.Name = "scaleValuesmanuallyToolStripMenuItem";
126      this.scaleValuesmanuallyToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
127      this.scaleValuesmanuallyToolStripMenuItem.Text = "Scale values (manually)";
128      this.scaleValuesmanuallyToolStripMenuItem.Click += new System.EventHandler(this.scaleValuesmanuallyToolStripMenuItem_Click);
129      //
130      // showScalingToolStripMenuItem
131      //
132      this.showScalingToolStripMenuItem.Name = "showScalingToolStripMenuItem";
133      this.showScalingToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
134      this.showScalingToolStripMenuItem.Text = "Show scaling...";
135      this.showScalingToolStripMenuItem.Click += new System.EventHandler(this.showScalingToolStripMenuItem_Click);
136      //
137      // originalValuesToolStripMenuItem
138      //
139      this.originalValuesToolStripMenuItem.Name = "originalValuesToolStripMenuItem";
140      this.originalValuesToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
141      this.originalValuesToolStripMenuItem.Text = "Unscale values";
142      this.originalValuesToolStripMenuItem.Click += new System.EventHandler(this.originalValuesToolStripMenuItem_Click);
143      //
144      // rowsLabel
145      //
146      this.rowsLabel.AutoSize = true;
147      this.rowsLabel.Location = new System.Drawing.Point(3, 32);
148      this.rowsLabel.Name = "rowsLabel";
149      this.rowsLabel.Size = new System.Drawing.Size(37, 13);
150      this.rowsLabel.TabIndex = 4;
151      this.rowsLabel.Text = "Rows:";
152      //
153      // columnsLabel
154      //
155      this.columnsLabel.AutoSize = true;
156      this.columnsLabel.Location = new System.Drawing.Point(161, 32);
157      this.columnsLabel.Name = "columnsLabel";
158      this.columnsLabel.Size = new System.Drawing.Size(50, 13);
159      this.columnsLabel.TabIndex = 5;
160      this.columnsLabel.Text = "Columns:";
161      //
162      // nameLabel
163      //
164      this.nameLabel.AutoSize = true;
165      this.nameLabel.Location = new System.Drawing.Point(3, 6);
166      this.nameLabel.Name = "nameLabel";
167      this.nameLabel.Size = new System.Drawing.Size(41, 13);
168      this.nameLabel.TabIndex = 6;
169      this.nameLabel.Text = "Name: ";
170      //
171      // nameTextBox
172      //
173      this.nameTextBox.Location = new System.Drawing.Point(50, 3);
174      this.nameTextBox.Name = "nameTextBox";
175      this.nameTextBox.ReadOnly = true;
176      this.nameTextBox.Size = new System.Drawing.Size(219, 20);
177      this.nameTextBox.TabIndex = 7;
178      //
179      // DatasetView
180      //
181      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
182      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
183      this.Controls.Add(this.nameTextBox);
184      this.Controls.Add(this.nameLabel);
185      this.Controls.Add(this.columnsLabel);
186      this.Controls.Add(this.rowsLabel);
187      this.Controls.Add(this.dataGridView);
188      this.Controls.Add(this.columnsTextBox);
189      this.Controls.Add(this.rowsTextBox);
190      this.Name = "DatasetView";
191      this.Size = new System.Drawing.Size(560, 543);
192      ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
193      this.contextMenuStrip.ResumeLayout(false);
194      this.ResumeLayout(false);
195      this.PerformLayout();
196
197    }
198
199    #endregion
200
201    private System.Windows.Forms.TextBox rowsTextBox;
202    private System.Windows.Forms.TextBox columnsTextBox;
203    private System.Windows.Forms.DataGridView dataGridView;
204    private System.Windows.Forms.Label rowsLabel;
205    private System.Windows.Forms.Label columnsLabel;
206    private System.Windows.Forms.Label nameLabel;
207    private System.Windows.Forms.TextBox nameTextBox;
208    private System.Windows.Forms.ContextMenuStrip contextMenuStrip;
209    private System.Windows.Forms.ToolStripMenuItem scaleValuesToolStripMenuItem;
210    private System.Windows.Forms.ToolStripMenuItem originalValuesToolStripMenuItem;
211    private System.Windows.Forms.ToolStripMenuItem scaleValuesmanuallyToolStripMenuItem;
212    private System.Windows.Forms.ToolStripMenuItem showScalingToolStripMenuItem;
213  }
214}
Note: See TracBrowser for help on using the repository browser.