Changeset 427
- Timestamp:
- 08/03/08 11:01:51 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Functions/FunctionView.Designer.cs
r410 r427 155 155 // editButton 156 156 // 157 this.editButton.Enabled = false; 157 158 this.editButton.Location = new System.Drawing.Point(301, 5); 158 159 this.editButton.Name = "editButton"; … … 168 169 this.copyToClipboardMenuItem}); 169 170 this.treeNodeContextMenu.Name = "treeNodeContextMenu"; 170 this.treeNodeContextMenu.Size = new System.Drawing.Size(2 59, 26);171 this.treeNodeContextMenu.Size = new System.Drawing.Size(248, 26); 171 172 // 172 173 // copyToClipboardMenuItem 173 174 // 174 175 this.copyToClipboardMenuItem.Name = "copyToClipboardMenuItem"; 175 this.copyToClipboardMenuItem.Size = new System.Drawing.Size(2 58, 22);176 this.copyToClipboardMenuItem.Size = new System.Drawing.Size(247, 22); 176 177 this.copyToClipboardMenuItem.Text = "Copy to clip-board (Model-Analyzer)"; 177 178 this.copyToClipboardMenuItem.Click += new System.EventHandler(this.copyToClipboardMenuItem_Click);
Note: See TracChangeset
for help on using the changeset viewer.