Changeset 103 for trunk/Forms/UFormSourceCode.lfm
- Timestamp:
- May 5, 2019, 12:17:58 AM (6 years ago)
- Location:
- trunk/Forms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms
- Property svn:ignore deleted
-
trunk/Forms/UFormSourceCode.lfm
r97 r103 1 1 object FormSourceCode: TFormSourceCode 2 2 Left = 459 3 Height = 4913 Height = 589 4 4 Top = 278 5 Width = 5605 Width = 672 6 6 Caption = 'Source code' 7 ClientHeight = 4918 ClientWidth = 5609 DesignTimePPI = 1 207 ClientHeight = 589 8 ClientWidth = 672 9 DesignTimePPI = 144 10 10 OnCreate = FormCreate 11 LCLVersion = ' 1.8.2.0'11 LCLVersion = '2.0.0.4' 12 12 inline SynEdit1: TSynEdit 13 13 Left = 0 14 Height = 49114 Height = 589 15 15 Top = 0 16 Width = 56016 Width = 672 17 17 Align = alClient 18 Font.Height = -1 318 Font.Height = -16 19 19 Font.Name = 'Courier New' 20 20 Font.Pitch = fpFixed … … 28 28 OnKeyUp = MemoSourceKeyUp 29 29 OnMouseDown = MemoSourceMouseDown 30 Gutter.Width = 5930 Gutter.Width = 80 31 31 Gutter.MouseActions = <> 32 32 RightGutter.Width = 0 … … 478 478 inline SynLeftGutterPartList1: TSynGutterPartList 479 479 object SynGutterMarks1: TSynGutterMarks 480 Width = 24480 Width = 36 481 481 MouseActions = <> 482 482 end 483 483 object SynGutterLineNumber1: TSynGutterLineNumber 484 Width = 17484 Width = 21 485 485 MouseActions = <> 486 486 MarkupInfo.Background = clBtnFace … … 492 492 end 493 493 object SynGutterChanges1: TSynGutterChanges 494 Width = 4494 Width = 6 495 495 MouseActions = <> 496 496 ModifiedColor = 59900 … … 498 498 end 499 499 object SynGutterSeparator1: TSynGutterSeparator 500 Width = 2500 Width = 3 501 501 MouseActions = <> 502 502 MarkupInfo.Background = clWhite … … 505 505 object SynGutterCodeFolding1: TSynGutterCodeFolding 506 506 AutoSize = False 507 Width = 1 2507 Width = 14 508 508 MouseActions = <> 509 509 MarkupInfo.Background = clNone … … 516 516 object PopupMenuSource: TPopupMenu 517 517 Images = Core.ImageListMain 518 left = 1 28519 top = 1 28518 left = 154 519 top = 154 520 520 object MenuItem23: TMenuItem 521 521 Action = FormMain.ABreakpointToggle … … 590 590 object ActionList1: TActionList 591 591 Images = Core.ImageListMain 592 left = 1 28593 top = 56592 left = 154 593 top = 67 594 594 object AGenerateNumber: TAction 595 595 Caption = 'Generate number' … … 644 644 DefaultFilter = 'Soubory Java (*.java)|*.java' 645 645 Enabled = False 646 left = 4 05647 top = 263646 left = 486 647 top = 316 648 648 end 649 649 end
Note:
See TracChangeset
for help on using the changeset viewer.