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.
17 lines
403 B
17 lines
403 B
<%
|
|
' 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
|
|
%>
|