dialog ALT { title "Admin Log Tutucu" size -1 -1 170 82 option dbu text "Kanal'dan Çıktınız Log Tutulmasını Istermisiniz ?", 1, 29 9 117 8, center button "Evet", 2, 40 32 37 12 button "Hayır", 3, 100 32 37 12 edit "", 4, 63 52 50 10 text "Kanal", 5, 27 53 25 8, center } on *:PART:#:{ .dialog -m ALT ALT } on *:dialog:ALT:sclick:*:{ if ($did == 2 ) { .spy add $did(4) } if ($did == 3 ) {.dialog -x ALT ALT } }