Ignore:
Timestamp:
Sep 11, 2008, 7:23:35 PM (16 years ago)
Author:
Kevin Toppenberg
Message:

Adding skin support

Location:
cprs/branches/tmg-cprs/CPRS-Chart/Options
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cprs/branches/tmg-cprs/CPRS-Chart/Options/fOptions.dfm

    r487 r489  
    11object frmOptions: TfrmOptions
    2   Left = 493
    3   Top = 120
     2  Left = 303
     3  Top = 146
    44  Width = 435
    55  Height = 397
     
    17781778          ParentFont = False
    17791779          TabOrder = 0
    1780           OnDblClick = btnApplyClick
     1780          OnDblClick = btnApplySkinClick
    17811781          OnKeyPress = lbSkinsKeyPress
    17821782        end
  • cprs/branches/tmg-cprs/CPRS-Chart/Options/fOptions.pas

    r487 r489  
    901901    frmFrame.CurrentSkinFile := 'TMG_Extra\Skins\' +fileS;
    902902    frmFrame.ActivateCurrentSkin;
     903    btnApplyClick(btnOK);
    903904    {$ELSE}
    904905    MessageDlg('Use of skins has been disabled at compile time.',mtInformation,[mbOK],0);
Note: See TracChangeset for help on using the changeset viewer.