Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Data/View/ColumnGroupView.Designer.cs @ 7267

Last change on this file since 7267 was 7267, checked in by gkronber, 12 years ago

#1734 updated copyright year in all files of the DataImporter branch

File size: 17.0 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.DataImporter.Data.View {
23  partial class ColumnGroupView {
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))
36          components.Dispose();
37
38        ColumnGroup.Changed -= ColumnGroupChanged;
39        StateChanged = null;
40        Activated = null;               
41
42        dataGridView.ColumnHeaderMouseClick -= dataGridView_ColumnHeaderMouseClick;
43        dataGridView.ColumnWidthChanged -= dataGridView_ColumnWidthChanged;
44        dataGridView.MouseClick -= dataGridView_MouseClick;
45        dataGridView.SelectionChanged -= dataGridView_SelectionChanged;
46        dataGridView.AllowUserToOrderColumnsChanged -= dataGridView_AllowUserToOrderColumnsChanged;       
47        dataGridView.KeyDown -= dataGridView_KeyDown;
48
49        dataGridView.CellValueNeeded -= dataGridView_CellValueNeeded;
50        dataGridView.CellValuePushed -= dataGridView_CellValuePushed;
51        dataGridView.UserDeletingRow -= dataGridView_UserDeletingRow;
52
53        //commented because otherwise dispose crashes while editing a cell
54        //dataGridView.Dispose();
55      }
56      base.Dispose(disposing);
57      System.GC.Collect();
58    }
59
60    #region Component Designer generated code
61
62    /// <summary>
63    /// Required method for Designer support - do not modify
64    /// the contents of this method with the code editor.
65    /// </summary>
66    private void InitializeComponent() {
67      this.components = new System.ComponentModel.Container();
68      System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
69      System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
70      this.dataGridView = new System.Windows.Forms.DataGridView();
71      this.txtColumnGroupName = new System.Windows.Forms.TextBox();
72      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
73      this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
74      this.label1 = new System.Windows.Forms.Label();
75      this.lblMean = new System.Windows.Forms.Label();
76      this.label5 = new System.Windows.Forms.Label();
77      this.lblMaximum = new System.Windows.Forms.Label();
78      this.label4 = new System.Windows.Forms.Label();
79      this.lblMinimum = new System.Windows.Forms.Label();
80      this.label3 = new System.Windows.Forms.Label();
81      this.lblNullValues = new System.Windows.Forms.Label();
82      this.label2 = new System.Windows.Forms.Label();
83      this.lblValues = new System.Windows.Forms.Label();
84      this.label6 = new System.Windows.Forms.Label();
85      this.label7 = new System.Windows.Forms.Label();
86      this.lblStdDev = new System.Windows.Forms.Label();
87      this.lblMedian = new System.Windows.Forms.Label();
88      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
89      ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
90      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
91      this.splitContainer1.Panel1.SuspendLayout();
92      this.splitContainer1.Panel2.SuspendLayout();
93      this.splitContainer1.SuspendLayout();
94      this.tableLayoutPanel1.SuspendLayout();
95      this.SuspendLayout();
96      //
97      // dataGridView
98      //
99      this.dataGridView.AllowUserToAddRows = false;
100      this.dataGridView.AllowUserToResizeRows = false;
101      this.dataGridView.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.Disable;
102      dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
103      dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
104      dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
105      dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
106      dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
107      dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
108      dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
109      this.dataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
110      this.dataGridView.ColumnHeadersHeight = 45;
111      this.dataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
112      this.dataGridView.Location = new System.Drawing.Point(0, 0);
113      this.dataGridView.MinimumSize = new System.Drawing.Size(400, 0);
114      this.dataGridView.Name = "dataGridView";
115      dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
116      dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
117      dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
118      dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
119      dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
120      dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
121      dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
122      this.dataGridView.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
123      this.dataGridView.RowHeadersWidth = 60;
124      this.dataGridView.Size = new System.Drawing.Size(400, 380);
125      this.dataGridView.TabIndex = 0;
126      //
127      // txtColumnGroupName
128      //
129      this.txtColumnGroupName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
130                  | System.Windows.Forms.AnchorStyles.Right)));
131      this.txtColumnGroupName.ForeColor = System.Drawing.SystemColors.WindowText;
132      this.txtColumnGroupName.Location = new System.Drawing.Point(1, -1);
133      this.txtColumnGroupName.Name = "txtColumnGroupName";
134      this.txtColumnGroupName.ReadOnly = true;
135      this.txtColumnGroupName.Size = new System.Drawing.Size(397, 20);
136      this.txtColumnGroupName.TabIndex = 1;
137      this.txtColumnGroupName.Click += new System.EventHandler(this.txtColumnGroupName_Click);
138      this.txtColumnGroupName.DoubleClick += new System.EventHandler(this.txtColumnGroupName_DoubleClick);
139      this.txtColumnGroupName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtColumnGroupName_KeyDown);
140      this.txtColumnGroupName.Leave += new System.EventHandler(this.txtColumnGroupName_Leave);
141      //
142      // splitContainer1
143      //
144      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
145      this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
146      this.splitContainer1.IsSplitterFixed = true;
147      this.splitContainer1.Location = new System.Drawing.Point(0, 0);
148      this.splitContainer1.Name = "splitContainer1";
149      this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
150      //
151      // splitContainer1.Panel1
152      //
153      this.splitContainer1.Panel1.Controls.Add(this.txtColumnGroupName);
154      this.splitContainer1.Panel1.Controls.Add(this.tableLayoutPanel1);
155      //
156      // splitContainer1.Panel2
157      //
158      this.splitContainer1.Panel2.Controls.Add(this.dataGridView);
159      this.splitContainer1.Size = new System.Drawing.Size(398, 490);
160      this.splitContainer1.SplitterDistance = 106;
161      this.splitContainer1.TabIndex = 2;
162      //
163      // tableLayoutPanel1
164      //
165      this.tableLayoutPanel1.ColumnCount = 4;
166      this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 59F));
167      this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 51.00671F));
168      this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 68F));
169      this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 48.99329F));
170      this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
171      this.tableLayoutPanel1.Controls.Add(this.lblMean, 1, 2);
172      this.tableLayoutPanel1.Controls.Add(this.label5, 0, 2);
173      this.tableLayoutPanel1.Controls.Add(this.lblMaximum, 3, 1);
174      this.tableLayoutPanel1.Controls.Add(this.label4, 2, 1);
175      this.tableLayoutPanel1.Controls.Add(this.lblMinimum, 1, 1);
176      this.tableLayoutPanel1.Controls.Add(this.label3, 0, 1);
177      this.tableLayoutPanel1.Controls.Add(this.lblNullValues, 3, 0);
178      this.tableLayoutPanel1.Controls.Add(this.label2, 2, 0);
179      this.tableLayoutPanel1.Controls.Add(this.lblValues, 1, 0);
180      this.tableLayoutPanel1.Controls.Add(this.label6, 0, 3);
181      this.tableLayoutPanel1.Controls.Add(this.label7, 2, 2);
182      this.tableLayoutPanel1.Controls.Add(this.lblStdDev, 3, 2);
183      this.tableLayoutPanel1.Controls.Add(this.lblMedian, 1, 3);
184      this.tableLayoutPanel1.Location = new System.Drawing.Point(-1, 20);
185      this.tableLayoutPanel1.Name = "tableLayoutPanel1";
186      this.tableLayoutPanel1.RowCount = 4;
187      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
188      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
189      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
190      this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
191      this.tableLayoutPanel1.Size = new System.Drawing.Size(401, 78);
192      this.tableLayoutPanel1.TabIndex = 26;
193      //
194      // label1
195      //
196      this.label1.AutoSize = true;
197      this.label1.Location = new System.Drawing.Point(3, 0);
198      this.label1.Name = "label1";
199      this.label1.Size = new System.Drawing.Size(42, 13);
200      this.label1.TabIndex = 14;
201      this.label1.Text = "Values:";
202      //
203      // lblMean
204      //
205      this.lblMean.AutoSize = true;
206      this.lblMean.Location = new System.Drawing.Point(62, 40);
207      this.lblMean.Name = "lblMean";
208      this.lblMean.Size = new System.Drawing.Size(0, 13);
209      this.lblMean.TabIndex = 23;
210      //
211      // label5
212      //
213      this.label5.AutoSize = true;
214      this.label5.Location = new System.Drawing.Point(3, 40);
215      this.label5.Name = "label5";
216      this.label5.Size = new System.Drawing.Size(37, 13);
217      this.label5.TabIndex = 22;
218      this.label5.Text = "Mean:";
219      //
220      // lblMaximum
221      //
222      this.lblMaximum.AutoSize = true;
223      this.lblMaximum.Location = new System.Drawing.Point(269, 20);
224      this.lblMaximum.Name = "lblMaximum";
225      this.lblMaximum.Size = new System.Drawing.Size(0, 13);
226      this.lblMaximum.TabIndex = 21;
227      //
228      // label4
229      //
230      this.label4.AutoSize = true;
231      this.label4.Location = new System.Drawing.Point(201, 20);
232      this.label4.Name = "label4";
233      this.label4.Size = new System.Drawing.Size(54, 13);
234      this.label4.TabIndex = 20;
235      this.label4.Text = "Maximum:";
236      //
237      // lblMinimum
238      //
239      this.lblMinimum.AutoSize = true;
240      this.lblMinimum.Location = new System.Drawing.Point(62, 20);
241      this.lblMinimum.Name = "lblMinimum";
242      this.lblMinimum.Size = new System.Drawing.Size(0, 13);
243      this.lblMinimum.TabIndex = 19;
244      //
245      // label3
246      //
247      this.label3.AutoSize = true;
248      this.label3.Location = new System.Drawing.Point(3, 20);
249      this.label3.Name = "label3";
250      this.label3.Size = new System.Drawing.Size(51, 13);
251      this.label3.TabIndex = 18;
252      this.label3.Text = "Minimum:";
253      //
254      // lblNullValues
255      //
256      this.lblNullValues.AutoSize = true;
257      this.lblNullValues.Location = new System.Drawing.Point(269, 0);
258      this.lblNullValues.Name = "lblNullValues";
259      this.lblNullValues.Size = new System.Drawing.Size(0, 13);
260      this.lblNullValues.TabIndex = 17;
261      //
262      // label2
263      //
264      this.label2.AutoSize = true;
265      this.label2.Location = new System.Drawing.Point(201, 0);
266      this.label2.Name = "label2";
267      this.label2.Size = new System.Drawing.Size(60, 13);
268      this.label2.TabIndex = 16;
269      this.label2.Text = "NullValues:";
270      //
271      // lblValues
272      //
273      this.lblValues.AutoSize = true;
274      this.lblValues.Location = new System.Drawing.Point(62, 0);
275      this.lblValues.Name = "lblValues";
276      this.lblValues.Size = new System.Drawing.Size(0, 13);
277      this.lblValues.TabIndex = 15;
278      //
279      // label6
280      //
281      this.label6.AutoSize = true;
282      this.label6.Location = new System.Drawing.Point(3, 60);
283      this.label6.Name = "label6";
284      this.label6.Size = new System.Drawing.Size(45, 13);
285      this.label6.TabIndex = 24;
286      this.label6.Text = "Median:";
287      //
288      // label7
289      //
290      this.label7.AutoSize = true;
291      this.label7.Location = new System.Drawing.Point(201, 40);
292      this.label7.Name = "label7";
293      this.label7.Size = new System.Drawing.Size(43, 13);
294      this.label7.TabIndex = 26;
295      this.label7.Text = "StdDev";
296      //
297      // lblStdDev
298      //
299      this.lblStdDev.AutoSize = true;
300      this.lblStdDev.Location = new System.Drawing.Point(269, 40);
301      this.lblStdDev.Name = "lblStdDev";
302      this.lblStdDev.Size = new System.Drawing.Size(0, 13);
303      this.lblStdDev.TabIndex = 27;
304      //
305      // lblMedian
306      //
307      this.lblMedian.AutoSize = true;
308      this.lblMedian.Location = new System.Drawing.Point(62, 60);
309      this.lblMedian.Name = "lblMedian";
310      this.lblMedian.Size = new System.Drawing.Size(0, 13);
311      this.lblMedian.TabIndex = 25;
312      //
313      // ColumnGroupView
314      //
315      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
316      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
317      this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
318      this.Controls.Add(this.splitContainer1);
319      this.MinimumSize = new System.Drawing.Size(400, 2);
320      this.Name = "ColumnGroupView";
321      this.Size = new System.Drawing.Size(398, 490);
322      ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
323      this.splitContainer1.Panel1.ResumeLayout(false);
324      this.splitContainer1.Panel1.PerformLayout();
325      this.splitContainer1.Panel2.ResumeLayout(false);
326      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
327      this.splitContainer1.ResumeLayout(false);
328      this.tableLayoutPanel1.ResumeLayout(false);
329      this.tableLayoutPanel1.PerformLayout();
330      this.ResumeLayout(false);
331
332    }
333
334    #endregion
335
336    private System.Windows.Forms.DataGridView dataGridView;
337    private System.Windows.Forms.TextBox txtColumnGroupName;
338    private System.Windows.Forms.SplitContainer splitContainer1;
339    private System.Windows.Forms.Label label1;
340    private System.Windows.Forms.Label lblValues;
341    private System.Windows.Forms.Label label2;
342    private System.Windows.Forms.Label lblNullValues;
343    private System.Windows.Forms.Label label3;
344    private System.Windows.Forms.Label lblMinimum;
345    private System.Windows.Forms.Label label4;
346    private System.Windows.Forms.Label lblMaximum;
347    private System.Windows.Forms.Label label5;
348    private System.Windows.Forms.Label lblMedian;
349    private System.Windows.Forms.Label label6;
350    private System.Windows.Forms.Label lblMean;
351    private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
352    private System.Windows.Forms.Label label7;
353    private System.Windows.Forms.Label lblStdDev;
354    private System.Windows.Forms.ToolTip toolTip;
355  }
356}
Note: See TracBrowser for help on using the repository browser.