Free cookie consent management tool by TermsFeed Policy Generator

source: branches/RegressionBenchmarks/HeuristicLab.Operators.Views.GraphVisualization.Views/3.3/OperatorGraphView.Designer.cs @ 7290

Last change on this file since 7290 was 7290, checked in by gkronber, 12 years ago

#1669 merged r7209:7283 from trunk into regression benchmark branch

File size: 15.1 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2012 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.Operators.Views.GraphVisualization.Views {
23  partial class OperatorGraphView {
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      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OperatorGraphView));
49      this.graphVisualizationInfoView = new HeuristicLab.Operators.Views.GraphVisualization.Views.GraphVisualizationInfoView();
50      this.shapeContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
51      this.openViewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
52      this.initialToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
53      this.breakPointToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
54      this.splitContainer = new System.Windows.Forms.SplitContainer();
55      this.screenshotButton = new System.Windows.Forms.Button();
56      this.zoomOutButton = new System.Windows.Forms.Button();
57      this.zoomInButton = new System.Windows.Forms.Button();
58      this.zoomToFitButton = new System.Windows.Forms.Button();
59      this.relayoutButton = new System.Windows.Forms.Button();
60      this.connectButton = new System.Windows.Forms.Button();
61      this.panButton = new System.Windows.Forms.Button();
62      this.selectButton = new System.Windows.Forms.Button();
63      this.detailsGroupBox = new System.Windows.Forms.GroupBox();
64      this.detailsViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
65      this.buttonToolTip = new System.Windows.Forms.ToolTip(this.components);
66      this.shapeContextMenu.SuspendLayout();
67      this.splitContainer.Panel1.SuspendLayout();
68      this.splitContainer.Panel2.SuspendLayout();
69      this.splitContainer.SuspendLayout();
70      this.detailsGroupBox.SuspendLayout();
71      this.SuspendLayout();
72      //
73      // graphVisualizationInfoView
74      //
75      this.graphVisualizationInfoView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
76                  | System.Windows.Forms.AnchorStyles.Left)
77                  | System.Windows.Forms.AnchorStyles.Right)));
78      this.graphVisualizationInfoView.Content = null;
79      this.graphVisualizationInfoView.Location = new System.Drawing.Point(3, 30);
80      this.graphVisualizationInfoView.Name = "graphVisualizationInfoView";
81      this.graphVisualizationInfoView.ReadOnly = false;
82      this.graphVisualizationInfoView.Size = new System.Drawing.Size(662, 248);
83      this.graphVisualizationInfoView.TabIndex = 0;
84      //
85      // shapeContextMenu
86      //
87      this.shapeContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
88            this.openViewToolStripMenuItem,
89            this.initialToolStripMenuItem,
90            this.breakPointToolStripMenuItem});
91      this.shapeContextMenu.Name = "shapeContextMenu";
92      this.shapeContextMenu.Size = new System.Drawing.Size(154, 70);
93      this.shapeContextMenu.Opening += new System.ComponentModel.CancelEventHandler(this.shapeContextMenu_Opening);
94      //
95      // openViewToolStripMenuItem
96      //
97      this.openViewToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
98      this.openViewToolStripMenuItem.Name = "openViewToolStripMenuItem";
99      this.openViewToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
100      this.openViewToolStripMenuItem.Text = "Open View";
101      this.openViewToolStripMenuItem.Click += new System.EventHandler(this.openViewToolStripMenuItem_Click);
102      //
103      // initialToolStripMenuItem
104      //
105      this.initialToolStripMenuItem.Name = "initialToolStripMenuItem";
106      this.initialToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
107      this.initialToolStripMenuItem.Text = "Initial Operator";
108      this.initialToolStripMenuItem.Click += new System.EventHandler(this.initialOperatorToolStripMenuItem_Click);
109      //
110      // breakPointToolStripMenuItem
111      //
112      this.breakPointToolStripMenuItem.Name = "breakPointToolStripMenuItem";
113      this.breakPointToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
114      this.breakPointToolStripMenuItem.Text = "Breakpoint";
115      this.breakPointToolStripMenuItem.Click += new System.EventHandler(this.breakPointToolStripMenuItem_Click);
116      //
117      // splitContainer
118      //
119      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
120      this.splitContainer.Location = new System.Drawing.Point(0, 0);
121      this.splitContainer.Name = "splitContainer";
122      this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
123      //
124      // splitContainer.Panel1
125      //
126      this.splitContainer.Panel1.Controls.Add(this.screenshotButton);
127      this.splitContainer.Panel1.Controls.Add(this.zoomOutButton);
128      this.splitContainer.Panel1.Controls.Add(this.zoomInButton);
129      this.splitContainer.Panel1.Controls.Add(this.zoomToFitButton);
130      this.splitContainer.Panel1.Controls.Add(this.relayoutButton);
131      this.splitContainer.Panel1.Controls.Add(this.connectButton);
132      this.splitContainer.Panel1.Controls.Add(this.panButton);
133      this.splitContainer.Panel1.Controls.Add(this.selectButton);
134      this.splitContainer.Panel1.Controls.Add(this.graphVisualizationInfoView);
135      //
136      // splitContainer.Panel2
137      //
138      this.splitContainer.Panel2.Controls.Add(this.detailsGroupBox);
139      this.splitContainer.Size = new System.Drawing.Size(665, 444);
140      this.splitContainer.SplitterDistance = 279;
141      this.splitContainer.TabIndex = 1;
142      //
143      // screenshotButton
144      //
145      this.screenshotButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Image;
146      this.screenshotButton.Location = new System.Drawing.Point(243, 3);
147      this.screenshotButton.Name = "screenshotButton";
148      this.screenshotButton.Size = new System.Drawing.Size(24, 24);
149      this.screenshotButton.TabIndex = 8;
150      this.buttonToolTip.SetToolTip(this.screenshotButton, "Screenshot");
151      this.screenshotButton.UseVisualStyleBackColor = true;
152      this.screenshotButton.Click += new System.EventHandler(this.screenshotButton_Click);
153      //
154      // zoomOutButton
155      //
156      this.zoomOutButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.ZoomOut;
157      this.zoomOutButton.Location = new System.Drawing.Point(213, 3);
158      this.zoomOutButton.Name = "zoomOutButton";
159      this.zoomOutButton.Size = new System.Drawing.Size(24, 24);
160      this.zoomOutButton.TabIndex = 7;
161      this.buttonToolTip.SetToolTip(this.zoomOutButton, "Zoom Out");
162      this.zoomOutButton.UseVisualStyleBackColor = true;
163      this.zoomOutButton.Click += new System.EventHandler(this.zoomOutButton_Click);
164      //
165      // zoomInButton
166      //
167      this.zoomInButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.ZoomIn;
168      this.zoomInButton.Location = new System.Drawing.Point(183, 3);
169      this.zoomInButton.Name = "zoomInButton";
170      this.zoomInButton.Size = new System.Drawing.Size(24, 24);
171      this.zoomInButton.TabIndex = 6;
172      this.buttonToolTip.SetToolTip(this.zoomInButton, "Zoom In");
173      this.zoomInButton.UseVisualStyleBackColor = true;
174      this.zoomInButton.Click += new System.EventHandler(this.zoomInButton_Click);
175      //
176      // zoomAreaButton
177      //
178      this.zoomToFitButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.ActualSize;
179      this.zoomToFitButton.Location = new System.Drawing.Point(153, 3);
180      this.zoomToFitButton.Name = "zoomAreaButton";
181      this.zoomToFitButton.Size = new System.Drawing.Size(24, 24);
182      this.zoomToFitButton.TabIndex = 5;
183      this.buttonToolTip.SetToolTip(this.zoomToFitButton, "Zoom to Fit");
184      this.zoomToFitButton.UseVisualStyleBackColor = true;
185      this.zoomToFitButton.Click += new System.EventHandler(this.zoomAreaButton_Click);
186      //
187      // relayoutButton
188      //
189      this.relayoutButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.RefreshDocument;
190      this.relayoutButton.Location = new System.Drawing.Point(123, 3);
191      this.relayoutButton.Name = "relayoutButton";
192      this.relayoutButton.Size = new System.Drawing.Size(24, 24);
193      this.relayoutButton.TabIndex = 4;
194      this.buttonToolTip.SetToolTip(this.relayoutButton, "Relayout Graph");
195      this.relayoutButton.UseVisualStyleBackColor = true;
196      this.relayoutButton.Click += new System.EventHandler(this.relayoutButton_Click);
197      //
198      // connectButton
199      //
200      this.connectButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Interface;
201      this.connectButton.Location = new System.Drawing.Point(63, 3);
202      this.connectButton.Name = "connectButton";
203      this.connectButton.Size = new System.Drawing.Size(24, 24);
204      this.connectButton.TabIndex = 3;
205      this.buttonToolTip.SetToolTip(this.connectButton, "Connection Tool");
206      this.connectButton.UseVisualStyleBackColor = true;
207      this.connectButton.Click += new System.EventHandler(this.connectButton_Click);
208      //
209      // panButton
210      //
211      this.panButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Breakpoint;
212      this.panButton.Location = new System.Drawing.Point(33, 3);
213      this.panButton.Name = "panButton";
214      this.panButton.Size = new System.Drawing.Size(24, 24);
215      this.panButton.TabIndex = 2;
216      this.buttonToolTip.SetToolTip(this.panButton, "Pan Tool");
217      this.panButton.UseVisualStyleBackColor = true;
218      this.panButton.Click += new System.EventHandler(this.panButton_Click);
219      //
220      // selectButton
221      //
222      this.selectButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Pointer;
223      this.selectButton.Location = new System.Drawing.Point(3, 3);
224      this.selectButton.Name = "selectButton";
225      this.selectButton.Size = new System.Drawing.Size(24, 24);
226      this.selectButton.TabIndex = 1;
227      this.buttonToolTip.SetToolTip(this.selectButton, "Select Tool");
228      this.selectButton.UseVisualStyleBackColor = true;
229      this.selectButton.Click += new System.EventHandler(this.selectButton_Click);
230      //
231      // detailsGroupBox
232      //
233      this.detailsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
234                  | System.Windows.Forms.AnchorStyles.Left)
235                  | System.Windows.Forms.AnchorStyles.Right)));
236      this.detailsGroupBox.Controls.Add(this.detailsViewHost);
237      this.detailsGroupBox.Location = new System.Drawing.Point(0, 0);
238      this.detailsGroupBox.Name = "detailsGroupBox";
239      this.detailsGroupBox.Size = new System.Drawing.Size(665, 161);
240      this.detailsGroupBox.TabIndex = 0;
241      this.detailsGroupBox.TabStop = false;
242      this.detailsGroupBox.Text = "Details";
243      //
244      // detailsViewHost
245      //
246      this.detailsViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
247                  | System.Windows.Forms.AnchorStyles.Left)
248                  | System.Windows.Forms.AnchorStyles.Right)));
249      this.detailsViewHost.Content = null;
250      this.detailsViewHost.Location = new System.Drawing.Point(3, 16);
251      this.detailsViewHost.Name = "detailsViewHost";
252      this.detailsViewHost.ReadOnly = false;
253      this.detailsViewHost.Size = new System.Drawing.Size(659, 142);
254      this.detailsViewHost.TabIndex = 0;
255      this.detailsViewHost.ViewType = null;
256      //
257      // OperatorGraphView
258      //
259      this.DragOver += new System.Windows.Forms.DragEventHandler(this.OperatorGraphView_DragEnterOver);
260      this.DragDrop += new System.Windows.Forms.DragEventHandler(this.OperatorGraphView_DragDrop);
261      this.DragEnter += new System.Windows.Forms.DragEventHandler(this.OperatorGraphView_DragEnterOver);
262      this.AllowDrop = true;
263      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
264      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
265      this.Controls.Add(this.splitContainer);
266      this.Name = "OperatorGraphView";
267      this.Size = new System.Drawing.Size(665, 444);
268      this.shapeContextMenu.ResumeLayout(false);
269      this.splitContainer.Panel1.ResumeLayout(false);
270      this.splitContainer.Panel2.ResumeLayout(false);
271      this.splitContainer.ResumeLayout(false);
272      this.detailsGroupBox.ResumeLayout(false);
273      this.ResumeLayout(false);
274
275    }
276    #endregion
277
278    private GraphVisualizationInfoView graphVisualizationInfoView;
279    private System.Windows.Forms.ContextMenuStrip shapeContextMenu;
280    private System.Windows.Forms.ToolStripMenuItem openViewToolStripMenuItem;
281    private System.Windows.Forms.ToolStripMenuItem initialToolStripMenuItem;
282    private System.Windows.Forms.ToolStripMenuItem breakPointToolStripMenuItem;
283    private System.Windows.Forms.SplitContainer splitContainer;
284    private System.Windows.Forms.GroupBox detailsGroupBox;
285    private HeuristicLab.MainForm.WindowsForms.ViewHost detailsViewHost;
286    private System.Windows.Forms.Button selectButton;
287    private System.Windows.Forms.Button zoomOutButton;
288    private System.Windows.Forms.Button zoomInButton;
289    private System.Windows.Forms.Button zoomToFitButton;
290    private System.Windows.Forms.Button relayoutButton;
291    private System.Windows.Forms.Button connectButton;
292    private System.Windows.Forms.Button panButton;
293    private System.Windows.Forms.Button screenshotButton;
294    private System.Windows.Forms.ToolTip buttonToolTip;
295  }
296}
Note: See TracBrowser for help on using the repository browser.