home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 / Chip_Hitware_Vol_07.iso / chiphit7 / online / 95webpc / wpc.exe / 0 / RCDATA / TURL / TURL.txt
Encoding:
Text File  |  1996-11-25  |  15.9 KB  |  524 lines

  1. object URL: TURL
  2.   Left = 58
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Hyperlink Manager'
  7.   ClientHeight = 302
  8.   ClientWidth = 730
  9.   Color = clSilver
  10.   Font.Color = clWindowText
  11.   Font.Height = -18
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 120
  18.   TextHeight = 20
  19.   object TabbedNotebook1: TTabbedNotebook
  20.     Left = 0
  21.     Top = 0
  22.     Width = 730
  23.     Height = 302
  24.     Align = alClient
  25.     TabFont.Color = clBtnText
  26.     TabFont.Height = -13
  27.     TabFont.Name = 'MS Sans Serif'
  28.     TabFont.Style = []
  29.     TabOrder = 0
  30.     object TTabPage
  31.       Left = 4
  32.       Top = 31
  33.       Caption = 'Links'
  34.       object Panel1: TPanel
  35.         Left = 5
  36.         Top = 4
  37.         Width = 377
  38.         Height = 262
  39.         Caption = 'Panel1'
  40.         TabOrder = 0
  41.         object ListBox1: TListBox
  42.           Left = 4
  43.           Top = 4
  44.           Width = 369
  45.           Height = 181
  46.           ItemHeight = 20
  47.           TabOrder = 0
  48.         end
  49.         object RadioButton13: TRadioButton
  50.           Left = 7
  51.           Top = 196
  52.           Width = 87
  53.           Height = 17
  54.           Caption = 'Group 1'
  55.           Checked = True
  56.           TabOrder = 1
  57.           TabStop = True
  58.           OnClick = RadioButton13Click
  59.         end
  60.         object RadioButton14: TRadioButton
  61.           Left = 99
  62.           Top = 196
  63.           Width = 87
  64.           Height = 17
  65.           Caption = 'Group 2'
  66.           TabOrder = 2
  67.           OnClick = RadioButton14Click
  68.         end
  69.         object RadioButton15: TRadioButton
  70.           Left = 191
  71.           Top = 196
  72.           Width = 87
  73.           Height = 17
  74.           Caption = 'Group 3'
  75.           TabOrder = 3
  76.           OnClick = RadioButton15Click
  77.         end
  78.         object RadioButton16: TRadioButton
  79.           Left = 283
  80.           Top = 196
  81.           Width = 87
  82.           Height = 17
  83.           Caption = 'Group 4'
  84.           TabOrder = 4
  85.           OnClick = RadioButton16Click
  86.         end
  87.         object Button4: TButton
  88.           Left = 92
  89.           Top = 226
  90.           Width = 81
  91.           Height = 27
  92.           Caption = 'Use'
  93.           Font.Color = clWindowText
  94.           Font.Height = -17
  95.           Font.Name = 'Times New Roman'
  96.           Font.Style = []
  97.           ParentFont = False
  98.           TabOrder = 5
  99.           OnClick = Button4Click
  100.         end
  101.         object Button5: TButton
  102.           Left = 204
  103.           Top = 226
  104.           Width = 81
  105.           Height = 27
  106.           Caption = 'Delete'
  107.           Font.Color = clWindowText
  108.           Font.Height = -17
  109.           Font.Name = 'Times New Roman'
  110.           Font.Style = []
  111.           ParentFont = False
  112.           TabOrder = 6
  113.           OnClick = Button5Click
  114.         end
  115.       end
  116.       object GroupBox1: TGroupBox
  117.         Left = 386
  118.         Top = 4
  119.         Width = 329
  120.         Height = 262
  121.         Caption = 'New Link'
  122.         Color = clSilver
  123.         ParentColor = False
  124.         TabOrder = 1
  125.         object Edit1: TEdit
  126.           Left = 8
  127.           Top = 132
  128.           Width = 313
  129.           Height = 28
  130.           TabOrder = 1
  131.           OnChange = Edit1Change
  132.         end
  133.         object CheckBox1: TCheckBox
  134.           Left = 131
  135.           Top = 170
  136.           Width = 183
  137.           Height = 31
  138.           Caption = 'Include Path To File'
  139.           Enabled = False
  140.           Font.Color = clBlack
  141.           Font.Height = -18
  142.           Font.Name = 'System'
  143.           Font.Style = []
  144.           ParentFont = False
  145.           TabOrder = 3
  146.         end
  147.         object Button1: TButton
  148.           Left = 6
  149.           Top = 212
  150.           Width = 155
  151.           Height = 33
  152.           Caption = 'Add To Group'
  153.           Font.Color = clBlack
  154.           Font.Height = -17
  155.           Font.Name = 'Times New Roman'
  156.           Font.Style = []
  157.           ParentFont = False
  158.           TabOrder = 4
  159.           OnClick = Button1Click
  160.         end
  161.         object Button2: TButton
  162.           Left = 168
  163.           Top = 212
  164.           Width = 154
  165.           Height = 33
  166.           Caption = 'Use Without Adding'
  167.           Font.Color = clBlack
  168.           Font.Height = -17
  169.           Font.Name = 'Times New Roman'
  170.           Font.Style = []
  171.           ModalResult = 1
  172.           ParentFont = False
  173.           TabOrder = 5
  174.           OnClick = Button2Click
  175.         end
  176.         object Button3: TButton
  177.           Left = 23
  178.           Top = 168
  179.           Width = 81
  180.           Height = 33
  181.           Caption = 'Browse'
  182.           Enabled = False
  183.           Font.Color = clBlack
  184.           Font.Height = -17
  185.           Font.Name = 'Times New Roman'
  186.           Font.Style = []
  187.           ParentFont = False
  188.           TabOrder = 2
  189.           OnClick = Button3Click
  190.         end
  191.         object Panel2: TPanel
  192.           Left = 8
  193.           Top = 24
  194.           Width = 313
  195.           Height = 97
  196.           TabOrder = 0
  197.           object RadioButton1: TRadioButton
  198.             Left = 17
  199.             Top = 28
  200.             Width = 75
  201.             Height = 17
  202.             Caption = 'file'
  203.             Font.Color = clMaroon
  204.             Font.Height = -17
  205.             Font.Name = 'System'
  206.             Font.Style = [fsBold]
  207.             ParentFont = False
  208.             TabOrder = 1
  209.             OnClick = RadioButton1Click
  210.           end
  211.           object RadioButton2: TRadioButton
  212.             Left = 17
  213.             Top = 48
  214.             Width = 75
  215.             Height = 17
  216.             Caption = 'http'
  217.             Font.Color = clMaroon
  218.             Font.Height = -17
  219.             Font.Name = 'System'
  220.             Font.Style = [fsBold]
  221.             ParentFont = False
  222.             TabOrder = 2
  223.             OnClick = RadioButton4Click
  224.           end
  225.           object RadioButton3: TRadioButton
  226.             Left = 17
  227.             Top = 68
  228.             Width = 75
  229.             Height = 17
  230.             Caption = 'ftp'
  231.             Font.Color = clMaroon
  232.             Font.Height = -17
  233.             Font.Name = 'System'
  234.             Font.Style = [fsBold]
  235.             ParentFont = False
  236.             TabOrder = 3
  237.             OnClick = RadioButton4Click
  238.           end
  239.           object RadioButton4: TRadioButton
  240.             Left = 17
  241.             Top = 8
  242.             Width = 75
  243.             Height = 17
  244.             Caption = 'local'
  245.             Checked = True
  246.             Font.Color = clMaroon
  247.             Font.Height = -17
  248.             Font.Name = 'System'
  249.             Font.Style = [fsBold]
  250.             ParentFont = False
  251.             TabOrder = 0
  252.             TabStop = True
  253.             OnClick = RadioButton4Click
  254.           end
  255.           object RadioButton5: TRadioButton
  256.             Left = 114
  257.             Top = 8
  258.             Width = 75
  259.             Height = 17
  260.             Caption = 'telnet'
  261.             Font.Color = clMaroon
  262.             Font.Height = -17
  263.             Font.Name = 'System'
  264.             Font.Style = [fsBold]
  265.             ParentFont = False
  266.             TabOrder = 4
  267.             OnClick = RadioButton4Click
  268.           end
  269.           object RadioButton6: TRadioButton
  270.             Left = 114
  271.             Top = 48
  272.             Width = 75
  273.             Height = 17
  274.             Caption = 'wais'
  275.             Font.Color = clMaroon
  276.             Font.Height = -17
  277.             Font.Name = 'System'
  278.             Font.Style = [fsBold]
  279.             ParentFont = False
  280.             TabOrder = 6
  281.             OnClick = RadioButton4Click
  282.           end
  283.           object RadioButton7: TRadioButton
  284.             Left = 114
  285.             Top = 28
  286.             Width = 75
  287.             Height = 17
  288.             Caption = 'cid'
  289.             Font.Color = clMaroon
  290.             Font.Height = -17
  291.             Font.Name = 'System'
  292.             Font.Style = [fsBold]
  293.             ParentFont = False
  294.             TabOrder = 5
  295.             OnClick = RadioButton4Click
  296.           end
  297.           object RadioButton8: TRadioButton
  298.             Left = 114
  299.             Top = 68
  300.             Width = 75
  301.             Height = 20
  302.             Caption = 'gopher'
  303.             Font.Color = clMaroon
  304.             Font.Height = -17
  305.             Font.Name = 'System'
  306.             Font.Style = [fsBold]
  307.             ParentFont = False
  308.             TabOrder = 7
  309.             OnClick = RadioButton4Click
  310.           end
  311.           object RadioButton10: TRadioButton
  312.             Left = 222
  313.             Top = 8
  314.             Width = 75
  315.             Height = 17
  316.             Caption = 'news'
  317.             Font.Color = clMaroon
  318.             Font.Height = -17
  319.             Font.Name = 'System'
  320.             Font.Style = [fsBold]
  321.             ParentFont = False
  322.             TabOrder = 8
  323.             OnClick = RadioButton4Click
  324.           end
  325.           object RadioButton11: TRadioButton
  326.             Left = 222
  327.             Top = 28
  328.             Width = 75
  329.             Height = 17
  330.             Caption = 'nntp'
  331.             Font.Color = clMaroon
  332.             Font.Height = -17
  333.             Font.Name = 'System'
  334.             Font.Style = [fsBold]
  335.             ParentFont = False
  336.             TabOrder = 9
  337.             OnClick = RadioButton4Click
  338.           end
  339.           object RadioButton12: TRadioButton
  340.             Left = 222
  341.             Top = 48
  342.             Width = 75
  343.             Height = 17
  344.             Caption = 'mid'
  345.             Font.Color = clMaroon
  346.             Font.Height = -17
  347.             Font.Name = 'System'
  348.             Font.Style = [fsBold]
  349.             ParentFont = False
  350.             TabOrder = 10
  351.             OnClick = RadioButton4Click
  352.           end
  353.           object RadioButton9: TRadioButton
  354.             Left = 222
  355.             Top = 68
  356.             Width = 75
  357.             Height = 17
  358.             Caption = 'mailto'
  359.             Font.Color = clMaroon
  360.             Font.Height = -17
  361.             Font.Name = 'System'
  362.             Font.Style = [fsBold]
  363.             ParentFont = False
  364.             TabOrder = 11
  365.             OnClick = RadioButton4Click
  366.           end
  367.         end
  368.       end
  369.     end
  370.     object TTabPage
  371.       Left = 4
  372.       Top = 31
  373.       Caption = 'Anchors'
  374.       object Label1: TLabel
  375.         Left = 17
  376.         Top = 24
  377.         Width = 158
  378.         Height = 20
  379.         Alignment = taRightJustify
  380.         AutoSize = False
  381.         Caption = 'New Anchor Name:'
  382.         Color = clSilver
  383.         Font.Color = clBlue
  384.         Font.Height = -17
  385.         Font.Name = 'System'
  386.         Font.Style = [fsBold]
  387.         ParentColor = False
  388.         ParentFont = False
  389.       end
  390.       object Edit2: TEdit
  391.         Left = 182
  392.         Top = 20
  393.         Width = 415
  394.         Height = 28
  395.         Color = clSilver
  396.         Font.Color = clMaroon
  397.         Font.Height = -17
  398.         Font.Name = 'System'
  399.         Font.Style = [fsBold]
  400.         ParentFont = False
  401.         TabOrder = 0
  402.         OnChange = Edit2Change
  403.       end
  404.       object BitBtn1: TBitBtn
  405.         Left = 606
  406.         Top = 20
  407.         Width = 105
  408.         Height = 29
  409.         Caption = 'OK'
  410.         Default = True
  411.         Enabled = False
  412.         ModalResult = 1
  413.         TabOrder = 1
  414.         OnClick = BitBtn1Click
  415.         Glyph.Data = {
  416.           BE060000424DBE06000000000000360400002800000024000000120000000100
  417.           0800000000008802000000000000000000000000000000000000000000000000
  418.           80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  419.           A600000000000000000000000000000000000000000000000000000000000000
  420.           0000000000000000000000000000000000000000000000000000000000000000
  421.           0000000000000000000000000000000000000000000000000000000000000000
  422.           0000000000000000000000000000000000000000000000000000000000000000
  423.           0000000000000000000000000000000000000000000000000000000000000000
  424.           0000000000000000000000000000000000000000000000000000000000000000
  425.           0000000000000000000000000000000000000000000000000000000000000000
  426.           0000000000000000000000000000000000000000000000000000000000000000
  427.           0000000000000000000000000000000000000000000000000000000000000000
  428.           0000000000000000000000000000000000000000000000000000000000000000
  429.           0000000000000000000000000000000000000000000000000000000000000000
  430.           0000000000000000000000000000000000000000000000000000000000000000
  431.           0000000000000000000000000000000000000000000000000000000000000000
  432.           0000000000000000000000000000000000000000000000000000000000000000
  433.           0000000000000000000000000000000000000000000000000000000000000000
  434.           0000000000000000000000000000000000000000000000000000000000000000
  435.           0000000000000000000000000000000000000000000000000000000000000000
  436.           0000000000000000000000000000000000000000000000000000000000000000
  437.           0000000000000000000000000000000000000000000000000000000000000000
  438.           0000000000000000000000000000000000000000000000000000000000000000
  439.           0000000000000000000000000000000000000000000000000000000000000000
  440.           0000000000000000000000000000000000000000000000000000000000000000
  441.           0000000000000000000000000000000000000000000000000000000000000000
  442.           0000000000000000000000000000000000000000000000000000000000000000
  443.           0000000000000000000000000000000000000000000000000000000000000000
  444.           0000000000000000000000000000000000000000000000000000000000000000
  445.           0000000000000000000000000000000000000000000000000000000000000000
  446.           0000000000000000000000000000000000000000000000000000000000000000
  447.           0000000000000000000000000000000000000000000000000000000000000000
  448.           000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  449.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  450.           0303030303030303030303030303030303030303030303030303030303030303
  451.           03030303030303030303030303030303030303030303FF030303030303030303
  452.           03030303030303040403030303030303030303030303030303F8F8FF03030303
  453.           03030303030303030303040202040303030303030303030303030303F80303F8
  454.           FF030303030303030303030303040202020204030303030303030303030303F8
  455.           03030303F8FF0303030303030303030304020202020202040303030303030303
  456.           0303F8030303030303F8FF030303030303030304020202FA0202020204030303
  457.           0303030303F8FF0303F8FF030303F8FF03030303030303020202FA03FA020202
  458.           040303030303030303F8FF03F803F8FF0303F8FF03030303030303FA02FA0303
  459.           03FA0202020403030303030303F8FFF8030303F8FF0303F8FF03030303030303
  460.           FA0303030303FA0202020403030303030303F80303030303F8FF0303F8FF0303
  461.           0303030303030303030303FA0202020403030303030303030303030303F8FF03
  462.           03F8FF03030303030303030303030303FA020202040303030303030303030303
  463.           0303F8FF0303F8FF03030303030303030303030303FA02020204030303030303
  464.           03030303030303F8FF0303F8FF03030303030303030303030303FA0202020403
  465.           030303030303030303030303F8FF0303F8FF03030303030303030303030303FA
  466.           0202040303030303030303030303030303F8FF03F8FF03030303030303030303
  467.           03030303FA0202030303030303030303030303030303F8FFF803030303030303
  468.           030303030303030303FA0303030303030303030303030303030303F803030303
  469.           0303030303030303030303030303030303030303030303030303030303030303
  470.           0303}
  471.         NumGlyphs = 2
  472.       end
  473.       object GroupBox2: TGroupBox
  474.         Left = 8
  475.         Top = 60
  476.         Width = 705
  477.         Height = 201
  478.         Caption = 'Existing Anchors'
  479.         Font.Color = clBlue
  480.         Font.Height = -18
  481.         Font.Name = 'System'
  482.         Font.Style = [fsBold]
  483.         ParentFont = False
  484.         TabOrder = 2
  485.         object ListBox2: TListBox
  486.           Left = 8
  487.           Top = 28
  488.           Width = 573
  489.           Height = 165
  490.           Color = clSilver
  491.           Font.Color = clBlack
  492.           Font.Height = -18
  493.           Font.Name = 'System'
  494.           Font.Style = [fsBold]
  495.           ItemHeight = 20
  496.           ParentFont = False
  497.           TabOrder = 0
  498.         end
  499.         object Button6: TButton
  500.           Left = 592
  501.           Top = 160
  502.           Width = 101
  503.           Height = 33
  504.           Caption = 'Refresh'
  505.           Font.Color = clBlue
  506.           Font.Height = -17
  507.           Font.Name = 'Times New Roman'
  508.           Font.Style = []
  509.           ParentFont = False
  510.           TabOrder = 1
  511.           OnClick = Button6Click
  512.         end
  513.       end
  514.     end
  515.   end
  516.   object OpenDialog1: TOpenDialog
  517.     FileEditStyle = fsEdit
  518.     Filter = 
  519.       'HTML Files|*.htm|Image Files|*.gif;*.jpg;*.tif|GIF Images|*.gif|' +
  520.       'JPEG Images|*.jpg|TIFF Images|*.tif|All Files|*.*'
  521.     Options = [ofReadOnly, ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  522.   end
  523. end
  524.