home *** CD-ROM | disk | FTP | other *** search
- object FormAutoAdd: TFormAutoAdd
- Left = 495
- Top = 300
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Add Picture(s) to Album ?'
- ClientHeight = 231
- ClientWidth = 219
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- DesignSize = (
- 219
- 231)
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 13
- Top = 8
- Width = 197
- Height = 13
- Caption = 'Some of the picture(s) you want to publish'
- end
- object Label3: TLabel
- Left = 19
- Top = 57
- Width = 37
- Height = 13
- Caption = 'Albums:'
- end
- object Label4: TLabel
- Left = 13
- Top = 22
- Width = 192
- Height = 13
- Caption = 'are not in an album. Do you want to add'
- end
- object Label5: TLabel
- Left = 13
- Top = 36
- Width = 176
- Height = 13
- Caption = 'these to an album and publish them ?'
- end
- object BtnAdd: TButton
- Left = 26
- Top = 197
- Width = 89
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'Add To Album'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object Button2: TButton
- Left = 122
- Top = 198
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object lbAlbums: TListBox
- Left = 19
- Top = 73
- Width = 183
- Height = 113
- ExtendedSelect = False
- ItemHeight = 13
- TabOrder = 2
- end
- end
-