interface.lof 884 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. Begin : Panel
  2. Name = "mainPanel"
  3. Solid = 0
  4. Begin : Panel
  5. Name = "sidePanel"
  6. Left = "+10"
  7. Top = "+10"
  8. Right = "+120"
  9. Bottom = "100%-10"
  10. Solid = 1
  11. Color = "100,100,100"
  12. Begin : Button
  13. Name = "buttonA"
  14. Text = "Ortho"
  15. Left = "+10"
  16. Top = "+10"
  17. Right = "100%-10"
  18. Bottom = "+50"
  19. Color = "200,200,200"
  20. End
  21. Begin : Button
  22. Name = "buttonB"
  23. Text = "Depth"
  24. Left = "+10"
  25. Top = "+60"
  26. Right = "100%-10"
  27. Bottom = "+100"
  28. Color = "200,200,200"
  29. End
  30. Begin : Button
  31. Name = "buttonC"
  32. Text = "Occluders"
  33. Left = "+10"
  34. Top = "+110"
  35. Right = "100%-10"
  36. Bottom = "+150"
  37. Color = "200,200,200"
  38. End
  39. Begin : Button
  40. Name = "buttonD"
  41. Text = "Triangles"
  42. Left = "+10"
  43. Top = "+160"
  44. Right = "100%-10"
  45. Bottom = "+200"
  46. Color = "200,200,200"
  47. End
  48. End
  49. End