home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 November / Chip_2000-11_cd2.bin / sharewar / 2020 / SETUP.EXE / %MAINDIR% / lib2020.dll / 0 / RCDATA / TFTPIMAGE / TFTPIMAGE.txt
Encoding:
Text File  |  2000-09-13  |  2.3 KB  |  124 lines

  1. object FTPImage: TFTPImage
  2.   Left = 152
  3.   Top = 170
  4.   BorderStyle = bsDialog
  5.   Caption = '20/20 Upload Image(s)'
  6.   ClientHeight = 249
  7.   ClientWidth = 482
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 20
  22.     Width = 53
  23.     Height = 13
  24.     Caption = 'Destination'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 27
  28.     Top = 59
  29.     Width = 42
  30.     Height = 13
  31.     Caption = 'Directory'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 35
  35.     Top = 95
  36.     Width = 34
  37.     Height = 13
  38.     Caption = 'Images'
  39.   end
  40.   object lMsg: TLabel
  41.     Left = 8
  42.     Top = 257
  43.     Width = 467
  44.     Height = 13
  45.     Alignment = taCenter
  46.     AutoSize = False
  47.     Caption = 'Status'
  48.     Font.Charset = DEFAULT_CHARSET
  49.     Font.Color = clNavy
  50.     Font.Height = -11
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = []
  53.     ParentFont = False
  54.   end
  55.   object cbAccounts: TComboBox
  56.     Left = 80
  57.     Top = 16
  58.     Width = 312
  59.     Height = 21
  60.     Style = csDropDownList
  61.     ItemHeight = 13
  62.     TabOrder = 0
  63.     OnChange = cbAccountsChange
  64.   end
  65.   object eDir: TEdit
  66.     Left = 80
  67.     Top = 55
  68.     Width = 312
  69.     Height = 21
  70.     TabOrder = 1
  71.   end
  72.   object lbImages: TListBox
  73.     Left = 80
  74.     Top = 93
  75.     Width = 312
  76.     Height = 147
  77.     ItemHeight = 13
  78.     MultiSelect = True
  79.     TabOrder = 2
  80.   end
  81.   object Button1: TButton
  82.     Left = 398
  83.     Top = 185
  84.     Width = 75
  85.     Height = 25
  86.     Caption = 'Upload'
  87.     ModalResult = 1
  88.     TabOrder = 3
  89.   end
  90.   object Button2: TButton
  91.     Left = 398
  92.     Top = 215
  93.     Width = 75
  94.     Height = 25
  95.     Caption = 'Cancel'
  96.     ModalResult = 2
  97.     TabOrder = 4
  98.   end
  99.   object Button3: TButton
  100.     Left = 398
  101.     Top = 93
  102.     Width = 75
  103.     Height = 25
  104.     Caption = 'Add...'
  105.     TabOrder = 5
  106.     OnClick = Button3Click
  107.   end
  108.   object Button4: TButton
  109.     Left = 398
  110.     Top = 124
  111.     Width = 75
  112.     Height = 25
  113.     Caption = 'Remove'
  114.     TabOrder = 6
  115.     OnClick = Button4Click
  116.   end
  117.   object od: TOpenDialog
  118.     Options = [ofHideReadOnly, ofAllowMultiSelect, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  119.     Title = 'Add Image'
  120.     Left = 414
  121.     Top = 28
  122.   end
  123. end
  124.