home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 10 / Chip_Hitware_Vol_10.iso / chiphit / multmedi / 95cdmagi / cdplay.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Text File  |  1997-10-22  |  829b  |  43 lines

  1. object Form3: TForm3
  2.   Left = 309
  3.   Top = 229
  4.   ActiveControl = TrackName
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   Caption = 'Track Name '
  8.   ClientHeight = 65
  9.   ClientWidth = 423
  10.   Color = clSilver
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OnActivate = FormActivate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object TrackName: TEdit
  20.     Left = 17
  21.     Top = 15
  22.     Width = 392
  23.     Height = 32
  24.     Font.Color = clWindowText
  25.     Font.Height = -19
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsBold]
  28.     MaxLength = 255
  29.     ParentFont = False
  30.     TabOrder = 0
  31.     Text = 'Track Namen eingeben'
  32.     OnExit = TrackNameExit
  33.   end
  34.   object Edit1: TEdit
  35.     Left = 0
  36.     Top = 0
  37.     Width = 0
  38.     Height = 21
  39.     TabOrder = 1
  40.     Text = 'Edit1'
  41.   end
  42. end
  43.