// Borland C++ Builder // Copyright (c) 1995, 1998 by Borland International // All rights reserved // (DO NOT EDIT: machine generated header) 'Main_F.pas' rev: 3.00 #ifndef Main_FHPP #define Main_FHPP #include #include #include #include #include #include #include #include #include #include #include #include //-- user supplied ----------------------------------------------------------- namespace Main_f { //-- type declarations ------------------------------------------------------- class DELPHICLASS TForm1; class PASCALIMPLEMENTATION TForm1 : public Forms::TForm { typedef Forms::TForm inherited; __published: Dialup::TDialUp* DialUp; Stdctrls::TListBox* ListBox1; Stdctrls::TButton* Button1; Stdctrls::TButton* Button2; Stdctrls::TButton* Button3; Stdctrls::TButton* Button4; Stdctrls::TRadioButton* RadioButton1; Stdctrls::TRadioButton* RadioButton2; Stdctrls::TLabel* Label1; Stdctrls::TLabel* Status; Stdctrls::TLabel* Status2; Stdctrls::TCheckBox* CheckBox1; void __fastcall Button1Click(System::TObject* Sender); void __fastcall Button2Click(System::TObject* Sender); void __fastcall DialUpEntryGet(System::TObject* Sender, const char * EntryName, const int EntryName_Size ); void __fastcall Button3Click(System::TObject* Sender); void __fastcall DialUpConnect(System::TObject* Sender); void __fastcall DialUpError(System::TObject* Sender, int ErrorCode, System::AnsiString ErrorMessage ); void __fastcall DialUpDialing(System::TObject* Sender); void __fastcall DialUpNotConnected(System::TObject* Sender, int ErrorCode, System::AnsiString ErrorMessage ); void __fastcall DialUpAsyncEvent(System::TObject* Sender, int State, int Error, System::AnsiString MessageText); void __fastcall Button4Click(System::TObject* Sender); void __fastcall DialUpActiveConnection(System::TObject* Sender, int Handle, const Dialup::TRasConnStatusA &Status, System::AnsiString StatusString, const char * EntryName, const int EntryName_Size, const char * DeviceType, const int DeviceType_Size, const char * DeviceName, const int DeviceName_Size); void __fastcall Button5Click(System::TObject* Sender); public: /* TCustomForm.Create */ __fastcall virtual TForm1(Classes::TComponent* AOwner) : Forms::TForm(AOwner ) { } /* TCustomForm.CreateNew */ __fastcall TForm1(Classes::TComponent* AOwner, int Dummy) : Forms::TForm( AOwner, Dummy) { } /* TCustomForm.Destroy */ __fastcall virtual ~TForm1(void) { } public: /* TWinControl.CreateParented */ __fastcall TForm1(HWND ParentWindow) : Forms::TForm(ParentWindow) { } }; //-- var, const, procedure --------------------------------------------------- extern PACKAGE TForm1* Form1; } /* namespace Main_f */ #if !defined(NO_IMPLICIT_NAMESPACE_USE) using namespace Main_f; #endif //-- end unit ---------------------------------------------------------------- #endif // Main_F