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.
 
 
 
 
 
 

15 lines
368 B

<%
' Sizing values for the Application Configuration dialog.
' Dialog size
Const L_IIAPP_W = 425
Const L_IIAPP_H = 420
' Size of the heading frame that contains the property page links.
Const L_IIAPPHEADFRM_H = 25
' NOTE: If either the height of the dialog or the size of the head
' frame is changed it may be necessary to change the page size in
' iiappmn.str
%>