Changeset 5 for trunk/FormMain.lfm


Ignore:
Timestamp:
Jul 8, 2024, 11:31:59 PM (5 months ago)
Author:
chronos
Message:
  • Added: Show source tab with source text which is automatically loaded on start and saved on close.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FormMain.lfm

    r3 r5  
    11object FormMain: TFormMain
    2   Left = 484
     2  Left = 456
    33  Height = 869
    4   Top = 253
     4  Top = 228
    55  Width = 1128
    66  Caption = 'Car rental summary'
     
    88  ClientWidth = 1128
    99  DesignTimePPI = 144
     10  OnClose = FormClose
    1011  OnCreate = FormCreate
    1112  OnDestroy = FormDestroy
    1213  OnShow = FormShow
    13   LCLVersion = '2.2.6.0'
     14  LCLVersion = '3.4.0.0'
    1415  WindowState = wsMaximized
    1516  object LabelSummary: TLabel
     
    4344    Top = 104
    4445    Width = 1099
    45     ActivePage = TabSheet1
     46    ActivePage = TabSheetSource
    4647    Anchors = [akTop, akLeft, akRight, akBottom]
    4748    TabIndex = 0
    4849    TabOrder = 1
    49     object TabSheet1: TTabSheet
     50    object TabSheetSource: TTabSheet
     51      Caption = 'Source'
     52      ClientHeight = 724
     53      ClientWidth = 1089
     54      object MemoSource: TMemo
     55        Left = 8
     56        Height = 708
     57        Top = 8
     58        Width = 1073
     59        Align = alClient
     60        BorderSpacing.Around = 8
     61        ScrollBars = ssAutoBoth
     62        TabOrder = 0
     63      end
     64    end
     65    object TabSheetSummary: TTabSheet
    5066      Caption = 'Summary'
    5167      ClientHeight = 724
Note: See TracChangeset for help on using the changeset viewer.