fGLOptions.dfm 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. inherited GLOptions: TGLOptions
  2. HelpContext = 0
  3. Caption = 'Options'
  4. ClientHeight = 394
  5. ClientWidth = 521
  6. OnClose = FormClose
  7. ExplicitWidth = 545
  8. ExplicitHeight = 458
  9. TextHeight = 20
  10. inherited PanelTop: TPanel
  11. Width = 521
  12. ExplicitWidth = 492
  13. end
  14. inherited PanelMiddle: TPanel
  15. Width = 521
  16. Height = 318
  17. ExplicitWidth = 521
  18. ExplicitHeight = 318
  19. object Label1: TLabel [0]
  20. Left = 296
  21. Top = 33
  22. Width = 86
  23. Height = 20
  24. Caption = 'Background'
  25. end
  26. inherited Memo: TMemo
  27. Width = 519
  28. Height = 316
  29. TabOrder = 2
  30. ExplicitWidth = 519
  31. ExplicitHeight = 316
  32. end
  33. object CheckBoxAxis: TCheckBox
  34. Left = 96
  35. Top = 32
  36. Width = 113
  37. Height = 17
  38. Caption = 'Show Axes'
  39. TabOrder = 0
  40. OnClick = CheckBoxAxisClick
  41. end
  42. object PanelBackground: TPanel
  43. Left = 375
  44. Top = 27
  45. Width = 25
  46. Height = 25
  47. Hint = 'Click to change background colour'
  48. BevelInner = bvLowered
  49. BevelOuter = bvLowered
  50. Color = clWhite
  51. ParentBackground = False
  52. TabOrder = 1
  53. OnClick = PanelBackgroundClick
  54. end
  55. object RadioGroupLanguage: TRadioGroup
  56. Left = 96
  57. Top = 88
  58. Width = 329
  59. Height = 137
  60. Caption = 'Language'
  61. Columns = 2
  62. ItemIndex = 0
  63. Items.Strings = (
  64. 'English'
  65. 'Russian'
  66. 'Spanish'
  67. 'French'
  68. 'German'
  69. 'Italian')
  70. TabOrder = 3
  71. OnClick = RadioGroupLanguageClick
  72. end
  73. end
  74. inherited PanelBottom: TPanel
  75. Top = 353
  76. Width = 521
  77. ExplicitTop = 353
  78. ExplicitWidth = 492
  79. inherited ButtonOK: TButton
  80. OnClick = ButtonOKClick
  81. end
  82. end
  83. end