15 lines
368 B
Plaintext
15 lines
368 B
Plaintext
|
<%
|
||
|
' 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
|
||
|
|
||
|
%>
|