Changeset 143 for trunk/Forms/UFormSourceCode.lfm
- Timestamp:
- Mar 8, 2022, 10:55:43 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormSourceCode.lfm
r133 r143 1 1 object FormSourceCode: TFormSourceCode 2 2 Left = 459 3 Height = 5893 Height = 614 4 4 Top = 278 5 Width = 6725 Width = 700 6 6 Caption = 'Source code' 7 ClientHeight = 5898 ClientWidth = 6729 DesignTimePPI = 1 447 ClientHeight = 614 8 ClientWidth = 700 9 DesignTimePPI = 150 10 10 OnCreate = FormCreate 11 11 OnDestroy = FormDestroy … … 13 13 inline SynEditSource: TSynEdit 14 14 Left = 0 15 Height = 58915 Height = 614 16 16 Top = 0 17 Width = 67217 Width = 700 18 18 Align = alClient 19 Font.Height = -1 619 Font.Height = -17 20 20 Font.Name = 'Courier New' 21 21 Font.Pitch = fpFixed … … 29 29 OnKeyUp = MemoSourceKeyUp 30 30 OnMouseDown = MemoSourceMouseDown 31 Gutter.Width = 8 031 Gutter.Width = 83 32 32 Gutter.MouseActions = <> 33 33 RightGutter.Width = 0 … … 479 479 inline SynLeftGutterPartList1: TSynGutterPartList 480 480 object SynGutterMarks1: TSynGutterMarks 481 Width = 3 6481 Width = 38 482 482 MouseActions = <> 483 483 end … … 506 506 object SynGutterCodeFolding1: TSynGutterCodeFolding 507 507 AutoSize = False 508 Width = 1 4508 Width = 15 509 509 MouseActions = <> 510 510 MarkupInfo.Background = clNone … … 517 517 object PopupMenuSource: TPopupMenu 518 518 Images = Core.ImageListMain 519 Left = 1 54520 Top = 1 54519 Left = 160 520 Top = 160 521 521 object MenuItem23: TMenuItem 522 522 Action = FormMain.ABreakpointToggle 523 end524 object MenuItem26: TMenuItem525 Action = AFormatSource526 end527 object MenuItem21: TMenuItem528 Action = AGenerateNumber529 523 end 530 524 object MenuItem29: TMenuItem … … 567 561 } 568 562 end 563 object Separator1: TMenuItem 564 Caption = '-' 565 end 566 object MenuItem26: TMenuItem 567 Action = AFormatSource 568 end 569 569 object MenuItem36: TMenuItem 570 570 Action = AShrinkSource 571 end 572 object MenuItem21: TMenuItem 573 Action = AGenerateNumber 574 end 575 object MenuItem7: TMenuItem 576 Action = AGenerateText 571 577 end 572 578 object MenuItem1: TMenuItem … … 591 597 object ActionList1: TActionList 592 598 Images = Core.ImageListMain 593 Left = 15 2594 Top = 67599 Left = 158 600 Top = 70 595 601 object AGenerateNumber: TAction 596 602 Caption = 'Generate number' … … 641 647 ShortCut = 16472 642 648 end 649 object AGenerateText: TAction 650 Caption = 'Generate text' 651 ImageIndex = 29 652 OnExecute = AGenerateTextExecute 653 end 643 654 end 644 655 object SynJavaSyn1: TSynJavaSyn 645 656 DefaultFilter = 'Soubory Java (*.java)|*.java' 646 657 Enabled = False 647 Left = 486648 Top = 3 16658 Left = 506 659 Top = 329 649 660 end 650 661 end
Note:
See TracChangeset
for help on using the changeset viewer.