home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / chap24 / music / srchstr.txt < prev   
Text File  |  1995-03-20  |  2KB  |  101 lines

  1. object SearchStr: TSearchStr
  2.   Left = 100
  3.   Top = 102
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Enter Search String Dialog'
  7.   ClientHeight = 179
  8.   ClientWidth = 388
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 281
  21.     Height = 161
  22.     Shape = bsFrame
  23.     IsControl = True
  24.   end
  25.   object OKBtn: TBitBtn
  26.     Left = 300
  27.     Top = 8
  28.     Width = 77
  29.     Height = 27
  30.     TabOrder = 2
  31.     Kind = bkOK
  32.     Margin = 2
  33.     Spacing = -1
  34.     IsControl = True
  35.   end
  36.   object CancelBtn: TBitBtn
  37.     Left = 300
  38.     Top = 40
  39.     Width = 77
  40.     Height = 27
  41.     TabOrder = 3
  42.     Kind = bkCancel
  43.     Margin = 2
  44.     Spacing = -1
  45.     IsControl = True
  46.   end
  47.   object HelpBtn: TBitBtn
  48.     Left = 300
  49.     Top = 72
  50.     Width = 77
  51.     Height = 27
  52.     TabOrder = 4
  53.     Kind = bkHelp
  54.     Margin = 2
  55.     Spacing = -1
  56.     IsControl = True
  57.   end
  58.   object GroupBox1: TGroupBox
  59.     Left = 24
  60.     Top = 56
  61.     Width = 249
  62.     Height = 97
  63.     Caption = 'GroupBox1'
  64.     TabOrder = 1
  65.     object First: TRadioButton
  66.       Left = 32
  67.       Top = 18
  68.       Width = 122
  69.       Height = 17
  70.       Caption = 'First'
  71.       TabOrder = 0
  72.     end
  73.     object LastGroup: TRadioButton
  74.       Left = 32
  75.       Top = 42
  76.       Width = 122
  77.       Height = 17
  78.       Caption = 'Last-Group'
  79.       Checked = True
  80.       TabOrder = 1
  81.       TabStop = True
  82.     end
  83.     object Album: TRadioButton
  84.       Left = 32
  85.       Top = 66
  86.       Width = 122
  87.       Height = 17
  88.       Caption = 'Album'
  89.       TabOrder = 2
  90.     end
  91.   end
  92.   object Edit1: TEdit
  93.     Left = 24
  94.     Top = 24
  95.     Width = 249
  96.     Height = 20
  97.     TabOrder = 0
  98.     Text = 'Edit1'
  99.   end
  100. end
  101.