home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 October A / Pcwk10a98.iso / Inprise / TRIAL / JBUILDER / JRUNTIME.Z / jbuilder.exe / 0 / RCDATA / TENVDIALOG / TENVDIALOG.txt
Text File  |  1998-05-08  |  42KB  |  1,612 lines

  1. object EnvDialog: TEnvDialog
  2.   Left = 556
  3.   Top = 190
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Environment Options'
  7.   ClientHeight = 417
  8.   ClientWidth = 421
  9.   ParentFont = True
  10.   PopupMenu = PopupMenu1
  11.   Position = poScreenCenter
  12.   OnCreate = DialogCreate
  13.   OnDestroy = DialogDestroy
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 382
  19.     Width = 421
  20.     Height = 35
  21.     Align = alBottom
  22.     BevelOuter = bvNone
  23.     TabOrder = 1
  24.     object HelpButton: TButton
  25.       Left = 339
  26.       Top = 2
  27.       Width = 75
  28.       Height = 25
  29.       Caption = '&Help'
  30.       TabOrder = 2
  31.       OnClick = HelpButtonClick
  32.     end
  33.     object OKButton: TButton
  34.       Left = 177
  35.       Top = 2
  36.       Width = 75
  37.       Height = 25
  38.       Caption = 'OK'
  39.       Default = True
  40.       ModalResult = 1
  41.       TabOrder = 0
  42.       OnClick = OKButtonClick
  43.     end
  44.     object Button2: TButton
  45.       Left = 258
  46.       Top = 2
  47.       Width = 75
  48.       Height = 25
  49.       Cancel = True
  50.       Caption = 'Cancel'
  51.       ModalResult = 2
  52.       TabOrder = 1
  53.     end
  54.   end
  55.   object Panel2: TPanel
  56.     Left = 0
  57.     Top = 0
  58.     Width = 421
  59.     Height = 382
  60.     Align = alClient
  61.     BevelOuter = bvNone
  62.     BorderWidth = 5
  63.     TabOrder = 0
  64.     object PageControl: TPageControl
  65.       Left = 5
  66.       Top = 5
  67.       Width = 411
  68.       Height = 372
  69.       ActivePage = CodeStyleSheet
  70.       Align = alClient
  71.       TabOrder = 0
  72.       OnChange = TabControlClick
  73.       OnChanging = TabControlChange
  74.       object PrefPage: TTabSheet
  75.         HelpContext = 1800
  76.         Caption = 'Preferences'
  77.       end
  78.       object PathsPage: TTabSheet
  79.         HelpContext = 24948
  80.         Caption = 'Paths'
  81.         object Label19: TLabel
  82.           Left = 8
  83.           Top = 136
  84.           Width = 64
  85.           Height = 13
  86.           Caption = 'Java libraries:'
  87.         end
  88.         object Label20: TLabel
  89.           Left = 8
  90.           Top = 88
  91.           Width = 99
  92.           Height = 13
  93.           Caption = '&Output root directory:'
  94.           FocusControl = EditOutputPath
  95.         end
  96.         object Label23: TLabel
  97.           Left = 8
  98.           Top = 48
  99.           Width = 101
  100.           Height = 13
  101.           Caption = '&Source root directory:'
  102.           FocusControl = EditSourcePath
  103.         end
  104.         object Label24: TLabel
  105.           Left = 8
  106.           Top = 8
  107.           Width = 94
  108.           Height = 13
  109.           Caption = 'Target &JDK version:'
  110.           FocusControl = ComboBoxJDK
  111.         end
  112.         object ListBox: TListBox
  113.           Left = 8
  114.           Top = 152
  115.           Width = 305
  116.           Height = 177
  117.           DragMode = dmAutomatic
  118.           ItemHeight = 13
  119.           Style = lbOwnerDrawFixed
  120.           TabOrder = 6
  121.           OnClick = ListBoxClick
  122.           OnDblClick = ButtonDefineLibraryClick
  123.           OnDragDrop = ListBoxDragDrop
  124.           OnDragOver = ListBoxDragOver
  125.           OnDrawItem = ListBoxDrawItem
  126.         end
  127.         object EditOutputPath: TEdit
  128.           Left = 8
  129.           Top = 104
  130.           Width = 305
  131.           Height = 21
  132.           TabOrder = 4
  133.         end
  134.         object EditSourcePath: TEdit
  135.           Left = 8
  136.           Top = 64
  137.           Width = 305
  138.           Height = 21
  139.           TabOrder = 2
  140.         end
  141.         object ComboBoxJDK: TComboBox
  142.           Left = 8
  143.           Top = 24
  144.           Width = 305
  145.           Height = 21
  146.           Style = csDropDownList
  147.           ItemHeight = 0
  148.           TabOrder = 0
  149.         end
  150.         object ButtonDefineJDK: TButton
  151.           Left = 320
  152.           Top = 22
  153.           Width = 73
  154.           Height = 25
  155.           Caption = '&Define...'
  156.           TabOrder = 1
  157.           OnClick = ButtonDefineJDKClick
  158.         end
  159.         object ButtonBrowseSource: TButton
  160.           Left = 320
  161.           Top = 62
  162.           Width = 73
  163.           Height = 25
  164.           Caption = 'Browse...'
  165.           TabOrder = 3
  166.           OnClick = ButtonBrowseSourceClick
  167.         end
  168.         object ButtonBrowseOutput: TButton
  169.           Left = 320
  170.           Top = 102
  171.           Width = 73
  172.           Height = 25
  173.           Caption = 'Browse...'
  174.           TabOrder = 5
  175.           OnClick = ButtonBrowseOutputClick
  176.         end
  177.         object ButtonAddLibrary: TButton
  178.           Left = 320
  179.           Top = 152
  180.           Width = 75
  181.           Height = 25
  182.           Caption = '&Add...'
  183.           TabOrder = 7
  184.           OnClick = ButtonAddLibraryClick
  185.         end
  186.         object ButtonRemoveLibrary: TButton
  187.           Left = 320
  188.           Top = 184
  189.           Width = 75
  190.           Height = 25
  191.           Caption = '&Remove'
  192.           TabOrder = 8
  193.           OnClick = ButtonRemoveLibraryClick
  194.         end
  195.         object ButtonDefineLibrary: TButton
  196.           Left = 320
  197.           Top = 304
  198.           Width = 73
  199.           Height = 25
  200.           Caption = '&Libraries...'
  201.           TabOrder = 9
  202.           OnClick = ButtonDefineLibraryClick
  203.         end
  204.       end
  205.       object CompilerPage: TTabSheet
  206.         HelpContext = 24949
  207.         Caption = 'Compiler'
  208.         object GroupBox2: TGroupBox
  209.           Left = 8
  210.           Top = 11
  211.           Width = 385
  212.           Height = 139
  213.           Caption = 'Default Compiler Options'
  214.           TabOrder = 0
  215.           object Label12: TLabel
  216.             Left = 33
  217.             Top = 112
  218.             Width = 48
  219.             Height = 13
  220.             Alignment = taRightJustify
  221.             Caption = '&Encoding:'
  222.           end
  223.           object Label13: TLabel
  224.             Left = 12
  225.             Top = 84
  226.             Width = 69
  227.             Height = 13
  228.             Alignment = taRightJustify
  229.             Caption = 'E&xclude Class:'
  230.           end
  231.           object cbxDebugInfo: TCheckBox
  232.             Left = 8
  233.             Top = 16
  234.             Width = 177
  235.             Height = 17
  236.             Caption = '&Include Debug Information'
  237.             State = cbChecked
  238.             TabOrder = 0
  239.           end
  240.           object cbxShowWarnings: TCheckBox
  241.             Left = 8
  242.             Top = 36
  243.             Width = 113
  244.             Height = 17
  245.             Caption = '&Show Warnings'
  246.             State = cbChecked
  247.             TabOrder = 1
  248.           end
  249.           object cEncoding: TComboBox
  250.             Left = 88
  251.             Top = 108
  252.             Width = 144
  253.             Height = 21
  254.             Style = csDropDownList
  255.             ItemHeight = 13
  256.             Items.Strings = (
  257.               'Default'
  258.               'None')
  259.             TabOrder = 7
  260.           end
  261.           object eExcludeClass: TComboBox
  262.             Left = 88
  263.             Top = 80
  264.             Width = 274
  265.             Height = 21
  266.             ItemHeight = 0
  267.             TabOrder = 6
  268.           end
  269.           object cbxCheckStable: TCheckBox
  270.             Left = 184
  271.             Top = 16
  272.             Width = 173
  273.             Height = 17
  274.             Caption = 'C&heck Stable Packages'
  275.             TabOrder = 3
  276.           end
  277.           object cbxDeprecations: TCheckBox
  278.             Left = 8
  279.             Top = 56
  280.             Width = 169
  281.             Height = 17
  282.             Caption = 'Show &Deprecations'
  283.             TabOrder = 2
  284.           end
  285.           object cbxMakeStable: TCheckBox
  286.             Left = 184
  287.             Top = 36
  288.             Width = 175
  289.             Height = 17
  290.             Caption = '&Make Packages Stable'
  291.             TabOrder = 4
  292.           end
  293.           object cbxObfuscate: TCheckBox
  294.             Left = 184
  295.             Top = 56
  296.             Width = 97
  297.             Height = 17
  298.             Caption = '&Obfuscate'
  299.             TabOrder = 5
  300.           end
  301.         end
  302.         object CheckBoxAutosave: TCheckBox
  303.           Left = 8
  304.           Top = 160
  305.           Width = 241
  306.           Height = 17
  307.           Caption = '&Autosave all files before compiling'
  308.           TabOrder = 1
  309.         end
  310.       end
  311.       object LibPage: TTabSheet
  312.         HelpContext = 1875
  313.         Caption = 'Library'
  314.         object GroupBox13: TGroupBox
  315.           Left = 8
  316.           Top = 180
  317.           Width = 369
  318.           Height = 48
  319.           Caption = 'Path'
  320.           TabOrder = 3
  321.           object Label17: TLabel
  322.             Left = 8
  323.             Top = 20
  324.             Width = 59
  325.             Height = 13
  326.             Caption = '&Library Path:'
  327.             FocusControl = ecLibraryPath
  328.           end
  329.           object ecLibraryPath: TComboBox
  330.             Left = 96
  331.             Top = 16
  332.             Width = 257
  333.             Height = 21
  334.             ItemHeight = 0
  335.             TabOrder = 0
  336.           end
  337.         end
  338.         object GroupBox14: TGroupBox
  339.           Left = 8
  340.           Top = 112
  341.           Width = 369
  342.           Height = 65
  343.           Caption = 'Options'
  344.           TabOrder = 2
  345.           object cbLibDebugInfo: TCheckBox
  346.             Left = 8
  347.             Top = 20
  348.             Width = 221
  349.             Height = 17
  350.             Caption = '&Compile with debug info'
  351.             TabOrder = 0
  352.           end
  353.           object cbLibSaveSource: TCheckBox
  354.             Left = 8
  355.             Top = 40
  356.             Width = 213
  357.             Height = 17
  358.             TabStop = False
  359.             Caption = 'Sa&ve library source code'
  360.             TabOrder = 1
  361.           end
  362.         end
  363.         object GroupBox18: TGroupBox
  364.           Left = 8
  365.           Top = 8
  366.           Width = 185
  367.           Height = 101
  368.           Caption = 'Map file'
  369.           TabOrder = 0
  370.           object rbMapFileOff: TRadioButton
  371.             Left = 8
  372.             Top = 16
  373.             Width = 121
  374.             Height = 17
  375.             Caption = '&Off'
  376.             TabOrder = 0
  377.             TabStop = True
  378.           end
  379.           object rbMapSegOnly: TRadioButton
  380.             Left = 8
  381.             Top = 36
  382.             Width = 121
  383.             Height = 17
  384.             Caption = '&Segments'
  385.             TabOrder = 1
  386.           end
  387.           object rbMapSegPubs: TRadioButton
  388.             Left = 8
  389.             Top = 56
  390.             Width = 121
  391.             Height = 17
  392.             Caption = '&Publics'
  393.             TabOrder = 2
  394.           end
  395.           object rbMapDetailed: TRadioButton
  396.             Left = 8
  397.             Top = 76
  398.             Width = 121
  399.             Height = 17
  400.             Caption = '&Detailed'
  401.             TabOrder = 3
  402.           end
  403.         end
  404.         object GroupBox19: TGroupBox
  405.           Left = 196
  406.           Top = 8
  407.           Width = 181
  408.           Height = 101
  409.           Caption = 'Messages'
  410.           TabOrder = 1
  411.           object cbShowHints: TCheckBox
  412.             Left = 8
  413.             Top = 16
  414.             Width = 121
  415.             Height = 17
  416.             Caption = 'Show hi&nts'
  417.             TabOrder = 0
  418.           end
  419.           object cbShowWarnings: TCheckBox
  420.             Left = 8
  421.             Top = 36
  422.             Width = 121
  423.             Height = 17
  424.             TabStop = False
  425.             Caption = 'Show &warnings'
  426.             TabOrder = 1
  427.           end
  428.         end
  429.         object GroupBox20: TGroupBox
  430.           Left = 8
  431.           Top = 232
  432.           Width = 369
  433.           Height = 48
  434.           Caption = 'Aliases'
  435.           TabOrder = 4
  436.           object Label1: TLabel
  437.             Left = 8
  438.             Top = 20
  439.             Width = 57
  440.             Height = 13
  441.             Caption = '&Unit aliases:'
  442.             FocusControl = ecUnitAliases
  443.           end
  444.           object ecUnitAliases: TComboBox
  445.             Left = 96
  446.             Top = 16
  447.             Width = 257
  448.             Height = 21
  449.             ItemHeight = 0
  450.             TabOrder = 0
  451.           end
  452.         end
  453.       end
  454.       object EditorPage: TTabSheet
  455.         HelpContext = 25052
  456.         Caption = 'Editor'
  457.         object lbUndo: TLabel
  458.           Left = 265
  459.           Top = 218
  460.           Width = 49
  461.           Height = 13
  462.           Alignment = taRightJustify
  463.           Caption = 'Undo &limit:'
  464.           FocusControl = eoUndoLimit
  465.         end
  466.         object Label5: TLabel
  467.           Left = 97
  468.           Top = 246
  469.           Width = 50
  470.           Height = 13
  471.           Alignment = taRightJustify
  472.           Caption = '&Tab stops:'
  473.           FocusControl = eoTabRack
  474.         end
  475.         object lbBlockInd: TLabel
  476.           Left = 85
  477.           Top = 218
  478.           Width = 62
  479.           Height = 13
  480.           Alignment = taRightJustify
  481.           Caption = 'Block i&ndent:'
  482.           FocusControl = eoBlockIndent
  483.         end
  484.         object Label6: TLabel
  485.           Left = 59
  486.           Top = 274
  487.           Width = 88
  488.           Height = 13
  489.           Alignment = taRightJustify
  490.           Caption = 'S&yntax extensions:'
  491.           FocusControl = eoHighlightExts
  492.         end
  493.         object Label21: TLabel
  494.           Left = 8
  495.           Top = 10
  496.           Width = 129
  497.           Height = 13
  498.           Alignment = taRightJustify
  499.           AutoSize = False
  500.           Caption = 'Editor SpeedSetting:'
  501.           FocusControl = SpeedSetting
  502.         end
  503.         object GroupBox5: TGroupBox
  504.           Left = 8
  505.           Top = 33
  506.           Width = 385
  507.           Height = 174
  508.           Caption = 'Editor options:'
  509.           TabOrder = 1
  510.           object eoIndent: TCheckBox
  511.             Left = 7
  512.             Top = 17
  513.             Width = 150
  514.             Height = 17
  515.             Caption = '&Auto indent mode'
  516.             TabOrder = 0
  517.           end
  518.           object eoInsert: TCheckBox
  519.             Left = 7
  520.             Top = 34
  521.             Width = 150
  522.             Height = 17
  523.             TabStop = False
  524.             Caption = '&Insert mode'
  525.             TabOrder = 1
  526.           end
  527.           object eoUseTabChar: TCheckBox
  528.             Left = 7
  529.             Top = 51
  530.             Width = 150
  531.             Height = 17
  532.             TabStop = False
  533.             Caption = 'Use tab cha&racter'
  534.             TabOrder = 2
  535.             OnClick = eoUseTabCharClick
  536.           end
  537.           object eoOptimalFill: TCheckBox
  538.             Left = 7
  539.             Top = 85
  540.             Width = 150
  541.             Height = 17
  542.             TabStop = False
  543.             Caption = '&Optimal fill'
  544.             TabOrder = 4
  545.           end
  546.           object eoOutdent: TCheckBox
  547.             Left = 7
  548.             Top = 102
  549.             Width = 150
  550.             Height = 17
  551.             TabStop = False
  552.             Caption = 'Backspace &unindents'
  553.             TabOrder = 5
  554.           end
  555.           object eoCursorInTabs: TCheckBox
  556.             Left = 7
  557.             Top = 119
  558.             Width = 150
  559.             Height = 18
  560.             TabStop = False
  561.             Caption = '&Cursor through tabs'
  562.             TabOrder = 6
  563.           end
  564.           object eoGroupUndo: TCheckBox
  565.             Left = 7
  566.             Top = 137
  567.             Width = 150
  568.             Height = 16
  569.             TabStop = False
  570.             Caption = '&Group undo'
  571.             TabOrder = 7
  572.           end
  573.           object eoCursorBeyondEOF: TCheckBox
  574.             Left = 7
  575.             Top = 153
  576.             Width = 150
  577.             Height = 17
  578.             TabStop = False
  579.             Caption = 'Cursor beyond &EOF'
  580.             TabOrder = 8
  581.           end
  582.           object eoUndoAfterSave: TCheckBox
  583.             Left = 177
  584.             Top = 17
  585.             Width = 150
  586.             Height = 17
  587.             TabStop = False
  588.             Caption = 'Undo after sa&ve'
  589.             TabOrder = 9
  590.           end
  591.           object eoKeepTrailingBlanks: TCheckBox
  592.             Left = 177
  593.             Top = 34
  594.             Width = 150
  595.             Height = 17
  596.             TabStop = False
  597.             Caption = '&Keep trailing blanks'
  598.             TabOrder = 10
  599.           end
  600.           object eoBriefRegExp: TCheckBox
  601.             Left = 177
  602.             Top = 51
  603.             Width = 174
  604.             Height = 17
  605.             TabStop = False
  606.             Caption = '&BRIEF regular expressions'
  607.             TabOrder = 11
  608.           end
  609.           object eoPersistentBlocks: TCheckBox
  610.             Left = 177
  611.             Top = 68
  612.             Width = 150
  613.             Height = 17
  614.             TabStop = False
  615.             Caption = '&Persistent blocks'
  616.             TabOrder = 12
  617.           end
  618.           object eoOverwriteBlocks: TCheckBox
  619.             Left = 177
  620.             Top = 85
  621.             Width = 150
  622.             Height = 17
  623.             TabStop = False
  624.             Caption = 'Over&write blocks'
  625.             TabOrder = 13
  626.           end
  627.           object eoDoubleClickLine: TCheckBox
  628.             Left = 177
  629.             Top = 102
  630.             Width = 150
  631.             Height = 17
  632.             TabStop = False
  633.             Caption = '&Double click line'
  634.             TabOrder = 14
  635.           end
  636.           object eoFindTextAtCursor: TCheckBox
  637.             Left = 177
  638.             Top = 119
  639.             Width = 150
  640.             Height = 18
  641.             TabStop = False
  642.             Caption = 'Find te&xt at cursor'
  643.             TabOrder = 15
  644.           end
  645.           object eoHighlight: TCheckBox
  646.             Left = 177
  647.             Top = 153
  648.             Width = 178
  649.             Height = 17
  650.             TabStop = False
  651.             Caption = 'Use &syntax highlight'
  652.             TabOrder = 17
  653.           end
  654.           object eoForceCutCopyEnabled: TCheckBox
  655.             Left = 177
  656.             Top = 137
  657.             Width = 182
  658.             Height = 16
  659.             TabStop = False
  660.             Caption = '&Force cut and copy enabled'
  661.             TabOrder = 16
  662.           end
  663.           object eoSmartTab: TCheckBox
  664.             Left = 7
  665.             Top = 68
  666.             Width = 150
  667.             Height = 17
  668.             TabStop = False
  669.             Caption = 'S&mart tab'
  670.             TabOrder = 3
  671.             OnClick = eoSmartTabClick
  672.           end
  673.         end
  674.         object eoBlockIndent: TComboBox
  675.           Left = 153
  676.           Top = 215
  677.           Width = 71
  678.           Height = 21
  679.           ItemHeight = 0
  680.           TabOrder = 2
  681.           OnKeyPress = NumbersOnly
  682.         end
  683.         object eoUndoLimit: TComboBox
  684.           Left = 319
  685.           Top = 215
  686.           Width = 72
  687.           Height = 21
  688.           ItemHeight = 0
  689.           TabOrder = 3
  690.           OnKeyPress = NumbersOnly
  691.         end
  692.         object eoTabRack: TComboBox
  693.           Left = 153
  694.           Top = 242
  695.           Width = 239
  696.           Height = 21
  697.           ItemHeight = 0
  698.           TabOrder = 4
  699.           OnKeyPress = NumsAndDelims
  700.         end
  701.         object eoHighlightExts: TComboBox
  702.           Left = 153
  703.           Top = 270
  704.           Width = 239
  705.           Height = 21
  706.           ItemHeight = 0
  707.           TabOrder = 5
  708.         end
  709.         object SpeedSetting: TComboBox
  710.           Left = 145
  711.           Top = 7
  712.           Width = 248
  713.           Height = 21
  714.           Style = csDropDownList
  715.           ItemHeight = 13
  716.           Items.Strings = (
  717.             'Default keymapping'
  718.             'IDE classic'
  719.             'BRIEF emulation'
  720.             'Epsilon emulation')
  721.           TabOrder = 0
  722.           OnChange = EditorSpeedClick
  723.           OnClick = EditorSpeedClick
  724.         end
  725.       end
  726.       object EdDispPage: TTabSheet
  727.         HelpContext = 25053
  728.         Caption = 'Display'
  729.         object Label4: TLabel
  730.           Left = 16
  731.           Top = 189
  732.           Width = 51
  733.           Height = 13
  734.           Caption = 'Editor &font:'
  735.           FocusControl = FontName
  736.         end
  737.         object Label7: TLabel
  738.           Left = 294
  739.           Top = 189
  740.           Width = 23
  741.           Height = 13
  742.           Caption = '&Size:'
  743.           FocusControl = FontSize
  744.         end
  745.         object Label11: TLabel
  746.           Left = 204
  747.           Top = 8
  748.           Width = 150
  749.           Height = 17
  750.           AutoSize = False
  751.           Caption = '&Keystroke mapping:'
  752.           FocusControl = eoBindingList
  753.         end
  754.         object Label16: TLabel
  755.           Left = 16
  756.           Top = 210
  757.           Width = 38
  758.           Height = 13
  759.           Caption = 'Sample:'
  760.         end
  761.         object GroupBox11: TGroupBox
  762.           Left = 16
  763.           Top = 105
  764.           Width = 377
  765.           Height = 72
  766.           TabOrder = 2
  767.           object lbRightMargin: TLabel
  768.             Left = 7
  769.             Top = 43
  770.             Width = 62
  771.             Height = 13
  772.             Caption = 'Right &margin:'
  773.             FocusControl = eoRightMargin
  774.           end
  775.           object lbGutterWidth: TLabel
  776.             Left = 185
  777.             Top = 43
  778.             Width = 60
  779.             Height = 13
  780.             Caption = 'Gutter &width:'
  781.             FocusControl = eoGutterWidth
  782.             Visible = False
  783.           end
  784.           object eoLineOnMargin: TCheckBox
  785.             Left = 7
  786.             Top = 14
  787.             Width = 138
  788.             Height = 20
  789.             Caption = '&Visible right margin'
  790.             TabOrder = 0
  791.             OnClick = LineOnMarginClick
  792.           end
  793.           object eoRightMargin: TComboBox
  794.             Left = 90
  795.             Top = 40
  796.             Width = 65
  797.             Height = 21
  798.             ItemHeight = 0
  799.             TabOrder = 1
  800.           end
  801.           object eoGutterWidth: TComboBox
  802.             Left = 269
  803.             Top = 40
  804.             Width = 65
  805.             Height = 21
  806.             ItemHeight = 0
  807.             TabOrder = 3
  808.             Visible = False
  809.           end
  810.           object eoVisibleGutter: TCheckBox
  811.             Left = 185
  812.             Top = 16
  813.             Width = 97
  814.             Height = 17
  815.             Caption = 'Visible &gutter'
  816.             TabOrder = 2
  817.             Visible = False
  818.             OnClick = VisibleGutterClick
  819.           end
  820.         end
  821.         object GroupBox10: TGroupBox
  822.           Left = 16
  823.           Top = 8
  824.           Width = 181
  825.           Height = 92
  826.           Caption = 'Display and file options:'
  827.           TabOrder = 0
  828.           object eoBriefCursors: TCheckBox
  829.             Left = 7
  830.             Top = 16
  831.             Width = 150
  832.             Height = 17
  833.             Caption = 'BRIEF &cursor shapes'
  834.             TabOrder = 0
  835.           end
  836.           object eoCreateBackup: TCheckBox
  837.             Left = 7
  838.             Top = 34
  839.             Width = 150
  840.             Height = 17
  841.             TabStop = False
  842.             Caption = 'Create &backup file'
  843.             TabOrder = 1
  844.           end
  845.           object eoPreserveLineEnds: TCheckBox
  846.             Left = 7
  847.             Top = 52
  848.             Width = 150
  849.             Height = 17
  850.             TabStop = False
  851.             Caption = '&Preserve line ends'
  852.             TabOrder = 2
  853.           end
  854.           object eoFullZoom: TCheckBox
  855.             Left = 7
  856.             Top = 70
  857.             Width = 150
  858.             Height = 17
  859.             TabStop = False
  860.             Caption = '&Zoom to full screen'
  861.             TabOrder = 3
  862.           end
  863.         end
  864.         object FontName: TComboBox
  865.           Left = 86
  866.           Top = 185
  867.           Width = 186
  868.           Height = 21
  869.           HelpContext = 25201
  870.           Style = csDropDownList
  871.           ItemHeight = 0
  872.           TabOrder = 3
  873.           OnClick = FontNameClicked
  874.         end
  875.         object FontSize: TComboBox
  876.           Left = 328
  877.           Top = 185
  878.           Width = 63
  879.           Height = 21
  880.           ItemHeight = 0
  881.           TabOrder = 4
  882.           OnClick = FontSizeClicked
  883.         end
  884.         object eoBindingList: TListBox
  885.           Left = 204
  886.           Top = 26
  887.           Width = 189
  888.           Height = 74
  889.           ItemHeight = 13
  890.           Items.Strings = (
  891.             'Default'
  892.             'Classic'
  893.             'Brief'
  894.             'Epsilon')
  895.           TabOrder = 1
  896.         end
  897.         object FontSample: TPanel
  898.           Left = 16
  899.           Top = 225
  900.           Width = 377
  901.           Height = 64
  902.           BevelOuter = bvLowered
  903.           Caption = 'AbBbXxZz'
  904.           TabOrder = 5
  905.         end
  906.       end
  907.       object EdColorPage: TTabSheet
  908.         HelpContext = 25054
  909.         Caption = 'Colors'
  910.         object Label8: TLabel
  911.           Left = 16
  912.           Top = 33
  913.           Width = 41
  914.           Height = 13
  915.           Caption = '&Element:'
  916.           FocusControl = ElementList
  917.         end
  918.         object Label9: TLabel
  919.           Left = 146
  920.           Top = 33
  921.           Width = 27
  922.           Height = 13
  923.           Caption = '&Color:'
  924.           FocusControl = ColorGrid
  925.         end
  926.         object EditControlHere: TLabel
  927.           Left = 16
  928.           Top = 176
  929.           Width = 369
  930.           Height = 117
  931.           AutoSize = False
  932.           OnClick = SampleClick
  933.         end
  934.         object Label22: TLabel
  935.           Left = 24
  936.           Top = 10
  937.           Width = 94
  938.           Height = 13
  939.           Caption = 'Color &SpeedSetting:'
  940.           FocusControl = ColorSpeedSetting
  941.         end
  942.         object ElementList: TListBox
  943.           Left = 16
  944.           Top = 47
  945.           Width = 120
  946.           Height = 108
  947.           IntegralHeight = True
  948.           ItemHeight = 13
  949.           Items.Strings = (
  950.             'Whitespace'
  951.             'Comment'
  952.             'Reserved word'
  953.             'Identifier'
  954.             'Symbol'
  955.             'String'
  956.             'Number'
  957.             'Plain text'
  958.             'Marked block'
  959.             'Search match'
  960.             'Execution point'
  961.             'Enabled break'
  962.             'Disabled break'
  963.             'Invalid break'
  964.             'Error line'
  965.             'Right margin'
  966.             'Illegal')
  967.           TabOrder = 1
  968.           OnClick = ElementListClick
  969.         end
  970.         object GroupBox6: TGroupBox
  971.           Left = 271
  972.           Top = 31
  973.           Width = 114
  974.           Height = 72
  975.           Caption = 'Text attributes:'
  976.           TabOrder = 2
  977.           object Bold: TCheckBox
  978.             Left = 8
  979.             Top = 16
  980.             Width = 100
  981.             Height = 17
  982.             Caption = '&Bold'
  983.             TabOrder = 0
  984.             OnClick = FontClick
  985.           end
  986.           object Italic: TCheckBox
  987.             Left = 8
  988.             Top = 34
  989.             Width = 100
  990.             Height = 17
  991.             TabStop = False
  992.             Caption = '&Italic'
  993.             TabOrder = 1
  994.             OnClick = FontClick
  995.           end
  996.           object Underline: TCheckBox
  997.             Left = 8
  998.             Top = 51
  999.             Width = 100
  1000.             Height = 17
  1001.             TabStop = False
  1002.             Caption = '&Underline'
  1003.             TabOrder = 2
  1004.             OnClick = FontClick
  1005.           end
  1006.         end
  1007.         object GroupBox7: TGroupBox
  1008.           Left = 271
  1009.           Top = 108
  1010.           Width = 114
  1011.           Height = 60
  1012.           Caption = 'Use defaults for:'
  1013.           TabOrder = 3
  1014.           object DefaultFore: TCheckBox
  1015.             Left = 8
  1016.             Top = 15
  1017.             Width = 90
  1018.             Height = 18
  1019.             Caption = '&Foreground'
  1020.             TabOrder = 0
  1021.             OnClick = DefaultClick
  1022.           end
  1023.           object DefaultBack: TCheckBox
  1024.             Left = 8
  1025.             Top = 35
  1026.             Width = 90
  1027.             Height = 17
  1028.             TabStop = False
  1029.             Caption = 'Back&ground'
  1030.             TabOrder = 1
  1031.             OnClick = DefaultClick
  1032.           end
  1033.         end
  1034.         object ColorSpeedSetting: TComboBox
  1035.           Left = 140
  1036.           Top = 7
  1037.           Width = 245
  1038.           Height = 21
  1039.           Style = csDropDownList
  1040.           ItemHeight = 13
  1041.           Items.Strings = (
  1042.             'Defaults'
  1043.             'Classic'
  1044.             'Twilight'
  1045.             'Ocean')
  1046.           TabOrder = 0
  1047.           OnClick = ColorSpeedClick
  1048.         end
  1049.         object ColorGrid: TColorGrid
  1050.           Left = 145
  1051.           Top = 48
  1052.           Width = 104
  1053.           Height = 120
  1054.           ClickEnablesColor = True
  1055.           TabOrder = 4
  1056.           OnChange = ColorClick
  1057.         end
  1058.       end
  1059.       object PalPage: TTabSheet
  1060.         HelpContext = 2000
  1061.         Caption = 'Palette'
  1062.         object PageLabel: TLabel
  1063.           Left = 18
  1064.           Top = 12
  1065.           Width = 50
  1066.           Height = 17
  1067.           AutoSize = False
  1068.           Caption = '&Pages:'
  1069.           FocusControl = PageListBox
  1070.         end
  1071.         object ToolLabel: TLabel
  1072.           Left = 230
  1073.           Top = 12
  1074.           Width = 105
  1075.           Height = 17
  1076.           AutoSize = False
  1077.           Caption = '&Components:'
  1078.           FocusControl = ToolListBox
  1079.         end
  1080.         object PageListBox: TListBox
  1081.           Left = 18
  1082.           Top = 29
  1083.           Width = 114
  1084.           Height = 199
  1085.           IntegralHeight = True
  1086.           ItemHeight = 13
  1087.           Style = lbOwnerDrawFixed
  1088.           TabOrder = 0
  1089.           OnClick = PageClick
  1090.           OnDragDrop = PageDragDrop
  1091.           OnDragOver = PageDragOver
  1092.           OnDrawItem = PageListBoxDrawItem
  1093.           OnEnter = PagesGotFocus
  1094.           OnKeyDown = ListKeyDown
  1095.           OnMouseDown = PageMouseDown
  1096.         end
  1097.         object MoveUp: TBitBtn
  1098.           Left = 152
  1099.           Top = 36
  1100.           Width = 23
  1101.           Height = 23
  1102.           TabOrder = 1
  1103.           OnClick = MoveClick
  1104.           Glyph.Data = {
  1105.             F6000000424DF600000000000000760000002800000010000000100000000100
  1106.             0400000000008000000000000000000000001000000010000000000000000000
  1107.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1108.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1109.             333333333333333333333333338888833333333334444483333333333CCCC483
  1110.             333333333CCCC483333333333CCCC483333333333CCCC483333333333CCCC488
  1111.             8333333CCCCCCCCC33333333CCCCCCC3333333333CCCCC333333333333CCC333
  1112.             33333333333C3333333333333333333333333333333333333333}
  1113.         end
  1114.         object MoveDn: TBitBtn
  1115.           Left = 184
  1116.           Top = 36
  1117.           Width = 23
  1118.           Height = 23
  1119.           TabOrder = 2
  1120.           OnClick = MoveClick
  1121.           Glyph.Data = {
  1122.             F6000000424DF600000000000000760000002800000010000000100000000100
  1123.             0400000000008000000000000000000000001000000010000000000000000000
  1124.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1125.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1126.             333333333333833333333333333488333333333333CC4883333333333CCCC488
  1127.             33333333CCCCCC488333333CCCCCC444333333333CCCC483333333333CCCC483
  1128.             333333333CCCC483333333333CCCC483333333333CCCC483333333333CCCC433
  1129.             3333333333333333333333333333333333333333333333333333}
  1130.         end
  1131.         object ToolListBox: TListBox
  1132.           Left = 230
  1133.           Top = 28
  1134.           Width = 152
  1135.           Height = 184
  1136.           IntegralHeight = True
  1137.           ItemHeight = 30
  1138.           Style = lbOwnerDrawFixed
  1139.           TabOrder = 3
  1140.           OnDragDrop = ToolDragDrop
  1141.           OnDragOver = ToolDragOver
  1142.           OnDrawItem = ToolDrawItem
  1143.           OnEnter = ToolsGotFocus
  1144.           OnKeyDown = ListKeyDown
  1145.           OnMouseDown = ToolMouseDown
  1146.         end
  1147.         object AddButton: TButton
  1148.           Left = 143
  1149.           Top = 76
  1150.           Width = 75
  1151.           Height = 25
  1152.           Caption = '?'
  1153.           TabOrder = 4
  1154.           OnClick = AddClick
  1155.         end
  1156.         object DeleteButton: TButton
  1157.           Left = 143
  1158.           Top = 108
  1159.           Width = 75
  1160.           Height = 25
  1161.           Caption = '&Delete'
  1162.           TabOrder = 5
  1163.           OnClick = DeleteClick
  1164.         end
  1165.         object RenameButton: TButton
  1166.           Left = 143
  1167.           Top = 140
  1168.           Width = 75
  1169.           Height = 25
  1170.           Caption = '&Rename...'
  1171.           TabOrder = 6
  1172.           OnClick = RenameClick
  1173.         end
  1174.         object ResetPaletteBtn: TButton
  1175.           Left = 120
  1176.           Top = 255
  1177.           Width = 125
  1178.           Height = 25
  1179.           Caption = 'Re&set Defaults'
  1180.           TabOrder = 7
  1181.           OnClick = ResetPalette
  1182.         end
  1183.       end
  1184.       object BrowPage: TTabSheet
  1185.         HelpContext = 25055
  1186.         Caption = 'AppBrowser'
  1187.         object GroupBox3: TGroupBox
  1188.           Left = 8
  1189.           Top = 32
  1190.           Width = 385
  1191.           Height = 62
  1192.           Caption = '&Grouping'
  1193.           TabOrder = 1
  1194.           object cbxGroupByAccessability: TCheckBox
  1195.             Left = 9
  1196.             Top = 36
  1197.             Width = 315
  1198.             Height = 17
  1199.             Caption = 'Group by Accessibility (Private/Protected/Public/Package)'
  1200.             TabOrder = 1
  1201.           end
  1202.           object cbxSepMembers: TCheckBox
  1203.             Left = 9
  1204.             Top = 15
  1205.             Width = 271
  1206.             Height = 18
  1207.             Caption = 'Separate Data Members and Methods'
  1208.             TabOrder = 0
  1209.           end
  1210.         end
  1211.         object GroupBox4: TGroupBox
  1212.           Left = 8
  1213.           Top = 104
  1214.           Width = 194
  1215.           Height = 90
  1216.           Caption = '&Accessor Sorting'
  1217.           TabOrder = 2
  1218.           object ListBox1: TListBox
  1219.             Left = 8
  1220.             Top = 16
  1221.             Width = 110
  1222.             Height = 66
  1223.             ItemHeight = 13
  1224.             Items.Strings = (
  1225.               'Private'
  1226.               'Protected'
  1227.               'Public'
  1228.               'Package Local')
  1229.             TabOrder = 0
  1230.           end
  1231.           object Button1: TButton
  1232.             Left = 126
  1233.             Top = 16
  1234.             Width = 51
  1235.             Height = 25
  1236.             Caption = '&Up'
  1237.             TabOrder = 1
  1238.             OnClick = Button1Click
  1239.           end
  1240.           object Button3: TButton
  1241.             Left = 126
  1242.             Top = 46
  1243.             Width = 51
  1244.             Height = 27
  1245.             Caption = '&Down'
  1246.             TabOrder = 2
  1247.             OnClick = Button3Click
  1248.           end
  1249.         end
  1250.         object GroupBox8: TGroupBox
  1251.           Left = 208
  1252.           Top = 104
  1253.           Width = 185
  1254.           Height = 90
  1255.           Caption = '&Structure Sorting'
  1256.           TabOrder = 3
  1257.           object ListBox2: TListBox
  1258.             Left = 8
  1259.             Top = 16
  1260.             Width = 110
  1261.             Height = 66
  1262.             ItemHeight = 13
  1263.             Items.Strings = (
  1264.               'Properties'
  1265.               'Methods'
  1266.               'Events'
  1267.               'Data Members')
  1268.             TabOrder = 0
  1269.           end
  1270.           object Button4: TButton
  1271.             Left = 124
  1272.             Top = 15
  1273.             Width = 53
  1274.             Height = 26
  1275.             Caption = 'U&p'
  1276.             TabOrder = 1
  1277.             OnClick = Button4Click
  1278.           end
  1279.           object Button5: TButton
  1280.             Left = 124
  1281.             Top = 46
  1282.             Width = 53
  1283.             Height = 27
  1284.             Caption = 'D&own'
  1285.             TabOrder = 2
  1286.             OnClick = Button5Click
  1287.           end
  1288.         end
  1289.         object cbxReloadLast: TCheckBox
  1290.           Left = 9
  1291.           Top = 8
  1292.           Width = 209
  1293.           Height = 17
  1294.           Caption = 'Reload last opened project upon startup'
  1295.           TabOrder = 0
  1296.         end
  1297.         object radioInspector: TRadioGroup
  1298.           Left = 8
  1299.           Top = 208
  1300.           Width = 385
  1301.           Height = 59
  1302.           Caption = '&Inspector'
  1303.           Items.Strings = (
  1304.             'Floating'
  1305.             'Embedded in AppBrowser')
  1306.           TabOrder = 4
  1307.         end
  1308.       end
  1309.       object Applets: TTabSheet
  1310.         Caption = 'Applets'
  1311.         object GroupBox1: TGroupBox
  1312.           Left = 15
  1313.           Top = 4
  1314.           Width = 132
  1315.           Height = 65
  1316.           Caption = 'Applet Viewer'
  1317.           TabOrder = 0
  1318.           object RadioButton1: TRadioButton
  1319.             Left = 9
  1320.             Top = 17
  1321.             Width = 113
  1322.             Height = 17
  1323.             Caption = 'Use AppletViewer'
  1324.             TabOrder = 0
  1325.           end
  1326.           object RadioButton2: TRadioButton
  1327.             Left = 9
  1328.             Top = 37
  1329.             Width = 113
  1330.             Height = 17
  1331.             Caption = 'Use HTML browser'
  1332.             Checked = True
  1333.             TabOrder = 1
  1334.             TabStop = True
  1335.           end
  1336.         end
  1337.       end
  1338.       object CodeStyleSheet: TTabSheet
  1339.         HelpContext = 24950
  1340.         Caption = 'Code Style'
  1341.         object Label15: TLabel
  1342.           Left = 152
  1343.           Top = 8
  1344.           Width = 43
  1345.           Height = 13
  1346.           Caption = 'Example:'
  1347.         end
  1348.         object Label18: TLabel
  1349.           Left = 152
  1350.           Top = 104
  1351.           Width = 43
  1352.           Height = 13
  1353.           Caption = 'Example:'
  1354.         end
  1355.         object BraceGroup: TGroupBox
  1356.           Left = 8
  1357.           Top = 8
  1358.           Width = 137
  1359.           Height = 89
  1360.           Caption = 'Braces'
  1361.           TabOrder = 0
  1362.           object RadioBraceEndOfLine: TRadioButton
  1363.             Left = 8
  1364.             Top = 16
  1365.             Width = 81
  1366.             Height = 17
  1367.             Caption = 'End of line'
  1368.             TabOrder = 0
  1369.             OnClick = BraceClick
  1370.           end
  1371.           object RadioBraceNextLine: TRadioButton
  1372.             Tag = 1
  1373.             Left = 8
  1374.             Top = 36
  1375.             Width = 73
  1376.             Height = 17
  1377.             Caption = 'Next line'
  1378.             TabOrder = 1
  1379.             OnClick = BraceClick
  1380.           end
  1381.         end
  1382.         object EventGroup: TGroupBox
  1383.           Left = 8
  1384.           Top = 104
  1385.           Width = 137
  1386.           Height = 145
  1387.           Caption = 'Event Handling'
  1388.           TabOrder = 1
  1389.           object RadioEventAdapter: TRadioButton
  1390.             Left = 8
  1391.             Top = 36
  1392.             Width = 105
  1393.             Height = 17
  1394.             Caption = 'Standard adapter'
  1395.             TabOrder = 0
  1396.             OnClick = EventClick
  1397.           end
  1398.           object RadioEventAnonymousAdapter: TRadioButton
  1399.             Tag = 1
  1400.             Left = 8
  1401.             Top = 16
  1402.             Width = 121
  1403.             Height = 17
  1404.             Caption = 'Anonymous adapter'
  1405.             TabOrder = 1
  1406.             OnClick = EventClick
  1407.           end
  1408.           object CheckBoxEventMatch: TCheckBox
  1409.             Left = 8
  1410.             Top = 64
  1411.             Width = 121
  1412.             Height = 17
  1413.             Caption = 'Match existing code'
  1414.             TabOrder = 2
  1415.           end
  1416.         end
  1417.         object BraceExample: TMemo
  1418.           Left = 152
  1419.           Top = 24
  1420.           Width = 241
  1421.           Height = 73
  1422.           TabStop = False
  1423.           Font.Charset = DEFAULT_CHARSET
  1424.           Font.Color = clWindowText
  1425.           Font.Height = -12
  1426.           Font.Name = 'Courier New'
  1427.           Font.Style = []
  1428.           ParentFont = False
  1429.           ReadOnly = True
  1430.           TabOrder = 2
  1431.         end
  1432.         object EventExample: TMemo
  1433.           Left = 152
  1434.           Top = 120
  1435.           Width = 241
  1436.           Height = 129
  1437.           TabStop = False
  1438.           Font.Charset = DEFAULT_CHARSET
  1439.           Font.Color = clWindowText
  1440.           Font.Height = -12
  1441.           Font.Name = 'Courier New'
  1442.           Font.Style = []
  1443.           ParentFont = False
  1444.           ReadOnly = True
  1445.           TabOrder = 3
  1446.         end
  1447.         object CheckBoxBeansInstantiate: TCheckBox
  1448.           Left = 8
  1449.           Top = 256
  1450.           Width = 129
  1451.           Height = 17
  1452.           Caption = 'Use Beans.instantiate'
  1453.           TabOrder = 4
  1454.         end
  1455.       end
  1456.       object CodeInsightSheet: TTabSheet
  1457.         HelpContext = 25059
  1458.         Caption = 'Code Insight'
  1459.         object Label2: TLabel
  1460.           Left = 16
  1461.           Top = 75
  1462.           Width = 60
  1463.           Height = 13
  1464.           Caption = 'Parse Delay:'
  1465.         end
  1466.         object Label3: TLabel
  1467.           Left = 16
  1468.           Top = 117
  1469.           Width = 80
  1470.           Height = 13
  1471.           Caption = 'Auto Completion:'
  1472.         end
  1473.         object Label10: TLabel
  1474.           Left = 16
  1475.           Top = 140
  1476.           Width = 91
  1477.           Height = 13
  1478.           Caption = 'Auto Parameter-list:'
  1479.         end
  1480.         object ParseDelayTime: TLabel
  1481.           Left = 251
  1482.           Top = 76
  1483.           Width = 41
  1484.           Height = 13
  1485.           AutoSize = False
  1486.         end
  1487.         object DropDownTime: TLabel
  1488.           Left = 255
  1489.           Top = 194
  1490.           Width = 41
  1491.           Height = 13
  1492.           AutoSize = False
  1493.           Visible = False
  1494.         end
  1495.         object ParamTime: TLabel
  1496.           Left = 255
  1497.           Top = 228
  1498.           Width = 41
  1499.           Height = 13
  1500.           AutoSize = False
  1501.           Visible = False
  1502.         end
  1503.         object cbxHighlightErrors: TCheckBox
  1504.           Left = 15
  1505.           Top = 23
  1506.           Width = 247
  1507.           Height = 14
  1508.           Caption = 'Syntax Highlight Declaration Errors'
  1509.           TabOrder = 0
  1510.         end
  1511.         object cbxBackgroundResearch: TCheckBox
  1512.           Left = 15
  1513.           Top = 44
  1514.           Width = 317
  1515.           Height = 14
  1516.           Caption = 'Background Research'
  1517.           TabOrder = 1
  1518.         end
  1519.         object trackParseDelay: TTrackBar
  1520.           Left = 123
  1521.           Top = 70
  1522.           Width = 127
  1523.           Height = 35
  1524.           Max = 5000
  1525.           Min = 100
  1526.           Orientation = trHorizontal
  1527.           PageSize = 500
  1528.           Frequency = 500
  1529.           Position = 100
  1530.           SelEnd = 0
  1531.           SelStart = 0
  1532.           TabOrder = 2
  1533.           TickMarks = tmBottomRight
  1534.           TickStyle = tsAuto
  1535.           OnChange = trackParseDelayChange
  1536.         end
  1537.         object TrackDropDownDelay: TTrackBar
  1538.           Left = 127
  1539.           Top = 188
  1540.           Width = 127
  1541.           Height = 35
  1542.           Max = 5000
  1543.           Min = 100
  1544.           Orientation = trHorizontal
  1545.           PageSize = 500
  1546.           Frequency = 500
  1547.           Position = 100
  1548.           SelEnd = 0
  1549.           SelStart = 0
  1550.           TabOrder = 3
  1551.           TickMarks = tmBottomRight
  1552.           TickStyle = tsAuto
  1553.           Visible = False
  1554.           OnChange = TrackDropDownDelayChange
  1555.         end
  1556.         object TrackParamListDelay: TTrackBar
  1557.           Left = 127
  1558.           Top = 221
  1559.           Width = 127
  1560.           Height = 35
  1561.           Max = 5000
  1562.           Min = 100
  1563.           Orientation = trHorizontal
  1564.           PageSize = 500
  1565.           Frequency = 500
  1566.           Position = 100
  1567.           SelEnd = 0
  1568.           SelStart = 0
  1569.           TabOrder = 5
  1570.           TickMarks = tmBottomRight
  1571.           TickStyle = tsAuto
  1572.           Visible = False
  1573.           OnChange = TrackParamListDelayChange
  1574.         end
  1575.         object cbxEnableDropDown: TCheckBox
  1576.           Left = 130
  1577.           Top = 116
  1578.           Width = 79
  1579.           Height = 13
  1580.           Caption = 'Enabled'
  1581.           TabOrder = 4
  1582.           OnClick = cbxEnableDropDownClick
  1583.         end
  1584.         object cbxEnableParamList: TCheckBox
  1585.           Left = 130
  1586.           Top = 140
  1587.           Width = 79
  1588.           Height = 14
  1589.           Caption = 'Enabled'
  1590.           TabOrder = 6
  1591.           OnClick = cbxEnableParamListClick
  1592.         end
  1593.       end
  1594.     end
  1595.   end
  1596.   object PopupMenu1: TPopupMenu
  1597.     AutoPopup = False
  1598.     Left = 8
  1599.     Top = 392
  1600.     object dNextPage: TMenuItem
  1601.       Caption = 'Next Page'
  1602.       Visible = False
  1603.       OnClick = NextPageClick
  1604.     end
  1605.     object dPrevPage: TMenuItem
  1606.       Caption = 'Prev Page'
  1607.       Visible = False
  1608.       OnClick = PreviousPageClick
  1609.     end
  1610.   end
  1611. end
  1612.