2025-04-27 07:49:33 -04:00

13 lines
290 B
Plaintext

<%
' Localizable sizing values for the Logging dialog.
' 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
' iilogmn.str
Const L_IILOG_W = 460
Const L_IILOG_H = 500
Const L_HEADFRAME_H = 30
%>