fGLOptions.dfm 1.9 KB

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