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.

14 lines
368 B

  1. <%
  2. ' Sizing values for the Application Configuration dialog.
  3. ' Dialog size
  4. Const L_IIAPP_W = 425
  5. Const L_IIAPP_H = 420
  6. ' Size of the heading frame that contains the property page links.
  7. Const L_IIAPPHEADFRM_H = 25
  8. ' NOTE: If either the height of the dialog or the size of the head
  9. ' frame is changed it may be necessary to change the page size in
  10. ' iiappmn.str
  11. %>