home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / hudba / pmc / _setup.1 / Pmc.exe / 0 / RCDATA / TGENREEDIT / TGENREEDIT.txt
Text File  |  1997-04-09  |  995b  |  52 lines

  1. object GenreEdit: TGenreEdit
  2.   Left = 200
  3.   Top = 108
  4.   Width = 375
  5.   Height = 234
  6.   Caption = 'Genre List'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   OnActivate = FormActivate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Memo1: TMemo
  16.     Left = 8
  17.     Top = 8
  18.     Width = 241
  19.     Height = 193
  20.     ScrollBars = ssVertical
  21.     TabOrder = 0
  22.   end
  23.   object BitBtn1: TBitBtn
  24.     Left = 264
  25.     Top = 8
  26.     Width = 89
  27.     Height = 33
  28.     Font.Color = clBlack
  29.     Font.Height = -13
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.     TabOrder = 1
  34.     OnClick = BitBtn1Click
  35.     Kind = bkOK
  36.   end
  37.   object BitBtn2: TBitBtn
  38.     Left = 264
  39.     Top = 48
  40.     Width = 89
  41.     Height = 33
  42.     Font.Color = clBlack
  43.     Font.Height = -13
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = [fsBold]
  46.     ParentFont = False
  47.     TabOrder = 2
  48.     OnClick = BitBtn2Click
  49.     Kind = bkCancel
  50.   end
  51. end
  52.