/components/lazreport/source/lr_bnded.lfm

http://github.com/graemeg/lazarus · Unknown · 88 lines · 88 code · 0 blank · 0 comment · 0 complexity · 6b2303ff3b4c36eac8f8d9132d1924de MD5 · raw file

  1. object frBandEditorForm: TfrBandEditorForm
  2. Left = 487
  3. Height = 154
  4. Top = 310
  5. Width = 341
  6. HorzScrollBar.Page = 224
  7. VertScrollBar.Page = 125
  8. ActiveControl = Edit1
  9. BorderStyle = bsDialog
  10. Caption = 'Band data source'
  11. ClientHeight = 154
  12. ClientWidth = 341
  13. OnCreate = FormCreate
  14. Position = poScreenCenter
  15. LCLVersion = '0.9.29'
  16. object GB1: TGroupBox
  17. Left = 0
  18. Height = 104
  19. Top = 0
  20. Width = 341
  21. Align = alClient
  22. Caption = 'Data source'
  23. ClientHeight = 88
  24. ClientWidth = 339
  25. TabOrder = 0
  26. object Label2: TLabel
  27. AnchorSideLeft.Control = GB1
  28. AnchorSideBottom.Control = Edit1
  29. AnchorSideBottom.Side = asrBottom
  30. Left = 6
  31. Height = 16
  32. Top = 46
  33. Width = 84
  34. Anchors = [akLeft, akBottom]
  35. BorderSpacing.Left = 6
  36. Caption = '&Record count'
  37. FocusControl = Edit1
  38. ParentColor = False
  39. end
  40. object CB1: TComboBox
  41. AnchorSideLeft.Control = GB1
  42. AnchorSideTop.Control = GB1
  43. AnchorSideRight.Control = GB1
  44. AnchorSideRight.Side = asrBottom
  45. Left = 6
  46. Height = 29
  47. Top = 6
  48. Width = 327
  49. HelpContext = 88
  50. Anchors = [akTop, akLeft, akRight]
  51. BorderSpacing.Around = 6
  52. ItemHeight = 0
  53. OnChange = CB1Click
  54. Style = csDropDownList
  55. TabOrder = 0
  56. end
  57. object Edit1: TEdit
  58. AnchorSideLeft.Control = Label2
  59. AnchorSideLeft.Side = asrBottom
  60. AnchorSideTop.Control = CB1
  61. AnchorSideTop.Side = asrBottom
  62. AnchorSideRight.Control = GB1
  63. AnchorSideRight.Side = asrBottom
  64. Left = 96
  65. Height = 21
  66. Top = 41
  67. Width = 237
  68. HelpContext = 95
  69. Anchors = [akTop, akLeft, akRight]
  70. BorderSpacing.Around = 6
  71. TabOrder = 1
  72. Text = '1'
  73. end
  74. end
  75. object ButtonPanel1: TButtonPanel
  76. Left = 6
  77. Height = 38
  78. Top = 110
  79. Width = 329
  80. OKButton.Name = 'OKButton'
  81. HelpButton.Name = 'HelpButton'
  82. CloseButton.Name = 'CloseButton'
  83. CloseButton.Enabled = False
  84. CancelButton.Name = 'CancelButton'
  85. TabOrder = 1
  86. ShowButtons = [pbOK, pbCancel, pbHelp]
  87. end
  88. end