I put the file in the same dir as mirc.exe, and used this:
Code:
dialog away {
  title "Away Manager"
  size -1 -1 130 81
  option dbu
  icon tlogo.ico, 0
  button "Go Away", 1, 7 5 53 12
  button "Come back", 2, 70 5 53 12
  combo 4, 7 21.5 85 50, size edit drop
  button "Add", 5, 94 20 14 12
  button "Del", 6, 109 20 14 12
  check "Auto Time Away", 8, 7 35 46 12
  check "Auto Idle Away", 9, 7 45 43 12
  check "Open on Away?", 10, 7 55 43 12
  text %stat, 7, 7 70 116 8
}



However, it did not work.

(I only copied the relevant code here)