Free cookie consent management tool by TermsFeed Policy Generator

source: branches/1265_HeuristicLab.Visualization/HeuristicLab.Visualization/3.3/ChartControl.Designer.cs @ 17834

Last change on this file since 17834 was 13717, checked in by bburlacu, 8 years ago

#1265: Updated license year to 2016.

File size: 12.4 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2016 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.Visualization {
23  partial class ChartControl {
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 && (components != null)) {
35        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() {
47      this.components = new System.ComponentModel.Container();
48      this.pictureBox = new System.Windows.Forms.PictureBox();
49      this.pictureBoxContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
50      this.modeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
51      this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
52      this.oneLayerUpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
53      this.oneLayerDownToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
54      this.intoForegroundToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
55      this.intoBackgroundToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
56      this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
57      this.propertiesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
58      this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
59      this.saveImageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
60      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
61      this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
62      this.splitContainer = new System.Windows.Forms.SplitContainer();
63      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
64      this.pictureBoxContextMenuStrip.SuspendLayout();
65      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
66      this.splitContainer.Panel2.SuspendLayout();
67      this.splitContainer.SuspendLayout();
68      this.SuspendLayout();
69      //
70      // pictureBox
71      //
72      this.pictureBox.BackColor = System.Drawing.Color.White;
73      this.pictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
74      this.pictureBox.ContextMenuStrip = this.pictureBoxContextMenuStrip;
75      this.pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
76      this.pictureBox.Location = new System.Drawing.Point(0, 0);
77      this.pictureBox.Name = "pictureBox";
78      this.pictureBox.Size = new System.Drawing.Size(686, 500);
79      this.pictureBox.TabIndex = 0;
80      this.pictureBox.TabStop = false;
81      this.pictureBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.OnKeyUp);
82      this.pictureBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.OnKeyDown);
83      this.pictureBox.SizeChanged += new System.EventHandler(this.PictureBoxOnSizeChanged);
84      this.pictureBox.VisibleChanged += new System.EventHandler(this.PictureBoxOnVisibleChanged);
85      this.pictureBox.Click += new System.EventHandler(this.PictureBoxOnClick);
86      this.pictureBox.MouseClick += new System.Windows.Forms.MouseEventHandler(this.PictureBoxOnMouseClick);
87      this.pictureBox.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.PictureBoxOnMouseDoubleClick);
88      this.pictureBox.MouseDown += new System.Windows.Forms.MouseEventHandler(this.PictureBoxOnMouseDown);
89      this.pictureBox.MouseEnter += new System.EventHandler(this.PictureBoxOnMouseEnter);
90      this.pictureBox.MouseLeave += new System.EventHandler(this.PictureBoxOnMouseLeave);
91      this.pictureBox.MouseMove += new System.Windows.Forms.MouseEventHandler(this.PictureBoxOnMouseMove);
92      this.pictureBox.MouseUp += new System.Windows.Forms.MouseEventHandler(this.PictureBoxOnMouseUp);
93      this.pictureBox.MouseWheel += new System.Windows.Forms.MouseEventHandler(this.PictureBoxOnMouseWheel);
94      //
95      // pictureBoxContextMenuStrip
96      //
97      this.pictureBoxContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
98            this.modeToolStripMenuItem,
99            this.toolStripSeparator1,
100            this.oneLayerUpToolStripMenuItem,
101            this.oneLayerDownToolStripMenuItem,
102            this.intoForegroundToolStripMenuItem,
103            this.intoBackgroundToolStripMenuItem,
104            this.toolStripSeparator2,
105            this.propertiesToolStripMenuItem,
106            this.toolStripSeparator3,
107            this.saveImageToolStripMenuItem});
108      this.pictureBoxContextMenuStrip.Name = "pictureBoxContextMenuStrip";
109      this.pictureBoxContextMenuStrip.Size = new System.Drawing.Size(163, 198);
110      this.pictureBoxContextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.PictureBoxContextMenuStripOnOpening);
111      //
112      // modeToolStripMenuItem
113      //
114      this.modeToolStripMenuItem.Name = "modeToolStripMenuItem";
115      this.modeToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
116      this.modeToolStripMenuItem.Text = "&Mode";
117      //
118      // toolStripSeparator1
119      //
120      this.toolStripSeparator1.Name = "toolStripSeparator1";
121      this.toolStripSeparator1.Size = new System.Drawing.Size(159, 6);
122      //
123      // oneLayerUpToolStripMenuItem
124      //
125      this.oneLayerUpToolStripMenuItem.Enabled = false;
126      this.oneLayerUpToolStripMenuItem.Name = "oneLayerUpToolStripMenuItem";
127      this.oneLayerUpToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
128      this.oneLayerUpToolStripMenuItem.Text = "One Layer &Up";
129      this.oneLayerUpToolStripMenuItem.Click += new System.EventHandler(this.oneLayerUpToolStripMenuItem_Click);
130      //
131      // oneLayerDownToolStripMenuItem
132      //
133      this.oneLayerDownToolStripMenuItem.Enabled = false;
134      this.oneLayerDownToolStripMenuItem.Name = "oneLayerDownToolStripMenuItem";
135      this.oneLayerDownToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
136      this.oneLayerDownToolStripMenuItem.Text = "OneLayer &Down";
137      this.oneLayerDownToolStripMenuItem.Click += new System.EventHandler(this.oneLayerDownToolStripMenuItem_Click);
138      //
139      // intoForegroundToolStripMenuItem
140      //
141      this.intoForegroundToolStripMenuItem.Enabled = false;
142      this.intoForegroundToolStripMenuItem.Name = "intoForegroundToolStripMenuItem";
143      this.intoForegroundToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
144      this.intoForegroundToolStripMenuItem.Text = "Into &Foreground";
145      this.intoForegroundToolStripMenuItem.Click += new System.EventHandler(this.intoForegroundToolStripMenuItem_Click);
146      //
147      // intoBackgroundToolStripMenuItem
148      //
149      this.intoBackgroundToolStripMenuItem.Enabled = false;
150      this.intoBackgroundToolStripMenuItem.Name = "intoBackgroundToolStripMenuItem";
151      this.intoBackgroundToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
152      this.intoBackgroundToolStripMenuItem.Text = "Into &Background";
153      this.intoBackgroundToolStripMenuItem.Click += new System.EventHandler(this.intoBackgroundToolStripMenuItem_Click);
154      //
155      // toolStripSeparator2
156      //
157      this.toolStripSeparator2.Name = "toolStripSeparator2";
158      this.toolStripSeparator2.Size = new System.Drawing.Size(159, 6);
159      //
160      // propertiesToolStripMenuItem
161      //
162      this.propertiesToolStripMenuItem.Enabled = false;
163      this.propertiesToolStripMenuItem.Name = "propertiesToolStripMenuItem";
164      this.propertiesToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
165      this.propertiesToolStripMenuItem.Text = "&Properties";
166      this.propertiesToolStripMenuItem.Click += new System.EventHandler(this.propertiesToolStripMenuItem_Click);
167      //
168      // toolStripSeparator3
169      //
170      this.toolStripSeparator3.Name = "toolStripSeparator3";
171      this.toolStripSeparator3.Size = new System.Drawing.Size(159, 6);
172      //
173      // saveImageToolStripMenuItem
174      //
175      this.saveImageToolStripMenuItem.Name = "saveImageToolStripMenuItem";
176      this.saveImageToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
177      this.saveImageToolStripMenuItem.Text = "&Save Image";
178      this.saveImageToolStripMenuItem.Click += new System.EventHandler(this.saveImageToolStripMenuItem_Click);
179      //
180      // saveFileDialog
181      //
182      this.saveFileDialog.DefaultExt = "emf";
183      this.saveFileDialog.FileName = "*.emf";
184      this.saveFileDialog.Filter = "Bitmap (*.bmp)|*.bmp|JPEG (*.jpg)|*.jpg|EMF (*.emf)|*.emf|PNG (*.png)|*.png|GIF (" +
185    "*.gif)|*.gif|TIFF (*.tif)|*.tif";
186      //
187      // splitContainer
188      //
189      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
190      this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
191      this.splitContainer.IsSplitterFixed = true;
192      this.splitContainer.Location = new System.Drawing.Point(0, 0);
193      this.splitContainer.Name = "splitContainer";
194      //
195      // splitContainer.Panel2
196      //
197      this.splitContainer.Panel2.Controls.Add(this.pictureBox);
198      this.splitContainer.Size = new System.Drawing.Size(720, 500);
199      this.splitContainer.SplitterDistance = 30;
200      this.splitContainer.TabIndex = 1;
201      //
202      // ChartControl
203      //
204      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
205      this.BackColor = System.Drawing.SystemColors.Control;
206      this.Controls.Add(this.splitContainer);
207      this.DoubleBuffered = true;
208      this.Name = "ChartControl";
209      this.Size = new System.Drawing.Size(720, 500);
210      this.Load += new System.EventHandler(this.ChartControl_Load);
211      this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.OnKeyDown);
212      this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.OnKeyUp);
213      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
214      this.pictureBoxContextMenuStrip.ResumeLayout(false);
215      this.splitContainer.Panel2.ResumeLayout(false);
216      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
217      this.splitContainer.ResumeLayout(false);
218      this.ResumeLayout(false);
219
220    }
221
222    #endregion
223
224    protected System.Windows.Forms.PictureBox pictureBox;
225    protected System.Windows.Forms.ToolTip toolTip;
226    protected System.Windows.Forms.ContextMenuStrip pictureBoxContextMenuStrip;
227    protected System.Windows.Forms.ToolStripMenuItem saveImageToolStripMenuItem;
228    protected System.Windows.Forms.ToolStripMenuItem propertiesToolStripMenuItem;
229    protected System.Windows.Forms.ToolStripMenuItem oneLayerUpToolStripMenuItem;
230    protected System.Windows.Forms.ToolStripMenuItem oneLayerDownToolStripMenuItem;
231    protected System.Windows.Forms.ToolStripMenuItem intoForegroundToolStripMenuItem;
232    protected System.Windows.Forms.ToolStripMenuItem intoBackgroundToolStripMenuItem;
233    protected System.Windows.Forms.ToolStripMenuItem modeToolStripMenuItem;
234    protected System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
235    protected System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
236    protected System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
237    protected System.Windows.Forms.SaveFileDialog saveFileDialog;
238    protected System.Windows.Forms.SplitContainer splitContainer;
239
240  }
241}
Note: See TracBrowser for help on using the repository browser.