#region License Information
/* HeuristicLab
* Copyright (C) 2002-2016 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.Visualization {
partial class ChartControl {
///
/// 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.pictureBox = new System.Windows.Forms.PictureBox();
this.pictureBoxContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
this.modeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.oneLayerUpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.oneLayerDownToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.intoForegroundToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.intoBackgroundToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.propertiesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.saveImageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
this.splitContainer = new System.Windows.Forms.SplitContainer();
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
this.pictureBoxContextMenuStrip.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
this.splitContainer.Panel2.SuspendLayout();
this.splitContainer.SuspendLayout();
this.SuspendLayout();
//
// pictureBox
//
this.pictureBox.BackColor = System.Drawing.Color.White;
this.pictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pictureBox.ContextMenuStrip = this.pictureBoxContextMenuStrip;
this.pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureBox.Location = new System.Drawing.Point(0, 0);
this.pictureBox.Name = "pictureBox";
this.pictureBox.Size = new System.Drawing.Size(686, 500);
this.pictureBox.TabIndex = 0;
this.pictureBox.TabStop = false;
this.pictureBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.OnKeyUp);
this.pictureBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.OnKeyDown);
this.pictureBox.SizeChanged += new System.EventHandler(this.PictureBoxOnSizeChanged);
this.pictureBox.VisibleChanged += new System.EventHandler(this.PictureBoxOnVisibleChanged);
this.pictureBox.Click += new System.EventHandler(this.PictureBoxOnClick);
this.pictureBox.MouseClick += new System.Windows.Forms.MouseEventHandler(this.PictureBoxOnMouseClick);
this.pictureBox.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.PictureBoxOnMouseDoubleClick);
this.pictureBox.MouseDown += new System.Windows.Forms.MouseEventHandler(this.PictureBoxOnMouseDown);
this.pictureBox.MouseEnter += new System.EventHandler(this.PictureBoxOnMouseEnter);
this.pictureBox.MouseLeave += new System.EventHandler(this.PictureBoxOnMouseLeave);
this.pictureBox.MouseMove += new System.Windows.Forms.MouseEventHandler(this.PictureBoxOnMouseMove);
this.pictureBox.MouseUp += new System.Windows.Forms.MouseEventHandler(this.PictureBoxOnMouseUp);
this.pictureBox.MouseWheel += new System.Windows.Forms.MouseEventHandler(this.PictureBoxOnMouseWheel);
//
// pictureBoxContextMenuStrip
//
this.pictureBoxContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.modeToolStripMenuItem,
this.toolStripSeparator1,
this.oneLayerUpToolStripMenuItem,
this.oneLayerDownToolStripMenuItem,
this.intoForegroundToolStripMenuItem,
this.intoBackgroundToolStripMenuItem,
this.toolStripSeparator2,
this.propertiesToolStripMenuItem,
this.toolStripSeparator3,
this.saveImageToolStripMenuItem});
this.pictureBoxContextMenuStrip.Name = "pictureBoxContextMenuStrip";
this.pictureBoxContextMenuStrip.Size = new System.Drawing.Size(163, 198);
this.pictureBoxContextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.PictureBoxContextMenuStripOnOpening);
//
// modeToolStripMenuItem
//
this.modeToolStripMenuItem.Name = "modeToolStripMenuItem";
this.modeToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
this.modeToolStripMenuItem.Text = "&Mode";
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(159, 6);
//
// oneLayerUpToolStripMenuItem
//
this.oneLayerUpToolStripMenuItem.Enabled = false;
this.oneLayerUpToolStripMenuItem.Name = "oneLayerUpToolStripMenuItem";
this.oneLayerUpToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
this.oneLayerUpToolStripMenuItem.Text = "One Layer &Up";
this.oneLayerUpToolStripMenuItem.Click += new System.EventHandler(this.oneLayerUpToolStripMenuItem_Click);
//
// oneLayerDownToolStripMenuItem
//
this.oneLayerDownToolStripMenuItem.Enabled = false;
this.oneLayerDownToolStripMenuItem.Name = "oneLayerDownToolStripMenuItem";
this.oneLayerDownToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
this.oneLayerDownToolStripMenuItem.Text = "OneLayer &Down";
this.oneLayerDownToolStripMenuItem.Click += new System.EventHandler(this.oneLayerDownToolStripMenuItem_Click);
//
// intoForegroundToolStripMenuItem
//
this.intoForegroundToolStripMenuItem.Enabled = false;
this.intoForegroundToolStripMenuItem.Name = "intoForegroundToolStripMenuItem";
this.intoForegroundToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
this.intoForegroundToolStripMenuItem.Text = "Into &Foreground";
this.intoForegroundToolStripMenuItem.Click += new System.EventHandler(this.intoForegroundToolStripMenuItem_Click);
//
// intoBackgroundToolStripMenuItem
//
this.intoBackgroundToolStripMenuItem.Enabled = false;
this.intoBackgroundToolStripMenuItem.Name = "intoBackgroundToolStripMenuItem";
this.intoBackgroundToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
this.intoBackgroundToolStripMenuItem.Text = "Into &Background";
this.intoBackgroundToolStripMenuItem.Click += new System.EventHandler(this.intoBackgroundToolStripMenuItem_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(159, 6);
//
// propertiesToolStripMenuItem
//
this.propertiesToolStripMenuItem.Enabled = false;
this.propertiesToolStripMenuItem.Name = "propertiesToolStripMenuItem";
this.propertiesToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
this.propertiesToolStripMenuItem.Text = "&Properties";
this.propertiesToolStripMenuItem.Click += new System.EventHandler(this.propertiesToolStripMenuItem_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(159, 6);
//
// saveImageToolStripMenuItem
//
this.saveImageToolStripMenuItem.Name = "saveImageToolStripMenuItem";
this.saveImageToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
this.saveImageToolStripMenuItem.Text = "&Save Image";
this.saveImageToolStripMenuItem.Click += new System.EventHandler(this.saveImageToolStripMenuItem_Click);
//
// saveFileDialog
//
this.saveFileDialog.DefaultExt = "emf";
this.saveFileDialog.FileName = "*.emf";
this.saveFileDialog.Filter = "Bitmap (*.bmp)|*.bmp|JPEG (*.jpg)|*.jpg|EMF (*.emf)|*.emf|PNG (*.png)|*.png|GIF (" +
"*.gif)|*.gif|TIFF (*.tif)|*.tif";
//
// splitContainer
//
this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.splitContainer.IsSplitterFixed = true;
this.splitContainer.Location = new System.Drawing.Point(0, 0);
this.splitContainer.Name = "splitContainer";
//
// splitContainer.Panel2
//
this.splitContainer.Panel2.Controls.Add(this.pictureBox);
this.splitContainer.Size = new System.Drawing.Size(720, 500);
this.splitContainer.SplitterDistance = 30;
this.splitContainer.TabIndex = 1;
//
// ChartControl
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
this.BackColor = System.Drawing.SystemColors.Control;
this.Controls.Add(this.splitContainer);
this.DoubleBuffered = true;
this.Name = "ChartControl";
this.Size = new System.Drawing.Size(720, 500);
this.Load += new System.EventHandler(this.ChartControl_Load);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.OnKeyDown);
this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.OnKeyUp);
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
this.pictureBoxContextMenuStrip.ResumeLayout(false);
this.splitContainer.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
this.splitContainer.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
protected System.Windows.Forms.PictureBox pictureBox;
protected System.Windows.Forms.ToolTip toolTip;
protected System.Windows.Forms.ContextMenuStrip pictureBoxContextMenuStrip;
protected System.Windows.Forms.ToolStripMenuItem saveImageToolStripMenuItem;
protected System.Windows.Forms.ToolStripMenuItem propertiesToolStripMenuItem;
protected System.Windows.Forms.ToolStripMenuItem oneLayerUpToolStripMenuItem;
protected System.Windows.Forms.ToolStripMenuItem oneLayerDownToolStripMenuItem;
protected System.Windows.Forms.ToolStripMenuItem intoForegroundToolStripMenuItem;
protected System.Windows.Forms.ToolStripMenuItem intoBackgroundToolStripMenuItem;
protected System.Windows.Forms.ToolStripMenuItem modeToolStripMenuItem;
protected System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
protected System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
protected System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
protected System.Windows.Forms.SaveFileDialog saveFileDialog;
protected System.Windows.Forms.SplitContainer splitContainer;
}
}