- Timestamp:
- 10/14/08 14:42:29 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GpPluginsRefactoringBranch/HeuristicLab.GP/FunctionView.Designer.cs
r645 r654 51 51 this.components = new System.ComponentModel.Container(); 52 52 this.funTreeView = new System.Windows.Forms.TreeView(); 53 this.representationContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components); 53 54 this.splitContainer = new System.Windows.Forms.SplitContainer(); 54 55 this.variablesGroupBox = new System.Windows.Forms.GroupBox(); … … 59 60 this.editButton = new System.Windows.Forms.Button(); 60 61 this.treeNodeContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components); 61 this.copyToClipboardMenuItem = new System.Windows.Forms.ToolStripMenuItem();62 this.copyToClipboardSExpressionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();63 62 this.splitContainer.Panel1.SuspendLayout(); 64 63 this.splitContainer.Panel2.SuspendLayout(); … … 67 66 this.variablesSplitContainer.Panel1.SuspendLayout(); 68 67 this.variablesSplitContainer.SuspendLayout(); 69 this.treeNodeContextMenu.SuspendLayout();70 68 this.SuspendLayout(); 71 69 // 72 70 // funTreeView 73 71 // 72 this.funTreeView.ContextMenuStrip = this.representationContextMenu; 74 73 this.funTreeView.Dock = System.Windows.Forms.DockStyle.Fill; 75 74 this.funTreeView.HideSelection = false; … … 80 79 this.funTreeView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.funTreeView_MouseUp); 81 80 this.funTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.functionTreeView_AfterSelect); 81 // 82 // representationContextMenu 83 // 84 this.representationContextMenu.Name = "representationContextMenu"; 85 this.representationContextMenu.Size = new System.Drawing.Size(61, 4); 82 86 // 83 87 // splitContainer … … 167 171 // treeNodeContextMenu 168 172 // 169 this.treeNodeContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {170 this.copyToClipboardMenuItem,171 this.copyToClipboardSExpressionToolStripMenuItem});172 173 this.treeNodeContextMenu.Name = "treeNodeContextMenu"; 173 this.treeNodeContextMenu.Size = new System.Drawing.Size(259, 70); 174 // 175 // copyToClipboardMenuItem 176 // 177 this.copyToClipboardMenuItem.Name = "copyToClipboardMenuItem"; 178 this.copyToClipboardMenuItem.Size = new System.Drawing.Size(258, 22); 179 this.copyToClipboardMenuItem.Text = "Copy to clip-board (Model-Analyzer)"; 180 this.copyToClipboardMenuItem.Click += new System.EventHandler(this.copyToClipboardMenuItem_Click); 181 // 182 // copyToClipboardSExpressionToolStripMenuItem 183 // 184 this.copyToClipboardSExpressionToolStripMenuItem.Name = "copyToClipboardSExpressionToolStripMenuItem"; 185 this.copyToClipboardSExpressionToolStripMenuItem.Size = new System.Drawing.Size(258, 22); 186 this.copyToClipboardSExpressionToolStripMenuItem.Text = "Copy to clip-board (S-Expression)"; 187 this.copyToClipboardSExpressionToolStripMenuItem.Click += new System.EventHandler(this.copyToClipboardSExpressionToolStripMenuItem_Click); 174 this.treeNodeContextMenu.Size = new System.Drawing.Size(61, 4); 188 175 // 189 176 // FunctionTreeView … … 201 188 this.variablesSplitContainer.Panel1.ResumeLayout(false); 202 189 this.variablesSplitContainer.ResumeLayout(false); 203 this.treeNodeContextMenu.ResumeLayout(false);204 190 this.ResumeLayout(false); 205 191 … … 217 203 private System.Windows.Forms.Label label1; 218 204 private System.Windows.Forms.ContextMenuStrip treeNodeContextMenu; 219 private System.Windows.Forms.ToolStripMenuItem copyToClipboardMenuItem; 220 private System.Windows.Forms.ToolStripMenuItem copyToClipboardSExpressionToolStripMenuItem; 205 private System.Windows.Forms.ContextMenuStrip representationContextMenu; 221 206 222 207 }
Note: See TracChangeset
for help on using the changeset viewer.