[6134] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[9615] | 3 | * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[6134] | 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 |
|
---|
| 22 | namespace HeuristicLab.DataImporter.Data.View {
|
---|
[6133] | 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) {
|
---|
[7747] | 35 | if ((components != null))
|
---|
[6133] | 36 | components.Dispose();
|
---|
| 37 |
|
---|
| 38 | ColumnGroup.Changed -= ColumnGroupChanged;
|
---|
| 39 | StateChanged = null;
|
---|
[7747] | 40 | Activated = null;
|
---|
[6133] | 41 |
|
---|
| 42 | dataGridView.ColumnHeaderMouseClick -= dataGridView_ColumnHeaderMouseClick;
|
---|
| 43 | dataGridView.ColumnWidthChanged -= dataGridView_ColumnWidthChanged;
|
---|
| 44 | dataGridView.MouseClick -= dataGridView_MouseClick;
|
---|
| 45 | dataGridView.SelectionChanged -= dataGridView_SelectionChanged;
|
---|
[7747] | 46 | dataGridView.AllowUserToOrderColumnsChanged -= dataGridView_AllowUserToOrderColumnsChanged;
|
---|
[6133] | 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() {
|
---|
[6707] | 66 | this.components = new System.ComponentModel.Container();
|
---|
[6133] | 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.lblMinimum = new System.Windows.Forms.Label();
|
---|
| 77 | this.label3 = new System.Windows.Forms.Label();
|
---|
| 78 | this.lblNullValues = new System.Windows.Forms.Label();
|
---|
| 79 | this.label2 = new System.Windows.Forms.Label();
|
---|
| 80 | this.lblValues = new System.Windows.Forms.Label();
|
---|
[7968] | 81 | this.lblMedian = new System.Windows.Forms.Label();
|
---|
| 82 | this.label8 = new System.Windows.Forms.Label();
|
---|
| 83 | this.label4 = new System.Windows.Forms.Label();
|
---|
| 84 | this.lblNullPercentage = new System.Windows.Forms.Label();
|
---|
[6133] | 85 | this.label6 = new System.Windows.Forms.Label();
|
---|
| 86 | this.label7 = new System.Windows.Forms.Label();
|
---|
| 87 | this.lblStdDev = new System.Windows.Forms.Label();
|
---|
[7968] | 88 | this.lblMaximum = new System.Windows.Forms.Label();
|
---|
[6707] | 89 | this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
---|
[6133] | 90 | ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
|
---|
[6707] | 91 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
---|
[6133] | 92 | this.splitContainer1.Panel1.SuspendLayout();
|
---|
| 93 | this.splitContainer1.Panel2.SuspendLayout();
|
---|
| 94 | this.splitContainer1.SuspendLayout();
|
---|
| 95 | this.tableLayoutPanel1.SuspendLayout();
|
---|
| 96 | this.SuspendLayout();
|
---|
| 97 | //
|
---|
| 98 | // dataGridView
|
---|
| 99 | //
|
---|
| 100 | this.dataGridView.AllowUserToAddRows = false;
|
---|
| 101 | this.dataGridView.AllowUserToResizeRows = false;
|
---|
| 102 | this.dataGridView.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.Disable;
|
---|
| 103 | dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
---|
| 104 | dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
|
---|
| 105 | dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
| 106 | dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
|
---|
| 107 | dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
---|
| 108 | dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
---|
| 109 | dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
---|
| 110 | this.dataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
---|
| 111 | this.dataGridView.ColumnHeadersHeight = 45;
|
---|
| 112 | this.dataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 113 | this.dataGridView.Location = new System.Drawing.Point(0, 0);
|
---|
| 114 | this.dataGridView.MinimumSize = new System.Drawing.Size(400, 0);
|
---|
| 115 | this.dataGridView.Name = "dataGridView";
|
---|
| 116 | dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
---|
| 117 | dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
|
---|
| 118 | dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
| 119 | dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
|
---|
| 120 | dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
---|
| 121 | dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
---|
| 122 | dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
---|
| 123 | this.dataGridView.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
---|
| 124 | this.dataGridView.RowHeadersWidth = 60;
|
---|
| 125 | this.dataGridView.Size = new System.Drawing.Size(400, 380);
|
---|
| 126 | this.dataGridView.TabIndex = 0;
|
---|
| 127 | //
|
---|
| 128 | // txtColumnGroupName
|
---|
| 129 | //
|
---|
| 130 | this.txtColumnGroupName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 131 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 132 | this.txtColumnGroupName.ForeColor = System.Drawing.SystemColors.WindowText;
|
---|
| 133 | this.txtColumnGroupName.Location = new System.Drawing.Point(1, -1);
|
---|
| 134 | this.txtColumnGroupName.Name = "txtColumnGroupName";
|
---|
| 135 | this.txtColumnGroupName.ReadOnly = true;
|
---|
| 136 | this.txtColumnGroupName.Size = new System.Drawing.Size(397, 20);
|
---|
| 137 | this.txtColumnGroupName.TabIndex = 1;
|
---|
[6707] | 138 | this.txtColumnGroupName.Click += new System.EventHandler(this.txtColumnGroupName_Click);
|
---|
[6133] | 139 | this.txtColumnGroupName.DoubleClick += new System.EventHandler(this.txtColumnGroupName_DoubleClick);
|
---|
| 140 | this.txtColumnGroupName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtColumnGroupName_KeyDown);
|
---|
| 141 | this.txtColumnGroupName.Leave += new System.EventHandler(this.txtColumnGroupName_Leave);
|
---|
| 142 | //
|
---|
| 143 | // splitContainer1
|
---|
| 144 | //
|
---|
| 145 | this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 146 | this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
---|
| 147 | this.splitContainer1.IsSplitterFixed = true;
|
---|
| 148 | this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
---|
| 149 | this.splitContainer1.Name = "splitContainer1";
|
---|
| 150 | this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
---|
| 151 | //
|
---|
| 152 | // splitContainer1.Panel1
|
---|
| 153 | //
|
---|
| 154 | this.splitContainer1.Panel1.Controls.Add(this.txtColumnGroupName);
|
---|
| 155 | this.splitContainer1.Panel1.Controls.Add(this.tableLayoutPanel1);
|
---|
| 156 | //
|
---|
| 157 | // splitContainer1.Panel2
|
---|
| 158 | //
|
---|
| 159 | this.splitContainer1.Panel2.Controls.Add(this.dataGridView);
|
---|
| 160 | this.splitContainer1.Size = new System.Drawing.Size(398, 490);
|
---|
| 161 | this.splitContainer1.SplitterDistance = 106;
|
---|
| 162 | this.splitContainer1.TabIndex = 2;
|
---|
| 163 | //
|
---|
| 164 | // tableLayoutPanel1
|
---|
| 165 | //
|
---|
| 166 | this.tableLayoutPanel1.ColumnCount = 4;
|
---|
| 167 | this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 59F));
|
---|
| 168 | this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 51.00671F));
|
---|
[7968] | 169 | this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 95F));
|
---|
[6133] | 170 | this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 48.99329F));
|
---|
| 171 | this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
|
---|
| 172 | this.tableLayoutPanel1.Controls.Add(this.lblMean, 1, 2);
|
---|
| 173 | this.tableLayoutPanel1.Controls.Add(this.label5, 0, 2);
|
---|
| 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);
|
---|
[7968] | 179 | this.tableLayoutPanel1.Controls.Add(this.lblMedian, 1, 3);
|
---|
| 180 | this.tableLayoutPanel1.Controls.Add(this.label8, 2, 1);
|
---|
| 181 | this.tableLayoutPanel1.Controls.Add(this.label4, 2, 2);
|
---|
| 182 | this.tableLayoutPanel1.Controls.Add(this.lblNullPercentage, 3, 1);
|
---|
[6133] | 183 | this.tableLayoutPanel1.Controls.Add(this.label6, 0, 3);
|
---|
[7968] | 184 | this.tableLayoutPanel1.Controls.Add(this.label7, 2, 3);
|
---|
| 185 | this.tableLayoutPanel1.Controls.Add(this.lblStdDev, 3, 3);
|
---|
| 186 | this.tableLayoutPanel1.Controls.Add(this.lblMaximum, 3, 2);
|
---|
[6133] | 187 | this.tableLayoutPanel1.Location = new System.Drawing.Point(-1, 20);
|
---|
| 188 | this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
---|
| 189 | this.tableLayoutPanel1.RowCount = 4;
|
---|
| 190 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
---|
| 191 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
---|
| 192 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
---|
| 193 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
---|
| 194 | this.tableLayoutPanel1.Size = new System.Drawing.Size(401, 78);
|
---|
| 195 | this.tableLayoutPanel1.TabIndex = 26;
|
---|
| 196 | //
|
---|
| 197 | // label1
|
---|
| 198 | //
|
---|
| 199 | this.label1.AutoSize = true;
|
---|
| 200 | this.label1.Location = new System.Drawing.Point(3, 0);
|
---|
| 201 | this.label1.Name = "label1";
|
---|
| 202 | this.label1.Size = new System.Drawing.Size(42, 13);
|
---|
| 203 | this.label1.TabIndex = 14;
|
---|
| 204 | this.label1.Text = "Values:";
|
---|
| 205 | //
|
---|
| 206 | // lblMean
|
---|
| 207 | //
|
---|
| 208 | this.lblMean.AutoSize = true;
|
---|
| 209 | this.lblMean.Location = new System.Drawing.Point(62, 40);
|
---|
| 210 | this.lblMean.Name = "lblMean";
|
---|
| 211 | this.lblMean.Size = new System.Drawing.Size(0, 13);
|
---|
| 212 | this.lblMean.TabIndex = 23;
|
---|
| 213 | //
|
---|
| 214 | // label5
|
---|
| 215 | //
|
---|
| 216 | this.label5.AutoSize = true;
|
---|
| 217 | this.label5.Location = new System.Drawing.Point(3, 40);
|
---|
| 218 | this.label5.Name = "label5";
|
---|
| 219 | this.label5.Size = new System.Drawing.Size(37, 13);
|
---|
| 220 | this.label5.TabIndex = 22;
|
---|
| 221 | this.label5.Text = "Mean:";
|
---|
| 222 | //
|
---|
| 223 | // lblMinimum
|
---|
| 224 | //
|
---|
| 225 | this.lblMinimum.AutoSize = true;
|
---|
| 226 | this.lblMinimum.Location = new System.Drawing.Point(62, 20);
|
---|
| 227 | this.lblMinimum.Name = "lblMinimum";
|
---|
| 228 | this.lblMinimum.Size = new System.Drawing.Size(0, 13);
|
---|
| 229 | this.lblMinimum.TabIndex = 19;
|
---|
| 230 | //
|
---|
| 231 | // label3
|
---|
| 232 | //
|
---|
| 233 | this.label3.AutoSize = true;
|
---|
| 234 | this.label3.Location = new System.Drawing.Point(3, 20);
|
---|
| 235 | this.label3.Name = "label3";
|
---|
| 236 | this.label3.Size = new System.Drawing.Size(51, 13);
|
---|
| 237 | this.label3.TabIndex = 18;
|
---|
| 238 | this.label3.Text = "Minimum:";
|
---|
| 239 | //
|
---|
| 240 | // lblNullValues
|
---|
| 241 | //
|
---|
| 242 | this.lblNullValues.AutoSize = true;
|
---|
[7968] | 243 | this.lblNullValues.Location = new System.Drawing.Point(282, 0);
|
---|
[6133] | 244 | this.lblNullValues.Name = "lblNullValues";
|
---|
| 245 | this.lblNullValues.Size = new System.Drawing.Size(0, 13);
|
---|
| 246 | this.lblNullValues.TabIndex = 17;
|
---|
| 247 | //
|
---|
| 248 | // label2
|
---|
| 249 | //
|
---|
| 250 | this.label2.AutoSize = true;
|
---|
[7968] | 251 | this.label2.Location = new System.Drawing.Point(187, 0);
|
---|
[6133] | 252 | this.label2.Name = "label2";
|
---|
| 253 | this.label2.Size = new System.Drawing.Size(60, 13);
|
---|
| 254 | this.label2.TabIndex = 16;
|
---|
| 255 | this.label2.Text = "NullValues:";
|
---|
| 256 | //
|
---|
| 257 | // lblValues
|
---|
| 258 | //
|
---|
| 259 | this.lblValues.AutoSize = true;
|
---|
| 260 | this.lblValues.Location = new System.Drawing.Point(62, 0);
|
---|
| 261 | this.lblValues.Name = "lblValues";
|
---|
| 262 | this.lblValues.Size = new System.Drawing.Size(0, 13);
|
---|
| 263 | this.lblValues.TabIndex = 15;
|
---|
| 264 | //
|
---|
[7968] | 265 | // lblMedian
|
---|
| 266 | //
|
---|
| 267 | this.lblMedian.AutoSize = true;
|
---|
| 268 | this.lblMedian.Location = new System.Drawing.Point(62, 60);
|
---|
| 269 | this.lblMedian.Name = "lblMedian";
|
---|
| 270 | this.lblMedian.Size = new System.Drawing.Size(0, 13);
|
---|
| 271 | this.lblMedian.TabIndex = 25;
|
---|
| 272 | //
|
---|
| 273 | // label8
|
---|
| 274 | //
|
---|
| 275 | this.label8.AutoSize = true;
|
---|
| 276 | this.label8.Location = new System.Drawing.Point(187, 20);
|
---|
| 277 | this.label8.Name = "label8";
|
---|
| 278 | this.label8.Size = new System.Drawing.Size(83, 13);
|
---|
| 279 | this.label8.TabIndex = 28;
|
---|
| 280 | this.label8.Text = "NullPercentage:";
|
---|
| 281 | //
|
---|
| 282 | // label4
|
---|
| 283 | //
|
---|
| 284 | this.label4.AutoSize = true;
|
---|
| 285 | this.label4.Location = new System.Drawing.Point(187, 40);
|
---|
| 286 | this.label4.Name = "label4";
|
---|
| 287 | this.label4.Size = new System.Drawing.Size(54, 13);
|
---|
| 288 | this.label4.TabIndex = 20;
|
---|
| 289 | this.label4.Text = "Maximum:";
|
---|
| 290 | //
|
---|
| 291 | // lblNullPercentage
|
---|
| 292 | //
|
---|
| 293 | this.lblNullPercentage.AutoSize = true;
|
---|
| 294 | this.lblNullPercentage.Location = new System.Drawing.Point(282, 20);
|
---|
| 295 | this.lblNullPercentage.Name = "lblNullPercentage";
|
---|
| 296 | this.lblNullPercentage.Size = new System.Drawing.Size(0, 13);
|
---|
| 297 | this.lblNullPercentage.TabIndex = 29;
|
---|
| 298 | //
|
---|
[6133] | 299 | // label6
|
---|
| 300 | //
|
---|
| 301 | this.label6.AutoSize = true;
|
---|
| 302 | this.label6.Location = new System.Drawing.Point(3, 60);
|
---|
| 303 | this.label6.Name = "label6";
|
---|
| 304 | this.label6.Size = new System.Drawing.Size(45, 13);
|
---|
| 305 | this.label6.TabIndex = 24;
|
---|
| 306 | this.label6.Text = "Median:";
|
---|
| 307 | //
|
---|
| 308 | // label7
|
---|
| 309 | //
|
---|
| 310 | this.label7.AutoSize = true;
|
---|
[7968] | 311 | this.label7.Location = new System.Drawing.Point(187, 60);
|
---|
[6133] | 312 | this.label7.Name = "label7";
|
---|
| 313 | this.label7.Size = new System.Drawing.Size(43, 13);
|
---|
| 314 | this.label7.TabIndex = 26;
|
---|
| 315 | this.label7.Text = "StdDev";
|
---|
| 316 | //
|
---|
| 317 | // lblStdDev
|
---|
| 318 | //
|
---|
| 319 | this.lblStdDev.AutoSize = true;
|
---|
[7968] | 320 | this.lblStdDev.Location = new System.Drawing.Point(282, 60);
|
---|
[6133] | 321 | this.lblStdDev.Name = "lblStdDev";
|
---|
| 322 | this.lblStdDev.Size = new System.Drawing.Size(0, 13);
|
---|
| 323 | this.lblStdDev.TabIndex = 27;
|
---|
| 324 | //
|
---|
[7968] | 325 | // lblMaximum
|
---|
[6133] | 326 | //
|
---|
[7968] | 327 | this.lblMaximum.AutoSize = true;
|
---|
| 328 | this.lblMaximum.Location = new System.Drawing.Point(282, 40);
|
---|
| 329 | this.lblMaximum.Name = "lblMaximum";
|
---|
| 330 | this.lblMaximum.Size = new System.Drawing.Size(0, 13);
|
---|
| 331 | this.lblMaximum.TabIndex = 21;
|
---|
[6133] | 332 | //
|
---|
| 333 | // ColumnGroupView
|
---|
| 334 | //
|
---|
| 335 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 336 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 337 | this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
---|
| 338 | this.Controls.Add(this.splitContainer1);
|
---|
| 339 | this.MinimumSize = new System.Drawing.Size(400, 2);
|
---|
| 340 | this.Name = "ColumnGroupView";
|
---|
| 341 | this.Size = new System.Drawing.Size(398, 490);
|
---|
| 342 | ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
|
---|
| 343 | this.splitContainer1.Panel1.ResumeLayout(false);
|
---|
| 344 | this.splitContainer1.Panel1.PerformLayout();
|
---|
| 345 | this.splitContainer1.Panel2.ResumeLayout(false);
|
---|
[6707] | 346 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
---|
[6133] | 347 | this.splitContainer1.ResumeLayout(false);
|
---|
| 348 | this.tableLayoutPanel1.ResumeLayout(false);
|
---|
| 349 | this.tableLayoutPanel1.PerformLayout();
|
---|
| 350 | this.ResumeLayout(false);
|
---|
| 351 |
|
---|
| 352 | }
|
---|
| 353 |
|
---|
| 354 | #endregion
|
---|
| 355 |
|
---|
| 356 | private System.Windows.Forms.DataGridView dataGridView;
|
---|
| 357 | private System.Windows.Forms.TextBox txtColumnGroupName;
|
---|
| 358 | private System.Windows.Forms.SplitContainer splitContainer1;
|
---|
| 359 | private System.Windows.Forms.Label label1;
|
---|
| 360 | private System.Windows.Forms.Label lblValues;
|
---|
| 361 | private System.Windows.Forms.Label label2;
|
---|
| 362 | private System.Windows.Forms.Label lblNullValues;
|
---|
| 363 | private System.Windows.Forms.Label label3;
|
---|
| 364 | private System.Windows.Forms.Label lblMinimum;
|
---|
| 365 | private System.Windows.Forms.Label label4;
|
---|
| 366 | private System.Windows.Forms.Label lblMaximum;
|
---|
| 367 | private System.Windows.Forms.Label label5;
|
---|
| 368 | private System.Windows.Forms.Label lblMedian;
|
---|
| 369 | private System.Windows.Forms.Label label6;
|
---|
| 370 | private System.Windows.Forms.Label lblMean;
|
---|
| 371 | private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
---|
| 372 | private System.Windows.Forms.Label label7;
|
---|
| 373 | private System.Windows.Forms.Label lblStdDev;
|
---|
[6707] | 374 | private System.Windows.Forms.ToolTip toolTip;
|
---|
[7968] | 375 | private System.Windows.Forms.Label label8;
|
---|
| 376 | private System.Windows.Forms.Label lblNullPercentage;
|
---|
[6133] | 377 | }
|
---|
| 378 | }
|
---|