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.
18 lines
347 B
18 lines
347 B
<%
|
|
|
|
' Dialog dimensions
|
|
Const L_IIMLTI_W = 595
|
|
Const L_IIMLTI_H = 375
|
|
|
|
' Resizable elements within the dialog
|
|
Const L_HEADFRM_H = 50
|
|
Const L_COLUMNHEADFRM_H = 50
|
|
Const L_LISTBORDER_NUM = 10
|
|
Const L_LIST_W = 495
|
|
|
|
Const L_IPADDRESSCOLWIDTH_NUM = 150
|
|
Const L_IPPORTCOLWIDTH_NUM = 65
|
|
Const L_SSLPORTCOLWIDTH_NUM = 65
|
|
Const L_HOSTCOLWIDTH_NUM = 190
|
|
|
|
%>
|