Changeset 145 for trunk/Forms/FormTargetCode.lfm
- Timestamp:
- Jun 5, 2023, 6:44:57 PM (18 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormTargetCode.lfm
r144 r145 1 1 object FormTargetCode: TFormTargetCode 2 2 Left = 555 3 Height = 4353 Height = 522 4 4 Top = 379 5 Width = 6125 Width = 734 6 6 Caption = 'Target code' 7 ClientHeight = 435 8 ClientWidth = 612 9 DesignTimePPI = 120 10 LCLVersion = '2.0.2.0' 7 ClientHeight = 522 8 ClientWidth = 734 9 DesignTimePPI = 144 10 OnCreate = FormCreate 11 LCLVersion = '2.2.6.0' 11 12 inline SynEditTarget: TSynEdit 12 13 Left = 0 13 Height = 43514 Height = 522 14 15 Top = 0 15 Width = 61216 Width = 734 16 17 Align = alClient 17 Font.Height = -1 318 Font.Height = -16 18 19 Font.Name = 'Courier New' 19 20 Font.Pitch = fpFixed … … 23 24 PopupMenu = PopupMenuTarget 24 25 TabOrder = 0 25 Gutter.Width = 6826 Gutter.Width = 81 26 27 Gutter.MouseActions = <> 27 28 RightGutter.Width = 0 … … 472 473 inline SynLeftGutterPartList1: TSynGutterPartList 473 474 object SynGutterMarks1: TSynGutterMarks 474 Width = 3 0475 Width = 36 475 476 MouseActions = <> 476 477 end 477 478 object SynGutterLineNumber1: TSynGutterLineNumber 478 Width = 17479 Width = 21 479 480 MouseActions = <> 480 481 MarkupInfo.Background = clBtnFace … … 486 487 end 487 488 object SynGutterChanges1: TSynGutterChanges 488 Width = 5489 Width = 6 489 490 MouseActions = <> 490 491 ModifiedColor = 59900 … … 498 499 end 499 500 object SynGutterCodeFolding1: TSynGutterCodeFolding 500 Width = 1 3501 Width = 15 501 502 MouseActions = <> 502 503 MarkupInfo.Background = clNone … … 509 510 object PopupMenuTarget: TPopupMenu 510 511 Images = Core.ImageListMain 511 left = 84512 top = 100512 Left = 101 513 Top = 120 513 514 object MenuItem20: TMenuItem 514 515 Action = AFormatCode … … 520 521 object ActionList1: TActionList 521 522 Images = Core.ImageListMain 522 left = 199523 top = 39523 Left = 239 524 Top = 47 524 525 object AFormatCode: TAction 525 526 Caption = 'Format code'
Note:
See TracChangeset
for help on using the changeset viewer.