home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / Chip_2004-07_cd1.bin / software / dream / setup.exe / {app} / dreamcalc.exe / 0 / RCDATA / TDCOPTSFORM / TDCOPTSFORM.txt < prev   
Encoding:
Text File  |  2004-05-22  |  26.1 KB  |  1,018 lines

  1. object DcOptsForm: TDcOptsForm
  2.   Left = 513
  3.   Top = 174
  4.   HelpContext = 1
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Options'
  8.   ClientHeight = 392
  9.   ClientWidth = 451
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Scaled = False
  19.   OnClose = FormClose
  20.   OnHelp = FormHelp
  21.   OnKeyDown = FormKeyDown
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object BtnPanel: TPanel
  25.     Left = 0
  26.     Top = 351
  27.     Width = 451
  28.     Height = 41
  29.     Align = alBottom
  30.     BevelInner = bvRaised
  31.     BevelOuter = bvLowered
  32.     TabOrder = 1
  33.     object Panel2: TPanel
  34.       Left = 199
  35.       Top = 2
  36.       Width = 250
  37.       Height = 37
  38.       Align = alRight
  39.       BevelOuter = bvNone
  40.       TabOrder = 0
  41.       object OkBtn: TButton
  42.         Left = 6
  43.         Top = 6
  44.         Width = 75
  45.         Height = 25
  46.         Caption = 'OK'
  47.         Default = True
  48.         ModalResult = 1
  49.         TabOrder = 0
  50.       end
  51.       object CanBtn: TButton
  52.         Left = 84
  53.         Top = 6
  54.         Width = 75
  55.         Height = 25
  56.         Cancel = True
  57.         Caption = 'Cancel'
  58.         ModalResult = 2
  59.         TabOrder = 1
  60.       end
  61.       object HelpBtn: TButton
  62.         Left = 162
  63.         Top = 6
  64.         Width = 75
  65.         Height = 25
  66.         Caption = 'Help'
  67.         TabOrder = 2
  68.         OnClick = HelpBtnClick
  69.       end
  70.     end
  71.   end
  72.   object GlobalPanel: TPanel
  73.     Left = 0
  74.     Top = 0
  75.     Width = 451
  76.     Height = 351
  77.     Align = alClient
  78.     BevelInner = bvLowered
  79.     BevelOuter = bvLowered
  80.     Caption = 'GlobalPanel'
  81.     TabOrder = 0
  82.     object Shape4: TShape
  83.       Left = 2
  84.       Top = 2
  85.       Width = 447
  86.       Height = 27
  87.       Align = alTop
  88.     end
  89.     object Shape13: TShape
  90.       Left = 2
  91.       Top = 29
  92.       Width = 447
  93.       Height = 10
  94.       Align = alTop
  95.       Brush.Style = bsClear
  96.       Pen.Style = psClear
  97.     end
  98.     object Logo: TImage
  99.       Left = 298
  100.       Top = 8
  101.       Width = 147
  102.       Height = 17
  103.       AutoSize = True
  104.       Center = True
  105.       Picture.Data = {<image000.bmp>}
  106.       Transparent = True
  107.     end
  108.     object GroupLabel: TLabel
  109.       Left = 8
  110.       Top = 7
  111.       Width = 139
  112.       Height = 16
  113.       Caption = 'Application Settings'
  114.       Font.Charset = DEFAULT_CHARSET
  115.       Font.Color = clBlack
  116.       Font.Height = -13
  117.       Font.Name = 'MS Sans Serif'
  118.       Font.Style = [fsBold]
  119.       ParentFont = False
  120.       ShowAccelChar = False
  121.       Transparent = True
  122.     end
  123.     object PageControl: TPageControl
  124.       Left = 2
  125.       Top = 39
  126.       Width = 447
  127.       Height = 310
  128.       ActivePage = LogSheet
  129.       Align = alClient
  130.       TabOrder = 0
  131.       OnChange = PageControlChange
  132.       object AppSheet: TTabSheet
  133.         Caption = 'Application Settings'
  134.         object Shape1: TShape
  135.           Left = 14
  136.           Top = 33
  137.           Width = 150
  138.           Height = 1
  139.           Brush.Style = bsClear
  140.           Pen.Color = clWindowText
  141.         end
  142.         object Shape6: TShape
  143.           Left = 192
  144.           Top = 33
  145.           Width = 236
  146.           Height = 1
  147.           Brush.Style = bsClear
  148.           Pen.Color = clWindowText
  149.         end
  150.         object Shape7: TShape
  151.           Left = 14
  152.           Top = 189
  153.           Width = 415
  154.           Height = 1
  155.           Brush.Style = bsClear
  156.           Pen.Color = clWindowText
  157.         end
  158.         object Label1: TLabel
  159.           Left = 14
  160.           Top = 228
  161.           Width = 71
  162.           Height = 13
  163.           Caption = 'Calculator Skin'
  164.         end
  165.         object Label12: TLabel
  166.           Left = 192
  167.           Top = 228
  168.           Width = 103
  169.           Height = 13
  170.           Caption = 'Specialized Functions'
  171.         end
  172.         object Label16: TLabel
  173.           Left = 14
  174.           Top = 172
  175.           Width = 110
  176.           Height = 13
  177.           Caption = 'Skins & Key Layout'
  178.           Font.Charset = DEFAULT_CHARSET
  179.           Font.Color = clWindowText
  180.           Font.Height = -11
  181.           Font.Name = 'MS Sans Serif'
  182.           Font.Style = [fsBold]
  183.           ParentFont = False
  184.           ShowAccelChar = False
  185.         end
  186.         object Label9: TLabel
  187.           Left = 192
  188.           Top = 134
  189.           Width = 83
  190.           Height = 13
  191.           Caption = 'Max Denominator'
  192.         end
  193.         object Label14: TLabel
  194.           Left = 298
  195.           Top = 134
  196.           Width = 82
  197.           Height = 13
  198.           Caption = 'Function Timeout'
  199.         end
  200.         object Label15: TLabel
  201.           Left = 402
  202.           Top = 158
  203.           Width = 28
  204.           Height = 13
  205.           Caption = '[secs]'
  206.         end
  207.         object Label13: TLabel
  208.           Left = 192
  209.           Top = 16
  210.           Width = 58
  211.           Height = 13
  212.           Caption = 'Advanced'
  213.           Font.Charset = DEFAULT_CHARSET
  214.           Font.Color = clWindowText
  215.           Font.Height = -11
  216.           Font.Name = 'MS Sans Serif'
  217.           Font.Style = [fsBold]
  218.           ParentFont = False
  219.           ShowAccelChar = False
  220.         end
  221.         object Label4: TLabel
  222.           Left = 14
  223.           Top = 16
  224.           Width = 95
  225.           Height = 13
  226.           Caption = 'General Settings'
  227.           Font.Charset = DEFAULT_CHARSET
  228.           Font.Color = clWindowText
  229.           Font.Height = -11
  230.           Font.Name = 'MS Sans Serif'
  231.           Font.Style = [fsBold]
  232.           ParentFont = False
  233.           ShowAccelChar = False
  234.         end
  235.         object KeysCombo: TComboBox
  236.           Left = 192
  237.           Top = 244
  238.           Width = 150
  239.           Height = 21
  240.           Hint = 'Select a Specialized Function Keys to be Shown on the Calculator'
  241.           Style = csDropDownList
  242.           ItemHeight = 13
  243.           ParentShowHint = False
  244.           ShowHint = False
  245.           TabOrder = 14
  246.           Items.Strings = (
  247.             'Financial'
  248.             'Conversions'
  249.             'None')
  250.         end
  251.         object SkinCombo: TComboBox
  252.           Left = 14
  253.           Top = 244
  254.           Width = 150
  255.           Height = 21
  256.           Hint = 'Select a Skin from the Skin Library'
  257.           Style = csDropDownList
  258.           ItemHeight = 13
  259.           ParentShowHint = False
  260.           ShowHint = False
  261.           TabOrder = 13
  262.           Items.Strings = (
  263.             'Classic'
  264.             'Classic Metal'
  265.             'High Contrast Black'
  266.             'High Contrast White'
  267.             'Horticultural'
  268.             'Industrial'
  269.             'Pink Neon'
  270.             'Scuba'
  271.             'Solar'
  272.             'Volcanic')
  273.         end
  274.         object SciChk: TCheckBox
  275.           Left = 14
  276.           Top = 202
  277.           Width = 127
  278.           Height = 17
  279.           Hint = 'Show Scientific Calculator (uncheck for Simple Calculator)'
  280.           Caption = 'Scientific Calculator'
  281.           ParentShowHint = False
  282.           ShowHint = False
  283.           TabOrder = 11
  284.           OnClick = SciChkClick
  285.         end
  286.         object DenEdit: TEdit
  287.           Left = 192
  288.           Top = 150
  289.           Width = 85
  290.           Height = 21
  291.           Hint = 
  292.             'Maximum Denominator when Converting Decimals to Fractions (1000 ' +
  293.             'is recommended)'
  294.           MaxLength = 5
  295.           ParentShowHint = False
  296.           ShowHint = False
  297.           TabOrder = 9
  298.           Text = '0'
  299.           OnKeyPress = EditKeyPress
  300.         end
  301.         object DenUd: TUpDown
  302.           Left = 277
  303.           Top = 150
  304.           Width = 16
  305.           Height = 21
  306.           Associate = DenEdit
  307.           Min = 0
  308.           Max = 10000
  309.           Increment = 100
  310.           Position = 0
  311.           TabOrder = 15
  312.           Thousands = False
  313.           Wrap = False
  314.         end
  315.         object DelEdit: TEdit
  316.           Left = 298
  317.           Top = 150
  318.           Width = 85
  319.           Height = 21
  320.           Hint = 
  321.             'Time Limit for Certain Calculations, such as Prime Numbers, whic' +
  322.             'h could Potentially take a Long Time (a value of 2 is recommende' +
  323.             'd)'
  324.           MaxLength = 5
  325.           ParentShowHint = False
  326.           ShowHint = False
  327.           TabOrder = 10
  328.           Text = '1'
  329.           OnKeyPress = EditKeyPress
  330.         end
  331.         object DelUd: TUpDown
  332.           Left = 383
  333.           Top = 150
  334.           Width = 16
  335.           Height = 21
  336.           Associate = DelEdit
  337.           Min = 1
  338.           Max = 20
  339.           Position = 1
  340.           TabOrder = 16
  341.           Thousands = False
  342.           Wrap = False
  343.         end
  344.         object AliasChk: TCheckBox
  345.           Left = 192
  346.           Top = 46
  347.           Width = 123
  348.           Height = 17
  349.           Hint = 'Apply Enhancement Algorithms to Graphics'
  350.           Caption = 'Enhance Graphics'
  351.           ParentShowHint = False
  352.           ShowHint = False
  353.           TabOrder = 5
  354.         end
  355.         object TranChk: TCheckBox
  356.           Left = 14
  357.           Top = 46
  358.           Width = 159
  359.           Height = 17
  360.           Hint = 'Set Main Window to have Transparent Boundaries'
  361.           Caption = 'Transparent Main Window'
  362.           ParentShowHint = False
  363.           ShowHint = False
  364.           TabOrder = 0
  365.         end
  366.         object OnTopChk: TCheckBox
  367.           Left = 14
  368.           Top = 64
  369.           Width = 147
  370.           Height = 17
  371.           Hint = 'Keep on Top of all other Applications'
  372.           Caption = 'Keep Calculator on Top'
  373.           ParentShowHint = False
  374.           ShowHint = False
  375.           TabOrder = 1
  376.         end
  377.         object SysChk: TCheckBox
  378.           Left = 14
  379.           Top = 100
  380.           Width = 127
  381.           Height = 17
  382.           Hint = 'Run in Windows System Tray'
  383.           Caption = 'Run in System Tray'
  384.           ParentShowHint = False
  385.           ShowHint = False
  386.           TabOrder = 3
  387.           OnClick = SysChkClick
  388.         end
  389.         object TrueOrderChk: TCheckBox
  390.           Left = 192
  391.           Top = 202
  392.           Width = 157
  393.           Height = 17
  394.           Hint = 'Algebraic Text Book Formula Input Mode'
  395.           Caption = 'Text Book Algebraic Input'
  396.           ParentShowHint = False
  397.           ShowHint = False
  398.           TabOrder = 12
  399.         end
  400.         object XpChk: TCheckBox
  401.           Left = 192
  402.           Top = 64
  403.           Width = 147
  404.           Height = 17
  405.           Hint = 'Override Hot Key Settings for Important Financial Functions'
  406.           Caption = 'Modern XP Style Menus'
  407.           ParentShowHint = False
  408.           ShowHint = False
  409.           TabOrder = 6
  410.         end
  411.         object FinHotChk: TCheckBox
  412.           Left = 192
  413.           Top = 100
  414.           Width = 161
  415.           Height = 17
  416.           Hint = 'Override Hot Key Settings for Certain Financial Functions'
  417.           Caption = 'Financial Hot Key Override'
  418.           ParentShowHint = False
  419.           ShowHint = False
  420.           TabOrder = 8
  421.         end
  422.         object SaveStatChk: TCheckBox
  423.           Left = 192
  424.           Top = 82
  425.           Width = 127
  426.           Height = 17
  427.           Hint = 'Save Statistical Data on Exit'
  428.           Caption = 'Save Statistical Data'
  429.           ParentShowHint = False
  430.           ShowHint = False
  431.           TabOrder = 7
  432.         end
  433.         object TaskChk: TCheckBox
  434.           Left = 14
  435.           Top = 118
  436.           Width = 105
  437.           Height = 17
  438.           Hint = 'Hide the Task Bar when Running in the System Tray'
  439.           Caption = 'Hide Task Bar'
  440.           ParentShowHint = False
  441.           ShowHint = False
  442.           TabOrder = 4
  443.         end
  444.         object HideToolsChk: TCheckBox
  445.           Left = 14
  446.           Top = 82
  447.           Width = 145
  448.           Height = 17
  449.           Hint = 
  450.             'Temporarily Hide Tool Windows, such as Paper Roll, when Applicat' +
  451.             'ion Window does not have Input Focus'
  452.           Caption = 'Hide Tools on Defocus'
  453.           ParentShowHint = False
  454.           ShowHint = False
  455.           TabOrder = 2
  456.         end
  457.       end
  458.       object LocalSheet: TTabSheet
  459.         Caption = 'Localization'
  460.         ImageIndex = 1
  461.         object Label18: TLabel
  462.           Left = 14
  463.           Top = 16
  464.           Width = 109
  465.           Height = 13
  466.           Caption = 'Configurable Rates'
  467.           Font.Charset = DEFAULT_CHARSET
  468.           Font.Color = clWindowText
  469.           Font.Height = -11
  470.           Font.Name = 'MS Sans Serif'
  471.           Font.Style = [fsBold]
  472.           ParentFont = False
  473.           ShowAccelChar = False
  474.         end
  475.         object Label22: TLabel
  476.           Left = 14
  477.           Top = 50
  478.           Width = 93
  479.           Height = 13
  480.           Caption = 'Nat'#39' to For'#39'n X-Rate'
  481.         end
  482.         object Label21: TLabel
  483.           Left = 150
  484.           Top = 50
  485.           Width = 61
  486.           Height = 13
  487.           Caption = 'Tax Rate (%)'
  488.         end
  489.         object Label23: TLabel
  490.           Left = 14
  491.           Top = 152
  492.           Width = 86
  493.           Height = 13
  494.           Caption = 'Number Format'
  495.           Font.Charset = DEFAULT_CHARSET
  496.           Font.Color = clWindowText
  497.           Font.Height = -11
  498.           Font.Name = 'MS Sans Serif'
  499.           Font.Style = [fsBold]
  500.           ParentFont = False
  501.           ShowAccelChar = False
  502.         end
  503.         object Label19: TLabel
  504.           Left = 14
  505.           Top = 188
  506.           Width = 87
  507.           Height = 13
  508.           Caption = 'Decimal Separator'
  509.         end
  510.         object Label20: TLabel
  511.           Left = 150
  512.           Top = 188
  513.           Width = 97
  514.           Height = 13
  515.           Caption = 'Thousand Separator'
  516.         end
  517.         object Shape9: TShape
  518.           Left = 14
  519.           Top = 33
  520.           Width = 236
  521.           Height = 1
  522.           Brush.Style = bsClear
  523.           Pen.Color = clWindowText
  524.         end
  525.         object Shape10: TShape
  526.           Left = 14
  527.           Top = 169
  528.           Width = 415
  529.           Height = 1
  530.           Brush.Style = bsClear
  531.           Pen.Color = clWindowText
  532.         end
  533.         object XRateEdit: TEdit
  534.           Left = 14
  535.           Top = 66
  536.           Width = 103
  537.           Height = 21
  538.           Hint = 'National to Foreign Exchange Rate used with the NT~FN Function'
  539.           MaxLength = 10
  540.           ParentShowHint = False
  541.           ShowHint = False
  542.           TabOrder = 0
  543.           Text = 'XRateEdit'
  544.           OnKeyPress = RateEditKeyPress
  545.         end
  546.         object TaxEdit: TEdit
  547.           Left = 150
  548.           Top = 66
  549.           Width = 103
  550.           Height = 21
  551.           Hint = 'A Percentage Value used in Conjunction with the TAX Function Key'
  552.           MaxLength = 10
  553.           ParentShowHint = False
  554.           ShowHint = False
  555.           TabOrder = 1
  556.           Text = 'TaxEdit'
  557.           OnKeyPress = RateEditKeyPress
  558.         end
  559.         object DecCombo: TComboBox
  560.           Left = 14
  561.           Top = 204
  562.           Width = 100
  563.           Height = 21
  564.           Hint = 'Decimal Separator used in Number Format'
  565.           Style = csDropDownList
  566.           ItemHeight = 13
  567.           ParentShowHint = False
  568.           ShowHint = False
  569.           TabOrder = 2
  570.           OnClick = UpdatePreview
  571.           Items.Strings = (
  572.             'Dot'
  573.             'Comma'
  574.             'System Default')
  575.         end
  576.         object ThouCombo: TComboBox
  577.           Left = 150
  578.           Top = 204
  579.           Width = 100
  580.           Height = 21
  581.           Hint = 'Thousand Separator used in Number Format'
  582.           Style = csDropDownList
  583.           ItemHeight = 13
  584.           ParentShowHint = False
  585.           ShowHint = False
  586.           TabOrder = 3
  587.           OnClick = UpdatePreview
  588.           Items.Strings = (
  589.             'Comma'
  590.             'Dot'
  591.             'Space'
  592.             'None'
  593.             'System Default')
  594.         end
  595.       end
  596.       object LcdSheet: TTabSheet
  597.         Caption = 'LCD Display'
  598.         ImageIndex = 2
  599.         object Shape12: TShape
  600.           Left = 192
  601.           Top = 33
  602.           Width = 236
  603.           Height = 1
  604.           Brush.Style = bsClear
  605.           Pen.Color = clWindowText
  606.         end
  607.         object Shape2: TShape
  608.           Left = 14
  609.           Top = 33
  610.           Width = 150
  611.           Height = 1
  612.           Brush.Style = bsClear
  613.           Pen.Color = clWindowText
  614.         end
  615.         object Label2: TLabel
  616.           Left = 14
  617.           Top = 16
  618.           Width = 72
  619.           Height = 13
  620.           Caption = 'LCD Options'
  621.           Font.Charset = DEFAULT_CHARSET
  622.           Font.Color = clWindowText
  623.           Font.Height = -11
  624.           Font.Name = 'MS Sans Serif'
  625.           Font.Style = [fsBold]
  626.           ParentFont = False
  627.         end
  628.         object Label24: TLabel
  629.           Left = 192
  630.           Top = 16
  631.           Width = 76
  632.           Height = 13
  633.           Caption = 'Font Settings'
  634.           Font.Charset = DEFAULT_CHARSET
  635.           Font.Color = clWindowText
  636.           Font.Height = -11
  637.           Font.Name = 'MS Sans Serif'
  638.           Font.Style = [fsBold]
  639.           ParentFont = False
  640.         end
  641.         object Label7: TLabel
  642.           Left = 192
  643.           Top = 46
  644.           Width = 76
  645.           Height = 13
  646.           Caption = 'LCD Font Name'
  647.         end
  648.         object Label3: TLabel
  649.           Left = 14
  650.           Top = 152
  651.           Width = 46
  652.           Height = 13
  653.           Caption = 'Preview'
  654.           Font.Charset = DEFAULT_CHARSET
  655.           Font.Color = clWindowText
  656.           Font.Height = -11
  657.           Font.Name = 'MS Sans Serif'
  658.           Font.Style = [fsBold]
  659.           ParentFont = False
  660.         end
  661.         object LcdShp: TShape
  662.           Left = 14
  663.           Top = 181
  664.           Width = 245
  665.           Height = 72
  666.           Hint = 'Shows a Preview of how the LCD will Look with Current Settings'
  667.           Brush.Color = clSilver
  668.         end
  669.         object Shape14: TShape
  670.           Left = 14
  671.           Top = 169
  672.           Width = 415
  673.           Height = 1
  674.           Brush.Style = bsClear
  675.           Pen.Color = clWindowText
  676.         end
  677.         object LcdCombo: TComboBox
  678.           Left = 192
  679.           Top = 61
  680.           Width = 150
  681.           Height = 21
  682.           Hint = 'Font Name used by Calculator'#39's LCD Display'
  683.           Style = csDropDownList
  684.           ItemHeight = 0
  685.           ParentShowHint = False
  686.           ShowHint = False
  687.           Sorted = True
  688.           TabOrder = 3
  689.           OnClick = UpdatePreview
  690.         end
  691.         object ClockChk: TCheckBox
  692.           Left = 14
  693.           Top = 46
  694.           Width = 141
  695.           Height = 17
  696.           Hint = 'Show Date and Time on LCD Display'
  697.           Caption = 'Show Clock on Display'
  698.           ParentShowHint = False
  699.           ShowHint = False
  700.           TabOrder = 0
  701.           OnClick = UpdatePreview
  702.         end
  703.         object FormChk: TCheckBox
  704.           Left = 14
  705.           Top = 68
  706.           Width = 129
  707.           Height = 17
  708.           Hint = 'Show Formula on LCD Display'
  709.           Caption = 'Show Formula Entry'
  710.           ParentShowHint = False
  711.           ShowHint = False
  712.           TabOrder = 1
  713.           OnClick = UpdatePreview
  714.         end
  715.         object ItalFormChk: TCheckBox
  716.           Left = 14
  717.           Top = 90
  718.           Width = 97
  719.           Height = 17
  720.           Hint = 'Use Italic Font for Formula'
  721.           Caption = 'Italic Formula'
  722.           ParentShowHint = False
  723.           ShowHint = False
  724.           TabOrder = 2
  725.           OnClick = UpdatePreview
  726.         end
  727.         object LcdItalicChk: TCheckBox
  728.           Left = 192
  729.           Top = 90
  730.           Width = 91
  731.           Height = 17
  732.           Hint = 'Set LCD Value Display to Show in Italic Font'
  733.           Caption = 'Italic Value'
  734.           ParentShowHint = False
  735.           ShowHint = False
  736.           TabOrder = 4
  737.           OnClick = UpdatePreview
  738.         end
  739.       end
  740.       object LogSheet: TTabSheet
  741.         Caption = 'Paper Roll'
  742.         ImageIndex = 3
  743.         object Shape3: TShape
  744.           Left = 192
  745.           Top = 33
  746.           Width = 236
  747.           Height = 1
  748.           Brush.Style = bsClear
  749.           Pen.Color = clWindowText
  750.         end
  751.         object Shape11: TShape
  752.           Left = 14
  753.           Top = 33
  754.           Width = 150
  755.           Height = 1
  756.           Brush.Style = bsClear
  757.           Pen.Color = clWindowText
  758.         end
  759.         object Label5: TLabel
  760.           Left = 14
  761.           Top = 16
  762.           Width = 107
  763.           Height = 13
  764.           Caption = 'Paper Roll Options'
  765.           Font.Charset = DEFAULT_CHARSET
  766.           Font.Color = clWindowText
  767.           Font.Height = -11
  768.           Font.Name = 'MS Sans Serif'
  769.           Font.Style = [fsBold]
  770.           ParentFont = False
  771.           ShowAccelChar = False
  772.         end
  773.         object Label6: TLabel
  774.           Left = 192
  775.           Top = 16
  776.           Width = 76
  777.           Height = 13
  778.           Caption = 'Font Settings'
  779.           Font.Charset = DEFAULT_CHARSET
  780.           Font.Color = clWindowText
  781.           Font.Height = -11
  782.           Font.Name = 'MS Sans Serif'
  783.           Font.Style = [fsBold]
  784.           ParentFont = False
  785.           ShowAccelChar = False
  786.         end
  787.         object Label8: TLabel
  788.           Left = 192
  789.           Top = 46
  790.           Width = 52
  791.           Height = 13
  792.           Caption = 'Font Name'
  793.         end
  794.         object Label10: TLabel
  795.           Left = 278
  796.           Top = 90
  797.           Width = 20
  798.           Height = 13
  799.           Caption = 'Size'
  800.         end
  801.         object Label11: TLabel
  802.           Left = 14
  803.           Top = 152
  804.           Width = 46
  805.           Height = 13
  806.           Caption = 'Preview'
  807.           Font.Charset = DEFAULT_CHARSET
  808.           Font.Color = clWindowText
  809.           Font.Height = -11
  810.           Font.Name = 'MS Sans Serif'
  811.           Font.Style = [fsBold]
  812.           ParentFont = False
  813.           ShowAccelChar = False
  814.         end
  815.         object Shape5: TShape
  816.           Left = 14
  817.           Top = 169
  818.           Width = 263
  819.           Height = 1
  820.           Brush.Style = bsClear
  821.           Pen.Color = clWindowText
  822.         end
  823.         object LogShape: TShape
  824.           Left = 14
  825.           Top = 181
  826.           Width = 263
  827.           Height = 90
  828.           Hint = 'Shows a Preview of how the LCD will Look with Current Settings'
  829.           Brush.Color = clWindow
  830.         end
  831.         object Shape8: TShape
  832.           Left = 290
  833.           Top = 169
  834.           Width = 136
  835.           Height = 1
  836.           Brush.Style = bsClear
  837.           Pen.Color = clWindowText
  838.         end
  839.         object Label17: TLabel
  840.           Left = 290
  841.           Top = 152
  842.           Width = 119
  843.           Height = 13
  844.           Caption = 'Paper Roll Alignment'
  845.           Font.Charset = DEFAULT_CHARSET
  846.           Font.Color = clWindowText
  847.           Font.Height = -11
  848.           Font.Name = 'MS Sans Serif'
  849.           Font.Style = [fsBold]
  850.           ParentFont = False
  851.           ShowAccelChar = False
  852.         end
  853.         object LogCombo: TComboBox
  854.           Left = 192
  855.           Top = 61
  856.           Width = 150
  857.           Height = 21
  858.           Hint = 'Font Name Used by the Paper Roll Window'
  859.           Style = csDropDownList
  860.           ItemHeight = 13
  861.           ParentShowHint = False
  862.           ShowHint = False
  863.           Sorted = True
  864.           TabOrder = 4
  865.           OnClick = UpdatePreview
  866.         end
  867.         object SizeEdit: TEdit
  868.           Left = 278
  869.           Top = 106
  870.           Width = 45
  871.           Height = 21
  872.           Hint = 'Set Paper Roll Font Size'
  873.           MaxLength = 2
  874.           ParentShowHint = False
  875.           ShowHint = False
  876.           TabOrder = 7
  877.           Text = '5'
  878.           OnChange = UpdatePreview
  879.           OnKeyPress = EditKeyPress
  880.         end
  881.         object SzUd: TUpDown
  882.           Left = 323
  883.           Top = 106
  884.           Width = 16
  885.           Height = 21
  886.           Associate = SizeEdit
  887.           Min = 5
  888.           Max = 35
  889.           Position = 5
  890.           TabOrder = 10
  891.           Thousands = False
  892.           Wrap = False
  893.         end
  894.         object ItalicChk: TCheckBox
  895.           Left = 192
  896.           Top = 110
  897.           Width = 53
  898.           Height = 17
  899.           Hint = 'Set Paper Roll Italic Font'
  900.           Caption = 'Italic'
  901.           ParentShowHint = False
  902.           ShowHint = False
  903.           TabOrder = 6
  904.           OnClick = UpdatePreview
  905.         end
  906.         object BoldChk: TCheckBox
  907.           Left = 192
  908.           Top = 90
  909.           Width = 53
  910.           Height = 17
  911.           Hint = 'Set Paper Roll Bold Font'
  912.           Caption = 'Bold'
  913.           ParentShowHint = False
  914.           ShowHint = False
  915.           TabOrder = 5
  916.           OnClick = UpdatePreview
  917.         end
  918.         object AnsiChk: TCheckBox
  919.           Left = 14
  920.           Top = 90
  921.           Width = 139
  922.           Height = 17
  923.           Hint = 
  924.             'Use Certain ANSI Characters in Paper Roll (Check on Western Syst' +
  925.             'ems Only)'
  926.           Caption = 'Display ANSI Characters'
  927.           TabOrder = 2
  928.           OnClick = UpdatePreview
  929.         end
  930.         object ConstChk: TCheckBox
  931.           Left = 14
  932.           Top = 68
  933.           Width = 167
  934.           Height = 17
  935.           Hint = 'Replace Number Values with Names of Known Constants'
  936.           Caption = 'Log Known Constant Names'
  937.           TabOrder = 1
  938.           OnClick = UpdatePreview
  939.         end
  940.         object SaveLogChk: TCheckBox
  941.           Left = 14
  942.           Top = 46
  943.           Width = 111
  944.           Height = 17
  945.           Hint = 'Save the Paper Roll on Exit'
  946.           Caption = 'Save Paper Roll'
  947.           ParentShowHint = False
  948.           ShowHint = False
  949.           TabOrder = 0
  950.         end
  951.         object LogMemo: TMemo
  952.           Left = 18
  953.           Top = 186
  954.           Width = 253
  955.           Height = 79
  956.           Hint = 
  957.             'Shows a Preview of how the Paper Roll will Look with Current Set' +
  958.             'tings'
  959.           TabStop = False
  960.           BorderStyle = bsNone
  961.           Font.Charset = DEFAULT_CHARSET
  962.           Font.Color = clWindowText
  963.           Font.Height = -11
  964.           Font.Name = 'MS Sans Serif'
  965.           Font.Style = []
  966.           Lines.Strings = (
  967.             'LogPreview')
  968.           ParentFont = False
  969.           ParentShowHint = False
  970.           ReadOnly = True
  971.           ShowHint = False
  972.           TabOrder = 11
  973.           WordWrap = False
  974.         end
  975.         object LogBkChk: TCheckBox
  976.           Left = 14
  977.           Top = 112
  978.           Width = 107
  979.           Height = 17
  980.           Hint = 'Line Breaks at Arithmetic Operators'
  981.           Caption = 'Auto Line Break'
  982.           TabOrder = 3
  983.           OnClick = UpdatePreview
  984.         end
  985.         object LogLeftRadio: TRadioButton
  986.           Left = 290
  987.           Top = 182
  988.           Width = 95
  989.           Height = 17
  990.           Hint = 'Select Left Justify Alignment of Paper Roll'
  991.           Caption = 'Left Justify'
  992.           Checked = True
  993.           TabOrder = 8
  994.           TabStop = True
  995.           OnClick = UpdatePreview
  996.         end
  997.         object LogRightRadio: TRadioButton
  998.           Left = 290
  999.           Top = 202
  1000.           Width = 97
  1001.           Height = 17
  1002.           Hint = 'Select Right Justify Alignment of Paper Roll '
  1003.           Caption = 'Right Justify'
  1004.           TabOrder = 9
  1005.           OnClick = UpdatePreview
  1006.         end
  1007.       end
  1008.     end
  1009.   end
  1010.   object KillHint: TTimer
  1011.     Enabled = False
  1012.     Interval = 500
  1013.     OnTimer = AppPanelClick
  1014.     Left = 272
  1015.     Top = 120
  1016.   end
  1017. end
  1018.