Free cookie consent management tool by TermsFeed Policy Generator

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

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

added details view for parameters (ticket #867)

File size: 7.3 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.connectorToolTip = new System.Windows.Forms.ToolTip(this.components);
36      this.shapeContextMenu.SuspendLayout();
37      this.splitContainer.Panel1.SuspendLayout();
38      this.splitContainer.Panel2.SuspendLayout();
39      this.splitContainer.SuspendLayout();
40      this.detailsGroupBox.SuspendLayout();
41      this.SuspendLayout();
42      //
43      // graphVisualizationInfoView
44      //
45      this.graphVisualizationInfoView.Caption = null;
46      this.graphVisualizationInfoView.Content = null;
47      this.graphVisualizationInfoView.Dock = System.Windows.Forms.DockStyle.Fill;
48      this.graphVisualizationInfoView.Location = new System.Drawing.Point(0, 0);
49      this.graphVisualizationInfoView.Name = "graphVisualizationInfoView";
50      this.graphVisualizationInfoView.Size = new System.Drawing.Size(665, 279);
51      this.graphVisualizationInfoView.TabIndex = 0;
52      //
53      // shapeContextMenu
54      //
55      this.shapeContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
56            this.openViewToolStripMenuItem,
57            this.initialToolStripMenuItem,
58            this.breakPointToolStripMenuItem});
59      this.shapeContextMenu.Name = "shapeContextMenu";
60      this.shapeContextMenu.Size = new System.Drawing.Size(154, 70);
61      this.shapeContextMenu.Opening += new System.ComponentModel.CancelEventHandler(this.shapeContextMenu_Opening);
62      //
63      // openViewToolStripMenuItem
64      //
65      this.openViewToolStripMenuItem.Name = "openViewToolStripMenuItem";
66      this.openViewToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
67      this.openViewToolStripMenuItem.Text = "Open View";
68      this.openViewToolStripMenuItem.Click += new System.EventHandler(this.openViewToolStripMenuItem_Click);
69      //
70      // initialToolStripMenuItem
71      //
72      this.initialToolStripMenuItem.Name = "initialToolStripMenuItem";
73      this.initialToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
74      this.initialToolStripMenuItem.Text = "Initial Operator";
75      this.initialToolStripMenuItem.Click += new System.EventHandler(this.initialOperatorToolStripMenuItem_Click);
76      //
77      // breakPointToolStripMenuItem
78      //
79      this.breakPointToolStripMenuItem.Name = "breakPointToolStripMenuItem";
80      this.breakPointToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
81      this.breakPointToolStripMenuItem.Text = "Break Point";
82      this.breakPointToolStripMenuItem.Click += new System.EventHandler(this.breakPointToolStripMenuItem_Click);
83      //
84      // splitContainer
85      //
86      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
87      this.splitContainer.Location = new System.Drawing.Point(0, 0);
88      this.splitContainer.Name = "splitContainer";
89      this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
90      //
91      // splitContainer.Panel1
92      //
93      this.splitContainer.Panel1.Controls.Add(this.graphVisualizationInfoView);
94      //
95      // splitContainer.Panel2
96      //
97      this.splitContainer.Panel2.Controls.Add(this.detailsGroupBox);
98      this.splitContainer.Size = new System.Drawing.Size(665, 444);
99      this.splitContainer.SplitterDistance = 279;
100      this.splitContainer.TabIndex = 1;
101      //
102      // detailsGroupBox
103      //
104      this.detailsGroupBox.Controls.Add(this.detailsViewHost);
105      this.detailsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
106      this.detailsGroupBox.Location = new System.Drawing.Point(0, 0);
107      this.detailsGroupBox.Name = "detailsGroupBox";
108      this.detailsGroupBox.Size = new System.Drawing.Size(665, 161);
109      this.detailsGroupBox.TabIndex = 0;
110      this.detailsGroupBox.TabStop = false;
111      this.detailsGroupBox.Text = "Details";
112      //
113      // detailsViewHost
114      //
115      this.detailsViewHost.Content = null;
116      this.detailsViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
117      this.detailsViewHost.Location = new System.Drawing.Point(3, 16);
118      this.detailsViewHost.Name = "detailsViewHost";
119      this.detailsViewHost.Size = new System.Drawing.Size(659, 142);
120      this.detailsViewHost.TabIndex = 0;
121      this.detailsViewHost.ViewType = null;
122      //
123      // connectorToolTip
124      //
125      this.connectorToolTip.IsBalloon = true;
126      //
127      // OperatorGraphView
128      //
129      this.AllowDrop = true;
130      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
131      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
132      this.Controls.Add(this.splitContainer);
133      this.Name = "OperatorGraphView";
134      this.Size = new System.Drawing.Size(665, 444);
135      this.DragDrop += new System.Windows.Forms.DragEventHandler(this.OperatorGraphView_DragDrop);
136      this.DragEnter += new System.Windows.Forms.DragEventHandler(this.OperatorGraphView_DragEnter);
137      this.shapeContextMenu.ResumeLayout(false);
138      this.splitContainer.Panel1.ResumeLayout(false);
139      this.splitContainer.Panel2.ResumeLayout(false);
140      this.splitContainer.ResumeLayout(false);
141      this.detailsGroupBox.ResumeLayout(false);
142      this.ResumeLayout(false);
143
144    }
145    #endregion
146
147    private GraphVisualizationInfoView graphVisualizationInfoView;
148    private System.Windows.Forms.ContextMenuStrip shapeContextMenu;
149    private System.Windows.Forms.ToolStripMenuItem openViewToolStripMenuItem;
150    private System.Windows.Forms.ToolStripMenuItem initialToolStripMenuItem;
151    private System.Windows.Forms.ToolStripMenuItem breakPointToolStripMenuItem;
152    private System.Windows.Forms.SplitContainer splitContainer;
153    private System.Windows.Forms.GroupBox detailsGroupBox;
154    private HeuristicLab.Core.Views.ViewHost detailsViewHost;
155    private System.Windows.Forms.ToolTip connectorToolTip;
156  }
157}
Note: See TracBrowser for help on using the repository browser.