home *** CD-ROM | disk | FTP | other *** search
Text File | 2004-05-22 | 26.1 KB | 1,018 lines |
- object DcOptsForm: TDcOptsForm
- Left = 513
- Top = 174
- HelpContext = 1
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsDialog
- Caption = 'Options'
- ClientHeight = 392
- ClientWidth = 451
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = False
- Scaled = False
- OnClose = FormClose
- OnHelp = FormHelp
- OnKeyDown = FormKeyDown
- PixelsPerInch = 96
- TextHeight = 13
- object BtnPanel: TPanel
- Left = 0
- Top = 351
- Width = 451
- Height = 41
- Align = alBottom
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 1
- object Panel2: TPanel
- Left = 199
- Top = 2
- Width = 250
- Height = 37
- Align = alRight
- BevelOuter = bvNone
- TabOrder = 0
- object OkBtn: TButton
- Left = 6
- Top = 6
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object CanBtn: TButton
- Left = 84
- Top = 6
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object HelpBtn: TButton
- Left = 162
- Top = 6
- Width = 75
- Height = 25
- Caption = 'Help'
- TabOrder = 2
- OnClick = HelpBtnClick
- end
- end
- end
- object GlobalPanel: TPanel
- Left = 0
- Top = 0
- Width = 451
- Height = 351
- Align = alClient
- BevelInner = bvLowered
- BevelOuter = bvLowered
- Caption = 'GlobalPanel'
- TabOrder = 0
- object Shape4: TShape
- Left = 2
- Top = 2
- Width = 447
- Height = 27
- Align = alTop
- end
- object Shape13: TShape
- Left = 2
- Top = 29
- Width = 447
- Height = 10
- Align = alTop
- Brush.Style = bsClear
- Pen.Style = psClear
- end
- object Logo: TImage
- Left = 298
- Top = 8
- Width = 147
- Height = 17
- AutoSize = True
- Center = True
- Picture.Data = {<image000.bmp>}
- Transparent = True
- end
- object GroupLabel: TLabel
- Left = 8
- Top = 7
- Width = 139
- Height = 16
- Caption = 'Application Settings'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- ShowAccelChar = False
- Transparent = True
- end
- object PageControl: TPageControl
- Left = 2
- Top = 39
- Width = 447
- Height = 310
- ActivePage = LogSheet
- Align = alClient
- TabOrder = 0
- OnChange = PageControlChange
- object AppSheet: TTabSheet
- Caption = 'Application Settings'
- object Shape1: TShape
- Left = 14
- Top = 33
- Width = 150
- Height = 1
- Brush.Style = bsClear
- Pen.Color = clWindowText
- end
- object Shape6: TShape
- Left = 192
- Top = 33
- Width = 236
- Height = 1
- Brush.Style = bsClear
- Pen.Color = clWindowText
- end
- object Shape7: TShape
- Left = 14
- Top = 189
- Width = 415
- Height = 1
- Brush.Style = bsClear
- Pen.Color = clWindowText
- end
- object Label1: TLabel
- Left = 14
- Top = 228
- Width = 71
- Height = 13
- Caption = 'Calculator Skin'
- end
- object Label12: TLabel
- Left = 192
- Top = 228
- Width = 103
- Height = 13
- Caption = 'Specialized Functions'
- end
- object Label16: TLabel
- Left = 14
- Top = 172
- Width = 110
- Height = 13
- Caption = 'Skins & Key Layout'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- ShowAccelChar = False
- end
- object Label9: TLabel
- Left = 192
- Top = 134
- Width = 83
- Height = 13
- Caption = 'Max Denominator'
- end
- object Label14: TLabel
- Left = 298
- Top = 134
- Width = 82
- Height = 13
- Caption = 'Function Timeout'
- end
- object Label15: TLabel
- Left = 402
- Top = 158
- Width = 28
- Height = 13
- Caption = '[secs]'
- end
- object Label13: TLabel
- Left = 192
- Top = 16
- Width = 58
- Height = 13
- Caption = 'Advanced'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- ShowAccelChar = False
- end
- object Label4: TLabel
- Left = 14
- Top = 16
- Width = 95
- Height = 13
- Caption = 'General Settings'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- ShowAccelChar = False
- end
- object KeysCombo: TComboBox
- Left = 192
- Top = 244
- Width = 150
- Height = 21
- Hint = 'Select a Specialized Function Keys to be Shown on the Calculator'
- Style = csDropDownList
- ItemHeight = 13
- ParentShowHint = False
- ShowHint = False
- TabOrder = 14
- Items.Strings = (
- 'Financial'
- 'Conversions'
- 'None')
- end
- object SkinCombo: TComboBox
- Left = 14
- Top = 244
- Width = 150
- Height = 21
- Hint = 'Select a Skin from the Skin Library'
- Style = csDropDownList
- ItemHeight = 13
- ParentShowHint = False
- ShowHint = False
- TabOrder = 13
- Items.Strings = (
- 'Classic'
- 'Classic Metal'
- 'High Contrast Black'
- 'High Contrast White'
- 'Horticultural'
- 'Industrial'
- 'Pink Neon'
- 'Scuba'
- 'Solar'
- 'Volcanic')
- end
- object SciChk: TCheckBox
- Left = 14
- Top = 202
- Width = 127
- Height = 17
- Hint = 'Show Scientific Calculator (uncheck for Simple Calculator)'
- Caption = 'Scientific Calculator'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 11
- OnClick = SciChkClick
- end
- object DenEdit: TEdit
- Left = 192
- Top = 150
- Width = 85
- Height = 21
- Hint =
- 'Maximum Denominator when Converting Decimals to Fractions (1000 ' +
- 'is recommended)'
- MaxLength = 5
- ParentShowHint = False
- ShowHint = False
- TabOrder = 9
- Text = '0'
- OnKeyPress = EditKeyPress
- end
- object DenUd: TUpDown
- Left = 277
- Top = 150
- Width = 16
- Height = 21
- Associate = DenEdit
- Min = 0
- Max = 10000
- Increment = 100
- Position = 0
- TabOrder = 15
- Thousands = False
- Wrap = False
- end
- object DelEdit: TEdit
- Left = 298
- Top = 150
- Width = 85
- Height = 21
- Hint =
- 'Time Limit for Certain Calculations, such as Prime Numbers, whic' +
- 'h could Potentially take a Long Time (a value of 2 is recommende' +
- 'd)'
- MaxLength = 5
- ParentShowHint = False
- ShowHint = False
- TabOrder = 10
- Text = '1'
- OnKeyPress = EditKeyPress
- end
- object DelUd: TUpDown
- Left = 383
- Top = 150
- Width = 16
- Height = 21
- Associate = DelEdit
- Min = 1
- Max = 20
- Position = 1
- TabOrder = 16
- Thousands = False
- Wrap = False
- end
- object AliasChk: TCheckBox
- Left = 192
- Top = 46
- Width = 123
- Height = 17
- Hint = 'Apply Enhancement Algorithms to Graphics'
- Caption = 'Enhance Graphics'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 5
- end
- object TranChk: TCheckBox
- Left = 14
- Top = 46
- Width = 159
- Height = 17
- Hint = 'Set Main Window to have Transparent Boundaries'
- Caption = 'Transparent Main Window'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 0
- end
- object OnTopChk: TCheckBox
- Left = 14
- Top = 64
- Width = 147
- Height = 17
- Hint = 'Keep on Top of all other Applications'
- Caption = 'Keep Calculator on Top'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 1
- end
- object SysChk: TCheckBox
- Left = 14
- Top = 100
- Width = 127
- Height = 17
- Hint = 'Run in Windows System Tray'
- Caption = 'Run in System Tray'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 3
- OnClick = SysChkClick
- end
- object TrueOrderChk: TCheckBox
- Left = 192
- Top = 202
- Width = 157
- Height = 17
- Hint = 'Algebraic Text Book Formula Input Mode'
- Caption = 'Text Book Algebraic Input'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 12
- end
- object XpChk: TCheckBox
- Left = 192
- Top = 64
- Width = 147
- Height = 17
- Hint = 'Override Hot Key Settings for Important Financial Functions'
- Caption = 'Modern XP Style Menus'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 6
- end
- object FinHotChk: TCheckBox
- Left = 192
- Top = 100
- Width = 161
- Height = 17
- Hint = 'Override Hot Key Settings for Certain Financial Functions'
- Caption = 'Financial Hot Key Override'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 8
- end
- object SaveStatChk: TCheckBox
- Left = 192
- Top = 82
- Width = 127
- Height = 17
- Hint = 'Save Statistical Data on Exit'
- Caption = 'Save Statistical Data'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 7
- end
- object TaskChk: TCheckBox
- Left = 14
- Top = 118
- Width = 105
- Height = 17
- Hint = 'Hide the Task Bar when Running in the System Tray'
- Caption = 'Hide Task Bar'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 4
- end
- object HideToolsChk: TCheckBox
- Left = 14
- Top = 82
- Width = 145
- Height = 17
- Hint =
- 'Temporarily Hide Tool Windows, such as Paper Roll, when Applicat' +
- 'ion Window does not have Input Focus'
- Caption = 'Hide Tools on Defocus'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 2
- end
- end
- object LocalSheet: TTabSheet
- Caption = 'Localization'
- ImageIndex = 1
- object Label18: TLabel
- Left = 14
- Top = 16
- Width = 109
- Height = 13
- Caption = 'Configurable Rates'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- ShowAccelChar = False
- end
- object Label22: TLabel
- Left = 14
- Top = 50
- Width = 93
- Height = 13
- Caption = 'Nat'#39' to For'#39'n X-Rate'
- end
- object Label21: TLabel
- Left = 150
- Top = 50
- Width = 61
- Height = 13
- Caption = 'Tax Rate (%)'
- end
- object Label23: TLabel
- Left = 14
- Top = 152
- Width = 86
- Height = 13
- Caption = 'Number Format'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- ShowAccelChar = False
- end
- object Label19: TLabel
- Left = 14
- Top = 188
- Width = 87
- Height = 13
- Caption = 'Decimal Separator'
- end
- object Label20: TLabel
- Left = 150
- Top = 188
- Width = 97
- Height = 13
- Caption = 'Thousand Separator'
- end
- object Shape9: TShape
- Left = 14
- Top = 33
- Width = 236
- Height = 1
- Brush.Style = bsClear
- Pen.Color = clWindowText
- end
- object Shape10: TShape
- Left = 14
- Top = 169
- Width = 415
- Height = 1
- Brush.Style = bsClear
- Pen.Color = clWindowText
- end
- object XRateEdit: TEdit
- Left = 14
- Top = 66
- Width = 103
- Height = 21
- Hint = 'National to Foreign Exchange Rate used with the NT~FN Function'
- MaxLength = 10
- ParentShowHint = False
- ShowHint = False
- TabOrder = 0
- Text = 'XRateEdit'
- OnKeyPress = RateEditKeyPress
- end
- object TaxEdit: TEdit
- Left = 150
- Top = 66
- Width = 103
- Height = 21
- Hint = 'A Percentage Value used in Conjunction with the TAX Function Key'
- MaxLength = 10
- ParentShowHint = False
- ShowHint = False
- TabOrder = 1
- Text = 'TaxEdit'
- OnKeyPress = RateEditKeyPress
- end
- object DecCombo: TComboBox
- Left = 14
- Top = 204
- Width = 100
- Height = 21
- Hint = 'Decimal Separator used in Number Format'
- Style = csDropDownList
- ItemHeight = 13
- ParentShowHint = False
- ShowHint = False
- TabOrder = 2
- OnClick = UpdatePreview
- Items.Strings = (
- 'Dot'
- 'Comma'
- 'System Default')
- end
- object ThouCombo: TComboBox
- Left = 150
- Top = 204
- Width = 100
- Height = 21
- Hint = 'Thousand Separator used in Number Format'
- Style = csDropDownList
- ItemHeight = 13
- ParentShowHint = False
- ShowHint = False
- TabOrder = 3
- OnClick = UpdatePreview
- Items.Strings = (
- 'Comma'
- 'Dot'
- 'Space'
- 'None'
- 'System Default')
- end
- end
- object LcdSheet: TTabSheet
- Caption = 'LCD Display'
- ImageIndex = 2
- object Shape12: TShape
- Left = 192
- Top = 33
- Width = 236
- Height = 1
- Brush.Style = bsClear
- Pen.Color = clWindowText
- end
- object Shape2: TShape
- Left = 14
- Top = 33
- Width = 150
- Height = 1
- Brush.Style = bsClear
- Pen.Color = clWindowText
- end
- object Label2: TLabel
- Left = 14
- Top = 16
- Width = 72
- Height = 13
- Caption = 'LCD Options'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label24: TLabel
- Left = 192
- Top = 16
- Width = 76
- Height = 13
- Caption = 'Font Settings'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label7: TLabel
- Left = 192
- Top = 46
- Width = 76
- Height = 13
- Caption = 'LCD Font Name'
- end
- object Label3: TLabel
- Left = 14
- Top = 152
- Width = 46
- Height = 13
- Caption = 'Preview'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object LcdShp: TShape
- Left = 14
- Top = 181
- Width = 245
- Height = 72
- Hint = 'Shows a Preview of how the LCD will Look with Current Settings'
- Brush.Color = clSilver
- end
- object Shape14: TShape
- Left = 14
- Top = 169
- Width = 415
- Height = 1
- Brush.Style = bsClear
- Pen.Color = clWindowText
- end
- object LcdCombo: TComboBox
- Left = 192
- Top = 61
- Width = 150
- Height = 21
- Hint = 'Font Name used by Calculator'#39's LCD Display'
- Style = csDropDownList
- ItemHeight = 0
- ParentShowHint = False
- ShowHint = False
- Sorted = True
- TabOrder = 3
- OnClick = UpdatePreview
- end
- object ClockChk: TCheckBox
- Left = 14
- Top = 46
- Width = 141
- Height = 17
- Hint = 'Show Date and Time on LCD Display'
- Caption = 'Show Clock on Display'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 0
- OnClick = UpdatePreview
- end
- object FormChk: TCheckBox
- Left = 14
- Top = 68
- Width = 129
- Height = 17
- Hint = 'Show Formula on LCD Display'
- Caption = 'Show Formula Entry'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 1
- OnClick = UpdatePreview
- end
- object ItalFormChk: TCheckBox
- Left = 14
- Top = 90
- Width = 97
- Height = 17
- Hint = 'Use Italic Font for Formula'
- Caption = 'Italic Formula'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 2
- OnClick = UpdatePreview
- end
- object LcdItalicChk: TCheckBox
- Left = 192
- Top = 90
- Width = 91
- Height = 17
- Hint = 'Set LCD Value Display to Show in Italic Font'
- Caption = 'Italic Value'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 4
- OnClick = UpdatePreview
- end
- end
- object LogSheet: TTabSheet
- Caption = 'Paper Roll'
- ImageIndex = 3
- object Shape3: TShape
- Left = 192
- Top = 33
- Width = 236
- Height = 1
- Brush.Style = bsClear
- Pen.Color = clWindowText
- end
- object Shape11: TShape
- Left = 14
- Top = 33
- Width = 150
- Height = 1
- Brush.Style = bsClear
- Pen.Color = clWindowText
- end
- object Label5: TLabel
- Left = 14
- Top = 16
- Width = 107
- Height = 13
- Caption = 'Paper Roll Options'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- ShowAccelChar = False
- end
- object Label6: TLabel
- Left = 192
- Top = 16
- Width = 76
- Height = 13
- Caption = 'Font Settings'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- ShowAccelChar = False
- end
- object Label8: TLabel
- Left = 192
- Top = 46
- Width = 52
- Height = 13
- Caption = 'Font Name'
- end
- object Label10: TLabel
- Left = 278
- Top = 90
- Width = 20
- Height = 13
- Caption = 'Size'
- end
- object Label11: TLabel
- Left = 14
- Top = 152
- Width = 46
- Height = 13
- Caption = 'Preview'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- ShowAccelChar = False
- end
- object Shape5: TShape
- Left = 14
- Top = 169
- Width = 263
- Height = 1
- Brush.Style = bsClear
- Pen.Color = clWindowText
- end
- object LogShape: TShape
- Left = 14
- Top = 181
- Width = 263
- Height = 90
- Hint = 'Shows a Preview of how the LCD will Look with Current Settings'
- Brush.Color = clWindow
- end
- object Shape8: TShape
- Left = 290
- Top = 169
- Width = 136
- Height = 1
- Brush.Style = bsClear
- Pen.Color = clWindowText
- end
- object Label17: TLabel
- Left = 290
- Top = 152
- Width = 119
- Height = 13
- Caption = 'Paper Roll Alignment'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- ShowAccelChar = False
- end
- object LogCombo: TComboBox
- Left = 192
- Top = 61
- Width = 150
- Height = 21
- Hint = 'Font Name Used by the Paper Roll Window'
- Style = csDropDownList
- ItemHeight = 13
- ParentShowHint = False
- ShowHint = False
- Sorted = True
- TabOrder = 4
- OnClick = UpdatePreview
- end
- object SizeEdit: TEdit
- Left = 278
- Top = 106
- Width = 45
- Height = 21
- Hint = 'Set Paper Roll Font Size'
- MaxLength = 2
- ParentShowHint = False
- ShowHint = False
- TabOrder = 7
- Text = '5'
- OnChange = UpdatePreview
- OnKeyPress = EditKeyPress
- end
- object SzUd: TUpDown
- Left = 323
- Top = 106
- Width = 16
- Height = 21
- Associate = SizeEdit
- Min = 5
- Max = 35
- Position = 5
- TabOrder = 10
- Thousands = False
- Wrap = False
- end
- object ItalicChk: TCheckBox
- Left = 192
- Top = 110
- Width = 53
- Height = 17
- Hint = 'Set Paper Roll Italic Font'
- Caption = 'Italic'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 6
- OnClick = UpdatePreview
- end
- object BoldChk: TCheckBox
- Left = 192
- Top = 90
- Width = 53
- Height = 17
- Hint = 'Set Paper Roll Bold Font'
- Caption = 'Bold'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 5
- OnClick = UpdatePreview
- end
- object AnsiChk: TCheckBox
- Left = 14
- Top = 90
- Width = 139
- Height = 17
- Hint =
- 'Use Certain ANSI Characters in Paper Roll (Check on Western Syst' +
- 'ems Only)'
- Caption = 'Display ANSI Characters'
- TabOrder = 2
- OnClick = UpdatePreview
- end
- object ConstChk: TCheckBox
- Left = 14
- Top = 68
- Width = 167
- Height = 17
- Hint = 'Replace Number Values with Names of Known Constants'
- Caption = 'Log Known Constant Names'
- TabOrder = 1
- OnClick = UpdatePreview
- end
- object SaveLogChk: TCheckBox
- Left = 14
- Top = 46
- Width = 111
- Height = 17
- Hint = 'Save the Paper Roll on Exit'
- Caption = 'Save Paper Roll'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 0
- end
- object LogMemo: TMemo
- Left = 18
- Top = 186
- Width = 253
- Height = 79
- Hint =
- 'Shows a Preview of how the Paper Roll will Look with Current Set' +
- 'tings'
- TabStop = False
- BorderStyle = bsNone
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Lines.Strings = (
- 'LogPreview')
- ParentFont = False
- ParentShowHint = False
- ReadOnly = True
- ShowHint = False
- TabOrder = 11
- WordWrap = False
- end
- object LogBkChk: TCheckBox
- Left = 14
- Top = 112
- Width = 107
- Height = 17
- Hint = 'Line Breaks at Arithmetic Operators'
- Caption = 'Auto Line Break'
- TabOrder = 3
- OnClick = UpdatePreview
- end
- object LogLeftRadio: TRadioButton
- Left = 290
- Top = 182
- Width = 95
- Height = 17
- Hint = 'Select Left Justify Alignment of Paper Roll'
- Caption = 'Left Justify'
- Checked = True
- TabOrder = 8
- TabStop = True
- OnClick = UpdatePreview
- end
- object LogRightRadio: TRadioButton
- Left = 290
- Top = 202
- Width = 97
- Height = 17
- Hint = 'Select Right Justify Alignment of Paper Roll '
- Caption = 'Right Justify'
- TabOrder = 9
- OnClick = UpdatePreview
- end
- end
- end
- end
- object KillHint: TTimer
- Enabled = False
- Interval = 500
- OnTimer = AppPanelClick
- Left = 272
- Top = 120
- end
- end
-