Changeset 159 for trunk/Forms
- Timestamp:
- Jun 12, 2023, 11:46:36 PM (17 months ago)
- Location:
- trunk/Forms
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormCompareSideBySide.lfm
r155 r159 5 5 Width = 1191 6 6 Caption = 'Compare side by side' 7 ClientHeight = 85 87 ClientHeight = 854 8 8 ClientWidth = 1191 9 9 DesignTimePPI = 144 … … 18 18 object PanelLeft: TPanel 19 19 Left = 0 20 Height = 85 820 Height = 854 21 21 Top = 0 22 22 Width = 584 23 23 Align = alLeft 24 24 BevelOuter = bvNone 25 ClientHeight = 85 825 ClientHeight = 854 26 26 ClientWidth = 584 27 27 TabOrder = 0 28 28 object EditLeftFileName: TEdit 29 29 Left = 15 30 Height = 3330 Height = 43 31 31 Top = 11 32 32 Width = 523 … … 37 37 inline SynEditLeft: TSynEditEx 38 38 Left = 15 39 Height = 78 539 Height = 781 40 40 Top = 61 41 41 Width = 562 … … 48 48 ParentFont = False 49 49 TabOrder = 1 50 Gutter.Width = 7 350 Gutter.Width = 75 51 51 Gutter.MouseActions = <> 52 52 RightGutter.Width = 0 … … 503 503 end 504 504 object SynGutterLineNumber1: TSynGutterLineNumber 505 Width = 1 3505 Width = 15 506 506 MouseActions = <> 507 507 MarkupInfo.Background = clBtnFace … … 548 548 object Splitter1: TSplitter 549 549 Left = 584 550 Height = 85 8550 Height = 854 551 551 Top = 0 552 552 Width = 8 … … 554 554 object PanelRight: TPanel 555 555 Left = 592 556 Height = 85 8556 Height = 854 557 557 Top = 0 558 558 Width = 599 559 559 Align = alClient 560 560 BevelOuter = bvNone 561 ClientHeight = 85 8561 ClientHeight = 854 562 562 ClientWidth = 599 563 563 TabOrder = 2 564 564 object EditRightFileName: TEdit 565 565 Left = 12 566 Height = 33566 Height = 43 567 567 Top = 11 568 568 Width = 527 … … 573 573 inline SynEditRight: TSynEditEx 574 574 Left = 15 575 Height = 78 5575 Height = 781 576 576 Top = 61 577 577 Width = 571 … … 584 584 ParentFont = False 585 585 TabOrder = 1 586 Gutter.Width = 7 3586 Gutter.Width = 75 587 587 Gutter.MouseActions = <> 588 588 RightGutter.Width = 0 … … 1039 1039 end 1040 1040 object SynGutterLineNumber1: TSynGutterLineNumber 1041 Width = 1 31041 Width = 15 1042 1042 MouseActions = <> 1043 1043 MarkupInfo.Background = clBtnFace -
trunk/Forms/FormCompareSideBySide.pas
r151 r159 7 7 VCard, Diff, LCLType, LCLIntf, ComCtrls, Buttons, Menus, ActnList, SynEdit, 8 8 SynEditMiscClasses, SynHighlighterPosition, SynEditHighlighter, Common, 9 USynEditEx;9 SynEditEx; 10 10 11 11 type -
trunk/Forms/FormContacts.pas
r157 r159 384 384 begin 385 385 LoadFromRegistry(Context); 386 UpdateColumns;387 386 Core.Core.Translator.TranslateComponentRecursive(Self); 388 387 Core.Core.ThemeManager1.UseTheme(Self); 389 388 Core.Core.PersistentForm1.Load(Self); 389 UpdateColumns; 390 390 ReloadList; 391 391 UpdateInterface; -
trunk/Forms/FormExport.lfm
r158 r159 41 41 Top = 9 42 42 Width = 805 43 HorzScrollBar.Page = 52143 HorzScrollBar.Page = 473 44 44 VertScrollBar.Page = 225 45 45 Anchors = [akTop, akLeft, akRight, akBottom] … … 56 56 end 57 57 object ComboBoxOutputFormat: TComboBox 58 Left = 2 5658 Left = 208 59 59 Height = 42 60 60 Top = 76 … … 75 75 end 76 76 object EditOutputFile: TEdit 77 Left = 13977 Left = 208 78 78 Height = 43 79 79 Top = 24 80 Width = 53380 Width = 464 81 81 Anchors = [akTop, akLeft, akRight] 82 82 TabOrder = 1
Note:
See TracChangeset
for help on using the changeset viewer.