/components/lazreport/source/lr_var.lfm

http://github.com/graemeg/lazarus · Unknown · 74 lines · 74 code · 0 blank · 0 comment · 0 complexity · 9a09ec437699fea39062ad11b7a560c7 MD5 · raw file

  1. object frVarForm: TfrVarForm
  2. Left = 555
  3. Height = 343
  4. Top = 187
  5. Width = 297
  6. HorzScrollBar.Page = 216
  7. VertScrollBar.Page = 316
  8. ActiveControl = ValList
  9. BorderStyle = bsDialog
  10. Caption = 'Variables'
  11. ClientHeight = 343
  12. ClientWidth = 297
  13. Font.Color = clBlack
  14. OnActivate = FormActivate
  15. OnCreate = FormCreate
  16. OnDeactivate = FormDeactivate
  17. OnKeyDown = FormKeyDown
  18. Position = poScreenCenter
  19. LCLVersion = '0.9.29'
  20. object Label1: TLabel
  21. AnchorSideLeft.Control = Owner
  22. AnchorSideTop.Control = Owner
  23. Left = 6
  24. Height = 18
  25. Top = 6
  26. Width = 62
  27. BorderSpacing.Around = 6
  28. Caption = '&Category:'
  29. FocusControl = ValCombo
  30. ParentColor = False
  31. end
  32. object ValList: TListBox
  33. AnchorSideLeft.Control = Owner
  34. AnchorSideTop.Control = ValCombo
  35. AnchorSideTop.Side = asrBottom
  36. AnchorSideRight.Control = Owner
  37. AnchorSideRight.Side = asrBottom
  38. AnchorSideBottom.Control = Owner
  39. AnchorSideBottom.Side = asrBottom
  40. Left = 6
  41. Height = 270
  42. Top = 67
  43. Width = 285
  44. HelpContext = 22
  45. Anchors = [akTop, akLeft, akRight, akBottom]
  46. BorderSpacing.Around = 6
  47. ClickOnSelChange = False
  48. IntegralHeight = True
  49. ItemHeight = 0
  50. OnDblClick = ValListDblClick
  51. OnKeyDown = ValListKeyDown
  52. ParentFont = False
  53. TabOrder = 0
  54. TopIndex = -1
  55. end
  56. object ValCombo: TComboBox
  57. AnchorSideLeft.Control = Owner
  58. AnchorSideTop.Control = Label1
  59. AnchorSideTop.Side = asrBottom
  60. AnchorSideRight.Control = Owner
  61. AnchorSideRight.Side = asrBottom
  62. Left = 6
  63. Height = 31
  64. Top = 30
  65. Width = 285
  66. HelpContext = 32
  67. Anchors = [akTop, akLeft, akRight]
  68. BorderSpacing.Around = 6
  69. ItemHeight = 0
  70. OnChange = ValComboClick
  71. Style = csDropDownList
  72. TabOrder = 1
  73. end
  74. end