home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 January / pcwk_01_1999.iso / Top100sh / Internet / Htmltool / HTMLTOOL.exe / 0 / RCDATA / TFRMURLASSISTANT / TFRMURLASSISTANT.txt
Encoding:
Text File  |  1998-01-30  |  6.0 KB  |  274 lines

  1. object FrmURLAssistant: TFrmURLAssistant
  2.   Left = 227
  3.   Top = 235
  4.   BorderStyle = bsDialog
  5.   Caption = 'URL Assistant'
  6.   ClientHeight = 151
  7.   ClientWidth = 369
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 16
  15.   object lblResourceType: TLabel
  16.     Left = 8
  17.     Top = 32
  18.     Width = 49
  19.     Height = 33
  20.     Caption = '&Resource type'
  21.     FocusControl = lbRType
  22.     Font.Color = clBlack
  23.     Font.Height = -11
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = []
  26.     ParentFont = False
  27.     WordWrap = True
  28.   end
  29.   object lblPort: TLabel
  30.     Left = 192
  31.     Top = 56
  32.     Width = 19
  33.     Height = 13
  34.     Caption = '&Port'
  35.     Enabled = False
  36.     FocusControl = EditPort
  37.     Font.Color = clBlack
  38.     Font.Height = -11
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     ParentFont = False
  42.   end
  43.   object lblFile: TLabel
  44.     Left = 8
  45.     Top = 96
  46.     Width = 16
  47.     Height = 13
  48.     Caption = '&File'
  49.     FocusControl = EditFile
  50.     Font.Color = clBlack
  51.     Font.Height = -11
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = []
  54.     ParentFont = False
  55.   end
  56.   object lblServer: TLabel
  57.     Left = 192
  58.     Top = 32
  59.     Width = 31
  60.     Height = 13
  61.     Caption = '&Server'
  62.     Enabled = False
  63.     FocusControl = EditServer
  64.     Font.Color = clBlack
  65.     Font.Height = -11
  66.     Font.Name = 'MS Sans Serif'
  67.     Font.Style = []
  68.     ParentFont = False
  69.   end
  70.   object lblURL: TLabel
  71.     Left = 8
  72.     Top = 8
  73.     Width = 22
  74.     Height = 13
  75.     Caption = '&URL'
  76.     Font.Color = clBlack
  77.     Font.Height = -11
  78.     Font.Name = 'MS Sans Serif'
  79.     Font.Style = []
  80.     ParentFont = False
  81.   end
  82.   object lblAnchor: TLabel
  83.     Left = 8
  84.     Top = 120
  85.     Width = 34
  86.     Height = 13
  87.     Caption = '&Anchor'
  88.     FocusControl = EditAnchor
  89.     Font.Color = clBlack
  90.     Font.Height = -11
  91.     Font.Name = 'MS Sans Serif'
  92.     Font.Style = []
  93.     ParentFont = False
  94.   end
  95.   object EditServer: TEdit
  96.     Left = 240
  97.     Top = 32
  98.     Width = 121
  99.     Height = 21
  100.     Hint = 'Server name (e.g., www.example.com)'
  101.     Enabled = False
  102.     Font.Color = clBlack
  103.     Font.Height = -11
  104.     Font.Name = 'MS Sans Serif'
  105.     Font.Style = []
  106.     ParentFont = False
  107.     ParentShowHint = False
  108.     ShowHint = True
  109.     TabOrder = 2
  110.     OnChange = FreshenURL
  111.   end
  112.   object EditAnchor: TEdit
  113.     Left = 56
  114.     Top = 120
  115.     Width = 121
  116.     Height = 21
  117.     Hint = 'Named location within a file'
  118.     Font.Color = clBlack
  119.     Font.Height = -11
  120.     Font.Name = 'MS Sans Serif'
  121.     Font.Style = []
  122.     ParentFont = False
  123.     ParentShowHint = False
  124.     ShowHint = True
  125.     TabOrder = 6
  126.     OnChange = FreshenURL
  127.   end
  128.   object EditPort: TEdit
  129.     Left = 240
  130.     Top = 56
  131.     Width = 121
  132.     Height = 21
  133.     Hint = 'Required only if server is on a non-standard port'
  134.     Enabled = False
  135.     Font.Color = clBlack
  136.     Font.Height = -11
  137.     Font.Name = 'MS Sans Serif'
  138.     Font.Style = []
  139.     ParentFont = False
  140.     ParentShowHint = False
  141.     ShowHint = True
  142.     TabOrder = 3
  143.     OnChange = FreshenURL
  144.   end
  145.   object EditFile: TEdit
  146.     Left = 56
  147.     Top = 96
  148.     Width = 121
  149.     Height = 21
  150.     Hint = 'Name of file on server'
  151.     Font.Color = clBlack
  152.     Font.Height = -11
  153.     Font.Name = 'MS Sans Serif'
  154.     Font.Style = []
  155.     ParentFont = False
  156.     ParentShowHint = False
  157.     ShowHint = True
  158.     TabOrder = 4
  159.     OnChange = FreshenURL
  160.   end
  161.   object btnOK: TButton
  162.     Left = 272
  163.     Top = 88
  164.     Width = 89
  165.     Height = 25
  166.     Caption = 'OK'
  167.     Default = True
  168.     Font.Color = clBlack
  169.     Font.Height = -11
  170.     Font.Name = 'MS Sans Serif'
  171.     Font.Style = []
  172.     ModalResult = 1
  173.     ParentFont = False
  174.     TabOrder = 7
  175.     OnClick = btnOKClick
  176.   end
  177.   object btnCancel: TButton
  178.     Left = 272
  179.     Top = 120
  180.     Width = 89
  181.     Height = 25
  182.     Caption = 'Cancel'
  183.     Font.Color = clBlack
  184.     Font.Height = -11
  185.     Font.Name = 'MS Sans Serif'
  186.     Font.Style = []
  187.     ModalResult = 2
  188.     ParentFont = False
  189.     TabOrder = 8
  190.   end
  191.   object btnBrowse: TBitBtn
  192.     Left = 184
  193.     Top = 96
  194.     Width = 73
  195.     Height = 21
  196.     Hint = 'Search for file on local computer'
  197.     Caption = '&Browse'
  198.     Font.Color = clBlack
  199.     Font.Height = -11
  200.     Font.Name = 'MS Sans Serif'
  201.     Font.Style = []
  202.     ParentFont = False
  203.     ParentShowHint = False
  204.     ShowHint = True
  205.     TabOrder = 5
  206.     OnClick = btnBrowseClick
  207.     Glyph.Data = {
  208.       F6000000424DF600000000000000760000002800000010000000100000000100
  209.       0400000000008000000000000000000000000000000000000000000000000000
  210.       80000080000000808000800000008000800080800000C0C0C000808080000000
  211.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  212.       77777777777777777777000000000007777700333333333077770B0333333333
  213.       07770FB03333333330770BFB0333333333070FBFB000000000000BFBFBFBFB07
  214.       77770FBFBFBFBF0777770BFB0000000777777000777777770007777777777777
  215.       7007777777770777070777777777700077777777777777777777}
  216.   end
  217.   object lbRType: TListBox
  218.     Left = 56
  219.     Top = 32
  220.     Width = 121
  221.     Height = 57
  222.     Hint = 'Use http:// for world wide web resources '
  223.     Font.Color = clBlack
  224.     Font.Height = -11
  225.     Font.Name = 'MS Sans Serif'
  226.     Font.Style = []
  227.     ItemHeight = 13
  228.     Items.Strings = (
  229.       'none'
  230.       'http://'
  231.       'afs://'
  232.       'gopher://'
  233.       'file://'
  234.       'file://localhost/'
  235.       'ftp://'
  236.       'mailto:'
  237.       'news:'
  238.       'newsrc:'
  239.       'nntp://'
  240.       'telnet://'
  241.       'wais://')
  242.     ParentFont = False
  243.     ParentShowHint = False
  244.     ShowHint = True
  245.     TabOrder = 1
  246.     OnClick = lbRTypeClick
  247.   end
  248.   object cbURL: TComboBox
  249.     Left = 56
  250.     Top = 8
  251.     Width = 305
  252.     Height = 21
  253.     Hint = 'The complete URL'
  254.     Font.Color = clBlack
  255.     Font.Height = -11
  256.     Font.Name = 'MS Sans Serif'
  257.     Font.Style = []
  258.     ItemHeight = 13
  259.     ParentFont = False
  260.     ParentShowHint = False
  261.     ShowHint = True
  262.     TabOrder = 0
  263.   end
  264.   object DlgFile: TOpenDialog
  265.     FileEditStyle = fsEdit
  266.     FileName = '*.*'
  267.     Filter = 'All files|*.*|HTML documents (*.html; *.htm)|*.html;*.htm;*.ht3'
  268.     Options = [ofHideReadOnly]
  269.     Title = 'Select file'
  270.     Left = 496
  271.     Top = 112
  272.   end
  273. end
  274.