RTDebugOptions.dfm 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. object FormOptions: TFormOptions
  2. Left = 309
  3. Top = 232
  4. Width = 312
  5. Height = 206
  6. Caption = 'Run Time Debug Options...'
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'MS Sans Serif'
  12. Font.Style = []
  13. OldCreateOrder = False
  14. OnShow = FormShow
  15. PixelsPerInch = 96
  16. TextHeight = 13
  17. object btBrowseFile: TSpeedButton
  18. Left = 264
  19. Top = 56
  20. Width = 23
  21. Height = 22
  22. Caption = '...'
  23. OnClick = btBrowseFileClick
  24. end
  25. object edLogFilename: TLabeledEdit
  26. Left = 32
  27. Top = 56
  28. Width = 225
  29. Height = 21
  30. EditLabel.Width = 88
  31. EditLabel.Height = 13
  32. EditLabel.Caption = 'Save Log On File :'
  33. TabOrder = 0
  34. end
  35. object Button1: TButton
  36. Left = 80
  37. Top = 136
  38. Width = 75
  39. Height = 25
  40. Caption = '&Ok'
  41. ModalResult = 1
  42. TabOrder = 1
  43. OnClick = Button1Click
  44. end
  45. object Button2: TButton
  46. Left = 168
  47. Top = 136
  48. Width = 75
  49. Height = 25
  50. Caption = '&Cancel'
  51. ModalResult = 2
  52. TabOrder = 2
  53. end
  54. object cbLogOnFile: TCheckBox
  55. Left = 16
  56. Top = 16
  57. Width = 97
  58. Height = 17
  59. Caption = 'Log On File'
  60. TabOrder = 3
  61. OnClick = cbLogOnFileClick
  62. end
  63. object dlgSaveLog: TSaveDialog
  64. Title = 'Select Log File'
  65. Left = 272
  66. Top = 24
  67. end
  68. end