/components/jcf2/Ui/fJcfErrorDisplay.lfm

http://github.com/graemeg/lazarus · Unknown · 34 lines · 34 code · 0 blank · 0 comment · 0 complexity · 49f33e360e04b176f7bea025c4d3ff5c MD5 · raw file

  1. object ExceptionDialog: TExceptionDialog
  2. Left = 294
  3. Height = 180
  4. Top = 195
  5. Width = 420
  6. BorderIcons = [biSystemMenu]
  7. Caption = 'JCF Exception'
  8. ClientHeight = 180
  9. ClientWidth = 420
  10. Font.CharSet = ANSI_CHARSET
  11. Font.Height = -15
  12. Font.Name = 'Segoe UI'
  13. OnCreate = FormCreate
  14. OnResize = FormResize
  15. LCLVersion = '0.9.27'
  16. object btnOk: TButton
  17. Left = 155
  18. Height = 34
  19. Top = 133
  20. Width = 100
  21. Caption = '&OK'
  22. Default = True
  23. OnClick = btnOkClick
  24. TabOrder = 0
  25. end
  26. object mExceptionMessage: TMemo
  27. Left = 0
  28. Height = 124
  29. Top = 0
  30. Width = 409
  31. ReadOnly = True
  32. TabOrder = 1
  33. end
  34. end