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.

11 lines
274 B

  1. <%
  2. ' Resizing constants for the Content Ratings dialog.
  3. ' Dialog dimensions
  4. Const L_IIRTE_W = 580
  5. Const L_IIRTE_H = 480
  6. ' This is the size of the region that displays iirtehd.asp. From the top
  7. ' of the dialog to the slider control.
  8. Const L_CATEGORYHEADHEIGHT_NUM = 185
  9. %>