home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Demo / Panda / platinumisshuk.exe / data1.cab / Comunes / Plawiz.dll / 0 / RCDATA / TFORMENTERURL / TFORMENTERURL.txt < prev   
Encoding:
Text File  |  2003-11-01  |  1.4 KB  |  74 lines

  1. object FormEnterUrl: TFormEnterUrl
  2.   Left = 655
  3.   Top = 382
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'A∩┐╜adir p∩┐╜gina web'
  7.   ClientHeight = 106
  8.   ClientWidth = 311
  9.   Color = 14215660
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnKeyUp = FormKeyUp
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object LTitulo: TLabel
  23.     Left = 56
  24.     Top = 12
  25.     Width = 132
  26.     Height = 13
  27.     Caption = 'Direcci∩┐╜n de la p∩┐╜gina web:'
  28.   end
  29.   object Image1: TImage
  30.     Left = 14
  31.     Top = 16
  32.     Width = 24
  33.     Height = 24
  34.     Picture.Data = {<image001.bmp>}
  35.     Transparent = True
  36.   end
  37.   object txtUrl: TPlaEdit
  38.     Left = 56
  39.     Top = 31
  40.     Width = 241
  41.     Height = 21
  42.     Cursor = crIBeam
  43.     MaxLength = 64
  44.     TabOrder = 0
  45.     Transparent = False
  46.     OnKeyDown = FormKeyUp
  47.   end
  48.   object ButtonCancel: TPlaButton
  49.     Tag = 2400
  50.     Left = 227
  51.     Top = 74
  52.     Width = 73
  53.     Height = 21
  54.     Anchors = [akRight, akBottom]
  55.     Caption = '&Cancelar'
  56.     TabOrder = 1
  57.     TabStop = False
  58.     Cancel = True
  59.     ModalResult = 2
  60.   end
  61.   object ButtonAceptar: TPlaButton
  62.     Tag = 2200
  63.     Left = 141
  64.     Top = 74
  65.     Width = 73
  66.     Height = 21
  67.     Anchors = [akRight, akBottom]
  68.     Caption = '&Aceptar'
  69.     TabOrder = 2
  70.     OnClick = ButtonAceptarClick
  71.     Default = True
  72.   end
  73. end
  74.