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

  1. object FrmOptions: TFrmOptions
  2.   Left = 241
  3.   Top = 202
  4.   BorderStyle = bsDialog
  5.   Caption = 'Options'
  6.   ClientHeight = 233
  7.   ClientWidth = 313
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object btnOK: TButton
  16.     Left = 120
  17.     Top = 200
  18.     Width = 89
  19.     Height = 25
  20.     Caption = 'OK'
  21.     Default = True
  22.     ModalResult = 1
  23.     TabOrder = 0
  24.   end
  25.   object btnCancel: TButton
  26.     Left = 216
  27.     Top = 200
  28.     Width = 89
  29.     Height = 25
  30.     Caption = 'Cancel'
  31.     ModalResult = 2
  32.     TabOrder = 1
  33.   end
  34.   object tnbOptions: TTabbedNotebook
  35.     Left = 8
  36.     Top = 8
  37.     Width = 297
  38.     Height = 185
  39.     TabFont.Color = clBtnText
  40.     TabFont.Height = -11
  41.     TabFont.Name = 'MS Sans Serif'
  42.     TabFont.Style = []
  43.     TabOrder = 2
  44.     object TTabPage
  45.       Left = 4
  46.       Top = 24
  47.       Caption = 'General'
  48.       object cbTipAssistant: TCheckBox
  49.         Left = 8
  50.         Top = 88
  51.         Width = 161
  52.         Height = 17
  53.         Hint = 'Do you want to see the Tip Assistant every startup ?'
  54.         Caption = ' Show &Tip Assistant at startup'
  55.         ParentShowHint = False
  56.         ShowHint = True
  57.         TabOrder = 0
  58.       end
  59.       object cbNewDoc: TCheckBox
  60.         Left = 8
  61.         Top = 64
  62.         Width = 163
  63.         Height = 17
  64.         Hint = 'Open a new document at startup ?'
  65.         Caption = ' &New document at startup'
  66.         ParentShowHint = False
  67.         ShowHint = True
  68.         TabOrder = 1
  69.       end
  70.       object cbLowerCase: TCheckBox
  71.         Left = 8
  72.         Top = 40
  73.         Width = 153
  74.         Height = 17
  75.         Hint = 'Indicates whether to insert all tags lowercase or not'
  76.         Caption = ' Insert tags &lowercase'
  77.         ParentShowHint = False
  78.         ShowHint = True
  79.         TabOrder = 2
  80.       end
  81.       object cbWordWrap: TCheckBox
  82.         Left = 8
  83.         Top = 16
  84.         Width = 81
  85.         Height = 17
  86.         Caption = ' &Word wrap'
  87.         ParentShowHint = False
  88.         ShowHint = False
  89.         TabOrder = 3
  90.       end
  91.     end
  92.     object TTabPage
  93.       Left = 4
  94.       Top = 24
  95.       Caption = 'Toolbars'
  96.       object cbStandard: TCheckBox
  97.         Left = 8
  98.         Top = 16
  99.         Width = 113
  100.         Height = 17
  101.         Hint = 'Indicates whether to show the Standard Speedbar or not'
  102.         Caption = ' &Standard Speedbar'
  103.         ParentShowHint = False
  104.         ShowHint = True
  105.         TabOrder = 0
  106.       end
  107.       object cbQuickHTML: TCheckBox
  108.         Left = 8
  109.         Top = 40
  110.         Width = 137
  111.         Height = 17
  112.         Hint = 'Indicates whether to show the Quick HTML Toolbar or not'
  113.         Caption = ' &Quick HTML Toolbar'
  114.         ParentShowHint = False
  115.         ShowHint = True
  116.         TabOrder = 1
  117.       end
  118.       object cbTags: TCheckBox
  119.         Left = 8
  120.         Top = 64
  121.         Width = 121
  122.         Height = 17
  123.         Hint = 'Indicates whether to show the Tags Toolbar or not'
  124.         Caption = ' HTML &Tags'
  125.         ParentShowHint = False
  126.         ShowHint = True
  127.         TabOrder = 2
  128.       end
  129.       object cbColors: TCheckBox
  130.         Left = 8
  131.         Top = 88
  132.         Width = 97
  133.         Height = 17
  134.         Hint = 'Indicates whether to show the Color Speedbar or not'
  135.         Caption = ' &Color Speedbar'
  136.         ParentShowHint = False
  137.         ShowHint = True
  138.         TabOrder = 3
  139.       end
  140.       object cbStatusLine: TCheckBox
  141.         Left = 8
  142.         Top = 112
  143.         Width = 80
  144.         Height = 17
  145.         Hint = 'Indicates whether to show the Status Line or not'
  146.         Caption = ' Status &Line'
  147.         ParentShowHint = False
  148.         ShowHint = True
  149.         TabOrder = 4
  150.       end
  151.     end
  152.     object TTabPage
  153.       Left = 4
  154.       Top = 24
  155.       Caption = 'Browser'
  156.       object lblBrowserPath: TLabel
  157.         Left = 8
  158.         Top = 16
  159.         Width = 22
  160.         Height = 13
  161.         Caption = 'Path'
  162.         FocusControl = EditBrowser
  163.       end
  164.       object EditBrowser: TEdit
  165.         Left = 8
  166.         Top = 40
  167.         Width = 273
  168.         Height = 21
  169.         Hint = 'Path of browser to use with '#39'Preview'#39' funtion'
  170.         ParentShowHint = False
  171.         ShowHint = True
  172.         TabOrder = 0
  173.       end
  174.       object btnBrowse: TBitBtn
  175.         Left = 192
  176.         Top = 72
  177.         Width = 89
  178.         Height = 22
  179.         Hint = 'Browse for a file on the local computer'
  180.         Caption = 'B&rowse ...'
  181.         ParentShowHint = False
  182.         ShowHint = True
  183.         TabOrder = 1
  184.         OnClick = btnBrowseClick
  185.         Glyph.Data = {
  186.           F6000000424DF600000000000000760000002800000010000000100000000100
  187.           0400000000008000000000000000000000000000000000000000000000000000
  188.           80000080000000808000800000008000800080800000C0C0C000808080000000
  189.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  190.           77777777777777777777000000000007777700333333333077770B0333333333
  191.           07770FB03333333330770BFB0333333333070FBFB000000000000BFBFBFBFB07
  192.           77770FBFBFBFBF0777770BFB0000000777777000777777770007777777777777
  193.           7007777777770777070777777777700077777777777777777777}
  194.       end
  195.     end
  196.     object TTabPage
  197.       Left = 4
  198.       Top = 24
  199.       Caption = 'Help File'
  200.       object lblExternalHelpFilePath: TLabel
  201.         Left = 8
  202.         Top = 16
  203.         Width = 22
  204.         Height = 13
  205.         Caption = 'Path'
  206.         FocusControl = EditExternalHelpFile
  207.       end
  208.       object lblCaption: TLabel
  209.         Left = 8
  210.         Top = 100
  211.         Width = 36
  212.         Height = 13
  213.         Caption = 'Caption'
  214.         FocusControl = EditCaption
  215.       end
  216.       object EditExternalHelpFile: TEdit
  217.         Left = 8
  218.         Top = 40
  219.         Width = 273
  220.         Height = 21
  221.         Hint = 'The help file that will be called when F1 is pressed'
  222.         ParentShowHint = False
  223.         ShowHint = True
  224.         TabOrder = 0
  225.         OnChange = EditExternalHelpFileChange
  226.       end
  227.       object EditCaption: TEdit
  228.         Left = 8
  229.         Top = 124
  230.         Width = 273
  231.         Height = 21
  232.         Hint = 
  233.           'Text to appear in the help menu for the menu item that calls the' +
  234.           ' help file'
  235.         ParentShowHint = False
  236.         ShowHint = True
  237.         TabOrder = 1
  238.       end
  239.       object btnBrowse2: TBitBtn
  240.         Left = 192
  241.         Top = 72
  242.         Width = 89
  243.         Height = 22
  244.         Caption = 'Browse ...'
  245.         TabOrder = 2
  246.         OnClick = btnBrowse2Click
  247.         Glyph.Data = {
  248.           F6000000424DF600000000000000760000002800000010000000100000000100
  249.           0400000000008000000000000000000000000000000000000000000000000000
  250.           80000080000000808000800000008000800080800000C0C0C000808080000000
  251.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  252.           77777777777777777777000000000007777700333333333077770B0333333333
  253.           07770FB03333333330770BFB0333333333070FBFB000000000000BFBFBFBFB07
  254.           77770FBFBFBFBF0777770BFB0000000777777000777777770007777777777777
  255.           7007777777770777070777777777700077777777777777777777}
  256.       end
  257.     end
  258.     object TTabPage
  259.       Left = 4
  260.       Top = 24
  261.       Caption = 'Filer'
  262.       object Align: TLabel
  263.         Left = 8
  264.         Top = 72
  265.         Width = 46
  266.         Height = 13
  267.         Caption = 'Alignment'
  268.       end
  269.       object cbImages: TCheckBox
  270.         Left = 8
  271.         Top = 16
  272.         Width = 161
  273.         Height = 17
  274.         Hint = 'use the <IMG> tag instead of <A> (only for images)'
  275.         Caption = ' Use <&IMG> tag with images'
  276.         ParentShowHint = False
  277.         ShowHint = True
  278.         TabOrder = 0
  279.       end
  280.       object cbText: TCheckBox
  281.         Left = 8
  282.         Top = 40
  283.         Width = 97
  284.         Height = 17
  285.         Hint = 
  286.           'don'#39't use the <A> tag with text files, but insert their content ' +
  287.           'in the current file'
  288.         Caption = ' Insert &text files'
  289.         ParentShowHint = False
  290.         ShowHint = True
  291.         TabOrder = 1
  292.       end
  293.       object rbLeft: TRadioButton
  294.         Left = 64
  295.         Top = 72
  296.         Width = 57
  297.         Height = 17
  298.         Caption = '&Left'
  299.         TabOrder = 2
  300.       end
  301.       object rbRight: TRadioButton
  302.         Left = 64
  303.         Top = 88
  304.         Width = 57
  305.         Height = 17
  306.         Caption = '&Right'
  307.         TabOrder = 3
  308.       end
  309.     end
  310.     object TTabPage
  311.       Left = 4
  312.       Top = 24
  313.       Caption = 'Font'
  314.       object btnFont: TButton
  315.         Left = 8
  316.         Top = 16
  317.         Width = 75
  318.         Height = 25
  319.         Caption = '&Font'
  320.         TabOrder = 0
  321.         OnClick = btnFontClick
  322.       end
  323.       object btnColor: TButton
  324.         Left = 8
  325.         Top = 48
  326.         Width = 75
  327.         Height = 25
  328.         Caption = '&Color'
  329.         TabOrder = 1
  330.         OnClick = btnColorClick
  331.       end
  332.       object btnBackground: TButton
  333.         Left = 8
  334.         Top = 80
  335.         Width = 75
  336.         Height = 25
  337.         Caption = 'Background'
  338.         TabOrder = 2
  339.         OnClick = btnBackgroundClick
  340.       end
  341.       object Memo: TMemo
  342.         Left = 96
  343.         Top = 16
  344.         Width = 185
  345.         Height = 129
  346.         TabStop = False
  347.         Lines.Strings = (
  348.           '<HTML><HEAD></HEAD>'
  349.           '<BODY>'
  350.           'This is some sample text to show how '
  351.           'it will look like in every window <BR>'
  352.           '</BODY>'
  353.           '</HTML>')
  354.         ReadOnly = True
  355.         TabOrder = 3
  356.       end
  357.     end
  358.     object TTabPage
  359.       Left = 4
  360.       Top = 24
  361.       Caption = 'Other'
  362.       object lblAutoSave: TLabel
  363.         Left = 8
  364.         Top = 16
  365.         Width = 72
  366.         Height = 13
  367.         Caption = ' &Autosave after'
  368.         FocusControl = seMinutes
  369.       end
  370.       object lblMinutes: TLabel
  371.         Left = 149
  372.         Top = 16
  373.         Width = 36
  374.         Height = 13
  375.         Caption = 'minutes'
  376.       end
  377.       object seMinutes: TSpinEdit
  378.         Left = 88
  379.         Top = 16
  380.         Width = 49
  381.         Height = 22
  382.         Hint = 'enter 0 to disable autosaving'
  383.         MaxValue = 1000
  384.         MinValue = 0
  385.         ParentShowHint = False
  386.         ShowHint = True
  387.         TabOrder = 0
  388.         Value = 0
  389.       end
  390.       object cbLimitFileSize: TCheckBox
  391.         Left = 8
  392.         Top = 48
  393.         Width = 97
  394.         Height = 17
  395.         Hint = 
  396.           'Indicates whether to limit the maximum size of files to edit. Ch' +
  397.           'eck if you have trouble entering text into douments.'
  398.         Caption = '&Limit File Size'
  399.         ParentShowHint = False
  400.         ShowHint = True
  401.         TabOrder = 1
  402.       end
  403.     end
  404.   end
  405.   object DlgBrowser: TOpenDialog
  406.     DefaultExt = 'exe'
  407.     FileEditStyle = fsEdit
  408.     FileName = '*.exe'
  409.     Filter = 'Executables|*.exe'
  410.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  411.     Title = 'Select a browser'
  412.     Left = 400
  413.     Top = 544
  414.   end
  415.   object DlgHelpFile: TOpenDialog
  416.     DefaultExt = 'hlp'
  417.     FileEditStyle = fsEdit
  418.     FileName = '*.hlp'
  419.     Filter = 'Help files|*.hlp'
  420.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  421.     Title = 'Select a help file'
  422.     Left = 472
  423.     Top = 544
  424.   end
  425.   object DlgFont: TFontDialog
  426.     Font.Color = clBlack
  427.     Font.Height = -13
  428.     Font.Name = 'Courier New'
  429.     Font.Style = []
  430.     MinFontSize = 0
  431.     MaxFontSize = 0
  432.     Options = [fdForceFontExist]
  433.     Left = 20
  434.     Top = 160
  435.   end
  436.   object DlgColor: TColorDialog
  437.     Ctl3D = True
  438.     Left = 52
  439.     Top = 160
  440.   end
  441. end
  442.