home *** CD-ROM | disk | FTP | other *** search
- object FormEnterUrl: TFormEnterUrl
- Left = 655
- Top = 382
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'A�adir p�gina web'
- ClientHeight = 106
- ClientWidth = 311
- Color = 14215660
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = False
- Position = poScreenCenter
- OnKeyUp = FormKeyUp
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object LTitulo: TLabel
- Left = 56
- Top = 12
- Width = 132
- Height = 13
- Caption = 'Direcci�n de la p�gina web:'
- end
- object Image1: TImage
- Left = 14
- Top = 16
- Width = 24
- Height = 24
- Picture.Data = {<image001.bmp>}
- Transparent = True
- end
- object txtUrl: TPlaEdit
- Left = 56
- Top = 31
- Width = 241
- Height = 21
- Cursor = crIBeam
- MaxLength = 64
- TabOrder = 0
- Transparent = False
- OnKeyDown = FormKeyUp
- end
- object ButtonCancel: TPlaButton
- Tag = 2400
- Left = 227
- Top = 74
- Width = 73
- Height = 21
- Anchors = [akRight, akBottom]
- Caption = '&Cancelar'
- TabOrder = 1
- TabStop = False
- Cancel = True
- ModalResult = 2
- end
- object ButtonAceptar: TPlaButton
- Tag = 2200
- Left = 141
- Top = 74
- Width = 73
- Height = 21
- Anchors = [akRight, akBottom]
- Caption = '&Aceptar'
- TabOrder = 2
- OnClick = ButtonAceptarClick
- Default = True
- end
- end
-