Unit1.dfm 908 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. object Form1: TForm1
  2. Left = 0
  3. Top = 0
  4. Caption = 'Formulario'
  5. ClientHeight = 269
  6. ClientWidth = 317
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'Tahoma'
  12. Font.Style = []
  13. OldCreateOrder = False
  14. PixelsPerInch = 96
  15. TextHeight = 13
  16. object lst1: TListBox
  17. Left = 24
  18. Top = 48
  19. Width = 121
  20. Height = 97
  21. ItemHeight = 13
  22. Items.Strings = (
  23. 'Papas'
  24. 'Manzanas'
  25. 'Mandarinas'
  26. 'Uvas'
  27. 'Cebollas'
  28. 'Mel'#243'n'
  29. 'Sandia'
  30. 'Pi'#241'a'
  31. 'Pepino'
  32. 'Mango')
  33. TabOrder = 0
  34. end
  35. object btn1: TButton
  36. Left = 24
  37. Top = 168
  38. Width = 121
  39. Height = 25
  40. Caption = 'Copiar'
  41. TabOrder = 1
  42. OnClick = btn1Click
  43. end
  44. object lst2: TListBox
  45. Left = 168
  46. Top = 48
  47. Width = 121
  48. Height = 97
  49. ItemHeight = 13
  50. TabOrder = 2
  51. end
  52. end