home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / Chip_2000-10_cd1.bin / sharewar / extract / Extractor.exe / 0 / RCDATA / TREPORT / TREPORT.txt
Encoding:
Text File  |  2000-07-04  |  1.5 KB  |  70 lines

  1. object Report: TReport
  2.   Left = 295
  3.   Top = 187
  4.   HelpContext = 1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Report'
  8.   ClientHeight = 369
  9.   ClientWidth = 490
  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.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object btnOk: TButton
  22.     Left = 408
  23.     Top = 336
  24.     Width = 73
  25.     Height = 25
  26.     Anchors = [akRight, akBottom]
  27.     Cancel = True
  28.     Caption = 'OK'
  29.     Default = True
  30.     ModalResult = 1
  31.     TabOrder = 0
  32.   end
  33.   object btnSaveToFile: TButton
  34.     Left = 8
  35.     Top = 336
  36.     Width = 105
  37.     Height = 25
  38.     Anchors = [akLeft, akBottom]
  39.     Caption = '&Ulo∩┐╜it do souboru...'
  40.     TabOrder = 1
  41.     OnClick = btnSaveToFileClick
  42.   end
  43.   object memReport: TMemo
  44.     Left = 8
  45.     Top = 8
  46.     Width = 473
  47.     Height = 322
  48.     Anchors = [akLeft, akTop, akRight, akBottom]
  49.     Font.Charset = EASTEUROPE_CHARSET
  50.     Font.Color = clWindowText
  51.     Font.Height = -12
  52.     Font.Name = 'Courier New'
  53.     Font.Style = []
  54.     ParentFont = False
  55.     ReadOnly = True
  56.     ScrollBars = ssBoth
  57.     TabOrder = 2
  58.     WantReturns = False
  59.     WordWrap = False
  60.   end
  61.   object sdSaveReport: TSaveDialog
  62.     DefaultExt = 'txt'
  63.     Filter = 'Textov∩┐╜ soubory (*.txt)|*.txt|V∩┐╜echny soubory (*.*)|*.*'
  64.     Options = [ofHideReadOnly, ofNoReadOnlyReturn, ofEnableSizing]
  65.     Title = 'Ulo∩┐╜it report'
  66.     Left = 120
  67.     Top = 336
  68.   end
  69. end
  70.