Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 7747 was 7747, checked in by sforsten, 12 years ago

#1818: The Garbage Collector isn't called anymore in the Dispose method of the ColumnGroupView

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