/components/datadict/frmconfdatadict.lfm

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

  1. object ConfigIDEDataDictForm: TConfigIDEDataDictForm
  2. Left = 450
  3. Height = 152
  4. Top = 368
  5. Width = 463
  6. BorderIcons = [biSystemMenu]
  7. BorderStyle = bsDialog
  8. Caption = 'Configure Data Dictionary'
  9. ClientHeight = 152
  10. ClientWidth = 463
  11. OnCreate = FormCreate
  12. LCLVersion = '0.9.27'
  13. object Label1: TLabel
  14. Left = 8
  15. Height = 18
  16. Top = 8
  17. Width = 184
  18. Caption = 'Database desktop application:'
  19. ParentColor = False
  20. end
  21. object Label2: TLabel
  22. Left = 8
  23. Height = 18
  24. Top = 64
  25. Width = 199
  26. Caption = 'Default datadictionary directory:'
  27. ParentColor = False
  28. end
  29. object FEDD: TFileNameEdit
  30. Left = 32
  31. Height = 27
  32. Top = 32
  33. Width = 392
  34. DialogOptions = []
  35. Filter = 'Applications|*.exe|Any file|*.*'
  36. FilterIndex = 0
  37. HideDirectories = False
  38. ButtonWidth = 23
  39. NumGlyphs = 1
  40. TabOrder = 0
  41. end
  42. object DEDD: TDirectoryEdit
  43. Left = 32
  44. Height = 27
  45. Top = 80
  46. Width = 392
  47. ShowHidden = False
  48. ButtonWidth = 23
  49. NumGlyphs = 1
  50. TabOrder = 1
  51. end
  52. object ButtonPanel1: TButtonPanel
  53. Left = 6
  54. Height = 35
  55. Top = 111
  56. Width = 451
  57. TabOrder = 2
  58. ShowButtons = [pbOK, pbCancel]
  59. end
  60. end