Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 6134 was 6134, checked in by gkronber, 13 years ago

#1471: added plugin for DbExplorer interfaces, deleted .resx files, set svn:ignore properties, and added license header

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