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.
11 lines
292 B
11 lines
292 B
<%
|
|
' Sizing values for the Web Home Directory property page.
|
|
|
|
' Size of the heading frame. This is the frame that displays
|
|
' the radio buttons for the home directory source.
|
|
Const L_HEADFRAME_H = 200
|
|
|
|
' This value is used for the heading frame under IE3 only.
|
|
Const L_IE3HEADFRAME_H = 160
|
|
|
|
%>
|