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

  1. object Site: TSite
  2.   Left = 273
  3.   Top = 103
  4.   BorderStyle = bsDialog
  5.   Caption = 'Crystal FTP - Site Options'
  6.   ClientHeight = 212
  7.   ClientWidth = 306
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  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 Button2: TButton
  18.     Left = 144
  19.     Top = 184
  20.     Width = 75
  21.     Height = 25
  22.     Caption = '&OK'
  23.     Default = True
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clBlack
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ModalResult = 1
  30.     ParentFont = False
  31.     TabOrder = 0
  32.   end
  33.   object Button1: TButton
  34.     Left = 228
  35.     Top = 184
  36.     Width = 75
  37.     Height = 25
  38.     Cancel = True
  39.     Caption = '&Cancel'
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clBlack
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ModalResult = 2
  46.     ParentFont = False
  47.     TabOrder = 1
  48.   end
  49.   object PageControl1: TPageControl
  50.     Left = 0
  51.     Top = 0
  52.     Width = 306
  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 Bevel1: TBevel
  106.         Left = 11
  107.         Top = 124
  108.         Width = 277
  109.         Height = 5
  110.         Shape = bsTopLine
  111.       end
  112.       object Host: TEdit97
  113.         Left = 10
  114.         Top = 29
  115.         Width = 125
  116.         Height = 19
  117.         TabOrder = 0
  118.       end
  119.       object InitPath: TEdit97
  120.         Left = 154
  121.         Top = 29
  122.         Width = 129
  123.         Height = 19
  124.         TabOrder = 1
  125.         OnExit = InitPathExit
  126.       end
  127.       object Password: TEdit97
  128.         Left = 154
  129.         Top = 77
  130.         Width = 129
  131.         Height = 19
  132.         PasswordChar = '*'
  133.         TabOrder = 3
  134.         OnKeyPress = MakeNoAnon
  135.       end
  136.       object Username: TEdit97
  137.         Left = 10
  138.         Top = 77
  139.         Width = 125
  140.         Height = 19
  141.         TabOrder = 2
  142.         OnKeyPress = MakeNoAnon
  143.       end
  144.       object anonymous: TCheckBox
  145.         Left = 12
  146.         Top = 102
  147.         Width = 117
  148.         Height = 17
  149.         Caption = 'Anonymous Session'
  150.         State = cbChecked
  151.         TabOrder = 4
  152.         OnClick = AnonymousClick
  153.       end
  154.       object quicklaunch: TCheckBox
  155.         Left = 12
  156.         Top = 132
  157.         Width = 277
  158.         Height = 17
  159.         Caption = 'Site should be available on the Links Toolbar'
  160.         TabOrder = 5
  161.       end
  162.     end
  163.     object TabSheet2: TTabSheet
  164.       Caption = 'Advanced'
  165.       object Label3: TLabel
  166.         Left = 75
  167.         Top = 7
  168.         Width = 29
  169.         Height = 13
  170.         Caption = 'Tasks'
  171.       end
  172.       object Label4: TLabel
  173.         Left = 153
  174.         Top = 6
  175.         Width = 19
  176.         Height = 13
  177.         Caption = 'Port'
  178.       end
  179.       object tasks: TEdit97
  180.         Left = 77
  181.         Top = 22
  182.         Width = 44
  183.         Height = 19
  184.         TabOrder = 0
  185.         Text = '1'
  186.       end
  187.       object TaskPos: TUpDown
  188.         Left = 121
  189.         Top = 22
  190.         Width = 15
  191.         Height = 19
  192.         Associate = tasks
  193.         Min = 1
  194.         Max = 25
  195.         Position = 1
  196.         TabOrder = 1
  197.         Thousands = False
  198.         Wrap = False
  199.       end
  200.       object port: TEdit97
  201.         Left = 153
  202.         Top = 22
  203.         Width = 44
  204.         Height = 19
  205.         TabOrder = 2
  206.         Text = '21'
  207.       end
  208.       object UpDown4: TUpDown
  209.         Left = 197
  210.         Top = 22
  211.         Width = 15
  212.         Height = 19
  213.         Associate = port
  214.         Min = 21
  215.         Max = 9999
  216.         Position = 21
  217.         TabOrder = 3
  218.         Thousands = False
  219.         Wrap = False
  220.       end
  221.       object passive: TCheckBox
  222.         Left = 161
  223.         Top = 48
  224.         Width = 128
  225.         Height = 17
  226.         Caption = 'Passive Transfer Mode'
  227.         TabOrder = 5
  228.       end
  229.       object firewall: TCheckBox
  230.         Left = 9
  231.         Top = 48
  232.         Width = 141
  233.         Height = 17
  234.         Caption = 'Connect through Firewall'
  235.         TabOrder = 4
  236.       end
  237.       object convertUpload: TRadioGroup
  238.         Left = 8
  239.         Top = 71
  240.         Width = 281
  241.         Height = 33
  242.         Caption = 'Convert names of uploaded files to ...'
  243.         Columns = 3
  244.         ItemIndex = 0
  245.         Items.Strings = (
  246.           'As Is'
  247.           'Uppercase'
  248.           'Lowercase')
  249.         TabOrder = 6
  250.       end
  251.       object convertDownload: TRadioGroup
  252.         Left = 8
  253.         Top = 112
  254.         Width = 281
  255.         Height = 33
  256.         Caption = 'Convert names of downloaded files to ...'
  257.         Columns = 3
  258.         ItemIndex = 0
  259.         Items.Strings = (
  260.           'As Is'
  261.           'Uppercase'
  262.           'Lowercase')
  263.         TabOrder = 7
  264.       end
  265.     end
  266.     object TabSheet3: TTabSheet
  267.       Caption = 'Description'
  268.       object Description: TRichEdit
  269.         Left = 8
  270.         Top = 7
  271.         Width = 280
  272.         Height = 126
  273.         Font.Charset = ANSI_CHARSET
  274.         Font.Color = clBlack
  275.         Font.Height = -11
  276.         Font.Name = 'Courier New'
  277.         Font.Style = []
  278.         ParentFont = False
  279.         TabOrder = 0
  280.       end
  281.     end
  282.   end
  283. end
  284.