home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / BCB.EXE / RCDATA / TENVDIALOG / TENVDIALOG.txt
Text File  |  1997-01-16  |  30KB  |  1,159 lines

  1. object EnvDialog: TEnvDialog
  2.   Left = 241
  3.   Top = 106
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Environment Options'
  7.   ClientHeight = 371
  8.   ClientWidth = 403
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PopupMenu = PopupMenu1
  14.   Position = poScreenCenter
  15.   OnCreate = DialogCreate
  16.   OnDestroy = DialogDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 336
  22.     Width = 403
  23.     Height = 35
  24.     Align = alBottom
  25.     BevelOuter = bvNone
  26.     TabOrder = 1
  27.     object HelpButton: TButton
  28.       Left = 323
  29.       Top = 2
  30.       Width = 75
  31.       Height = 25
  32.       Caption = '&Help'
  33.       TabOrder = 2
  34.       OnClick = HelpButtonClick
  35.     end
  36.     object OKButton: TButton
  37.       Left = 161
  38.       Top = 2
  39.       Width = 75
  40.       Height = 25
  41.       Caption = 'OK'
  42.       Default = True
  43.       ModalResult = 1
  44.       TabOrder = 0
  45.       OnClick = OKButtonClick
  46.     end
  47.     object Button2: TButton
  48.       Left = 242
  49.       Top = 2
  50.       Width = 75
  51.       Height = 25
  52.       Cancel = True
  53.       Caption = 'Cancel'
  54.       ModalResult = 2
  55.       TabOrder = 1
  56.     end
  57.   end
  58.   object Panel2: TPanel
  59.     Left = 0
  60.     Top = 0
  61.     Width = 403
  62.     Height = 336
  63.     Align = alClient
  64.     BevelOuter = bvNone
  65.     BorderWidth = 5
  66.     TabOrder = 0
  67.     object PageControl: TPageControl
  68.       Left = 5
  69.       Top = 5
  70.       Width = 393
  71.       Height = 326
  72.       ActivePage = PalPage
  73.       Align = alClient
  74.       TabOrder = 0
  75.       OnChange = TabControlClick
  76.       OnChanging = TabControlChange
  77.       object PrefPage: TTabSheet
  78.         HelpContext = 1800
  79.         Caption = 'Preferences'
  80.         object gbAutoSave: TGroupBox
  81.           Left = 196
  82.           Top = 8
  83.           Width = 181
  84.           Height = 89
  85.           Caption = 'Autosave options:'
  86.           TabOrder = 1
  87.           object cbASEditor: TCheckBox
  88.             Left = 8
  89.             Top = 16
  90.             Width = 150
  91.             Height = 20
  92.             Caption = 'Editor &files'
  93.             TabOrder = 0
  94.           end
  95.           object cbASDesktop: TCheckBox
  96.             Left = 8
  97.             Top = 36
  98.             Width = 150
  99.             Height = 20
  100.             TabStop = False
  101.             Caption = 'Des&ktop'
  102.             TabOrder = 1
  103.           end
  104.         end
  105.         object gbFormDesigner: TGroupBox
  106.           Left = 8
  107.           Top = 106
  108.           Width = 370
  109.           Height = 82
  110.           Caption = 'Form designer:'
  111.           TabOrder = 2
  112.           object lbGridX: TLabel
  113.             Left = 180
  114.             Top = 19
  115.             Width = 70
  116.             Height = 17
  117.             AutoSize = False
  118.             Caption = 'Grid size &X'
  119.             FocusControl = ecGridSizeX
  120.           end
  121.           object lbGridY: TLabel
  122.             Left = 180
  123.             Top = 39
  124.             Width = 70
  125.             Height = 17
  126.             AutoSize = False
  127.             Caption = 'Grid size &Y'
  128.             FocusControl = ecGridSizeY
  129.           end
  130.           object cbDisplayGrid: TCheckBox
  131.             Left = 8
  132.             Top = 16
  133.             Width = 150
  134.             Height = 20
  135.             Caption = 'Display &grid'
  136.             TabOrder = 0
  137.           end
  138.           object cbSnapToGrid: TCheckBox
  139.             Left = 8
  140.             Top = 36
  141.             Width = 150
  142.             Height = 20
  143.             TabStop = False
  144.             Caption = 'Sna&p to grid'
  145.             TabOrder = 1
  146.           end
  147.           object ecGridSizeX: TEdit
  148.             Left = 252
  149.             Top = 13
  150.             Width = 80
  151.             Height = 21
  152.             TabOrder = 3
  153.           end
  154.           object ecGridSizeY: TEdit
  155.             Left = 252
  156.             Top = 37
  157.             Width = 80
  158.             Height = 21
  159.             TabOrder = 4
  160.           end
  161.           object cbShowComponentCaptions: TCheckBox
  162.             Left = 8
  163.             Top = 56
  164.             Width = 150
  165.             Height = 17
  166.             TabStop = False
  167.             Caption = 'Sho&w component captions'
  168.             TabOrder = 2
  169.           end
  170.         end
  171.         object gbDebugging: TGroupBox
  172.           Left = 8
  173.           Top = 194
  174.           Width = 370
  175.           Height = 87
  176.           Caption = 'Debugging:'
  177.           TabOrder = 3
  178.           object Label2: TLabel
  179.             Left = 8
  180.             Top = 56
  181.             Width = 85
  182.             Height = 17
  183.             AutoSize = False
  184.             Caption = 'Path for &source:'
  185.             FocusControl = ecPathForSource
  186.           end
  187.           object cbIntegratedDebugging: TCheckBox
  188.             Left = 8
  189.             Top = 16
  190.             Width = 150
  191.             Height = 20
  192.             Caption = '&Integrated debugging'
  193.             TabOrder = 0
  194.           end
  195.           object cbBreakOnException: TCheckBox
  196.             Left = 180
  197.             Top = 16
  198.             Width = 150
  199.             Height = 20
  200.             TabStop = False
  201.             Caption = '&Break on exception'
  202.             TabOrder = 2
  203.           end
  204.           object cbMinimizeOnRun: TCheckBox
  205.             Left = 180
  206.             Top = 36
  207.             Width = 169
  208.             Height = 17
  209.             TabStop = False
  210.             Caption = '&Minimize on run'
  211.             TabOrder = 3
  212.           end
  213.           object cbHideDesigners: TCheckBox
  214.             Left = 8
  215.             Top = 36
  216.             Width = 160
  217.             Height = 17
  218.             TabStop = False
  219.             Caption = 'Hide d&esigners on run'
  220.             TabOrder = 1
  221.           end
  222.           object ecPathForSource: TEdit
  223.             Left = 96
  224.             Top = 56
  225.             Width = 265
  226.             Height = 21
  227.             TabOrder = 4
  228.           end
  229.         end
  230.         object gbCompiling: TGroupBox
  231.           Left = 8
  232.           Top = 8
  233.           Width = 185
  234.           Height = 89
  235.           Caption = 'Compiling:'
  236.           TabOrder = 0
  237.           object cbShowProgress: TCheckBox
  238.             Left = 8
  239.             Top = 16
  240.             Width = 165
  241.             Height = 20
  242.             Caption = 'Show &compiler progress'
  243.             TabOrder = 0
  244.           end
  245.           object cbCacheOnStartup: TCheckBox
  246.             Left = 8
  247.             Top = 60
  248.             Width = 165
  249.             Height = 20
  250.             TabStop = False
  251.             Caption = 'Cache &hdrs on startup'
  252.             TabOrder = 2
  253.           end
  254.           object cbCompileBeep: TCheckBox
  255.             Left = 8
  256.             Top = 40
  257.             Width = 169
  258.             Height = 17
  259.             TabStop = False
  260.             Caption = 'Beep on comp&letion'
  261.             TabOrder = 1
  262.           end
  263.         end
  264.       end
  265.       object LibPage: TTabSheet
  266.         HelpContext = 1875
  267.         Caption = 'Library'
  268.         object gbOptions: TGroupBox
  269.           Left = 8
  270.           Top = 120
  271.           Width = 369
  272.           Height = 65
  273.           Caption = 'Options'
  274.           TabOrder = 2
  275.           object cbLibDebugInfo: TCheckBox
  276.             Left = 8
  277.             Top = 20
  278.             Width = 169
  279.             Height = 17
  280.             Caption = 'Build with de&bug info'
  281.             TabOrder = 0
  282.           end
  283.           object cbLibSaveSource: TCheckBox
  284.             Left = 8
  285.             Top = 40
  286.             Width = 161
  287.             Height = 17
  288.             TabStop = False
  289.             Caption = 'Sa&ve library source code'
  290.             TabOrder = 1
  291.           end
  292.           object cbUseIncLink: TCheckBox
  293.             Left = 193
  294.             Top = 20
  295.             Width = 169
  296.             Height = 17
  297.             Caption = 'Use incremen&tal linker'
  298.             TabOrder = 2
  299.           end
  300.           object cbVclDebug: TCheckBox
  301.             Left = 193
  302.             Top = 40
  303.             Width = 161
  304.             Height = 17
  305.             TabStop = False
  306.             Caption = 'Link with deb&ug VCL'
  307.             TabOrder = 3
  308.           end
  309.         end
  310.         object gbMapFile: TGroupBox
  311.           Left = 8
  312.           Top = 8
  313.           Width = 177
  314.           Height = 101
  315.           Caption = 'Map file'
  316.           TabOrder = 0
  317.           object rbMapFileOff: TRadioButton
  318.             Left = 8
  319.             Top = 16
  320.             Width = 121
  321.             Height = 17
  322.             Caption = '&Off'
  323.             TabOrder = 0
  324.             TabStop = True
  325.           end
  326.           object rbMapSegOnly: TRadioButton
  327.             Left = 8
  328.             Top = 36
  329.             Width = 121
  330.             Height = 17
  331.             Caption = '&Segments'
  332.             TabOrder = 1
  333.           end
  334.           object rbMapSegPubs: TRadioButton
  335.             Left = 8
  336.             Top = 56
  337.             Width = 121
  338.             Height = 17
  339.             Caption = '&Publics'
  340.             TabOrder = 2
  341.           end
  342.           object rbMapDetailed: TRadioButton
  343.             Left = 8
  344.             Top = 76
  345.             Width = 121
  346.             Height = 17
  347.             Caption = '&Detailed'
  348.             TabOrder = 3
  349.           end
  350.         end
  351.         object gbMessages: TGroupBox
  352.           Left = 192
  353.           Top = 8
  354.           Width = 185
  355.           Height = 101
  356.           Caption = 'Messages'
  357.           TabOrder = 1
  358.           object cbShowHints: TCheckBox
  359.             Left = 8
  360.             Top = 16
  361.             Width = 121
  362.             Height = 17
  363.             Caption = 'Show hi&nts'
  364.             TabOrder = 0
  365.           end
  366.           object cbShowWarnings: TCheckBox
  367.             Left = 8
  368.             Top = 36
  369.             Width = 121
  370.             Height = 17
  371.             TabStop = False
  372.             Caption = 'Show &warnings'
  373.             TabOrder = 1
  374.           end
  375.         end
  376.         object gbPath: TGroupBox
  377.           Left = 8
  378.           Top = 196
  379.           Width = 369
  380.           Height = 85
  381.           Caption = 'Path'
  382.           TabOrder = 3
  383.           object Label17: TLabel
  384.             Left = 8
  385.             Top = 51
  386.             Width = 81
  387.             Height = 17
  388.             AutoSize = False
  389.             Caption = '&Library path:'
  390.             FocusControl = ecLibraryPath
  391.           end
  392.           object Label1: TLabel
  393.             Left = 8
  394.             Top = 19
  395.             Width = 81
  396.             Height = 17
  397.             AutoSize = False
  398.             Caption = '&Include path:'
  399.             FocusControl = ecIncludePath
  400.           end
  401.           object ecLibraryPath: TComboBox
  402.             Left = 96
  403.             Top = 48
  404.             Width = 257
  405.             Height = 21
  406.             ItemHeight = 0
  407.             TabOrder = 1
  408.           end
  409.           object ecIncludePath: TComboBox
  410.             Left = 96
  411.             Top = 16
  412.             Width = 257
  413.             Height = 21
  414.             ItemHeight = 0
  415.             TabOrder = 0
  416.           end
  417.         end
  418.       end
  419.       object EditorPage: TTabSheet
  420.         HelpContext = 1850
  421.         Caption = 'Editor'
  422.         object lbUndo: TLabel
  423.           Left = 224
  424.           Top = 218
  425.           Width = 74
  426.           Height = 17
  427.           Alignment = taRightJustify
  428.           AutoSize = False
  429.           Caption = 'Undo &limit:'
  430.           FocusControl = eoUndoLimit
  431.         end
  432.         object Label5: TLabel
  433.           Left = 56
  434.           Top = 246
  435.           Width = 75
  436.           Height = 17
  437.           Alignment = taRightJustify
  438.           AutoSize = False
  439.           Caption = '&Tab stops:'
  440.           FocusControl = eoTabRack
  441.         end
  442.         object lbBlockInd: TLabel
  443.           Left = 40
  444.           Top = 218
  445.           Width = 91
  446.           Height = 17
  447.           Alignment = taRightJustify
  448.           AutoSize = False
  449.           Caption = 'Block i&ndent:'
  450.           FocusControl = eoBlockIndent
  451.         end
  452.         object Label6: TLabel
  453.           Left = 24
  454.           Top = 274
  455.           Width = 107
  456.           Height = 17
  457.           Alignment = taRightJustify
  458.           AutoSize = False
  459.           Caption = 'S&yntax extensions:'
  460.           FocusControl = eoHighlightExts
  461.         end
  462.         object Label21: TLabel
  463.           Left = 16
  464.           Top = 10
  465.           Width = 113
  466.           Height = 17
  467.           AutoSize = False
  468.           Caption = 'Editor speed setting:'
  469.           FocusControl = SpeedSetting
  470.         end
  471.         object GroupBox5: TGroupBox
  472.           Left = 8
  473.           Top = 32
  474.           Width = 368
  475.           Height = 175
  476.           Caption = 'Editor options:'
  477.           TabOrder = 1
  478.           object eoIndent: TCheckBox
  479.             Left = 7
  480.             Top = 17
  481.             Width = 150
  482.             Height = 17
  483.             Caption = '&Auto indent mode'
  484.             TabOrder = 0
  485.           end
  486.           object eoInsert: TCheckBox
  487.             Left = 7
  488.             Top = 34
  489.             Width = 150
  490.             Height = 17
  491.             TabStop = False
  492.             Caption = '&Insert mode'
  493.             TabOrder = 1
  494.           end
  495.           object eoUseTabChar: TCheckBox
  496.             Left = 7
  497.             Top = 51
  498.             Width = 150
  499.             Height = 17
  500.             TabStop = False
  501.             Caption = 'Use tab cha&racter'
  502.             TabOrder = 2
  503.             OnClick = eoUseTabCharClick
  504.           end
  505.           object eoOptimalFill: TCheckBox
  506.             Left = 7
  507.             Top = 85
  508.             Width = 150
  509.             Height = 17
  510.             TabStop = False
  511.             Caption = '&Optimal fill'
  512.             TabOrder = 4
  513.           end
  514.           object eoOutdent: TCheckBox
  515.             Left = 7
  516.             Top = 102
  517.             Width = 150
  518.             Height = 17
  519.             TabStop = False
  520.             Caption = 'Backspace &unindents'
  521.             TabOrder = 5
  522.           end
  523.           object eoCursorInTabs: TCheckBox
  524.             Left = 7
  525.             Top = 119
  526.             Width = 150
  527.             Height = 17
  528.             TabStop = False
  529.             Caption = '&Cursor through tabs'
  530.             TabOrder = 6
  531.           end
  532.           object eoGroupUndo: TCheckBox
  533.             Left = 7
  534.             Top = 136
  535.             Width = 150
  536.             Height = 17
  537.             TabStop = False
  538.             Caption = '&Group undo'
  539.             TabOrder = 7
  540.           end
  541.           object eoCursorBeyondEOF: TCheckBox
  542.             Left = 7
  543.             Top = 153
  544.             Width = 150
  545.             Height = 17
  546.             TabStop = False
  547.             Caption = 'Cursor beyond &EOF'
  548.             TabOrder = 8
  549.           end
  550.           object eoUndoAfterSave: TCheckBox
  551.             Left = 177
  552.             Top = 17
  553.             Width = 150
  554.             Height = 17
  555.             TabStop = False
  556.             Caption = 'Undo after sa&ve'
  557.             TabOrder = 9
  558.           end
  559.           object eoKeepTrailingBlanks: TCheckBox
  560.             Left = 177
  561.             Top = 34
  562.             Width = 150
  563.             Height = 17
  564.             TabStop = False
  565.             Caption = '&Keep trailing blanks'
  566.             TabOrder = 10
  567.           end
  568.           object eoBriefRegExp: TCheckBox
  569.             Left = 177
  570.             Top = 51
  571.             Width = 174
  572.             Height = 17
  573.             TabStop = False
  574.             Caption = '&BRIEF regular expressions'
  575.             TabOrder = 11
  576.           end
  577.           object eoPersistentBlocks: TCheckBox
  578.             Left = 177
  579.             Top = 68
  580.             Width = 150
  581.             Height = 17
  582.             TabStop = False
  583.             Caption = '&Persistent blocks'
  584.             TabOrder = 12
  585.           end
  586.           object eoOverwriteBlocks: TCheckBox
  587.             Left = 177
  588.             Top = 85
  589.             Width = 150
  590.             Height = 17
  591.             TabStop = False
  592.             Caption = 'Over&write blocks'
  593.             TabOrder = 13
  594.           end
  595.           object eoDoubleClickLine: TCheckBox
  596.             Left = 177
  597.             Top = 102
  598.             Width = 150
  599.             Height = 17
  600.             TabStop = False
  601.             Caption = '&Double click line'
  602.             TabOrder = 14
  603.           end
  604.           object eoFindTextAtCursor: TCheckBox
  605.             Left = 177
  606.             Top = 119
  607.             Width = 150
  608.             Height = 17
  609.             TabStop = False
  610.             Caption = 'Find te&xt at cursor'
  611.             TabOrder = 15
  612.           end
  613.           object eoHighlight: TCheckBox
  614.             Left = 177
  615.             Top = 153
  616.             Width = 178
  617.             Height = 17
  618.             TabStop = False
  619.             Caption = 'Use &syntax highlight'
  620.             TabOrder = 17
  621.           end
  622.           object eoForceCutCopyEnabled: TCheckBox
  623.             Left = 177
  624.             Top = 136
  625.             Width = 182
  626.             Height = 17
  627.             TabStop = False
  628.             Caption = '&Force cut and copy enabled'
  629.             TabOrder = 16
  630.           end
  631.           object eoSmartTab: TCheckBox
  632.             Left = 7
  633.             Top = 68
  634.             Width = 150
  635.             Height = 17
  636.             TabStop = False
  637.             Caption = 'S&mart tab'
  638.             TabOrder = 3
  639.             OnClick = eoSmartTabClick
  640.           end
  641.         end
  642.         object eoBlockIndent: TComboBox
  643.           Left = 136
  644.           Top = 214
  645.           Width = 72
  646.           Height = 21
  647.           ItemHeight = 0
  648.           TabOrder = 2
  649.           OnKeyPress = NumbersOnly
  650.         end
  651.         object eoUndoLimit: TComboBox
  652.           Left = 303
  653.           Top = 214
  654.           Width = 72
  655.           Height = 21
  656.           ItemHeight = 0
  657.           TabOrder = 3
  658.           OnKeyPress = NumbersOnly
  659.         end
  660.         object eoTabRack: TComboBox
  661.           Left = 136
  662.           Top = 242
  663.           Width = 240
  664.           Height = 21
  665.           ItemHeight = 0
  666.           TabOrder = 4
  667.           OnKeyPress = NumsAndDelims
  668.         end
  669.         object eoHighlightExts: TComboBox
  670.           Left = 136
  671.           Top = 270
  672.           Width = 240
  673.           Height = 21
  674.           ItemHeight = 0
  675.           TabOrder = 5
  676.         end
  677.         object SpeedSetting: TComboBox
  678.           Left = 136
  679.           Top = 6
  680.           Width = 240
  681.           Height = 21
  682.           Style = csDropDownList
  683.           ItemHeight = 13
  684.           Items.Strings = (
  685.             'Default keymapping'
  686.             'IDE classic'
  687.             'BRIEF emulation'
  688.             'Epsilon emulation')
  689.           TabOrder = 0
  690.           OnChange = EditorSpeedClick
  691.           OnClick = EditorSpeedClick
  692.         end
  693.       end
  694.       object EdDispPage: TTabSheet
  695.         HelpContext = 2075
  696.         Caption = 'Display'
  697.         object Label4: TLabel
  698.           Left = 8
  699.           Top = 174
  700.           Width = 65
  701.           Height = 17
  702.           AutoSize = False
  703.           Caption = 'Editor &font:'
  704.           FocusControl = FontName
  705.         end
  706.         object Label7: TLabel
  707.           Left = 278
  708.           Top = 174
  709.           Width = 33
  710.           Height = 17
  711.           AutoSize = False
  712.           Caption = '&Size:'
  713.           FocusControl = FontSize
  714.         end
  715.         object Label11: TLabel
  716.           Left = 8
  717.           Top = 72
  718.           Width = 150
  719.           Height = 17
  720.           AutoSize = False
  721.           Caption = '&Keystroke mapping:'
  722.           FocusControl = eoBindingList
  723.         end
  724.         object Label16: TLabel
  725.           Left = 8
  726.           Top = 195
  727.           Width = 38
  728.           Height = 13
  729.           Caption = 'Sample:'
  730.         end
  731.         object GroupBox11: TGroupBox
  732.           Left = 196
  733.           Top = 72
  734.           Width = 180
  735.           Height = 85
  736.           TabOrder = 2
  737.           object lbRightMargin: TLabel
  738.             Left = 10
  739.             Top = 41
  740.             Width = 79
  741.             Height = 17
  742.             AutoSize = False
  743.             Caption = 'Right &margin:'
  744.             FocusControl = eoRightMargin
  745.           end
  746.           object eoLineOnMargin: TCheckBox
  747.             Left = 11
  748.             Top = 14
  749.             Width = 138
  750.             Height = 20
  751.             Caption = '&Visible right margin'
  752.             TabOrder = 0
  753.             OnClick = LineOnMarginClick
  754.           end
  755.           object eoRightMargin: TComboBox
  756.             Left = 94
  757.             Top = 38
  758.             Width = 63
  759.             Height = 21
  760.             ItemHeight = 0
  761.             TabOrder = 1
  762.             Text = 'eoRightMargin'
  763.           end
  764.         end
  765.         object GroupBox10: TGroupBox
  766.           Left = 8
  767.           Top = 8
  768.           Width = 368
  769.           Height = 57
  770.           Caption = 'Display and file options:'
  771.           TabOrder = 0
  772.           object eoBriefCursors: TCheckBox
  773.             Left = 7
  774.             Top = 16
  775.             Width = 150
  776.             Height = 17
  777.             Caption = 'BRIEF &cursor shapes'
  778.             TabOrder = 0
  779.           end
  780.           object eoCreateBackup: TCheckBox
  781.             Left = 7
  782.             Top = 34
  783.             Width = 150
  784.             Height = 17
  785.             TabStop = False
  786.             Caption = 'Create &backup file'
  787.             TabOrder = 1
  788.           end
  789.           object eoPreserveLineEnds: TCheckBox
  790.             Left = 185
  791.             Top = 16
  792.             Width = 150
  793.             Height = 17
  794.             TabStop = False
  795.             Caption = '&Preserve line ends'
  796.             TabOrder = 2
  797.           end
  798.           object eoFullZoom: TCheckBox
  799.             Left = 185
  800.             Top = 34
  801.             Width = 150
  802.             Height = 17
  803.             TabStop = False
  804.             Caption = '&Zoom to full screen'
  805.             TabOrder = 3
  806.           end
  807.         end
  808.         object FontName: TComboBox
  809.           Left = 78
  810.           Top = 170
  811.           Width = 186
  812.           Height = 21
  813.           Style = csDropDownList
  814.           ItemHeight = 0
  815.           TabOrder = 3
  816.           OnClick = FontNameClicked
  817.         end
  818.         object FontSize: TComboBox
  819.           Left = 312
  820.           Top = 170
  821.           Width = 63
  822.           Height = 21
  823.           ItemHeight = 0
  824.           TabOrder = 4
  825.           OnClick = FontSizeClicked
  826.         end
  827.         object eoBindingList: TListBox
  828.           Left = 8
  829.           Top = 90
  830.           Width = 177
  831.           Height = 66
  832.           ItemHeight = 13
  833.           Items.Strings = (
  834.             'Default'
  835.             'Classic'
  836.             'Brief'
  837.             'Epsilon')
  838.           TabOrder = 1
  839.         end
  840.         object FontSample: TPanel
  841.           Left = 8
  842.           Top = 210
  843.           Width = 369
  844.           Height = 55
  845.           BevelOuter = bvLowered
  846.           Caption = 'AbBbXxZz'
  847.           TabOrder = 5
  848.         end
  849.       end
  850.       object EdColorPage: TTabSheet
  851.         HelpContext = 1950
  852.         Caption = 'Colors'
  853.         object Label8: TLabel
  854.           Left = 8
  855.           Top = 32
  856.           Width = 73
  857.           Height = 17
  858.           AutoSize = False
  859.           Caption = '&Element:'
  860.           FocusControl = ElementList
  861.         end
  862.         object Label9: TLabel
  863.           Left = 138
  864.           Top = 32
  865.           Width = 63
  866.           Height = 17
  867.           AutoSize = False
  868.           Caption = '&Color:'
  869.           FocusControl = ColorGrid
  870.         end
  871.         object EditControlHere: TLabel
  872.           Left = 8
  873.           Top = 176
  874.           Width = 369
  875.           Height = 116
  876.           AutoSize = False
  877.           OnClick = SampleClick
  878.         end
  879.         object Label22: TLabel
  880.           Left = 16
  881.           Top = 10
  882.           Width = 113
  883.           Height = 17
  884.           AutoSize = False
  885.           Caption = 'Color &speed setting:'
  886.           FocusControl = ColorSpeedSetting
  887.         end
  888.         object ElementList: TListBox
  889.           Left = 8
  890.           Top = 47
  891.           Width = 120
  892.           Height = 121
  893.           IntegralHeight = True
  894.           ItemHeight = 13
  895.           Items.Strings = (
  896.             'Whitespace'
  897.             'Comment'
  898.             'Reserved word'
  899.             'Identifier'
  900.             'Symbol'
  901.             'String'
  902.             'Integer'
  903.             'Float'
  904.             'Octal'
  905.             'Hex'
  906.             'Character'
  907.             'Preprocessor'
  908.             'Illegal Char'
  909.             'Plain text'
  910.             'Marked block'
  911.             'Search match'
  912.             'Execution point'
  913.             'Enabled break'
  914.             'Disabled break'
  915.             'Invalid break'
  916.             'Error line'
  917.             'Right margin')
  918.           TabOrder = 1
  919.           OnClick = ElementListClick
  920.         end
  921.         object GroupBox6: TGroupBox
  922.           Left = 263
  923.           Top = 31
  924.           Width = 114
  925.           Height = 72
  926.           Caption = 'Text attributes:'
  927.           TabOrder = 2
  928.           object Bold: TCheckBox
  929.             Left = 8
  930.             Top = 16
  931.             Width = 100
  932.             Height = 17
  933.             Caption = '&Bold'
  934.             TabOrder = 0
  935.             OnClick = FontClick
  936.           end
  937.           object Italic: TCheckBox
  938.             Left = 8
  939.             Top = 34
  940.             Width = 100
  941.             Height = 17
  942.             TabStop = False
  943.             Caption = '&Italic'
  944.             TabOrder = 1
  945.             OnClick = FontClick
  946.           end
  947.           object Underline: TCheckBox
  948.             Left = 8
  949.             Top = 51
  950.             Width = 100
  951.             Height = 17
  952.             TabStop = False
  953.             Caption = '&Underline'
  954.             TabOrder = 2
  955.             OnClick = FontClick
  956.           end
  957.         end
  958.         object GroupBox7: TGroupBox
  959.           Left = 263
  960.           Top = 108
  961.           Width = 114
  962.           Height = 60
  963.           Caption = 'Use defaults for:'
  964.           TabOrder = 3
  965.           object DefaultFore: TCheckBox
  966.             Left = 8
  967.             Top = 15
  968.             Width = 90
  969.             Height = 17
  970.             Caption = '&Foreground'
  971.             TabOrder = 0
  972.             OnClick = DefaultClick
  973.           end
  974.           object DefaultBack: TCheckBox
  975.             Left = 8
  976.             Top = 35
  977.             Width = 90
  978.             Height = 17
  979.             TabStop = False
  980.             Caption = 'Back&ground'
  981.             TabOrder = 1
  982.             OnClick = DefaultClick
  983.           end
  984.         end
  985.         object ColorSpeedSetting: TComboBox
  986.           Left = 132
  987.           Top = 6
  988.           Width = 245
  989.           Height = 21
  990.           Style = csDropDownList
  991.           ItemHeight = 13
  992.           Items.Strings = (
  993.             'Defaults'
  994.             'Classic'
  995.             'Twilight'
  996.             'Ocean')
  997.           TabOrder = 0
  998.           OnClick = ColorSpeedClick
  999.         end
  1000.         object ColorGrid: TColorGrid
  1001.           Left = 136
  1002.           Top = 48
  1003.           Width = 120
  1004.           Height = 120
  1005.           ClickEnablesColor = True
  1006.           TabOrder = 4
  1007.           OnChange = ColorClick
  1008.         end
  1009.       end
  1010.       object PalPage: TTabSheet
  1011.         HelpContext = 2000
  1012.         Caption = 'Palette'
  1013.         object PageLabel: TLabel
  1014.           Left = 10
  1015.           Top = 12
  1016.           Width = 63
  1017.           Height = 17
  1018.           AutoSize = False
  1019.           Caption = '&Pages:'
  1020.           FocusControl = PageListBox
  1021.         end
  1022.         object ToolLabel: TLabel
  1023.           Left = 222
  1024.           Top = 12
  1025.           Width = 105
  1026.           Height = 17
  1027.           AutoSize = False
  1028.           Caption = '&Components:'
  1029.           FocusControl = ToolListBox
  1030.         end
  1031.         object PageListBox: TListBox
  1032.           Left = 10
  1033.           Top = 29
  1034.           Width = 113
  1035.           Height = 212
  1036.           IntegralHeight = True
  1037.           ItemHeight = 13
  1038.           TabOrder = 0
  1039.           OnClick = PageClick
  1040.           OnDragDrop = PageDragDrop
  1041.           OnDragOver = PageDragOver
  1042.           OnEnter = PagesGotFocus
  1043.           OnKeyDown = ListKeyDown
  1044.           OnMouseDown = PageMouseDown
  1045.         end
  1046.         object MoveUp: TBitBtn
  1047.           Left = 144
  1048.           Top = 36
  1049.           Width = 23
  1050.           Height = 23
  1051.           TabOrder = 1
  1052.           OnClick = MoveClick
  1053.           Glyph.Data = {
  1054.             4A010000424D4A01000000000000760000002800000010000000100000000100
  1055.             0400000000008000000000000000000000000000000000000000000000000000
  1056.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1057.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1058.             333333333333333333333333338888833333333334444483333333333CCCC483
  1059.             333333333CCCC483333333333CCCC483333333333CCCC483333333333CCCC488
  1060.             8333333CCCCCCCCC33333333CCCCCCC3333333333CCCCC333333333333CCC333
  1061.             33333333333C3333333333333333333333333333333333333333000000000000
  1062.             0000000000000000000000000000000000000000000000000000000000000000
  1063.             000000000000000000000000000000000000696420627265616B706F696E7420
  1064.             0000000000000000000000000000}
  1065.         end
  1066.         object MoveDn: TBitBtn
  1067.           Left = 176
  1068.           Top = 36
  1069.           Width = 23
  1070.           Height = 23
  1071.           TabOrder = 2
  1072.           OnClick = MoveClick
  1073.           Glyph.Data = {
  1074.             4A010000424D4A01000000000000760000002800000010000000100000000100
  1075.             0400000000008000000000000000000000000000000000000000000000000000
  1076.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1077.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1078.             333333333333833333333333333488333333333333CC4883333333333CCCC488
  1079.             33333333CCCCCC488333333CCCCCC444333333333CCCC483333333333CCCC483
  1080.             333333333CCCC483333333333CCCC483333333333CCCC483333333333CCCC433
  1081.             3333333333333333333333333333333333333333333333333333000000000000
  1082.             0000000000000000000000000000000000000000000000000000000000000000
  1083.             000000000000000000000000000000000000003FB44444444444444FB0000000
  1084.             0000000000000000000000000000}
  1085.         end
  1086.         object ToolListBox: TListBox
  1087.           Left = 222
  1088.           Top = 28
  1089.           Width = 152
  1090.           Height = 214
  1091.           IntegralHeight = True
  1092.           ItemHeight = 30
  1093.           Style = lbOwnerDrawFixed
  1094.           TabOrder = 3
  1095.           OnDragDrop = ToolDragDrop
  1096.           OnDragOver = ToolDragOver
  1097.           OnDrawItem = ToolDrawItem
  1098.           OnEnter = ToolsGotFocus
  1099.           OnKeyDown = ListKeyDown
  1100.           OnMouseDown = ToolMouseDown
  1101.         end
  1102.         object AddButton: TButton
  1103.           Left = 135
  1104.           Top = 76
  1105.           Width = 75
  1106.           Height = 25
  1107.           Caption = '&Add...'
  1108.           TabOrder = 4
  1109.           OnClick = AddClick
  1110.         end
  1111.         object DeleteButton: TButton
  1112.           Left = 135
  1113.           Top = 108
  1114.           Width = 75
  1115.           Height = 25
  1116.           Caption = '&Delete'
  1117.           TabOrder = 5
  1118.           OnClick = DeleteClick
  1119.         end
  1120.         object RenameButton: TButton
  1121.           Left = 135
  1122.           Top = 140
  1123.           Width = 75
  1124.           Height = 25
  1125.           Caption = '&Rename...'
  1126.           TabOrder = 6
  1127.           OnClick = RenameClick
  1128.         end
  1129.         object ResetPaletteBtn: TButton
  1130.           Left = 112
  1131.           Top = 255
  1132.           Width = 125
  1133.           Height = 25
  1134.           Caption = 'Re&set defaults'
  1135.           TabOrder = 7
  1136.           OnClick = ResetPalette
  1137.         end
  1138.       end
  1139.     end
  1140.   end
  1141.   object PopupMenu1: TPopupMenu
  1142.     AutoPopup = False
  1143.     Left = 24
  1144.     Top = 336
  1145.     object dNextPage: TMenuItem
  1146.       Caption = 'Next Page'
  1147.       ShortCut = 0
  1148.       Visible = False
  1149.       OnClick = NextPageClick
  1150.     end
  1151.     object dPrevPage: TMenuItem
  1152.       Caption = 'Prev Page'
  1153.       ShortCut = 0
  1154.       Visible = False
  1155.       OnClick = PreviousPageClick
  1156.     end
  1157.   end
  1158. end
  1159.