| 1 |
//--------------------------------------------------------------------------- |
| 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 |
#include <QComCtrls.hpp> |
| 11 |
#include <QExtCtrls.hpp> |
| 12 |
#include <QImgList.hpp> |
| 13 |
//--------------------------------------------------------------------------- |
| 14 |
class TfrmMain : public TForm |
| 15 |
{ |
| 16 |
__published: // IDE-managed Components |
| 17 |
TGroupBox *GroupBox1; |
| 18 |
TToolBar *ToolBar1; |
| 19 |
TStatusBar *StatusBar1; |
| 20 |
TImageList *ImageList1; |
| 21 |
private: // User declarations |
| 22 |
public: // User declarations |
| 23 |
__fastcall TfrmMain(TComponent* Owner); |
| 24 |
}; |
| 25 |
//--------------------------------------------------------------------------- |
| 26 |
extern PACKAGE TfrmMain *frmMain; |
| 27 |
//--------------------------------------------------------------------------- |
| 28 |
#endif |