home *** CD-ROM | disk | FTP | other *** search
- object FormMsgReintento: TFormMsgReintento
- Left = 444
- Top = 227
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Discos de rescate'
- ClientHeight = 103
- ClientWidth = 398
- 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 = poOwnerFormCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 17
- Top = 14
- Width = 32
- Height = 32
- Picture.Data = {<image001.bmp>}
- Transparent = True
- end
- object LbMsgError: TLabel
- Left = 66
- Top = 10
- Width = 320
- Height = 13
- Caption = 'Mensaje de error'
- Constraints.MinWidth = 320
- Transparent = True
- WordWrap = True
- end
- object LbMsgSugerencia: TLabel
- Left = 68
- Top = 36
- Width = 320
- Height = 13
- Caption = 'Sugerencia. !!!CONTROLES AJUSTADOS POR C�DIGO!!!'
- Constraints.MinWidth = 320
- Transparent = True
- WordWrap = True
- end
- object BtCancel: TPlaButton
- Left = 297
- Top = 74
- Width = 90
- Height = 21
- Anchors = [akRight, akBottom]
- Caption = '&Cancelar'
- TabOrder = 0
- Cancel = True
- ModalResult = 2
- end
- object BtReintentar: TPlaButton
- Left = 195
- Top = 74
- Width = 90
- Height = 21
- Anchors = [akRight, akBottom]
- Caption = '&Reintentar'
- TabOrder = 1
- Default = True
- ModalResult = 4
- end
- end
-