fGLOptions.dfm 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. inherited FormOptions: TFormOptions
  2. HelpContext = 0
  3. Caption = 'Options'
  4. ClientHeight = 313
  5. ClientWidth = 460
  6. Font.Height = -21
  7. StyleElements = [seFont, seClient, seBorder]
  8. OnClose = FormClose
  9. ExplicitWidth = 476
  10. ExplicitHeight = 352
  11. TextHeight = 30
  12. object CheckBoxAxis: TCheckBox
  13. Left = 80
  14. Top = 132
  15. Width = 183
  16. Height = 29
  17. Margins.Left = 5
  18. Margins.Top = 5
  19. Margins.Right = 5
  20. Margins.Bottom = 5
  21. Caption = 'Axis'
  22. TabOrder = 0
  23. OnClick = CheckBoxAxisClick
  24. end
  25. object PanelBackground: TPanel
  26. Left = 310
  27. Top = 126
  28. Width = 57
  29. Height = 40
  30. Margins.Left = 5
  31. Margins.Top = 5
  32. Margins.Right = 5
  33. Margins.Bottom = 5
  34. Color = clBlack
  35. ParentBackground = False
  36. TabOrder = 1
  37. OnClick = PanelBackgroundClick
  38. end
  39. object ButtonOk: TButton
  40. Left = 318
  41. Top = 278
  42. Width = 75
  43. Height = 25
  44. Margins.Left = 5
  45. Margins.Top = 5
  46. Margins.Right = 5
  47. Margins.Bottom = 5
  48. Caption = 'Ok'
  49. TabOrder = 2
  50. OnClick = ButtonOKClick
  51. end
  52. end