8 lines
103 B
Plaintext
8 lines
103 B
Plaintext
|
<%
|
||
|
' Resizing constants
|
||
|
|
||
|
' Computer properties dialog
|
||
|
Const L_IICOMP_W = 530
|
||
|
Const L_IICOMP_H = 375
|
||
|
|
||
|
%>
|