Changeset 6 for trunk/FormMain.lfm


Ignore:
Timestamp:
Sep 30, 2025, 1:13:00 PM (7 days ago)
Author:
chronos
Message:
  • Modified: Present estimated CO2 emissions in separate table.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FormMain.lfm

    r5 r6  
    11object FormMain: TFormMain
    2   Left = 456
    3   Height = 869
    4   Top = 228
    5   Width = 1128
     2  Left = 433
     3  Height = 812
     4  Top = 288
     5  Width = 1370
    66  Caption = 'Car rental summary'
    7   ClientHeight = 869
    8   ClientWidth = 1128
     7  ClientHeight = 812
     8  ClientWidth = 1370
    99  DesignTimePPI = 144
     10  LCLVersion = '4.2.0.0'
     11  WindowState = wsMaximized
    1012  OnClose = FormClose
    1113  OnCreate = FormCreate
    1214  OnDestroy = FormDestroy
    1315  OnShow = FormShow
    14   LCLVersion = '3.4.0.0'
    15   WindowState = wsMaximized
    1616  object LabelSummary: TLabel
    1717    Left = 16
     
    3434    Height = 43
    3535    Top = 12
    36     Width = 968
     36    Width = 1210
    3737    Anchors = [akTop, akLeft, akRight]
    3838    TabOrder = 0
     
    4141  object PageControlSummary: TPageControl
    4242    Left = 21
    43     Height = 764
     43    Height = 707
    4444    Top = 104
    45     Width = 1099
     45    Width = 1341
    4646    ActivePage = TabSheetSource
    4747    Anchors = [akTop, akLeft, akRight, akBottom]
     
    5050    object TabSheetSource: TTabSheet
    5151      Caption = 'Source'
    52       ClientHeight = 724
    53       ClientWidth = 1089
     52      ClientHeight = 667
     53      ClientWidth = 1331
    5454      object MemoSource: TMemo
    5555        Left = 8
    56         Height = 708
     56        Height = 651
    5757        Top = 8
    58         Width = 1073
     58        Width = 1315
    5959        Align = alClient
    6060        BorderSpacing.Around = 8
    6161        ScrollBars = ssAutoBoth
    6262        TabOrder = 0
     63        OnChange = MemoSourceChange
    6364      end
    6465    end
    6566    object TabSheetSummary: TTabSheet
    6667      Caption = 'Summary'
    67       ClientHeight = 724
    68       ClientWidth = 1089
     68      ClientHeight = 667
     69      ClientWidth = 1331
    6970      object MemoSummary: TMemo
    7071        Left = 8
    71         Height = 708
     72        Height = 651
    7273        Top = 8
    73         Width = 1073
     74        Width = 1315
    7475        Align = alClient
    7576        BorderSpacing.Around = 8
     
    8081    object TabSheetLog: TTabSheet
    8182      Caption = 'Log'
    82       ClientHeight = 724
    83       ClientWidth = 1089
     83      ClientHeight = 667
     84      ClientWidth = 1331
    8485      object MemoLog: TMemo
    8586        Left = 8
    86         Height = 708
     87        Height = 651
    8788        Top = 8
    88         Width = 1073
     89        Width = 1315
    8990        Align = alClient
    9091        BorderSpacing.Around = 8
Note: See TracChangeset for help on using the changeset viewer.