/*
notebook gui header
*/
protected:
VDKBox*  vbox2;
VDKNotebook*  book;
VDKBox*  bookbox;
VDKBox*  hbox5;
VDKCustomList*  list;
VDKTable*  table1;
VDKBox*  vbox14;
VDKLabel*  label0;
VDKBox*  vbox15;
VDKEntry*  firstname;
VDKBox*  vbox16;
VDKLabel*  label1;
VDKBox*  vbox17;
VDKEntry*  address;
VDKBox*  vbox18;
VDKLabel*  label2;
VDKBox*  vbox19;
VDKEntry*  city;
VDKBox*  vbox20;
VDKLabel*  label3;
VDKBox*  vbox21;
VDKEntry*  phonenumber;
VDKBox*  notebook1_page1;
VDKBox*  hbox23;
VDKPixmap*  pixmap2;
VDKPixmap*  pixmap3;
VDKBox*  hbox4;
VDKCustomButton*  quit;
VDKCustomButton*  nextab;
VDKCustomButton*  prevtab;
VDKCustomButton*  rotatetab;
VDKCustomButton*  enable;
public:
DECLARE_SIGNAL_MAP(NotebookForm);
bool OnquitClick(VDKObject* sender);
bool OnlistSelectRow(VDKObject* sender);
bool OnenableClick(VDKObject* sender);
bool OnnextabClick(VDKObject* sender);
bool OnprevtabClick(VDKObject* sender);
bool OnrotatetabClick(VDKObject* sender);
/*
declaring signal and events
dynamics tables
*/
DECLARE_SIGNAL_LIST(NotebookForm);
DECLARE_EVENT_LIST(NotebookForm);
// do not remove this mark: #!#
// end of file:notebook_gui.h