Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Operators.Views.GraphVisualization/3.3/OperatorGraphView.Designer.cs @ 2909

Last change on this file since 2909 was 2909, checked in by mkommend, 14 years ago

added tooltips for graph visualization buttons and fixed layouting problems (ticket #867)

File size: 12.6 KB
Line 
1namespace HeuristicLab.Operators.Views.GraphVisualization {
2  partial class OperatorGraphView {
3    /// <summary>
4    /// Required designer variable.
5    /// </summary>
6    private System.ComponentModel.IContainer components = null;
7
8    /// <summary>
9    /// Clean up any resources being used.
10    /// </summary>
11    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12    protected override void Dispose(bool disposing) {
13      if (disposing && (components != null)) {
14        components.Dispose();
15      }
16      base.Dispose(disposing);
17    }
18
19    #region Component Designer generated code
20
21    /// <summary>
22    /// Required method for Designer support - do not modify
23    /// the contents of this method with the code editor.
24    /// </summary>
25    private void InitializeComponent() {
26      this.components = new System.ComponentModel.Container();
27      this.graphVisualizationInfoView = new HeuristicLab.Operators.Views.GraphVisualization.GraphVisualizationInfoView();
28      this.shapeContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
29      this.openViewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
30      this.initialToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
31      this.breakPointToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
32      this.splitContainer = new System.Windows.Forms.SplitContainer();
33      this.detailsGroupBox = new System.Windows.Forms.GroupBox();
34      this.detailsViewHost = new HeuristicLab.Core.Views.ViewHost();
35      this.selectButton = new System.Windows.Forms.Button();
36      this.panButton = new System.Windows.Forms.Button();
37      this.connectButton = new System.Windows.Forms.Button();
38      this.relayoutButton = new System.Windows.Forms.Button();
39      this.zoomAreaButton = new System.Windows.Forms.Button();
40      this.zoomInButton = new System.Windows.Forms.Button();
41      this.zoomOutButton = new System.Windows.Forms.Button();
42      this.buttonToolTip = new System.Windows.Forms.ToolTip();
43      this.shapeContextMenu.SuspendLayout();
44      this.splitContainer.Panel1.SuspendLayout();
45      this.splitContainer.Panel2.SuspendLayout();
46      this.splitContainer.SuspendLayout();
47      this.detailsGroupBox.SuspendLayout();
48      this.SuspendLayout();
49      //
50      // graphVisualizationInfoView
51      //
52      this.graphVisualizationInfoView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
53                  | System.Windows.Forms.AnchorStyles.Left)
54                  | System.Windows.Forms.AnchorStyles.Right)));
55      this.graphVisualizationInfoView.Caption = null;
56      this.graphVisualizationInfoView.Content = null;
57      this.graphVisualizationInfoView.Location = new System.Drawing.Point(3, 30);
58      this.graphVisualizationInfoView.Name = "graphVisualizationInfoView";
59      this.graphVisualizationInfoView.Size = new System.Drawing.Size(662, 248);
60      this.graphVisualizationInfoView.TabIndex = 0;
61      //
62      // shapeContextMenu
63      //
64      this.shapeContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
65            this.openViewToolStripMenuItem,
66            this.initialToolStripMenuItem,
67            this.breakPointToolStripMenuItem});
68      this.shapeContextMenu.Name = "shapeContextMenu";
69      this.shapeContextMenu.Size = new System.Drawing.Size(154, 70);
70      this.shapeContextMenu.Opening += new System.ComponentModel.CancelEventHandler(this.shapeContextMenu_Opening);
71      //
72      // openViewToolStripMenuItem
73      //
74      this.openViewToolStripMenuItem.Name = "openViewToolStripMenuItem";
75      this.openViewToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
76      this.openViewToolStripMenuItem.Text = "Open View";
77      this.openViewToolStripMenuItem.Click += new System.EventHandler(this.openViewToolStripMenuItem_Click);
78      //
79      // initialToolStripMenuItem
80      //
81      this.initialToolStripMenuItem.Name = "initialToolStripMenuItem";
82      this.initialToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
83      this.initialToolStripMenuItem.Text = "Initial Operator";
84      this.initialToolStripMenuItem.Click += new System.EventHandler(this.initialOperatorToolStripMenuItem_Click);
85      //
86      // breakPointToolStripMenuItem
87      //
88      this.breakPointToolStripMenuItem.Name = "breakPointToolStripMenuItem";
89      this.breakPointToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
90      this.breakPointToolStripMenuItem.Text = "Break Point";
91      this.breakPointToolStripMenuItem.Click += new System.EventHandler(this.breakPointToolStripMenuItem_Click);
92      //
93      // splitContainer
94      //
95      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
96      this.splitContainer.Location = new System.Drawing.Point(0, 0);
97      this.splitContainer.Name = "splitContainer";
98      this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
99      //
100      // splitContainer.Panel1
101      //
102      this.splitContainer.Panel1.Controls.Add(this.zoomOutButton);
103      this.splitContainer.Panel1.Controls.Add(this.zoomInButton);
104      this.splitContainer.Panel1.Controls.Add(this.zoomAreaButton);
105      this.splitContainer.Panel1.Controls.Add(this.relayoutButton);
106      this.splitContainer.Panel1.Controls.Add(this.connectButton);
107      this.splitContainer.Panel1.Controls.Add(this.panButton);
108      this.splitContainer.Panel1.Controls.Add(this.selectButton);
109      this.splitContainer.Panel1.Controls.Add(this.graphVisualizationInfoView);
110      //
111      // splitContainer.Panel2
112      //
113      this.splitContainer.Panel2.Controls.Add(this.detailsGroupBox);
114      this.splitContainer.Size = new System.Drawing.Size(665, 444);
115      this.splitContainer.SplitterDistance = 279;
116      this.splitContainer.TabIndex = 1;
117      //
118      // detailsGroupBox
119      //
120      this.detailsGroupBox.Controls.Add(this.detailsViewHost);
121      this.detailsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
122      this.detailsGroupBox.Location = new System.Drawing.Point(0, 0);
123      this.detailsGroupBox.Name = "detailsGroupBox";
124      this.detailsGroupBox.Size = new System.Drawing.Size(665, 161);
125      this.detailsGroupBox.TabIndex = 0;
126      this.detailsGroupBox.TabStop = false;
127      this.detailsGroupBox.Text = "Details";
128      //
129      // detailsViewHost
130      //
131      this.detailsViewHost.Content = null;
132      this.detailsViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
133      this.detailsViewHost.Location = new System.Drawing.Point(3, 16);
134      this.detailsViewHost.Name = "detailsViewHost";
135      this.detailsViewHost.Size = new System.Drawing.Size(659, 142);
136      this.detailsViewHost.TabIndex = 0;
137      this.detailsViewHost.ViewType = null;
138      //
139      // selectButton
140      //
141      this.selectButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Pointer;
142      this.selectButton.Location = new System.Drawing.Point(3, 3);
143      this.selectButton.Name = "selectButton";
144      this.selectButton.Size = new System.Drawing.Size(24, 24);
145      this.selectButton.TabIndex = 1;
146      this.selectButton.UseVisualStyleBackColor = true;
147      this.selectButton.Click += new System.EventHandler(selectButton_Click);
148      this.buttonToolTip.SetToolTip(this.selectButton, "Select Tool");
149      //
150      // panButton
151      //
152      this.panButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Breakpoint;
153      this.panButton.Location = new System.Drawing.Point(33, 3);
154      this.panButton.Name = "panButton";
155      this.panButton.Size = new System.Drawing.Size(24, 24);
156      this.panButton.TabIndex = 2;
157      this.panButton.UseVisualStyleBackColor = true;
158      this.panButton.Click += new System.EventHandler(panButton_Click);
159      this.buttonToolTip.SetToolTip(this.panButton, "Pan Tool");
160      //
161      // connectButton
162      //
163      this.connectButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Interface;
164      this.connectButton.Location = new System.Drawing.Point(63, 3);
165      this.connectButton.Name = "connectButton";
166      this.connectButton.Size = new System.Drawing.Size(24, 24);
167      this.connectButton.TabIndex = 3;
168      this.connectButton.UseVisualStyleBackColor = true;
169      this.connectButton.Click += new System.EventHandler(connectButton_Click);
170      this.buttonToolTip.SetToolTip(this.connectButton, "Connection Tool");
171      //
172      // relayoutButton
173      //
174      this.relayoutButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.RefreshDocument;
175      this.relayoutButton.Location = new System.Drawing.Point(123, 3);
176      this.relayoutButton.Name = "relayoutButton";
177      this.relayoutButton.Size = new System.Drawing.Size(24, 24);
178      this.relayoutButton.TabIndex = 4;
179      this.relayoutButton.UseVisualStyleBackColor = true;
180      this.relayoutButton.Click += new System.EventHandler(relayoutButton_Click);
181      this.buttonToolTip.SetToolTip(this.relayoutButton, "Relayout Graph");
182      //
183      // zoomAreaButton
184      //
185      this.zoomAreaButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Zoom;
186      this.zoomAreaButton.Location = new System.Drawing.Point(153, 3);
187      this.zoomAreaButton.Name = "zoomAreaButton";
188      this.zoomAreaButton.Size = new System.Drawing.Size(24, 24);
189      this.zoomAreaButton.TabIndex = 5;
190      this.zoomAreaButton.UseVisualStyleBackColor = true;
191      this.zoomAreaButton.Click += new System.EventHandler(zoomAreaButton_Click);
192      this.buttonToolTip.SetToolTip(this.zoomAreaButton, "Zoom Area Tool");
193      //
194      // zoomInButton
195      //
196      this.zoomInButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.ZoomIn;
197      this.zoomInButton.Location = new System.Drawing.Point(183, 3);
198      this.zoomInButton.Name = "zoomInButton";
199      this.zoomInButton.Size = new System.Drawing.Size(24, 24);
200      this.zoomInButton.TabIndex = 6;
201      this.zoomInButton.UseVisualStyleBackColor = true;
202      this.zoomInButton.Click += new System.EventHandler(zoomInButton_Click);
203      this.buttonToolTip.SetToolTip(this.zoomInButton, "Zoom In");
204      //
205      // zoomOutButton
206      //
207      this.zoomOutButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.ZoomOut;
208      this.zoomOutButton.Location = new System.Drawing.Point(213, 3);
209      this.zoomOutButton.Name = "zoomOutButton";
210      this.zoomOutButton.Size = new System.Drawing.Size(24, 24);
211      this.zoomOutButton.TabIndex = 7;
212      this.zoomOutButton.UseVisualStyleBackColor = true;
213      this.zoomOutButton.Click += new System.EventHandler(zoomOutButton_Click);
214      this.buttonToolTip.SetToolTip(this.zoomOutButton, "Zoom Out");
215      //
216      // OperatorGraphView
217      //
218      this.AllowDrop = true;
219      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
220      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
221      this.Controls.Add(this.splitContainer);
222      this.Name = "OperatorGraphView";
223      this.Size = new System.Drawing.Size(665, 444);
224      this.DragDrop += new System.Windows.Forms.DragEventHandler(this.OperatorGraphView_DragDrop);
225      this.DragEnter += new System.Windows.Forms.DragEventHandler(this.OperatorGraphView_DragEnter);
226      this.shapeContextMenu.ResumeLayout(false);
227      this.splitContainer.Panel1.ResumeLayout(false);
228      this.splitContainer.Panel2.ResumeLayout(false);
229      this.splitContainer.ResumeLayout(false);
230      this.detailsGroupBox.ResumeLayout(false);
231      this.ResumeLayout(false);
232
233    }
234    #endregion
235
236    private GraphVisualizationInfoView graphVisualizationInfoView;
237    private System.Windows.Forms.ContextMenuStrip shapeContextMenu;
238    private System.Windows.Forms.ToolStripMenuItem openViewToolStripMenuItem;
239    private System.Windows.Forms.ToolStripMenuItem initialToolStripMenuItem;
240    private System.Windows.Forms.ToolStripMenuItem breakPointToolStripMenuItem;
241    private System.Windows.Forms.SplitContainer splitContainer;
242    private System.Windows.Forms.GroupBox detailsGroupBox;
243    private HeuristicLab.Core.Views.ViewHost detailsViewHost;
244    private System.Windows.Forms.Button selectButton;
245    private System.Windows.Forms.Button zoomOutButton;
246    private System.Windows.Forms.Button zoomInButton;
247    private System.Windows.Forms.Button zoomAreaButton;
248    private System.Windows.Forms.Button relayoutButton;
249    private System.Windows.Forms.Button connectButton;
250    private System.Windows.Forms.Button panButton;
251    private System.Windows.Forms.ToolTip buttonToolTip;
252  }
253}
Note: See TracBrowser for help on using the repository browser.