Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

21 lines
450 B

<%
' 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
%>