12 lines
264 B
Plaintext
12 lines
264 B
Plaintext
|
import win.ui;
|
||
|
/*DSG{{*/
|
||
|
var winform = win.form(text="aardio form";right=759;bottom=469)
|
||
|
winform.add(
|
||
|
btnDID_F187={cls="button";text="车辆备用零部件编号";left=68;top=51;right=195;bottom=82;z=1}
|
||
|
)
|
||
|
/*}}*/
|
||
|
|
||
|
winform.show();
|
||
|
win.loopMessage();
|
||
|
return winform;
|