Accueil > > > DIALOG BLAGUES .. POUR LES COMIQUES ;)
DIALOG BLAGUES .. POUR LES COMIQUES ;)
Information sur la source
Description
Ma 1ere source , dialog blagues , avis aux comiques :D
Laissez vos commentaires je tacherai de prendre en compte toute vos critiques
Source
- dialog blg {
- title "Blagues"
- size -1 -1 152 145
- option dbu
- box "Blagues", 1, 2 2 148 141
- button "Fermer", 2, 90 102 50 12,cancel,flat
- button "Blague Suivante ! :]", 3, 5 75 142 12
- box "", 6, 5 6 142 66
- list 7, 8 12 136 56, size
- button "Ajouter blague >>",8,5 88 53 12
- edit "",9,60 118 67 10, read center
- text "Nombre de blagues",10,7 119 48 7
- edit "",11,62 89 84 11,autohs
- button "Supprimer",12,5 102 45 12
- button "Dire",13,50 102 40 12
- button "Citations",14,5 129 40 12
- }
- on *:dialog:blg:*:*:{
- if ($devent == init) {
- dll mdx.dll SetMircVersion $version
- dll mdx.dll MarkDialog $dname
- dll mdx.dll SetColor $dname 1,5 background $rgb(0,0,0)
- dll mdx.dll SetColor $dname 2,3,8,12,13,9,11,14 background $rgb(255,0,0)
- dll mdx.dll SetDialog $dname bgcolor $rgb(0,0,0)
- dll mdx.dll SetFont $dname 14,1,2,3,4,5,6,7,8,9,10,11,12,13 +abg 16 300 comic sans ms
- dll mdx.dll SetColor $dname 10,7 text $rgb(255,0,0)
- dll mdx.dll SetColor $dname 7 background $rgb(20,50,255)
- did -ra $dname 7 $read blagues.txt
- did -ra blg 9 Total: $calc($lines(blagues.txt)) Blagues }
- if ($devent == sclick) {
- if ($did == 3) { did -ra $dname 7 $read blagues.txt }
- if ($did == 8) { write blagues.txt $did(11) | did -ra blg 9 Total: $calc($lines(blagues.txt)) Blagues }
- if ($did == 12) { write -d blagues.txt $did(7) | did -ra blg 9 Total: $calc($lines(blagues.txt)) Blagues | did -ra $dname 7 $read blagues.txt }
- if ($did == 13) { msg $active 4Blague :7 $did(7).seltext }
- if ($did == 14) { dialog -m citations citations }
- }
- }
- dialog citations {
- title "Citation comiques"
- size -1 -1 152 120
- option dbu
- box "Citations", 1, 2 2 148 115
- button "Fermer", 2, 90 102 50 12,cancel,flat
- button "Citation suivante", 3, 5 75 142 12
- box "", 6, 5 6 142 66
- list 7, 8 12 136 56, size
- button "Ajouter citation >>",8,5 88 53 12
- button "Supprimer",12,5 102 45 12
- button "Dire",13,50 102 40 12
- edit "",11,62 89 84 11,autohs
- }
- on *:dialog:citations:*:*:{
- if ($devent == init) {
- dll mdx.dll SetMircVersion $version
- dll mdx.dll MarkDialog $dname
- dll mdx.dll SetColor $dname 1,5 background $rgb(0,0,0)
- dll mdx.dll SetColor $dname 2,3,8,12,13,9,11 background $rgb(255,0,0)
- dll mdx.dll SetDialog $dname bgcolor $rgb(0,0,0)
- dll mdx.dll SetFont $dname 1,2,3,4,5,6,7,8,10,11,12,13 +abg 16 300 comic sans ms
- dll mdx.dll SetColor $dname 7,11 text $rgb(255,0,0)
- dll mdx.dll SetColor $dname 7 background $rgb(20,50,255)
- did -ra $dname 7 $read citations.txt
- }
- if ($devent == sclick) {
- if ($did == 8) { write citations.txt $did(11) | did -ra citations 7 $read citations.txt }
- if ($did == 12) { write -d citations.txt $did(7) | did -ra $dname 7 $read citations.txt }
- if ($did == 3) { did -ra $dname 7 $read citations.txt }
- if ($did == 13) { msg $active 4Citation :7 $did(7).seltext }
- }
- }
dialog blg {
title "Blagues"
size -1 -1 152 145
option dbu
box "Blagues", 1, 2 2 148 141
button "Fermer", 2, 90 102 50 12,cancel,flat
button "Blague Suivante ! :]", 3, 5 75 142 12
box "", 6, 5 6 142 66
list 7, 8 12 136 56, size
button "Ajouter blague >>",8,5 88 53 12
edit "",9,60 118 67 10, read center
text "Nombre de blagues",10,7 119 48 7
edit "",11,62 89 84 11,autohs
button "Supprimer",12,5 102 45 12
button "Dire",13,50 102 40 12
button "Citations",14,5 129 40 12
}
on *:dialog:blg:*:*:{
if ($devent == init) {
dll mdx.dll SetMircVersion $version
dll mdx.dll MarkDialog $dname
dll mdx.dll SetColor $dname 1,5 background $rgb(0,0,0)
dll mdx.dll SetColor $dname 2,3,8,12,13,9,11,14 background $rgb(255,0,0)
dll mdx.dll SetDialog $dname bgcolor $rgb(0,0,0)
dll mdx.dll SetFont $dname 14,1,2,3,4,5,6,7,8,9,10,11,12,13 +abg 16 300 comic sans ms
dll mdx.dll SetColor $dname 10,7 text $rgb(255,0,0)
dll mdx.dll SetColor $dname 7 background $rgb(20,50,255)
did -ra $dname 7 $read blagues.txt
did -ra blg 9 Total: $calc($lines(blagues.txt)) Blagues }
if ($devent == sclick) {
if ($did == 3) { did -ra $dname 7 $read blagues.txt }
if ($did == 8) { write blagues.txt $did(11) | did -ra blg 9 Total: $calc($lines(blagues.txt)) Blagues }
if ($did == 12) { write -d blagues.txt $did(7) | did -ra blg 9 Total: $calc($lines(blagues.txt)) Blagues | did -ra $dname 7 $read blagues.txt }
if ($did == 13) { msg $active 4Blague :7 $did(7).seltext }
if ($did == 14) { dialog -m citations citations }
}
}
dialog citations {
title "Citation comiques"
size -1 -1 152 120
option dbu
box "Citations", 1, 2 2 148 115
button "Fermer", 2, 90 102 50 12,cancel,flat
button "Citation suivante", 3, 5 75 142 12
box "", 6, 5 6 142 66
list 7, 8 12 136 56, size
button "Ajouter citation >>",8,5 88 53 12
button "Supprimer",12,5 102 45 12
button "Dire",13,50 102 40 12
edit "",11,62 89 84 11,autohs
}
on *:dialog:citations:*:*:{
if ($devent == init) {
dll mdx.dll SetMircVersion $version
dll mdx.dll MarkDialog $dname
dll mdx.dll SetColor $dname 1,5 background $rgb(0,0,0)
dll mdx.dll SetColor $dname 2,3,8,12,13,9,11 background $rgb(255,0,0)
dll mdx.dll SetDialog $dname bgcolor $rgb(0,0,0)
dll mdx.dll SetFont $dname 1,2,3,4,5,6,7,8,10,11,12,13 +abg 16 300 comic sans ms
dll mdx.dll SetColor $dname 7,11 text $rgb(255,0,0)
dll mdx.dll SetColor $dname 7 background $rgb(20,50,255)
did -ra $dname 7 $read citations.txt
}
if ($devent == sclick) {
if ($did == 8) { write citations.txt $did(11) | did -ra citations 7 $read citations.txt }
if ($did == 12) { write -d citations.txt $did(7) | did -ra $dname 7 $read citations.txt }
if ($did == 3) { did -ra $dname 7 $read citations.txt }
if ($did == 13) { msg $active 4Citation :7 $did(7).seltext }
}
}
Conclusion
No bugs :)
Sources de la même categorie
Commentaires et avis
|
Derniers Blogs
L'INTERFACE NATURELLE DE WINDOWS PHONE 7 SERIESL'INTERFACE NATURELLE DE WINDOWS PHONE 7 SERIES par odewit
La tendance est aux interfaces naturelles (NUI), et le keynote de Bill Buxton au MIX l'a bien souligné.
La charte graphique et ergonomique de Windows Phone 7 a donc été entièrement repensée en vue d'obtenir un maximum d'efficacité sur ce point. En re...
Cliquez pour lire la suite de l'article par odewit COMMENT MAPPER UNE VUE SQL SUR UNE COLLECTION DE COMPLEX TYPE?COMMENT MAPPER UNE VUE SQL SUR UNE COLLECTION DE COMPLEX TYPE? par Matthieu MEZIL
Avec EF, les vues doivent être mappées sur des entity types. Le problème c'est que les entity types doivent avoir une clé. Avec EF, nous avons les complex type qui n'ont pas de clé mais les vues ne peuvent pas être mappées dessus. Avec EF4, il est possibl...
Cliquez pour lire la suite de l'article par Matthieu MEZIL [WF4] UN BINDING ACTIVITY/ACTIVITYDESIGNER QUI PASSE MAL?[WF4] UN BINDING ACTIVITY/ACTIVITYDESIGNER QUI PASSE MAL? par JeremyJeanson
Certain d'entre vous on peut être vécu cette situation embarrassante après quelques temps passer avec WF4 : Au début avec mon " ActivityDesigner" , tout allait bien. Et puis un jour j'ai au des problèmes de " Binding" . Alors nous sommes allé sur le site ...
Cliquez pour lire la suite de l'article par JeremyJeanson
Logiciels
Academy System (10.9.4.0)ACADEMY SYSTEM (10.9.4.0)Logiciel de gestion des établissements.
- élèves/étudiants (inscription, dossier, absence...)
-... Cliquez pour télécharger Academy System Xilisoft Convertisseur Vidéo Ultimate (5.1.39.0305)XILISOFT CONVERTISSEUR VIDéO ULTIMATE (5.1.39.0305)Xilisoft Convertisseur Vidéo Ultimate est un outil puissant de conversion vidéo, facile à utilise... Cliquez pour télécharger Xilisoft Convertisseur Vidéo Ultimate Xilisoft DVD Ripper Ultimate (5.0.64.0304)XILISOFT DVD RIPPER ULTIMATE (5.0.64.0304)Xilisoft DVD Ripper Ultimate est un logiciel excellent pour copier et convertir DVD vers presque ... Cliquez pour télécharger Xilisoft DVD Ripper Ultimate Rigs of Rods (63.3)RIGS OF RODS (63.3)c'est un jeu de multi-simulation camions,autobus voitures, avions, bateaux, hélicoptère avec défo... Cliquez pour télécharger Rigs of Rods
|