| 1 | tim | 73 | //--------------------------------------------------------------------------- | 
| 2 |  |  |  | 
| 3 |  |  | #ifndef MainFormH | 
| 4 |  |  | #define MainFormH | 
| 5 |  |  | //--------------------------------------------------------------------------- | 
| 6 |  |  | #include <Classes.hpp> | 
| 7 |  |  | #include <QControls.hpp> | 
| 8 |  |  | #include <QStdCtrls.hpp> | 
| 9 |  |  | #include <QForms.hpp> | 
| 10 |  |  | //--------------------------------------------------------------------------- | 
| 11 |  |  | class TfrmMain : public TForm | 
| 12 |  |  | { | 
| 13 |  |  | __published:    // IDE-managed Components | 
| 14 |  |  | TGroupBox *GroupBox1; | 
| 15 |  |  | private:        // User declarations | 
| 16 |  |  | public:         // User declarations | 
| 17 |  |  | __fastcall TfrmMain(TComponent* Owner); | 
| 18 |  |  | }; | 
| 19 |  |  | //--------------------------------------------------------------------------- | 
| 20 |  |  | extern PACKAGE TfrmMain *frmMain; | 
| 21 |  |  | //--------------------------------------------------------------------------- | 
| 22 |  |  | #endif |