home *** CD-ROM | disk | FTP | other *** search
/ Ortografía Interactiva / Ortografia.iso / general.exe / 0 / RCDATA / TFORMACOPIAR / TFORMACOPIAR.txt < prev   
Text File  |  2006-04-20  |  2KB  |  81 lines

  1. object formaCopiar: TformaCopiar
  2.   Left = 297
  3.   Top = 118
  4.   BorderStyle = bsDialog
  5.   Caption = 'Contenido del portapapeles'
  6.   ClientHeight = 291
  7.   ClientWidth = 513
  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.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = False
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 16
  22.     Top = 8
  23.     Width = 305
  24.     Height = 17
  25.     AutoSize = False
  26.     Caption = 'En este momento el contenido del portapapeles es el siguiente:'
  27.     WordWrap = True
  28.   end
  29.   object Label2: TLabel
  30.     Left = 16
  31.     Top = 216
  32.     Width = 328
  33.     Height = 13
  34.     Caption = 
  35.       'Si desea puede pegar este contenido en su editor de textos prefe' +
  36.       'rido.'
  37.   end
  38.   object Button1: TButton
  39.     Left = 80
  40.     Top = 240
  41.     Width = 81
  42.     Height = 25
  43.     Caption = '&Vaciar'
  44.     TabOrder = 0
  45.     OnClick = Button1Click
  46.   end
  47.   object Button2: TButton
  48.     Left = 232
  49.     Top = 240
  50.     Width = 73
  51.     Height = 25
  52.     Caption = '&Mantener'
  53.     TabOrder = 1
  54.     OnClick = Button2Click
  55.   end
  56.   object Memo1: TMemo
  57.     Left = 16
  58.     Top = 32
  59.     Width = 233
  60.     Height = 177
  61.     ScrollBars = ssVertical
  62.     TabOrder = 2
  63.   end
  64.   object ScrollBox1: TScrollBox
  65.     Left = 272
  66.     Top = 32
  67.     Width = 217
  68.     Height = 177
  69.     Color = clWhite
  70.     ParentColor = False
  71.     TabOrder = 3
  72.     object Image1: TImage
  73.       Left = 0
  74.       Top = 0
  75.       Width = 105
  76.       Height = 105
  77.       AutoSize = True
  78.     end
  79.   end
  80. end
  81.