|
|
1.1 ! root 1: //--------------------------------------------------------------------------- ! 2: ! 3: #ifndef UserMsgFormUnitH ! 4: #define UserMsgFormUnitH ! 5: //--------------------------------------------------------------------------- ! 6: #include <Classes.hpp> ! 7: #include <Controls.hpp> ! 8: #include <StdCtrls.hpp> ! 9: #include <Forms.hpp> ! 10: #include <Buttons.hpp> ! 11: #include <ExtCtrls.hpp> ! 12: //--------------------------------------------------------------------------- ! 13: class TUserMsgForm : public TForm ! 14: { ! 15: __published: // IDE-managed Components ! 16: TMemo *Memo; ! 17: TPanel *Panel; ! 18: TBitBtn *OkButton; ! 19: TBitBtn *CancelButton; ! 20: private: // User declarations ! 21: public: // User declarations ! 22: __fastcall TUserMsgForm(TComponent* Owner); ! 23: }; ! 24: //--------------------------------------------------------------------------- ! 25: extern PACKAGE TUserMsgForm *UserMsgForm; ! 26: //--------------------------------------------------------------------------- ! 27: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.