home *** CD-ROM | disk | FTP | other *** search
- object MensajeDisco: TMensajeDisco
- Left = 336
- Top = 323
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'MensajeDisco'
- ClientHeight = 120
- ClientWidth = 398
- Color = 14215660
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = False
- Position = poOwnerFormCenter
- PixelsPerInch = 96
- TextHeight = 13
- object ImageBitmap: TImage
- Left = 17
- Top = 14
- Width = 32
- Height = 32
- Anchors = [akTop]
- AutoSize = True
- Picture.Data = {<image001.bmp>}
- Transparent = True
- end
- object LabelMensaje: TLabel
- Left = 66
- Top = 10
- Width = 317
- Height = 71
- Anchors = [akTop]
- AutoSize = False
- Caption = 'Mensaje ....'
- Color = 15202303
- ParentColor = False
- Transparent = True
- WordWrap = True
- end
- object BtnAceptar: TPlaButton
- Left = 231
- Top = 90
- Width = 73
- Height = 21
- Anchors = [akRight, akBottom]
- Caption = '&Aceptar'
- TabOrder = 0
- OnClick = BtnAceptarClick
- ModalResult = 1
- end
- object BtnCancelar: TPlaButton
- Left = 315
- Top = 90
- Width = 73
- Height = 21
- Anchors = [akRight, akBottom]
- Caption = '&Cancelar'
- TabOrder = 1
- OnClick = BtnCancelarClick
- ModalResult = 2
- end
- end
-