/jcl/experts/repository/ExceptionDialog/JclOtaExcDlgLogFrame.dfm

https://github.com/the-Arioch/jcl · Unknown · 58 lines · 58 code · 0 blank · 0 comment · 0 complexity · 139733773e0b573fa0727c742c3135e5 MD5 · raw file

  1. inherited JclOtaExcDlgLogPage: TJclOtaExcDlgLogPage
  2. object LabelLogFileName: TLabel
  3. Left = 170
  4. Top = 59
  5. Width = 55
  6. Height = 13
  7. Caption = 'RsFileName'
  8. FocusControl = EditLogFileName
  9. end
  10. object CheckBoxLogFile: TCheckBox
  11. Left = 120
  12. Top = 25
  13. Width = 361
  14. Height = 17
  15. Caption = 'RsLogFile'
  16. TabOrder = 0
  17. OnClick = CheckBoxLogFileClick
  18. end
  19. object EditLogFileName: TEdit
  20. Left = 240
  21. Top = 56
  22. Width = 241
  23. Height = 21
  24. TabOrder = 1
  25. end
  26. object CheckBoxLogInWorkingDirectory: TCheckBox
  27. Left = 144
  28. Top = 96
  29. Width = 337
  30. Height = 17
  31. Caption = 'RsLogInWorkingDirectory'
  32. TabOrder = 2
  33. end
  34. object CheckBoxLogInApplicationDirectory: TCheckBox
  35. Left = 144
  36. Top = 128
  37. Width = 337
  38. Height = 17
  39. Caption = 'RsLogInApplicationDirectory'
  40. TabOrder = 3
  41. end
  42. object CheckBoxLogInDesktopDirectory: TCheckBox
  43. Left = 144
  44. Top = 160
  45. Width = 337
  46. Height = 17
  47. Caption = 'RsLogInDesktopDirectory'
  48. TabOrder = 4
  49. end
  50. object CheckBoxSaveDialog: TCheckBox
  51. Left = 144
  52. Top = 192
  53. Width = 337
  54. Height = 17
  55. Caption = 'RsLogSaveDialog'
  56. TabOrder = 5
  57. end
  58. end