Advertisement
intersys

Untitled

Jul 10th, 2015
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 1.24 KB | None | 0 0
  1. alias cv dialog -m dddd dddd
  2. dialog dddd {
  3.   title "New Project"
  4.   size -1 -1 193 121
  5.   option dbu
  6.   box "Information", 1, 7 3 182 42
  7.   text "Nickname:", 2, 13 12 25 8
  8.   text "", 3, 40 12 37 8
  9.   text "Q-Accounet:", 4, 104 12 35 8
  10.   text "Beniel", 5, 139 12 25 8
  11.   text "Date:", 6, 13 22 25 8
  12.   text "", 7, 31 22 32 8
  13.   text "Time:", 8, 104 22 19 8
  14.   text "", 9, 119 22 27 8
  15.   text "Status:", 10, 12 32 25 8
  16.   text "Offline", 11, 33 32 25 8
  17.   text "Network:", 12, 104 32 25 8
  18.   text "", 13, 129 32 46 8
  19.   box "Setup", 14, 7 45 182 72
  20.   button "Settings", 15, 13 55 37 12
  21.   button "Freinds-list", 16, 55 55 37 12
  22.   button "Black-List", 17, 97 55 37 12
  23.   button "Info-line", 18, 140 55 37 12
  24.   button "Away", 19, 13 70 37 12
  25.   button "MP3", 20, 55 70 37 12
  26.   button "Runner", 21, 97 70 37 12
  27.   button "News", 22, 141 70 37 12
  28.   button "Youtube", 23, 13 84 37 12
  29.   button "Chan-Modes", 24, 55 84 37 12
  30.   button "Somwthing", 25, 97 84 37 12
  31.   button "Something", 26, 141 84 37 12
  32. }
  33.  
  34.  
  35. on *:dialog:dddd:init:*: {
  36.   ;if (%Connected == OFF) { did -h $dname 16 | did -a $dname 20 לא מחובר. }
  37.   ;if (%Connected == ON) { did -h $dname 17 | did -a $dname 20 מחובר. }
  38.   did -a $dname 3 $me
  39.   did -a $dname 7 $date
  40.   did -a $dname 9 $time
  41.   did -a $dname 13 $network
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement