//--------------------------------------------------------------------- #include #pragma hdrstop #include "kysydlg.h" //--------------------------------------------------------------------- #pragma resource "*.dfm" TKysyDlg *KysyDlg; //--------------------------------------------------------------------- __fastcall TKysyDlg::TKysyDlg(TComponent* AOwner) : TForm(AOwner) { } //---------------------------------------------------------------------