home *** CD-ROM | disk | FTP | other *** search
- object FormAlbumMismatch: TFormAlbumMismatch
- Left = 477
- Top = 282
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Warning'
- ClientHeight = 285
- ClientWidth = 333
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 333
- Height = 67
- Align = alTop
- BevelOuter = bvNone
- Color = clBtnHighlight
- TabOrder = 0
- object Bevel1: TBevel
- Left = 0
- Top = 63
- Width = 333
- Height = 4
- Align = alBottom
- Shape = bsBottomLine
- end
- object Label1: TLabel
- Left = 24
- Top = 20
- Width = 280
- Height = 13
- Caption = 'The following album(s) sort order differs between FotoAlbum'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 24
- Top = 32
- Width = 268
- Height = 13
- Caption = 'and the web. The web sort order can be changed within'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label3: TLabel
- Left = 24
- Top = 45
- Width = 100
- Height = 13
- Caption = 'the Album Properties.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label4: TLabel
- Left = 8
- Top = 5
- Width = 115
- Height = 13
- Caption = 'Mis-matched albums'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- end
- object lbAlbums: TListBox
- Left = 2
- Top = 72
- Width = 327
- Height = 146
- ExtendedSelect = False
- ItemHeight = 13
- TabOrder = 1
- end
- object cbAlbumOrderWarning: TCheckBox
- Left = 74
- Top = 223
- Width = 177
- Height = 17
- Caption = 'Don'#39't display this warning again'
- TabOrder = 2
- end
- object Panel2: TPanel
- Left = 0
- Top = 244
- Width = 333
- Height = 41
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 3
- object Bevel2: TBevel
- Left = 0
- Top = 0
- Width = 333
- Height = 4
- Align = alTop
- Shape = bsTopLine
- end
- object BtnOk: TButton
- Left = 128
- Top = 11
- Width = 75
- Height = 25
- Caption = 'Ok'
- Default = True
- TabOrder = 0
- OnClick = BtnOkClick
- end
- end
- end
-