home *** CD-ROM | disk | FTP | other *** search
/ Vrtulník 3 / Vrtulnik-3.bin / zvuk / wavmak24 / _setup.1 / WMWIN.EXE / 0 / RCDATA / TGROUPYDLG / TGROUPYDLG.txt
Text File  |  1996-11-11  |  3KB  |  137 lines

  1. object groupyDlg: TgroupyDlg
  2.   Left = 0
  3.   Top = 130
  4.   ActiveControl = OKBtn
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 245
  8.   ClientWidth = 240
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   OnActivate = FormActivate
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object OKBtn: TBitBtn
  18.     Left = 40
  19.     Top = 212
  20.     Width = 77
  21.     Height = 27
  22.     TabOrder = 0
  23.     OnClick = OKBtnClick
  24.     Kind = bkOK
  25.     Margin = 2
  26.     Spacing = -1
  27.     IsControl = True
  28.   end
  29.   object CancelBtn: TBitBtn
  30.     Left = 124
  31.     Top = 212
  32.     Width = 77
  33.     Height = 27
  34.     TabOrder = 1
  35.     Kind = bkCancel
  36.     Margin = 2
  37.     Spacing = -1
  38.     IsControl = True
  39.   end
  40.   object GroupBox1: TGroupBox
  41.     Left = 8
  42.     Top = 8
  43.     Width = 225
  44.     Height = 193
  45.     Caption = 'Destination'
  46.     TabOrder = 2
  47.     object MIDbtn: TRadioButton
  48.       Left = 8
  49.       Top = 24
  50.       Width = 49
  51.       Height = 17
  52.       Caption = 'MID'
  53.       TabOrder = 0
  54.       OnClick = MIDbtnClick
  55.     end
  56.     object LSTbtn: TRadioButton
  57.       Left = 8
  58.       Top = 48
  59.       Width = 49
  60.       Height = 17
  61.       Caption = 'LST'
  62.       TabOrder = 1
  63.       OnClick = LSTbtnClick
  64.     end
  65.     object SongBtn: TRadioButton
  66.       Left = 8
  67.       Top = 72
  68.       Width = 49
  69.       Height = 17
  70.       Caption = 'Song'
  71.       TabOrder = 2
  72.       OnClick = SongBtnClick
  73.     end
  74.     object PRGbtn: TRadioButton
  75.       Left = 8
  76.       Top = 96
  77.       Width = 49
  78.       Height = 17
  79.       Caption = 'PRG'
  80.       TabOrder = 3
  81.       OnClick = PRGbtnClick
  82.     end
  83.     object WAVbtn: TRadioButton
  84.       Left = 8
  85.       Top = 120
  86.       Width = 49
  87.       Height = 17
  88.       Caption = 'WAV'
  89.       TabOrder = 4
  90.       OnClick = WAVbtnClick
  91.     end
  92.     object TempBtn: TRadioButton
  93.       Left = 8
  94.       Top = 144
  95.       Width = 57
  96.       Height = 17
  97.       Caption = 'Temp'
  98.       TabOrder = 5
  99.       OnClick = TempBtnClick
  100.     end
  101.     object DFTbtn: TRadioButton
  102.       Left = 8
  103.       Top = 168
  104.       Width = 41
  105.       Height = 17
  106.       Caption = 'DFT'
  107.       TabOrder = 6
  108.       OnClick = DFTbtnClick
  109.     end
  110.     object DirectoryListBox1: TDirectoryListBox
  111.       Left = 72
  112.       Top = 48
  113.       Width = 145
  114.       Height = 137
  115.       ItemHeight = 16
  116.       TabOrder = 7
  117.     end
  118.     object DriveComboBox1: TDriveComboBox
  119.       Left = 72
  120.       Top = 24
  121.       Width = 145
  122.       Height = 19
  123.       DirList = DirectoryListBox1
  124.       TabOrder = 8
  125.     end
  126.   end
  127.   object FileListBox1: TFileListBox
  128.     Left = 224
  129.     Top = 224
  130.     Width = 145
  131.     Height = 97
  132.     ItemHeight = 13
  133.     TabOrder = 3
  134.     Visible = False
  135.   end
  136. end
  137.