Changeset 489 for cprs/branches/tmg-cprs/CPRS-Chart/Options
- Timestamp:
- Sep 11, 2008, 7:23:35 PM (16 years ago)
- 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 1 1 object frmOptions: TfrmOptions 2 Left = 4933 Top = 1 202 Left = 303 3 Top = 146 4 4 Width = 435 5 5 Height = 397 … … 1778 1778 ParentFont = False 1779 1779 TabOrder = 0 1780 OnDblClick = btnApply Click1780 OnDblClick = btnApplySkinClick 1781 1781 OnKeyPress = lbSkinsKeyPress 1782 1782 end -
cprs/branches/tmg-cprs/CPRS-Chart/Options/fOptions.pas
r487 r489 901 901 frmFrame.CurrentSkinFile := 'TMG_Extra\Skins\' +fileS; 902 902 frmFrame.ActivateCurrentSkin; 903 btnApplyClick(btnOK); 903 904 {$ELSE} 904 905 MessageDlg('Use of skins has been disabled at compile time.',mtInformation,[mbOK],0);
Note:
See TracChangeset
for help on using the changeset viewer.