Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 13045 was 13045, checked in by jkarder, 9 years ago

#1265: merged changes from abeham

File size: 15.2 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.oneLayerUpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
51      this.oneLayerDownToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
52      this.intoForegroundToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
53      this.intoBackgroundToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
54      this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
55      this.propertiesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
56      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
57      this.selectButton = new System.Windows.Forms.RadioButton();
58      this.moveButton = new System.Windows.Forms.RadioButton();
59      this.zoomInButton = new System.Windows.Forms.RadioButton();
60      this.zoomOutButton = new System.Windows.Forms.RadioButton();
61      this.buttonPanel = new System.Windows.Forms.FlowLayoutPanel();
62      this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
63      this.saveImageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
64      this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
65      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
66      this.pictureBoxContextMenuStrip.SuspendLayout();
67      this.buttonPanel.SuspendLayout();
68      this.SuspendLayout();
69      //
70      // pictureBox
71      //
72      this.pictureBox.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)));
75      this.pictureBox.BackColor = System.Drawing.Color.White;
76      this.pictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
77      this.pictureBox.ContextMenuStrip = this.pictureBoxContextMenuStrip;
78      this.pictureBox.Location = new System.Drawing.Point(35, 0);
79      this.pictureBox.Name = "pictureBox";
80      this.pictureBox.Size = new System.Drawing.Size(685, 500);
81      this.pictureBox.TabIndex = 0;
82      this.pictureBox.TabStop = false;
83      this.pictureBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.OnKeyUp);
84      this.pictureBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.OnKeyDown);
85      this.pictureBox.SizeChanged += new System.EventHandler(this.PictureBoxOnSizeChanged);
86      this.pictureBox.VisibleChanged += new System.EventHandler(this.PictureBoxOnVisibleChanged);
87      this.pictureBox.Click += new System.EventHandler(this.PictureBoxOnClick);
88      this.pictureBox.MouseClick += new System.Windows.Forms.MouseEventHandler(this.PictureBoxOnMouseClick);
89      this.pictureBox.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.PictureBoxOnMouseDoubleClick);
90      this.pictureBox.MouseDown += new System.Windows.Forms.MouseEventHandler(this.PictureBoxOnMouseDown);
91      this.pictureBox.MouseEnter += new System.EventHandler(this.PictureBoxOnMouseEnter);
92      this.pictureBox.MouseLeave += new System.EventHandler(this.PictureBoxOnMouseLeave);
93      this.pictureBox.MouseMove += new System.Windows.Forms.MouseEventHandler(this.PictureBoxOnMouseMove);
94      this.pictureBox.MouseUp += new System.Windows.Forms.MouseEventHandler(this.PictureBoxOnMouseUp);
95      this.pictureBox.MouseWheel += new System.Windows.Forms.MouseEventHandler(this.PictureBoxOnMouseWheel);
96      //
97      // pictureBoxContextMenuStrip
98      //
99      this.pictureBoxContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
100            this.oneLayerUpToolStripMenuItem,
101            this.oneLayerDownToolStripMenuItem,
102            this.intoForegroundToolStripMenuItem,
103            this.intoBackgroundToolStripMenuItem,
104            this.toolStripMenuItem1,
105            this.propertiesToolStripMenuItem,
106            this.toolStripMenuItem2,
107            this.saveImageToolStripMenuItem});
108      this.pictureBoxContextMenuStrip.Name = "pictureBoxContextMenuStrip";
109      this.pictureBoxContextMenuStrip.Size = new System.Drawing.Size(163, 170);
110      this.pictureBoxContextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.PictureBoxContextMenuStripOnOpening);
111      //
112      // oneLayerUpToolStripMenuItem
113      //
114      this.oneLayerUpToolStripMenuItem.Enabled = false;
115      this.oneLayerUpToolStripMenuItem.Name = "oneLayerUpToolStripMenuItem";
116      this.oneLayerUpToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
117      this.oneLayerUpToolStripMenuItem.Text = "One Layer &Up";
118      this.oneLayerUpToolStripMenuItem.Click += new System.EventHandler(this.oneLayerUpToolStripMenuItem_Click);
119      //
120      // oneLayerDownToolStripMenuItem
121      //
122      this.oneLayerDownToolStripMenuItem.Enabled = false;
123      this.oneLayerDownToolStripMenuItem.Name = "oneLayerDownToolStripMenuItem";
124      this.oneLayerDownToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
125      this.oneLayerDownToolStripMenuItem.Text = "OneLayer &Down";
126      this.oneLayerDownToolStripMenuItem.Click += new System.EventHandler(this.oneLayerDownToolStripMenuItem_Click);
127      //
128      // intoForegroundToolStripMenuItem
129      //
130      this.intoForegroundToolStripMenuItem.Enabled = false;
131      this.intoForegroundToolStripMenuItem.Name = "intoForegroundToolStripMenuItem";
132      this.intoForegroundToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
133      this.intoForegroundToolStripMenuItem.Text = "Into &Foreground";
134      this.intoForegroundToolStripMenuItem.Click += new System.EventHandler(this.intoForegroundToolStripMenuItem_Click);
135      //
136      // intoBackgroundToolStripMenuItem
137      //
138      this.intoBackgroundToolStripMenuItem.Enabled = false;
139      this.intoBackgroundToolStripMenuItem.Name = "intoBackgroundToolStripMenuItem";
140      this.intoBackgroundToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
141      this.intoBackgroundToolStripMenuItem.Text = "Into &Background";
142      this.intoBackgroundToolStripMenuItem.Click += new System.EventHandler(this.intoBackgroundToolStripMenuItem_Click);
143      //
144      // toolStripMenuItem1
145      //
146      this.toolStripMenuItem1.Name = "toolStripMenuItem1";
147      this.toolStripMenuItem1.Size = new System.Drawing.Size(159, 6);
148      //
149      // propertiesToolStripMenuItem
150      //
151      this.propertiesToolStripMenuItem.Enabled = false;
152      this.propertiesToolStripMenuItem.Name = "propertiesToolStripMenuItem";
153      this.propertiesToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
154      this.propertiesToolStripMenuItem.Text = "&Properties";
155      this.propertiesToolStripMenuItem.Click += new System.EventHandler(this.propertiesToolStripMenuItem_Click);
156      //
157      // toolStripMenuItem2
158      //
159      this.toolStripMenuItem2.Name = "toolStripMenuItem2";
160      this.toolStripMenuItem2.Size = new System.Drawing.Size(159, 6);
161      //
162      // saveImageToolStripMenuItem
163      //
164      this.saveImageToolStripMenuItem.Name = "saveImageToolStripMenuItem";
165      this.saveImageToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
166      this.saveImageToolStripMenuItem.Text = "&Save Image";
167      this.saveImageToolStripMenuItem.Click += new System.EventHandler(this.saveImageToolStripMenuItem_Click);
168      //
169      // saveFileDialog
170      //
171      this.saveFileDialog.DefaultExt = "emf";
172      this.saveFileDialog.FileName = "*.emf";
173      this.saveFileDialog.Filter = "Bitmap (*.bmp)|*.bmp|JPEG (*.jpg)|*.jpg|EMF (*.emf)|*.emf|PNG (*.png)|*.png|GIF (" +
174    "*.gif)|*.gif|TIFF (*.tif)|*.tif";
175      //
176      // selectButton
177      //
178      this.selectButton.Appearance = System.Windows.Forms.Appearance.Button;
179      this.selectButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Pointer;
180      this.selectButton.Location = new System.Drawing.Point(3, 3);
181      this.selectButton.Name = "selectButton";
182      this.selectButton.Size = new System.Drawing.Size(26, 24);
183      this.selectButton.TabIndex = 1;
184      this.selectButton.TabStop = true;
185      this.selectButton.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
186      this.toolTip.SetToolTip(this.selectButton, "Select");
187      this.selectButton.UseVisualStyleBackColor = true;
188      this.selectButton.CheckedChanged += new System.EventHandler(this.SelectButtonOnCheckedChanged);
189      //
190      // moveButton
191      //
192      this.moveButton.Appearance = System.Windows.Forms.Appearance.Button;
193      this.moveButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Breakpoint;
194      this.moveButton.Location = new System.Drawing.Point(3, 33);
195      this.moveButton.Name = "moveButton";
196      this.moveButton.Size = new System.Drawing.Size(26, 24);
197      this.moveButton.TabIndex = 1;
198      this.moveButton.TabStop = true;
199      this.moveButton.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
200      this.toolTip.SetToolTip(this.moveButton, "Move");
201      this.moveButton.UseVisualStyleBackColor = true;
202      this.moveButton.CheckedChanged += new System.EventHandler(this.MoveButtonOnCheckedChanged);
203      //
204      // zoomInButton
205      //
206      this.zoomInButton.Appearance = System.Windows.Forms.Appearance.Button;
207      this.zoomInButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.ZoomIn;
208      this.zoomInButton.Location = new System.Drawing.Point(3, 63);
209      this.zoomInButton.Name = "zoomInButton";
210      this.zoomInButton.Size = new System.Drawing.Size(26, 24);
211      this.zoomInButton.TabIndex = 1;
212      this.zoomInButton.TabStop = true;
213      this.zoomInButton.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
214      this.toolTip.SetToolTip(this.zoomInButton, "Zoom In");
215      this.zoomInButton.UseVisualStyleBackColor = true;
216      this.zoomInButton.CheckedChanged += new System.EventHandler(this.ZoomInButtonOnCheckedChanged);
217      //
218      // zoomOutButton
219      //
220      this.zoomOutButton.Appearance = System.Windows.Forms.Appearance.Button;
221      this.zoomOutButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.ZoomOut;
222      this.zoomOutButton.Location = new System.Drawing.Point(3, 93);
223      this.zoomOutButton.Name = "zoomOutButton";
224      this.zoomOutButton.Size = new System.Drawing.Size(26, 24);
225      this.zoomOutButton.TabIndex = 1;
226      this.zoomOutButton.TabStop = true;
227      this.zoomOutButton.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
228      this.toolTip.SetToolTip(this.zoomOutButton, "Zoom Out");
229      this.zoomOutButton.UseVisualStyleBackColor = true;
230      this.zoomOutButton.CheckedChanged += new System.EventHandler(this.ZoomOutButtonOnCheckedChanged);
231      //
232      // buttonPanel
233      //
234      this.buttonPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
235            | System.Windows.Forms.AnchorStyles.Left)));
236      this.buttonPanel.Controls.Add(this.selectButton);
237      this.buttonPanel.Controls.Add(this.moveButton);
238      this.buttonPanel.Controls.Add(this.zoomInButton);
239      this.buttonPanel.Controls.Add(this.zoomOutButton);
240      this.buttonPanel.Location = new System.Drawing.Point(0, 0);
241      this.buttonPanel.Name = "buttonPanel";
242      this.buttonPanel.Size = new System.Drawing.Size(32, 500);
243      this.buttonPanel.TabIndex = 2;
244      //
245      // ChartControl
246      //
247      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
248      this.BackColor = System.Drawing.SystemColors.Control;
249      this.Controls.Add(this.buttonPanel);
250      this.Controls.Add(this.pictureBox);
251      this.DoubleBuffered = true;
252      this.Name = "ChartControl";
253      this.Size = new System.Drawing.Size(720, 500);
254      this.Load += new System.EventHandler(this.ChartControl_Load);
255      this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.OnKeyDown);
256      this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.OnKeyUp);
257      ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
258      this.pictureBoxContextMenuStrip.ResumeLayout(false);
259      this.buttonPanel.ResumeLayout(false);
260      this.ResumeLayout(false);
261
262    }
263
264    #endregion
265
266    protected System.Windows.Forms.PictureBox pictureBox;
267    protected System.Windows.Forms.ToolTip toolTip;
268    protected System.Windows.Forms.ContextMenuStrip pictureBoxContextMenuStrip;
269    protected System.Windows.Forms.ToolStripMenuItem saveImageToolStripMenuItem;
270    protected System.Windows.Forms.ToolStripMenuItem propertiesToolStripMenuItem;
271    protected System.Windows.Forms.ToolStripMenuItem oneLayerUpToolStripMenuItem;
272    protected System.Windows.Forms.ToolStripMenuItem oneLayerDownToolStripMenuItem;
273    protected System.Windows.Forms.ToolStripMenuItem intoForegroundToolStripMenuItem;
274    protected System.Windows.Forms.ToolStripMenuItem intoBackgroundToolStripMenuItem;
275    protected System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
276    protected System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
277    protected System.Windows.Forms.RadioButton selectButton;
278    protected System.Windows.Forms.RadioButton moveButton;
279    protected System.Windows.Forms.RadioButton zoomInButton;
280    protected System.Windows.Forms.RadioButton zoomOutButton;
281    protected System.Windows.Forms.FlowLayoutPanel buttonPanel;
282    protected System.Windows.Forms.SaveFileDialog saveFileDialog;
283  }
284}
Note: See TracBrowser for help on using the repository browser.