Changeset 115 for trunk/Forms/UFormSourceCode.lfm
- Timestamp:
- Oct 13, 2020, 8:05:14 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormSourceCode.lfm
r109 r115 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 11 OnDestroy = FormDestroy … … 17 17 Width = 560 18 18 Align = alClient 19 Font.Height = -1 319 Font.Height = -16 20 20 Font.Name = 'Courier New' 21 21 Font.Pitch = fpFixed … … 29 29 OnKeyUp = MemoSourceKeyUp 30 30 OnMouseDown = MemoSourceMouseDown 31 Gutter.Width = 6731 Gutter.Width = 80 32 32 Gutter.MouseActions = <> 33 33 RightGutter.Width = 0 … … 479 479 inline SynLeftGutterPartList1: TSynGutterPartList 480 480 object SynGutterMarks1: TSynGutterMarks 481 Width = 3 0481 Width = 36 482 482 MouseActions = <> 483 483 end 484 484 object SynGutterLineNumber1: TSynGutterLineNumber 485 Width = 17485 Width = 21 486 486 MouseActions = <> 487 487 MarkupInfo.Background = clBtnFace … … 493 493 end 494 494 object SynGutterChanges1: TSynGutterChanges 495 Width = 5495 Width = 6 496 496 MouseActions = <> 497 497 ModifiedColor = 59900 … … 506 506 object SynGutterCodeFolding1: TSynGutterCodeFolding 507 507 AutoSize = False 508 Width = 1 2508 Width = 14 509 509 MouseActions = <> 510 510 MarkupInfo.Background = clNone … … 517 517 object PopupMenuSource: TPopupMenu 518 518 Images = Core.ImageListMain 519 left = 1 28520 top = 1 28519 left = 154 520 top = 154 521 521 object MenuItem23: TMenuItem 522 522 Action = FormMain.ABreakpointToggle … … 591 591 object ActionList1: TActionList 592 592 Images = Core.ImageListMain 593 left = 1 28594 top = 56593 left = 154 594 top = 67 595 595 object AGenerateNumber: TAction 596 596 Caption = 'Generate number' … … 645 645 DefaultFilter = 'Soubory Java (*.java)|*.java' 646 646 Enabled = False 647 left = 4 05648 top = 263647 left = 486 648 top = 316 649 649 end 650 650 end
Note:
See TracChangeset
for help on using the changeset viewer.