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
CSS CONTENT STATE SELECTORS (PERSONNAL DRAFT)CSS CONTENT STATE SELECTORS (PERSONNAL DRAFT) par FREMYCOMPANY
Bonjour à tous, Je viens de publier une proposition comprenant 5 pseudo-classes pour le CSS Working Group ayant trait à l'état de chargement d'un élément (ex: IMG,VIDEO,AUDIO,OBJECT pour l'HTML.). Si le c½ur vous en dit, vous pouvez retrouver cette p...
Cliquez pour lire la suite de l'article par FREMYCOMPANY MBA : POURQUOI FAIRE ET COMMENT LE CHOISIR ?MBA : POURQUOI FAIRE ET COMMENT LE CHOISIR ? par ROMELARD Fabrice
Formation initiale Durant la formation, le découpage classique est le suivant (je donnerai les équivalences Suisse lorsque je les connaîtrais) : Ecole primaire jusqu'au Collège : Formation générale permettant d'obtenir les méthodes...
Cliquez pour lire la suite de l'article par ROMELARD Fabrice Y'A DES ERREURS QUI PEUVENT RENDRE LE DéVELOPPEUR VIOLENTY'A DES ERREURS QUI PEUVENT RENDRE LE DéVELOPPEUR VIOLENT par Aleks
Quand on a ce genre d'erreur sans log :
Et bas on a juste envie de choper le gas de Microsoft qu'a développé ça et lui foutre des baffes de Coboye ! ...
Cliquez pour lire la suite de l'article par Aleks [HYPER-V 3] PRéSENTATION DES COMMANDLETS POWERSHELL[HYPER-V 3] PRéSENTATION DES COMMANDLETS POWERSHELL par Pierrick CATRO-BROUILLET
Avec la sortie prochaine de la Beta Consumer Preview de Windows 8, j'avais envie de revenir sur une des fonctionnalités que j'attends le plus et que, en bon geek que je suis, j'utilise déjà : Hyper-V 3 ainsi son module PowerShell.
Il y a déjà pléthor...
Cliquez pour lire la suite de l'article par Pierrick CATRO-BROUILLET IIS7 - COMPRESSION GZIPIIS7 - COMPRESSION GZIP par cyril
La compression GZIP permet d'améliorer les performances de navigation en compressant ce qu'envoie le serveur à un client. Pour comprendre comment cela fonctionne, regardons ce qu'il se passe au niveau HTTP lorsqu'un client tente d'accéder à une ress...
Cliquez pour lire la suite de l'article par cyril
Forum
RE : AIDERE : AIDE par Nico26000
Cliquez pour lire la suite par Nico26000 RE : AIDERE : AIDE par WorldDMT
Cliquez pour lire la suite par WorldDMT AIDEAIDE par Nico26000
Cliquez pour lire la suite par Nico26000
Logiciels
Easy-Planning (1.0.0.1)EASY-PLANNING (1.0.0.1)Basé sur les mêmes principes que MyPlanning, Easy-Planning permet de créer des plannings sous la ... Cliquez pour télécharger Easy-Planning Academy System (17.1.3.0)ACADEMY SYSTEM (17.1.3.0)Logiciel de gestion des établissements.
- élèves/étudiants (inscription, dossier, absence...)
-... Cliquez pour télécharger Academy System COLLECTOR PLUS (3.00B)COLLECTOR PLUS (3.00B)COLLECTOR PLUS version 3.00B est un logiciel utilisant une base de données alimentée par :
- L... Cliquez pour télécharger COLLECTOR PLUS PONAMEDIA PREMIUM - HELLLOOO FLASH DEMO (V7.4)PONAMEDIA PREMIUM - HELLLOOO FLASH DEMO (V7.4)PONAMEDIA TV DEVIENS HELLLOOO FLASH
LA TV SUR VOTRE ORDINATEUR.
Toute une plateforme Multi... Cliquez pour télécharger PONAMEDIA PREMIUM - HELLLOOO FLASH DEMO LettresFaciles 2011 (8.0.0.1)LETTRESFACILES 2011 (8.0.0.1)LettresFaciles est un logiciel facilitant la création et la rédaction de lettres types.
Son inte... Cliquez pour télécharger LettresFaciles 2011
|