home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / clipma / cm32.exe / CLIPMT42.EXE / 0 / RCDATA / TFRMSETTINGS / TFRMSETTINGS.txt
Encoding:
Text File  |  1997-02-01  |  21.5 KB  |  811 lines

  1. object frmSettings: TfrmSettings
  2.   Left = 522
  3.   Top = 67
  4.   HelpContext = 107
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'ClipMate User Preferences'
  8.   ClientHeight = 413
  9.   ClientWidth = 439
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object TabbedNotebook1: TTabbedNotebook
  21.     Left = 0
  22.     Top = 0
  23.     Width = 439
  24.     Height = 372
  25.     Align = alClient
  26.     TabsPerRow = 4
  27.     TabFont.Color = clBtnText
  28.     TabFont.Height = -12
  29.     TabFont.Name = 'MS Sans Serif'
  30.     TabFont.Style = []
  31.     TabOrder = 1
  32.     OnChange = TabbedNotebook1Change
  33.     object TTabPage
  34.       Left = 4
  35.       Top = 27
  36.       Caption = 'Preferences'
  37.       object GroupBox2: TGroupBox
  38.         Left = 0
  39.         Top = 188
  40.         Width = 425
  41.         Height = 70
  42.         Caption = 'Save Data Options'
  43.         TabOrder = 1
  44.         object Label6: TLabel
  45.           Left = 207
  46.           Top = 37
  47.           Width = 56
  48.           Height = 16
  49.           Caption = 'Minutes'
  50.         end
  51.         object chkAutoSave: TCheckBox
  52.           Left = 28
  53.           Top = 33
  54.           Width = 129
  55.           Height = 25
  56.           Hint = 
  57.             'Unsaved data is automatically saved to disk at periodic interval' +
  58.             's.  '
  59.           HelpContext = 53
  60.           Caption = 'Auto-Save Every '
  61.           PopupMenu = PopupMenuWhatsThis
  62.           TabOrder = 1
  63.         end
  64.         object txtAutoSaveInterval: TEdit
  65.           Left = 161
  66.           Top = 37
  67.           Width = 43
  68.           Height = 24
  69.           Hint = 'Autosave Inteval - enter a value from 1 to 3600 minutes.'
  70.           HelpContext = 53
  71.           PopupMenu = PopupMenuWhatsThis
  72.           TabOrder = 2
  73.           Text = '3600'
  74.           OnChange = txtAutoSaveIntervalChange
  75.         end
  76.         object ChkSaveShutdown: TCheckBox
  77.           Left = 12
  78.           Top = 19
  79.           Width = 305
  80.           Height = 17
  81.           Hint = 'Auto-Save on Exit.  Otherwise you'#39'll be prompted to save.'
  82.           HelpContext = 52
  83.           Caption = 'Automatically Save When Shutting Down?'
  84.           PopupMenu = PopupMenuWhatsThis
  85.           TabOrder = 0
  86.           OnClick = SaveAutoSync
  87.         end
  88.       end
  89.       object GroupBox1: TGroupBox
  90.         Left = 0
  91.         Top = -1
  92.         Width = 425
  93.         Height = 178
  94.         Caption = 'Behavior'
  95.         TabOrder = 0
  96.         object chkBeepWhenUpdated: TCheckBox
  97.           Left = 12
  98.           Top = 16
  99.           Width = 341
  100.           Height = 25
  101.           Hint = 
  102.             'Beep for every update - otherwise ClipMate only beeps on warning' +
  103.             's and errors.'
  104.           HelpContext = 157
  105.           Caption = 'Beep When New Data Received From Clipboard?'
  106.           PopupMenu = PopupMenuWhatsThis
  107.           TabOrder = 0
  108.           OnClick = chkBeepWhenUpdatedClick
  109.         end
  110.         object chkShowItemTypeIcon: TCheckBox
  111.           Left = 12
  112.           Top = 60
  113.           Width = 193
  114.           Height = 25
  115.           Hint = 
  116.             'Sets the Icons displayed in the Clip Item Selection drop-down on' +
  117.             ' the main toolbar.'
  118.           HelpContext = 256
  119.           Caption = 'Show Item Type Icon?'
  120.           PopupMenu = PopupMenuWhatsThis
  121.           TabOrder = 1
  122.         end
  123.         object chkStayOnTop: TCheckBox
  124.           Left = 12
  125.           Top = 80
  126.           Width = 297
  127.           Height = 25
  128.           Hint = 'ClipMate can "float" on top.'
  129.           HelpContext = 257
  130.           Caption = 'Always On Top?'
  131.           PopupMenu = PopupMenuWhatsThis
  132.           TabOrder = 2
  133.         end
  134.         object chkShowHint: TCheckBox
  135.           Left = 12
  136.           Top = 100
  137.           Width = 229
  138.           Height = 25
  139.           Hint = 'Show/Hide these handy little help windows.'
  140.           HelpContext = 258
  141.           Caption = 'Show Hints (Tooltips)?'
  142.           PopupMenu = PopupMenuWhatsThis
  143.           TabOrder = 3
  144.         end
  145.         object chkShowMenu: TCheckBox
  146.           Left = 12
  147.           Top = 224
  148.           Width = 185
  149.           Height = 13
  150.           Caption = 'Show Main Menu'
  151.           TabOrder = 4
  152.           Visible = False
  153.         end
  154.         object chkConfirmDeleteSafe: TCheckBox
  155.           Left = 12
  156.           Top = 148
  157.           Width = 393
  158.           Height = 17
  159.           HelpContext = 295
  160.           Caption = 'Confirm When Deleting Items From "Safe" Collections?'
  161.           PopupMenu = PopupMenuWhatsThis
  162.           TabOrder = 5
  163.         end
  164.         object chkUseItemTitleForIcon: TCheckBox
  165.           Left = 12
  166.           Top = 124
  167.           Width = 269
  168.           Height = 22
  169.           Hint = 'Disabled In This Release - Will Be Fixed Soon.'
  170.           HelpContext = 294
  171.           Caption = 'Use ItemTitle For Minimized Icon?'
  172.           PopupMenu = PopupMenuWhatsThis
  173.           TabOrder = 6
  174.         end
  175.         object chkUseSounds: TCheckBox
  176.           Left = 32
  177.           Top = 41
  178.           Width = 281
  179.           Height = 17
  180.           Hint = 
  181.             'If installed, ClipMate can use custom sounds to signal events li' +
  182.             'ke "New Data Received".'
  183.           HelpContext = 321
  184.           Caption = 'Use Sound Events (32-bit Only)'
  185.           Enabled = False
  186.           PopupMenu = PopupMenuWhatsThis
  187.           TabOrder = 7
  188.         end
  189.       end
  190.       object gbOverrideDataDir: TGroupBox
  191.         Left = 0
  192.         Top = 262
  193.         Width = 425
  194.         Height = 76
  195.         Caption = 'Data Directory'
  196.         TabOrder = 2
  197.         object lblOverrideWarning: TLabel
  198.           Left = 196
  199.           Top = 12
  200.           Width = 221
  201.           Height = 33
  202.           Caption = 'This can'#39't be changed right now because there is unsaved data.'
  203.           Font.Color = clBlue
  204.           Font.Height = -13
  205.           Font.Name = 'MS Sans Serif'
  206.           Font.Style = [fsItalic]
  207.           ParentFont = False
  208.           Visible = False
  209.           WordWrap = True
  210.         end
  211.         object txtDataDir: TEdit
  212.           Left = 12
  213.           Top = 44
  214.           Width = 329
  215.           Height = 24
  216.           Hint = 'The directory where ClipMate stores its data.'
  217.           HelpContext = 57
  218.           Enabled = False
  219.           PopupMenu = PopupMenuWhatsThis
  220.           TabOrder = 0
  221.           Text = 'txtDataDir'
  222.           OnClick = RestartNeeded
  223.         end
  224.         object cmdBrowseData: TButton
  225.           Left = 348
  226.           Top = 44
  227.           Width = 73
  228.           Height = 25
  229.           HelpContext = 57
  230.           Caption = 'Browse...'
  231.           PopupMenu = PopupMenuWhatsThis
  232.           TabOrder = 1
  233.           OnClick = cmdBrowseDataClick
  234.         end
  235.         object rbDataDirDefault: TRadioButton
  236.           Left = 12
  237.           Top = 22
  238.           Width = 77
  239.           Height = 17
  240.           Hint = 'Sets data directory to setup defaults'
  241.           HelpContext = 57
  242.           Caption = 'Default'
  243.           Checked = True
  244.           PopupMenu = PopupMenuWhatsThis
  245.           TabOrder = 2
  246.           TabStop = True
  247.           OnClick = rbDataDirDefaultClick
  248.         end
  249.         object rbDataDirOverride: TRadioButton
  250.           Left = 92
  251.           Top = 22
  252.           Width = 89
  253.           Height = 17
  254.           Hint = 'Overrides data directory location'
  255.           HelpContext = 57
  256.           Caption = 'Override'
  257.           PopupMenu = PopupMenuWhatsThis
  258.           TabOrder = 3
  259.           OnClick = rbDataDirDefaultClick
  260.         end
  261.       end
  262.     end
  263.     object TTabPage
  264.       Left = 4
  265.       Top = 27
  266.       Caption = 'Windows95 / NT'
  267.       object grpWin95: TGroupBox
  268.         Left = 8
  269.         Top = 15
  270.         Width = 417
  271.         Height = 73
  272.         Caption = 'Windows95 System Tray'
  273.         Enabled = False
  274.         TabOrder = 0
  275.         object chkUseSysTray: TCheckBox
  276.           Left = 12
  277.           Top = 20
  278.           Width = 225
  279.           Height = 21
  280.           Hint = 
  281.             'ClipMate can place its icon in the System Tray, INSTEAD of the r' +
  282.             'egular taskbar.'
  283.           HelpContext = 110
  284.           Caption = 'Use System Tray Icon'
  285.           Enabled = False
  286.           PopupMenu = PopupMenuWhatsThis
  287.           TabOrder = 0
  288.           OnClick = AutoHideSync
  289.         end
  290.         object chkAutoHide: TCheckBox
  291.           Left = 28
  292.           Top = 44
  293.           Width = 369
  294.           Height = 21
  295.           Hint = 
  296.             'Hide all ClipMate windows when you switch to another application' +
  297.             '.'
  298.           HelpContext = 55
  299.           Caption = 'Auto-Hide ClipMate When Switching Away?'
  300.           Enabled = False
  301.           PopupMenu = PopupMenuWhatsThis
  302.           TabOrder = 1
  303.         end
  304.       end
  305.       object grpHotKeys: TGroupBox
  306.         Left = 8
  307.         Top = 96
  308.         Width = 417
  309.         Height = 145
  310.         Caption = 'System-Wide HotKeys'
  311.         Enabled = False
  312.         TabOrder = 1
  313.         object Label3: TLabel
  314.           Left = 204
  315.           Top = 20
  316.           Width = 97
  317.           Height = 16
  318.           Alignment = taRightJustify
  319.           Caption = 'Ctrl + Alt + '
  320.         end
  321.         object Label7: TLabel
  322.           Left = 204
  323.           Top = 44
  324.           Width = 97
  325.           Height = 16
  326.           Alignment = taRightJustify
  327.           Caption = 'Ctrl + Alt + '
  328.         end
  329.         object Label8: TLabel
  330.           Left = 204
  331.           Top = 68
  332.           Width = 97
  333.           Height = 16
  334.           Alignment = taRightJustify
  335.           Caption = 'Ctrl + Alt + '
  336.         end
  337.         object Label10: TLabel
  338.           Left = 332
  339.           Top = 17
  340.           Width = 81
  341.           Height = 96
  342.           Caption = 'These Are Not Currently Changeable In This Release'
  343.           Font.Color = clNavy
  344.           Font.Height = -13
  345.           Font.Name = 'MS Sans Serif'
  346.           Font.Style = [fsItalic]
  347.           ParentFont = False
  348.           WordWrap = True
  349.         end
  350.         object chkHKActivate: TCheckBox
  351.           Left = 12
  352.           Top = 20
  353.           Width = 141
  354.           Height = 17
  355.           Hint = 'Pops ClipMate To The Foreground'
  356.           Caption = 'Activate ClipMate'
  357.           TabOrder = 0
  358.           OnClick = HKClick
  359.         end
  360.         object chkHKSelectNext: TCheckBox
  361.           Left = 12
  362.           Top = 44
  363.           Width = 181
  364.           Height = 17
  365.           Hint = 'Scroll To Next Clip Item'
  366.           Caption = 'Next Item In Collection'
  367.           TabOrder = 1
  368.           OnClick = HKClick
  369.         end
  370.         object chkHKSelectPrev: TCheckBox
  371.           Left = 12
  372.           Top = 68
  373.           Width = 201
  374.           Height = 17
  375.           Hint = 'Scroll To Previous Clip Item'
  376.           Caption = 'Previous Item In Colletion'
  377.           TabOrder = 2
  378.           OnClick = HKClick
  379.         end
  380.         object txtHKHKActivateKey: TEdit
  381.           Left = 300
  382.           Top = 16
  383.           Width = 25
  384.           Height = 24
  385.           Hint = 'Not Currently Configurable'
  386.           Enabled = False
  387.           MaxLength = 1
  388.           ReadOnly = True
  389.           TabOrder = 3
  390.           OnClick = HKClick
  391.         end
  392.         object txtHKSelectNextKey: TEdit
  393.           Left = 300
  394.           Top = 40
  395.           Width = 25
  396.           Height = 24
  397.           Hint = 'Not Currently Configurable'
  398.           Enabled = False
  399.           MaxLength = 1
  400.           ReadOnly = True
  401.           TabOrder = 4
  402.           OnClick = HKClick
  403.         end
  404.         object txtHKSelectPrevKey: TEdit
  405.           Left = 300
  406.           Top = 64
  407.           Width = 25
  408.           Height = 24
  409.           Hint = 'Not Currently Configurable'
  410.           Enabled = False
  411.           MaxLength = 1
  412.           ReadOnly = True
  413.           TabOrder = 5
  414.           OnClick = HKClick
  415.         end
  416.         object chkHKSelectItem: TCheckBox
  417.           Left = 12
  418.           Top = 92
  419.           Width = 273
  420.           Height = 17
  421.           Hint = 'Select item (n) within current collection.'
  422.           Caption = 'Select Clip Item   Ctrl + F1 .. F12'
  423.           TabOrder = 6
  424.           OnClick = HKClick
  425.         end
  426.         object chkHKSelectCollection: TCheckBox
  427.           Left = 12
  428.           Top = 116
  429.           Width = 301
  430.           Height = 17
  431.           Hint = 'Select collection (n)'
  432.           Caption = 'Select Collection   Shift + Ctrl + F1 .. F12'
  433.           TabOrder = 7
  434.           OnClick = HKClick
  435.         end
  436.       end
  437.     end
  438.     object TTabPage
  439.       Left = 4
  440.       Top = 27
  441.       Caption = 'Advanced'
  442.       object lblFixFont: TLabel
  443.         Left = 233
  444.         Top = 225
  445.         Width = 180
  446.         Height = 16
  447.       end
  448.       object Label13: TLabel
  449.         Left = 4
  450.         Top = 158
  451.         Width = 123
  452.         Height = 16
  453.         Caption = 'PowerPaste Delay:'
  454.       end
  455.       object Label12: TLabel
  456.         Left = 195
  457.         Top = 158
  458.         Width = 195
  459.         Height = 16
  460.         Caption = 'MiliSeconds (1/1000 seconds)'
  461.       end
  462.       object Label15: TLabel
  463.         Left = 4
  464.         Top = 86
  465.         Width = 92
  466.         Height = 16
  467.         Caption = 'Startup Delay:'
  468.       end
  469.       object Label16: TLabel
  470.         Left = 135
  471.         Top = 86
  472.         Width = 56
  473.         Height = 16
  474.         Caption = 'Seconds'
  475.       end
  476.       object Label9: TLabel
  477.         Left = 4
  478.         Top = 112
  479.         Width = 343
  480.         Height = 32
  481.         Caption = 
  482.           'If you have "double icons" at startup, try increasing this to 4 ' +
  483.           'or 5 seconds.'
  484.         Font.Color = clNavy
  485.         Font.Height = -13
  486.         Font.Name = 'MS Sans Serif'
  487.         Font.Style = [fsItalic]
  488.         ParentFont = False
  489.         WordWrap = True
  490.       end
  491.       object Label11: TLabel
  492.         Left = 8
  493.         Top = 176
  494.         Width = 373
  495.         Height = 32
  496.         Caption = 
  497.           'Only use this to slow down PowerPaste, when it appears to be inc' +
  498.           'ompatible with certain applications.  (Default 100ms)'
  499.         Font.Color = clNavy
  500.         Font.Height = -13
  501.         Font.Name = 'MS Sans Serif'
  502.         Font.Style = [fsItalic]
  503.         ParentFont = False
  504.         WordWrap = True
  505.       end
  506.       object Label14: TLabel
  507.         Left = 4
  508.         Top = 248
  509.         Width = 373
  510.         Height = 48
  511.         Caption = 
  512.           'If all of the fonts, in all of the dialog boxes look like WingDi' +
  513.           'ngs, then this will allow you to override it.  Please contact Te' +
  514.           'ch Support if you think you need this.  '
  515.         Font.Color = clNavy
  516.         Font.Height = -13
  517.         Font.Name = 'MS Sans Serif'
  518.         Font.Style = [fsItalic]
  519.         ParentFont = False
  520.         WordWrap = True
  521.       end
  522.       object chkWideToolbar: TCheckBox
  523.         Left = 4
  524.         Top = 4
  525.         Width = 405
  526.         Height = 21
  527.         Hint = 
  528.           'Stretches toolbar to include extra button, also helpful if menu ' +
  529.           'won'#39't fit.'
  530.         HelpContext = 262
  531.         Caption = 'Wide Toolbar, Showing "Remove Line-Breaks" Button?'
  532.         PopupMenu = PopupMenuWhatsThis
  533.         TabOrder = 0
  534.       end
  535.       object chkExtraWideToolbar: TCheckBox
  536.         Left = 24
  537.         Top = 27
  538.         Width = 357
  539.         Height = 17
  540.         Hint = 
  541.           'Sometimes necessary with Win3.1x systems, with LARGE font displa' +
  542.           'y driver.'
  543.         HelpContext = 323
  544.         Caption = 'Extra-Wide, To Accomodate HUGE Display Fonts?'
  545.         PopupMenu = PopupMenuWhatsThis
  546.         TabOrder = 1
  547.       end
  548.       object chkUseSysFont: TCheckBox
  549.         Left = 4
  550.         Top = 222
  551.         Width = 189
  552.         Height = 22
  553.         Hint = 
  554.           'Some Dialogs Use ARIAL Font, Which On Some Systems, Doesn'#39't Disp' +
  555.           'lay Correctly.  (You Should Not Normally Need This)'
  556.         HelpContext = 266
  557.         Caption = 'Override Dialog Box Font:'
  558.         PopupMenu = PopupMenuWhatsThis
  559.         TabOrder = 2
  560.         OnClick = chkUseSysFontClick
  561.       end
  562.       object cmdFont: TBitBtn
  563.         Left = 196
  564.         Top = 217
  565.         Width = 29
  566.         Height = 29
  567.         Hint = 'Change Font Of Display (Does NOT Affect Data)'
  568.         HelpContext = 266
  569.         Enabled = False
  570.         TabOrder = 3
  571.         OnClick = cmdFontClick
  572.         Glyph.Data = {
  573.           B0010000424DB001000000000000760000002800000018000000180000000100
  574.           0400000000002001000000000000000000000000000000000000000000000000
  575.           BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  576.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  577.           3333333333333333333333333333380088333333333333333338007700833333
  578.           3333333333307700770333000333300003307033003333090833309903077033
  579.           3333330990000999030770333333333099999990330770833033333090000903
  580.           3330708807033330990309033330770077033333090090333333007707033333
  581.           099090333333330030333333309990338000033333333333309903300CCCC003
  582.           3333333333090330CC00CCC03333333333090330C0330CC03333333333303330
  583.           CC000CC03333333333333330CCCCCCC03333333333333330C0330C0333333333
  584.           33333300C000CC0333333333333330CCCCCCCC03333333333333300000000033
  585.           3333333333333333333333333333333333333333333333333333000000000000
  586.           0000000000000000000000000000000000000000}
  587.         Layout = blGlyphTop
  588.       end
  589.       object txtPowerPasteDelay: TEdit
  590.         Left = 139
  591.         Top = 153
  592.         Width = 46
  593.         Height = 24
  594.         HelpContext = 265
  595.         MaxLength = 4
  596.         PopupMenu = PopupMenuWhatsThis
  597.         TabOrder = 4
  598.         Text = '0'
  599.         OnChange = txtPowerPasteDelayChange
  600.       end
  601.       object txtPhantomDelay: TEdit
  602.         Left = 107
  603.         Top = 81
  604.         Width = 22
  605.         Height = 24
  606.         HelpContext = 263
  607.         MaxLength = 1
  608.         PopupMenu = PopupMenuWhatsThis
  609.         TabOrder = 5
  610.         Text = '0'
  611.         OnChange = txtPhantomDelayChange
  612.       end
  613.       object chkPersistentClipboardWatching: TCheckBox
  614.         Left = 4
  615.         Top = 48
  616.         Width = 409
  617.         Height = 17
  618.         Hint = 
  619.           'ClipMate can agressively monitor the clipboard chain, and make s' +
  620.           'ure that it is always at the "head" of the chain.  On by default' +
  621.           '.'
  622.         HelpContext = 264
  623.         Caption = 'Persistent Clipboard Chain Watching? (Default is YES)'
  624.         PopupMenu = PopupMenuWhatsThis
  625.         TabOrder = 6
  626.       end
  627.     end
  628.     object TTabPage
  629.       Left = 4
  630.       Top = 27
  631.       Caption = 'Application Profile'
  632.       object pnlParentOfFilter: TPanel
  633.         Left = 5
  634.         Top = 24
  635.         Width = 420
  636.         Height = 313
  637.         BevelOuter = bvNone
  638.         Caption = 'pnlParentOfFilter'
  639.         TabOrder = 0
  640.       end
  641.     end
  642.     object TTabPage
  643.       Left = 4
  644.       Top = 27
  645.       Caption = 'Logging'
  646.       object Label4: TLabel
  647.         Left = 4
  648.         Top = 216
  649.         Width = 401
  650.         Height = 32
  651.         Caption = 
  652.           'Note:  Logging is used for troubleshooting and debugging purpose' +
  653.           's.'
  654.         Font.Color = clNavy
  655.         Font.Height = -13
  656.         Font.Name = 'MS Sans Serif'
  657.         Font.Style = [fsItalic]
  658.         ParentFont = False
  659.         WordWrap = True
  660.       end
  661.       object Label5: TLabel
  662.         Left = 8
  663.         Top = 16
  664.         Width = 121
  665.         Height = 16
  666.         Caption = 'Log These Events:'
  667.       end
  668.       object chkErrors: TCheckBox
  669.         Left = 24
  670.         Top = 36
  671.         Width = 221
  672.         Height = 29
  673.         Caption = 'Errors'
  674.         TabOrder = 0
  675.         OnClick = chkErrorsClick
  676.       end
  677.       object chkUpDown: TCheckBox
  678.         Left = 24
  679.         Top = 66
  680.         Width = 185
  681.         Height = 21
  682.         Caption = 'Startup / Shutdown'
  683.         TabOrder = 1
  684.         OnClick = chkErrorsClick
  685.       end
  686.       object chkForm: TCheckBox
  687.         Left = 24
  688.         Top = 89
  689.         Width = 305
  690.         Height = 29
  691.         Caption = 'Form (screen) Open and Close'
  692.         TabOrder = 2
  693.         OnClick = chkErrorsClick
  694.       end
  695.       object chkDelete: TCheckBox
  696.         Left = 24
  697.         Top = 119
  698.         Width = 217
  699.         Height = 33
  700.         Caption = 'Data Deletion'
  701.         TabOrder = 3
  702.         OnClick = chkErrorsClick
  703.       end
  704.       object chkData: TCheckBox
  705.         Left = 24
  706.         Top = 154
  707.         Width = 225
  708.         Height = 33
  709.         Caption = 'Other Data Events'
  710.         TabOrder = 4
  711.         OnClick = chkErrorsClick
  712.       end
  713.       object chkDetail: TCheckBox
  714.         Left = 24
  715.         Top = 188
  716.         Width = 297
  717.         Height = 25
  718.         Caption = 'Detail Logging (may impact performance)'
  719.         TabOrder = 5
  720.         OnClick = chkErrorsClick
  721.       end
  722.       object BitBtn1: TBitBtn
  723.         Left = 354
  724.         Top = 6
  725.         Width = 75
  726.         Height = 25
  727.         HelpContext = 113
  728.         TabOrder = 6
  729.         Kind = bkHelp
  730.       end
  731.     end
  732.   end
  733.   object Panel1: TPanel
  734.     Left = 0
  735.     Top = 372
  736.     Width = 439
  737.     Height = 41
  738.     Align = alBottom
  739.     TabOrder = 0
  740.     object OKBtn: TBitBtn
  741.       Left = 4
  742.       Top = 6
  743.       Width = 77
  744.       Height = 27
  745.       Font.Color = clBlack
  746.       Font.Height = -11
  747.       Font.Name = 'MS Sans Serif'
  748.       Font.Style = [fsBold]
  749.       ParentFont = False
  750.       TabOrder = 0
  751.       OnClick = OKBtnClick
  752.       Kind = bkOK
  753.       Margin = 2
  754.       Spacing = -1
  755.     end
  756.     object CancelBtn: TBitBtn
  757.       Left = 88
  758.       Top = 6
  759.       Width = 77
  760.       Height = 27
  761.       Font.Color = clBlack
  762.       Font.Height = -11
  763.       Font.Name = 'MS Sans Serif'
  764.       Font.Style = [fsBold]
  765.       ParentFont = False
  766.       TabOrder = 1
  767.       OnClick = CancelBtnClick
  768.       Kind = bkCancel
  769.       Margin = 2
  770.       Spacing = -1
  771.     end
  772.     object HelpBtn: TBitBtn
  773.       Left = 172
  774.       Top = 6
  775.       Width = 77
  776.       Height = 27
  777.       HelpContext = 107
  778.       Caption = 'Help'
  779.       Font.Color = clBlack
  780.       Font.Height = -11
  781.       Font.Name = 'MS Sans Serif'
  782.       Font.Style = [fsBold]
  783.       ParentFont = False
  784.       TabOrder = 2
  785.       Kind = bkHelp
  786.       Margin = 2
  787.       Spacing = -1
  788.     end
  789.   end
  790.   object PopupMenuWhatsThis: TPopupMenu
  791.     Left = 308
  792.     Top = 375
  793.     object mnuWhatsThis: TMenuItem
  794.       Caption = 'What'#39's This?'
  795.       ShortCut = 0
  796.       OnClick = mnuWhatsThisClick
  797.     end
  798.   end
  799.   object FontDialog1: TFontDialog
  800.     Font.Color = clWindowText
  801.     Font.Height = -11
  802.     Font.Name = 'MS Sans Serif'
  803.     Font.Style = []
  804.     MinFontSize = 0
  805.     MaxFontSize = 0
  806.     Options = []
  807.     Left = 393
  808.     Top = 384
  809.   end
  810. end
  811.