!***** Generated from HTBwWindow program by i2net : 5 Nov 2009 00:53:24 ***** INTEGER Get4_(1:4),Ret_(1:10) GESCAPE CRT,37;Ret_(*) ! Returns the Title Bar enable flag IF Ret_(1)=0 THEN GESCAPE CRT,38 ! Hide / [ restore ] title bar ! Parent Window (親ウインドゥ) GESCAPE CRT, 64 ! Filename in titlebar on / off GESCAPE CRT, 51 ! Restore Main Menu off / on GESCAPE CRT, 46 ! Turn the Control Toolbar off / on GESCAPE CRT, 60 ! Turn the Search & Bookmark Toolbar off / on GESCAPE CRT, 62 ! Turn the Debug Toolbar off / on GESCAPE CRT, 49 ! Turn the Status Bar off / on ! GESCAPE CRT, 54 ! Disable / Enable Minimize button on Parent Window GESCAPE CRT, 56 ! Disable / Enable Maximize button on Parent Window GESCAPE CRT, 58 ! Disable / Enable Close button on Parent Window ! ! Child Window (子ウインドゥ) IF Ret_(1)=0 THEN GESCAPE CRT,138 ! Hide / [ restore ] title bar GESCAPE CRT, 152 ! Disable / Enable Borders on Child Window Get4_(1)= 80 ! X Get4_(2)= 50 ! Y Get4_(3)= 1024 ! W Get4_(4)= 768 ! H GESCAPE CRT,33,Get4_(*) ! Set position and size: X,Y,W,H END