home *** CD-ROM | disk | FTP | other *** search
- object FormReadOnlyPicDir: TFormReadOnlyPicDir
- Left = 424
- Top = 256
- BorderStyle = bsDialog
- Caption = 'Read Only Picture Folder'
- ClientHeight = 127
- ClientWidth = 401
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnShow = FormShow
- DesignSize = (
- 401
- 127)
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 52
- Top = 19
- Width = 332
- Height = 13
- Caption =
- 'The current picture folder is read-only (or your index files are' +
- ' read-only).'
- end
- object Label2: TLabel
- Left = 52
- Top = 35
- Width = 294
- Height = 13
- Caption = 'You will not be able to modify any pictures, captions or albums.'
- end
- object SpeedButton1: TSpeedButton
- Left = 12
- Top = 19
- Width = 23
- Height = 22
- Flat = True
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000130B0000130B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
- 33333337777FF377FF3333993370739993333377FF373F377FF3399993000339
- 993337777F777F3377F3393999707333993337F77737333337FF993399933333
- 399377F3777FF333377F993339903333399377F33737FF33377F993333707333
- 399377F333377FF3377F993333101933399377F333777FFF377F993333000993
- 399377FF3377737FF7733993330009993933373FF3777377F7F3399933000399
- 99333773FF777F777733339993707339933333773FF7FFF77333333999999999
- 3333333777333777333333333999993333333333377777333333}
- NumGlyphs = 2
- end
- object cbHideReadOnly: TCheckBox
- Left = 109
- Top = 58
- Width = 185
- Height = 17
- Anchors = [akRight, akBottom]
- Caption = 'Do not show this warning again.'
- TabOrder = 0
- end
- object Button1: TButton
- Left = 208
- Top = 95
- Width = 115
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'Ok - Open read-only'
- TabOrder = 1
- OnClick = Button1Click
- end
- object BtnFix: TButton
- Left = 72
- Top = 95
- Width = 115
- Height = 25
- Caption = 'Fix - Make writable'
- TabOrder = 2
- OnClick = BtnFixClick
- end
- end
-