window -x @setup
dialog info {
  title "(((`.NutGuy-it.))) setup"
  size -1 -1 400 430

  text "These information are needed for (((`.NutGuy-it.))) to do auto introduction and answer. Please fill in all your information in order to use the easy-intro function." ,1,10 10 325 40,style(left)
  box "Please fill in your information: ",50,10 53 380 370,style
  text "Your mp3Dir:",2,20 70 75 20,style(left)
  combo 3,100 70 70 20,style(edit)
  text "wav dir:",4,175 70 50 20,style(left)
  combo 5,230 70 70 20,style(edit)
  text "mid dir:",6,310 70 30 20,style(left)
  combo 7,340 70 30 20,style(edit)

  box "",51,17 92 175 100,style
  text "asl:",8,24 105 45 20,style(left)
  combo 9,72 105 110 20,style(edit)
  text "email:",10,24 130 48 20,style(left)
  combo 11,72 130 110 20,style(edit)
  text "web:",12,24 160 30 20,style(left)
  combo 13,55 160 40 20,style(edit)
  text "nick pw:",14,98 160 40 20,style(left)
  combo 15,140 160 40 20,style(edit)

  box "",52,200 92 182 160,style
  text "script pw:",16,210 105 100 17,style(left)
  combo 17,210 122 160 20,style(edit)
  combo 18,210 144 160 20,style(edit)
  combo 19,210 166 160 20,style(edit)
  text "Country:",20,210 195 50 20,style(left)
  combo 21,260 195 110 20,style(edit)
  text "City:",22,210 220 50 20,style(left)
  combo 23,260 220 110 20,style(edit)

}

on 1:dialog:info:*:80:{

  set %mp3dir 
  set %wavdir 
  set %middir 
  set %asl 
  set %email 
  set %web 
  set %nspw 
  set %mycountry 
  set %mycity 
  set %spw 

  unset %first
