Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Visualization/HeuristicLab.Visualization/3.3/ChartControl.Designer.cs @ 12535

Last change on this file since 12535 was 12535, checked in by gkronber, 9 years ago

#1265: updated copyrights

File size: 11.5 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2015 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.moveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
51      this.zoomToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
52      this.selectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
53      this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
54      this.oneLayerUpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
55      this.oneLayerDownToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
56      this.intoForegroundToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
57      this.intoBackgroundToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
58      this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
59      this.propertiesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
60      this.saveImageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
61      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
62      this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
63      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
64      this.pictureBoxContextMenuStrip.SuspendLayout();
65      this.SuspendLayout();
66      //
67      // pictureBox
68      //
69      this.pictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
70            | System.Windows.Forms.AnchorStyles.Left)
71            | System.Windows.Forms.AnchorStyles.Right)));
72      this.pictureBox.BackColor = System.Drawing.Color.White;
73      this.pictureBox.ContextMenuStrip = this.pictureBoxContextMenuStrip;
74      this.pictureBox.Location = new System.Drawing.Point(0, 0);
75      this.pictureBox.Name = "pictureBox";
76      this.pictureBox.Size = new System.Drawing.Size(266, 236);
77      this.pictureBox.TabIndex = 0;
78      this.pictureBox.TabStop = false;
79      this.pictureBox.SizeChanged += new System.EventHandler(this.pictureBox_SizeChanged);
80      this.pictureBox.VisibleChanged += new System.EventHandler(this.pictureBox_VisibleChanged);
81      this.pictureBox.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox_MouseDown);
82      this.pictureBox.MouseEnter += new System.EventHandler(this.pictureBox_MouseEnter);
83      this.pictureBox.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBox_MouseMove);
84      this.pictureBox.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pictureBox_MouseUp);
85      this.pictureBox.MouseWheel += new System.Windows.Forms.MouseEventHandler(this.pictureBox_MouseWheel);
86
87      //
88      // pictureBoxContextMenuStrip
89      //
90      this.pictureBoxContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
91            this.moveToolStripMenuItem,
92            this.zoomToolStripMenuItem,
93            this.selectToolStripMenuItem,
94            this.toolStripMenuItem1,
95            this.oneLayerUpToolStripMenuItem,
96            this.oneLayerDownToolStripMenuItem,
97            this.intoForegroundToolStripMenuItem,
98            this.intoBackgroundToolStripMenuItem,
99            this.toolStripMenuItem2,
100            this.propertiesToolStripMenuItem,
101            this.saveImageToolStripMenuItem});
102      this.pictureBoxContextMenuStrip.Name = "pictureBoxContextMenuStrip";
103      this.pictureBoxContextMenuStrip.Size = new System.Drawing.Size(163, 214);
104      //
105      // moveToolStripMenuItem
106      //
107      this.moveToolStripMenuItem.Checked = true;
108      this.moveToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
109      this.moveToolStripMenuItem.Name = "moveToolStripMenuItem";
110      this.moveToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
111      this.moveToolStripMenuItem.Text = "&Move";
112      this.moveToolStripMenuItem.Click += new System.EventHandler(this.moveToolStripMenuItem_Click);
113      //
114      // zoomToolStripMenuItem
115      //
116      this.zoomToolStripMenuItem.Name = "zoomToolStripMenuItem";
117      this.zoomToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
118      this.zoomToolStripMenuItem.Text = "&Zoom";
119      this.zoomToolStripMenuItem.Click += new System.EventHandler(this.zoomToolStripMenuItem_Click);
120      //
121      // selectToolStripMenuItem
122      //
123      this.selectToolStripMenuItem.Name = "selectToolStripMenuItem";
124      this.selectToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
125      this.selectToolStripMenuItem.Text = "&Select";
126      this.selectToolStripMenuItem.Click += new System.EventHandler(this.selectToolStripMenuItem_Click);
127      //
128      // toolStripMenuItem1
129      //
130      this.toolStripMenuItem1.Name = "toolStripMenuItem1";
131      this.toolStripMenuItem1.Size = new System.Drawing.Size(159, 6);
132      //
133      // oneLayerUpToolStripMenuItem
134      //
135      this.oneLayerUpToolStripMenuItem.Enabled = false;
136      this.oneLayerUpToolStripMenuItem.Name = "oneLayerUpToolStripMenuItem";
137      this.oneLayerUpToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
138      this.oneLayerUpToolStripMenuItem.Text = "One Layer &Up";
139      this.oneLayerUpToolStripMenuItem.Click += new System.EventHandler(this.oneLayerUpToolStripMenuItem_Click);
140      //
141      // oneLayerDownToolStripMenuItem
142      //
143      this.oneLayerDownToolStripMenuItem.Enabled = false;
144      this.oneLayerDownToolStripMenuItem.Name = "oneLayerDownToolStripMenuItem";
145      this.oneLayerDownToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
146      this.oneLayerDownToolStripMenuItem.Text = "OneLayer &Down";
147      this.oneLayerDownToolStripMenuItem.Click += new System.EventHandler(this.oneLayerDownToolStripMenuItem_Click);
148      //
149      // intoForegroundToolStripMenuItem
150      //
151      this.intoForegroundToolStripMenuItem.Enabled = false;
152      this.intoForegroundToolStripMenuItem.Name = "intoForegroundToolStripMenuItem";
153      this.intoForegroundToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
154      this.intoForegroundToolStripMenuItem.Text = "Into &Foreground";
155      this.intoForegroundToolStripMenuItem.Click += new System.EventHandler(this.intoForegroundToolStripMenuItem_Click);
156      //
157      // intoBackgroundToolStripMenuItem
158      //
159      this.intoBackgroundToolStripMenuItem.Enabled = false;
160      this.intoBackgroundToolStripMenuItem.Name = "intoBackgroundToolStripMenuItem";
161      this.intoBackgroundToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
162      this.intoBackgroundToolStripMenuItem.Text = "Into &Background";
163      this.intoBackgroundToolStripMenuItem.Click += new System.EventHandler(this.intoBackgroundToolStripMenuItem_Click);
164      //
165      // toolStripMenuItem2
166      //
167      this.toolStripMenuItem2.Name = "toolStripMenuItem2";
168      this.toolStripMenuItem2.Size = new System.Drawing.Size(159, 6);
169      //
170      // propertiesToolStripMenuItem
171      //
172      this.propertiesToolStripMenuItem.Enabled = false;
173      this.propertiesToolStripMenuItem.Name = "propertiesToolStripMenuItem";
174      this.propertiesToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
175      this.propertiesToolStripMenuItem.Text = "&Properties";
176      this.propertiesToolStripMenuItem.Click += new System.EventHandler(this.propertiesToolStripMenuItem_Click);
177      //
178      // saveImageToolStripMenuItem
179      //
180      this.saveImageToolStripMenuItem.Name = "saveImageToolStripMenuItem";
181      this.saveImageToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
182      this.saveImageToolStripMenuItem.Text = "Save Image";
183      this.saveImageToolStripMenuItem.Click += new System.EventHandler(this.saveImageToolStripMenuItem_Click);
184      //
185      // saveFileDialog
186      //
187      this.saveFileDialog.DefaultExt = "emf";
188      this.saveFileDialog.FileName = "*.emf";
189      this.saveFileDialog.Filter = "Enhanced metafile|*.emf|Bitmap files|*.bmp";
190      //
191      // ChartControl
192      //
193      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
194      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
195      this.BackColor = System.Drawing.SystemColors.Control;
196      this.Controls.Add(this.pictureBox);
197      this.Name = "ChartControl";
198      this.Size = new System.Drawing.Size(266, 236);
199      this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ChartControl_KeyDown);
200      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
201      this.pictureBoxContextMenuStrip.ResumeLayout(false);
202      this.ResumeLayout(false);
203
204    }
205
206    #endregion
207
208    protected System.Windows.Forms.PictureBox pictureBox;
209    protected System.Windows.Forms.ToolTip toolTip;
210    protected System.Windows.Forms.ContextMenuStrip pictureBoxContextMenuStrip;
211    protected System.Windows.Forms.ToolStripMenuItem moveToolStripMenuItem;
212    protected System.Windows.Forms.ToolStripMenuItem zoomToolStripMenuItem;
213    protected System.Windows.Forms.ToolStripMenuItem selectToolStripMenuItem;
214    protected System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
215    protected System.Windows.Forms.ToolStripMenuItem propertiesToolStripMenuItem;
216    protected System.Windows.Forms.ToolStripMenuItem oneLayerUpToolStripMenuItem;
217    protected System.Windows.Forms.ToolStripMenuItem oneLayerDownToolStripMenuItem;
218    protected System.Windows.Forms.ToolStripMenuItem intoForegroundToolStripMenuItem;
219    protected System.Windows.Forms.ToolStripMenuItem intoBackgroundToolStripMenuItem;
220    protected System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
221    private System.Windows.Forms.ToolStripMenuItem saveImageToolStripMenuItem;
222    private System.Windows.Forms.SaveFileDialog saveFileDialog;
223
224  }
225}
Note: See TracBrowser for help on using the repository browser.