Changeset 105 for trunk/Forms/UFormSourceCode.lfm
- Timestamp:
- May 6, 2019, 10:32:47 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormSourceCode.lfm
r103 r105 1 1 object FormSourceCode: TFormSourceCode 2 2 Left = 459 3 Height = 5893 Height = 491 4 4 Top = 278 5 Width = 6725 Width = 560 6 6 Caption = 'Source code' 7 ClientHeight = 5898 ClientWidth = 6729 DesignTimePPI = 1 447 ClientHeight = 491 8 ClientWidth = 560 9 DesignTimePPI = 120 10 10 OnCreate = FormCreate 11 LCLVersion = '2.0. 0.4'11 LCLVersion = '2.0.2.0' 12 12 inline SynEdit1: TSynEdit 13 13 Left = 0 … … 16 16 Width = 672 17 17 Align = alClient 18 Font.Height = -1 618 Font.Height = -13 19 19 Font.Name = 'Courier New' 20 20 Font.Pitch = fpFixed … … 28 28 OnKeyUp = MemoSourceKeyUp 29 29 OnMouseDown = MemoSourceMouseDown 30 Gutter.Width = 8030 Gutter.Width = 67 31 31 Gutter.MouseActions = <> 32 32 RightGutter.Width = 0 … … 478 478 inline SynLeftGutterPartList1: TSynGutterPartList 479 479 object SynGutterMarks1: TSynGutterMarks 480 Width = 3 6480 Width = 30 481 481 MouseActions = <> 482 482 end 483 483 object SynGutterLineNumber1: TSynGutterLineNumber 484 Width = 21484 Width = 17 485 485 MouseActions = <> 486 486 MarkupInfo.Background = clBtnFace … … 492 492 end 493 493 object SynGutterChanges1: TSynGutterChanges 494 Width = 6494 Width = 5 495 495 MouseActions = <> 496 496 ModifiedColor = 59900 … … 505 505 object SynGutterCodeFolding1: TSynGutterCodeFolding 506 506 AutoSize = False 507 Width = 1 4507 Width = 12 508 508 MouseActions = <> 509 509 MarkupInfo.Background = clNone … … 516 516 object PopupMenuSource: TPopupMenu 517 517 Images = Core.ImageListMain 518 left = 1 54519 top = 1 54518 left = 128 519 top = 128 520 520 object MenuItem23: TMenuItem 521 521 Action = FormMain.ABreakpointToggle … … 590 590 object ActionList1: TActionList 591 591 Images = Core.ImageListMain 592 left = 1 54593 top = 67592 left = 128 593 top = 56 594 594 object AGenerateNumber: TAction 595 595 Caption = 'Generate number' … … 644 644 DefaultFilter = 'Soubory Java (*.java)|*.java' 645 645 Enabled = False 646 left = 4 86647 top = 316646 left = 405 647 top = 263 648 648 end 649 649 end
Note:
See TracChangeset
for help on using the changeset viewer.