Ignore:
Timestamp:
Mar 14, 2013, 10:21:42 PM (11 years ago)
Author:
chronos
Message:
  • Přidáno: Okno s informacemi o aplikaci.
  • Přidáno: Datový modul TCore do něhož byly odděleny obecné části přímo nesouvisející s hlavním oknem.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        33FioInfo.lps
        44FioInfo.exe
         5FioInfo.dbg
  • trunk/Packages/Common/UApplicationInfo.pas

    r6 r7  
    1414  TApplicationInfo = class(TComponent)
    1515  private
     16    FDescrtiption: string;
    1617    FIdentification: Byte;
    1718    FVersionMajor: Byte;
     
    4748    property RegistryKey: string read FRegistryKey write FRegistryKey;
    4849    property RegistryRoot: TRegistryRoot read FRegistryRoot write FRegistryRoot;
     50    property Description: string read FDescrtiption write FDescrtiption;
    4951  end;
    5052
Note: See TracChangeset for help on using the changeset viewer.