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

  1. object Options: TOptions
  2.   Left = 213
  3.   Top = 107
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Setup'
  7.   ClientHeight = 399
  8.   ClientWidth = 571
  9.   Font.Color = clWindowText
  10.   Font.Height = -18
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 120
  16.   TextHeight = 20
  17.   object TabbedNotebook1: TTabbedNotebook
  18.     Left = 0
  19.     Top = 0
  20.     Width = 571
  21.     Height = 399
  22.     Align = alClient
  23.     TabFont.Color = clBtnText
  24.     TabFont.Height = -13
  25.     TabFont.Name = 'MS Sans Serif'
  26.     TabFont.Style = []
  27.     TabOrder = 0
  28.     object TTabPage
  29.       Left = 4
  30.       Top = 27
  31.       Caption = 'Browsers'
  32.       object GroupBox2: TGroupBox
  33.         Left = 0
  34.         Top = 160
  35.         Width = 563
  36.         Height = 160
  37.         Align = alTop
  38.         Caption = 'Secondary'
  39.         TabOrder = 0
  40.         object Label1: TLabel
  41.           Left = 12
  42.           Top = 28
  43.           Width = 66
  44.           Height = 20
  45.           Alignment = taRightJustify
  46.           Caption = 'Current:'
  47.           Font.Color = clBlue
  48.           Font.Height = -17
  49.           Font.Name = 'System'
  50.           Font.Style = [fsBold]
  51.           ParentFont = False
  52.         end
  53.         object Label2: TLabel
  54.           Left = 38
  55.           Top = 64
  56.           Width = 40
  57.           Height = 20
  58.           Alignment = taRightJustify
  59.           Caption = 'New:'
  60.           Font.Color = clBlue
  61.           Font.Height = -17
  62.           Font.Name = 'System'
  63.           Font.Style = [fsBold]
  64.           ParentFont = False
  65.         end
  66.         object Edit3: TEdit
  67.           Left = 88
  68.           Top = 24
  69.           Width = 361
  70.           Height = 28
  71.           TabStop = False
  72.           Color = clSilver
  73.           Font.Color = clMaroon
  74.           Font.Height = -17
  75.           Font.Name = 'System'
  76.           Font.Style = [fsBold]
  77.           ParentFont = False
  78.           ReadOnly = True
  79.           TabOrder = 0
  80.         end
  81.         object Edit4: TEdit
  82.           Left = 88
  83.           Top = 60
  84.           Width = 361
  85.           Height = 28
  86.           Color = clSilver
  87.           Font.Color = clMaroon
  88.           Font.Height = -17
  89.           Font.Name = 'System'
  90.           Font.Style = [fsBold]
  91.           ParentFont = False
  92.           TabOrder = 1
  93.         end
  94.         object GroupBox1: TGroupBox
  95.           Left = 16
  96.           Top = 96
  97.           Width = 537
  98.           Height = 49
  99.           Caption = 'Browser Type'
  100.           Font.Color = clBlue
  101.           Font.Height = -17
  102.           Font.Name = 'System'
  103.           Font.Style = [fsBold]
  104.           ParentFont = False
  105.           TabOrder = 2
  106.           object RadioButton4: TRadioButton
  107.             Left = 16
  108.             Top = 24
  109.             Width = 113
  110.             Height = 17
  111.             Caption = 'NetScape'
  112.             Font.Color = clMaroon
  113.             Font.Height = -17
  114.             Font.Name = 'System'
  115.             Font.Style = [fsBold]
  116.             ParentFont = False
  117.             TabOrder = 0
  118.           end
  119.           object RadioButton5: TRadioButton
  120.             Left = 144
  121.             Top = 24
  122.             Width = 137
  123.             Height = 17
  124.             Caption = 'IExplorer 2.??'
  125.             Font.Color = clMaroon
  126.             Font.Height = -17
  127.             Font.Name = 'System'
  128.             Font.Style = [fsBold]
  129.             ParentFont = False
  130.             TabOrder = 1
  131.           end
  132.           object RadioButton6: TRadioButton
  133.             Left = 448
  134.             Top = 24
  135.             Width = 81
  136.             Height = 17
  137.             Caption = 'Other'
  138.             Font.Color = clMaroon
  139.             Font.Height = -17
  140.             Font.Name = 'System'
  141.             Font.Style = [fsBold]
  142.             ParentFont = False
  143.             TabOrder = 2
  144.           end
  145.           object RadioButton11: TRadioButton
  146.             Left = 296
  147.             Top = 24
  148.             Width = 137
  149.             Height = 17
  150.             Caption = 'IExplorer 3.??'
  151.             Font.Color = clMaroon
  152.             Font.Height = -17
  153.             Font.Name = 'System'
  154.             Font.Style = [fsBold]
  155.             ParentFont = False
  156.             TabOrder = 3
  157.           end
  158.         end
  159.         object Button2: TButton
  160.           Left = 460
  161.           Top = 60
  162.           Width = 89
  163.           Height = 29
  164.           Caption = 'Browse'
  165.           Font.Color = clBlue
  166.           Font.Height = -17
  167.           Font.Name = 'System'
  168.           Font.Style = [fsBold]
  169.           ParentFont = False
  170.           TabOrder = 3
  171.           OnClick = Button2Click
  172.         end
  173.       end
  174.       object GroupBox3: TGroupBox
  175.         Left = 0
  176.         Top = 0
  177.         Width = 563
  178.         Height = 160
  179.         Align = alTop
  180.         Caption = 'Primary'
  181.         TabOrder = 1
  182.         object Label3: TLabel
  183.           Left = 12
  184.           Top = 28
  185.           Width = 66
  186.           Height = 20
  187.           Alignment = taRightJustify
  188.           Caption = 'Current:'
  189.           Font.Color = clBlue
  190.           Font.Height = -17
  191.           Font.Name = 'System'
  192.           Font.Style = [fsBold]
  193.           ParentFont = False
  194.         end
  195.         object Label4: TLabel
  196.           Left = 38
  197.           Top = 64
  198.           Width = 40
  199.           Height = 20
  200.           Alignment = taRightJustify
  201.           Caption = 'New:'
  202.           Font.Color = clBlue
  203.           Font.Height = -17
  204.           Font.Name = 'System'
  205.           Font.Style = [fsBold]
  206.           ParentFont = False
  207.         end
  208.         object Edit1: TEdit
  209.           Left = 88
  210.           Top = 24
  211.           Width = 361
  212.           Height = 28
  213.           TabStop = False
  214.           Color = clSilver
  215.           Font.Color = clMaroon
  216.           Font.Height = -17
  217.           Font.Name = 'System'
  218.           Font.Style = [fsBold]
  219.           ParentFont = False
  220.           ReadOnly = True
  221.           TabOrder = 0
  222.         end
  223.         object Edit2: TEdit
  224.           Left = 88
  225.           Top = 60
  226.           Width = 361
  227.           Height = 28
  228.           Color = clSilver
  229.           Font.Color = clMaroon
  230.           Font.Height = -17
  231.           Font.Name = 'System'
  232.           Font.Style = [fsBold]
  233.           ParentFont = False
  234.           TabOrder = 1
  235.         end
  236.         object GroupBox4: TGroupBox
  237.           Left = 16
  238.           Top = 96
  239.           Width = 537
  240.           Height = 49
  241.           Caption = 'Browser Type'
  242.           Font.Color = clBlue
  243.           Font.Height = -17
  244.           Font.Name = 'System'
  245.           Font.Style = [fsBold]
  246.           ParentFont = False
  247.           TabOrder = 2
  248.           object RadioButton1: TRadioButton
  249.             Left = 16
  250.             Top = 24
  251.             Width = 105
  252.             Height = 17
  253.             Caption = 'NetScape'
  254.             Font.Color = clMaroon
  255.             Font.Height = -17
  256.             Font.Name = 'System'
  257.             Font.Style = [fsBold]
  258.             ParentFont = False
  259.             TabOrder = 0
  260.           end
  261.           object RadioButton2: TRadioButton
  262.             Left = 144
  263.             Top = 24
  264.             Width = 137
  265.             Height = 17
  266.             Caption = 'IExplorer 2.??'
  267.             Font.Color = clMaroon
  268.             Font.Height = -17
  269.             Font.Name = 'System'
  270.             Font.Style = [fsBold]
  271.             ParentFont = False
  272.             TabOrder = 1
  273.           end
  274.           object RadioButton3: TRadioButton
  275.             Left = 448
  276.             Top = 24
  277.             Width = 81
  278.             Height = 17
  279.             Caption = 'Other'
  280.             Font.Color = clMaroon
  281.             Font.Height = -17
  282.             Font.Name = 'System'
  283.             Font.Style = [fsBold]
  284.             ParentFont = False
  285.             TabOrder = 2
  286.           end
  287.           object RadioButton10: TRadioButton
  288.             Left = 296
  289.             Top = 24
  290.             Width = 137
  291.             Height = 17
  292.             Caption = 'IExplorer 3.??'
  293.             Font.Color = clMaroon
  294.             Font.Height = -17
  295.             Font.Name = 'System'
  296.             Font.Style = [fsBold]
  297.             ParentFont = False
  298.             TabOrder = 3
  299.           end
  300.         end
  301.         object Button1: TButton
  302.           Left = 460
  303.           Top = 60
  304.           Width = 89
  305.           Height = 29
  306.           Caption = 'Browse'
  307.           Font.Color = clBlue
  308.           Font.Height = -17
  309.           Font.Name = 'System'
  310.           Font.Style = [fsBold]
  311.           ParentFont = False
  312.           TabOrder = 3
  313.           OnClick = Button1Click
  314.         end
  315.       end
  316.       object Panel1: TPanel
  317.         Left = 0
  318.         Top = 320
  319.         Width = 563
  320.         Height = 48
  321.         Align = alClient
  322.         BevelOuter = bvLowered
  323.         TabOrder = 2
  324.         object BitBtn3: TBitBtn
  325.           Left = 111
  326.           Top = 5
  327.           Width = 105
  328.           Height = 34
  329.           Caption = 'Save'
  330.           Default = True
  331.           TabOrder = 0
  332.           OnClick = BitBtn3Click
  333.           Glyph.Data = {
  334.             BE060000424DBE06000000000000360400002800000024000000120000000100
  335.             0800000000008802000000000000000000000000000000000000000000000000
  336.             80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  337.             A600000000000000000000000000000000000000000000000000000000000000
  338.             0000000000000000000000000000000000000000000000000000000000000000
  339.             0000000000000000000000000000000000000000000000000000000000000000
  340.             0000000000000000000000000000000000000000000000000000000000000000
  341.             0000000000000000000000000000000000000000000000000000000000000000
  342.             0000000000000000000000000000000000000000000000000000000000000000
  343.             0000000000000000000000000000000000000000000000000000000000000000
  344.             0000000000000000000000000000000000000000000000000000000000000000
  345.             0000000000000000000000000000000000000000000000000000000000000000
  346.             0000000000000000000000000000000000000000000000000000000000000000
  347.             0000000000000000000000000000000000000000000000000000000000000000
  348.             0000000000000000000000000000000000000000000000000000000000000000
  349.             0000000000000000000000000000000000000000000000000000000000000000
  350.             0000000000000000000000000000000000000000000000000000000000000000
  351.             0000000000000000000000000000000000000000000000000000000000000000
  352.             0000000000000000000000000000000000000000000000000000000000000000
  353.             0000000000000000000000000000000000000000000000000000000000000000
  354.             0000000000000000000000000000000000000000000000000000000000000000
  355.             0000000000000000000000000000000000000000000000000000000000000000
  356.             0000000000000000000000000000000000000000000000000000000000000000
  357.             0000000000000000000000000000000000000000000000000000000000000000
  358.             0000000000000000000000000000000000000000000000000000000000000000
  359.             0000000000000000000000000000000000000000000000000000000000000000
  360.             0000000000000000000000000000000000000000000000000000000000000000
  361.             0000000000000000000000000000000000000000000000000000000000000000
  362.             0000000000000000000000000000000000000000000000000000000000000000
  363.             0000000000000000000000000000000000000000000000000000000000000000
  364.             0000000000000000000000000000000000000000000000000000000000000000
  365.             0000000000000000000000000000000000000000000000000000000000000000
  366.             000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  367.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  368.             0303030303030303030303030303030303030303030303030303030303030303
  369.             03030303030303030303030303030303030303030303FF030303030303030303
  370.             03030303030303040403030303030303030303030303030303F8F8FF03030303
  371.             03030303030303030303040202040303030303030303030303030303F80303F8
  372.             FF030303030303030303030303040202020204030303030303030303030303F8
  373.             03030303F8FF0303030303030303030304020202020202040303030303030303
  374.             0303F8030303030303F8FF030303030303030304020202FA0202020204030303
  375.             0303030303F8FF0303F8FF030303F8FF03030303030303020202FA03FA020202
  376.             040303030303030303F8FF03F803F8FF0303F8FF03030303030303FA02FA0303
  377.             03FA0202020403030303030303F8FFF8030303F8FF0303F8FF03030303030303
  378.             FA0303030303FA0202020403030303030303F80303030303F8FF0303F8FF0303
  379.             0303030303030303030303FA0202020403030303030303030303030303F8FF03
  380.             03F8FF03030303030303030303030303FA020202040303030303030303030303
  381.             0303F8FF0303F8FF03030303030303030303030303FA02020204030303030303
  382.             03030303030303F8FF0303F8FF03030303030303030303030303FA0202020403
  383.             030303030303030303030303F8FF0303F8FF03030303030303030303030303FA
  384.             0202040303030303030303030303030303F8FF03F8FF03030303030303030303
  385.             03030303FA0202030303030303030303030303030303F8FFF803030303030303
  386.             030303030303030303FA0303030303030303030303030303030303F803030303
  387.             0303030303030303030303030303030303030303030303030303030303030303
  388.             0303}
  389.           NumGlyphs = 2
  390.         end
  391.         object BitBtn4: TBitBtn
  392.           Left = 346
  393.           Top = 5
  394.           Width = 105
  395.           Height = 34
  396.           Caption = 'Cancel'
  397.           TabOrder = 1
  398.           OnClick = FormShow
  399.           Glyph.Data = {
  400.             BE060000424DBE06000000000000360400002800000024000000120000000100
  401.             0800000000008802000000000000000000000000000000000000000000000000
  402.             80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  403.             A600000000000000000000000000000000000000000000000000000000000000
  404.             0000000000000000000000000000000000000000000000000000000000000000
  405.             0000000000000000000000000000000000000000000000000000000000000000
  406.             0000000000000000000000000000000000000000000000000000000000000000
  407.             0000000000000000000000000000000000000000000000000000000000000000
  408.             0000000000000000000000000000000000000000000000000000000000000000
  409.             0000000000000000000000000000000000000000000000000000000000000000
  410.             0000000000000000000000000000000000000000000000000000000000000000
  411.             0000000000000000000000000000000000000000000000000000000000000000
  412.             0000000000000000000000000000000000000000000000000000000000000000
  413.             0000000000000000000000000000000000000000000000000000000000000000
  414.             0000000000000000000000000000000000000000000000000000000000000000
  415.             0000000000000000000000000000000000000000000000000000000000000000
  416.             0000000000000000000000000000000000000000000000000000000000000000
  417.             0000000000000000000000000000000000000000000000000000000000000000
  418.             0000000000000000000000000000000000000000000000000000000000000000
  419.             0000000000000000000000000000000000000000000000000000000000000000
  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.             000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  433.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  434.             0303030303030303030303030303030303030303030303030303030303030303
  435.             0303F8F80303030303030303030303030303030303FF03030303030303030303
  436.             0303030303F90101F80303030303F9F80303030303030303F8F8FF0303030303
  437.             03FF03030303030303F9010101F8030303F90101F8030303030303F8FF03F8FF
  438.             030303FFF8F8FF030303030303F901010101F803F901010101F80303030303F8
  439.             FF0303F8FF03FFF80303F8FF030303030303F901010101F80101010101F80303
  440.             030303F8FF030303F8FFF803030303F8FF030303030303F90101010101010101
  441.             F803030303030303F8FF030303F803030303FFF80303030303030303F9010101
  442.             010101F8030303030303030303F8FF030303030303FFF8030303030303030303
  443.             030101010101F80303030303030303030303F8FF0303030303F8030303030303
  444.             0303030303F901010101F8030303030303030303030303F8FF030303F8030303
  445.             0303030303030303F90101010101F8030303030303030303030303F803030303
  446.             F8FF030303030303030303F9010101F8010101F803030303030303030303F803
  447.             03030303F8FF0303030303030303F9010101F803F9010101F803030303030303
  448.             03F8030303F8FF0303F8FF03030303030303F90101F8030303F9010101F80303
  449.             03030303F8FF0303F803F8FF0303F8FF03030303030303F9010303030303F901
  450.             0101030303030303F8FFFFF8030303F8FF0303F8FF0303030303030303030303
  451.             030303F901F903030303030303F8F80303030303F8FFFFFFF803030303030303
  452.             03030303030303030303030303030303030303030303030303F8F8F803030303
  453.             0303030303030303030303030303030303030303030303030303030303030303
  454.             0303}
  455.           NumGlyphs = 2
  456.         end
  457.       end
  458.     end
  459.     object TTabPage
  460.       Left = 4
  461.       Top = 27
  462.       Caption = 'Edit Windows'
  463.       object GroupBox5: TGroupBox
  464.         Left = 0
  465.         Top = 0
  466.         Width = 563
  467.         Height = 145
  468.         Align = alTop
  469.         TabOrder = 0
  470.         object Label5: TLabel
  471.           Left = 13
  472.           Top = 28
  473.           Width = 51
  474.           Height = 20
  475.           Alignment = taRightJustify
  476.           AutoSize = False
  477.           Caption = 'Font:'
  478.           Font.Color = clBlue
  479.           Font.Height = -17
  480.           Font.Name = 'System'
  481.           Font.Style = [fsBold]
  482.           ParentFont = False
  483.         end
  484.         object Label6: TLabel
  485.           Left = 13
  486.           Top = 68
  487.           Width = 51
  488.           Height = 20
  489.           Alignment = taRightJustify
  490.           AutoSize = False
  491.           Caption = 'Size:'
  492.           Font.Color = clBlue
  493.           Font.Height = -17
  494.           Font.Name = 'System'
  495.           Font.Style = [fsBold]
  496.           ParentFont = False
  497.         end
  498.         object Label7: TLabel
  499.           Left = 13
  500.           Top = 108
  501.           Width = 51
  502.           Height = 20
  503.           Alignment = taRightJustify
  504.           AutoSize = False
  505.           Caption = 'Color:'
  506.           Font.Color = clBlue
  507.           Font.Height = -17
  508.           Font.Name = 'System'
  509.           Font.Style = [fsBold]
  510.           ParentFont = False
  511.         end
  512.         object Edit5: TEdit
  513.           Left = 68
  514.           Top = 28
  515.           Width = 241
  516.           Height = 25
  517.           AutoSize = False
  518.           Color = clSilver
  519.           Font.Color = clMaroon
  520.           Font.Height = -17
  521.           Font.Name = 'System'
  522.           Font.Style = [fsBold]
  523.           ParentFont = False
  524.           ReadOnly = True
  525.           TabOrder = 0
  526.         end
  527.         object Edit6: TEdit
  528.           Left = 68
  529.           Top = 68
  530.           Width = 53
  531.           Height = 25
  532.           AutoSize = False
  533.           Color = clSilver
  534.           Font.Color = clMaroon
  535.           Font.Height = -17
  536.           Font.Name = 'System'
  537.           Font.Style = [fsBold]
  538.           ParentFont = False
  539.           ReadOnly = True
  540.           TabOrder = 1
  541.         end
  542.         object Edit7: TEdit
  543.           Left = 68
  544.           Top = 108
  545.           Width = 90
  546.           Height = 25
  547.           AutoSize = False
  548.           Font.Color = clBlack
  549.           Font.Height = -17
  550.           Font.Name = 'System'
  551.           Font.Style = [fsBold]
  552.           ParentFont = False
  553.           ReadOnly = True
  554.           TabOrder = 2
  555.           Text = 'Text Color'
  556.         end
  557.         object Button3: TButton
  558.           Left = 400
  559.           Top = 58
  560.           Width = 89
  561.           Height = 33
  562.           Caption = 'Change'
  563.           TabOrder = 3
  564.           OnClick = Button3Click
  565.         end
  566.       end
  567.       object GroupBox6: TGroupBox
  568.         Left = 0
  569.         Top = 145
  570.         Width = 563
  571.         Height = 225
  572.         Align = alTop
  573.         TabOrder = 1
  574.         object RadioButton8: TRadioButton
  575.           Left = 24
  576.           Top = 80
  577.           Width = 490
  578.           Height = 20
  579.           Caption = 'Tile all open windows upon opening a new window'
  580.           TabOrder = 0
  581.           OnClick = RadioButton8Click
  582.         end
  583.         object RadioButton9: TRadioButton
  584.           Left = 24
  585.           Top = 110
  586.           Width = 490
  587.           Height = 20
  588.           Caption = 'Cascade all open windows upon opening a new window'
  589.           TabOrder = 1
  590.           OnClick = RadioButton9Click
  591.         end
  592.         object CheckBox1: TCheckBox
  593.           Left = 24
  594.           Top = 140
  595.           Width = 490
  596.           Height = 20
  597.           Caption = 'Save the size of the last open window upon exit'
  598.           TabOrder = 2
  599.           OnClick = CheckBox1Click
  600.         end
  601.         object RadioButton7: TRadioButton
  602.           Left = 24
  603.           Top = 50
  604.           Width = 490
  605.           Height = 20
  606.           Caption = 'Do not autoarrange windows upon opening a new window'
  607.           Checked = True
  608.           TabOrder = 3
  609.           TabStop = True
  610.           OnClick = RadioButton7Click
  611.         end
  612.         object CheckBox2: TCheckBox
  613.           Left = 24
  614.           Top = 170
  615.           Width = 490
  616.           Height = 20
  617.           Caption = 'Insert tags as lower case (uppercase by default)'
  618.           TabOrder = 4
  619.           OnClick = CheckBox2Click
  620.         end
  621.       end
  622.     end
  623.     object TTabPage
  624.       Left = 4
  625.       Top = 27
  626.       Caption = 'Button Colors'
  627.       object Label8: TLabel
  628.         Left = 33
  629.         Top = 25
  630.         Width = 128
  631.         Height = 20
  632.         Alignment = taRightJustify
  633.         AutoSize = False
  634.         Caption = 'Text Attributes'
  635.         Font.Color = clBlue
  636.         Font.Height = -17
  637.         Font.Name = 'System'
  638.         Font.Style = [fsBold]
  639.         ParentFont = False
  640.       end
  641.       object Label9: TLabel
  642.         Left = 33
  643.         Top = 58
  644.         Width = 128
  645.         Height = 20
  646.         Alignment = taRightJustify
  647.         AutoSize = False
  648.         Caption = 'Format'
  649.         Font.Color = clBlue
  650.         Font.Height = -17
  651.         Font.Name = 'System'
  652.         Font.Style = [fsBold]
  653.         ParentFont = False
  654.       end
  655.       object Label10: TLabel
  656.         Left = 33
  657.         Top = 91
  658.         Width = 128
  659.         Height = 20
  660.         Alignment = taRightJustify
  661.         AutoSize = False
  662.         Caption = 'Lists'
  663.         Font.Color = clBlue
  664.         Font.Height = -17
  665.         Font.Name = 'System'
  666.         Font.Style = [fsBold]
  667.         ParentFont = False
  668.       end
  669.       object Label11: TLabel
  670.         Left = 36
  671.         Top = 124
  672.         Width = 129
  673.         Height = 20
  674.         Alignment = taRightJustify
  675.         AutoSize = False
  676.         Caption = 'Back'
  677.         Font.Color = clBlue
  678.         Font.Height = -17
  679.         Font.Name = 'System'
  680.         Font.Style = [fsBold]
  681.         ParentFont = False
  682.       end
  683.       object Label12: TLabel
  684.         Left = 36
  685.         Top = 158
  686.         Width = 129
  687.         Height = 20
  688.         Alignment = taRightJustify
  689.         AutoSize = False
  690.         Caption = 'Image'
  691.         Font.Color = clBlue
  692.         Font.Height = -17
  693.         Font.Name = 'System'
  694.         Font.Style = [fsBold]
  695.         ParentFont = False
  696.       end
  697.       object Label13: TLabel
  698.         Left = 36
  699.         Top = 189
  700.         Width = 129
  701.         Height = 20
  702.         Alignment = taRightJustify
  703.         AutoSize = False
  704.         Caption = 'Link'
  705.         Font.Color = clBlue
  706.         Font.Height = -17
  707.         Font.Name = 'System'
  708.         Font.Style = [fsBold]
  709.         ParentFont = False
  710.       end
  711.       object Label14: TLabel
  712.         Left = 40
  713.         Top = 223
  714.         Width = 129
  715.         Height = 20
  716.         Alignment = taRightJustify
  717.         AutoSize = False
  718.         Caption = 'Anchor'
  719.         Font.Color = clBlue
  720.         Font.Height = -17
  721.         Font.Name = 'System'
  722.         Font.Style = [fsBold]
  723.         ParentFont = False
  724.       end
  725.       object Label15: TLabel
  726.         Left = 40
  727.         Top = 255
  728.         Width = 129
  729.         Height = 20
  730.         Alignment = taRightJustify
  731.         AutoSize = False
  732.         Caption = 'Table'
  733.         Font.Color = clBlue
  734.         Font.Height = -17
  735.         Font.Name = 'System'
  736.         Font.Style = [fsBold]
  737.         ParentFont = False
  738.       end
  739.       object Label17: TLabel
  740.         Left = 44
  741.         Top = 288
  742.         Width = 129
  743.         Height = 20
  744.         Alignment = taRightJustify
  745.         AutoSize = False
  746.         Caption = 'Symbol'
  747.         Font.Color = clBlue
  748.         Font.Height = -17
  749.         Font.Name = 'System'
  750.         Font.Style = [fsBold]
  751.         ParentFont = False
  752.       end
  753.       object Label18: TLabel
  754.         Left = 44
  755.         Top = 321
  756.         Width = 129
  757.         Height = 20
  758.         Alignment = taRightJustify
  759.         AutoSize = False
  760.         Caption = 'View GIF'
  761.         Font.Color = clBlue
  762.         Font.Height = -17
  763.         Font.Name = 'System'
  764.         Font.Style = [fsBold]
  765.         ParentFont = False
  766.       end
  767.       object SpeedButton1: TSpeedButton
  768.         Left = 185
  769.         Top = 23
  770.         Width = 25
  771.         Height = 25
  772.         Hint = 'Bold Text'
  773.         Caption = 'Bd'
  774.         Font.Color = clMaroon
  775.         Font.Height = -17
  776.         Font.Name = 'Times New Roman'
  777.         Font.Style = [fsBold, fsItalic]
  778.         ParentFont = False
  779.         ParentShowHint = False
  780.         ShowHint = True
  781.         OnClick = SpeedButton1Click
  782.       end
  783.       object SpeedButton2: TSpeedButton
  784.         Left = 185
  785.         Top = 56
  786.         Width = 25
  787.         Height = 25
  788.         Hint = 'Forced Line Break'
  789.         Caption = 'Br'
  790.         Font.Color = clGreen
  791.         Font.Height = -17
  792.         Font.Name = 'Times New Roman'
  793.         Font.Style = [fsBold, fsItalic]
  794.         ParentFont = False
  795.         ParentShowHint = False
  796.         ShowHint = True
  797.         OnClick = SpeedButton2Click
  798.       end
  799.       object SpeedButton3: TSpeedButton
  800.         Left = 185
  801.         Top = 89
  802.         Width = 25
  803.         Height = 25
  804.         Hint = 'Numbered List'
  805.         Caption = 'Nl'
  806.         Font.Color = clNavy
  807.         Font.Height = -17
  808.         Font.Name = 'Times New Roman'
  809.         Font.Style = [fsBold, fsItalic]
  810.         ParentFont = False
  811.         ParentShowHint = False
  812.         ShowHint = True
  813.         OnClick = SpeedButton3Click
  814.       end
  815.       object SpeedButton4: TSpeedButton
  816.         Left = 185
  817.         Top = 123
  818.         Width = 53
  819.         Height = 25
  820.         Hint = 'Background Appearance'
  821.         Caption = 'Back'
  822.         Font.Color = clPurple
  823.         Font.Height = -17
  824.         Font.Name = 'Times New Roman'
  825.         Font.Style = [fsBold, fsItalic]
  826.         ParentFont = False
  827.         ParentShowHint = False
  828.         ShowHint = True
  829.         OnClick = SpeedButton4Click
  830.       end
  831.       object SpeedButton5: TSpeedButton
  832.         Left = 185
  833.         Top = 155
  834.         Width = 53
  835.         Height = 25
  836.         Hint = 'Graphics File'
  837.         Caption = 'Image'
  838.         Font.Color = clPurple
  839.         Font.Height = -17
  840.         Font.Name = 'Times New Roman'
  841.         Font.Style = [fsBold, fsItalic]
  842.         ParentFont = False
  843.         ParentShowHint = False
  844.         ShowHint = True
  845.         OnClick = SpeedButton5Click
  846.       end
  847.       object SpeedButton6: TSpeedButton
  848.         Left = 184
  849.         Top = 188
  850.         Width = 59
  851.         Height = 25
  852.         Hint = 'Hyperlinks'
  853.         Caption = 'Link'
  854.         Font.Color = clPurple
  855.         Font.Height = -17
  856.         Font.Name = 'Times New Roman'
  857.         Font.Style = [fsBold, fsItalic]
  858.         ParentFont = False
  859.         ParentShowHint = False
  860.         ShowHint = True
  861.         OnClick = SpeedButton6Click
  862.       end
  863.       object SpeedButton7: TSpeedButton
  864.         Left = 184
  865.         Top = 220
  866.         Width = 59
  867.         Height = 25
  868.         Hint = 'Link Anchors'
  869.         Caption = 'Anchor'
  870.         Font.Color = clPurple
  871.         Font.Height = -17
  872.         Font.Name = 'Times New Roman'
  873.         Font.Style = [fsBold, fsItalic]
  874.         ParentFont = False
  875.         ParentShowHint = False
  876.         ShowHint = True
  877.         OnClick = SpeedButton7Click
  878.       end
  879.       object SpeedButton8: TSpeedButton
  880.         Left = 184
  881.         Top = 253
  882.         Width = 55
  883.         Height = 25
  884.         Hint = 'Tables'
  885.         Caption = 'Table'
  886.         Font.Color = clPurple
  887.         Font.Height = -17
  888.         Font.Name = 'Times New Roman'
  889.         Font.Style = [fsBold, fsItalic]
  890.         ParentFont = False
  891.         ParentShowHint = False
  892.         ShowHint = True
  893.         OnClick = SpeedButton8Click
  894.       end
  895.       object SpeedButton9: TSpeedButton
  896.         Left = 186
  897.         Top = 286
  898.         Width = 77
  899.         Height = 25
  900.         Hint = 'Special Symbols'
  901.         Caption = 'Symbol'
  902.         Font.Color = clPurple
  903.         Font.Height = -17
  904.         Font.Name = 'Times New Roman'
  905.         Font.Style = [fsBold, fsItalic]
  906.         ParentFont = False
  907.         ParentShowHint = False
  908.         ShowHint = True
  909.         OnClick = SpeedButton9Click
  910.       end
  911.       object SpeedButton10: TSpeedButton
  912.         Left = 186
  913.         Top = 319
  914.         Width = 77
  915.         Height = 25
  916.         Caption = 'View GIF'
  917.         Font.Color = clPurple
  918.         Font.Height = -17
  919.         Font.Name = 'Times New Roman'
  920.         Font.Style = [fsBold, fsItalic]
  921.         ParentFont = False
  922.         OnClick = SpeedButton10Click
  923.       end
  924.       object Button4: TButton
  925.         Left = 380
  926.         Top = 220
  927.         Width = 89
  928.         Height = 33
  929.         Caption = 'Save'
  930.         TabOrder = 0
  931.         OnClick = Button4Click
  932.       end
  933.       object Button5: TButton
  934.         Left = 380
  935.         Top = 276
  936.         Width = 89
  937.         Height = 33
  938.         Caption = 'Cancel'
  939.         TabOrder = 1
  940.         OnClick = Button5Click
  941.       end
  942.       object GroupBox7: TGroupBox
  943.         Left = 324
  944.         Top = 36
  945.         Width = 185
  946.         Height = 105
  947.         TabOrder = 2
  948.         object Label19: TLabel
  949.           Left = 18
  950.           Top = 55
  951.           Width = 150
  952.           Height = 20
  953.           AutoSize = False
  954.           Caption = 'to change its color'
  955.           Font.Color = clMaroon
  956.           Font.Height = -17
  957.           Font.Name = 'System'
  958.           Font.Style = [fsBold]
  959.           ParentFont = False
  960.         end
  961.         object Label16: TLabel
  962.           Left = 18
  963.           Top = 31
  964.           Width = 150
  965.           Height = 20
  966.           AutoSize = False
  967.           Caption = 'Click on a button'
  968.           Font.Color = clMaroon
  969.           Font.Height = -17
  970.           Font.Name = 'System'
  971.           Font.Style = [fsBold]
  972.           ParentFont = False
  973.         end
  974.       end
  975.     end
  976.     object TTabPage
  977.       Left = 4
  978.       Top = 27
  979.       Caption = 'Default Templates'
  980.       object GroupBox8: TGroupBox
  981.         Left = 0
  982.         Top = 160
  983.         Width = 563
  984.         Height = 160
  985.         Align = alTop
  986.         Caption = 'New Frame Page'
  987.         TabOrder = 0
  988.         object Memo2: TMemo
  989.           Left = 2
  990.           Top = 22
  991.           Width = 559
  992.           Height = 136
  993.           Align = alClient
  994.           ScrollBars = ssVertical
  995.           TabOrder = 0
  996.           OnChange = Memo2Change
  997.         end
  998.       end
  999.       object GroupBox9: TGroupBox
  1000.         Left = 0
  1001.         Top = 0
  1002.         Width = 563
  1003.         Height = 160
  1004.         Align = alTop
  1005.         Caption = 'New Page'
  1006.         TabOrder = 1
  1007.         object Memo1: TMemo
  1008.           Left = 2
  1009.           Top = 22
  1010.           Width = 559
  1011.           Height = 136
  1012.           Align = alClient
  1013.           ScrollBars = ssVertical
  1014.           TabOrder = 0
  1015.           OnChange = Memo1Change
  1016.         end
  1017.       end
  1018.       object Panel2: TPanel
  1019.         Left = 0
  1020.         Top = 320
  1021.         Width = 563
  1022.         Height = 48
  1023.         Align = alClient
  1024.         BevelOuter = bvLowered
  1025.         TabOrder = 2
  1026.         object BitBtn1: TBitBtn
  1027.           Left = 126
  1028.           Top = 7
  1029.           Width = 105
  1030.           Height = 34
  1031.           Caption = 'Save'
  1032.           Default = True
  1033.           Enabled = False
  1034.           TabOrder = 0
  1035.           OnClick = BitBtn1Click
  1036.           Glyph.Data = {
  1037.             BE060000424DBE06000000000000360400002800000024000000120000000100
  1038.             0800000000008802000000000000000000000000000000000000000000000000
  1039.             80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  1040.             A600000000000000000000000000000000000000000000000000000000000000
  1041.             0000000000000000000000000000000000000000000000000000000000000000
  1042.             0000000000000000000000000000000000000000000000000000000000000000
  1043.             0000000000000000000000000000000000000000000000000000000000000000
  1044.             0000000000000000000000000000000000000000000000000000000000000000
  1045.             0000000000000000000000000000000000000000000000000000000000000000
  1046.             0000000000000000000000000000000000000000000000000000000000000000
  1047.             0000000000000000000000000000000000000000000000000000000000000000
  1048.             0000000000000000000000000000000000000000000000000000000000000000
  1049.             0000000000000000000000000000000000000000000000000000000000000000
  1050.             0000000000000000000000000000000000000000000000000000000000000000
  1051.             0000000000000000000000000000000000000000000000000000000000000000
  1052.             0000000000000000000000000000000000000000000000000000000000000000
  1053.             0000000000000000000000000000000000000000000000000000000000000000
  1054.             0000000000000000000000000000000000000000000000000000000000000000
  1055.             0000000000000000000000000000000000000000000000000000000000000000
  1056.             0000000000000000000000000000000000000000000000000000000000000000
  1057.             0000000000000000000000000000000000000000000000000000000000000000
  1058.             0000000000000000000000000000000000000000000000000000000000000000
  1059.             0000000000000000000000000000000000000000000000000000000000000000
  1060.             0000000000000000000000000000000000000000000000000000000000000000
  1061.             0000000000000000000000000000000000000000000000000000000000000000
  1062.             0000000000000000000000000000000000000000000000000000000000000000
  1063.             0000000000000000000000000000000000000000000000000000000000000000
  1064.             0000000000000000000000000000000000000000000000000000000000000000
  1065.             0000000000000000000000000000000000000000000000000000000000000000
  1066.             0000000000000000000000000000000000000000000000000000000000000000
  1067.             0000000000000000000000000000000000000000000000000000000000000000
  1068.             0000000000000000000000000000000000000000000000000000000000000000
  1069.             000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  1070.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  1071.             0303030303030303030303030303030303030303030303030303030303030303
  1072.             03030303030303030303030303030303030303030303FF030303030303030303
  1073.             03030303030303040403030303030303030303030303030303F8F8FF03030303
  1074.             03030303030303030303040202040303030303030303030303030303F80303F8
  1075.             FF030303030303030303030303040202020204030303030303030303030303F8
  1076.             03030303F8FF0303030303030303030304020202020202040303030303030303
  1077.             0303F8030303030303F8FF030303030303030304020202FA0202020204030303
  1078.             0303030303F8FF0303F8FF030303F8FF03030303030303020202FA03FA020202
  1079.             040303030303030303F8FF03F803F8FF0303F8FF03030303030303FA02FA0303
  1080.             03FA0202020403030303030303F8FFF8030303F8FF0303F8FF03030303030303
  1081.             FA0303030303FA0202020403030303030303F80303030303F8FF0303F8FF0303
  1082.             0303030303030303030303FA0202020403030303030303030303030303F8FF03
  1083.             03F8FF03030303030303030303030303FA020202040303030303030303030303
  1084.             0303F8FF0303F8FF03030303030303030303030303FA02020204030303030303
  1085.             03030303030303F8FF0303F8FF03030303030303030303030303FA0202020403
  1086.             030303030303030303030303F8FF0303F8FF03030303030303030303030303FA
  1087.             0202040303030303030303030303030303F8FF03F8FF03030303030303030303
  1088.             03030303FA0202030303030303030303030303030303F8FFF803030303030303
  1089.             030303030303030303FA0303030303030303030303030303030303F803030303
  1090.             0303030303030303030303030303030303030303030303030303030303030303
  1091.             0303}
  1092.           NumGlyphs = 2
  1093.         end
  1094.         object BitBtn2: TBitBtn
  1095.           Left = 333
  1096.           Top = 7
  1097.           Width = 105
  1098.           Height = 34
  1099.           Cancel = True
  1100.           Caption = 'Cancel'
  1101.           Enabled = False
  1102.           TabOrder = 1
  1103.           OnClick = BitBtn2Click
  1104.           Glyph.Data = {
  1105.             BE060000424DBE06000000000000360400002800000024000000120000000100
  1106.             0800000000008802000000000000000000000000000000000000000000000000
  1107.             80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  1108.             A600000000000000000000000000000000000000000000000000000000000000
  1109.             0000000000000000000000000000000000000000000000000000000000000000
  1110.             0000000000000000000000000000000000000000000000000000000000000000
  1111.             0000000000000000000000000000000000000000000000000000000000000000
  1112.             0000000000000000000000000000000000000000000000000000000000000000
  1113.             0000000000000000000000000000000000000000000000000000000000000000
  1114.             0000000000000000000000000000000000000000000000000000000000000000
  1115.             0000000000000000000000000000000000000000000000000000000000000000
  1116.             0000000000000000000000000000000000000000000000000000000000000000
  1117.             0000000000000000000000000000000000000000000000000000000000000000
  1118.             0000000000000000000000000000000000000000000000000000000000000000
  1119.             0000000000000000000000000000000000000000000000000000000000000000
  1120.             0000000000000000000000000000000000000000000000000000000000000000
  1121.             0000000000000000000000000000000000000000000000000000000000000000
  1122.             0000000000000000000000000000000000000000000000000000000000000000
  1123.             0000000000000000000000000000000000000000000000000000000000000000
  1124.             0000000000000000000000000000000000000000000000000000000000000000
  1125.             0000000000000000000000000000000000000000000000000000000000000000
  1126.             0000000000000000000000000000000000000000000000000000000000000000
  1127.             0000000000000000000000000000000000000000000000000000000000000000
  1128.             0000000000000000000000000000000000000000000000000000000000000000
  1129.             0000000000000000000000000000000000000000000000000000000000000000
  1130.             0000000000000000000000000000000000000000000000000000000000000000
  1131.             0000000000000000000000000000000000000000000000000000000000000000
  1132.             0000000000000000000000000000000000000000000000000000000000000000
  1133.             0000000000000000000000000000000000000000000000000000000000000000
  1134.             0000000000000000000000000000000000000000000000000000000000000000
  1135.             0000000000000000000000000000000000000000000000000000000000000000
  1136.             0000000000000000000000000000000000000000000000000000000000000000
  1137.             000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  1138.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  1139.             0303030303030303030303030303030303030303030303030303030303030303
  1140.             0303F8F80303030303030303030303030303030303FF03030303030303030303
  1141.             0303030303F90101F80303030303F9F80303030303030303F8F8FF0303030303
  1142.             03FF03030303030303F9010101F8030303F90101F8030303030303F8FF03F8FF
  1143.             030303FFF8F8FF030303030303F901010101F803F901010101F80303030303F8
  1144.             FF0303F8FF03FFF80303F8FF030303030303F901010101F80101010101F80303
  1145.             030303F8FF030303F8FFF803030303F8FF030303030303F90101010101010101
  1146.             F803030303030303F8FF030303F803030303FFF80303030303030303F9010101
  1147.             010101F8030303030303030303F8FF030303030303FFF8030303030303030303
  1148.             030101010101F80303030303030303030303F8FF0303030303F8030303030303
  1149.             0303030303F901010101F8030303030303030303030303F8FF030303F8030303
  1150.             0303030303030303F90101010101F8030303030303030303030303F803030303
  1151.             F8FF030303030303030303F9010101F8010101F803030303030303030303F803
  1152.             03030303F8FF0303030303030303F9010101F803F9010101F803030303030303
  1153.             03F8030303F8FF0303F8FF03030303030303F90101F8030303F9010101F80303
  1154.             03030303F8FF0303F803F8FF0303F8FF03030303030303F9010303030303F901
  1155.             0101030303030303F8FFFFF8030303F8FF0303F8FF0303030303030303030303
  1156.             030303F901F903030303030303F8F80303030303F8FFFFFFF803030303030303
  1157.             03030303030303030303030303030303030303030303030303F8F8F803030303
  1158.             0303030303030303030303030303030303030303030303030303030303030303
  1159.             0303}
  1160.           NumGlyphs = 2
  1161.         end
  1162.       end
  1163.     end
  1164.     object TTabPage
  1165.       Left = 4
  1166.       Top = 27
  1167.       Caption = 'WPC'
  1168.       object GroupBox10: TGroupBox
  1169.         Left = 5
  1170.         Top = 5
  1171.         Width = 551
  1172.         Height = 151
  1173.         Caption = 'Mimimize On Deactivate'
  1174.         Font.Color = clBlue
  1175.         Font.Height = -17
  1176.         Font.Name = 'System'
  1177.         Font.Style = [fsBold]
  1178.         ParentFont = False
  1179.         TabOrder = 0
  1180.         object Label20: TLabel
  1181.           Left = 15
  1182.           Top = 40
  1183.           Width = 521
  1184.           Height = 71
  1185.           AutoSize = False
  1186.           Caption = 
  1187.             'WPC'#39's default is to stay on screen when another application, suc' +
  1188.             'h as your browser, is activated.  Would you like WPC to minimize' +
  1189.             ' when another application is activated?'
  1190.           Font.Color = clBlack
  1191.           Font.Height = -17
  1192.           Font.Name = 'System'
  1193.           Font.Style = [fsBold]
  1194.           ParentFont = False
  1195.           WordWrap = True
  1196.         end
  1197.         object CheckBox3: TCheckBox
  1198.           Left = 170
  1199.           Top = 120
  1200.           Width = 211
  1201.           Height = 18
  1202.           Caption = 'Minimize on deactivate'
  1203.           Font.Color = clMaroon
  1204.           Font.Height = -17
  1205.           Font.Name = 'System'
  1206.           Font.Style = [fsBold]
  1207.           ParentFont = False
  1208.           TabOrder = 0
  1209.           OnClick = CheckBox3Click
  1210.         end
  1211.       end
  1212.     end
  1213.   end
  1214.   object OpenDialog1: TOpenDialog
  1215.     FileEditStyle = fsEdit
  1216.     Filter = 'EXE Files (*.EXE)|*.exe|All Files (*.*)|*.*'
  1217.     Left = 8
  1218.     Top = 364
  1219.   end
  1220.   object FontDialog1: TFontDialog
  1221.     Font.Color = clWindowText
  1222.     Font.Height = -17
  1223.     Font.Name = 'System'
  1224.     Font.Style = []
  1225.     MinFontSize = 0
  1226.     MaxFontSize = 0
  1227.     Options = [fdEffects, fdFixedPitchOnly, fdForceFontExist]
  1228.     Left = 40
  1229.     Top = 364
  1230.   end
  1231.   object ColorDialog1: TColorDialog
  1232.     Ctl3D = True
  1233.     Left = 73
  1234.     Top = 365
  1235.   end
  1236. end
  1237.