[2908] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
| 3 | * Copyright (C) 2002-2010 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 |
|
---|
| 22 | namespace HeuristicLab.Analysis.Views {
|
---|
| 23 | partial class DataTableView {
|
---|
| 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) components.Dispose();
|
---|
| 36 | }
|
---|
| 37 | base.Dispose(disposing);
|
---|
| 38 | }
|
---|
| 39 |
|
---|
| 40 | #region Component Designer generated code
|
---|
| 41 |
|
---|
| 42 | /// <summary>
|
---|
| 43 | /// Required method for Designer support - do not modify
|
---|
| 44 | /// the contents of this method with the code editor.
|
---|
| 45 | /// </summary>
|
---|
| 46 | private void InitializeComponent() {
|
---|
[4142] | 47 | this.components = new System.ComponentModel.Container();
|
---|
[2908] | 48 | System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
---|
| 49 | System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
|
---|
| 50 | System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
---|
| 51 | this.chart = new System.Windows.Forms.DataVisualization.Charting.Chart();
|
---|
[4142] | 52 | this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
|
---|
| 53 | this.exportChartToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
| 54 | this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
|
---|
[2908] | 55 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
| 56 | ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
|
---|
[4142] | 57 | this.contextMenuStrip.SuspendLayout();
|
---|
[2908] | 58 | this.SuspendLayout();
|
---|
| 59 | //
|
---|
| 60 | // nameTextBox
|
---|
| 61 | //
|
---|
| 62 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
| 63 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
| 64 | this.nameTextBox.Size = new System.Drawing.Size(287, 20);
|
---|
| 65 | //
|
---|
| 66 | // descriptionTextBox
|
---|
| 67 | //
|
---|
[2917] | 68 | this.descriptionTextBox.Size = new System.Drawing.Size(287, 20);
|
---|
[2908] | 69 | //
|
---|
| 70 | // chart
|
---|
| 71 | //
|
---|
| 72 | this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 73 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 74 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[2917] | 75 | this.chart.BorderlineColor = System.Drawing.Color.Black;
|
---|
| 76 | this.chart.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
|
---|
| 77 | chartArea1.CursorX.IsUserEnabled = true;
|
---|
| 78 | chartArea1.CursorX.IsUserSelectionEnabled = true;
|
---|
| 79 | chartArea1.CursorY.IsUserEnabled = true;
|
---|
| 80 | chartArea1.CursorY.IsUserSelectionEnabled = true;
|
---|
[2908] | 81 | chartArea1.Name = "ChartArea1";
|
---|
| 82 | this.chart.ChartAreas.Add(chartArea1);
|
---|
[4142] | 83 | this.chart.ContextMenuStrip = this.contextMenuStrip;
|
---|
[3530] | 84 | legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
|
---|
[2908] | 85 | legend1.Name = "Legend1";
|
---|
| 86 | this.chart.Legends.Add(legend1);
|
---|
[2917] | 87 | this.chart.Location = new System.Drawing.Point(0, 52);
|
---|
[2908] | 88 | this.chart.Name = "chart";
|
---|
| 89 | series1.ChartArea = "ChartArea1";
|
---|
| 90 | series1.Legend = "Legend1";
|
---|
| 91 | series1.Name = "Series1";
|
---|
| 92 | this.chart.Series.Add(series1);
|
---|
[2917] | 93 | this.chart.Size = new System.Drawing.Size(359, 222);
|
---|
[2908] | 94 | this.chart.TabIndex = 4;
|
---|
| 95 | this.chart.Text = "chart1";
|
---|
[4142] | 96 | this.chart.CustomizeLegend += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.CustomizeLegendEventArgs>(this.chart_CustomizeLegend);
|
---|
| 97 | this.chart.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chart_MouseDown);
|
---|
[3703] | 98 | this.chart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart_MouseMove);
|
---|
[2908] | 99 | //
|
---|
[4142] | 100 | // contextMenuStrip
|
---|
| 101 | //
|
---|
| 102 | this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
---|
| 103 | this.exportChartToolStripMenuItem});
|
---|
| 104 | this.contextMenuStrip.Name = "contextMenuStrip";
|
---|
| 105 | this.contextMenuStrip.Size = new System.Drawing.Size(153, 48);
|
---|
| 106 | //
|
---|
| 107 | // exportChartToolStripMenuItem
|
---|
| 108 | //
|
---|
| 109 | this.exportChartToolStripMenuItem.Name = "exportChartToolStripMenuItem";
|
---|
| 110 | this.exportChartToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
---|
| 111 | this.exportChartToolStripMenuItem.Text = "Export chart...";
|
---|
| 112 | this.exportChartToolStripMenuItem.Click += new System.EventHandler(this.exportChartToolStripMenuItem_Click);
|
---|
| 113 | //
|
---|
| 114 | // saveFileDialog
|
---|
| 115 | //
|
---|
| 116 | this.saveFileDialog.DefaultExt = "emf";
|
---|
| 117 | this.saveFileDialog.Filter = "EMF Files|*.emf";
|
---|
| 118 | //
|
---|
[2917] | 119 | // DataTableView
|
---|
[2908] | 120 | //
|
---|
| 121 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 122 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 123 | this.Controls.Add(this.chart);
|
---|
[2917] | 124 | this.Name = "DataTableView";
|
---|
[2908] | 125 | this.Size = new System.Drawing.Size(359, 274);
|
---|
| 126 | this.Controls.SetChildIndex(this.chart, 0);
|
---|
| 127 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
| 128 | this.Controls.SetChildIndex(this.descriptionLabel, 0);
|
---|
| 129 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
| 130 | this.Controls.SetChildIndex(this.descriptionTextBox, 0);
|
---|
| 131 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
| 132 | ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
|
---|
[4142] | 133 | this.contextMenuStrip.ResumeLayout(false);
|
---|
[2908] | 134 | this.ResumeLayout(false);
|
---|
| 135 | this.PerformLayout();
|
---|
| 136 |
|
---|
| 137 | }
|
---|
| 138 |
|
---|
| 139 | #endregion
|
---|
| 140 |
|
---|
| 141 | private System.Windows.Forms.DataVisualization.Charting.Chart chart;
|
---|
[4142] | 142 | private System.Windows.Forms.ContextMenuStrip contextMenuStrip;
|
---|
| 143 | private System.Windows.Forms.ToolStripMenuItem exportChartToolStripMenuItem;
|
---|
| 144 | private System.Windows.Forms.SaveFileDialog saveFileDialog;
|
---|
[2908] | 145 |
|
---|
| 146 | }
|
---|
| 147 | }
|
---|