windows-nt/Source/XPSP1/NT/inetsrv/iis/img/htmla/iierr.str

19 lines
385 B
Plaintext
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
<%
' Localizable sizing constants for the Custom Errors property page
Const L_LOADING_TEXT = "Loading..."
' Resizing constants
' Page sizes
Const L_TABLEBORDER_NUM = 10
Const L_PAGEHEADHEIGHT_NUM = 100
Const L_LISTHEADHEIGHT_NUM = 50
' Table sizes
Const L_ERRORCOLWIDTH_NUM=85
Const L_OUTPUTTYPECOLWIDTH_NUM=70
Const L_TEXTORFILECOLWIDTH_NUM=300
Const L_ERRTABLEWIDTH_NUM = 500
%>