windows-nt/Source/XPSP1/NT/inetsrv/iis/img/htmla/iiamap.str
2020-09-26 16:20:57 +08:00

21 lines
450 B
Plaintext

<%
' Resizing constants for the Application Mapping dialog.
' Dialog size
Const L_IIAMAP_W = 575
Const L_IIAMAP_H = 400
Const L_AMAPDLGHEAD_NUM = 100
Const L_AMAPTABLEHEAD_NUM = 50
Const L_AMAPTABLEBORDER_NUM = 10
' Table dimensions
Const L_AMAPTABLEWIDTH_NUM = 482
Const L_EXTENSIONCOLWIDTH_NUM = 40
Const L_EXEPATHCOLWIDTH_NUM = 200
Const L_EXCLUSIONSCOLWIDTH_NUM = 105
Const L_SCRIPTENGINECOLWIDTH_NUM = 50
Const L_CHKFILECOLWIDTH_NUM = 50
%>