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

  1. object FormAlbumMismatch: TFormAlbumMismatch
  2.   Left = 477
  3.   Top = 282
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Warning'
  7.   ClientHeight = 285
  8.   ClientWidth = 333
  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.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 333
  24.     Height = 67
  25.     Align = alTop
  26.     BevelOuter = bvNone
  27.     Color = clBtnHighlight
  28.     TabOrder = 0
  29.     object Bevel1: TBevel
  30.       Left = 0
  31.       Top = 63
  32.       Width = 333
  33.       Height = 4
  34.       Align = alBottom
  35.       Shape = bsBottomLine
  36.     end
  37.     object Label1: TLabel
  38.       Left = 24
  39.       Top = 20
  40.       Width = 280
  41.       Height = 13
  42.       Caption = 'The following album(s) sort order differs between FotoAlbum'
  43.       Font.Charset = DEFAULT_CHARSET
  44.       Font.Color = clWindowText
  45.       Font.Height = -11
  46.       Font.Name = 'MS Sans Serif'
  47.       Font.Style = []
  48.       ParentFont = False
  49.     end
  50.     object Label2: TLabel
  51.       Left = 24
  52.       Top = 32
  53.       Width = 268
  54.       Height = 13
  55.       Caption = 'and the web.  The web sort order can be changed within'
  56.       Font.Charset = DEFAULT_CHARSET
  57.       Font.Color = clWindowText
  58.       Font.Height = -11
  59.       Font.Name = 'MS Sans Serif'
  60.       Font.Style = []
  61.       ParentFont = False
  62.     end
  63.     object Label3: TLabel
  64.       Left = 24
  65.       Top = 45
  66.       Width = 100
  67.       Height = 13
  68.       Caption = 'the Album Properties.'
  69.       Font.Charset = DEFAULT_CHARSET
  70.       Font.Color = clWindowText
  71.       Font.Height = -11
  72.       Font.Name = 'MS Sans Serif'
  73.       Font.Style = []
  74.       ParentFont = False
  75.     end
  76.     object Label4: TLabel
  77.       Left = 8
  78.       Top = 5
  79.       Width = 115
  80.       Height = 13
  81.       Caption = 'Mis-matched albums'
  82.       Font.Charset = DEFAULT_CHARSET
  83.       Font.Color = clWindowText
  84.       Font.Height = -11
  85.       Font.Name = 'MS Sans Serif'
  86.       Font.Style = [fsBold]
  87.       ParentFont = False
  88.     end
  89.   end
  90.   object lbAlbums: TListBox
  91.     Left = 2
  92.     Top = 72
  93.     Width = 327
  94.     Height = 146
  95.     ExtendedSelect = False
  96.     ItemHeight = 13
  97.     TabOrder = 1
  98.   end
  99.   object cbAlbumOrderWarning: TCheckBox
  100.     Left = 74
  101.     Top = 223
  102.     Width = 177
  103.     Height = 17
  104.     Caption = 'Don'#39't display this warning again'
  105.     TabOrder = 2
  106.   end
  107.   object Panel2: TPanel
  108.     Left = 0
  109.     Top = 244
  110.     Width = 333
  111.     Height = 41
  112.     Align = alBottom
  113.     BevelOuter = bvNone
  114.     TabOrder = 3
  115.     object Bevel2: TBevel
  116.       Left = 0
  117.       Top = 0
  118.       Width = 333
  119.       Height = 4
  120.       Align = alTop
  121.       Shape = bsTopLine
  122.     end
  123.     object BtnOk: TButton
  124.       Left = 128
  125.       Top = 11
  126.       Width = 75
  127.       Height = 25
  128.       Caption = 'Ok'
  129.       Default = True
  130.       TabOrder = 0
  131.       OnClick = BtnOkClick
  132.     end
  133.   end
  134. end
  135.