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.

16 lines
403 B

  1. <%
  2. ' Resizing constants for the Backup Configuration dialog
  3. ' Dialog page sizes
  4. Const L_BKUPHEADFRM_H = 75
  5. Const L_BKUPTABLEHEADFRM_H = 50
  6. Const L_BKUPTABLEBORDER_NUM = 10
  7. Const L_BKUPTOOLFRM_H = 40
  8. ' Table sizes
  9. Const L_BACKUPNAMECOLWIDTH_NUM = 155
  10. Const L_NUMCOLWIDTH_NUM = 10
  11. Const L_BACKUPDATECOLWIDTH_NUM = 195
  12. Const L_BKUPTABLEWIDTH_NUM = 360
  13. ' NOTE: Dialog dimensions specified in iimnu.str
  14. %>