Advertisement
makimaki

topbar

Jun 2nd, 2010
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 1.46 KB | None | 0 0
  1. on *:START:{
  2.   topbar
  3.   ;statusbar
  4. }
  5. alias topbar {
  6.   dialog -m toolbar toolbar
  7.   mdx MarkDialog toolbar $dialog(toolbar).hwnd > top
  8. }
  9. alias mdx { dll $mircdirdlls\mdx.dll $1- }
  10. alias bars { return $mircdirdlls\bars.mdx }
  11. dialog toolbar {
  12.   title "Topbar"
  13.   size -1 -1 608 40
  14.   option dbu
  15.   check "i", 1, 136 8 10 10, push
  16.   check "f", 2, 152 8 10 10, push
  17.   check "k", 3, 168 8 10 10, push
  18.   check "l", 4, 184 8 10 10, push
  19.   check "m", 5, 200 8 10 10, push
  20.   check "p", 6, 216 8 10 10, push
  21.   check "s", 7, 232 8 10 10, push
  22.   check "t", 8, 248 8 10 10, push
  23.   check "u", 9, 264 8 10 10, push
  24.   check "w", 10, 280 8 10 10, push
  25.   check "P", 11, 296 8 10 10, push
  26.   check "W", 12, 312 8 10 10, push
  27.   check "Topic", 13, 138 24 40 10, push
  28.   check "On Join", 14, 185 24 40 10, push
  29.   check "Owner Key", 15, 233 24 40 10, push
  30.   check "Host Key", 16, 280 24 40 10, push
  31.   combo 17, 336 8 68 130, sort edit drop    <<< Cat list
  32.   check "q", 20, 440 16 10 10, push
  33.   check "o", 21, 456 16 10 10, push
  34.   check "h", 22, 472 16 10 10, push
  35.   check "v", 23, 488 16 10 10, push
  36.   check "Kick", 24, 504 16 20 10, push
  37.   check "Ban", 25, 528 16 20 10, push
  38.   icon 18, 8 10 15 15
  39.   icon 19, 32 10 15 15
  40.   icon 26, 56 10 15 15
  41.   icon 27, 80 10 15 15
  42.   icon 28, 104 10 15 15
  43.   text "Setup", 29, 8 27 15 8, center
  44.   text "Chans", 30, 32 27 15 8, center
  45.   text "AOP", 31, 56 27 15 8, center
  46.   text "Ban", 32, 80 27 15 8, center
  47.   text "MP3", 33, 104 27 15 8, center
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement