Changeset 9 for trunk/UMainForm.lfm
- Timestamp:
- Feb 9, 2012, 4:10:10 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UMainForm.lfm
r6 r9 1 1 object MainForm: TMainForm 2 Left = 2 702 Left = 258 3 3 Height = 465 4 Top = 12 04 Top = 121 5 5 Width = 643 6 6 Caption = 'LazFuck' … … 369 369 } 370 370 end 371 object MenuItem40: TMenuItem 372 Caption = 'Target' 373 object MenuItem21: TMenuItem 374 Caption = 'New Item21' 375 end 376 end 371 377 object MenuItem17: TMenuItem 372 378 Caption = '-' … … 416 422 object MenuItem16: TMenuItem 417 423 Action = AProgramStop 424 end 425 end 426 object MenuItem18: TMenuItem 427 Caption = 'View' 428 object MenuItem19: TMenuItem 429 Action = AViewInterpretter 430 end 431 object MenuItem20: TMenuItem 432 Action = AViewCompiled 418 433 end 419 434 end … … 507 522 Caption = 'Compile' 508 523 ImageIndex = 8 524 OnExecute = ACompileExecute 509 525 end 510 526 object AProgramRun: TAction … … 529 545 ImageIndex = 10 530 546 OnExecute = AProgramStopExecute 547 end 548 object AViewInterpretter: TAction 549 Caption = 'Interpretter' 550 OnExecute = AViewInterpretterExecute 551 end 552 object AViewCompiled: TAction 553 Caption = 'Compiled' 554 OnExecute = AViewCompiledExecute 531 555 end 532 556 end
Note:
See TracChangeset
for help on using the changeset viewer.