Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 2899 was 2899, checked in by mkommend, 15 years ago

added buttons to view (ticket #867)

File size: 12.0 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.shapeContextMenu.SuspendLayout();
43      this.splitContainer.Panel1.SuspendLayout();
44      this.splitContainer.Panel2.SuspendLayout();
45      this.splitContainer.SuspendLayout();
46      this.detailsGroupBox.SuspendLayout();
47      this.SuspendLayout();
48      //
49      // graphVisualizationInfoView
50      //
51      this.graphVisualizationInfoView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
52                  | System.Windows.Forms.AnchorStyles.Left)
53                  | System.Windows.Forms.AnchorStyles.Right)));
54      this.graphVisualizationInfoView.Caption = null;
55      this.graphVisualizationInfoView.Content = null;
56      this.graphVisualizationInfoView.Location = new System.Drawing.Point(0, 27);
57      this.graphVisualizationInfoView.Name = "graphVisualizationInfoView";
58      this.graphVisualizationInfoView.Size = new System.Drawing.Size(665, 251);
59      this.graphVisualizationInfoView.TabIndex = 0;
60      //
61      // shapeContextMenu
62      //
63      this.shapeContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
64            this.openViewToolStripMenuItem,
65            this.initialToolStripMenuItem,
66            this.breakPointToolStripMenuItem});
67      this.shapeContextMenu.Name = "shapeContextMenu";
68      this.shapeContextMenu.Size = new System.Drawing.Size(154, 70);
69      this.shapeContextMenu.Opening += new System.ComponentModel.CancelEventHandler(this.shapeContextMenu_Opening);
70      //
71      // openViewToolStripMenuItem
72      //
73      this.openViewToolStripMenuItem.Name = "openViewToolStripMenuItem";
74      this.openViewToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
75      this.openViewToolStripMenuItem.Text = "Open View";
76      this.openViewToolStripMenuItem.Click += new System.EventHandler(this.openViewToolStripMenuItem_Click);
77      //
78      // initialToolStripMenuItem
79      //
80      this.initialToolStripMenuItem.Name = "initialToolStripMenuItem";
81      this.initialToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
82      this.initialToolStripMenuItem.Text = "Initial Operator";
83      this.initialToolStripMenuItem.Click += new System.EventHandler(this.initialOperatorToolStripMenuItem_Click);
84      //
85      // breakPointToolStripMenuItem
86      //
87      this.breakPointToolStripMenuItem.Name = "breakPointToolStripMenuItem";
88      this.breakPointToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
89      this.breakPointToolStripMenuItem.Text = "Break Point";
90      this.breakPointToolStripMenuItem.Click += new System.EventHandler(this.breakPointToolStripMenuItem_Click);
91      //
92      // splitContainer
93      //
94      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
95      this.splitContainer.Location = new System.Drawing.Point(0, 0);
96      this.splitContainer.Name = "splitContainer";
97      this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
98      //
99      // splitContainer.Panel1
100      //
101      this.splitContainer.Panel1.Controls.Add(this.zoomOutButton);
102      this.splitContainer.Panel1.Controls.Add(this.zoomInButton);
103      this.splitContainer.Panel1.Controls.Add(this.zoomAreaButton);
104      this.splitContainer.Panel1.Controls.Add(this.relayoutButton);
105      this.splitContainer.Panel1.Controls.Add(this.connectButton);
106      this.splitContainer.Panel1.Controls.Add(this.panButton);
107      this.splitContainer.Panel1.Controls.Add(this.selectButton);
108      this.splitContainer.Panel1.Controls.Add(this.graphVisualizationInfoView);
109      //
110      // splitContainer.Panel2
111      //
112      this.splitContainer.Panel2.Controls.Add(this.detailsGroupBox);
113      this.splitContainer.Size = new System.Drawing.Size(665, 444);
114      this.splitContainer.SplitterDistance = 279;
115      this.splitContainer.TabIndex = 1;
116      //
117      // detailsGroupBox
118      //
119      this.detailsGroupBox.Controls.Add(this.detailsViewHost);
120      this.detailsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
121      this.detailsGroupBox.Location = new System.Drawing.Point(0, 0);
122      this.detailsGroupBox.Name = "detailsGroupBox";
123      this.detailsGroupBox.Size = new System.Drawing.Size(665, 161);
124      this.detailsGroupBox.TabIndex = 0;
125      this.detailsGroupBox.TabStop = false;
126      this.detailsGroupBox.Text = "Details";
127      //
128      // detailsViewHost
129      //
130      this.detailsViewHost.Content = null;
131      this.detailsViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
132      this.detailsViewHost.Location = new System.Drawing.Point(3, 16);
133      this.detailsViewHost.Name = "detailsViewHost";
134      this.detailsViewHost.Size = new System.Drawing.Size(659, 142);
135      this.detailsViewHost.TabIndex = 0;
136      this.detailsViewHost.ViewType = null;
137      //
138      // selectButton
139      //
140      this.selectButton.Image = HeuristicLab.Common.Resources.Resources.FlagGreenIcon;
141      this.selectButton.Location = new System.Drawing.Point(3, 3);
142      this.selectButton.Name = "selectButton";
143      this.selectButton.Size = new System.Drawing.Size(24, 24);
144      this.selectButton.TabIndex = 1;
145      this.selectButton.UseVisualStyleBackColor = true;
146      this.selectButton.Click += new System.EventHandler(selectButton_Click);
147      //
148      // panButton
149      //
150      this.panButton.Image = HeuristicLab.Common.Resources.Resources.FlagRedIcon;
151      this.panButton.Location = new System.Drawing.Point(33, 3);
152      this.panButton.Name = "panButton";
153      this.panButton.Size = new System.Drawing.Size(24, 24);
154      this.panButton.TabIndex = 2;
155      this.panButton.UseVisualStyleBackColor = true;
156      this.panButton.Click += new System.EventHandler(panButton_Click);
157      //
158      // connectButton
159      //
160      this.connectButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Interface;
161      this.connectButton.Location = new System.Drawing.Point(63, 3);
162      this.connectButton.Name = "connectButton";
163      this.connectButton.Size = new System.Drawing.Size(24, 24);
164      this.connectButton.TabIndex = 3;
165      this.connectButton.UseVisualStyleBackColor = true;
166      this.connectButton.Click += new System.EventHandler(connectButton_Click);
167      //
168      // relayoutButton
169      //
170      this.relayoutButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.RefreshDocument;
171      this.relayoutButton.Location = new System.Drawing.Point(123, 3);
172      this.relayoutButton.Name = "relayoutButton";
173      this.relayoutButton.Size = new System.Drawing.Size(24, 24);
174      this.relayoutButton.TabIndex = 4;
175      this.relayoutButton.UseVisualStyleBackColor = true;
176      this.relayoutButton.Click += new System.EventHandler(relayoutButton_Click);
177      //
178      // zoomAreaButton
179      //
180      this.zoomAreaButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Zoom;
181      this.zoomAreaButton.Location = new System.Drawing.Point(153, 3);
182      this.zoomAreaButton.Name = "zoomAreaButton";
183      this.zoomAreaButton.Size = new System.Drawing.Size(24, 24);
184      this.zoomAreaButton.TabIndex = 5;
185      this.zoomAreaButton.UseVisualStyleBackColor = true;
186      this.zoomAreaButton.Click += new System.EventHandler(zoomAreaButton_Click);
187      //
188      // zoomInButton
189      //
190      this.zoomInButton.Image = HeuristicLab.Common.Resources.Resources.ShowLargeIcons;
191      this.zoomInButton.Location = new System.Drawing.Point(183, 3);
192      this.zoomInButton.Name = "zoomInButton";
193      this.zoomInButton.Size = new System.Drawing.Size(24, 24);
194      this.zoomInButton.TabIndex = 6;
195      this.zoomInButton.UseVisualStyleBackColor = true;
196      this.zoomInButton.Click += new System.EventHandler(zoomInButton_Click);
197      //
198      // zoomOutButton
199      //
200      this.zoomOutButton.Image = HeuristicLab.Common.Resources.Resources.ShowSmallIcons;
201      this.zoomOutButton.Location = new System.Drawing.Point(213, 3);
202      this.zoomOutButton.Name = "zoomOutButton";
203      this.zoomOutButton.Size = new System.Drawing.Size(24, 24);
204      this.zoomOutButton.TabIndex = 7;
205      this.zoomOutButton.UseVisualStyleBackColor = true;
206      this.zoomOutButton.Click += new System.EventHandler(zoomOutButton_Click);
207      //
208      // OperatorGraphView
209      //
210      this.AllowDrop = true;
211      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
212      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
213      this.Controls.Add(this.splitContainer);
214      this.Name = "OperatorGraphView";
215      this.Size = new System.Drawing.Size(665, 444);
216      this.DragDrop += new System.Windows.Forms.DragEventHandler(this.OperatorGraphView_DragDrop);
217      this.DragEnter += new System.Windows.Forms.DragEventHandler(this.OperatorGraphView_DragEnter);
218      this.shapeContextMenu.ResumeLayout(false);
219      this.splitContainer.Panel1.ResumeLayout(false);
220      this.splitContainer.Panel2.ResumeLayout(false);
221      this.splitContainer.ResumeLayout(false);
222      this.detailsGroupBox.ResumeLayout(false);
223      this.ResumeLayout(false);
224
225    }
226    #endregion
227
228    private GraphVisualizationInfoView graphVisualizationInfoView;
229    private System.Windows.Forms.ContextMenuStrip shapeContextMenu;
230    private System.Windows.Forms.ToolStripMenuItem openViewToolStripMenuItem;
231    private System.Windows.Forms.ToolStripMenuItem initialToolStripMenuItem;
232    private System.Windows.Forms.ToolStripMenuItem breakPointToolStripMenuItem;
233    private System.Windows.Forms.SplitContainer splitContainer;
234    private System.Windows.Forms.GroupBox detailsGroupBox;
235    private HeuristicLab.Core.Views.ViewHost detailsViewHost;
236    private System.Windows.Forms.Button selectButton;
237    private System.Windows.Forms.Button zoomOutButton;
238    private System.Windows.Forms.Button zoomInButton;
239    private System.Windows.Forms.Button zoomAreaButton;
240    private System.Windows.Forms.Button relayoutButton;
241    private System.Windows.Forms.Button connectButton;
242    private System.Windows.Forms.Button panButton;
243  }
244}
Note: See TracBrowser for help on using the repository browser.