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