home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / Chip_1998-05_cd.bin / sharewar / 32psft / _SETUP.1 / FTP.EXE / 0 / RCDATA / TCONNECTFORM / TCONNECTFORM.txt
Text File  |  1997-04-19  |  5KB  |  246 lines

  1. object ConnectForm: TConnectForm
  2.   Left = 225
  3.   Top = 224
  4.   BorderStyle = bsDialog
  5.   Caption = 'FTP Connection Information'
  6.   ClientHeight = 303
  7.   ClientWidth = 372
  8.   Font.Color = clWindowText
  9.   Font.Height = -10
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   KeyPreview = True
  13.   Position = poScreenCenter
  14.   ShowHint = True
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnKeyDown = FormKeyDown
  18.   OnMouseMove = FormMouseMove
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 6
  24.     Top = 80
  25.     Width = 65
  26.     Height = 13
  27.     Caption = 'Remote Host:'
  28.   end
  29.   object Label2: TLabel
  30.     Left = 14
  31.     Top = 106
  32.     Width = 56
  33.     Height = 13
  34.     Caption = 'User Name:'
  35.     FocusControl = UserNameEdit
  36.   end
  37.   object Label3: TLabel
  38.     Left = 21
  39.     Top = 131
  40.     Width = 49
  41.     Height = 13
  42.     Caption = 'Password:'
  43.     FocusControl = PasswordEdit
  44.   end
  45.   object Label4: TLabel
  46.     Left = 9
  47.     Top = 157
  48.     Width = 62
  49.     Height = 13
  50.     Caption = 'Remote Port:'
  51.     FocusControl = RemotePortEdit
  52.   end
  53.   object Label7: TLabel
  54.     Left = 40
  55.     Top = 16
  56.     Width = 31
  57.     Height = 13
  58.     Caption = 'Name:'
  59.   end
  60.   object UserNameEdit: TEdit
  61.     Left = 77
  62.     Top = 103
  63.     Width = 195
  64.     Height = 21
  65.     TabOrder = 5
  66.   end
  67.   object PasswordEdit: TEdit
  68.     Left = 77
  69.     Top = 129
  70.     Width = 195
  71.     Height = 21
  72.     PasswordChar = '*'
  73.     TabOrder = 6
  74.   end
  75.   object RemotePortEdit: TEdit
  76.     Left = 77
  77.     Top = 155
  78.     Width = 38
  79.     Height = 21
  80.     Hint = 'In most cases it should be 21'
  81.     TabOrder = 7
  82.     Text = '21'
  83.   end
  84.   object ConnectionName: TComboBox
  85.     Left = 77
  86.     Top = 13
  87.     Width = 196
  88.     Height = 21
  89.     Hint = 'Connection Name'
  90.     DropDownCount = 20
  91.     ItemHeight = 13
  92.     Sorted = True
  93.     TabOrder = 0
  94.     OnChange = ConnectionNameChange
  95.   end
  96.   object NewBtn: TButton
  97.     Left = 79
  98.     Top = 36
  99.     Width = 61
  100.     Height = 20
  101.     Hint = 'Create New Connection'
  102.     Caption = '&New'
  103.     Default = True
  104.     TabOrder = 1
  105.     TabStop = False
  106.     OnClick = NewBtnClick
  107.   end
  108.   object SaveBtn: TButton
  109.     Left = 143
  110.     Top = 36
  111.     Width = 61
  112.     Height = 20
  113.     Hint = 'Save Current Connection'
  114.     Caption = '&Save'
  115.     Default = True
  116.     TabOrder = 2
  117.     TabStop = False
  118.     OnClick = SaveBtnClick
  119.   end
  120.   object DeleteBtn: TButton
  121.     Left = 207
  122.     Top = 36
  123.     Width = 61
  124.     Height = 20
  125.     Hint = 'Delete Current Connection'
  126.     Caption = '&Delete'
  127.     Default = True
  128.     TabOrder = 3
  129.     TabStop = False
  130.     OnClick = DeleteBtnClick
  131.   end
  132.   object BitBtn1: TBitBtn
  133.     Left = 288
  134.     Top = 8
  135.     Width = 75
  136.     Height = 25
  137.     Hint = 'Close This Window and Connect'
  138.     Caption = 'C&onnect'
  139.     TabOrder = 10
  140.     OnClick = BitBtn1Click
  141.     Kind = bkOK
  142.   end
  143.   object BitBtn2: TBitBtn
  144.     Left = 288
  145.     Top = 40
  146.     Width = 75
  147.     Height = 25
  148.     Hint = 'Close This Window'
  149.     Caption = '&Cancel'
  150.     TabOrder = 11
  151.     OnClick = BitBtn2Click
  152.     Kind = bkCancel
  153.   end
  154.   object GroupBox1: TGroupBox
  155.     Left = 8
  156.     Top = 204
  157.     Width = 353
  158.     Height = 93
  159.     Caption = 'Initial File Folders'
  160.     TabOrder = 9
  161.     object Label5: TLabel
  162.       Left = 5
  163.       Top = 42
  164.       Width = 91
  165.       Height = 13
  166.       Caption = 'Remote File Folder:'
  167.       FocusControl = RemotePortEdit
  168.     end
  169.     object Label6: TLabel
  170.       Left = 14
  171.       Top = 19
  172.       Width = 80
  173.       Height = 13
  174.       Caption = 'Local File Folder:'
  175.     end
  176.     object LocalDirEdit: TEdit
  177.       Left = 104
  178.       Top = 16
  179.       Width = 241
  180.       Height = 21
  181.       Hint = 'Change to this local file folder after logging in'
  182.       TabOrder = 0
  183.     end
  184.     object RemoteDirEdit: TComboBox
  185.       Left = 104
  186.       Top = 39
  187.       Width = 242
  188.       Height = 21
  189.       Hint = 'Change to this remote file folder after logging in'
  190.       ItemHeight = 13
  191.       TabOrder = 1
  192.     end
  193.     object Button2: TButton
  194.       Left = 192
  195.       Top = 63
  196.       Width = 75
  197.       Height = 25
  198.       Hint = 'Add File Folder to the List'
  199.       Caption = '&Add'
  200.       TabOrder = 2
  201.       OnClick = Button2Click
  202.     end
  203.     object Button1: TButton
  204.       Left = 272
  205.       Top = 63
  206.       Width = 75
  207.       Height = 25
  208.       Hint = 'Delete File Folder from the List'
  209.       Caption = '&Delete'
  210.       TabOrder = 3
  211.       OnClick = Button1Click
  212.     end
  213.   end
  214.   object CheckBox1: TCheckBox
  215.     Left = 80
  216.     Top = 183
  217.     Width = 121
  218.     Height = 17
  219.     Caption = 'Anonymous Login'
  220.     TabOrder = 8
  221.     OnClick = CheckBox1Click
  222.   end
  223.   object RemoteHostEdit: TEdit
  224.     Left = 77
  225.     Top = 77
  226.     Width = 195
  227.     Height = 21
  228.     TabOrder = 4
  229.   end
  230.   object BitBtn3: TBitBtn
  231.     Left = 288
  232.     Top = 72
  233.     Width = 75
  234.     Height = 25
  235.     TabOrder = 12
  236.     OnClick = BitBtn3Click
  237.     Kind = bkHelp
  238.   end
  239.   object Timer1: TTimer
  240.     Enabled = False
  241.     Interval = 30000
  242.     OnTimer = Timer1Timer
  243.     Top = 8
  244.   end
  245. end
  246.