|
|
1.1 ! root 1: //--------------------------------------------------------------------------- ! 2: ! 3: #ifndef MainUnitH ! 4: #define MainUnitH ! 5: //--------------------------------------------------------------------------- ! 6: #include <Classes.hpp> ! 7: #include <SyncObjs.hpp> ! 8: #include <QControls.hpp> ! 9: #include <QStdCtrls.hpp> ! 10: #include <QForms.hpp> ! 11: #include <QComCtrls.hpp> ! 12: #include <QExtCtrls.hpp> ! 13: #include <QTypes.hpp> ! 14: //--------------------------------------------------------------------------- ! 15: class TForm1 : public TForm ! 16: { ! 17: __published: // IDE-managed Components ! 18: TListBox *ListBox; ! 19: TButton *CreateButton; ! 20: TButton *KillButton; ! 21: TMemo *Log; ! 22: TStatusBar *StatusBar; ! 23: TTimer *Timer; ! 24: void __fastcall CreateButtonClick(TObject *Sender); ! 25: void __fastcall KillButtonClick(TObject *Sender); ! 26: void __fastcall TimerTick(TObject *Sender); ! 27: private: // User declarations ! 28: public: // User declarations ! 29: TList* List; ! 30: TCriticalSection* CriticalSection; ! 31: __fastcall TForm1(TComponent* Owner); ! 32: }; ! 33: //--------------------------------------------------------------------------- ! 34: extern PACKAGE TForm1 *Form1; ! 35: //--------------------------------------------------------------------------- ! 36: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.