home *** CD-ROM | disk | FTP | other *** search
- object About: TAbout
- Left = 191
- Top = 104
- Width = 454
- Height = 404
- Caption = 'Help'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object PanelCommand: TPanel
- Left = 0
- Top = 0
- Width = 446
- Height = 25
- Align = alTop
- BevelOuter = bvLowered
- Caption = 'About the Thread Demo'
- Color = clGray
- Font.Charset = ANSI_CHARSET
- Font.Color = clWhite
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- end
- object Memo1: TMemo
- Left = 0
- Top = 25
- Width = 446
- Height = 352
- Align = alClient
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- Lines.Strings = (
- ''
- 'This demo shows how to run FlexCel in separate threads.'
- ''
- 'Each time you press the "New Report" button, a new report is '
- 'generated, and added to the '
-
- 'report list. You can cancel a running report by clicking on "Can' +
- 'cel"'
- ''
- 'Reports are created so they are big and they take some time to '
- 'process, they don'#39't make '
- 'any sense. They are automatically deleted after generating.'
- ''
-
- 'Sometimes you can get a "Share violation" error, this is because' +
- ' '
- 'the file already exists.'
- ''
-
- 'IF you get an out of memory error, that'#39's a BDE problem... well,' +
- ' you '
- 'shouldn'#39't use BDE for multithreading anyway.')
- ParentFont = False
- TabOrder = 1
- end
- end
-