fGLOptions.dfm 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. inherited FormOptions: TFormOptions
  2. HelpContext = 0
  3. Caption = 'Options'
  4. ClientHeight = 313
  5. ClientWidth = 521
  6. Font.Height = -21
  7. StyleElements = [seFont, seClient, seBorder]
  8. OnClose = FormClose
  9. ExplicitLeft = 4
  10. ExplicitTop = 4
  11. ExplicitWidth = 537
  12. ExplicitHeight = 352
  13. TextHeight = 25
  14. inherited PanelTop: TPanel
  15. Width = 521
  16. StyleElements = [seFont, seClient, seBorder]
  17. ExplicitWidth = 513
  18. end
  19. inherited PanelMiddle: TPanel
  20. Width = 521
  21. Height = 237
  22. StyleElements = [seFont, seClient, seBorder]
  23. ExplicitWidth = 513
  24. ExplicitHeight = 212
  25. object Label1: TLabel [0]
  26. Left = 296
  27. Top = 33
  28. Width = 105
  29. Height = 25
  30. Caption = 'Background'
  31. end
  32. inherited Memo: TMemo
  33. Width = 519
  34. Height = 235
  35. TabOrder = 2
  36. StyleElements = [seFont, seClient, seBorder]
  37. ExplicitWidth = 511
  38. ExplicitHeight = 210
  39. end
  40. object CheckBoxAxis: TCheckBox
  41. Left = 96
  42. Top = 32
  43. Width = 113
  44. Height = 17
  45. Caption = 'Show Axes'
  46. TabOrder = 0
  47. OnClick = CheckBoxAxisClick
  48. end
  49. object PanelBackground: TPanel
  50. Left = 375
  51. Top = 27
  52. Width = 25
  53. Height = 25
  54. Hint = 'Click to change background colour'
  55. BevelInner = bvLowered
  56. BevelOuter = bvLowered
  57. Color = clWhite
  58. ParentBackground = False
  59. TabOrder = 1
  60. OnClick = PanelBackgroundClick
  61. end
  62. object rgLanguage: TRadioGroup
  63. Left = 28
  64. Top = 84
  65. Width = 463
  66. Height = 127
  67. Caption = 'Language'
  68. Columns = 3
  69. Font.Charset = DEFAULT_CHARSET
  70. Font.Color = clWindowText
  71. Font.Height = -21
  72. Font.Name = 'MS Sans Serif'
  73. Font.Style = []
  74. ItemIndex = 0
  75. Items.Strings = (
  76. 'English'
  77. 'Russian'
  78. 'Spanish')
  79. ParentFont = False
  80. TabOrder = 3
  81. OnClick = rgLanguageClick
  82. end
  83. end
  84. inherited PanelBottom: TPanel
  85. Top = 272
  86. Width = 521
  87. StyleElements = [seFont, seClient, seBorder]
  88. ExplicitTop = 247
  89. ExplicitWidth = 513
  90. inherited ButtonOK: TButton
  91. OnClick = ButtonOKClick
  92. end
  93. inherited ButtonCancel: TButton
  94. Left = 252
  95. Width = 99
  96. ExplicitLeft = 252
  97. ExplicitWidth = 99
  98. end
  99. inherited ButtonHelp: TButton
  100. Left = 393
  101. Top = 5
  102. ExplicitLeft = 393
  103. ExplicitTop = 5
  104. end
  105. end
  106. end