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

  1. object FormAutoAdd: TFormAutoAdd
  2.   Left = 495
  3.   Top = 300
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Add Picture(s) to Album ?'
  7.   ClientHeight = 231
  8.   ClientWidth = 219
  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.   DesignSize = (
  18.     219
  19.     231)
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 13
  24.     Top = 8
  25.     Width = 197
  26.     Height = 13
  27.     Caption = 'Some of the picture(s) you want to publish'
  28.   end
  29.   object Label3: TLabel
  30.     Left = 19
  31.     Top = 57
  32.     Width = 37
  33.     Height = 13
  34.     Caption = 'Albums:'
  35.   end
  36.   object Label4: TLabel
  37.     Left = 13
  38.     Top = 22
  39.     Width = 192
  40.     Height = 13
  41.     Caption = 'are not in an album.  Do you want to add'
  42.   end
  43.   object Label5: TLabel
  44.     Left = 13
  45.     Top = 36
  46.     Width = 176
  47.     Height = 13
  48.     Caption = 'these to an album and publish them ?'
  49.   end
  50.   object BtnAdd: TButton
  51.     Left = 26
  52.     Top = 197
  53.     Width = 89
  54.     Height = 25
  55.     Anchors = [akRight, akBottom]
  56.     Caption = 'Add To Album'
  57.     Default = True
  58.     ModalResult = 1
  59.     TabOrder = 0
  60.   end
  61.   object Button2: TButton
  62.     Left = 122
  63.     Top = 198
  64.     Width = 75
  65.     Height = 25
  66.     Anchors = [akRight, akBottom]
  67.     Cancel = True
  68.     Caption = 'Cancel'
  69.     ModalResult = 2
  70.     TabOrder = 1
  71.   end
  72.   object lbAlbums: TListBox
  73.     Left = 19
  74.     Top = 73
  75.     Width = 183
  76.     Height = 113
  77.     ExtendedSelect = False
  78.     ItemHeight = 13
  79.     TabOrder = 2
  80.   end
  81. end
  82.