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.

12 lines
278 B

  1. <%
  2. ' Localizable sizing values for the Logging dialog.
  3. ' NOTE: If either the height of the dialog or the size of the head
  4. ' frame is changed it may be necessary to change the page size in
  5. ' iilogmn.str
  6. Const L_IILOG_W = 460
  7. Const L_IILOG_H = 500
  8. Const L_HEADFRAME_H = 30
  9. %>