mirror of https://github.com/tongzx/nt5src
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
274 B
12 lines
274 B
<%
|
|
' Resizing constants for the Content Ratings dialog.
|
|
|
|
' Dialog dimensions
|
|
Const L_IIRTE_W = 580
|
|
Const L_IIRTE_H = 480
|
|
|
|
' This is the size of the region that displays iirtehd.asp. From the top
|
|
' of the dialog to the slider control.
|
|
Const L_CATEGORYHEADHEIGHT_NUM = 185
|
|
|
|
%>
|