TB2DsgnConverter.dfm 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. object TBConverterForm: TTBConverterForm
  2. Left = 200
  3. Top = 104
  4. AutoScroll = False
  5. Caption = 'Conversion Status'
  6. ClientHeight = 218
  7. ClientWidth = 425
  8. Color = clBtnFace
  9. Font.Charset = DEFAULT_CHARSET
  10. Font.Color = clWindowText
  11. Font.Height = -11
  12. Font.Name = 'MS Sans Serif'
  13. Font.Style = []
  14. OldCreateOrder = True
  15. Position = poScreenCenter
  16. OnClose = FormClose
  17. PixelsPerInch = 96
  18. TextHeight = 13
  19. object MessageList: TListBox
  20. Left = 8
  21. Top = 8
  22. Width = 409
  23. Height = 169
  24. Anchors = [akLeft, akTop, akRight, akBottom]
  25. ItemHeight = 13
  26. TabOrder = 0
  27. end
  28. object CloseButton: TButton
  29. Left = 176
  30. Top = 185
  31. Width = 73
  32. Height = 23
  33. Anchors = [akRight, akBottom]
  34. Cancel = True
  35. Caption = '&Close'
  36. Enabled = False
  37. TabOrder = 1
  38. OnClick = CloseButtonClick
  39. end
  40. object CopyButton: TButton
  41. Left = 256
  42. Top = 185
  43. Width = 161
  44. Height = 23
  45. Anchors = [akRight, akBottom]
  46. Caption = 'C&opy Messages to Clipboard'
  47. Enabled = False
  48. TabOrder = 2
  49. OnClick = CopyButtonClick
  50. end
  51. end