File:  [Synchronet] / sbbs / sbbs3 / ctrl / usermsgformunit.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:39:34 2018 UTC (8 years, 3 months ago) by root
Branches: digitaldynamics, MAIN
CVS tags: v3_12a, v3_00c, HEAD
3.00c Win32

//---------------------------------------------------------------------------

#ifndef UserMsgFormUnitH
#define UserMsgFormUnitH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------
class TUserMsgForm : public TForm
{
__published:	// IDE-managed Components
    TMemo *Memo;
    TPanel *Panel;
    TBitBtn *OkButton;
    TBitBtn *CancelButton;
private:	// User declarations
public:		// User declarations
    __fastcall TUserMsgForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TUserMsgForm *UserMsgForm;
//---------------------------------------------------------------------------
#endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.