Changeset 6 for trunk/FormMain.lfm
- Timestamp:
- Sep 30, 2025, 1:13:00 PM (7 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FormMain.lfm
r5 r6 1 1 object FormMain: TFormMain 2 Left = 4 563 Height = 8 694 Top = 2 285 Width = 1 1282 Left = 433 3 Height = 812 4 Top = 288 5 Width = 1370 6 6 Caption = 'Car rental summary' 7 ClientHeight = 8 698 ClientWidth = 1 1287 ClientHeight = 812 8 ClientWidth = 1370 9 9 DesignTimePPI = 144 10 LCLVersion = '4.2.0.0' 11 WindowState = wsMaximized 10 12 OnClose = FormClose 11 13 OnCreate = FormCreate 12 14 OnDestroy = FormDestroy 13 15 OnShow = FormShow 14 LCLVersion = '3.4.0.0'15 WindowState = wsMaximized16 16 object LabelSummary: TLabel 17 17 Left = 16 … … 34 34 Height = 43 35 35 Top = 12 36 Width = 96836 Width = 1210 37 37 Anchors = [akTop, akLeft, akRight] 38 38 TabOrder = 0 … … 41 41 object PageControlSummary: TPageControl 42 42 Left = 21 43 Height = 7 6443 Height = 707 44 44 Top = 104 45 Width = 1 09945 Width = 1341 46 46 ActivePage = TabSheetSource 47 47 Anchors = [akTop, akLeft, akRight, akBottom] … … 50 50 object TabSheetSource: TTabSheet 51 51 Caption = 'Source' 52 ClientHeight = 72453 ClientWidth = 1 08952 ClientHeight = 667 53 ClientWidth = 1331 54 54 object MemoSource: TMemo 55 55 Left = 8 56 Height = 70856 Height = 651 57 57 Top = 8 58 Width = 1 07358 Width = 1315 59 59 Align = alClient 60 60 BorderSpacing.Around = 8 61 61 ScrollBars = ssAutoBoth 62 62 TabOrder = 0 63 OnChange = MemoSourceChange 63 64 end 64 65 end 65 66 object TabSheetSummary: TTabSheet 66 67 Caption = 'Summary' 67 ClientHeight = 72468 ClientWidth = 1 08968 ClientHeight = 667 69 ClientWidth = 1331 69 70 object MemoSummary: TMemo 70 71 Left = 8 71 Height = 70872 Height = 651 72 73 Top = 8 73 Width = 1 07374 Width = 1315 74 75 Align = alClient 75 76 BorderSpacing.Around = 8 … … 80 81 object TabSheetLog: TTabSheet 81 82 Caption = 'Log' 82 ClientHeight = 72483 ClientWidth = 1 08983 ClientHeight = 667 84 ClientWidth = 1331 84 85 object MemoLog: TMemo 85 86 Left = 8 86 Height = 70887 Height = 651 87 88 Top = 8 88 Width = 1 07389 Width = 1315 89 90 Align = alClient 90 91 BorderSpacing.Around = 8
Note:
See TracChangeset
for help on using the changeset viewer.