/components/jcf2/Ui/Settings/frFiles.dfm

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

  1. inherited fFiles: TfFiles
  2. Width = 338
  3. Height = 281
  4. Font.Charset = ANSI_CHARSET
  5. Font.Height = -15
  6. Font.Name = 'Segoe UI'
  7. ParentFont = False
  8. OnResize = FrameResize
  9. ExplicitWidth = 338
  10. ExplicitHeight = 281
  11. object lblStatus: TLabel
  12. Left = 8
  13. Top = 42
  14. Width = 57
  15. Height = 20
  16. Caption = 'lblStatus'
  17. end
  18. object lblDate: TLabel
  19. Left = 8
  20. Top = 64
  21. Width = 49
  22. Height = 20
  23. Caption = 'lblDate'
  24. end
  25. object lblVersion: TLabel
  26. Left = 8
  27. Top = 88
  28. Width = 66
  29. Height = 20
  30. Caption = 'lblVersion'
  31. end
  32. object lblDescription: TLabel
  33. Left = 8
  34. Top = 114
  35. Width = 79
  36. Height = 20
  37. Caption = 'Description:'
  38. end
  39. object lblFormatFileName: TLabel
  40. Left = 8
  41. Top = 8
  42. Width = 127
  43. Height = 20
  44. Caption = 'lblFormatFileName'
  45. end
  46. object mDescription: TJvMemo
  47. Left = 8
  48. Top = 134
  49. Width = 301
  50. Height = 89
  51. AutoSize = False
  52. MaxLines = 0
  53. HideCaret = False
  54. TabOrder = 0
  55. end
  56. end