12345678910111213141516171819202122 |
- $PBExportHeader$w_aifmb_default.srw
- forward
- global type w_aifmb_default from window
- end type
- end forward
- global type w_aifmb_default from window
- integer width = 3013
- integer height = 1516
- windowtype windowtype = child!
- long backcolor = 67108864
- string icon = "AppIcon!"
- boolean center = true
- end type
- global w_aifmb_default w_aifmb_default
- on w_aifmb_default.create
- end on
- on w_aifmb_default.destroy
- end on
|