home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / komunikace / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFRMPREFERENCES / TFRMPREFERENCES.txt
Text File  |  2006-09-21  |  74KB  |  2,484 lines

  1. object frmPreferences: TfrmPreferences
  2.   Left = 276
  3.   Top = 199
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Preferences'
  7.   ClientHeight = 422
  8.   ClientWidth = 623
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnCreate = FormCreate
  19.   OnDeactivate = FormDeactivate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Bevel3: TBevel
  23.     Left = 8
  24.     Top = 381
  25.     Width = 607
  26.     Height = 2
  27.   end
  28.   object TreeView1: TTreeView
  29.     Left = 8
  30.     Top = 8
  31.     Width = 169
  32.     Height = 359
  33.     AutoExpand = True
  34.     Font.Charset = ANSI_CHARSET
  35.     Font.Color = clWindowText
  36.     Font.Height = -11
  37.     Font.Name = 'Arial'
  38.     Font.Style = []
  39.     HotTrack = True
  40.     Indent = 30
  41.     ParentFont = False
  42.     ReadOnly = True
  43.     ShowButtons = False
  44.     ShowLines = False
  45.     StateImages = ImageList1
  46.     TabOrder = 0
  47.     OnChange = TreeView1Change
  48.     OnChanging = TreeView1Changing
  49.     OnCollapsed = TreeView1Collapsed
  50.     OnExpanded = TreeView1Expanded
  51.     Items.NodeData = {
  52.       0106000000330000000000000000000000FFFFFFFFFFFFFFFF00000000040000
  53.       000D45006E007600690072006F006E006E0065006D0065006E0074003D000000
  54.       0000000000000000FFFFFFFFFFFFFFFF00000000000000001256006900730069
  55.       006F006E006E00650075007200200069006E007400650072006E0065003D0000
  56.       000000000000000000FFFFFFFFFFFFFFFF000000000000000012560069007300
  57.       69006F006E006E006500750072002000650078007400650072006E0065003700
  58.       00000000000000000000FFFFFFFFFFFFFFFF00000000000000000F45002D006D
  59.       00610069006C002000730065007400740069006E006700730029000000000000
  60.       0000000000FFFFFFFFFFFFFFFF00000000000000000844006900760065007200
  61.       730065007300270000000000000000000000FFFFFFFFFFFFFFFF000000000400
  62.       0000074500640069007400650075007200290000000000000000000000FFFFFF
  63.       FFFFFFFFFF00000000000000000845006E0063006F0064006100670065003D00
  64.       00000000000000000000FFFFFFFFFFFFFFFF00000000000000001249006E0073
  65.       007000650063007400650075007200200064006500200063006F006400650029
  66.       0000000000000000000000FFFFFFFFFFFFFFFF00000000000000000854006100
  67.       62006C006500610075007800350000000000000000000000FFFFFFFFFFFFFFFF
  68.       00000000000000000E4100690064006500200061007500200063006F00640061
  69.       0067006500290000000000000000000000FFFFFFFFFFFFFFFF00000000020000
  70.       000846006900630068006900650072007300390000000000000000000000FFFF
  71.       FFFFFFFFFFFF000000000000000010540079007000650073002F004500780074
  72.       0065006E00730069006F006E007300310000000000000000000000FFFFFFFFFF
  73.       FFFFFF00000000000000000C4100730073006F00630069006100740069006F00
  74.       6E007300410000000000000000000000FFFFFFFFFFFFFFFF0000000000000000
  75.       1456003904720069006600690063006100740069006F006E002000530079006E
  76.       0074006100780065002F0000000000000000000000FFFFFFFFFFFFFFFF000000
  77.       00000000000B4F007200740068006F0067007200610070006800650033000000
  78.       0000000000000000FFFFFFFFFFFFFFFF00000000000000000D49006E00740065
  79.       00720070007200390474006500750072007300}
  80.   end
  81.   object btnRestore: TButton
  82.     Left = 8
  83.     Top = 391
  84.     Width = 97
  85.     Height = 22
  86.     HelpContext = 464
  87.     Caption = 'Restore Defaults...'
  88.     Font.Charset = DEFAULT_CHARSET
  89.     Font.Color = clBlack
  90.     Font.Height = -11
  91.     Font.Name = 'MS Sans Serif'
  92.     Font.Style = []
  93.     ParentFont = False
  94.     TabOrder = 1
  95.     OnClick = btnRestoreClick
  96.   end
  97.   object btnOk: TButton
  98.     Left = 385
  99.     Top = 391
  100.     Width = 72
  101.     Height = 22
  102.     HelpContext = 49
  103.     Caption = '&Ok'
  104.     Default = True
  105.     Font.Charset = DEFAULT_CHARSET
  106.     Font.Color = clBlack
  107.     Font.Height = -11
  108.     Font.Name = 'MS Sans Serif'
  109.     Font.Style = []
  110.     ParentFont = False
  111.     TabOrder = 2
  112.     OnClick = btnOkClick
  113.   end
  114.   object CancelBtn: TButton
  115.     Left = 464
  116.     Top = 391
  117.     Width = 72
  118.     Height = 22
  119.     HelpContext = 44
  120.     Cancel = True
  121.     Caption = '&Cancel'
  122.     Font.Charset = DEFAULT_CHARSET
  123.     Font.Color = clBlack
  124.     Font.Height = -11
  125.     Font.Name = 'MS Sans Serif'
  126.     Font.Style = []
  127.     ModalResult = 2
  128.     ParentFont = False
  129.     TabOrder = 3
  130.   end
  131.   object btnHelp: TButton
  132.     Left = 543
  133.     Top = 391
  134.     Width = 72
  135.     Height = 22
  136.     HelpContext = 7
  137.     Caption = '&Help'
  138.     Font.Charset = ANSI_CHARSET
  139.     Font.Color = clWindowText
  140.     Font.Height = -11
  141.     Font.Name = 'MS Sans Serif'
  142.     Font.Style = []
  143.     ParentFont = False
  144.     TabOrder = 4
  145.     OnClick = btnHelpClick
  146.   end
  147.   object Panel1: TPanel
  148.     Left = 189
  149.     Top = 8
  150.     Width = 425
  151.     Height = 21
  152.     Alignment = taLeftJustify
  153.     BevelOuter = bvNone
  154.     Caption = ' '
  155.     Color = clActiveCaption
  156.     ParentBackground = False
  157.     TabOrder = 5
  158.   end
  159.   object PageControl1: TPageControl
  160.     Left = 177
  161.     Top = 32
  162.     Width = 452
  163.     Height = 348
  164.     ActivePage = tsEncoding
  165.     Font.Charset = DEFAULT_CHARSET
  166.     Font.Color = clBlack
  167.     Font.Height = -11
  168.     Font.Name = 'MS Sans Serif'
  169.     Font.Style = []
  170.     ParentFont = False
  171.     Style = tsFlatButtons
  172.     TabOrder = 6
  173.     OnChange = PageControl1Change
  174.     OnChanging = PageControl1Changing
  175.     object tsEnvironment: TTabSheet
  176.       Caption = 'tsEnvironment'
  177.       TabVisible = False
  178.       object GBOtherOptions: TGroupBox
  179.         Left = 8
  180.         Top = 171
  181.         Width = 425
  182.         Height = 90
  183.         Caption = 'GBOtherOptions'
  184.         TabOrder = 0
  185.         object chkCheckLastVersion: TCheckBox
  186.           Left = 8
  187.           Top = 18
  188.           Width = 380
  189.           Height = 16
  190.           HelpContext = 5402
  191.           Caption = 'chkCheckLastVersion'
  192.           TabOrder = 0
  193.         end
  194.         object chkShowFileExtsOnTabs: TCheckBox
  195.           Left = 8
  196.           Top = 34
  197.           Width = 380
  198.           Height = 16
  199.           HelpContext = 6006
  200.           Caption = 'chkShowFileExtsOnTabs'
  201.           TabOrder = 1
  202.         end
  203.         object chkShowTipOfTheDay: TCheckBox
  204.           Left = 8
  205.           Top = 50
  206.           Width = 380
  207.           Height = 16
  208.           HelpContext = 5
  209.           Caption = 'chkShowTipOfTheDay'
  210.           Font.Charset = DEFAULT_CHARSET
  211.           Font.Color = clBlack
  212.           Font.Height = -11
  213.           Font.Name = 'MS Sans Serif'
  214.           Font.Style = []
  215.           ParentFont = False
  216.           TabOrder = 2
  217.         end
  218.         object chkCheckForUpgrade: TCheckBox
  219.           Left = 8
  220.           Top = 66
  221.           Width = 408
  222.           Height = 17
  223.           Caption = 'chkCheckForUpgrade'
  224.           TabOrder = 3
  225.         end
  226.       end
  227.       object GBEnvironmentOptions: TGroupBox
  228.         Left = 8
  229.         Top = 4
  230.         Width = 425
  231.         Height = 158
  232.         Caption = 'GBDesktopOptions'
  233.         TabOrder = 1
  234.         object chkDesktopDocked: TCheckBox
  235.           Left = 8
  236.           Top = 68
  237.           Width = 380
  238.           Height = 16
  239.           HelpContext = 1251
  240.           Caption = 'chkDesktopDocked'
  241.           TabOrder = 0
  242.         end
  243.         object chkKeepOpenedDocs: TCheckBox
  244.           Left = 8
  245.           Top = 101
  246.           Width = 380
  247.           Height = 16
  248.           HelpContext = 1252
  249.           Caption = 'chkKeepOpenedDocs'
  250.           TabOrder = 1
  251.         end
  252.         object chkCreateDocAtStartup: TCheckBox
  253.           Left = 8
  254.           Top = 84
  255.           Width = 380
  256.           Height = 16
  257.           HelpContext = 644
  258.           Caption = 'chkCreateDocAtStartup'
  259.           TabOrder = 2
  260.         end
  261.         object chkShowMiniToolbar: TCheckBox
  262.           Left = 8
  263.           Top = 52
  264.           Width = 380
  265.           Height = 16
  266.           HelpContext = 891
  267.           Caption = 'chkShowMiniToolbar'
  268.           Font.Charset = DEFAULT_CHARSET
  269.           Font.Color = clBlack
  270.           Font.Height = -11
  271.           Font.Name = 'MS Sans Serif'
  272.           Font.Style = []
  273.           ParentFont = False
  274.           TabOrder = 3
  275.         end
  276.         object chkShowSpecialCharsBar: TCheckBox
  277.           Left = 8
  278.           Top = 36
  279.           Width = 380
  280.           Height = 16
  281.           HelpContext = 891
  282.           Caption = 'chkShowSpecialCharsBar'
  283.           Font.Charset = DEFAULT_CHARSET
  284.           Font.Color = clBlack
  285.           Font.Height = -11
  286.           Font.Name = 'MS Sans Serif'
  287.           Font.Style = []
  288.           ParentFont = False
  289.           TabOrder = 4
  290.         end
  291.         object chkShowStatusBar: TCheckBox
  292.           Left = 8
  293.           Top = 20
  294.           Width = 380
  295.           Height = 16
  296.           HelpContext = 36
  297.           Caption = 'chkShowStatusBar'
  298.           Font.Charset = DEFAULT_CHARSET
  299.           Font.Color = clBlack
  300.           Font.Height = -11
  301.           Font.Name = 'MS Sans Serif'
  302.           Font.Style = []
  303.           ParentFont = False
  304.           TabOrder = 5
  305.         end
  306.         object chkKeepLastProject: TCheckBox
  307.           Left = 8
  308.           Top = 118
  309.           Width = 380
  310.           Height = 16
  311.           Caption = 'chkKeepLastProject'
  312.           TabOrder = 6
  313.         end
  314.         object chkAutoSaveDesktop: TCheckBox
  315.           Left = 8
  316.           Top = 135
  317.           Width = 380
  318.           Height = 16
  319.           HelpContext = 697
  320.           Caption = 'chkAutoSaveDesktop'
  321.           TabOrder = 7
  322.         end
  323.       end
  324.     end
  325.     object tsInternalViewer: TTabSheet
  326.       Caption = 'tsInternalViewer'
  327.       ImageIndex = 7
  328.       TabVisible = False
  329.       object GBInternalViewerOptions: TGroupBox
  330.         Left = 8
  331.         Top = 4
  332.         Width = 425
  333.         Height = 157
  334.         Caption = 'GBInternalViewerOptions'
  335.         TabOrder = 0
  336.         object lblDelayRefresh: TLabel
  337.           Left = 71
  338.           Top = 48
  339.           Width = 3
  340.           Height = 13
  341.         end
  342.         object lblAutoRefreshMS: TLabel
  343.           Left = 88
  344.           Top = 107
  345.           Width = 85
  346.           Height = 13
  347.           Caption = 'lblAutoRefreshMS'
  348.         end
  349.         object chkIntViewerAutoRefresh: TCheckBox
  350.           Left = 8
  351.           Top = 84
  352.           Width = 400
  353.           Height = 16
  354.           HelpContext = 1238
  355.           Caption = 'chkIntViewerAutoRefresh'
  356.           TabOrder = 3
  357.         end
  358.         object chkIntViewerOffLineOnly: TCheckBox
  359.           Left = 8
  360.           Top = 20
  361.           Width = 400
  362.           Height = 16
  363.           HelpContext = 1250
  364.           Caption = 'chkIntViewerOffLineOnly'
  365.           TabOrder = 0
  366.         end
  367.         object udDelayRefresh: TUpDown
  368.           Left = 68
  369.           Top = 102
  370.           Width = 15
  371.           Height = 21
  372.           Associate = EdtDelayRefresh
  373.           Min = 250
  374.           Max = 30000
  375.           Increment = 100
  376.           Position = 1500
  377.           TabOrder = 5
  378.         end
  379.         object EdtDelayRefresh: TEdit
  380.           Left = 27
  381.           Top = 102
  382.           Width = 41
  383.           Height = 21
  384.           MaxLength = 5
  385.           TabOrder = 4
  386.           Text = '1'#160'500'
  387.           OnExit = EdtDelayRefreshExit
  388.         end
  389.         object chkIntViewerSilent: TCheckBox
  390.           Left = 8
  391.           Top = 36
  392.           Width = 400
  393.           Height = 16
  394.           HelpContext = 446
  395.           Caption = 'chkIntViewerSilent'
  396.           TabOrder = 1
  397.         end
  398.         object chkIntViewerAutoSaveRemoteFiles: TCheckBox
  399.           Left = 8
  400.           Top = 52
  401.           Width = 400
  402.           Height = 16
  403.           HelpContext = 6007
  404.           Caption = 'chkIntViewerAutoSaveRemoteFiles'
  405.           TabOrder = 2
  406.         end
  407.         object chkIntViewerStatusBar: TCheckBox
  408.           Left = 8
  409.           Top = 68
  410.           Width = 400
  411.           Height = 16
  412.           Caption = 'chkIntViewerStatusBar'
  413.           TabOrder = 6
  414.         end
  415.         object chkIntViewerLocalPreview: TCheckBox
  416.           Left = 8
  417.           Top = 126
  418.           Width = 413
  419.           Height = 17
  420.           Caption = 'chkIntViewerLocalPreview'
  421.           TabOrder = 7
  422.         end
  423.       end
  424.       object GBIntViewerBaseURL: TGroupBox
  425.         Left = 8
  426.         Top = 167
  427.         Width = 425
  428.         Height = 69
  429.         Caption = '      GBIntViewerBaseURL'
  430.         TabOrder = 1
  431.         object lblIntViewerBaseURL: TLabel
  432.           Left = 32
  433.           Top = 36
  434.           Width = 100
  435.           Height = 13
  436.           Alignment = taRightJustify
  437.           Caption = 'lblIntViewerBaseURL'
  438.           Enabled = False
  439.         end
  440.         object EditBaseUrl: TEdit
  441.           Left = 136
  442.           Top = 32
  443.           Width = 245
  444.           Height = 21
  445.           Enabled = False
  446.           TabOrder = 0
  447.         end
  448.         object chkIntViewerUseBaseURL: TCheckBox
  449.           Left = 10
  450.           Top = 0
  451.           Width = 15
  452.           Height = 16
  453.           Caption = 'chkIntViewerUseBaseURL'
  454.           Font.Charset = DEFAULT_CHARSET
  455.           Font.Color = clBlack
  456.           Font.Height = -11
  457.           Font.Name = 'MS Sans Serif'
  458.           Font.Style = []
  459.           ParentFont = False
  460.           TabOrder = 1
  461.           OnClick = chkIntViewerUseBaseURLClick
  462.         end
  463.       end
  464.     end
  465.     object tsExternalViewer: TTabSheet
  466.       Caption = 'tsExternalViewer'
  467.       TabVisible = False
  468.       object GBExtViewerPaths: TGroupBox
  469.         Left = 8
  470.         Top = 4
  471.         Width = 425
  472.         Height = 259
  473.         Caption = 'GBExternalViewerPaths'
  474.         Font.Charset = DEFAULT_CHARSET
  475.         Font.Color = clBlack
  476.         Font.Height = -11
  477.         Font.Name = 'MS Sans Serif'
  478.         Font.Style = []
  479.         ParentFont = False
  480.         TabOrder = 0
  481.         object ImgNS: TImage
  482.           Left = 12
  483.           Top = 46
  484.           Width = 16
  485.           Height = 16
  486.           AutoSize = True
  487.           Transparent = True
  488.           OnClick = ImgNSClick
  489.         end
  490.         object ImgMSIE: TImage
  491.           Left = 12
  492.           Top = 19
  493.           Width = 16
  494.           Height = 16
  495.           AutoSize = True
  496.           Transparent = True
  497.           OnClick = ImgMSIEClick
  498.         end
  499.         object lblNavSearchResult: TLabel
  500.           Left = 116
  501.           Top = 186
  502.           Width = 94
  503.           Height = 13
  504.           Caption = 'lblNavSearchResult'
  505.           Font.Charset = DEFAULT_CHARSET
  506.           Font.Color = clNavy
  507.           Font.Height = -11
  508.           Font.Name = 'MS Sans Serif'
  509.           Font.Style = []
  510.           ParentFont = False
  511.           Visible = False
  512.         end
  513.         object Bevel1: TBevel
  514.           Left = 0
  515.           Top = 156
  516.           Width = 425
  517.           Height = 2
  518.         end
  519.         object lblAutoSearchNav: TLabel
  520.           Left = 10
  521.           Top = 151
  522.           Width = 86
  523.           Height = 13
  524.           Caption = 'lblAutoSearchNav'
  525.         end
  526.         object lblSearchNavDisk: TLabel
  527.           Left = 51
  528.           Top = 169
  529.           Width = 85
  530.           Height = 13
  531.           Alignment = taRightJustify
  532.           Caption = 'lblSearchNavDisk'
  533.         end
  534.         object imgFF: TImage
  535.           Left = 12
  536.           Top = 73
  537.           Width = 16
  538.           Height = 16
  539.           AutoSize = True
  540.           Transparent = True
  541.           OnClick = imgFFClick
  542.         end
  543.         object EditExtViewerIE: TEdit
  544.           Left = 153
  545.           Top = 18
  546.           Width = 232
  547.           Height = 21
  548.           HelpContext = 198
  549.           MaxLength = 256
  550.           TabOrder = 7
  551.         end
  552.         object EditExtViewerNS: TEdit
  553.           Left = 153
  554.           Top = 45
  555.           Width = 232
  556.           Height = 21
  557.           HelpContext = 198
  558.           MaxLength = 256
  559.           TabOrder = 8
  560.         end
  561.         object EditExtViewerOther1: TEdit
  562.           Left = 153
  563.           Top = 100
  564.           Width = 232
  565.           Height = 21
  566.           HelpContext = 198
  567.           MaxLength = 256
  568.           TabOrder = 10
  569.         end
  570.         object ComboOther: TComboBox
  571.           Left = 52
  572.           Top = 100
  573.           Width = 95
  574.           Height = 21
  575.           HelpContext = 198
  576.           ItemHeight = 13
  577.           TabOrder = 4
  578.           Items.Strings = (
  579.             'opera.exe'
  580.             'mozilla.exe')
  581.         end
  582.         object ComboOther2: TComboBox
  583.           Left = 52
  584.           Top = 127
  585.           Width = 95
  586.           Height = 21
  587.           HelpContext = 198
  588.           ItemHeight = 13
  589.           TabOrder = 6
  590.           Items.Strings = (
  591.             'opera.exe'
  592.             'mozilla.exe')
  593.         end
  594.         object EditExtViewerOther2: TEdit
  595.           Left = 153
  596.           Top = 127
  597.           Width = 232
  598.           Height = 21
  599.           HelpContext = 198
  600.           MaxLength = 256
  601.           TabOrder = 11
  602.         end
  603.         object RBExtViewerIE: TRadioButton
  604.           Left = 32
  605.           Top = 19
  606.           Width = 113
  607.           Height = 17
  608.           Caption = 'RBExtViewerIE'
  609.           TabOrder = 0
  610.         end
  611.         object RBExtViewerNS: TRadioButton
  612.           Left = 32
  613.           Top = 47
  614.           Width = 113
  615.           Height = 17
  616.           Caption = 'RBExtViewerNS'
  617.           TabOrder = 1
  618.         end
  619.         object RBExtViewerOther1: TRadioButton
  620.           Left = 32
  621.           Top = 102
  622.           Width = 14
  623.           Height = 17
  624.           TabOrder = 3
  625.         end
  626.         object RBExtViewerOther2: TRadioButton
  627.           Left = 32
  628.           Top = 129
  629.           Width = 14
  630.           Height = 17
  631.           TabOrder = 5
  632.         end
  633.         object btnBrowseNavIE: TButton
  634.           Left = 387
  635.           Top = 18
  636.           Width = 25
  637.           Height = 21
  638.           HelpContext = 225
  639.           Caption = '...'
  640.           ParentShowHint = False
  641.           ShowHint = True
  642.           TabOrder = 12
  643.           TabStop = False
  644.           OnClick = btnBrowseNavIEClick
  645.         end
  646.         object btnBrowseNavNS: TButton
  647.           Left = 387
  648.           Top = 45
  649.           Width = 25
  650.           Height = 21
  651.           HelpContext = 225
  652.           Caption = '...'
  653.           ParentShowHint = False
  654.           ShowHint = True
  655.           TabOrder = 13
  656.           TabStop = False
  657.           OnClick = btnBrowseNavNSClick
  658.         end
  659.         object btnBrowseNavOther1: TButton
  660.           Left = 387
  661.           Top = 100
  662.           Width = 25
  663.           Height = 21
  664.           HelpContext = 225
  665.           Caption = '...'
  666.           ParentShowHint = False
  667.           ShowHint = True
  668.           TabOrder = 15
  669.           TabStop = False
  670.           OnClick = btnBrowseNavOther1Click
  671.         end
  672.         object btnBrowseNavOther2: TButton
  673.           Left = 387
  674.           Top = 127
  675.           Width = 25
  676.           Height = 21
  677.           HelpContext = 225
  678.           Caption = '...'
  679.           ParentShowHint = False
  680.           ShowHint = True
  681.           TabOrder = 16
  682.           TabStop = False
  683.           OnClick = btnBrowseNavOther2Click
  684.         end
  685.         object AnimSearchNav: TAnimate
  686.           Left = 18
  687.           Top = 200
  688.           Width = 80
  689.           Height = 50
  690.           CommonAVI = aviFindFolder
  691.           StopFrame = 29
  692.           Visible = False
  693.         end
  694.         object LBSearchNavResults: TListBox
  695.           Left = 114
  696.           Top = 200
  697.           Width = 299
  698.           Height = 52
  699.           HelpContext = 240
  700.           Font.Charset = DEFAULT_CHARSET
  701.           Font.Color = clBlack
  702.           Font.Height = -11
  703.           Font.Name = 'MS Sans Serif'
  704.           Font.Style = []
  705.           ItemHeight = 13
  706.           ParentFont = False
  707.           ParentShowHint = False
  708.           ShowHint = True
  709.           TabOrder = 18
  710.           Visible = False
  711.           OnDblClick = LBSearchNavResultsDblClick
  712.         end
  713.         object btnStartSearchNav: TButton
  714.           Left = 342
  715.           Top = 163
  716.           Width = 70
  717.           Height = 22
  718.           HelpContext = 48
  719.           ParentShowHint = False
  720.           ShowHint = True
  721.           TabOrder = 19
  722.           OnClick = btnStartSearchNavClick
  723.         end
  724.         object btnStopSearchNav: TButton
  725.           Left = 267
  726.           Top = 163
  727.           Width = 70
  728.           Height = 22
  729.           HelpContext = 45
  730.           Enabled = False
  731.           ParentShowHint = False
  732.           ShowHint = True
  733.           TabOrder = 20
  734.           OnClick = btnStopSearchNavClick
  735.         end
  736.         object ComboSearchNavDisk: TComboBox
  737.           Left = 144
  738.           Top = 164
  739.           Width = 105
  740.           Height = 21
  741.           Style = csDropDownList
  742.           ItemHeight = 13
  743.           TabOrder = 21
  744.         end
  745.         object RBExtViewerFF: TRadioButton
  746.           Left = 32
  747.           Top = 74
  748.           Width = 113
  749.           Height = 17
  750.           Caption = 'RBExtViewerFF'
  751.           TabOrder = 2
  752.         end
  753.         object EditExtViewerFF: TEdit
  754.           Left = 153
  755.           Top = 72
  756.           Width = 232
  757.           Height = 21
  758.           HelpContext = 198
  759.           MaxLength = 256
  760.           TabOrder = 9
  761.         end
  762.         object btnBrowseNavFF: TButton
  763.           Left = 387
  764.           Top = 72
  765.           Width = 25
  766.           Height = 21
  767.           HelpContext = 225
  768.           Caption = '...'
  769.           ParentShowHint = False
  770.           ShowHint = True
  771.           TabOrder = 14
  772.           TabStop = False
  773.           OnClick = btnBrowseNavFFClick
  774.         end
  775.       end
  776.       object GBExtViewerOptions: TGroupBox
  777.         Left = 8
  778.         Top = 272
  779.         Width = 425
  780.         Height = 57
  781.         Caption = 'GBExtViewerOptions'
  782.         TabOrder = 1
  783.         object chkExtViewerMaximize: TCheckBox
  784.           Left = 16
  785.           Top = 17
  786.           Width = 377
  787.           Height = 16
  788.           HelpContext = 193
  789.           Caption = 'chkExtViewerMaximize'
  790.           TabOrder = 0
  791.         end
  792.         object chkExtViewerUseTempFile: TCheckBox
  793.           Left = 16
  794.           Top = 33
  795.           Width = 377
  796.           Height = 16
  797.           HelpContext = 243
  798.           Caption = 'chkExtViewerUseTempFile'
  799.           Font.Charset = DEFAULT_CHARSET
  800.           Font.Color = clBlack
  801.           Font.Height = -11
  802.           Font.Name = 'MS Sans Serif'
  803.           Font.Style = []
  804.           ParentFont = False
  805.           TabOrder = 1
  806.         end
  807.       end
  808.     end
  809.     object tsMisc: TTabSheet
  810.       Caption = 'tsMisc'
  811.       ImageIndex = 18
  812.       TabVisible = False
  813.       object GBConfirmations: TGroupBox
  814.         Left = 8
  815.         Top = 4
  816.         Width = 425
  817.         Height = 61
  818.         Caption = 'GBConfirmations'
  819.         TabOrder = 0
  820.         object chkConfirmFileSaveForPreview: TCheckBox
  821.           Left = 8
  822.           Top = 18
  823.           Width = 410
  824.           Height = 17
  825.           Caption = 'chkConfirmFileSaveForPreview'
  826.           TabOrder = 0
  827.         end
  828.         object chkConfirmProjectSaveForPreview: TCheckBox
  829.           Left = 8
  830.           Top = 35
  831.           Width = 410
  832.           Height = 17
  833.           Caption = 'chkConfirmProjectSaveForPreview'
  834.           TabOrder = 1
  835.         end
  836.       end
  837.     end
  838.     object tsEditor: TTabSheet
  839.       Caption = 'tsEditor'
  840.       ImageIndex = 5
  841.       TabVisible = False
  842.       DesignSize = (
  843.         444
  844.         338)
  845.       object GBEditorOtherOptions: TGroupBox
  846.         Left = 8
  847.         Top = 4
  848.         Width = 425
  849.         Height = 90
  850.         Caption = 'GBEditorOtherOptions'
  851.         Font.Charset = DEFAULT_CHARSET
  852.         Font.Color = clBlack
  853.         Font.Height = -11
  854.         Font.Name = 'MS Sans Serif'
  855.         Font.Style = []
  856.         ParentFont = False
  857.         TabOrder = 0
  858.         object chkTypeOfCase: TCheckBox
  859.           Left = 8
  860.           Top = 19
  861.           Width = 357
  862.           Height = 16
  863.           HelpContext = 1097
  864.           Caption = 'chkTypeOfCase'
  865.           TabOrder = 0
  866.         end
  867.         object chkQuoteCaptions: TCheckBox
  868.           Left = 8
  869.           Top = 35
  870.           Width = 357
  871.           Height = 16
  872.           HelpContext = 457
  873.           Caption = 'chkQuoteCaptions'
  874.           TabOrder = 1
  875.         end
  876.         object chkQuoteNumbers: TCheckBox
  877.           Left = 8
  878.           Top = 51
  879.           Width = 357
  880.           Height = 16
  881.           HelpContext = 456
  882.           Caption = 'chkQuoteNumbers'
  883.           TabOrder = 2
  884.         end
  885.         object chkDefaultTagAttrValues: TCheckBox
  886.           Left = 8
  887.           Top = 67
  888.           Width = 380
  889.           Height = 16
  890.           HelpContext = 709
  891.           Caption = 'chkDefaultTagAttrValues'
  892.           TabOrder = 3
  893.         end
  894.       end
  895.       object GBLastFilesHistory: TGroupBox
  896.         Left = 8
  897.         Top = 100
  898.         Width = 209
  899.         Height = 49
  900.         HelpContext = 645
  901.         Anchors = [akTop, akRight]
  902.         Caption = 'GBLastFilesHistory'
  903.         TabOrder = 1
  904.         object lblLastFilesEntries: TLabel
  905.           Left = 64
  906.           Top = 23
  907.           Width = 83
  908.           Height = 13
  909.           Caption = 'lblLastFilesEntries'
  910.         end
  911.         object edtLastFiles: TEdit
  912.           Left = 8
  913.           Top = 19
  914.           Width = 33
  915.           Height = 21
  916.           HelpContext = 645
  917.           MaxLength = 3
  918.           TabOrder = 0
  919.           Text = '16'
  920.           OnExit = edtLastFilesExit
  921.         end
  922.         object udLastFilesLength: TUpDown
  923.           Left = 41
  924.           Top = 19
  925.           Width = 15
  926.           Height = 21
  927.           HelpContext = 645
  928.           Associate = edtLastFiles
  929.           Min = 1
  930.           Max = 24
  931.           Position = 16
  932.           TabOrder = 1
  933.         end
  934.       end
  935.       object GBLastProjectsHistory: TGroupBox
  936.         Left = 224
  937.         Top = 100
  938.         Width = 209
  939.         Height = 49
  940.         HelpContext = 646
  941.         Anchors = [akTop, akRight]
  942.         Caption = 'GBLastProjectsHistory'
  943.         TabOrder = 2
  944.         object lblLastProjectsEntries: TLabel
  945.           Left = 64
  946.           Top = 23
  947.           Width = 100
  948.           Height = 13
  949.           Caption = 'lblLastProjectsEntries'
  950.         end
  951.         object edtLastProjects: TEdit
  952.           Left = 8
  953.           Top = 19
  954.           Width = 33
  955.           Height = 21
  956.           HelpContext = 646
  957.           MaxLength = 3
  958.           TabOrder = 0
  959.           Text = '8'
  960.           OnExit = edtLastProjectsExit
  961.         end
  962.         object udLastProjectsLength: TUpDown
  963.           Left = 41
  964.           Top = 19
  965.           Width = 15
  966.           Height = 21
  967.           HelpContext = 646
  968.           Associate = edtLastProjects
  969.           Min = 1
  970.           Max = 16
  971.           Position = 8
  972.           TabOrder = 1
  973.         end
  974.       end
  975.       object GBEditorSelectDelimiters: TGroupBox
  976.         Left = 8
  977.         Top = 162
  978.         Width = 425
  979.         Height = 49
  980.         HelpContext = 711
  981.         Anchors = [akTop, akRight]
  982.         Caption = 'GBEditorSelectDelimiters'
  983.         TabOrder = 3
  984.         object EditSelectDelimiters: TEdit
  985.           Left = 8
  986.           Top = 19
  987.           Width = 409
  988.           Height = 21
  989.           HelpContext = 711
  990.           MaxLength = 256
  991.           TabOrder = 0
  992.         end
  993.       end
  994.     end
  995.     object tsEncoding: TTabSheet
  996.       Caption = 'tsEncoding'
  997.       ImageIndex = 14
  998.       TabVisible = False
  999.       object GBEncoding: TGroupBox
  1000.         Left = 8
  1001.         Top = 4
  1002.         Width = 425
  1003.         Height = 103
  1004.         Caption = 'GBEncoding'
  1005.         TabOrder = 0
  1006.         object chkConvertISO8859: TCheckBox
  1007.           Left = 8
  1008.           Top = 53
  1009.           Width = 380
  1010.           Height = 16
  1011.           HelpContext = 1192
  1012.           Caption = 'chkConvertISO8859'
  1013.           TabOrder = 2
  1014.         end
  1015.         object chkSpecialCharsUnicode: TCheckBox
  1016.           Left = 24
  1017.           Top = 36
  1018.           Width = 364
  1019.           Height = 16
  1020.           HelpContext = 458
  1021.           Caption = 'chkSpecialCharsUnicode'
  1022.           TabOrder = 1
  1023.         end
  1024.         object chkGenerateSpecialChars: TCheckBox
  1025.           Left = 8
  1026.           Top = 20
  1027.           Width = 380
  1028.           Height = 16
  1029.           HelpContext = 1322
  1030.           Caption = 'chkGenerateSpecialChars'
  1031.           TabOrder = 0
  1032.           OnClick = chkGenerateSpecialCharsClick
  1033.         end
  1034.         object chkAutoDecode: TCheckBox
  1035.           Left = 8
  1036.           Top = 75
  1037.           Width = 388
  1038.           Height = 17
  1039.           Caption = 'chkAutoDecode'
  1040.           TabOrder = 3
  1041.         end
  1042.       end
  1043.       object GBActivateEncoding: TGroupBox
  1044.         Left = 8
  1045.         Top = 113
  1046.         Width = 425
  1047.         Height = 177
  1048.         Caption = '      GBActivateEncoding'
  1049.         TabOrder = 1
  1050.         object lblActiveEncoding: TLabel
  1051.           Left = 8
  1052.           Top = 27
  1053.           Width = 85
  1054.           Height = 13
  1055.           Caption = 'lblActiveEncoding'
  1056.         end
  1057.         object lblEncodingExceptionsExts: TLabel
  1058.           Left = 24
  1059.           Top = 115
  1060.           Width = 353
  1061.           Height = 19
  1062.           Alignment = taCenter
  1063.           AutoSize = False
  1064.           Caption = 'lblEncodingExceptionsExts'
  1065.           Color = clGray
  1066.           Font.Charset = ANSI_CHARSET
  1067.           Font.Color = clBlack
  1068.           Font.Height = -11
  1069.           Font.Name = 'MS Sans Serif'
  1070.           Font.Style = [fsBold]
  1071.           ParentColor = False
  1072.           ParentFont = False
  1073.           Layout = tlCenter
  1074.         end
  1075.         object chkPagesWithoutEncoding: TCheckBox
  1076.           Left = 8
  1077.           Top = 68
  1078.           Width = 380
  1079.           Height = 16
  1080.           HelpContext = 706
  1081.           Caption = 'chkPagesWithoutEncoding'
  1082.           TabOrder = 1
  1083.           OnClick = chkPagesWithoutEncodingClick
  1084.         end
  1085.         object chkConfirmConversion: TCheckBox
  1086.           Left = 24
  1087.           Top = 86
  1088.           Width = 364
  1089.           Height = 16
  1090.           HelpContext = 330
  1091.           Caption = 'chkConfirmConversion'
  1092.           TabOrder = 2
  1093.         end
  1094.         object ComboEncoding: TComboBox
  1095.           Left = 8
  1096.           Top = 41
  1097.           Width = 273
  1098.           Height = 21
  1099.           HelpContext = 460
  1100.           Style = csDropDownList
  1101.           ItemHeight = 13
  1102.           TabOrder = 0
  1103.         end
  1104.         object EditEncodingExceptionsExts: TEdit
  1105.           Left = 24
  1106.           Top = 134
  1107.           Width = 353
  1108.           Height = 19
  1109.           HelpContext = 1319
  1110.           Ctl3D = False
  1111.           ParentCtl3D = False
  1112.           TabOrder = 3
  1113.           Text = '*.php*;*.phtml'
  1114.           OnExit = EditEncodingExceptionsExtsExit
  1115.         end
  1116.         object chkActivateEncoding: TCheckBox
  1117.           Left = 10
  1118.           Top = 0
  1119.           Width = 14
  1120.           Height = 16
  1121.           HelpContext = 459
  1122.           TabOrder = 4
  1123.           OnClick = chkActivateEncodingClick
  1124.         end
  1125.       end
  1126.     end
  1127.     object tsDocTypes: TTabSheet
  1128.       Caption = 'tsDocTypes'
  1129.       ImageIndex = 21
  1130.       TabVisible = False
  1131.       object GBDocTypes: TGroupBox
  1132.         Left = 8
  1133.         Top = 4
  1134.         Width = 425
  1135.         Height = 325
  1136.         Caption = 'GBDocTypes'
  1137.         TabOrder = 0
  1138.         object lblDocTypeList: TLabel
  1139.           Left = 9
  1140.           Top = 55
  1141.           Width = 70
  1142.           Height = 13
  1143.           Caption = 'lblDocTypeList'
  1144.         end
  1145.         object Bevel7: TBevel
  1146.           Left = 9
  1147.           Top = 268
  1148.           Width = 407
  1149.           Height = 2
  1150.         end
  1151.         object lblDefaultVisibleFileExts: TLabel
  1152.           Left = 9
  1153.           Top = 277
  1154.           Width = 289
  1155.           Height = 19
  1156.           Alignment = taCenter
  1157.           AutoSize = False
  1158.           Color = clGray
  1159.           Font.Charset = ANSI_CHARSET
  1160.           Font.Color = clBlack
  1161.           Font.Height = -11
  1162.           Font.Name = 'MS Sans Serif'
  1163.           Font.Style = [fsBold]
  1164.           ParentColor = False
  1165.           ParentFont = False
  1166.           Layout = tlCenter
  1167.         end
  1168.         object lblDocTypeNewDocuments: TLabel
  1169.           Left = 137
  1170.           Top = 21
  1171.           Width = 130
  1172.           Height = 13
  1173.           Alignment = taRightJustify
  1174.           Caption = 'lblDocTypeNewDocuments'
  1175.         end
  1176.         object GBCurrentDocType: TGroupBox
  1177.           Left = 137
  1178.           Top = 64
  1179.           Width = 279
  1180.           Height = 194
  1181.           Caption = 'GBCurrentDocType'
  1182.           TabOrder = 0
  1183.           object lblDocTypeDefaultExt: TLabel
  1184.             Left = 115
  1185.             Top = 65
  1186.             Width = 103
  1187.             Height = 13
  1188.             Alignment = taRightJustify
  1189.             Caption = 'lblDocTypeDefaultExt'
  1190.             Enabled = False
  1191.           end
  1192.           object lblDocTypeFileExts: TLabel
  1193.             Left = 9
  1194.             Top = 19
  1195.             Width = 90
  1196.             Height = 13
  1197.             Caption = 'lblDocTypeFileExts'
  1198.             Enabled = False
  1199.           end
  1200.           object lblDocTypeSyntaxHighlighter: TLabel
  1201.             Left = 14
  1202.             Top = 167
  1203.             Width = 136
  1204.             Height = 13
  1205.             Alignment = taRightJustify
  1206.             Caption = 'lblDocTypeSyntaxHighlighter'
  1207.             Enabled = False
  1208.           end
  1209.           object Bevel5: TBevel
  1210.             Left = 9
  1211.             Top = 153
  1212.             Width = 260
  1213.             Height = 2
  1214.           end
  1215.           object chkDocTypeComment: TCheckBox
  1216.             Left = 8
  1217.             Top = 89
  1218.             Width = 200
  1219.             Height = 17
  1220.             HelpContext = 6019
  1221.             Caption = 'chkDocTypeComment'
  1222.             Enabled = False
  1223.             TabOrder = 0
  1224.           end
  1225.           object EditDocTypeDefaultExt: TEdit
  1226.             Left = 221
  1227.             Top = 62
  1228.             Width = 47
  1229.             Height = 21
  1230.             HelpContext = 6018
  1231.             Enabled = False
  1232.             TabOrder = 1
  1233.           end
  1234.           object btnCustomizeDocType: TButton
  1235.             Left = 217
  1236.             Top = 125
  1237.             Width = 51
  1238.             Height = 20
  1239.             HelpContext = 6021
  1240.             Caption = 'btnCustomizeDocType'
  1241.             Enabled = False
  1242.             TabOrder = 2
  1243.             OnClick = btnCustomizeDocTypeClick
  1244.           end
  1245.           object chkDocTypeProlog: TCheckBox
  1246.             Left = 8
  1247.             Top = 110
  1248.             Width = 200
  1249.             Height = 17
  1250.             HelpContext = 6020
  1251.             Caption = 'chkDocTypeProlog'
  1252.             Enabled = False
  1253.             TabOrder = 3
  1254.           end
  1255.           object chkDocTypeCustomized: TCheckBox
  1256.             Left = 8
  1257.             Top = 131
  1258.             Width = 189
  1259.             Height = 17
  1260.             HelpContext = 6021
  1261.             Caption = 'chkDocTypeCustomized'
  1262.             Enabled = False
  1263.             TabOrder = 4
  1264.             OnClick = chkDocTypeCustomizedClick
  1265.           end
  1266.           object EditDocTypeFileExts: TEdit
  1267.             Left = 9
  1268.             Top = 33
  1269.             Width = 260
  1270.             Height = 21
  1271.             HelpContext = 6017
  1272.             Enabled = False
  1273.             TabOrder = 5
  1274.           end
  1275.           object EdDocTypeSynHighlighter: TEdit
  1276.             Left = 155
  1277.             Top = 164
  1278.             Width = 115
  1279.             Height = 21
  1280.             HelpContext = 6022
  1281.             Enabled = False
  1282.             ParentColor = True
  1283.             ReadOnly = True
  1284.             TabOrder = 6
  1285.           end
  1286.         end
  1287.         object EditDefaultVisibleFileExts: TEdit
  1288.           Left = 9
  1289.           Top = 296
  1290.           Width = 289
  1291.           Height = 19
  1292.           HelpContext = 1214
  1293.           Ctl3D = False
  1294.           ParentCtl3D = False
  1295.           TabOrder = 1
  1296.         end
  1297.         object LVDocTypeNames: TListView
  1298.           Left = 8
  1299.           Top = 70
  1300.           Width = 122
  1301.           Height = 188
  1302.           Columns = <
  1303.             item
  1304.               Width = 118
  1305.             end>
  1306.           HideSelection = False
  1307.           ReadOnly = True
  1308.           RowSelect = True
  1309.           ShowColumnHeaders = False
  1310.           TabOrder = 2
  1311.           ViewStyle = vsReport
  1312.           OnChange = LVDocTypeNamesChange
  1313.           OnChanging = LVDocTypeNamesChanging
  1314.         end
  1315.         object CBDocTypeNewDocuments: TComboBox
  1316.           Left = 271
  1317.           Top = 17
  1318.           Width = 145
  1319.           Height = 21
  1320.           HelpContext = 6015
  1321.           Style = csDropDownList
  1322.           ItemHeight = 13
  1323.           TabOrder = 3
  1324.         end
  1325.         object btnRestoreDefaultExtensions: TButton
  1326.           Left = 307
  1327.           Top = 290
  1328.           Width = 75
  1329.           Height = 25
  1330.           Caption = 'Restore...'
  1331.           TabOrder = 4
  1332.           OnClick = btnRestoreDefaultExtensionsClick
  1333.         end
  1334.       end
  1335.     end
  1336.     object tsInspector: TTabSheet
  1337.       Caption = 'tsInspector'
  1338.       ImageIndex = 12
  1339.       TabVisible = False
  1340.       object GBInspector: TGroupBox
  1341.         Left = 8
  1342.         Top = 4
  1343.         Width = 425
  1344.         Height = 61
  1345.         Caption = 'GBInspector'
  1346.         TabOrder = 0
  1347.         object chkInspValidate: TCheckBox
  1348.           Left = 8
  1349.           Top = 20
  1350.           Width = 380
  1351.           Height = 17
  1352.           HelpContext = 1376
  1353.           Caption = 'chkInspValidate'
  1354.           TabOrder = 0
  1355.         end
  1356.         object chkInspShowAllCSS: TCheckBox
  1357.           Left = 8
  1358.           Top = 36
  1359.           Width = 380
  1360.           Height = 17
  1361.           HelpContext = 447
  1362.           Caption = 'chkInspShowAllCSS'
  1363.           TabOrder = 1
  1364.         end
  1365.       end
  1366.     end
  1367.     object tsCodeHelpers: TTabSheet
  1368.       Caption = 'tsCodeHelpers'
  1369.       ImageIndex = 18
  1370.       TabVisible = False
  1371.       object GBCodeToolTips: TGroupBox
  1372.         Left = 8
  1373.         Top = 4
  1374.         Width = 425
  1375.         Height = 93
  1376.         Caption = '      GBCodeToolTips'
  1377.         TabOrder = 0
  1378.         object lblCodeTooltipsDelay: TLabel
  1379.           Left = 10
  1380.           Top = 24
  1381.           Width = 99
  1382.           Height = 13
  1383.           Caption = 'lblCodeTooltipsDelay'
  1384.         end
  1385.         object lblCodeTooltipsStartDelay: TLabel
  1386.           Left = 17
  1387.           Top = 66
  1388.           Width = 38
  1389.           Height = 13
  1390.           Caption = '0.1 sec.'
  1391.         end
  1392.         object lblCodeTooltipsEndDelay: TLabel
  1393.           Left = 377
  1394.           Top = 66
  1395.           Width = 29
  1396.           Height = 13
  1397.           Caption = '2 sec.'
  1398.         end
  1399.         object tbCodeTooltipDelay: TTrackBar
  1400.           Left = 12
  1401.           Top = 42
  1402.           Width = 399
  1403.           Height = 25
  1404.           HelpContext = 1304
  1405.           Max = 20
  1406.           Min = 1
  1407.           Position = 10
  1408.           TabOrder = 0
  1409.           ThumbLength = 12
  1410.         end
  1411.         object chkUseCodeToolTips: TCheckBox
  1412.           Left = 10
  1413.           Top = -2
  1414.           Width = 15
  1415.           Height = 17
  1416.           HelpContext = 1302
  1417.           TabOrder = 1
  1418.           OnClick = chkUseCodeToolTipsClick
  1419.         end
  1420.       end
  1421.       object GBCodeCompletion: TGroupBox
  1422.         Left = 8
  1423.         Top = 115
  1424.         Width = 425
  1425.         Height = 129
  1426.         Caption = '      GBCodeCompletion'
  1427.         TabOrder = 1
  1428.         object lblCodeCompletionDelay: TLabel
  1429.           Left = 10
  1430.           Top = 53
  1431.           Width = 114
  1432.           Height = 13
  1433.           Caption = 'lblCodeCompletionDelay'
  1434.         end
  1435.         object lblCodeCompletionStartDelay: TLabel
  1436.           Left = 17
  1437.           Top = 95
  1438.           Width = 38
  1439.           Height = 13
  1440.           Caption = '0.1 sec.'
  1441.         end
  1442.         object lblCodeCompletionEndDelay: TLabel
  1443.           Left = 377
  1444.           Top = 95
  1445.           Width = 29
  1446.           Height = 13
  1447.           Caption = '2 sec.'
  1448.         end
  1449.         object tbCodeCompletionDelay: TTrackBar
  1450.           Left = 12
  1451.           Top = 71
  1452.           Width = 399
  1453.           Height = 25
  1454.           HelpContext = 1304
  1455.           Max = 20
  1456.           Min = 1
  1457.           Position = 10
  1458.           TabOrder = 0
  1459.           ThumbLength = 12
  1460.         end
  1461.         object chkUseCodeCompletion: TCheckBox
  1462.           Left = 10
  1463.           Top = -2
  1464.           Width = 15
  1465.           Height = 17
  1466.           HelpContext = 1302
  1467.           TabOrder = 1
  1468.           OnClick = chkUseCodeCompletionClick
  1469.         end
  1470.         object chkCCAutoPopup: TCheckBox
  1471.           Left = 11
  1472.           Top = 24
  1473.           Width = 390
  1474.           Height = 17
  1475.           Caption = 'chkCCAutoPopup'
  1476.           TabOrder = 2
  1477.         end
  1478.       end
  1479.     end
  1480.     object tsTable: TTabSheet
  1481.       Caption = 'tsTable'
  1482.       ImageIndex = 13
  1483.       TabVisible = False
  1484.       object GBTable: TGroupBox
  1485.         Left = 8
  1486.         Top = 4
  1487.         Width = 425
  1488.         Height = 61
  1489.         Caption = 'GBTable'
  1490.         TabOrder = 0
  1491.         object chkTableShowNBSP: TCheckBox
  1492.           Left = 8
  1493.           Top = 16
  1494.           Width = 380
  1495.           Height = 16
  1496.           HelpContext = 448
  1497.           Caption = 'chkTableShowNBSP'
  1498.           TabOrder = 0
  1499.         end
  1500.         object chkQuickTablePercents: TCheckBox
  1501.           Left = 8
  1502.           Top = 34
  1503.           Width = 380
  1504.           Height = 16
  1505.           HelpContext = 710
  1506.           Caption = 'chkQuickTablePercents'
  1507.           TabOrder = 1
  1508.         end
  1509.       end
  1510.     end
  1511.     object tsFiles: TTabSheet
  1512.       Caption = 'tsFiles'
  1513.       ImageIndex = 10
  1514.       TabVisible = False
  1515.       object GBFileOptions: TGroupBox
  1516.         Left = 8
  1517.         Top = 4
  1518.         Width = 425
  1519.         Height = 124
  1520.         Caption = 'GBFileOptions'
  1521.         Font.Charset = DEFAULT_CHARSET
  1522.         Font.Color = clBlack
  1523.         Font.Height = -11
  1524.         Font.Name = 'MS Sans Serif'
  1525.         Font.Style = []
  1526.         ParentFont = False
  1527.         TabOrder = 0
  1528.         object chkCopyReferencedFilesToDir: TCheckBox
  1529.           Left = 8
  1530.           Top = 20
  1531.           Width = 380
  1532.           Height = 16
  1533.           HelpContext = 70
  1534.           Caption = 'chkCopyReferencedFilesToDir'
  1535.           Font.Charset = DEFAULT_CHARSET
  1536.           Font.Color = clBlack
  1537.           Font.Height = -11
  1538.           Font.Name = 'MS Sans Serif'
  1539.           Font.Style = []
  1540.           ParentFont = False
  1541.           TabOrder = 0
  1542.         end
  1543.         object chkKeepFullNetworkPath: TCheckBox
  1544.           Left = 8
  1545.           Top = 36
  1546.           Width = 380
  1547.           Height = 16
  1548.           HelpContext = 1234
  1549.           Caption = 'chkKeepFullNetworkPath'
  1550.           Font.Charset = DEFAULT_CHARSET
  1551.           Font.Color = clBlack
  1552.           Font.Height = -11
  1553.           Font.Name = 'MS Sans Serif'
  1554.           Font.Style = []
  1555.           ParentFont = False
  1556.           TabOrder = 1
  1557.         end
  1558.         object chkForceLowercaseFileNames: TCheckBox
  1559.           Left = 8
  1560.           Top = 52
  1561.           Width = 380
  1562.           Height = 16
  1563.           HelpContext = 1240
  1564.           Caption = 'chkForceLowercaseFileNames'
  1565.           TabOrder = 2
  1566.         end
  1567.         object chkSaveUnixMode: TCheckBox
  1568.           Left = 8
  1569.           Top = 69
  1570.           Width = 380
  1571.           Height = 16
  1572.           HelpContext = 46
  1573.           Caption = 'chkSaveUnixMode'
  1574.           TabOrder = 3
  1575.         end
  1576.         object chkKeepLastDialogDir: TCheckBox
  1577.           Left = 8
  1578.           Top = 86
  1579.           Width = 380
  1580.           Height = 16
  1581.           HelpContext = 1215
  1582.           Caption = 'chkKeepLastDialogDir'
  1583.           TabOrder = 4
  1584.         end
  1585.         object chkFTPKeepAlive: TCheckBox
  1586.           Left = 8
  1587.           Top = 103
  1588.           Width = 408
  1589.           Height = 17
  1590.           Caption = 'chkFTPKeepAlive'
  1591.           TabOrder = 5
  1592.         end
  1593.       end
  1594.       object GBFileBackupOptions: TGroupBox
  1595.         Left = 8
  1596.         Top = 136
  1597.         Width = 425
  1598.         Height = 105
  1599.         Caption = '      GBFileBackupOptions'
  1600.         TabOrder = 1
  1601.         object lblFileBackupExtension: TLabel
  1602.           Left = 20
  1603.           Top = 26
  1604.           Width = 109
  1605.           Height = 13
  1606.           Alignment = taRightJustify
  1607.           Caption = 'lblFileBackupExtension'
  1608.           Enabled = False
  1609.         end
  1610.         object lblFileBackupFolder: TLabel
  1611.           Left = 37
  1612.           Top = 55
  1613.           Width = 92
  1614.           Height = 13
  1615.           Alignment = taRightJustify
  1616.           Caption = 'lblFileBackupFolder'
  1617.           Enabled = False
  1618.         end
  1619.         object EditBackupExt: TEdit
  1620.           Left = 132
  1621.           Top = 23
  1622.           Width = 41
  1623.           Height = 21
  1624.           HelpContext = 150
  1625.           Enabled = False
  1626.           TabOrder = 0
  1627.           Text = '.bak'
  1628.           OnExit = EditBackupExtExit
  1629.         end
  1630.         object EditBackupFolder: TEdit
  1631.           Left = 132
  1632.           Top = 52
  1633.           Width = 218
  1634.           Height = 21
  1635.           HelpContext = 150
  1636.           Enabled = False
  1637.           TabOrder = 1
  1638.         end
  1639.         object BitBtnBrowseBackupFolder: TBitBtn
  1640.           Left = 356
  1641.           Top = 52
  1642.           Width = 23
  1643.           Height = 21
  1644.           TabOrder = 2
  1645.           OnClick = BitBtnBrowseBackupFolderClick
  1646.           Glyph.Data = {
  1647.             36030000424D3603000000000000360000002800000010000000100000000100
  1648.             18000000000000030000120B0000120B00000000000000000000FF00FF0274AC
  1649.             0274AC0274AC0274AC0274AC0274AC0274AC0274AC0274AC0274AC0274AC0274
  1650.             ACFF00FFFF00FFFF00FF0274AC138AC456B6E16ACBF84BBFF74ABFF74ABFF74A
  1651.             BFF74ABFF64ABFF74ABFF64BC0F72398CC0C81BAFF00FFFF00FF0274AC33AAE0
  1652.             2392C489D9FA54C7F854C7F753C7F854C7F754C7F854C7F854C7F853C7F7279D
  1653.             CEBAEBEF0274ACFF00FF0274AC57CAF80274AC99E2FB5ED1FA5ED1FA5ED1FA5E
  1654.             D1FA5ED1FA5FD1FA5ED1F85ED1F82CA1CEBAEBEF0274ACFF00FF0274AC5ED3FA
  1655.             0B81B782D5EF79E0FB6ADCFA69DCFB69DCFB6ADCFB69DCFB69DCFA6ADDFB2FA6
  1656.             CFBAEBEF097EB4FF00FF0274AC68DAFB2BA4D14AB1D796EBFB74E5FB74E5FB74
  1657.             E5FC74E5FC74E5FB74E5FC74E5FB33A9CFBAEBEFBAEBEF0274AC0274AC70E3FB
  1658.             5CD1EF1184B7FEFFFFB8F4FCBAF4FCBAF4FCBAF4FEB8F4FEBAF4FCB8F4FE83C9
  1659.             DEE3FEFEC5EFF60274AC0274AC7AEBFE7AEBFC0A7FB50274AC0274AC0274AC02
  1660.             74AC0274AC0274AC0274AC0274AC0274AC0274AC0274AC0274AC0274AC83F2FE
  1661.             82F3FE82F3FE83F2FC83F3FE82F3FE83F2FE82F3FC83F2FE82F3FE82F3FE036F
  1662.             A7FF00FFFF00FFFF00FF0274ACFEFEFE89FAFF89FAFE89FAFE8AF8FE8AFAFE89
  1663.             F8FE8AFAFE8AFAFF89FAFF8AFAFF036FA7FF00FFFF00FFFF00FFFF00FF0274AC
  1664.             FEFEFE8FFEFF8FFEFF8FFEFF0274AC0274AC0274AC0274AC0274AC0274ACFF00
  1665.             FFFF00FFFF00FFFF00FFFF00FFFF00FF0274AC0274AC0274AC0274ACFF00FFFF
  1666.             00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF
  1667.             FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00
  1668.             FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF
  1669.             00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF
  1670.             FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00
  1671.             FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF
  1672.             00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF}
  1673.           Layout = blGlyphTop
  1674.           Margin = 0
  1675.         end
  1676.         object chkUseFileBackups: TCheckBox
  1677.           Left = 9
  1678.           Top = 0
  1679.           Width = 13
  1680.           Height = 16
  1681.           HelpContext = 150
  1682.           Font.Charset = DEFAULT_CHARSET
  1683.           Font.Color = clBlack
  1684.           Font.Height = -11
  1685.           Font.Name = 'MS Sans Serif'
  1686.           Font.Style = []
  1687.           ParentFont = False
  1688.           TabOrder = 3
  1689.           OnClick = chkUseFileBackupsClick
  1690.         end
  1691.         object chkBackupFTPFiles: TCheckBox
  1692.           Left = 132
  1693.           Top = 80
  1694.           Width = 285
  1695.           Height = 17
  1696.           Caption = 'chkBackupFTPFiles'
  1697.           TabOrder = 4
  1698.         end
  1699.       end
  1700.       object rgFileSharing: TRadioGroup
  1701.         Left = 8
  1702.         Top = 248
  1703.         Width = 425
  1704.         Height = 77
  1705.         HelpContext = 1462
  1706.         Caption = 'RGFileSharing'
  1707.         TabOrder = 2
  1708.       end
  1709.     end
  1710.     object tsExtensions: TTabSheet
  1711.       Caption = 'tsExtensions'
  1712.       ImageIndex = 4
  1713.       TabVisible = False
  1714.       object lblExtList: TLabel
  1715.         Left = 8
  1716.         Top = 65
  1717.         Width = 3
  1718.         Height = 13
  1719.       end
  1720.       object GBFileTypes: TGroupBox
  1721.         Left = 8
  1722.         Top = 4
  1723.         Width = 425
  1724.         Height = 221
  1725.         Caption = 'GBFileTypes'
  1726.         TabOrder = 0
  1727.         object lblPredefinedExts: TLabel
  1728.           Left = 11
  1729.           Top = 163
  1730.           Width = 289
  1731.           Height = 19
  1732.           Alignment = taCenter
  1733.           AutoSize = False
  1734.           Color = clGray
  1735.           Font.Charset = ANSI_CHARSET
  1736.           Font.Color = clBlack
  1737.           Font.Height = -11
  1738.           Font.Name = 'MS Sans Serif'
  1739.           Font.Style = [fsBold]
  1740.           ParentColor = False
  1741.           ParentFont = False
  1742.           Layout = tlCenter
  1743.         end
  1744.         object btnTypeDocEdit: TButton
  1745.           Left = 344
  1746.           Top = 128
  1747.           Width = 72
  1748.           Height = 22
  1749.           HelpContext = 1204
  1750.           Default = True
  1751.           Enabled = False
  1752.           TabOrder = 0
  1753.         end
  1754.         object EditPredefinedExts: TEdit
  1755.           Left = 11
  1756.           Top = 182
  1757.           Width = 289
  1758.           Height = 19
  1759.           HelpContext = 1214
  1760.           Ctl3D = False
  1761.           ParentCtl3D = False
  1762.           TabOrder = 1
  1763.         end
  1764.         object LVDocTypes: TListView
  1765.           Left = 11
  1766.           Top = 18
  1767.           Width = 404
  1768.           Height = 105
  1769.           Columns = <
  1770.             item
  1771.               Caption = 'Type de document'
  1772.               Width = 120
  1773.             end
  1774.             item
  1775.               Caption = 'Extensions'
  1776.               Width = 280
  1777.             end>
  1778.           TabOrder = 2
  1779.           ViewStyle = vsReport
  1780.         end
  1781.       end
  1782.     end
  1783.     object tsAssociations: TTabSheet
  1784.       Caption = 'tsAssociations'
  1785.       ImageIndex = 6
  1786.       TabVisible = False
  1787.       object GBAssociations: TGroupBox
  1788.         Left = 8
  1789.         Top = 4
  1790.         Width = 425
  1791.         Height = 325
  1792.         HelpContext = 449
  1793.         Caption = 'GBAssociations'
  1794.         TabOrder = 0
  1795.         object btnAssocAddExt: TButton
  1796.           Left = 200
  1797.           Top = 25
  1798.           Width = 118
  1799.           Height = 21
  1800.           HelpContext = 453
  1801.           Caption = 'btnAssocAddExt'
  1802.           TabOrder = 0
  1803.           OnClick = btnAssocAddExtClick
  1804.         end
  1805.         object btnAssocRemoveExt: TButton
  1806.           Left = 200
  1807.           Top = 51
  1808.           Width = 118
  1809.           Height = 20
  1810.           HelpContext = 454
  1811.           Caption = 'btnAssocRemoveExt'
  1812.           TabOrder = 1
  1813.           OnClick = btnAssocRemoveExtClick
  1814.         end
  1815.         object chkExplorerHTM: TCheckBox
  1816.           Left = 14
  1817.           Top = 287
  1818.           Width = 403
  1819.           Height = 14
  1820.           HelpContext = 463
  1821.           Caption = 'chkExplorerHTM'
  1822.           TabOrder = 2
  1823.         end
  1824.         object LVAssociations: TListView
  1825.           Left = 16
  1826.           Top = 24
  1827.           Width = 174
  1828.           Height = 193
  1829.           Columns = <
  1830.             item
  1831.               Caption = 'Extension'
  1832.               Width = 70
  1833.             end
  1834.             item
  1835.               Caption = 'Ouvrir par default?'
  1836.               Width = 100
  1837.             end>
  1838.           ReadOnly = True
  1839.           RowSelect = True
  1840.           ShowColumnHeaders = False
  1841.           SortType = stText
  1842.           TabOrder = 3
  1843.           ViewStyle = vsReport
  1844.         end
  1845.       end
  1846.     end
  1847.     object tsSyntaxCheck: TTabSheet
  1848.       Caption = 'tsSyntaxCheck'
  1849.       ImageIndex = 3
  1850.       TabVisible = False
  1851.       object GroupBox2: TGroupBox
  1852.         Left = 8
  1853.         Top = 4
  1854.         Width = 425
  1855.         Height = 85
  1856.         TabOrder = 0
  1857.         object lblSyntaxMaxErrors: TLabel
  1858.           Left = 11
  1859.           Top = 21
  1860.           Width = 89
  1861.           Height = 13
  1862.           Caption = 'lblSyntaxMaxErrors'
  1863.         end
  1864.         object lblSyntaxMaxWarnings: TLabel
  1865.           Left = 8
  1866.           Top = 48
  1867.           Width = 107
  1868.           Height = 13
  1869.           Caption = 'lblSyntaxMaxWarnings'
  1870.         end
  1871.         object editErrors: TEdit
  1872.           Left = 251
  1873.           Top = 18
  1874.           Width = 42
  1875.           Height = 21
  1876.           HelpContext = 990
  1877.           TabOrder = 0
  1878.           Text = '0'
  1879.         end
  1880.         object udErrors: TUpDown
  1881.           Left = 293
  1882.           Top = 18
  1883.           Width = 15
  1884.           Height = 21
  1885.           HelpContext = 990
  1886.           Associate = editErrors
  1887.           Max = 255
  1888.           TabOrder = 1
  1889.         end
  1890.         object editWarnings: TEdit
  1891.           Left = 251
  1892.           Top = 45
  1893.           Width = 42
  1894.           Height = 21
  1895.           HelpContext = 983
  1896.           TabOrder = 2
  1897.           Text = '0'
  1898.         end
  1899.         object udWarnings: TUpDown
  1900.           Left = 293
  1901.           Top = 45
  1902.           Width = 15
  1903.           Height = 21
  1904.           HelpContext = 983
  1905.           Associate = editWarnings
  1906.           Max = 255
  1907.           TabOrder = 3
  1908.         end
  1909.       end
  1910.     end
  1911.     object tsSyntaxHTML: TTabSheet
  1912.       Caption = 'tsSyntaxHTML'
  1913.       ImageIndex = 8
  1914.       TabVisible = False
  1915.       object GBSyntaxHTMLWarnings: TGroupBox
  1916.         Left = 8
  1917.         Top = 4
  1918.         Width = 425
  1919.         Height = 152
  1920.         Caption = 'GBSyntaxHTMLWarnings'
  1921.         TabOrder = 0
  1922.         object chkCommentNotClosed: TCheckBox
  1923.           Left = 8
  1924.           Top = 113
  1925.           Width = 380
  1926.           Height = 17
  1927.           HelpContext = 6023
  1928.           Caption = 'chkCommentNotClosed'
  1929.           TabOrder = 0
  1930.         end
  1931.         object chkUnknownEndTag: TCheckBox
  1932.           Left = 8
  1933.           Top = 97
  1934.           Width = 380
  1935.           Height = 17
  1936.           HelpContext = 989
  1937.           Caption = 'chkUnknownEndTag'
  1938.           Checked = True
  1939.           State = cbChecked
  1940.           TabOrder = 1
  1941.         end
  1942.         object chkDeadLink: TCheckBox
  1943.           Left = 8
  1944.           Top = 129
  1945.           Width = 380
  1946.           Height = 17
  1947.           HelpContext = 988
  1948.           Caption = 'chkDeadLink'
  1949.           Checked = True
  1950.           State = cbChecked
  1951.           TabOrder = 2
  1952.         end
  1953.         object chkUnknownStartTag: TCheckBox
  1954.           Left = 8
  1955.           Top = 49
  1956.           Width = 380
  1957.           Height = 17
  1958.           HelpContext = 986
  1959.           Caption = 'chkUnknownStartTag'
  1960.           Checked = True
  1961.           State = cbChecked
  1962.           TabOrder = 3
  1963.         end
  1964.         object chkOptionalEndTag: TCheckBox
  1965.           Left = 8
  1966.           Top = 65
  1967.           Width = 380
  1968.           Height = 17
  1969.           HelpContext = 987
  1970.           Caption = 'chkOptionalEndTag'
  1971.           TabOrder = 4
  1972.         end
  1973.         object chkAttributeIntegrity: TCheckBox
  1974.           Left = 8
  1975.           Top = 17
  1976.           Width = 380
  1977.           Height = 17
  1978.           HelpContext = 984
  1979.           Caption = 'chkAttributeIntegrity'
  1980.           TabOrder = 5
  1981.         end
  1982.         object chkImplicitOpen: TCheckBox
  1983.           Left = 8
  1984.           Top = 33
  1985.           Width = 380
  1986.           Height = 17
  1987.           HelpContext = 985
  1988.           Caption = 'chkImplicitOpen'
  1989.           Checked = True
  1990.           State = cbChecked
  1991.           TabOrder = 6
  1992.         end
  1993.         object chkOptionalStartTag: TCheckBox
  1994.           Left = 8
  1995.           Top = 81
  1996.           Width = 380
  1997.           Height = 17
  1998.           HelpContext = 6024
  1999.           Caption = 'chkOptionalStartTag'
  2000.           TabOrder = 7
  2001.         end
  2002.       end
  2003.       object GBSyntaxHTMLErrors: TGroupBox
  2004.         Left = 8
  2005.         Top = 161
  2006.         Width = 425
  2007.         Height = 114
  2008.         Caption = 'GBSyntaxHTMLErrors'
  2009.         TabOrder = 1
  2010.         object chkDuplicateAnchor: TCheckBox
  2011.           Left = 217
  2012.           Top = 52
  2013.           Width = 200
  2014.           Height = 17
  2015.           HelpContext = 998
  2016.           Caption = 'chkDuplicateAnchor'
  2017.           TabOrder = 0
  2018.         end
  2019.         object chkAttrInEndTag: TCheckBox
  2020.           Left = 217
  2021.           Top = 18
  2022.           Width = 200
  2023.           Height = 17
  2024.           HelpContext = 997
  2025.           Caption = 'chkAttrInEndTag'
  2026.           Checked = True
  2027.           State = cbChecked
  2028.           TabOrder = 1
  2029.         end
  2030.         object chkTagBracket: TCheckBox
  2031.           Left = 217
  2032.           Top = 35
  2033.           Width = 200
  2034.           Height = 17
  2035.           HelpContext = 996
  2036.           Caption = 'chkTagBracket'
  2037.           Checked = True
  2038.           State = cbChecked
  2039.           TabOrder = 2
  2040.         end
  2041.         object chkIllegalSymbol: TCheckBox
  2042.           Left = 9
  2043.           Top = 86
  2044.           Width = 200
  2045.           Height = 17
  2046.           HelpContext = 995
  2047.           Caption = 'chkIllegalSymbol'
  2048.           Checked = True
  2049.           State = cbChecked
  2050.           TabOrder = 3
  2051.         end
  2052.         object chkEndTagNotFound: TCheckBox
  2053.           Left = 9
  2054.           Top = 69
  2055.           Width = 200
  2056.           Height = 17
  2057.           HelpContext = 994
  2058.           Caption = 'chkEndTagNotFound'
  2059.           Checked = True
  2060.           State = cbChecked
  2061.           TabOrder = 4
  2062.         end
  2063.         object chkEndTagWithoutStart: TCheckBox
  2064.           Left = 9
  2065.           Top = 52
  2066.           Width = 200
  2067.           Height = 17
  2068.           HelpContext = 993
  2069.           Caption = 'chkEndTagWithoutStart'
  2070.           Checked = True
  2071.           State = cbChecked
  2072.           TabOrder = 5
  2073.         end
  2074.         object chkRequiredAttr: TCheckBox
  2075.           Left = 9
  2076.           Top = 35
  2077.           Width = 200
  2078.           Height = 17
  2079.           HelpContext = 992
  2080.           Caption = 'chkRequiredAttr'
  2081.           Checked = True
  2082.           State = cbChecked
  2083.           TabOrder = 6
  2084.         end
  2085.         object chkTagNotAllowed: TCheckBox
  2086.           Left = 9
  2087.           Top = 18
  2088.           Width = 200
  2089.           Height = 17
  2090.           HelpContext = 991
  2091.           Caption = 'chkTagNotAllowed'
  2092.           Checked = True
  2093.           State = cbChecked
  2094.           TabOrder = 7
  2095.         end
  2096.         object chkTagMustBeEmpty: TCheckBox
  2097.           Left = 217
  2098.           Top = 69
  2099.           Width = 200
  2100.           Height = 17
  2101.           HelpContext = 6025
  2102.           Caption = 'chkTagMustBeEmpty'
  2103.           TabOrder = 8
  2104.         end
  2105.         object chkScriptNotClosed: TCheckBox
  2106.           Left = 217
  2107.           Top = 86
  2108.           Width = 200
  2109.           Height = 17
  2110.           Caption = 'chkScriptNotClosed'
  2111.           TabOrder = 9
  2112.         end
  2113.       end
  2114.     end
  2115.     object tsExtInterpreters: TTabSheet
  2116.       Caption = 'tsExtInterpreters'
  2117.       ImageIndex = 17
  2118.       TabVisible = False
  2119.       object GBPHPInterp: TGroupBox
  2120.         Left = 8
  2121.         Top = 4
  2122.         Width = 425
  2123.         Height = 117
  2124.         Caption = 'GBPHPInterp'
  2125.         TabOrder = 0
  2126.         object lblPHPInterp: TLabel
  2127.           Left = 8
  2128.           Top = 20
  2129.           Width = 59
  2130.           Height = 13
  2131.           Caption = 'lblPHPInterp'
  2132.         end
  2133.         object Bevel4: TBevel
  2134.           Left = 0
  2135.           Top = 223
  2136.           Width = 425
  2137.           Height = 2
  2138.         end
  2139.         object lblPHPParameters: TLabel
  2140.           Left = 8
  2141.           Top = 60
  2142.           Width = 85
  2143.           Height = 13
  2144.           Caption = 'lblPHPParameters'
  2145.         end
  2146.         object EditPHPParser: TEdit
  2147.           Left = 8
  2148.           Top = 35
  2149.           Width = 356
  2150.           Height = 21
  2151.           HelpContext = 1299
  2152.           TabOrder = 0
  2153.         end
  2154.         object BitBtnPhpParser: TBitBtn
  2155.           Left = 366
  2156.           Top = 35
  2157.           Width = 23
  2158.           Height = 21
  2159.           TabOrder = 1
  2160.           OnClick = BitBtnPhpParserClick
  2161.           Glyph.Data = {
  2162.             36030000424D3603000000000000360000002800000010000000100000000100
  2163.             18000000000000030000120B0000120B00000000000000000000FF00FF0274AC
  2164.             0274AC0274AC0274AC0274AC0274AC0274AC0274AC0274AC0274AC0274AC0274
  2165.             ACFF00FFFF00FFFF00FF0274AC138AC456B6E16ACBF84BBFF74ABFF74ABFF74A
  2166.             BFF74ABFF64ABFF74ABFF64BC0F72398CC0C81BAFF00FFFF00FF0274AC33AAE0
  2167.             2392C489D9FA54C7F854C7F753C7F854C7F754C7F854C7F854C7F853C7F7279D
  2168.             CEBAEBEF0274ACFF00FF0274AC57CAF80274AC99E2FB5ED1FA5ED1FA5ED1FA5E
  2169.             D1FA5ED1FA5FD1FA5ED1F85ED1F82CA1CEBAEBEF0274ACFF00FF0274AC5ED3FA
  2170.             0B81B782D5EF79E0FB6ADCFA69DCFB69DCFB6ADCFB69DCFB69DCFA6ADDFB2FA6
  2171.             CFBAEBEF097EB4FF00FF0274AC68DAFB2BA4D14AB1D796EBFB74E5FB74E5FB74
  2172.             E5FC74E5FC74E5FB74E5FC74E5FB33A9CFBAEBEFBAEBEF0274AC0274AC70E3FB
  2173.             5CD1EF1184B7FEFFFFB8F4FCBAF4FCBAF4FCBAF4FEB8F4FEBAF4FCB8F4FE83C9
  2174.             DEE3FEFEC5EFF60274AC0274AC7AEBFE7AEBFC0A7FB50274AC0274AC0274AC02
  2175.             74AC0274AC0274AC0274AC0274AC0274AC0274AC0274AC0274AC0274AC83F2FE
  2176.             82F3FE82F3FE83F2FC83F3FE82F3FE83F2FE82F3FC83F2FE82F3FE82F3FE036F
  2177.             A7FF00FFFF00FFFF00FF0274ACFEFEFE89FAFF89FAFE89FAFE8AF8FE8AFAFE89
  2178.             F8FE8AFAFE8AFAFF89FAFF8AFAFF036FA7FF00FFFF00FFFF00FFFF00FF0274AC
  2179.             FEFEFE8FFEFF8FFEFF8FFEFF0274AC0274AC0274AC0274AC0274AC0274ACFF00
  2180.             FFFF00FFFF00FFFF00FFFF00FFFF00FF0274AC0274AC0274AC0274ACFF00FFFF
  2181.             00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF
  2182.             FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00
  2183.             FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF
  2184.             00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF
  2185.             FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00
  2186.             FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF
  2187.             00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF}
  2188.           Layout = blGlyphTop
  2189.           Margin = 0
  2190.         end
  2191.         object edPHPparam: TEdit
  2192.           Left = 9
  2193.           Top = 75
  2194.           Width = 356
  2195.           Height = 21
  2196.           HelpContext = 1299
  2197.           TabOrder = 2
  2198.         end
  2199.       end
  2200.       object GBPerlInterp: TGroupBox
  2201.         Left = 8
  2202.         Top = 128
  2203.         Width = 425
  2204.         Height = 121
  2205.         Caption = 'GBPerlInterp'
  2206.         TabOrder = 1
  2207.         object lblPerlInterp: TLabel
  2208.           Left = 8
  2209.           Top = 20
  2210.           Width = 55
  2211.           Height = 13
  2212.           Caption = 'lblPerlInterp'
  2213.         end
  2214.         object lblPerlParameters: TLabel
  2215.           Left = 8
  2216.           Top = 64
  2217.           Width = 81
  2218.           Height = 13
  2219.           Caption = 'lblPerlParameters'
  2220.         end
  2221.         object EditPerlParser: TEdit
  2222.           Left = 8
  2223.           Top = 35
  2224.           Width = 356
  2225.           Height = 21
  2226.           HelpContext = 1300
  2227.           TabOrder = 0
  2228.         end
  2229.         object BitBtnPerlParser: TBitBtn
  2230.           Left = 366
  2231.           Top = 35
  2232.           Width = 23
  2233.           Height = 21
  2234.           TabOrder = 1
  2235.           OnClick = BitBtnPerlParserClick
  2236.           Glyph.Data = {
  2237.             36030000424D3603000000000000360000002800000010000000100000000100
  2238.             18000000000000030000120B0000120B00000000000000000000FF00FF0274AC
  2239.             0274AC0274AC0274AC0274AC0274AC0274AC0274AC0274AC0274AC0274AC0274
  2240.             ACFF00FFFF00FFFF00FF0274AC138AC456B6E16ACBF84BBFF74ABFF74ABFF74A
  2241.             BFF74ABFF64ABFF74ABFF64BC0F72398CC0C81BAFF00FFFF00FF0274AC33AAE0
  2242.             2392C489D9FA54C7F854C7F753C7F854C7F754C7F854C7F854C7F853C7F7279D
  2243.             CEBAEBEF0274ACFF00FF0274AC57CAF80274AC99E2FB5ED1FA5ED1FA5ED1FA5E
  2244.             D1FA5ED1FA5FD1FA5ED1F85ED1F82CA1CEBAEBEF0274ACFF00FF0274AC5ED3FA
  2245.             0B81B782D5EF79E0FB6ADCFA69DCFB69DCFB6ADCFB69DCFB69DCFA6ADDFB2FA6
  2246.             CFBAEBEF097EB4FF00FF0274AC68DAFB2BA4D14AB1D796EBFB74E5FB74E5FB74
  2247.             E5FC74E5FC74E5FB74E5FC74E5FB33A9CFBAEBEFBAEBEF0274AC0274AC70E3FB
  2248.             5CD1EF1184B7FEFFFFB8F4FCBAF4FCBAF4FCBAF4FEB8F4FEBAF4FCB8F4FE83C9
  2249.             DEE3FEFEC5EFF60274AC0274AC7AEBFE7AEBFC0A7FB50274AC0274AC0274AC02
  2250.             74AC0274AC0274AC0274AC0274AC0274AC0274AC0274AC0274AC0274AC83F2FE
  2251.             82F3FE82F3FE83F2FC83F3FE82F3FE83F2FE82F3FC83F2FE82F3FE82F3FE036F
  2252.             A7FF00FFFF00FFFF00FF0274ACFEFEFE89FAFF89FAFE89FAFE8AF8FE8AFAFE89
  2253.             F8FE8AFAFE8AFAFF89FAFF8AFAFF036FA7FF00FFFF00FFFF00FFFF00FF0274AC
  2254.             FEFEFE8FFEFF8FFEFF8FFEFF0274AC0274AC0274AC0274AC0274AC0274ACFF00
  2255.             FFFF00FFFF00FFFF00FFFF00FFFF00FF0274AC0274AC0274AC0274ACFF00FFFF
  2256.             00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF
  2257.             FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00
  2258.             FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF
  2259.             00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF
  2260.             FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00
  2261.             FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF
  2262.             00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF}
  2263.           Layout = blGlyphTop
  2264.           Margin = 0
  2265.         end
  2266.         object edPerlParam: TEdit
  2267.           Left = 8
  2268.           Top = 80
  2269.           Width = 356
  2270.           Height = 21
  2271.           HelpContext = 1300
  2272.           TabOrder = 2
  2273.         end
  2274.       end
  2275.       object GBExtInterpOptions: TGroupBox
  2276.         Left = 8
  2277.         Top = 255
  2278.         Width = 425
  2279.         Height = 58
  2280.         Caption = 'GBExtInterpOptions'
  2281.         TabOrder = 2
  2282.         object chkUseViewerForInterp: TCheckBox
  2283.           Left = 8
  2284.           Top = 25
  2285.           Width = 385
  2286.           Height = 17
  2287.           Caption = 'chkUseViewerForInterp'
  2288.           TabOrder = 0
  2289.         end
  2290.       end
  2291.     end
  2292.     object tsEmailSettings: TTabSheet
  2293.       Caption = 'tsEmailSettings'
  2294.       ImageIndex = 16
  2295.       TabVisible = False
  2296.       object gbEmailSettings: TGroupBox
  2297.         Left = 10
  2298.         Top = 5
  2299.         Width = 421
  2300.         Height = 105
  2301.         Caption = ' How to send e-mails? '
  2302.         TabOrder = 0
  2303.         object lblFromField: TLabel
  2304.           Left = 10
  2305.           Top = 60
  2306.           Width = 84
  2307.           Height = 13
  2308.           Caption = 'Sender'#39's address:'
  2309.         end
  2310.         object rbtnEmailClient: TRadioButton
  2311.           Left = 10
  2312.           Top = 20
  2313.           Width = 401
  2314.           Height = 17
  2315.           Caption = 'Using your default e-mail application'
  2316.           TabOrder = 0
  2317.           OnClick = rbtnSMTPServerClick
  2318.         end
  2319.         object rbtnSMTPServer: TRadioButton
  2320.           Left = 10
  2321.           Top = 40
  2322.           Width = 396
  2323.           Height = 17
  2324.           Caption = 'Using AceHTML mail sender'
  2325.           Checked = True
  2326.           TabOrder = 1
  2327.           TabStop = True
  2328.           OnClick = rbtnSMTPServerClick
  2329.         end
  2330.         object editFromField: TEdit
  2331.           Left = 10
  2332.           Top = 75
  2333.           Width = 401
  2334.           Height = 21
  2335.           TabOrder = 2
  2336.         end
  2337.       end
  2338.     end
  2339.   end
  2340.   object ImageList1: TImageList
  2341.     Left = 176
  2342.     Top = 388
  2343.     Bitmap = {
  2344.       494C010103000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  2345.       0000000000003600000028000000400000001000000001002000000000000010
  2346.       0000000000000000000000000000000000000000000000000000000000000000
  2347.       0000000000000000000000000000000000000000000000000000000000000000
  2348.       0000000000000000000000000000000000000000000000000000000000000000
  2349.       0000000000000000000000000000000000000000000000000000000000000000
  2350.       0000000000000000000000000000000000000000000000000000000000000000
  2351.       0000000000000000000000000000000000000000000000000000000000000000
  2352.       0000000000000000000000000000000000000000000000000000000000000000
  2353.       0000000000000000000000000000000000000000000000000000000000000000
  2354.       0000000000000000000000000000000000000000000000000000000000000000
  2355.       0000000000000000000000000000000000000000000000000000000000000000
  2356.       0000000000000000000000000000000000000000000000000000000000000000
  2357.       0000000000000000000000000000000000000000000000000000000000000000
  2358.       0000000000000000000000000000000000000000000000000000000000000000
  2359.       0000000000000000000000000000000000000000000000000000000000000000
  2360.       0000000000000000000000000000000000000000000000000000000000000000
  2361.       0000000000000000000000000000000000000000000000000000000000000000
  2362.       0000000000000000000000000000000000000000000000000000000000000000
  2363.       0000000000000000000000000000000000000000000000000000000000000000
  2364.       0000000000000000000000000000000000000000000000000000000000000000
  2365.       0000000000000000000000000000000000000000000000000000000000000000
  2366.       0000000000000000000000000000000000000000000000000000000000000000
  2367.       0000000000000000000000000000000000000000000000000000000000000000
  2368.       0000000000000000000000000000000000000000000000000000000000000000
  2369.       0000000000000000000000000000000000000000000000000000000000000000
  2370.       0000000000000000000000000000000000000000000000000000000000000000
  2371.       0000000000000000000000000000000000000000000000000000000000000000
  2372.       0000000000000000000000000000000000000000000000000000000000000000
  2373.       0000000000006331000000000000000000000000000000000000000000000000
  2374.       0000000000000000000000000000000000000000000000000000000000000000
  2375.       0000000000000000000000000000000000000000000000000000000000000000
  2376.       0000000000000000000000000000000000000000000000000000000000000000
  2377.       0000000000000000000000000000000000000000000000000000000000000000
  2378.       0000000000000000000000000000000000000000000000000000000000000000
  2379.       0000000000000000000000000000000000000000000000000000000000000000
  2380.       0000000000000000000000000000000000000000000000000000000000000000
  2381.       0000000000006331000063310000000000000000000000000000000000000000
  2382.       0000000000000000000000000000000000000000000000000000000000000000
  2383.       0000000000000000000000000000000000000000000000000000000000000000
  2384.       0000000000000000000000000000000000000000000000000000000000000000
  2385.       0000000000000000000000000000000000000000000000000000000000000000
  2386.       0000000000000000000000000000000000000000000000000000000000000000
  2387.       0000000000000000000000000000000000000000000000000000000000000000
  2388.       0000000000000000000000000000000000000000000000000000000000000000
  2389.       0000000000006331000063310000633100000000000000000000000000000000
  2390.       0000000000000000000000000000000000000000000000000000000000000000
  2391.       0000000000000000000000000000000000000000000000000000000000000000
  2392.       0000000000000000000000000000000000000000000000000000000000000000
  2393.       0000000000000000000000000000000000000000000000000000000000000000
  2394.       0000000000000000000000000000000000000000000000000000000000000000
  2395.       0000000000000000000000000000633100000000000000000000000000000000
  2396.       0000000000000000000000000000000000000000000000000000000000000000
  2397.       0000000000006331000063310000633100006331000000000000000000000000
  2398.       0000000000000000000000000000000000000000000000000000000000000000
  2399.       0000000000000000000000000000633100000000000000000000000000000000
  2400.       0000000000000000000000000000000000000000000000000000000000000000
  2401.       0000000000000000000000000000000000000000000000000000000000000000
  2402.       0000000000000000000000000000000000000000000000000000000000000000
  2403.       0000000000000000000063310000633100006331000000000000000000000000
  2404.       0000000000000000000000000000000000000000000000000000000000000000
  2405.       0000000000006331000063310000633100006331000063310000000000000000
  2406.       0000000000000000000000000000000000000000000000000000000000000000
  2407.       0000000000000000000063310000633100006331000000000000000000000000
  2408.       0000000000000000000000000000000000000000000000000000000000000000
  2409.       0000000000000000000000000000000000000000000000000000000000000000
  2410.       0000000000000000000000000000000000000000000000000000000000000000
  2411.       0000000000006331000063310000633100006331000063310000000000000000
  2412.       0000000000000000000000000000000000000000000000000000000000000000
  2413.       0000000000006331000063310000633100006331000000000000000000000000
  2414.       0000000000000000000000000000000000000000000000000000000000000000
  2415.       0000000000006331000063310000633100006331000063310000000000000000
  2416.       0000000000000000000000000000000000000000000000000000000000000000
  2417.       0000000000000000000000000000000000000000000000000000000000000000
  2418.       0000000000000000000000000000000000000000000000000000000000000000
  2419.       0000633100006331000063310000633100006331000063310000633100000000
  2420.       0000000000000000000000000000000000000000000000000000000000000000
  2421.       0000000000006331000063310000633100000000000000000000000000000000
  2422.       0000000000000000000000000000000000000000000000000000000000000000
  2423.       0000633100006331000063310000633100006331000063310000633100000000
  2424.       0000000000000000000000000000000000000000000000000000000000000000
  2425.       0000000000000000000000000000000000000000000000000000000000000000
  2426.       0000000000000000000000000000000000000000000000000000000000006331
  2427.       0000633100006331000063310000633100006331000063310000633100006331
  2428.       0000000000000000000000000000000000000000000000000000000000000000
  2429.       0000000000006331000063310000000000000000000000000000000000000000
  2430.       0000000000000000000000000000000000000000000000000000000000006331
  2431.       0000633100006331000063310000633100006331000063310000633100006331
  2432.       0000000000000000000000000000000000000000000000000000000000000000
  2433.       0000000000000000000000000000000000000000000000000000000000000000
  2434.       0000000000000000000000000000000000000000000000000000000000000000
  2435.       0000000000000000000000000000000000000000000000000000000000000000
  2436.       0000000000000000000000000000000000000000000000000000000000000000
  2437.       0000000000006331000000000000000000000000000000000000000000000000
  2438.       0000000000000000000000000000000000000000000000000000000000000000
  2439.       0000000000000000000000000000000000000000000000000000000000000000
  2440.       0000000000000000000000000000000000000000000000000000000000000000
  2441.       0000000000000000000000000000000000000000000000000000000000000000
  2442.       0000000000000000000000000000000000000000000000000000000000000000
  2443.       0000000000000000000000000000000000000000000000000000000000000000
  2444.       0000000000000000000000000000000000000000000000000000000000000000
  2445.       0000000000000000000000000000000000000000000000000000000000000000
  2446.       0000000000000000000000000000000000000000000000000000000000000000
  2447.       0000000000000000000000000000000000000000000000000000000000000000
  2448.       0000000000000000000000000000000000000000000000000000000000000000
  2449.       0000000000000000000000000000000000000000000000000000000000000000
  2450.       0000000000000000000000000000000000000000000000000000000000000000
  2451.       0000000000000000000000000000000000000000000000000000000000000000
  2452.       0000000000000000000000000000000000000000000000000000000000000000
  2453.       0000000000000000000000000000000000000000000000000000000000000000
  2454.       0000000000000000000000000000000000000000000000000000000000000000
  2455.       0000000000000000000000000000000000000000000000000000000000000000
  2456.       0000000000000000000000000000000000000000000000000000000000000000
  2457.       0000000000000000000000000000000000000000000000000000000000000000
  2458.       0000000000000000000000000000000000000000000000000000000000000000
  2459.       0000000000000000000000000000000000000000000000000000000000000000
  2460.       0000000000000000000000000000000000000000000000000000000000000000
  2461.       0000000000000000000000000000000000000000000000000000000000000000
  2462.       0000000000000000000000000000000000000000000000000000000000000000
  2463.       0000000000000000000000000000000000000000000000000000000000000000
  2464.       0000000000000000000000000000000000000000000000000000000000000000
  2465.       0000000000000000000000000000000000000000000000000000000000000000
  2466.       0000000000000000000000000000000000000000000000000000000000000000
  2467.       0000000000000000000000000000000000000000000000000000000000000000
  2468.       0000000000000000000000000000000000000000000000000000000000000000
  2469.       0000000000000000000000000000000000000000000000000000000000000000
  2470.       0000000000000000000000000000000000000000000000000000000000000000
  2471.       0000000000000000000000000000000000000000000000000000000000000000
  2472.       0000000000000000000000000000000000000000000000000000000000000000
  2473.       0000000000000000000000000000000000000000000000000000000000000000
  2474.       000000000000000000000000000000000000424D3E000000000000003E000000
  2475.       2800000040000000100000000100010000000000800000000000000000000000
  2476.       000000000000000000000000FFFFFF00FFFFFFFFFFFF0000FFFFFFFFFFFF0000
  2477.       FFFFFFFFFFFF0000FFFFFBFFFFFF0000FFFFF9FFFFFF0000FFFFF8FFFFFF0000
  2478.       FEFFF87FFEFF0000FC7FF83FFC7F0000F83FF87FF83F0000F01FF8FFF01F0000
  2479.       E00FF9FFE00F0000FFFFFBFFFFFF0000FFFFFFFFFFFF0000FFFFFFFFFFFF0000
  2480.       FFFFFFFFFFFF0000FFFFFFFFFFFF000000000000000000000000000000000000
  2481.       000000000000}
  2482.   end
  2483. end
  2484.