Changeset 142 for branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/FunctionView.Designer.cs
- Timestamp:
- 04/21/08 00:17:54 (17 years ago)
- Location:
- branches/FunctionsAndStructIdRefactoring
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/FunctionView.Designer.cs
r2 r142 22 22 using System; 23 23 namespace HeuristicLab.Functions { 24 partial class Function View {24 partial class FunctionTreeView { 25 25 /// <summary> 26 26 /// Required designer variable. … … 167 167 this.copyToClipboardMenuItem}); 168 168 this.treeNodeContextMenu.Name = "treeNodeContextMenu"; 169 this.treeNodeContextMenu.Size = new System.Drawing.Size(2 59, 26);169 this.treeNodeContextMenu.Size = new System.Drawing.Size(248, 26); 170 170 // 171 171 // copyToClipboardMenuItem 172 172 // 173 173 this.copyToClipboardMenuItem.Name = "copyToClipboardMenuItem"; 174 this.copyToClipboardMenuItem.Size = new System.Drawing.Size(2 58, 22);174 this.copyToClipboardMenuItem.Size = new System.Drawing.Size(247, 22); 175 175 this.copyToClipboardMenuItem.Text = "Copy to clip-board (Model-Analyzer)"; 176 176 this.copyToClipboardMenuItem.Click += new System.EventHandler(this.copyToClipboardMenuItem_Click);
Note: See TracChangeset
for help on using the changeset viewer.