home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Zadarmo / Prolix / PROLIX.EXE / 0 / RCDATA / TFM_OPTIONS / TFM_OPTIONS.txt < prev   
Text File  |  1997-09-21  |  60KB  |  1,772 lines

  1. object FM_Options: TFM_Options
  2.   Left = 251
  3.   Top = 176
  4.   BorderStyle = bsDialog
  5.   Caption = 'Options'
  6.   ClientHeight = 308
  7.   ClientWidth = 537
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poDefault
  15.   OnShow = FormShow
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object BT_Ok: TButton
  19.     Left = 213
  20.     Top = 274
  21.     Width = 100
  22.     Height = 30
  23.     Hint = 'Save current settings'
  24.     Caption = 'Ok'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clBtnText
  27.     Font.Height = -13
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = []
  30.     ModalResult = 1
  31.     ParentFont = False
  32.     TabOrder = 0
  33.   end
  34.   object BT_Cancel: TButton
  35.     Left = 322
  36.     Top = 274
  37.     Width = 100
  38.     Height = 30
  39.     Hint = 'Cancel any changes'
  40.     Caption = 'Cancel'
  41.     Font.Charset = DEFAULT_CHARSET
  42.     Font.Color = clBtnText
  43.     Font.Height = -13
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = []
  46.     ModalResult = 2
  47.     ParentFont = False
  48.     TabOrder = 1
  49.   end
  50.   object BT_Help: TButton
  51.     Left = 430
  52.     Top = 274
  53.     Width = 100
  54.     Height = 30
  55.     Hint = 'Display Help screen'
  56.     Caption = 'Help'
  57.     Font.Charset = DEFAULT_CHARSET
  58.     Font.Color = clBtnText
  59.     Font.Height = -13
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = []
  62.     ParentFont = False
  63.     TabOrder = 2
  64.     OnClick = BT_HelpClick
  65.   end
  66.   object PC_Options: TPageControl
  67.     Left = 6
  68.     Top = 10
  69.     Width = 524
  70.     Height = 260
  71.     ActivePage = TS_Program
  72.     Font.Charset = DEFAULT_CHARSET
  73.     Font.Color = clBtnText
  74.     Font.Height = -13
  75.     Font.Name = 'MS Sans Serif'
  76.     Font.Style = []
  77.     HotTrack = True
  78.     ParentFont = False
  79.     TabOrder = 3
  80.     TabWidth = 90
  81.     object TS_Program: TTabSheet
  82.       Caption = 'Program'
  83.       object LL_DefaultDir: TLabel
  84.         Left = 12
  85.         Top = 177
  86.         Width = 97
  87.         Height = 16
  88.         Caption = '&Default directory'
  89.         FocusControl = ED_DefaultDir
  90.         Font.Charset = DEFAULT_CHARSET
  91.         Font.Color = clBtnText
  92.         Font.Height = -15
  93.         Font.Name = 'MS Sans Serif'
  94.         Font.Style = []
  95.         ParentFont = False
  96.       end
  97.       object GB_Options: TGroupBox
  98.         Left = 12
  99.         Top = 12
  100.         Width = 234
  101.         Height = 152
  102.         Caption = ' &Options '
  103.         Ctl3D = True
  104.         Font.Charset = DEFAULT_CHARSET
  105.         Font.Color = clBtnText
  106.         Font.Height = -15
  107.         Font.Name = 'MS Sans Serif'
  108.         Font.Style = []
  109.         ParentCtl3D = False
  110.         ParentFont = False
  111.         TabOrder = 0
  112.         object CK_DispHints: TCheckBox
  113.           Left = 12
  114.           Top = 21
  115.           Width = 201
  116.           Height = 21
  117.           Hint = 'Enable pop-up hints'
  118.           Caption = 'Display Pop-up hints'
  119.           Font.Charset = DEFAULT_CHARSET
  120.           Font.Color = clBtnText
  121.           Font.Height = -15
  122.           Font.Name = 'MS Sans Serif'
  123.           Font.Style = []
  124.           ParentFont = False
  125.           TabOrder = 0
  126.         end
  127.         object CK_DispSpeedbar: TCheckBox
  128.           Left = 12
  129.           Top = 46
  130.           Width = 201
  131.           Height = 20
  132.           Hint = 'Show the speedbar'
  133.           Caption = 'Display Speedbar'
  134.           Font.Charset = DEFAULT_CHARSET
  135.           Font.Color = clBtnText
  136.           Font.Height = -15
  137.           Font.Name = 'MS Sans Serif'
  138.           Font.Style = []
  139.           ParentFont = False
  140.           TabOrder = 1
  141.         end
  142.         object CK_DispStatusLine: TCheckBox
  143.           Left = 12
  144.           Top = 70
  145.           Width = 201
  146.           Height = 21
  147.           Hint = 'Show the status line'
  148.           Caption = 'Display Status line'
  149.           Font.Charset = DEFAULT_CHARSET
  150.           Font.Color = clBtnText
  151.           Font.Height = -15
  152.           Font.Name = 'MS Sans Serif'
  153.           Font.Style = []
  154.           ParentFont = False
  155.           TabOrder = 2
  156.           OnClick = CK_DispStatusLineClick
  157.         end
  158.       end
  159.       object GB_StatusLine: TGroupBox
  160.         Left = 271
  161.         Top = 12
  162.         Width = 234
  163.         Height = 152
  164.         Caption = ' &Status line '
  165.         Ctl3D = True
  166.         Font.Charset = DEFAULT_CHARSET
  167.         Font.Color = clBtnText
  168.         Font.Height = -15
  169.         Font.Name = 'MS Sans Serif'
  170.         Font.Style = []
  171.         ParentCtl3D = False
  172.         ParentFont = False
  173.         TabOrder = 1
  174.         object CK_DispPosition: TCheckBox
  175.           Left = 12
  176.           Top = 21
  177.           Width = 201
  178.           Height = 21
  179.           Hint = 'Show position panel'
  180.           Caption = 'Position'
  181.           Enabled = False
  182.           Font.Charset = DEFAULT_CHARSET
  183.           Font.Color = clBtnText
  184.           Font.Height = -15
  185.           Font.Name = 'MS Sans Serif'
  186.           Font.Style = []
  187.           ParentFont = False
  188.           TabOrder = 0
  189.         end
  190.         object CK_DispMode: TCheckBox
  191.           Left = 12
  192.           Top = 70
  193.           Width = 201
  194.           Height = 21
  195.           Hint = 'Show cursor style panel'
  196.           Caption = 'Overwrite/Insert mode'
  197.           Font.Charset = DEFAULT_CHARSET
  198.           Font.Color = clBtnText
  199.           Font.Height = -15
  200.           Font.Name = 'MS Sans Serif'
  201.           Font.Style = []
  202.           ParentFont = False
  203.           TabOrder = 2
  204.         end
  205.         object CK_DispModified: TCheckBox
  206.           Left = 12
  207.           Top = 46
  208.           Width = 201
  209.           Height = 20
  210.           Hint = 'Show modified indicator panel'
  211.           Caption = 'Modified'
  212.           Font.Charset = DEFAULT_CHARSET
  213.           Font.Color = clBtnText
  214.           Font.Height = -15
  215.           Font.Name = 'MS Sans Serif'
  216.           Font.Style = []
  217.           ParentFont = False
  218.           TabOrder = 1
  219.         end
  220.         object CK_DispLineCount: TCheckBox
  221.           Left = 12
  222.           Top = 95
  223.           Width = 201
  224.           Height = 21
  225.           Hint = 'Show line count panel'
  226.           Caption = 'Line count'
  227.           Font.Charset = DEFAULT_CHARSET
  228.           Font.Color = clBtnText
  229.           Font.Height = -15
  230.           Font.Name = 'MS Sans Serif'
  231.           Font.Style = []
  232.           ParentFont = False
  233.           TabOrder = 3
  234.         end
  235.         object CK_DispCharCount: TCheckBox
  236.           Left = 12
  237.           Top = 119
  238.           Width = 201
  239.           Height = 21
  240.           Hint = 'Show character count panel'
  241.           Caption = 'Character count'
  242.           Font.Charset = DEFAULT_CHARSET
  243.           Font.Color = clBtnText
  244.           Font.Height = -15
  245.           Font.Name = 'MS Sans Serif'
  246.           Font.Style = []
  247.           ParentFont = False
  248.           TabOrder = 4
  249.         end
  250.       end
  251.       object ED_DefaultDir: TEdit
  252.         Left = 12
  253.         Top = 198
  254.         Width = 414
  255.         Height = 24
  256.         Hint = 'Normal start-up directory'
  257.         Ctl3D = True
  258.         Font.Charset = DEFAULT_CHARSET
  259.         Font.Color = clWindowText
  260.         Font.Height = -15
  261.         Font.Name = 'MS Sans Serif'
  262.         Font.Style = []
  263.         ParentCtl3D = False
  264.         ParentFont = False
  265.         TabOrder = 2
  266.       end
  267.       object BT_Browse: TButton
  268.         Left = 435
  269.         Top = 194
  270.         Width = 75
  271.         Height = 30
  272.         Hint = 'Browse for default directory'
  273.         Caption = 'Browse'
  274.         Font.Charset = DEFAULT_CHARSET
  275.         Font.Color = clBtnText
  276.         Font.Height = -13
  277.         Font.Name = 'MS Sans Serif'
  278.         Font.Style = []
  279.         ParentFont = False
  280.         TabOrder = 3
  281.         OnClick = BT_BrowseClick
  282.       end
  283.     end
  284.     object TS_Editor: TTabSheet
  285.       Caption = 'Editor'
  286.       object GB_Wrap: TGroupBox
  287.         Left = 12
  288.         Top = 12
  289.         Width = 234
  290.         Height = 99
  291.         Caption = ' &Word wrap '
  292.         Ctl3D = True
  293.         Font.Charset = DEFAULT_CHARSET
  294.         Font.Color = clBtnText
  295.         Font.Height = -15
  296.         Font.Name = 'MS Sans Serif'
  297.         Font.Style = []
  298.         ParentCtl3D = False
  299.         ParentFont = False
  300.         TabOrder = 0
  301.         object LL_Column: TLabel
  302.           Left = 169
  303.           Top = 30
  304.           Width = 45
  305.           Height = 16
  306.           Caption = 'Column'
  307.           FocusControl = ED_WrapAtColumn
  308.           Font.Charset = DEFAULT_CHARSET
  309.           Font.Color = clBtnText
  310.           Font.Height = -15
  311.           Font.Name = 'MS Sans Serif'
  312.           Font.Style = []
  313.           ParentFont = False
  314.         end
  315.         object RB_WrapToColumn: TRadioButton
  316.           Left = 11
  317.           Top = 44
  318.           Width = 139
  319.           Height = 21
  320.           Hint = 'Wrap at specific column'
  321.           Caption = 'Wrap to column'
  322.           Font.Charset = DEFAULT_CHARSET
  323.           Font.Color = clBtnText
  324.           Font.Height = -15
  325.           Font.Name = 'MS Sans Serif'
  326.           Font.Style = []
  327.           ParentFont = False
  328.           TabOrder = 1
  329.           OnClick = CK_EnableWWClick
  330.         end
  331.         object RB_WrapToWindow: TRadioButton
  332.           Left = 11
  333.           Top = 69
  334.           Width = 139
  335.           Height = 21
  336.           Hint = 'Wrap at window limit'
  337.           Caption = 'Wrap to window'
  338.           Font.Charset = DEFAULT_CHARSET
  339.           Font.Color = clBtnText
  340.           Font.Height = -15
  341.           Font.Name = 'MS Sans Serif'
  342.           Font.Style = []
  343.           ParentFont = False
  344.           TabOrder = 2
  345.           TabStop = True
  346.           OnClick = CK_EnableWWClick
  347.         end
  348.         object ED_WrapAtColumn: TOvcNumericField
  349.           Left = 169
  350.           Top = 49
  351.           Width = 30
  352.           Height = 25
  353.           Cursor = crIBeam
  354.           Hint = 'Column # to wrap at'
  355.           DataType = nftInteger
  356.           AutoSize = False
  357.           CaretOvr.Shape = csBlock
  358.           Controller = Z_OvcController1
  359.           Ctl3D = True
  360.           DisabledColors.BackColor = clWindow
  361.           DisabledColors.TextColor = clGrayText
  362.           ErrorColors.BackColor = clRed
  363.           ErrorColors.TextColor = clBlack
  364.           Font.Charset = DEFAULT_CHARSET
  365.           Font.Color = clWindowText
  366.           Font.Height = -15
  367.           Font.Name = 'MS Sans Serif'
  368.           Font.Style = []
  369.           HighlightColors.BackColor = clHighlight
  370.           HighlightColors.TextColor = clHighlightText
  371.           ParentCtl3D = False
  372.           ParentFont = False
  373.           PictureMask = 'iii'<image001.unknown>}
  374.           RangeLow = {00000000000000000000}
  375.         end
  376.         object Z_WrapColumnSpin: TOvcSpinner
  377.           Left = 199
  378.           Top = 48
  379.           Width = 19
  380.           Height = 26
  381.           Delta = 1.000000000000000000
  382.           FocusedControl = ED_WrapAtColumn
  383.         end
  384.         object CK_EnableWW: TCheckBox
  385.           Left = 11
  386.           Top = 20
  387.           Width = 147
  388.           Height = 21
  389.           Hint = 'Toggle word wrapping'
  390.           Caption = 'Enable wordwrap'
  391.           Font.Charset = DEFAULT_CHARSET
  392.           Font.Color = clBtnText
  393.           Font.Height = -15
  394.           Font.Name = 'MS Sans Serif'
  395.           Font.Style = []
  396.           ParentFont = False
  397.           TabOrder = 0
  398.           OnClick = CK_EnableWWClick
  399.         end
  400.       end
  401.       object GB_Tab: TGroupBox
  402.         Left = 271
  403.         Top = 12
  404.         Width = 234
  405.         Height = 99
  406.         Caption = ' &Tabs '
  407.         Ctl3D = True
  408.         Font.Charset = DEFAULT_CHARSET
  409.         Font.Color = clBtnText
  410.         Font.Height = -15
  411.         Font.Name = 'MS Sans Serif'
  412.         Font.Style = []
  413.         ParentCtl3D = False
  414.         ParentFont = False
  415.         TabOrder = 1
  416.         object LL_Tabsize: TLabel
  417.           Left = 157
  418.           Top = 30
  419.           Width = 52
  420.           Height = 16
  421.           Caption = 'Tab size'
  422.           FocusControl = ED_TabSize
  423.           Font.Charset = DEFAULT_CHARSET
  424.           Font.Color = clBtnText
  425.           Font.Height = -15
  426.           Font.Name = 'MS Sans Serif'
  427.           Font.Style = []
  428.           ParentFont = False
  429.         end
  430.         object RB_SpaceTabs: TRadioButton
  431.           Left = 11
  432.           Top = 20
  433.           Width = 117
  434.           Height = 21
  435.           Hint = 'Use space character'
  436.           Caption = #39'Space'#39' tabs'
  437.           Font.Charset = DEFAULT_CHARSET
  438.           Font.Color = clBtnText
  439.           Font.Height = -15
  440.           Font.Name = 'MS Sans Serif'
  441.           Font.Style = []
  442.           ParentFont = False
  443.           TabOrder = 0
  444.           TabStop = True
  445.         end
  446.         object RB_SmartTabs: TRadioButton
  447.           Left = 11
  448.           Top = 69
  449.           Width = 117
  450.           Height = 21
  451.           Hint = 'Indent to previous line start'
  452.           Caption = 'Smart tabs'
  453.           Font.Charset = DEFAULT_CHARSET
  454.           Font.Color = clBtnText
  455.           Font.Height = -15
  456.           Font.Name = 'MS Sans Serif'
  457.           Font.Style = []
  458.           ParentFont = False
  459.           TabOrder = 2
  460.         end
  461.         object RB_RealTabs: TRadioButton
  462.           Left = 11
  463.           Top = 44
  464.           Width = 117
  465.           Height = 21
  466.           Hint = 'Use tab character'
  467.           Caption = 'Real tabs'
  468.           Font.Charset = DEFAULT_CHARSET
  469.           Font.Color = clBtnText
  470.           Font.Height = -15
  471.           Font.Name = 'MS Sans Serif'
  472.           Font.Style = []
  473.           ParentFont = False
  474.           TabOrder = 1
  475.         end
  476.         object Z_TabSizeSpin: TOvcSpinner
  477.           Left = 187
  478.           Top = 48
  479.           Width = 19
  480.           Height = 26
  481.           Delta = 1.000000000000000000
  482.           FocusedControl = ED_TabSize
  483.         end
  484.         object ED_TabSize: TOvcNumericField
  485.           Left = 157
  486.           Top = 49
  487.           Width = 30
  488.           Height = 25
  489.           Cursor = crIBeam
  490.           Hint = 'Set tab size'
  491.           DataType = nftInteger
  492.           AutoSize = False
  493.           CaretOvr.Shape = csBlock
  494.           Controller = Z_OvcController1
  495.           DisabledColors.BackColor = clWindow
  496.           DisabledColors.TextColor = clGrayText
  497.           ErrorColors.BackColor = clRed
  498.           ErrorColors.TextColor = clBlack
  499.           Font.Charset = DEFAULT_CHARSET
  500.           Font.Color = clWindowText
  501.           Font.Height = -15
  502.           Font.Name = 'MS Sans Serif'
  503.           Font.Style = []
  504.           HighlightColors.BackColor = clHighlight
  505.           HighlightColors.TextColor = clHighlightText
  506.           ParentFont = False
  507.           PictureMask = 'ii'<image002.unknown>}
  508.           RangeLow = {00000000000000000000}
  509.         end
  510.       end
  511.       object GB_Misc: TGroupBox
  512.         Left = 12
  513.         Top = 129
  514.         Width = 493
  515.         Height = 89
  516.         Caption = ' &Miscellaneous '
  517.         Ctl3D = True
  518.         Font.Charset = DEFAULT_CHARSET
  519.         Font.Color = clBtnText
  520.         Font.Height = -15
  521.         Font.Name = 'MS Sans Serif'
  522.         Font.Style = []
  523.         ParentCtl3D = False
  524.         ParentFont = False
  525.         TabOrder = 2
  526.         object CK_AutoIndent: TCheckBox
  527.           Left = 11
  528.           Top = 18
  529.           Width = 119
  530.           Height = 21
  531.           Hint = 'Line up with previous text'
  532.           Caption = 'Auto-Indent'
  533.           Font.Charset = DEFAULT_CHARSET
  534.           Font.Color = clBtnText
  535.           Font.Height = -15
  536.           Font.Name = 'MS Sans Serif'
  537.           Font.Style = []
  538.           ParentFont = False
  539.           TabOrder = 0
  540.         end
  541.         object CK_MakeBackups: TCheckBox
  542.           Left = 11
  543.           Top = 40
  544.           Width = 142
  545.           Height = 21
  546.           Hint = 'Make *.bak files when saving'
  547.           Caption = 'Create backups'
  548.           Font.Charset = DEFAULT_CHARSET
  549.           Font.Color = clBtnText
  550.           Font.Height = -15
  551.           Font.Name = 'MS Sans Serif'
  552.           Font.Style = []
  553.           ParentFont = False
  554.           TabOrder = 1
  555.         end
  556.         object CK_StripBlanks: TCheckBox
  557.           Left = 270
  558.           Top = 18
  559.           Width = 187
  560.           Height = 21
  561.           Hint = 'Remove spaces at end of lines when loading files'
  562.           Caption = 'Strip trailing blanks'
  563.           Font.Charset = DEFAULT_CHARSET
  564.           Font.Color = clBtnText
  565.           Font.Height = -15
  566.           Font.Name = 'MS Sans Serif'
  567.           Font.Style = []
  568.           ParentFont = False
  569.           TabOrder = 3
  570.         end
  571.         object CK_OpenEmpty: TCheckBox
  572.           Left = 270
  573.           Top = 40
  574.           Width = 216
  575.           Height = 21
  576.           Hint = 'Open an empty editor on start-up'
  577.           Caption = 'Open empty editor on start-up'
  578.           Font.Charset = DEFAULT_CHARSET
  579.           Font.Color = clBtnText
  580.           Font.Height = -15
  581.           Font.Name = 'MS Sans Serif'
  582.           Font.Style = []
  583.           ParentFont = False
  584.           TabOrder = 4
  585.         end
  586.         object CK_MaxOnlyChild: TCheckBox
  587.           Left = 11
  588.           Top = 62
  589.           Width = 335
  590.           Height = 21
  591.           Hint = 'Maximize editor if only one file is open'
  592.           Caption = 'Always maximize single edit windows'
  593.           Font.Charset = DEFAULT_CHARSET
  594.           Font.Color = clBtnText
  595.           Font.Height = -15
  596.           Font.Name = 'MS Sans Serif'
  597.           Font.Style = []
  598.           ParentFont = False
  599.           TabOrder = 2
  600.         end
  601.       end
  602.     end
  603.     object TS_Desktop: TTabSheet
  604.       Caption = 'Desktop'
  605.       object GB_Screen: TGroupBox
  606.         Left = 12
  607.         Top = 12
  608.         Width = 489
  609.         Height = 84
  610.         Caption = ' &Screen startup position '
  611.         Ctl3D = True
  612.         Font.Charset = DEFAULT_CHARSET
  613.         Font.Color = clBtnText
  614.         Font.Height = -15
  615.         Font.Name = 'MS Sans Serif'
  616.         Font.Style = []
  617.         ParentCtl3D = False
  618.         ParentFont = False
  619.         TabOrder = 0
  620.         object RB_DeskWin: TRadioButton
  621.           Left = 12
  622.           Top = 21
  623.           Width = 225
  624.           Height = 21
  625.           Caption = 'Windows default'
  626.           Font.Charset = DEFAULT_CHARSET
  627.           Font.Color = clBtnText
  628.           Font.Height = -15
  629.           Font.Name = 'MS Sans Serif'
  630.           Font.Style = []
  631.           ParentFont = False
  632.           TabOrder = 0
  633.           OnClick = RB_DeskFixedClick
  634.         end
  635.         object RB_DeskRestore: TRadioButton
  636.           Left = 12
  637.           Top = 49
  638.           Width = 225
  639.           Height = 20
  640.           Caption = 'Restore from previous session'
  641.           Font.Charset = DEFAULT_CHARSET
  642.           Font.Color = clBtnText
  643.           Font.Height = -15
  644.           Font.Name = 'MS Sans Serif'
  645.           Font.Style = []
  646.           ParentFont = False
  647.           TabOrder = 1
  648.           OnClick = RB_DeskFixedClick
  649.         end
  650.         object RB_DeskFixed: TRadioButton
  651.           Left = 250
  652.           Top = 21
  653.           Width = 214
  654.           Height = 21
  655.           Caption = 'Use fixed settings'
  656.           Font.Charset = DEFAULT_CHARSET
  657.           Font.Color = clBtnText
  658.           Font.Height = -15
  659.           Font.Name = 'MS Sans Serif'
  660.           Font.Style = []
  661.           ParentFont = False
  662.           TabOrder = 2
  663.           OnClick = RB_DeskFixedClick
  664.         end
  665.         object CK_CurrentAsFixed: TCheckBox
  666.           Left = 250
  667.           Top = 49
  668.           Width = 214
  669.           Height = 21
  670.           Caption = 'Use current position as fixed'
  671.           Font.Charset = DEFAULT_CHARSET
  672.           Font.Color = clBtnText
  673.           Font.Height = -15
  674.           Font.Name = 'MS Sans Serif'
  675.           Font.Style = []
  676.           ParentFont = False
  677.           TabOrder = 3
  678.         end
  679.       end
  680.     end
  681.     object TS_Filters: TTabSheet
  682.       Caption = 'File filters'
  683.       object GB_Filters: TGroupBox
  684.         Left = 12
  685.         Top = 12
  686.         Width = 489
  687.         Height = 204
  688.         Caption = ' &Filter definitions '
  689.         Ctl3D = True
  690.         Font.Charset = DEFAULT_CHARSET
  691.         Font.Color = clBtnText
  692.         Font.Height = -15
  693.         Font.Name = 'MS Sans Serif'
  694.         Font.Style = []
  695.         ParentCtl3D = False
  696.         ParentFont = False
  697.         TabOrder = 0
  698.         object LL_1: TLabel
  699.           Left = 12
  700.           Top = 48
  701.           Width = 7
  702.           Height = 16
  703.           Alignment = taRightJustify
  704.           Caption = '&1'
  705.           FocusControl = ED_Name1
  706.           Font.Charset = DEFAULT_CHARSET
  707.           Font.Color = clBtnText
  708.           Font.Height = -15
  709.           Font.Name = 'MS Sans Serif'
  710.           Font.Style = []
  711.           ParentFont = False
  712.         end
  713.         object LL_2: TLabel
  714.           Left = 12
  715.           Top = 89
  716.           Width = 7
  717.           Height = 16
  718.           Alignment = taRightJustify
  719.           Caption = '&2'
  720.           FocusControl = ED_Name2
  721.           Font.Charset = DEFAULT_CHARSET
  722.           Font.Color = clBtnText
  723.           Font.Height = -15
  724.           Font.Name = 'MS Sans Serif'
  725.           Font.Style = []
  726.           ParentFont = False
  727.         end
  728.         object LL_3: TLabel
  729.           Left = 12
  730.           Top = 129
  731.           Width = 7
  732.           Height = 16
  733.           Alignment = taRightJustify
  734.           Caption = '&3'
  735.           FocusControl = ED_Name3
  736.           Font.Charset = DEFAULT_CHARSET
  737.           Font.Color = clBtnText
  738.           Font.Height = -15
  739.           Font.Name = 'MS Sans Serif'
  740.           Font.Style = []
  741.           ParentFont = False
  742.         end
  743.         object LL_4: TLabel
  744.           Left = 12
  745.           Top = 170
  746.           Width = 7
  747.           Height = 16
  748.           Alignment = taRightJustify
  749.           Caption = '&4'
  750.           FocusControl = ED_Name4
  751.           Font.Charset = DEFAULT_CHARSET
  752.           Font.Color = clBtnText
  753.           Font.Height = -15
  754.           Font.Name = 'MS Sans Serif'
  755.           Font.Style = []
  756.           ParentFont = False
  757.         end
  758.         object LL_5: TLabel
  759.           Left = 262
  760.           Top = 48
  761.           Width = 7
  762.           Height = 16
  763.           Alignment = taRightJustify
  764.           Caption = '&5'
  765.           FocusControl = ED_Name5
  766.           Font.Charset = DEFAULT_CHARSET
  767.           Font.Color = clBtnText
  768.           Font.Height = -15
  769.           Font.Name = 'MS Sans Serif'
  770.           Font.Style = []
  771.           ParentFont = False
  772.         end
  773.         object LL_6: TLabel
  774.           Left = 262
  775.           Top = 89
  776.           Width = 7
  777.           Height = 16
  778.           Alignment = taRightJustify
  779.           Caption = '&6'
  780.           FocusControl = ED_Name6
  781.           Font.Charset = DEFAULT_CHARSET
  782.           Font.Color = clBtnText
  783.           Font.Height = -15
  784.           Font.Name = 'MS Sans Serif'
  785.           Font.Style = []
  786.           ParentFont = False
  787.         end
  788.         object LL_7: TLabel
  789.           Left = 262
  790.           Top = 129
  791.           Width = 7
  792.           Height = 16
  793.           Alignment = taRightJustify
  794.           Caption = '&7'
  795.           FocusControl = ED_Name7
  796.           Font.Charset = DEFAULT_CHARSET
  797.           Font.Color = clBtnText
  798.           Font.Height = -15
  799.           Font.Name = 'MS Sans Serif'
  800.           Font.Style = []
  801.           ParentFont = False
  802.         end
  803.         object LL_8: TLabel
  804.           Left = 262
  805.           Top = 170
  806.           Width = 7
  807.           Height = 16
  808.           Alignment = taRightJustify
  809.           Caption = '&8'
  810.           FocusControl = ED_Name8
  811.           Font.Charset = DEFAULT_CHARSET
  812.           Font.Color = clBtnText
  813.           Font.Height = -15
  814.           Font.Name = 'MS Sans Serif'
  815.           Font.Style = []
  816.           ParentFont = False
  817.         end
  818.         object LL_FilterName1: TLabel
  819.           Left = 27
  820.           Top = 23
  821.           Width = 37
  822.           Height = 16
  823.           Caption = 'Name'
  824.           Font.Charset = DEFAULT_CHARSET
  825.           Font.Color = clBtnText
  826.           Font.Height = -15
  827.           Font.Name = 'MS Sans Serif'
  828.           Font.Style = []
  829.           ParentFont = False
  830.         end
  831.         object LL_Filter2: TLabel
  832.           Left = 410
  833.           Top = 23
  834.           Width = 29
  835.           Height = 16
  836.           Caption = 'Filter'
  837.           Font.Charset = DEFAULT_CHARSET
  838.           Font.Color = clBtnText
  839.           Font.Height = -15
  840.           Font.Name = 'MS Sans Serif'
  841.           Font.Style = []
  842.           ParentFont = False
  843.         end
  844.         object LL_Filter1: TLabel
  845.           Left = 160
  846.           Top = 23
  847.           Width = 29
  848.           Height = 16
  849.           Caption = 'Filter'
  850.           Font.Charset = DEFAULT_CHARSET
  851.           Font.Color = clBtnText
  852.           Font.Height = -15
  853.           Font.Name = 'MS Sans Serif'
  854.           Font.Style = []
  855.           ParentFont = False
  856.         end
  857.         object LL_FilterName2: TLabel
  858.           Left = 278
  859.           Top = 23
  860.           Width = 37
  861.           Height = 16
  862.           Caption = 'Name'
  863.           Font.Charset = DEFAULT_CHARSET
  864.           Font.Color = clBtnText
  865.           Font.Height = -15
  866.           Font.Name = 'MS Sans Serif'
  867.           Font.Style = []
  868.           ParentFont = False
  869.         end
  870.         object ED_Name1: TEdit
  871.           Left = 27
  872.           Top = 44
  873.           Width = 121
  874.           Height = 24
  875.           Ctl3D = True
  876.           Font.Charset = DEFAULT_CHARSET
  877.           Font.Color = clWindowText
  878.           Font.Height = -15
  879.           Font.Name = 'MS Sans Serif'
  880.           Font.Style = []
  881.           ParentCtl3D = False
  882.           ParentFont = False
  883.           TabOrder = 0
  884.         end
  885.         object ED_Filter1: TEdit
  886.           Left = 160
  887.           Top = 44
  888.           Width = 65
  889.           Height = 24
  890.           Ctl3D = True
  891.           Font.Charset = DEFAULT_CHARSET
  892.           Font.Color = clWindowText
  893.           Font.Height = -15
  894.           Font.Name = 'MS Sans Serif'
  895.           Font.Style = []
  896.           ParentCtl3D = False
  897.           ParentFont = False
  898.           TabOrder = 1
  899.         end
  900.         object ED_Name2: TEdit
  901.           Left = 27
  902.           Top = 85
  903.           Width = 121
  904.           Height = 24
  905.           Ctl3D = True
  906.           Font.Charset = DEFAULT_CHARSET
  907.           Font.Color = clWindowText
  908.           Font.Height = -15
  909.           Font.Name = 'MS Sans Serif'
  910.           Font.Style = []
  911.           ParentCtl3D = False
  912.           ParentFont = False
  913.           TabOrder = 2
  914.         end
  915.         object ED_Filter2: TEdit
  916.           Left = 160
  917.           Top = 85
  918.           Width = 65
  919.           Height = 24
  920.           Ctl3D = True
  921.           Font.Charset = DEFAULT_CHARSET
  922.           Font.Color = clWindowText
  923.           Font.Height = -15
  924.           Font.Name = 'MS Sans Serif'
  925.           Font.Style = []
  926.           ParentCtl3D = False
  927.           ParentFont = False
  928.           TabOrder = 3
  929.         end
  930.         object ED_Name3: TEdit
  931.           Left = 27
  932.           Top = 125
  933.           Width = 121
  934.           Height = 24
  935.           Ctl3D = True
  936.           Font.Charset = DEFAULT_CHARSET
  937.           Font.Color = clWindowText
  938.           Font.Height = -15
  939.           Font.Name = 'MS Sans Serif'
  940.           Font.Style = []
  941.           ParentCtl3D = False
  942.           ParentFont = False
  943.           TabOrder = 4
  944.         end
  945.         object ED_Filter3: TEdit
  946.           Left = 160
  947.           Top = 125
  948.           Width = 65
  949.           Height = 24
  950.           Ctl3D = True
  951.           Font.Charset = DEFAULT_CHARSET
  952.           Font.Color = clWindowText
  953.           Font.Height = -15
  954.           Font.Name = 'MS Sans Serif'
  955.           Font.Style = []
  956.           ParentCtl3D = False
  957.           ParentFont = False
  958.           TabOrder = 5
  959.         end
  960.         object ED_Name4: TEdit
  961.           Left = 27
  962.           Top = 166
  963.           Width = 121
  964.           Height = 24
  965.           Ctl3D = True
  966.           Font.Charset = DEFAULT_CHARSET
  967.           Font.Color = clWindowText
  968.           Font.Height = -15
  969.           Font.Name = 'MS Sans Serif'
  970.           Font.Style = []
  971.           ParentCtl3D = False
  972.           ParentFont = False
  973.           TabOrder = 6
  974.         end
  975.         object ED_Filter4: TEdit
  976.           Left = 160
  977.           Top = 166
  978.           Width = 65
  979.           Height = 24
  980.           Ctl3D = True
  981.           Font.Charset = DEFAULT_CHARSET
  982.           Font.Color = clWindowText
  983.           Font.Height = -15
  984.           Font.Name = 'MS Sans Serif'
  985.           Font.Style = []
  986.           ParentCtl3D = False
  987.           ParentFont = False
  988.           TabOrder = 7
  989.         end
  990.         object ED_Name5: TEdit
  991.           Left = 277
  992.           Top = 44
  993.           Width = 121
  994.           Height = 24
  995.           Ctl3D = True
  996.           Font.Charset = DEFAULT_CHARSET
  997.           Font.Color = clWindowText
  998.           Font.Height = -15
  999.           Font.Name = 'MS Sans Serif'
  1000.           Font.Style = []
  1001.           ParentCtl3D = False
  1002.           ParentFont = False
  1003.           TabOrder = 8
  1004.         end
  1005.         object ED_Filter5: TEdit
  1006.           Left = 410
  1007.           Top = 44
  1008.           Width = 65
  1009.           Height = 24
  1010.           Ctl3D = True
  1011.           Font.Charset = DEFAULT_CHARSET
  1012.           Font.Color = clWindowText
  1013.           Font.Height = -15
  1014.           Font.Name = 'MS Sans Serif'
  1015.           Font.Style = []
  1016.           ParentCtl3D = False
  1017.           ParentFont = False
  1018.           TabOrder = 9
  1019.         end
  1020.         object ED_Name6: TEdit
  1021.           Left = 277
  1022.           Top = 85
  1023.           Width = 121
  1024.           Height = 24
  1025.           Ctl3D = True
  1026.           Font.Charset = DEFAULT_CHARSET
  1027.           Font.Color = clWindowText
  1028.           Font.Height = -15
  1029.           Font.Name = 'MS Sans Serif'
  1030.           Font.Style = []
  1031.           ParentCtl3D = False
  1032.           ParentFont = False
  1033.           TabOrder = 10
  1034.         end
  1035.         object ED_Filter6: TEdit
  1036.           Left = 410
  1037.           Top = 85
  1038.           Width = 65
  1039.           Height = 24
  1040.           Ctl3D = True
  1041.           Font.Charset = DEFAULT_CHARSET
  1042.           Font.Color = clWindowText
  1043.           Font.Height = -15
  1044.           Font.Name = 'MS Sans Serif'
  1045.           Font.Style = []
  1046.           ParentCtl3D = False
  1047.           ParentFont = False
  1048.           TabOrder = 11
  1049.         end
  1050.         object ED_Name7: TEdit
  1051.           Left = 277
  1052.           Top = 125
  1053.           Width = 121
  1054.           Height = 24
  1055.           Ctl3D = True
  1056.           Font.Charset = DEFAULT_CHARSET
  1057.           Font.Color = clWindowText
  1058.           Font.Height = -15
  1059.           Font.Name = 'MS Sans Serif'
  1060.           Font.Style = []
  1061.           ParentCtl3D = False
  1062.           ParentFont = False
  1063.           TabOrder = 12
  1064.         end
  1065.         object ED_Filter7: TEdit
  1066.           Left = 410
  1067.           Top = 125
  1068.           Width = 65
  1069.           Height = 24
  1070.           Ctl3D = True
  1071.           Font.Charset = DEFAULT_CHARSET
  1072.           Font.Color = clWindowText
  1073.           Font.Height = -15
  1074.           Font.Name = 'MS Sans Serif'
  1075.           Font.Style = []
  1076.           ParentCtl3D = False
  1077.           ParentFont = False
  1078.           TabOrder = 13
  1079.         end
  1080.         object ED_Name8: TEdit
  1081.           Left = 277
  1082.           Top = 166
  1083.           Width = 121
  1084.           Height = 24
  1085.           Ctl3D = True
  1086.           Font.Charset = DEFAULT_CHARSET
  1087.           Font.Color = clWindowText
  1088.           Font.Height = -15
  1089.           Font.Name = 'MS Sans Serif'
  1090.           Font.Style = []
  1091.           ParentCtl3D = False
  1092.           ParentFont = False
  1093.           TabOrder = 14
  1094.         end
  1095.         object ED_Filter8: TEdit
  1096.           Left = 410
  1097.           Top = 166
  1098.           Width = 65
  1099.           Height = 24
  1100.           Ctl3D = True
  1101.           Font.Charset = DEFAULT_CHARSET
  1102.           Font.Color = clWindowText
  1103.           Font.Height = -15
  1104.           Font.Name = 'MS Sans Serif'
  1105.           Font.Style = []
  1106.           ParentCtl3D = False
  1107.           ParentFont = False
  1108.           TabOrder = 15
  1109.         end
  1110.       end
  1111.     end
  1112.     object TS_Colors: TTabSheet
  1113.       Caption = 'Colors'
  1114.       object GB_ProgColors: TGroupBox
  1115.         Left = 12
  1116.         Top = 12
  1117.         Width = 495
  1118.         Height = 61
  1119.         Caption = ' Select program background color '
  1120.         Ctl3D = True
  1121.         Font.Charset = DEFAULT_CHARSET
  1122.         Font.Color = clBtnText
  1123.         Font.Height = -15
  1124.         Font.Name = 'MS Sans Serif'
  1125.         Font.Style = []
  1126.         ParentCtl3D = False
  1127.         ParentFont = False
  1128.         TabOrder = 0
  1129.         object SB_ProgWhite: TSpeedButton
  1130.           Left = 8
  1131.           Top = 24
  1132.           Width = 28
  1133.           Height = 28
  1134.           Hint = 'White'
  1135.           GroupIndex = 1
  1136.           Down = True
  1137.           Glyph.Data = {
  1138.             F6000000424DF600000000000000760000002800000010000000100000000100
  1139.             0400000000008000000000000000000000001000000000000000000000000000
  1140.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1141.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  1142.             88888FFFFFFFFFFFFFF88FFFFFFFFFFFFFF88FFFFFFFFFFFFFF88FFFFFFFFFFF
  1143.             FFF88FFFFFFFFFFFFFF88FFFFFFFFFFFFFF88FFFFFFFFFFFFFF88FFFFFFFFFFF
  1144.             FFF88FFFFFFFFFFFFFF88FFFFFFFFFFFFFF88FFFFFFFFFFFFFF88FFFFFFFFFFF
  1145.             FFF88FFFFFFFFFFFFFF88FFFFFFFFFFFFFF88888888888888888}
  1146.           OnClick = ProgColorButtonClick
  1147.         end
  1148.         object SB_ProgAqua: TSpeedButton
  1149.           Left = 38
  1150.           Top = 24
  1151.           Width = 28
  1152.           Height = 28
  1153.           Hint = 'Aqua'
  1154.           GroupIndex = 1
  1155.           Glyph.Data = {
  1156.             F6000000424DF600000000000000760000002800000010000000100000000100
  1157.             0400000000008000000000000000000000001000000000000000000000000000
  1158.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1159.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  1160.             88888EEEEEEEEEEEEEE88EEEEEEEEEEEEEE88EEEEEEEEEEEEEE88EEEEEEEEEEE
  1161.             EEE88EEEEEEEEEEEEEE88EEEEEEEEEEEEEE88EEEEEEEEEEEEEE88EEEEEEEEEEE
  1162.             EEE88EEEEEEEEEEEEEE88EEEEEEEEEEEEEE88EEEEEEEEEEEEEE88EEEEEEEEEEE
  1163.             EEE88EEEEEEEEEEEEEE88EEEEEEEEEEEEEE88888888888888888}
  1164.           OnClick = ProgColorButtonClick
  1165.         end
  1166.         object SB_ProgFuchsia: TSpeedButton
  1167.           Left = 68
  1168.           Top = 24
  1169.           Width = 28
  1170.           Height = 28
  1171.           Hint = 'Fuchsia'
  1172.           GroupIndex = 1
  1173.           Glyph.Data = {
  1174.             F6000000424DF600000000000000760000002800000010000000100000000100
  1175.             0400000000008000000000000000000000001000000000000000000000000000
  1176.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1177.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  1178.             88888DDDDDDDDDDDDDD88DDDDDDDDDDDDDD88DDDDDDDDDDDDDD88DDDDDDDDDDD
  1179.             DDD88DDDDDDDDDDDDDD88DDDDDDDDDDDDDD88DDDDDDDDDDDDDD88DDDDDDDDDDD
  1180.             DDD88DDDDDDDDDDDDDD88DDDDDDDDDDDDDD88DDDDDDDDDDDDDD88DDDDDDDDDDD
  1181.             DDD88DDDDDDDDDDDDDD88DDDDDDDDDDDDDD88888888888888888}
  1182.           OnClick = ProgColorButtonClick
  1183.         end
  1184.         object SB_ProgGray: TSpeedButton
  1185.           Left = 98
  1186.           Top = 24
  1187.           Width = 28
  1188.           Height = 28
  1189.           Hint = 'Gray'
  1190.           GroupIndex = 1
  1191.           Glyph.Data = {
  1192.             F6000000424DF600000000000000760000002800000010000000100000000100
  1193.             0400000000008000000000000000000000001000000000000000000000000000
  1194.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1195.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00000000000000
  1196.             0000088888888888888008888888888888800888888888888880088888888888
  1197.             8880088888888888888008888888888888800888888888888880088888888888
  1198.             8880088888888888888008888888888888800888888888888880088888888888
  1199.             8880088888888888888008888888888888800000000000000000}
  1200.           OnClick = ProgColorButtonClick
  1201.         end
  1202.         object SB_ProgMaroon: TSpeedButton
  1203.           Left = 128
  1204.           Top = 24
  1205.           Width = 28
  1206.           Height = 28
  1207.           Hint = 'Maroon'
  1208.           GroupIndex = 1
  1209.           Glyph.Data = {
  1210.             F6000000424DF600000000000000760000002800000010000000100000000100
  1211.             0400000000008000000000000000000000001000000000000000000000000000
  1212.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1213.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  1214.             8888811111111111111881111111111111188111111111111118811111111111
  1215.             1118811111111111111881111111111111188111111111111118811111111111
  1216.             1118811111111111111881111111111111188111111111111118811111111111
  1217.             1118811111111111111881111111111111188888888888888888}
  1218.           OnClick = ProgColorButtonClick
  1219.         end
  1220.         object SB_ProgOlive: TSpeedButton
  1221.           Left = 158
  1222.           Top = 24
  1223.           Width = 28
  1224.           Height = 28
  1225.           Hint = 'Olive'
  1226.           GroupIndex = 1
  1227.           Glyph.Data = {
  1228.             F6000000424DF600000000000000760000002800000010000000100000000100
  1229.             0400000000008000000000000000000000001000000000000000000000000000
  1230.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1231.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  1232.             8888833333333333333883333333333333388333333333333338833333333333
  1233.             3338833333333333333883333333333333388333333333333338833333333333
  1234.             3338833333333333333883333333333333388333333333333338833333333333
  1235.             3338833333333333333883333333333333388888888888888888}
  1236.           OnClick = ProgColorButtonClick
  1237.         end
  1238.         object SB_ProgRed: TSpeedButton
  1239.           Left = 188
  1240.           Top = 24
  1241.           Width = 28
  1242.           Height = 28
  1243.           Hint = 'Red'
  1244.           GroupIndex = 1
  1245.           Glyph.Data = {
  1246.             F6000000424DF600000000000000760000002800000010000000100000000100
  1247.             0400000000008000000000000000000000001000000000000000000000000000
  1248.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1249.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  1250.             8888899999999999999889999999999999988999999999999998899999999999
  1251.             9998899999999999999889999999999999988999999999999998899999999999
  1252.             9998899999999999999889999999999999988999999999999998899999999999
  1253.             9998899999999999999889999999999999988888888888888888}
  1254.           OnClick = ProgColorButtonClick
  1255.         end
  1256.         object SB_ProgTeal: TSpeedButton
  1257.           Left = 218
  1258.           Top = 24
  1259.           Width = 28
  1260.           Height = 28
  1261.           Hint = 'Teal'
  1262.           GroupIndex = 1
  1263.           Glyph.Data = {
  1264.             F6000000424DF600000000000000760000002800000010000000100000000100
  1265.             0400000000008000000000000000000000001000000000000000000000000000
  1266.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1267.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  1268.             8888866666666666666886666666666666688666666666666668866666666666
  1269.             6668866666666666666886666666666666688666666666666668866666666666
  1270.             6668866666666666666886666666666666688666666666666668866666666666
  1271.             6668866666666666666886666666666666688888888888888888}
  1272.           OnClick = ProgColorButtonClick
  1273.         end
  1274.         object SB_ProgBlack: TSpeedButton
  1275.           Left = 248
  1276.           Top = 24
  1277.           Width = 28
  1278.           Height = 28
  1279.           Hint = 'Black'
  1280.           GroupIndex = 1
  1281.           Glyph.Data = {
  1282.             F6000000424DF600000000000000760000002800000010000000100000000100
  1283.             0400000000008000000000000000000000001000000000000000000000000000
  1284.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1285.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  1286.             8888800000000000000880000000000000088000000000000008800000000000
  1287.             0008800000000000000880000000000000088000000000000008800000000000
  1288.             0008800000000000000880000000000000088000000000000008800000000000
  1289.             0008800000000000000880000000000000088888888888888888}
  1290.           OnClick = ProgColorButtonClick
  1291.         end
  1292.         object SB_ProgBlue: TSpeedButton
  1293.           Left = 278
  1294.           Top = 24
  1295.           Width = 28
  1296.           Height = 28
  1297.           Hint = 'Blue'
  1298.           GroupIndex = 1
  1299.           Glyph.Data = {
  1300.             F6000000424DF600000000000000760000002800000010000000100000000100
  1301.             0400000000008000000000000000000000001000000000000000000000000000
  1302.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1303.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  1304.             88888CCCCCCCCCCCCCC88CCCCCCCCCCCCCC88CCCCCCCCCCCCCC88CCCCCCCCCCC
  1305.             CCC88CCCCCCCCCCCCCC88CCCCCCCCCCCCCC88CCCCCCCCCCCCCC88CCCCCCCCCCC
  1306.             CCC88CCCCCCCCCCCCCC88CCCCCCCCCCCCCC88CCCCCCCCCCCCCC88CCCCCCCCCCC
  1307.             CCC88CCCCCCCCCCCCCC88CCCCCCCCCCCCCC88888888888888888}
  1308.           OnClick = ProgColorButtonClick
  1309.         end
  1310.         object SB_ProgGreen: TSpeedButton
  1311.           Left = 308
  1312.           Top = 24
  1313.           Width = 28
  1314.           Height = 28
  1315.           Hint = 'Green'
  1316.           GroupIndex = 1
  1317.           Glyph.Data = {
  1318.             F6000000424DF600000000000000760000002800000010000000100000000100
  1319.             0400000000008000000000000000000000001000000000000000000000000000
  1320.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1321.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  1322.             8888822222222222222882222222222222288222222222222228822222222222
  1323.             2228822222222222222882222222222222288222222222222228822222222222
  1324.             2228822222222222222882222222222222288222222222222228822222222222
  1325.             2228822222222222222882222222222222288888888888888888}
  1326.           OnClick = ProgColorButtonClick
  1327.         end
  1328.         object SB_ProgLime: TSpeedButton
  1329.           Left = 338
  1330.           Top = 24
  1331.           Width = 28
  1332.           Height = 28
  1333.           Hint = 'Lime'
  1334.           GroupIndex = 1
  1335.           Glyph.Data = {
  1336.             F6000000424DF600000000000000760000002800000010000000100000000100
  1337.             0400000000008000000000000000000000001000000000000000000000000000
  1338.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1339.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  1340.             88888AAAAAAAAAAAAAA88AAAAAAAAAAAAAA88AAAAAAAAAAAAAA88AAAAAAAAAAA
  1341.             AAA88AAAAAAAAAAAAAA88AAAAAAAAAAAAAA88AAAAAAAAAAAAAA88AAAAAAAAAAA
  1342.             AAA88AAAAAAAAAAAAAA88AAAAAAAAAAAAAA88AAAAAAAAAAAAAA88AAAAAAAAAAA
  1343.             AAA88AAAAAAAAAAAAAA88AAAAAAAAAAAAAA88888888888888888}
  1344.           OnClick = ProgColorButtonClick
  1345.         end
  1346.         object SB_ProgNavy: TSpeedButton
  1347.           Left = 368
  1348.           Top = 24
  1349.           Width = 28
  1350.           Height = 28
  1351.           Hint = 'Navy'
  1352.           GroupIndex = 1
  1353.           Glyph.Data = {
  1354.             F6000000424DF600000000000000760000002800000010000000100000000100
  1355.             0400000000008000000000000000000000001000000000000000000000000000
  1356.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1357.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  1358.             8888844444444444444884444444444444488444444444444448844444444444
  1359.             4448844444444444444884444444444444488444444444444448844444444444
  1360.             4448844444444444444884444444444444488444444444444448844444444444
  1361.             4448844444444444444884444444444444488888888888888888}
  1362.           OnClick = ProgColorButtonClick
  1363.         end
  1364.         object SB_ProgPurple: TSpeedButton
  1365.           Left = 398
  1366.           Top = 24
  1367.           Width = 28
  1368.           Height = 28
  1369.           Hint = 'Purple'
  1370.           GroupIndex = 1
  1371.           Glyph.Data = {
  1372.             F6000000424DF600000000000000760000002800000010000000100000000100
  1373.             0400000000008000000000000000000000001000000000000000000000000000
  1374.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1375.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  1376.             8888855555555555555885555555555555588555555555555558855555555555
  1377.             5558855555555555555885555555555555588555555555555558855555555555
  1378.             5558855555555555555885555555555555588555555555555558855555555555
  1379.             5558855555555555555885555555555555588888888888888888}
  1380.           OnClick = ProgColorButtonClick
  1381.         end
  1382.         object SB_ProgSilver: TSpeedButton
  1383.           Left = 428
  1384.           Top = 24
  1385.           Width = 28
  1386.           Height = 28
  1387.           Hint = 'Silver'
  1388.           GroupIndex = 1
  1389.           Glyph.Data = {
  1390.             F6000000424DF600000000000000760000002800000010000000100000000100
  1391.             0400000000008000000000000000000000001000000000000000000000000000
  1392.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1393.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  1394.             8888877777777777777887777777777777788777777777777778877777777777
  1395.             7778877777777777777887777777777777788777777777777778877777777777
  1396.             7778877777777777777887777777777777788777777777777778877777777777
  1397.             7778877777777777777887777777777777788888888888888888}
  1398.           OnClick = ProgColorButtonClick
  1399.         end
  1400.         object SB_ProgYellow: TSpeedButton
  1401.           Left = 458
  1402.           Top = 24
  1403.           Width = 28
  1404.           Height = 28
  1405.           Hint = 'Yellow'
  1406.           GroupIndex = 1
  1407.           Glyph.Data = {
  1408.             F6000000424DF600000000000000760000002800000010000000100000000100
  1409.             0400000000008000000000000000000000001000000000000000000000000000
  1410.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1411.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  1412.             88888BBBBBBBBBBBBBB88BBBBBBBBBBBBBB88BBBBBBBBBBBBBB88BBBBBBBBBBB
  1413.             BBB88BBBBBBBBBBBBBB88BBBBBBBBBBBBBB88BBBBBBBBBBBBBB88BBBBBBBBBBB
  1414.             BBB88BBBBBBBBBBBBBB88BBBBBBBBBBBBBB88BBBBBBBBBBBBBB88BBBBBBBBBBB
  1415.             BBB88BBBBBBBBBBBBBB88BBBBBBBBBBBBBB88888888888888888}
  1416.           OnClick = ProgColorButtonClick
  1417.         end
  1418.       end
  1419.       object GB_EditColors: TGroupBox
  1420.         Left = 12
  1421.         Top = 78
  1422.         Width = 495
  1423.         Height = 147
  1424.         Caption = ' Select editor background color '
  1425.         Ctl3D = True
  1426.         Font.Charset = DEFAULT_CHARSET
  1427.         Font.Color = clBtnText
  1428.         Font.Height = -15
  1429.         Font.Name = 'MS Sans Serif'
  1430.         Font.Style = []
  1431.         ParentCtl3D = False
  1432.         ParentFont = False
  1433.         TabOrder = 1
  1434.         object SB_EditWhite: TSpeedButton
  1435.           Left = 8
  1436.           Top = 24
  1437.           Width = 28
  1438.           Height = 28
  1439.           Hint = 'White'
  1440.           GroupIndex = 1
  1441.           Down = True
  1442.           Glyph.Data = {
  1443.             F6000000424DF600000000000000760000002800000010000000100000000100
  1444.             0400000000008000000000000000000000001000000000000000000000000000
  1445.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1446.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  1447.             88888FFFFFFFFFFFFFF88FFFFFFFFFFFFFF88FFFFFFFFFFFFFF88FFFFFFFFFFF
  1448.             FFF88FFFFFFFFFFFFFF88FFFFFFFFFFFFFF88FFFFFFFFFFFFFF88FFFFFFFFFFF
  1449.             FFF88FFFFFFFFFFFFFF88FFFFFFFFFFFFFF88FFFFFFFFFFFFFF88FFFFFFFFFFF
  1450.             FFF88FFFFFFFFFFFFFF88FFFFFFFFFFFFFF88888888888888888}
  1451.           OnClick = EditColorButtonClick
  1452.         end
  1453.         object SB_EditAqua: TSpeedButton
  1454.           Left = 38
  1455.           Top = 24
  1456.           Width = 28
  1457.           Height = 28
  1458.           Hint = 'Aqua'
  1459.           GroupIndex = 1
  1460.           Glyph.Data = {
  1461.             F6000000424DF600000000000000760000002800000010000000100000000100
  1462.             0400000000008000000000000000000000001000000000000000000000000000
  1463.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1464.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  1465.             88888EEEEEEEEEEEEEE88EEEEEEEEEEEEEE88EEEEEEEEEEEEEE88EEEEEEEEEEE
  1466.             EEE88EEEEEEEEEEEEEE88EEEEEEEEEEEEEE88EEEEEEEEEEEEEE88EEEEEEEEEEE
  1467.             EEE88EEEEEEEEEEEEEE88EEEEEEEEEEEEEE88EEEEEEEEEEEEEE88EEEEEEEEEEE
  1468.             EEE88EEEEEEEEEEEEEE88EEEEEEEEEEEEEE88888888888888888}
  1469.           OnClick = EditColorButtonClick
  1470.         end
  1471.         object SB_EditFuchsia: TSpeedButton
  1472.           Left = 68
  1473.           Top = 24
  1474.           Width = 28
  1475.           Height = 28
  1476.           Hint = 'Fuchsia'
  1477.           GroupIndex = 1
  1478.           Glyph.Data = {
  1479.             F6000000424DF600000000000000760000002800000010000000100000000100
  1480.             0400000000008000000000000000000000001000000000000000000000000000
  1481.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1482.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  1483.             88888DDDDDDDDDDDDDD88DDDDDDDDDDDDDD88DDDDDDDDDDDDDD88DDDDDDDDDDD
  1484.             DDD88DDDDDDDDDDDDDD88DDDDDDDDDDDDDD88DDDDDDDDDDDDDD88DDDDDDDDDDD
  1485.             DDD88DDDDDDDDDDDDDD88DDDDDDDDDDDDDD88DDDDDDDDDDDDDD88DDDDDDDDDDD
  1486.             DDD88DDDDDDDDDDDDDD88DDDDDDDDDDDDDD88888888888888888}
  1487.           OnClick = EditColorButtonClick
  1488.         end
  1489.         object SB_EditGray: TSpeedButton
  1490.           Left = 98
  1491.           Top = 24
  1492.           Width = 28
  1493.           Height = 28
  1494.           Hint = 'Gray'
  1495.           GroupIndex = 1
  1496.           Glyph.Data = {
  1497.             F6000000424DF600000000000000760000002800000010000000100000000100
  1498.             0400000000008000000000000000000000001000000000000000000000000000
  1499.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1500.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00000000000000
  1501.             0000088888888888888008888888888888800888888888888880088888888888
  1502.             8880088888888888888008888888888888800888888888888880088888888888
  1503.             8880088888888888888008888888888888800888888888888880088888888888
  1504.             8880088888888888888008888888888888800000000000000000}
  1505.           OnClick = EditColorButtonClick
  1506.         end
  1507.         object SB_EditMaroon: TSpeedButton
  1508.           Left = 128
  1509.           Top = 24
  1510.           Width = 28
  1511.           Height = 28
  1512.           Hint = 'Maroon'
  1513.           GroupIndex = 1
  1514.           Glyph.Data = {
  1515.             F6000000424DF600000000000000760000002800000010000000100000000100
  1516.             0400000000008000000000000000000000001000000000000000000000000000
  1517.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1518.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  1519.             8888811111111111111881111111111111188111111111111118811111111111
  1520.             1118811111111111111881111111111111188111111111111118811111111111
  1521.             1118811111111111111881111111111111188111111111111118811111111111
  1522.             1118811111111111111881111111111111188888888888888888}
  1523.           OnClick = EditColorButtonClick
  1524.         end
  1525.         object SB_EditOlive: TSpeedButton
  1526.           Left = 158
  1527.           Top = 24
  1528.           Width = 28
  1529.           Height = 28
  1530.           Hint = 'Olive'
  1531.           GroupIndex = 1
  1532.           Glyph.Data = {
  1533.             F6000000424DF600000000000000760000002800000010000000100000000100
  1534.             0400000000008000000000000000000000001000000000000000000000000000
  1535.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1536.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  1537.             8888833333333333333883333333333333388333333333333338833333333333
  1538.             3338833333333333333883333333333333388333333333333338833333333333
  1539.             3338833333333333333883333333333333388333333333333338833333333333
  1540.             3338833333333333333883333333333333388888888888888888}
  1541.           OnClick = EditColorButtonClick
  1542.         end
  1543.         object SB_EditRed: TSpeedButton
  1544.           Left = 188
  1545.           Top = 24
  1546.           Width = 28
  1547.           Height = 28
  1548.           Hint = 'Red'
  1549.           GroupIndex = 1
  1550.           Glyph.Data = {
  1551.             F6000000424DF600000000000000760000002800000010000000100000000100
  1552.             0400000000008000000000000000000000001000000000000000000000000000
  1553.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1554.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  1555.             8888899999999999999889999999999999988999999999999998899999999999
  1556.             9998899999999999999889999999999999988999999999999998899999999999
  1557.             9998899999999999999889999999999999988999999999999998899999999999
  1558.             9998899999999999999889999999999999988888888888888888}
  1559.           OnClick = EditColorButtonClick
  1560.         end
  1561.         object SB_EditTeal: TSpeedButton
  1562.           Left = 218
  1563.           Top = 24
  1564.           Width = 28
  1565.           Height = 28
  1566.           Hint = 'Teal'
  1567.           GroupIndex = 1
  1568.           Glyph.Data = {
  1569.             F6000000424DF600000000000000760000002800000010000000100000000100
  1570.             0400000000008000000000000000000000001000000000000000000000000000
  1571.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1572.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  1573.             8888866666666666666886666666666666688666666666666668866666666666
  1574.             6668866666666666666886666666666666688666666666666668866666666666
  1575.             6668866666666666666886666666666666688666666666666668866666666666
  1576.             6668866666666666666886666666666666688888888888888888}
  1577.           OnClick = EditColorButtonClick
  1578.         end
  1579.         object SB_EditBlack: TSpeedButton
  1580.           Left = 248
  1581.           Top = 24
  1582.           Width = 28
  1583.           Height = 28
  1584.           Hint = 'Black'
  1585.           GroupIndex = 1
  1586.           Glyph.Data = {
  1587.             F6000000424DF600000000000000760000002800000010000000100000000100
  1588.             0400000000008000000000000000000000001000000000000000000000000000
  1589.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1590.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  1591.             8888800000000000000880000000000000088000000000000008800000000000
  1592.             0008800000000000000880000000000000088000000000000008800000000000
  1593.             0008800000000000000880000000000000088000000000000008800000000000
  1594.             0008800000000000000880000000000000088888888888888888}
  1595.           OnClick = EditColorButtonClick
  1596.         end
  1597.         object SB_EditBlue: TSpeedButton
  1598.           Left = 278
  1599.           Top = 24
  1600.           Width = 28
  1601.           Height = 28
  1602.           Hint = 'Blue'
  1603.           GroupIndex = 1
  1604.           Glyph.Data = {
  1605.             F6000000424DF600000000000000760000002800000010000000100000000100
  1606.             0400000000008000000000000000000000001000000000000000000000000000
  1607.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1608.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  1609.             88888CCCCCCCCCCCCCC88CCCCCCCCCCCCCC88CCCCCCCCCCCCCC88CCCCCCCCCCC
  1610.             CCC88CCCCCCCCCCCCCC88CCCCCCCCCCCCCC88CCCCCCCCCCCCCC88CCCCCCCCCCC
  1611.             CCC88CCCCCCCCCCCCCC88CCCCCCCCCCCCCC88CCCCCCCCCCCCCC88CCCCCCCCCCC
  1612.             CCC88CCCCCCCCCCCCCC88CCCCCCCCCCCCCC88888888888888888}
  1613.           OnClick = EditColorButtonClick
  1614.         end
  1615.         object SB_EditGreen: TSpeedButton
  1616.           Left = 308
  1617.           Top = 24
  1618.           Width = 28
  1619.           Height = 28
  1620.           Hint = 'Green'
  1621.           GroupIndex = 1
  1622.           Glyph.Data = {
  1623.             F6000000424DF600000000000000760000002800000010000000100000000100
  1624.             0400000000008000000000000000000000001000000000000000000000000000
  1625.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1626.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  1627.             8888822222222222222882222222222222288222222222222228822222222222
  1628.             2228822222222222222882222222222222288222222222222228822222222222
  1629.             2228822222222222222882222222222222288222222222222228822222222222
  1630.             2228822222222222222882222222222222288888888888888888}
  1631.           OnClick = EditColorButtonClick
  1632.         end
  1633.         object SB_EditLime: TSpeedButton
  1634.           Left = 338
  1635.           Top = 24
  1636.           Width = 28
  1637.           Height = 28
  1638.           Hint = 'Lime'
  1639.           GroupIndex = 1
  1640.           Glyph.Data = {
  1641.             F6000000424DF600000000000000760000002800000010000000100000000100
  1642.             0400000000008000000000000000000000001000000000000000000000000000
  1643.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1644.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  1645.             88888AAAAAAAAAAAAAA88AAAAAAAAAAAAAA88AAAAAAAAAAAAAA88AAAAAAAAAAA
  1646.             AAA88AAAAAAAAAAAAAA88AAAAAAAAAAAAAA88AAAAAAAAAAAAAA88AAAAAAAAAAA
  1647.             AAA88AAAAAAAAAAAAAA88AAAAAAAAAAAAAA88AAAAAAAAAAAAAA88AAAAAAAAAAA
  1648.             AAA88AAAAAAAAAAAAAA88AAAAAAAAAAAAAA88888888888888888}
  1649.           OnClick = EditColorButtonClick
  1650.         end
  1651.         object SB_EditNavy: TSpeedButton
  1652.           Left = 368
  1653.           Top = 24
  1654.           Width = 28
  1655.           Height = 28
  1656.           Hint = 'Navy'
  1657.           GroupIndex = 1
  1658.           Glyph.Data = {
  1659.             F6000000424DF600000000000000760000002800000010000000100000000100
  1660.             0400000000008000000000000000000000001000000000000000000000000000
  1661.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1662.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  1663.             8888844444444444444884444444444444488444444444444448844444444444
  1664.             4448844444444444444884444444444444488444444444444448844444444444
  1665.             4448844444444444444884444444444444488444444444444448844444444444
  1666.             4448844444444444444884444444444444488888888888888888}
  1667.           OnClick = EditColorButtonClick
  1668.         end
  1669.         object SB_EditPurple: TSpeedButton
  1670.           Left = 398
  1671.           Top = 24
  1672.           Width = 28
  1673.           Height = 28
  1674.           Hint = 'Purple'
  1675.           GroupIndex = 1
  1676.           Glyph.Data = {
  1677.             F6000000424DF600000000000000760000002800000010000000100000000100
  1678.             0400000000008000000000000000000000001000000000000000000000000000
  1679.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1680.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  1681.             8888855555555555555885555555555555588555555555555558855555555555
  1682.             5558855555555555555885555555555555588555555555555558855555555555
  1683.             5558855555555555555885555555555555588555555555555558855555555555
  1684.             5558855555555555555885555555555555588888888888888888}
  1685.           OnClick = EditColorButtonClick
  1686.         end
  1687.         object SB_EditSilver: TSpeedButton
  1688.           Left = 428
  1689.           Top = 24
  1690.           Width = 28
  1691.           Height = 28
  1692.           Hint = 'Silver'
  1693.           GroupIndex = 1
  1694.           Glyph.Data = {
  1695.             F6000000424DF600000000000000760000002800000010000000100000000100
  1696.             0400000000008000000000000000000000001000000000000000000000000000
  1697.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1698.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  1699.             8888877777777777777887777777777777788777777777777778877777777777
  1700.             7778877777777777777887777777777777788777777777777778877777777777
  1701.             7778877777777777777887777777777777788777777777777778877777777777
  1702.             7778877777777777777887777777777777788888888888888888}
  1703.           OnClick = EditColorButtonClick
  1704.         end
  1705.         object SB_EditYellow: TSpeedButton
  1706.           Left = 458
  1707.           Top = 24
  1708.           Width = 28
  1709.           Height = 28
  1710.           Hint = 'Yellow'
  1711.           GroupIndex = 1
  1712.           Glyph.Data = {
  1713.             F6000000424DF600000000000000760000002800000010000000100000000100
  1714.             0400000000008000000000000000000000001000000000000000000000000000
  1715.             80000080000000808000800000008000800080800000C0C0C000808080000000
  1716.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  1717.             88888BBBBBBBBBBBBBB88BBBBBBBBBBBBBB88BBBBBBBBBBBBBB88BBBBBBBBBBB
  1718.             BBB88BBBBBBBBBBBBBB88BBBBBBBBBBBBBB88BBBBBBBBBBBBBB88BBBBBBBBBBB
  1719.             BBB88BBBBBBBBBBBBBB88BBBBBBBBBBBBBB88BBBBBBBBBBBBBB88BBBBBBBBBBB
  1720.             BBB88BBBBBBBBBBBBBB88BBBBBBBBBBBBBB88888888888888888}
  1721.           OnClick = EditColorButtonClick
  1722.         end
  1723.         object LL_Sample: TLabel
  1724.           Left = 8
  1725.           Top = 57
  1726.           Width = 47
  1727.           Height = 16
  1728.           Caption = 'Sample'
  1729.           Font.Charset = DEFAULT_CHARSET
  1730.           Font.Color = clBtnText
  1731.           Font.Height = -15
  1732.           Font.Name = 'MS Sans Serif'
  1733.           Font.Style = []
  1734.           ParentFont = False
  1735.         end
  1736.         object PL_Sample: TPanel
  1737.           Left = 8
  1738.           Top = 75
  1739.           Width = 477
  1740.           Height = 63
  1741.           Alignment = taLeftJustify
  1742.           BevelInner = bvLowered
  1743.           BevelOuter = bvNone
  1744.           Caption = ' I sing of Olaf glad and big'
  1745.           Color = clWhite
  1746.           Font.Charset = DEFAULT_CHARSET
  1747.           Font.Color = clBlack
  1748.           Font.Height = -15
  1749.           Font.Name = 'MS Sans Serif'
  1750.           Font.Style = []
  1751.           ParentFont = False
  1752.           TabOrder = 0
  1753.         end
  1754.       end
  1755.     end
  1756.   end
  1757.   object Z_OvcController1: TOvcController
  1758.     EntryCommands.TableList = (
  1759.       'Default'
  1760.       True
  1761.       ()
  1762.       'WordStar'
  1763.       False
  1764.       ()
  1765.       'Grid'
  1766.       False
  1767.       ())
  1768.     Left = 7
  1769.     Top = 277
  1770.   end
  1771. end
  1772.