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.
16 lines
310 B
16 lines
310 B
<%
|
|
' Resizing constants for the Mime Map dialog
|
|
|
|
' Dialog dimensions
|
|
Const L_MIMEMAP_W = 425
|
|
Const L_MIMEMAP_H = 375
|
|
|
|
Const L_MIMEHEADFRM_H = 30
|
|
Const L_MIMETABLEHEADFRM_H = 50
|
|
Const L_MIMETABLEBORDER_NUM = 10
|
|
|
|
' Table dimensions
|
|
Const L_MIMETABLEWIDTH_NUM = 300
|
|
|
|
' Colmun dimensions defined in iimimels.str
|
|
%>
|