Changeset 12 for trunk/UMainForm.lfm
- Timestamp:
- Feb 11, 2012, 4:32:27 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 3 3 LazFuckIDE.lps 4 4 backup 5 LazFuckIDE
-
- Property svn:ignore
-
trunk/UMainForm.lfm
r11 r12 1 1 object MainForm: TMainForm 2 Left = 2 582 Left = 286 3 3 Height = 465 4 Top = 1 214 Top = 140 5 5 Width = 643 6 6 Caption = 'LazFuck' 7 ClientHeight = 44 67 ClientHeight = 440 8 8 ClientWidth = 643 9 9 Menu = MainMenu1 … … 13 13 OnShow = FormShow 14 14 LCLVersion = '0.9.31' 15 WindowState = wsMaximized 15 16 object MemoSource: TMemo 16 17 Left = 0 17 Height = 3 7018 Height = 363 18 19 Top = 56 19 20 Width = 643 … … 22 23 Font.Name = 'Courier New' 23 24 OnChange = MemoSourceChange 25 OnKeyDown = MemoSourceKeyDown 26 OnKeyPress = MemoSourceKeyPress 27 OnKeyUp = MemoSourceKeyUp 28 OnMouseDown = MemoSourceMouseDown 24 29 ParentFont = False 25 30 ScrollBars = ssAutoBoth … … 28 33 object StatusBar1: TStatusBar 29 34 Left = 0 30 Height = 2 031 Top = 4 2635 Height = 21 36 Top = 419 32 37 Width = 643 33 Panels = <> 38 Panels = < 39 item 40 Width = 70 41 end 42 item 43 Width = 70 44 end 45 item 46 Width = 80 47 end> 48 SimplePanel = False 34 49 end 35 50 object ToolBar1: TToolBar … … 630 645 Caption = 'Compiled' 631 646 OnExecute = AViewCompiledExecute 647 end 648 object AInterpretterStepInto: TAction 649 Caption = 'Step into' 650 end 651 object AInterpretterStopOver: TAction 652 Caption = 'Step over' 653 end 654 object AInterpretterRunToCursor: TAction 655 Caption = 'Run to cursor' 656 end 657 object AInterpretterStepOut: TAction 658 Caption = 'Step out' 659 end 660 object ABreakpointSet: TAction 661 Caption = 'Breakpoint set' 662 end 663 object ABreakpointUnset: TAction 664 Caption = 'Unset breakpoint' 632 665 end 633 666 end
Note:
See TracChangeset
for help on using the changeset viewer.