---------------------------------------------------------------------------
| 362 | } |
| 363 | //--------------------------------------------------------------------------- |
| 364 | void __fastcall TMainForm::aMoreLinesExecute(TObject *Sender) |
| 365 | { |
| 366 | // Increase the amount of reading from a file |
| 367 | SizeToRead = ReadedSize + StartSizeToRead; |
| 368 | RedrawProto(); |
| 369 | ActiveControl = LogSG; |
| 370 | } |
| 371 | //--------------------------------------------------------------------------- |
| 372 | void __fastcall TMainForm::TimerTimer(TObject *Sender) |
| 373 | { |
nothing calls this directly
no outgoing calls
no test coverage detected