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.

10 lines
292 B

  1. <%
  2. ' Sizing values for the Web Home Directory property page.
  3. ' Size of the heading frame. This is the frame that displays
  4. ' the radio buttons for the home directory source.
  5. Const L_HEADFRAME_H = 200
  6. ' This value is used for the heading frame under IE3 only.
  7. Const L_IE3HEADFRAME_H = 160
  8. %>