Ignore:
Timestamp:
Sep 17, 2008, 5:34:43 PM (16 years ago)
Author:
Kevin Toppenberg
Message:

Resync

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/branches/GUI-config/CPRS-Lib/ORDtTm.pas

    r476 r492  
    174174    function DateText: string;
    175175    property TemplateField: boolean read FTemplateField write SetTemplateField;
     176    property FMDate: TFMDateTime read GetFMDate write SetFMDate;
    176177  published
    177178    function Text: string;
     
    180181    property IncludeMonth: boolean read FIncludeMonth write SetIncludeMonth;
    181182    property LongMonths: boolean read FLongMonths write SetLongMonths default FALSE;
    182     property FMDate: TFMDateTime read GetFMDate write SetFMDate;
    183183    property Month: integer read FMonth write SetMonth;
    184184    property Day: integer read FDay write SetDay;
     
    285285begin
    286286  ResizeAnchoredFormToFont(self);
     287  //FormStyle := fsStayOnTop;
    287288  lstHour.TopIndex := 6;
    288289  FFromSelf := False;
Note: See TracChangeset for help on using the changeset viewer.