home *** CD-ROM | disk | FTP | other *** search
/ WinFiles.com / InfoMagic-WinFilesDotCom-June1998-Disc2of3-DAMAGED_DISC.iso / sound-mod / iModwy.exe / Modwy.exe / 0 / RCDATA / TFINFO / TFINFO.txt
Text File  |  1998-05-17  |  1KB  |  62 lines

  1. object Finfo: TFinfo
  2.   Left = 244
  3.   Top = 127
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Infos'
  9.   ClientHeight = 243
  10.   ClientWidth = 307
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object LNomFichier: TLabel
  20.     Left = 8
  21.     Top = 0
  22.     Width = 96
  23.     Height = 13
  24.     Caption = '--------------------------------'
  25.     Font.Charset = ANSI_CHARSET
  26.     Font.Color = clBlack
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = []
  30.     ParentFont = False
  31.   end
  32.   object LFormat: TLabel
  33.     Left = 8
  34.     Top = 16
  35.     Width = 108
  36.     Height = 13
  37.     Caption = '--------------------------------    '
  38.   end
  39.   object StringGrid1: TStringGrid
  40.     Left = 0
  41.     Top = 30
  42.     Width = 307
  43.     Height = 213
  44.     Align = alBottom
  45.     ColCount = 1
  46.     DefaultColWidth = 300
  47.     DefaultRowHeight = 18
  48.     FixedCols = 0
  49.     RowCount = 16
  50.     FixedRows = 0
  51.     Font.Charset = SYMBOL_CHARSET
  52.     Font.Color = clBlack
  53.     Font.Height = -12
  54.     Font.Name = 'MS LineDraw'
  55.     Font.Style = []
  56.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goThumbTracking]
  57.     ParentFont = False
  58.     ScrollBars = ssVertical
  59.     TabOrder = 0
  60.   end
  61. end
  62.