17 lines
403 B
Plaintext
17 lines
403 B
Plaintext
<%
|
|
' Resizing constants for the Backup Configuration dialog
|
|
|
|
' Dialog page sizes
|
|
Const L_BKUPHEADFRM_H = 75
|
|
Const L_BKUPTABLEHEADFRM_H = 50
|
|
Const L_BKUPTABLEBORDER_NUM = 10
|
|
Const L_BKUPTOOLFRM_H = 40
|
|
|
|
' Table sizes
|
|
Const L_BACKUPNAMECOLWIDTH_NUM = 155
|
|
Const L_NUMCOLWIDTH_NUM = 10
|
|
Const L_BACKUPDATECOLWIDTH_NUM = 195
|
|
Const L_BKUPTABLEWIDTH_NUM = 360
|
|
|
|
' NOTE: Dialog dimensions specified in iimnu.str
|
|
%> |