home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.2#0"; "COMCTL32.OCX"
- Begin VB.Form AudProp
- BorderStyle = 3 'Fixed Dialog
- Caption = "Audio Properties"
- ClientHeight = 2640
- ClientLeft = 4050
- ClientTop = 2940
- ClientWidth = 3120
- Icon = "AudProp.frx":0000
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- PaletteMode = 1 'UseZOrder
- ScaleHeight = 2640
- ScaleWidth = 3120
- ShowInTaskbar = 0 'False
- Begin VB.CommandButton Command1
- Caption = "OK"
- Height = 375
- Left = 2280
- TabIndex = 2
- Top = 2040
- Width = 735
- End
- Begin VB.Frame Frame2
- Caption = "Balance:"
- Height = 2295
- Left = 1200
- TabIndex = 1
- Top = 120
- Width = 975
- Begin ComctlLib.Slider Slider2
- Height = 1935
- Left = 240
- TabIndex = 4
- Top = 240
- Width = 510
- _ExtentX = 900
- _ExtentY = 3413
- _Version = 327682
- Orientation = 1
- Min = -100
- Max = 100
- TickStyle = 1
- TickFrequency = 20
- End
- End
- Begin VB.Frame Frame1
- Caption = "Volume:"
- Height = 2295
- Left = 120
- TabIndex = 0
- Top = 120
- Width = 975
- Begin ComctlLib.Slider Slider1
- Height = 1935
- Left = 240
- TabIndex = 3
- Top = 240
- Width = 510
- _ExtentX = 900
- _ExtentY = 3413
- _Version = 327682
- Orientation = 1
- Max = 100
- TickStyle = 1
- TickFrequency = 10
- End
- End
- Attribute VB_Name = "AudProp"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Command1_Click()
- Hide
- End Sub
-