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.
20 lines
436 B
20 lines
436 B
<%
|
|
' Resizing constants for the IP/Domain Access Restrictions dialog.
|
|
|
|
' Dialog dimensions
|
|
Const L_IIACCESS_W = 625
|
|
Const L_IIACCESS_H = 400
|
|
|
|
Const L_IIACCESSHEADFRM_NUM = 100
|
|
Const L_IIACCESSTABLEHEADFRM_NUM = 50
|
|
Const L_IIACCESSTABLEBORDER_NUM = 8
|
|
|
|
' Access List table
|
|
Const L_ACCSSTABLEWIDTH_NUM = 405
|
|
|
|
Const L_ACCESSCOLWIDTH_NUM = 75
|
|
Const L_IPCOLWIDTH_NUM = 110
|
|
Const L_SUBNETCOLWIDTH_NUM = 110
|
|
Const L_DOMAINCOLWIDTH_NUM = 110
|
|
|
|
%>
|