1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.16.17.import
win
.ui;var
winform = win
.form(text="aardio form"
;right=759
;bottom=469
)- winform.add(
- button={cls=
"button"
;text="天数随机显示"
;left=479
;top=391
;right=719
;bottom=443
;db=1
;dr=1
;z=3
}; - static={cls=
"static"
;text="283"
;left=37
;top=42
;right=418
;bottom=171
;align="right"
;color=16711680
;dl=1
;dt=1
;font=LOGFONT(h=-150
;name='2'
);transparent=1
;z=1
}; - static2={cls=
"static"
;text="天"
;left=420
;top=98
;right=507
;bottom=176
;align="center"
;color=16711680
;dl=1
;dt=1
;font=LOGFONT(h=-64
;name='HarmonyOS Sans SC'
;weight=700
);transparent=1
;z=2
} - )
- winform.button.oncommand =
function
(id,event){ -
var
randomNumber=math
.random(1
,100000
) - winform.static.text=randomNumber
- }
- winform.show();
win
.loopMessage();