/components/paradox/demo/frmmain.lfm

http://github.com/graemeg/lazarus · Unknown · 78 lines · 78 code · 0 blank · 0 comment · 0 complexity · d43978b5474dd0328380940462d8eac7 MD5 · raw file

  1. object MainForm: TMainForm
  2. Left = 430
  3. Height = 535
  4. Top = 226
  5. Width = 790
  6. HorzScrollBar.Page = 789
  7. VertScrollBar.Page = 534
  8. Caption = 'Paradox test program'
  9. ClientHeight = 535
  10. ClientWidth = 790
  11. object Label1: TLabel
  12. Left = 8
  13. Height = 13
  14. Top = 18
  15. Width = 72
  16. Caption = 'Paradox File'
  17. ParentColor = False
  18. end
  19. object FEPX: TFileNameEdit
  20. Left = 88
  21. Height = 23
  22. Top = 10
  23. Width = 582
  24. DialogTitle = 'Select paradox file to open'
  25. Filter = 'Paradox files|*.db|All files|*.*'
  26. ButtonWidth = 23
  27. NumGlyphs = 1
  28. Anchors = [akTop, akLeft, akRight]
  29. ParentColor = False
  30. TabOrder = 0
  31. end
  32. object Button1: TButton
  33. Left = 702
  34. Height = 25
  35. Top = 8
  36. Width = 75
  37. Anchors = [akTop, akRight]
  38. Caption = '&Open'
  39. OnClick = Button1Click
  40. TabOrder = 1
  41. end
  42. object DBNavigator1: TDBNavigator
  43. Left = 8
  44. Height = 25
  45. Top = 40
  46. Width = 241
  47. BevelOuter = bvNone
  48. ClientHeight = 25
  49. ClientWidth = 241
  50. DataSource = DSPDX
  51. end
  52. object DBGrid1: TDBGrid
  53. Left = 8
  54. Height = 461
  55. Top = 72
  56. Width = 769
  57. Anchors = [akTop, akLeft, akRight, akBottom]
  58. DataSource = DSPDX
  59. FixedColor = clBtnFace
  60. FixedHotColor = cl3DLight
  61. Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgColumnMove, dgColLines, dgRowLines, dgTabs, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
  62. OptionsExtra = [dgeAutoColumns, dgeCheckboxColumn]
  63. ParentColor = False
  64. TabOrder = 2
  65. TabStop = True
  66. end
  67. object DSPDX: TDatasource
  68. DataSet = PDX
  69. left = 264
  70. top = 40
  71. end
  72. object PDX: TParadox
  73. PXLibrary = 'libpx.so.0'
  74. FieldDefs = <>
  75. left = 304
  76. top = 40
  77. end
  78. end