Code AardioLine:29复制
1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.16.17.18.19.20.21.22.23.24.25.26.27.28.29.import
win
.ui;import
godking.vlistExvar
winform = win
.form(text="aardio form"
;right=759
;bottom=469
)- winform.add(
- vlistEx={cls=
"vlistEx"
;text="自定义控件"
;left=2
;top=0
;right=758
;bottom=470
;aw=1
;z=1
} - )
var
s = {"a"
,"b"
,"c"
,"d"
,"e"
};var
t ={};for
(i=1
;100
;1
){-
table
.push(t,s); - }
- winform.vlistEx.setTable(t,s,{scale=
true
,1
,2
,3
,4
,5
},,,,) - winform.wndproc =
function
(hwnd,message,wParam,lParam){ -
if
message==5 { -
if
(wParam==2 ){ -
- winform.vlistEx.setTable(t,s,{scale=
true
,1
,2
,3
,4
,5
},,,,) - winform.vlistEx.redraw(
true
) - }
-
elseif
wParam==1 console.dump("最小化"
) - }
- }
- winform.show();
win
.loopMessage();
这样写也没有效果呀