00001 #ifndef _MAINFORM_H 00002 #define _MAINFORM_H 00003 00004 #include "BaseForm.h" 00005 00006 00007 class MainForm : public BaseForm 00008 { 00009 public: 00010 MainForm(SimpleWeb&); 00011 ~MainForm(); 00012 00013 void Process(); // FormInput 00014 void Display( long ); // Form 00015 00016 private: 00017 00018 }; 00019 00020 00021 00022 00023 #endif // _MAINFORM_H