object formaCopiar: TformaCopiar Left = 297 Top = 118 BorderStyle = bsDialog Caption = 'Contenido del portapapeles' ClientHeight = 291 ClientWidth = 513 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = False OnActivate = FormActivate OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 8 Width = 305 Height = 17 AutoSize = False Caption = 'En este momento el contenido del portapapeles es el siguiente:' WordWrap = True end object Label2: TLabel Left = 16 Top = 216 Width = 328 Height = 13 Caption = 'Si desea puede pegar este contenido en su editor de textos prefe' + 'rido.' end object Button1: TButton Left = 80 Top = 240 Width = 81 Height = 25 Caption = '&Vaciar' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 232 Top = 240 Width = 73 Height = 25 Caption = '&Mantener' TabOrder = 1 OnClick = Button2Click end object Memo1: TMemo Left = 16 Top = 32 Width = 233 Height = 177 ScrollBars = ssVertical TabOrder = 2 end object ScrollBox1: TScrollBox Left = 272 Top = 32 Width = 217 Height = 177 Color = clWhite ParentColor = False TabOrder = 3 object Image1: TImage Left = 0 Top = 0 Width = 105 Height = 105 AutoSize = True end end end