home *** CD-ROM | disk | FTP | other *** search
- object FTPImage: TFTPImage
- Left = 152
- Top = 170
- BorderStyle = bsDialog
- Caption = '20/20 Upload Image(s)'
- ClientHeight = 249
- ClientWidth = 482
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 20
- Width = 53
- Height = 13
- Caption = 'Destination'
- end
- object Label2: TLabel
- Left = 27
- Top = 59
- Width = 42
- Height = 13
- Caption = 'Directory'
- end
- object Label3: TLabel
- Left = 35
- Top = 95
- Width = 34
- Height = 13
- Caption = 'Images'
- end
- object lMsg: TLabel
- Left = 8
- Top = 257
- Width = 467
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = 'Status'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object cbAccounts: TComboBox
- Left = 80
- Top = 16
- Width = 312
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- OnChange = cbAccountsChange
- end
- object eDir: TEdit
- Left = 80
- Top = 55
- Width = 312
- Height = 21
- TabOrder = 1
- end
- object lbImages: TListBox
- Left = 80
- Top = 93
- Width = 312
- Height = 147
- ItemHeight = 13
- MultiSelect = True
- TabOrder = 2
- end
- object Button1: TButton
- Left = 398
- Top = 185
- Width = 75
- Height = 25
- Caption = 'Upload'
- ModalResult = 1
- TabOrder = 3
- end
- object Button2: TButton
- Left = 398
- Top = 215
- Width = 75
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 4
- end
- object Button3: TButton
- Left = 398
- Top = 93
- Width = 75
- Height = 25
- Caption = 'Add...'
- TabOrder = 5
- OnClick = Button3Click
- end
- object Button4: TButton
- Left = 398
- Top = 124
- Width = 75
- Height = 25
- Caption = 'Remove'
- TabOrder = 6
- OnClick = Button4Click
- end
- object od: TOpenDialog
- Options = [ofHideReadOnly, ofAllowMultiSelect, ofPathMustExist, ofFileMustExist, ofEnableSizing]
- Title = 'Add Image'
- Left = 414
- Top = 28
- end
- end
-