Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
347 B

  1. <%
  2. ' Dialog dimensions
  3. Const L_IIMLTI_W = 595
  4. Const L_IIMLTI_H = 375
  5. ' Resizable elements within the dialog
  6. Const L_HEADFRM_H = 50
  7. Const L_COLUMNHEADFRM_H = 50
  8. Const L_LISTBORDER_NUM = 10
  9. Const L_LIST_W = 495
  10. Const L_IPADDRESSCOLWIDTH_NUM = 150
  11. Const L_IPPORTCOLWIDTH_NUM = 65
  12. Const L_SSLPORTCOLWIDTH_NUM = 65
  13. Const L_HOSTCOLWIDTH_NUM = 190
  14. %>