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

  1. object FormRemovedPics: TFormRemovedPics
  2.   Left = 444
  3.   Top = 266
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Warning'
  7.   ClientHeight = 287
  8.   ClientWidth = 410
  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.   OnResize = FormResize
  18.   OnShow = FormShow
  19.   DesignSize = (
  20.     410
  21.     287)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Bevel1: TBevel
  25.     Left = 0
  26.     Top = 241
  27.     Width = 411
  28.     Height = 4
  29.     Anchors = [akLeft, akRight, akBottom]
  30.     Shape = bsBottomLine
  31.   end
  32.   object Label1: TLabel
  33.     Left = 12
  34.     Top = 81
  35.     Width = 70
  36.     Height = 13
  37.     Caption = 'Removed files:'
  38.   end
  39.   object Bevel2: TBevel
  40.     Left = 0
  41.     Top = 75
  42.     Width = 410
  43.     Height = 4
  44.     Anchors = [akLeft, akTop, akRight]
  45.     Shape = bsTopLine
  46.   end
  47.   object Panel1: TPanel
  48.     Left = 0
  49.     Top = 246
  50.     Width = 410
  51.     Height = 41
  52.     Align = alBottom
  53.     BevelOuter = bvNone
  54.     TabOrder = 1
  55.     object BtnRetrieve: TButton
  56.       Left = 288
  57.       Top = 8
  58.       Width = 115
  59.       Height = 25
  60.       Caption = 'Retrieve pictures'
  61.       TabOrder = 1
  62.       OnClick = BtnRetrieveClick
  63.     end
  64.     object BtnRemove: TButton
  65.       Left = 8
  66.       Top = 8
  67.       Width = 115
  68.       Height = 25
  69.       Caption = 'Remove from website'
  70.       TabOrder = 0
  71.       OnClick = BtnRemoveClick
  72.     end
  73.   end
  74.   object Panel3: TPanel
  75.     Left = 0
  76.     Top = 0
  77.     Width = 410
  78.     Height = 75
  79.     Align = alTop
  80.     BevelOuter = bvNone
  81.     Color = clBtnHighlight
  82.     TabOrder = 2
  83.     object Label6: TLabel
  84.       Left = 14
  85.       Top = 8
  86.       Width = 130
  87.       Height = 13
  88.       Caption = 'Pictures were removed'
  89.       Font.Charset = DEFAULT_CHARSET
  90.       Font.Color = clWindowText
  91.       Font.Height = -11
  92.       Font.Name = 'MS Sans Serif'
  93.       Font.Style = [fsBold]
  94.       ParentFont = False
  95.     end
  96.     object Label7: TLabel
  97.       Left = 30
  98.       Top = 26
  99.       Width = 269
  100.       Height = 13
  101.       Caption = 'Published pictures were removed from your picture folder.'
  102.     end
  103.     object Label8: TLabel
  104.       Left = 30
  105.       Top = 40
  106.       Width = 284
  107.       Height = 13
  108.       Caption = 'You need to choose what will happen during your next sync.'
  109.     end
  110.   end
  111.   object lbFiles: TListBox
  112.     Left = 9
  113.     Top = 96
  114.     Width = 393
  115.     Height = 139
  116.     Anchors = [akLeft, akTop, akRight, akBottom]
  117.     Color = clScrollBar
  118.     ItemHeight = 13
  119.     TabOrder = 0
  120.   end
  121. end
  122.