home *** CD-ROM | disk | FTP | other *** search
- object Report: TReport
- Left = 295
- Top = 187
- HelpContext = 1
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Report'
- ClientHeight = 369
- ClientWidth = 490
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object btnOk: TButton
- Left = 408
- Top = 336
- Width = 73
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object btnSaveToFile: TButton
- Left = 8
- Top = 336
- Width = 105
- Height = 25
- Anchors = [akLeft, akBottom]
- Caption = '&Ulo�it do souboru...'
- TabOrder = 1
- OnClick = btnSaveToFileClick
- end
- object memReport: TMemo
- Left = 8
- Top = 8
- Width = 473
- Height = 322
- Anchors = [akLeft, akTop, akRight, akBottom]
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Courier New'
- Font.Style = []
- ParentFont = False
- ReadOnly = True
- ScrollBars = ssBoth
- TabOrder = 2
- WantReturns = False
- WordWrap = False
- end
- object sdSaveReport: TSaveDialog
- DefaultExt = 'txt'
- Filter = 'Textov� soubory (*.txt)|*.txt|V�echny soubory (*.*)|*.*'
- Options = [ofHideReadOnly, ofNoReadOnlyReturn, ofEnableSizing]
- Title = 'Ulo�it report'
- Left = 120
- Top = 336
- end
- end
-