home *** CD-ROM | disk | FTP | other *** search
- object FormRemovedPics: TFormRemovedPics
- Left = 444
- Top = 266
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Warning'
- ClientHeight = 287
- ClientWidth = 410
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnResize = FormResize
- OnShow = FormShow
- DesignSize = (
- 410
- 287)
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 0
- Top = 241
- Width = 411
- Height = 4
- Anchors = [akLeft, akRight, akBottom]
- Shape = bsBottomLine
- end
- object Label1: TLabel
- Left = 12
- Top = 81
- Width = 70
- Height = 13
- Caption = 'Removed files:'
- end
- object Bevel2: TBevel
- Left = 0
- Top = 75
- Width = 410
- Height = 4
- Anchors = [akLeft, akTop, akRight]
- Shape = bsTopLine
- end
- object Panel1: TPanel
- Left = 0
- Top = 246
- Width = 410
- Height = 41
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- object BtnRetrieve: TButton
- Left = 288
- Top = 8
- Width = 115
- Height = 25
- Caption = 'Retrieve pictures'
- TabOrder = 1
- OnClick = BtnRetrieveClick
- end
- object BtnRemove: TButton
- Left = 8
- Top = 8
- Width = 115
- Height = 25
- Caption = 'Remove from website'
- TabOrder = 0
- OnClick = BtnRemoveClick
- end
- end
- object Panel3: TPanel
- Left = 0
- Top = 0
- Width = 410
- Height = 75
- Align = alTop
- BevelOuter = bvNone
- Color = clBtnHighlight
- TabOrder = 2
- object Label6: TLabel
- Left = 14
- Top = 8
- Width = 130
- Height = 13
- Caption = 'Pictures were removed'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label7: TLabel
- Left = 30
- Top = 26
- Width = 269
- Height = 13
- Caption = 'Published pictures were removed from your picture folder.'
- end
- object Label8: TLabel
- Left = 30
- Top = 40
- Width = 284
- Height = 13
- Caption = 'You need to choose what will happen during your next sync.'
- end
- end
- object lbFiles: TListBox
- Left = 9
- Top = 96
- Width = 393
- Height = 139
- Anchors = [akLeft, akTop, akRight, akBottom]
- Color = clScrollBar
- ItemHeight = 13
- TabOrder = 0
- end
- end
-