home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 150
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'BASS - Simple Test'
- ClientHeight = 245
- ClientWidth = 354
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 232
- Top = 222
- Width = 30
- Height = 13
- Caption = 'CPU%'
- end
- object Label2: TLabel
- Left = 270
- Top = 222
- Width = 73
- Height = 13
- AutoSize = False
- Caption = '0'
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 0
- Width = 164
- Height = 136
- Caption = 'Music'
- TabOrder = 0
- object ListBox1: TListBox
- Left = 8
- Top = 16
- Width = 145
- Height = 57
- ItemHeight = 13
- TabOrder = 0
- end
- object Button4: TButton
- Left = 8
- Top = 80
- Width = 41
- Height = 19
- Caption = 'Play'
- TabOrder = 1
- OnClick = Button4Click
- end
- object Button5: TButton
- Left = 56
- Top = 80
- Width = 41
- Height = 19
- Caption = 'Stop'
- TabOrder = 2
- OnClick = Button5Click
- end
- object Button6: TButton
- Left = 104
- Top = 80
- Width = 49
- Height = 19
- Caption = 'Restart'
- TabOrder = 3
- OnClick = Button6Click
- end
- object Button7: TButton
- Left = 8
- Top = 104
- Width = 65
- Height = 25
- Caption = 'Add...'
- TabOrder = 4
- OnClick = Button7Click
- end
- object Button8: TButton
- Left = 80
- Top = 104
- Width = 73
- Height = 25
- Caption = 'Remove'
- TabOrder = 5
- OnClick = Button8Click
- end
- end
- object GroupBox2: TGroupBox
- Left = 8
- Top = 136
- Width = 161
- Height = 72
- Caption = 'Stream'
- TabOrder = 1
- object Edit1: TEdit
- Left = 8
- Top = 16
- Width = 145
- Height = 21
- Color = clBtnFace
- Enabled = False
- TabOrder = 0
- end
- object Button12: TButton
- Left = 8
- Top = 42
- Width = 49
- Height = 23
- Caption = 'New...'
- TabOrder = 1
- OnClick = Button12Click
- end
- object Button13: TButton
- Left = 64
- Top = 42
- Width = 41
- Height = 23
- Caption = 'Play'
- TabOrder = 2
- OnClick = Button13Click
- end
- object Button14: TButton
- Left = 112
- Top = 42
- Width = 41
- Height = 23
- Caption = 'Stop'
- TabOrder = 3
- OnClick = Button14Click
- end
- end
- object GroupBox3: TGroupBox
- Left = 179
- Top = 0
- Width = 165
- Height = 136
- Caption = 'Sample'
- TabOrder = 2
- object ListBox2: TListBox
- Left = 8
- Top = 16
- Width = 147
- Height = 57
- ItemHeight = 13
- TabOrder = 0
- end
- object Button9: TButton
- Left = 8
- Top = 80
- Width = 147
- Height = 19
- Caption = 'Play'
- TabOrder = 1
- OnClick = Button9Click
- end
- object Button10: TButton
- Left = 8
- Top = 104
- Width = 65
- Height = 25
- Caption = 'Add...'
- TabOrder = 2
- OnClick = Button10Click
- end
- object Button11: TButton
- Left = 80
- Top = 104
- Width = 75
- Height = 25
- Caption = 'Remove'
- TabOrder = 3
- OnClick = Button11Click
- end
- end
- object GroupBox4: TGroupBox
- Left = 179
- Top = 136
- Width = 165
- Height = 72
- Caption = 'CD'
- TabOrder = 3
- object Label5: TLabel
- Left = 8
- Top = 22
- Width = 28
- Height = 13
- Caption = 'Track'
- end
- object Label6: TLabel
- Left = 64
- Top = 22
- Width = 21
- Height = 13
- Caption = '0:00'
- end
- object Edit2: TEdit
- Left = 40
- Top = 16
- Width = 20
- Height = 21
- TabOrder = 0
- Text = '1'
- end
- object Button15: TButton
- Left = 96
- Top = 16
- Width = 59
- Height = 23
- Caption = 'Play'
- TabOrder = 1
- OnClick = Button15Click
- end
- object Button16: TButton
- Left = 56
- Top = 44
- Width = 41
- Height = 23
- Caption = 'Stop'
- TabOrder = 2
- OnClick = Button16Click
- end
- object CheckBox1: TCheckBox
- Left = 8
- Top = 48
- Width = 41
- Height = 17
- Caption = 'CD?'
- Enabled = False
- TabOrder = 3
- end
- object Button17: TButton
- Left = 104
- Top = 44
- Width = 51
- Height = 23
- Caption = 'Resume'
- TabOrder = 4
- OnClick = Button17Click
- end
- end
- object Button1: TButton
- Left = 8
- Top = 217
- Width = 97
- Height = 23
- Caption = 'Stop Everything'
- TabOrder = 4
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 113
- Top = 217
- Width = 60
- Height = 23
- Caption = 'Resume'
- TabOrder = 5
- OnClick = Button2Click
- end
- object OpenDialog1: TOpenDialog
- Filter =
- 'MOD music files (xm/mod/s3m/it/mtm)|*.xm;*.mod;*.s3m;*.it;*.mtm|' +
- 'All files|*.*'
- Left = 123
- Top = 24
- end
- object Timer1: TTimer
- Interval = 250
- OnTimer = Timer1Timer
- Left = 24
- Top = 24
- end
- object OpenDialog2: TOpenDialog
- Filter = 'Streamable files (wav/mp3)|*.wav;*.mp3|All files|*.*'
- Left = 136
- Top = 144
- end
- object OpenDialog3: TOpenDialog
- Filter = 'Wave sample files (wav)|*.wav|All files|*.*'
- Left = 299
- Top = 24
- end
- end
-