/*ご参考*/
#const global SCI_SETCODEPAGE 2037
#const global SCI_SETMARGINWIDTHN 2242
#const global SCI_STYLESETFONT 2056
#const global SCI_STYLESETSIZE 2055
#const global SCI_SETTEXT 2181
#const global SCI_STYLESETFORE 2051
#const global SCI_STYLESETBACK 2052
#const global STYLE_DEFAULT 32
#const global STYLE_LINENUMBER 33
#uselib "kernel32"
#func global LoadLibraryA "LoadLibraryA" sptr
LoadLibraryA "SCILEXER"
winobj "Scintilla","",$200,$50000000,300,200 :hh = objinfo(0,2)
sendmsg hh,SCI_SETCODEPAGE,932,0
sendmsg hh,SCI_STYLESETFONT ,STYLE_DEFAULT ,msmincho
sendmsg hh,SCI_STYLESETSIZE ,STYLE_DEFAULT ,16
sendmsg hh,SCI_SETMARGINWIDTHN,0 ,39
sendmsg hh,SCI_STYLESETFORE ,STYLE_LINENUMBER,$0000FF
sendmsg hh,SCI_STYLESETBACK ,STYLE_LINENUMBER,$00FF00
sendmsg hh,SCI_STYLESETFONT ,STYLE_LINENUMBER,msmincho
sendmsg hh,SCI_STYLESETSIZE ,STYLE_LINENUMBER,10
sendmsg hh,SCI_SETTEXT ,0 ,__DATE__+" "+__TIME__
;※SCILEXER.DLL
;http://www.scintilla.org/
;※HSP3ラウンジ(mesboxの右側に行番号を並べたいです)
;http://fs-cgi-basic01.freespace.jp/~hsp/ver3/hsp3.cgi?print+200511/05110018.txt