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

  1. object FormReadOnlyPicDir: TFormReadOnlyPicDir
  2.   Left = 424
  3.   Top = 256
  4.   BorderStyle = bsDialog
  5.   Caption = 'Read Only Picture Folder'
  6.   ClientHeight = 127
  7.   ClientWidth = 401
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   DesignSize = (
  18.     401
  19.     127)
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 52
  24.     Top = 19
  25.     Width = 332
  26.     Height = 13
  27.     Caption = 
  28.       'The current picture folder is read-only (or your index files are' +
  29.       ' read-only).'
  30.   end
  31.   object Label2: TLabel
  32.     Left = 52
  33.     Top = 35
  34.     Width = 294
  35.     Height = 13
  36.     Caption = 'You will not be able to modify any pictures, captions or albums.'
  37.   end
  38.   object SpeedButton1: TSpeedButton
  39.     Left = 12
  40.     Top = 19
  41.     Width = 23
  42.     Height = 22
  43.     Flat = True
  44.     Glyph.Data = {
  45.       76010000424D7601000000000000760000002800000020000000100000000100
  46.       04000000000000010000130B0000130B00001000000000000000000000000000
  47.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  48.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  49.       3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
  50.       33333337777FF377FF3333993370739993333377FF373F377FF3399993000339
  51.       993337777F777F3377F3393999707333993337F77737333337FF993399933333
  52.       399377F3777FF333377F993339903333399377F33737FF33377F993333707333
  53.       399377F333377FF3377F993333101933399377F333777FFF377F993333000993
  54.       399377FF3377737FF7733993330009993933373FF3777377F7F3399933000399
  55.       99333773FF777F777733339993707339933333773FF7FFF77333333999999999
  56.       3333333777333777333333333999993333333333377777333333}
  57.     NumGlyphs = 2
  58.   end
  59.   object cbHideReadOnly: TCheckBox
  60.     Left = 109
  61.     Top = 58
  62.     Width = 185
  63.     Height = 17
  64.     Anchors = [akRight, akBottom]
  65.     Caption = 'Do not show this warning again.'
  66.     TabOrder = 0
  67.   end
  68.   object Button1: TButton
  69.     Left = 208
  70.     Top = 95
  71.     Width = 115
  72.     Height = 25
  73.     Anchors = [akRight, akBottom]
  74.     Caption = 'Ok - Open read-only'
  75.     TabOrder = 1
  76.     OnClick = Button1Click
  77.   end
  78.   object BtnFix: TButton
  79.     Left = 72
  80.     Top = 95
  81.     Width = 115
  82.     Height = 25
  83.     Caption = 'Fix - Make writable'
  84.     TabOrder = 2
  85.     OnClick = BtnFixClick
  86.   end
  87. end
  88.