mirror of https://github.com/tongzx/nt5src
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.
13 lines
278 B
13 lines
278 B
<%
|
|
' 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
|
|
|
|
%>
|