you mean something like this ?


Code:
dialog new_table {
  title "New Project"
  size -1 -1 144 136
  option dbu
  tab "Tab 1", 1, 2 0 134 135
  text "Put Your Text here for tab1", 8, 8 24 121 96, tab 1
  tab "Tab 2", 2
  text "Put Your Text here for tab2", 9, 8 24 121 104, tab 2
  tab "Tab 3", 3
  text "Put Your Text here for tab3", 10, 8 24 121 104, tab 3
  tab "Tab 4", 4
  text "Put Your Text here for tab4", 11, 8 24 121 104, tab 4
  tab "Tab 5", 5
  text "Put Your Text here for tab5", 12, 8 24 121 88, tab 5
}