| 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); |