home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIPCD1_98.iso / software / nowosci / crystalf / crftp1.exe / 0 / RCDATA / TQUICK / TQUICK.txt
Text File  |  1997-11-20  |  6KB  |  255 lines

  1. object Quick: TQuick
  2.   Left = 587
  3.   Top = 102
  4.   BorderStyle = bsDialog
  5.   Caption = 'Crystal FTP - Quick Connect'
  6.   ClientHeight = 212
  7.   ClientWidth = 305
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Button1: TButton
  18.     Left = 228
  19.     Top = 184
  20.     Width = 75
  21.     Height = 25
  22.     Cancel = True
  23.     Caption = '&Cancel'
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clBlack
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ModalResult = 2
  30.     ParentFont = False
  31.     TabOrder = 1
  32.   end
  33.   object Connect: TButton
  34.     Left = 144
  35.     Top = 184
  36.     Width = 75
  37.     Height = 25
  38.     Caption = '&Connect'
  39.     Default = True
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clBlack
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ParentFont = False
  46.     TabOrder = 0
  47.     OnClick = ConnectClick
  48.   end
  49.   object PageControl1: TPageControl
  50.     Left = 0
  51.     Top = 0
  52.     Width = 305
  53.     Height = 181
  54.     ActivePage = TabSheet1
  55.     Align = alTop
  56.     TabOrder = 2
  57.     object TabSheet1: TTabSheet
  58.       Caption = 'General'
  59.       object Label2: TLabel
  60.         Left = 10
  61.         Top = 13
  62.         Width = 63
  63.         Height = 13
  64.         Caption = 'Host Address'
  65.         Font.Charset = DEFAULT_CHARSET
  66.         Font.Color = clBlack
  67.         Font.Height = -11
  68.         Font.Name = 'MS Sans Serif'
  69.         Font.Style = []
  70.         ParentFont = False
  71.       end
  72.       object Label16: TLabel
  73.         Left = 154
  74.         Top = 13
  75.         Width = 89
  76.         Height = 13
  77.         Caption = 'Initial Remote Path'
  78.       end
  79.       object UsernameLabel: TLabel
  80.         Left = 10
  81.         Top = 61
  82.         Width = 48
  83.         Height = 13
  84.         Caption = 'Username'
  85.         Font.Charset = DEFAULT_CHARSET
  86.         Font.Color = clGray
  87.         Font.Height = -11
  88.         Font.Name = 'MS Sans Serif'
  89.         Font.Style = []
  90.         ParentFont = False
  91.       end
  92.       object PasswordLabel: TLabel
  93.         Left = 154
  94.         Top = 61
  95.         Width = 46
  96.         Height = 13
  97.         Caption = 'Password'
  98.         Font.Charset = DEFAULT_CHARSET
  99.         Font.Color = clGray
  100.         Font.Height = -11
  101.         Font.Name = 'MS Sans Serif'
  102.         Font.Style = []
  103.         ParentFont = False
  104.       end
  105.       object Host: TEdit97
  106.         Left = 10
  107.         Top = 29
  108.         Width = 125
  109.         Height = 19
  110.         TabOrder = 0
  111.         OnChange = CheckIfValid
  112.         OnExit = HostExit
  113.       end
  114.       object InitPath: TEdit97
  115.         Left = 154
  116.         Top = 29
  117.         Width = 129
  118.         Height = 19
  119.         TabOrder = 1
  120.         OnExit = initpathExit
  121.       end
  122.       object Password: TEdit97
  123.         Left = 154
  124.         Top = 77
  125.         Width = 129
  126.         Height = 19
  127.         PasswordChar = '*'
  128.         TabOrder = 3
  129.         OnKeyPress = MakeNoAnon
  130.       end
  131.       object Username: TEdit97
  132.         Left = 10
  133.         Top = 77
  134.         Width = 125
  135.         Height = 19
  136.         TabOrder = 2
  137.         OnKeyPress = MakeNoAnon
  138.       end
  139.       object anonymous: TCheckBox
  140.         Left = 12
  141.         Top = 110
  142.         Width = 117
  143.         Height = 17
  144.         Caption = 'Anonymous Session'
  145.         State = cbChecked
  146.         TabOrder = 4
  147.         OnClick = anonymousClick
  148.       end
  149.     end
  150.     object TabSheet2: TTabSheet
  151.       Caption = 'Advanced'
  152.       object Label3: TLabel
  153.         Left = 75
  154.         Top = 7
  155.         Width = 29
  156.         Height = 13
  157.         Caption = 'Tasks'
  158.       end
  159.       object Label4: TLabel
  160.         Left = 153
  161.         Top = 6
  162.         Width = 19
  163.         Height = 13
  164.         Caption = 'Port'
  165.       end
  166.       object tasks: TEdit97
  167.         Left = 77
  168.         Top = 22
  169.         Width = 44
  170.         Height = 19
  171.         TabOrder = 0
  172.         Text = '1'
  173.       end
  174.       object TaskPos: TUpDown
  175.         Left = 121
  176.         Top = 22
  177.         Width = 15
  178.         Height = 19
  179.         Associate = tasks
  180.         Min = 1
  181.         Max = 25
  182.         Position = 1
  183.         TabOrder = 1
  184.         Thousands = False
  185.         Wrap = False
  186.       end
  187.       object port: TEdit97
  188.         Left = 153
  189.         Top = 22
  190.         Width = 44
  191.         Height = 19
  192.         TabOrder = 2
  193.         Text = '21'
  194.       end
  195.       object port_UpDown: TUpDown
  196.         Left = 197
  197.         Top = 22
  198.         Width = 15
  199.         Height = 19
  200.         Associate = port
  201.         Min = 21
  202.         Max = 9999
  203.         Position = 21
  204.         TabOrder = 3
  205.         Thousands = False
  206.         Wrap = False
  207.       end
  208.       object passive: TCheckBox
  209.         Left = 161
  210.         Top = 48
  211.         Width = 128
  212.         Height = 17
  213.         Caption = 'Passive Transfer Mode'
  214.         TabOrder = 5
  215.       end
  216.       object firewall: TCheckBox
  217.         Left = 9
  218.         Top = 48
  219.         Width = 141
  220.         Height = 17
  221.         Caption = 'Connect through Firewall'
  222.         TabOrder = 4
  223.       end
  224.       object convertUpload: TRadioGroup
  225.         Left = 8
  226.         Top = 71
  227.         Width = 281
  228.         Height = 33
  229.         Caption = 'Convert names of uploaded files to ...'
  230.         Columns = 3
  231.         ItemIndex = 0
  232.         Items.Strings = (
  233.           'As Is'
  234.           'Uppercase'
  235.           'Lowercase')
  236.         TabOrder = 6
  237.       end
  238.       object convertDownload: TRadioGroup
  239.         Left = 8
  240.         Top = 112
  241.         Width = 281
  242.         Height = 33
  243.         Caption = 'Convert names of downloaded files to ...'
  244.         Columns = 3
  245.         ItemIndex = 0
  246.         Items.Strings = (
  247.           'As Is'
  248.           'Uppercase'
  249.           'Lowercase')
  250.         TabOrder = 7
  251.       end
  252.     end
  253.   end
  254. end
  255.