/*
grid gui header
*/
protected:
VDKBox*  vbox1;
VDKScrolled*  scrolled0;
VDKGrid*  grid;
VDKSeparator*  separator0;
VDKBox*  hbox2;
VDKCustomButton*  quitButton;
void OnShow(VDKForm* sender);
public:
DECLARE_SIGNAL_MAP(GridForm);
bool OnquitButtonClick(VDKObject* sender);
/*
declaring signal and events
dynamics tables
*/
DECLARE_SIGNAL_LIST(GridForm);
DECLARE_EVENT_LIST(GridForm);
// do not remove this mark: #!#
// end of file:grid_gui.h