Kod: Kodu kopyalamak için üzerine çift tıklayın!
dialog TheNot {
title "Coder : The "
size -1 -1 134 129
option dbu
button "Notu Kaydet", 2, 20 105 39 12
button "Hepsini Sil", 3, 77 105 39 12
text "Notlar", 4, 56 3 22 8
button "Kapat", 5, 55 118 26 10, cancel
text "--------------------------------------------------------", 6, 13 9 109 5
edit "", 7, 12 14 111 86, multi autovs vsbar
}
on *:dialog:TheNot:sclick:3:{
did -r TheNot 7
}
on *:dialog:TheNot:sclick:2:{
unset %TheNot
set %post 0
:debut
inc %post
set %TheNot %TheNot $+ $did(7,%post).text $+ $crlf
if (%post >= $did(7).lines) { goto fin }
goto debut
:fin
}
on *:dialog:TheNot:init:0:{
did -a TheNot 7 %TheNot
}
alias TheNot {
dialog -dm TheNot TheNot
}
menu menubar,channel,query,status {
-
Not Defteri :/TheNot
}