Changeset 121 for trunk/Forms/UFormCompare.lfm
- Timestamp:
- Feb 22, 2022, 11:07:27 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormCompare.lfm
r120 r121 1 1 object FormCompare: TFormCompare 2 Left = 5 462 Left = 574 3 3 Height = 925 4 Top = 1594 Top = 322 5 5 Width = 1241 6 6 Caption = 'Compare' 7 ClientHeight = 9257 ClientHeight = 890 8 8 ClientWidth = 1241 9 9 DesignTimePPI = 150 10 Menu = MainMenu1 11 OnActivate = FormActivate 10 12 OnClose = FormClose 11 13 OnCreate = FormCreate 12 14 OnDestroy = FormDestroy 15 OnResize = FormResize 13 16 OnShow = FormShow 14 17 LCLVersion = '2.2.0.4' 15 18 object PanelLeft: TPanel 16 19 Left = 0 17 Height = 92520 Height = 890 18 21 Top = 0 19 22 Width = 608 20 23 Align = alLeft 21 24 BevelOuter = bvNone 22 ClientHeight = 92525 ClientHeight = 890 23 26 ClientWidth = 608 24 27 TabOrder = 0 25 28 object EditLeftFileName: TEdit 26 Left = 1 229 Left = 16 27 30 Height = 43 28 31 Top = 11 29 Width = 5 8932 Width = 544 30 33 Anchors = [akTop, akLeft, akRight] 31 34 ReadOnly = True 32 35 TabOrder = 0 33 36 end 34 inline SynEdit 1: TSynEdit37 inline SynEditLeft: TSynEditEx 35 38 Left = 16 36 Height = 8 4839 Height = 813 37 40 Top = 64 38 41 Width = 585 … … 492 495 LineHighlightColor.Background = clNone 493 496 LineHighlightColor.Foreground = clNone 497 OnChange = SynEditLeftChange 498 OnScroll = SynEditLeftScroll 494 499 inline SynLeftGutterPartList1: TSynGutterPartList 495 500 object SynGutterMarks1: TSynGutterMarks … … 529 534 end 530 535 end 536 object SpeedButtonOpenLeft: TSpeedButton 537 Left = 565 538 Height = 34 539 Top = 15 540 Width = 36 541 Action = AFileOpenLeft 542 Anchors = [akTop, akRight] 543 Images = Core.ImageList1 544 ImageIndex = 5 545 ShowCaption = False 546 end 531 547 end 532 548 object Splitter1: TSplitter 533 549 Left = 608 534 Height = 925550 Height = 890 535 551 Top = 0 536 552 Width = 8 … … 538 554 object PanelRight: TPanel 539 555 Left = 616 540 Height = 925556 Height = 890 541 557 Top = 0 542 558 Width = 625 543 559 Align = alClient 544 560 BevelOuter = bvNone 545 ClientHeight = 925561 ClientHeight = 890 546 562 ClientWidth = 625 547 563 TabOrder = 2 … … 550 566 Height = 43 551 567 Top = 11 552 Width = 5 99568 Width = 551 553 569 Anchors = [akTop, akLeft, akRight] 554 570 ReadOnly = True 555 571 TabOrder = 0 556 572 end 557 inline SynEdit 2: TSynEdit573 inline SynEditRight: TSynEditEx 558 574 Left = 16 559 Height = 8 48575 Height = 813 560 576 Top = 64 561 577 Width = 595 … … 1015 1031 LineHighlightColor.Background = clNone 1016 1032 LineHighlightColor.Foreground = clNone 1033 OnChange = SynEditRightChange 1034 OnScroll = SynEditRightScroll 1017 1035 inline SynLeftGutterPartList1: TSynGutterPartList 1018 1036 object SynGutterMarks1: TSynGutterMarks … … 1052 1070 end 1053 1071 end 1072 object SpeedButtonOpenRight: TSpeedButton 1073 Left = 575 1074 Height = 34 1075 Top = 16 1076 Width = 36 1077 Action = AFileOpenRight 1078 Anchors = [akTop, akRight] 1079 Images = Core.ImageList1 1080 ImageIndex = 2 1081 ShowCaption = False 1082 end 1083 end 1084 object OpenDialogSide: TOpenDialog 1085 Left = 344 1086 Top = 362 1087 end 1088 object MainMenu1: TMainMenu 1089 Images = Core.ImageList1 1090 Left = 344 1091 Top = 496 1092 object MenuItem1: TMenuItem 1093 Caption = 'File' 1094 object MenuItem2: TMenuItem 1095 Action = AFileOpenLeft 1096 end 1097 object MenuItem3: TMenuItem 1098 Action = AFileOpenRight 1099 end 1100 object MenuItem4: TMenuItem 1101 Action = AReloadFiles 1102 end 1103 object MenuItem5: TMenuItem 1104 Action = ASwitchSides 1105 end 1106 object MenuItemClose: TMenuItem 1107 Caption = 'Close' 1108 OnClick = MenuItemCloseClick 1109 end 1110 end 1111 end 1112 object ActionList1: TActionList 1113 Images = Core.ImageList1 1114 Left = 764 1115 Top = 360 1116 object AFileOpenLeft: TAction 1117 Caption = 'Open left file' 1118 ImageIndex = 5 1119 OnExecute = AFileOpenLeftExecute 1120 end 1121 object AFileOpenRight: TAction 1122 Caption = 'Open right file' 1123 ImageIndex = 2 1124 OnExecute = AFileOpenRightExecute 1125 end 1126 object AReloadFiles: TAction 1127 Caption = 'Reload files' 1128 OnExecute = AReloadFilesExecute 1129 end 1130 object ASwitchSides: TAction 1131 Caption = 'Switch sides' 1132 OnExecute = ASwitchSidesExecute 1133 end 1054 1134 end 1055 1135 end
Note:
See TracChangeset
for help on using the changeset viewer.