欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

º¯”µ(sh¨´)ÕfÃ÷

GUICtrlDelete

„h³ýÖ¸¶¨¿Ø¼þ¡£

GUICtrlDelete ( ¿Ø¼þID )

 

…¢”µ(sh¨´)

¿Ø¼þID ¿Ø¼þ˜Ë(bi¨¡o)×R(sh¨ª)·û£¬¿ÉÓÉ GUICtrlCreate... µÄ·µ»ØÖµ«@µÃ¡£

 

·µ»ØÖµ

³É¹¦£º ·µ»ØÖµžé1¡£
ʧ”¡£º ·µ»ØÖµžé0¡£

 

×¢Òâ

±¾º¯”µ(sh¨´)Ŀǰ߀δÄÜÓÃÓÚ„h³ýÓÒæI²Ë†Î¿Ø¼þ¡£

 

ÏàêP(gu¨¡n)

GUICreate, GUICtrlCreate...

 

ʾÀý


#include <GUIConstants.au3>

GUICreate ( "ÎÒµÄ GUI Ö®„h³ý¿Ø¼þ", 200,200,800,200)
$date=GUICtrlCreateDate ("1953/04/25", 10,10,185,20 )
$del=GUICtrlCreateButton("„h³ý¿Ø¼þ", 50,50,70,20 )
GUISetState ()

; ß\(y¨´n)ÐÐÄ_±¾Ö±µ½´°¿Ú±»êP(gu¨¡n)é]
Do
    $msg = GUIGetMsg()
    if $msg = $del then
        GUICtrlDelete($date)
        GUICtrlDelete($del)
    endif
Until $msg = $GUI_EVENT_CLOSE