home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9MISC / ONIRO2.ZIP / Oniroman / Oniroman.exe / 0 / RCDATA / TFORM99 / TFORM99.txt
Text File  |  1998-06-10  |  1KB  |  63 lines

  1. object Form99: TForm99
  2.   Left = 248
  3.   Top = 100
  4.   Width = 249
  5.   Height = 107
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   BorderIcons = [biSystemMenu]
  9.   Caption = '-'
  10.   Font.Color = clBlack
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object RzLabel1: TRzLabel
  18.     Left = 13
  19.     Top = 8
  20.     Width = 220
  21.     Height = 19
  22.     Caption = '∩┐╜ Desea Salir del Programa ?'
  23.     Color = clNavy
  24.     DragMode = dmAutomatic
  25.     Font.Color = clMaroon
  26.     Font.Height = -16
  27.     Font.Name = 'Arial'
  28.     Font.Style = [fsBold]
  29.     ParentColor = False
  30.     ParentFont = False
  31.     Transparent = True
  32.     TextStyle = tsRaised
  33.   end
  34.   object Button1: TButton
  35.     Left = 32
  36.     Top = 48
  37.     Width = 57
  38.     Height = 25
  39.     Caption = '&Salir'
  40.     Font.Color = clBlack
  41.     Font.Height = -12
  42.     Font.Name = 'Arial'
  43.     Font.Style = []
  44.     ParentFont = False
  45.     TabOrder = 0
  46.     OnClick = Button1Click
  47.   end
  48.   object Button2: TButton
  49.     Left = 152
  50.     Top = 48
  51.     Width = 57
  52.     Height = 25
  53.     Caption = '&Volver'
  54.     Font.Color = clBlack
  55.     Font.Height = -12
  56.     Font.Name = 'Arial'
  57.     Font.Style = []
  58.     ParentFont = False
  59.     TabOrder = 1
  60.     OnClick = Button2Click
  61.   end
  62. end
  63.