8 lines
192 B
Plaintext
8 lines
192 B
Plaintext
<%
|
|
' Dimensions of the Anonymous User Account dialog - opened from the FTP
|
|
' Security Account property page and Authentication Method dialog.
|
|
|
|
Const L_IIANON_W = 400
|
|
Const L_IIANON_H = 250
|
|
|
|
%> |