home *** CD-ROM | disk | FTP | other *** search
- object FormReadOnlyWarning: TFormReadOnlyWarning
- Left = 364
- Top = 119
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Remove Read-Only Pictures ?'
- ClientHeight = 108
- ClientWidth = 279
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 24
- Top = 16
- Width = 228
- Height = 13
- Caption = 'Some of the Picture File(s) are marked read-only.'
- end
- object Label2: TLabel
- Left = 24
- Top = 32
- Width = 214
- Height = 13
- Caption = 'What do you want to do with those pictures ?'
- end
- object BitBtn1: TBitBtn
- Left = 24
- Top = 64
- Width = 73
- Height = 25
- Caption = 'Skip'
- TabOrder = 0
- OnClick = BitBtn1Click
- end
- object BitBtn2: TBitBtn
- Left = 104
- Top = 64
- Width = 73
- Height = 25
- Caption = 'Delete'
- TabOrder = 1
- OnClick = BitBtn2Click
- end
- object BitBtn3: TBitBtn
- Left = 184
- Top = 64
- Width = 73
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
-