home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / foto / faprosetup.exe / FotoAlbum.exe / 0 / RCDATA / TFORMREADONLYWARNING / TFORMREADONLYWARNING.txt
Encoding:
Text File  |  2004-04-06  |  1.2 KB  |  61 lines

  1. object FormReadOnlyWarning: TFormReadOnlyWarning
  2.   Left = 364
  3.   Top = 119
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Remove Read-Only Pictures ?'
  7.   ClientHeight = 108
  8.   ClientWidth = 279
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 24
  21.     Top = 16
  22.     Width = 228
  23.     Height = 13
  24.     Caption = 'Some of the Picture File(s) are marked read-only.'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 24
  28.     Top = 32
  29.     Width = 214
  30.     Height = 13
  31.     Caption = 'What do you want to do with those pictures ?'
  32.   end
  33.   object BitBtn1: TBitBtn
  34.     Left = 24
  35.     Top = 64
  36.     Width = 73
  37.     Height = 25
  38.     Caption = 'Skip'
  39.     TabOrder = 0
  40.     OnClick = BitBtn1Click
  41.   end
  42.   object BitBtn2: TBitBtn
  43.     Left = 104
  44.     Top = 64
  45.     Width = 73
  46.     Height = 25
  47.     Caption = 'Delete'
  48.     TabOrder = 1
  49.     OnClick = BitBtn2Click
  50.   end
  51.   object BitBtn3: TBitBtn
  52.     Left = 184
  53.     Top = 64
  54.     Width = 73
  55.     Height = 25
  56.     Caption = 'Cancel'
  57.     ModalResult = 2
  58.     TabOrder = 2
  59.   end
  60. end
  61.