[3742] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[7268] | 3 | * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[3742] | 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 |
|
---|
[6036] | 22 | namespace HeuristicLab.Operators.Views.GraphVisualization.Views {
|
---|
[2853] | 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() {
|
---|
[2895] | 47 | this.components = new System.ComponentModel.Container();
|
---|
[3514] | 48 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OperatorGraphView));
|
---|
[6036] | 49 | this.graphVisualizationInfoView = new HeuristicLab.Operators.Views.GraphVisualization.Views.GraphVisualizationInfoView();
|
---|
[2895] | 50 | this.shapeContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
|
---|
[2893] | 51 | this.openViewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
| 52 | this.initialToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
| 53 | this.breakPointToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
[2895] | 54 | this.splitContainer = new System.Windows.Forms.SplitContainer();
|
---|
[3514] | 55 | this.screenshotButton = new System.Windows.Forms.Button();
|
---|
| 56 | this.zoomOutButton = new System.Windows.Forms.Button();
|
---|
| 57 | this.zoomInButton = new System.Windows.Forms.Button();
|
---|
[3523] | 58 | this.zoomToFitButton = new System.Windows.Forms.Button();
|
---|
[3514] | 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();
|
---|
[2898] | 63 | this.detailsGroupBox = new System.Windows.Forms.GroupBox();
|
---|
[3281] | 64 | this.detailsViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
[3514] | 65 | this.buttonToolTip = new System.Windows.Forms.ToolTip(this.components);
|
---|
[2895] | 66 | this.shapeContextMenu.SuspendLayout();
|
---|
| 67 | this.splitContainer.Panel1.SuspendLayout();
|
---|
| 68 | this.splitContainer.Panel2.SuspendLayout();
|
---|
| 69 | this.splitContainer.SuspendLayout();
|
---|
[2898] | 70 | this.detailsGroupBox.SuspendLayout();
|
---|
[2853] | 71 | this.SuspendLayout();
|
---|
| 72 | //
|
---|
[2893] | 73 | // graphVisualizationInfoView
|
---|
[2853] | 74 | //
|
---|
[2899] | 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)));
|
---|
[2893] | 78 | this.graphVisualizationInfoView.Content = null;
|
---|
[2909] | 79 | this.graphVisualizationInfoView.Location = new System.Drawing.Point(3, 30);
|
---|
[2893] | 80 | this.graphVisualizationInfoView.Name = "graphVisualizationInfoView";
|
---|
[3514] | 81 | this.graphVisualizationInfoView.ReadOnly = false;
|
---|
[2909] | 82 | this.graphVisualizationInfoView.Size = new System.Drawing.Size(662, 248);
|
---|
[2893] | 83 | this.graphVisualizationInfoView.TabIndex = 0;
|
---|
[2853] | 84 | //
|
---|
[2893] | 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);
|
---|
[2895] | 93 | this.shapeContextMenu.Opening += new System.ComponentModel.CancelEventHandler(this.shapeContextMenu_Opening);
|
---|
[2893] | 94 | //
|
---|
| 95 | // openViewToolStripMenuItem
|
---|
| 96 | //
|
---|
[3514] | 97 | this.openViewToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
|
---|
[2893] | 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 | //
|
---|
[2895] | 110 | // breakPointToolStripMenuItem
|
---|
[2893] | 111 | //
|
---|
| 112 | this.breakPointToolStripMenuItem.Name = "breakPointToolStripMenuItem";
|
---|
| 113 | this.breakPointToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
|
---|
[3514] | 114 | this.breakPointToolStripMenuItem.Text = "Breakpoint";
|
---|
[2893] | 115 | this.breakPointToolStripMenuItem.Click += new System.EventHandler(this.breakPointToolStripMenuItem_Click);
|
---|
| 116 | //
|
---|
[2895] | 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 | //
|
---|
[2934] | 126 | this.splitContainer.Panel1.Controls.Add(this.screenshotButton);
|
---|
[2899] | 127 | this.splitContainer.Panel1.Controls.Add(this.zoomOutButton);
|
---|
| 128 | this.splitContainer.Panel1.Controls.Add(this.zoomInButton);
|
---|
[3523] | 129 | this.splitContainer.Panel1.Controls.Add(this.zoomToFitButton);
|
---|
[2899] | 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);
|
---|
[2895] | 134 | this.splitContainer.Panel1.Controls.Add(this.graphVisualizationInfoView);
|
---|
| 135 | //
|
---|
| 136 | // splitContainer.Panel2
|
---|
| 137 | //
|
---|
[2898] | 138 | this.splitContainer.Panel2.Controls.Add(this.detailsGroupBox);
|
---|
[2895] | 139 | this.splitContainer.Size = new System.Drawing.Size(665, 444);
|
---|
| 140 | this.splitContainer.SplitterDistance = 279;
|
---|
| 141 | this.splitContainer.TabIndex = 1;
|
---|
| 142 | //
|
---|
[3514] | 143 | // screenshotButton
|
---|
[2895] | 144 | //
|
---|
[5287] | 145 | this.screenshotButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Image;
|
---|
[3514] | 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);
|
---|
[2895] | 153 | //
|
---|
[3514] | 154 | // zoomOutButton
|
---|
[2895] | 155 | //
|
---|
[5287] | 156 | this.zoomOutButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.ZoomOut;
|
---|
[3514] | 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);
|
---|
[2895] | 164 | //
|
---|
[3514] | 165 | // zoomInButton
|
---|
[2898] | 166 | //
|
---|
[5287] | 167 | this.zoomInButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.ZoomIn;
|
---|
[3514] | 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);
|
---|
[2898] | 175 | //
|
---|
[3514] | 176 | // zoomAreaButton
|
---|
[2899] | 177 | //
|
---|
[5287] | 178 | this.zoomToFitButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.ActualSize;
|
---|
[3523] | 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);
|
---|
[2899] | 186 | //
|
---|
[3514] | 187 | // relayoutButton
|
---|
| 188 | //
|
---|
[5287] | 189 | this.relayoutButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.RefreshDocument;
|
---|
[3514] | 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 | //
|
---|
[2899] | 198 | // connectButton
|
---|
| 199 | //
|
---|
[5287] | 200 | this.connectButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Interface;
|
---|
[2899] | 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;
|
---|
[3514] | 205 | this.buttonToolTip.SetToolTip(this.connectButton, "Connection Tool");
|
---|
[2899] | 206 | this.connectButton.UseVisualStyleBackColor = true;
|
---|
[3514] | 207 | this.connectButton.Click += new System.EventHandler(this.connectButton_Click);
|
---|
[2899] | 208 | //
|
---|
[3514] | 209 | // panButton
|
---|
[2899] | 210 | //
|
---|
[5287] | 211 | this.panButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Breakpoint;
|
---|
[3514] | 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);
|
---|
[2899] | 219 | //
|
---|
[3514] | 220 | // selectButton
|
---|
[2899] | 221 | //
|
---|
[5287] | 222 | this.selectButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Pointer;
|
---|
[3514] | 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);
|
---|
[2899] | 230 | //
|
---|
[3514] | 231 | // detailsGroupBox
|
---|
[2899] | 232 | //
|
---|
[3514] | 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";
|
---|
[2899] | 243 | //
|
---|
[3514] | 244 | // detailsViewHost
|
---|
[2899] | 245 | //
|
---|
[3514] | 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;
|
---|
[2899] | 256 | //
|
---|
[2853] | 257 | // OperatorGraphView
|
---|
| 258 | //
|
---|
[3556] | 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);
|
---|
[2853] | 262 | this.AllowDrop = true;
|
---|
| 263 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 264 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
[2895] | 265 | this.Controls.Add(this.splitContainer);
|
---|
[2853] | 266 | this.Name = "OperatorGraphView";
|
---|
| 267 | this.Size = new System.Drawing.Size(665, 444);
|
---|
[2893] | 268 | this.shapeContextMenu.ResumeLayout(false);
|
---|
[2895] | 269 | this.splitContainer.Panel1.ResumeLayout(false);
|
---|
| 270 | this.splitContainer.Panel2.ResumeLayout(false);
|
---|
| 271 | this.splitContainer.ResumeLayout(false);
|
---|
[2898] | 272 | this.detailsGroupBox.ResumeLayout(false);
|
---|
[2853] | 273 | this.ResumeLayout(false);
|
---|
[2895] | 274 |
|
---|
[2853] | 275 | }
|
---|
| 276 | #endregion
|
---|
| 277 |
|
---|
[2893] | 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;
|
---|
[2895] | 283 | private System.Windows.Forms.SplitContainer splitContainer;
|
---|
[2898] | 284 | private System.Windows.Forms.GroupBox detailsGroupBox;
|
---|
[3281] | 285 | private HeuristicLab.MainForm.WindowsForms.ViewHost detailsViewHost;
|
---|
[2899] | 286 | private System.Windows.Forms.Button selectButton;
|
---|
| 287 | private System.Windows.Forms.Button zoomOutButton;
|
---|
| 288 | private System.Windows.Forms.Button zoomInButton;
|
---|
[3523] | 289 | private System.Windows.Forms.Button zoomToFitButton;
|
---|
[2899] | 290 | private System.Windows.Forms.Button relayoutButton;
|
---|
| 291 | private System.Windows.Forms.Button connectButton;
|
---|
| 292 | private System.Windows.Forms.Button panButton;
|
---|
[2934] | 293 | private System.Windows.Forms.Button screenshotButton;
|
---|
[2909] | 294 | private System.Windows.Forms.ToolTip buttonToolTip;
|
---|
[2853] | 295 | }
|
---|
| 296 | }
|
---|