---------------------------------------------------------------------------
| 33 | ; |
| 34 | //--------------------------------------------------------------------------- |
| 35 | __fastcall TFileFr::TFileFr(TComponent* Owner) |
| 36 | : TFrame(Owner) |
| 37 | { |
| 38 | OpenDialog->InitialDir = WorkDir; |
| 39 | HelpLabel->Hint = szDateTimeFormatHint; |
| 40 | } |
| 41 | //--------------------------------------------------------------------------- |
| 42 | void __fastcall TFileFr::SpeedButton2Click(TObject *Sender) |
| 43 | { |
nothing calls this directly
no outgoing calls
no test coverage detected