13 lines
278 B
Plaintext
13 lines
278 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
|
|
|
|
%> |