18 lines
347 B
Plaintext
18 lines
347 B
Plaintext
<%
|
|
|
|
' 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
|
|
|
|
%> |