!***********************************************************************
! HW_0306_sq_form           / 2005-01-31 / Vertex Systems
!***********************************************************************
!
charset=latin1
port_size= 8 71
vxdbase_winstyle= only
text_font= 5
field_font= 5
has_pulldowns= 0
!
if (language=0) then
  set SQ    "Ruuvien lukumr"
  header=   "Ruuviliitos"
else
  header= "Howick Floor truss"
endif
!
text= 2 15  {CODE "Code"}
text= 2 36  {LIB  "Library"}
text= 2 54  {MAT  "Material"}
text= 3  3  {TC   "Tracks (Yellow)"}
text= 4  3  {DC   "Diagonal (Green)"}
text= 6  3  {MS   "Maximum Web Space"}
text= 7  3  {V    "Verticals"}
text= 8  3  {INV  "Inverted"}
text= 9  3  {CONN "Make Connections"}

field(1)= TC        1 3 15 16 4    
field(2)= TCL     4+1 3 36 16 4    
field(3)= TCM     4+1 3 54 16 4    
field(4)= DC        1 4 15 16 4    
field(5)= DCL     4+1 4 36 16 4    
field(6)= DCM     4+1 4 54 16 4    
field(7)= DUMMY     1 7 1000 16 4
field(8)= SPACE     1 6 25 4 4 "300" "400" "500"
field(9)= VERTS     1 7 25 4 4 "0" "1" "2" "3" "4"
field(10)= INVERT   1 8 1000 16 1
field(11)= KOPPEL   1 9 1000 16 1
!
group(1)= 1+2+8 1 1 2 3 4 5 6 7 8 9 10 11
!
pushbutton(1)= listboxbutton_of_field 1 "STD" @Asksection(TC,TCL,DUMMY,DUMMY,DUMMY,TCM) P
pushbutton(2)= listboxbutton_of_field 4 "STD" @Asksection(DC,DCL,DUMMY,DUMMY,DUMMY,DCM) P
pushbutton(3)= 8 25  {INVERT ""}  CHECKBOX INVERT=1;0  
pushbutton(4)= 9 25  {KOPPEL ""}  CHECKBOX KOPPEL=1;0

