home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / vxftpsrc.zip / LOGIN.VRY (.txt) < prev    next >
VX-REXX Windows/Object Info  |  1995-10-05  |  3KB  |  73 lines

  1. VRX   OS/2 v2.11
  2. VRWindow
  3. dialog
  4. Modal
  5. CALL Window1_Close
  6. Login Information
  7. Window1
  8. Enter information for logging in.
  9. VREntryField
  10. EF_Host
  11. Enter the Internet address of remote host.
  12. VREntryField
  13. EF_Login
  14. Enter your login name/account.
  15. VREntryField
  16. Masked
  17. EF_Password
  18. Enter the password for this login.
  19. VRDescriptiveText
  20. DT_Host
  21. VRDescriptiveText
  22. Login
  23. DT_Login
  24. VRDescriptiveText
  25. Password
  26. DT_Password
  27. VRPushButton
  28. NoPointerFocus
  29. CALL PB_OK_Click
  30. PB_OK
  31. VRPushButton
  32. NoPointerFocus
  33. Cancel
  34. CALL PB_Cancel_Click
  35. PB_Cancel
  36. VREntryField
  37. EF_CWD
  38. Enter the directory to change to immediately upon logging in
  39. VRDescriptiveText
  40. Remote Directory
  41. DT_CWD
  42. VRCheckBox
  43. NoPointerFocus
  44. Anonymous FTP
  45. CALL CB_AnonFtp_Click
  46. CB_AnonFtp
  47. Check for Anonymous FTPs
  48. VRDropDownComboBox
  49.     BoundPart
  50. EntryField
  51. MoveDBCursor
  52. CALL DDCB_Aliases_Click
  53. DDCB_Aliases
  54. Choose a shortcut from your Alias list
  55. VRDescriptiveText
  56. Aliases
  57. DT_Aliases
  58. VRCheckBox
  59. NoPointerFocus
  60. Save this Login Info to Alias List
  61. CB_AddToAlias
  62. Save this info to the Alias list. This info will overwrite an alias with the same name.
  63. VRDropDownComboBox
  64.     BoundPart
  65. EntryField
  66. MoveDBCursor
  67. DDCB_HostOS
  68. Choose the remote host's OS or let VxFTP attempt to auto-detect it.
  69. VRDescriptiveText
  70. Host OS
  71. DT_HostOS
  72. Window1
  73.