Advertisement
Guest User

Untitled

a guest
Feb 19th, 2020
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.35 KB | None | 0 0
  1. dialog test {
  2.   title "mIRC"
  3.   size -1 -1 110 100
  4.   option dbu
  5.   tab "m", 1, 5 5 100 90
  6.   tab "I", 2
  7.   tab "R", 3
  8.   tab "C", 4
  9.   button  "m est pour ... ;)", 11, 30 50 50 24, ok tab 1
  10.   button  "I est pour Internet", 12, 30 50 50 24, tab 2
  11.   button  "R est pour Relay", 13, 30 50 50 24, tab 3
  12.   button  "C est pour Chat", 14, 30 50 50 24, tab 4
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement