和朋友研究的东西
rollout tbtest "aa" width:227 height:182(
dotNetControl testSpinner "System.Windows.Forms.NumericUpDown" pos:[86,53] width:93 height:25
--io =dotNetclass "System.Windows.Forms.button"
--io.gettext
dotNetControl sdf "System.Windows.Forms.CheckBox" height:25
dotNetControl asd "System.Windows.Forms.Label" height:25
on tbtest open do
(
testSpinner .Text ="20"
testSpinner.name ="sdfsdf"
sdf.name = "陆庆生"
asd.text = "asfasfsa"
--testSpinner.NumericUpDown
--testSpinner.Value ="111"
)
)createdialog tbtest
tbtest.testSpinner.name