Changeset 148 for trunk/Forms/UFormSource.lfm
- Timestamp:
- Jun 5, 2023, 7:40:45 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormSource.lfm
r115 r148 1 1 object FormSource: TFormSource 2 2 Left = 754 3 Height = 7133 Height = 684 4 4 Top = 496 5 Width = 9 515 Width = 913 6 6 Caption = 'Source' 7 ClientHeight = 7138 ClientWidth = 9 519 DesignTimePPI = 1 507 ClientHeight = 684 8 ClientWidth = 913 9 DesignTimePPI = 144 10 10 OnClose = FormClose 11 11 OnCreate = FormCreate 12 12 OnDestroy = FormDestroy 13 13 OnShow = FormShow 14 LCLVersion = '2.2. 0.4'14 LCLVersion = '2.2.6.0' 15 15 inline SynEditSource: TSynEdit 16 16 Left = 8 17 Height = 6 4917 Height = 620 18 18 Top = 8 19 Width = 93519 Width = 897 20 20 Align = alCustom 21 21 BorderSpacing.Around = 8 22 22 Anchors = [akTop, akLeft, akRight, akBottom] 23 23 Color = clBtnFace 24 Font.Height = 1 324 Font.Height = 12 25 25 Font.Name = 'DejaVu Sans Mono' 26 26 Font.Pitch = fpFixed … … 30 30 PopupMenu = PopupMenu1 31 31 TabOrder = 0 32 Gutter.Width = 8032 Gutter.Width = 75 33 33 Gutter.MouseActions = <> 34 34 RightGutter.Width = 0 … … 479 479 inline SynLeftGutterPartList1: TSynGutterPartList 480 480 object SynGutterMarks1: TSynGutterMarks 481 Width = 3 8481 Width = 36 482 482 MouseActions = <> 483 483 end 484 484 object SynGutterLineNumber1: TSynGutterLineNumber 485 Width = 1 7485 Width = 15 486 486 MouseActions = <> 487 487 MarkupInfo.Background = clBtnFace … … 505 505 end 506 506 object SynGutterCodeFolding1: TSynGutterCodeFolding 507 Width = 1 6507 Width = 15 508 508 MouseActions = <> 509 509 MarkupInfo.Background = clNone … … 515 515 end 516 516 object ButtonOk: TButton 517 Left = 824518 Height = 3 9519 Top = 6 64520 Width = 11 7517 Left = 791 518 Height = 37 519 Top = 637 520 Width = 112 521 521 Anchors = [akRight, akBottom] 522 522 Caption = 'Save' … … 525 525 end 526 526 object ButtonCancel: TButton 527 Left = 6 88528 Height = 3 9529 Top = 6 64530 Width = 11 7527 Left = 661 528 Height = 37 529 Top = 637 530 Width = 112 531 531 Anchors = [akRight, akBottom] 532 532 Caption = 'Cancel' … … 536 536 object ActionList1: TActionList 537 537 Images = Core.ImageList1 538 Left = 3 61539 Top = 1 52538 Left = 347 539 Top = 146 540 540 object APaste: TAction 541 541 Caption = 'Paste' … … 563 563 end 564 564 object PopupMenu1: TPopupMenu 565 Left = 3 88566 Top = 411565 Left = 372 566 Top = 395 567 567 object MenuItem1: TMenuItem 568 568 Action = ACut
Note:
See TracChangeset
for help on using the changeset viewer.