#region License Information
/* HeuristicLab
* Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
*
* This file is part of HeuristicLab.
*
* HeuristicLab is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* HeuristicLab is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with HeuristicLab. If not, see .
*/
#endregion
namespace HeuristicLab.DataPreprocessing.Views {
partial class DataCompletenessView {
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing) {
if (disposing && (components != null)) {
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent() {
this.components = new System.ComponentModel.Container();
this.nonMissingLabel = new System.Windows.Forms.Label();
this.missingLabel = new System.Windows.Forms.Label();
this.nonMissingColorPanel = new System.Windows.Forms.Panel();
this.missingColorPanel = new System.Windows.Forms.Panel();
this.legendPanel = new System.Windows.Forms.Panel();
this.pictureBox = new System.Windows.Forms.PictureBox();
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
this.legendPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
this.SuspendLayout();
//
// nonMissingLabel
//
this.nonMissingLabel.AutoSize = true;
this.nonMissingLabel.ForeColor = System.Drawing.Color.Black;
this.nonMissingLabel.Location = new System.Drawing.Point(159, 3);
this.nonMissingLabel.Name = "nonMissingLabel";
this.nonMissingLabel.Size = new System.Drawing.Size(91, 13);
this.nonMissingLabel.TabIndex = 1;
this.nonMissingLabel.Text = "non-missing value";
//
// missingLabel
//
this.missingLabel.AutoSize = true;
this.missingLabel.Location = new System.Drawing.Point(297, 3);
this.missingLabel.Name = "missingLabel";
this.missingLabel.Size = new System.Drawing.Size(70, 13);
this.missingLabel.TabIndex = 2;
this.missingLabel.Text = "missing value";
//
// nonMissingColorPanel
//
this.nonMissingColorPanel.BackColor = System.Drawing.Color.CornflowerBlue;
this.nonMissingColorPanel.Location = new System.Drawing.Point(118, 3);
this.nonMissingColorPanel.Name = "nonMissingColorPanel";
this.nonMissingColorPanel.Size = new System.Drawing.Size(35, 13);
this.nonMissingColorPanel.TabIndex = 3;
//
// missingColorPanel
//
this.missingColorPanel.BackColor = System.Drawing.Color.Orange;
this.missingColorPanel.Location = new System.Drawing.Point(256, 3);
this.missingColorPanel.Name = "missingColorPanel";
this.missingColorPanel.Size = new System.Drawing.Size(35, 13);
this.missingColorPanel.TabIndex = 4;
//
// legendPanel
//
this.legendPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.legendPanel.Controls.Add(this.nonMissingColorPanel);
this.legendPanel.Controls.Add(this.missingLabel);
this.legendPanel.Controls.Add(this.missingColorPanel);
this.legendPanel.Controls.Add(this.nonMissingLabel);
this.legendPanel.Location = new System.Drawing.Point(3, 3);
this.legendPanel.Name = "legendPanel";
this.legendPanel.Size = new System.Drawing.Size(487, 23);
this.legendPanel.TabIndex = 0;
//
// pictureBox
//
this.pictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pictureBox.Location = new System.Drawing.Point(3, 32);
this.pictureBox.Name = "pictureBox";
this.pictureBox.Size = new System.Drawing.Size(487, 309);
this.pictureBox.TabIndex = 1;
this.pictureBox.TabStop = false;
this.pictureBox.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox_Paint);
this.pictureBox.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBox_MouseMove);
//
// toolTip
//
this.toolTip.AutomaticDelay = 0;
this.toolTip.ShowAlways = true;
this.toolTip.UseAnimation = false;
this.toolTip.UseFading = false;
//
// DataCompletenessView
//
this.Controls.Add(this.pictureBox);
this.Controls.Add(this.legendPanel);
this.Name = "DataCompletenessView";
this.Size = new System.Drawing.Size(493, 344);
this.legendPanel.ResumeLayout(false);
this.legendPanel.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label nonMissingLabel;
private System.Windows.Forms.Label missingLabel;
private System.Windows.Forms.Panel nonMissingColorPanel;
private System.Windows.Forms.Panel missingColorPanel;
private System.Windows.Forms.Panel legendPanel;
private System.Windows.Forms.PictureBox pictureBox;
private System.Windows.Forms.ToolTip toolTip;
}
}