16 lines
310 B
Plaintext
16 lines
310 B
Plaintext
|
<%
|
||
|
' 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
|
||
|
%>
|