home *** CD-ROM | disk | FTP | other *** search
/ Mastering Visual Basic 6 / mastvb6.iso / leadtools / ocx32.lt / AUDPROP.FRM (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1998-03-27  |  2.4 KB  |  79 lines

  1. VERSION 5.00
  2. Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.2#0"; "COMCTL32.OCX"
  3. Begin VB.Form AudProp 
  4.    BorderStyle     =   3  'Fixed Dialog
  5.    Caption         =   "Audio Properties"
  6.    ClientHeight    =   2640
  7.    ClientLeft      =   4050
  8.    ClientTop       =   2940
  9.    ClientWidth     =   3120
  10.    Icon            =   "AudProp.frx":0000
  11.    LinkTopic       =   "Form1"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    PaletteMode     =   1  'UseZOrder
  15.    ScaleHeight     =   2640
  16.    ScaleWidth      =   3120
  17.    ShowInTaskbar   =   0   'False
  18.    Begin VB.CommandButton Command1 
  19.       Caption         =   "OK"
  20.       Height          =   375
  21.       Left            =   2280
  22.       TabIndex        =   2
  23.       Top             =   2040
  24.       Width           =   735
  25.    End
  26.    Begin VB.Frame Frame2 
  27.       Caption         =   "Balance:"
  28.       Height          =   2295
  29.       Left            =   1200
  30.       TabIndex        =   1
  31.       Top             =   120
  32.       Width           =   975
  33.       Begin ComctlLib.Slider Slider2 
  34.          Height          =   1935
  35.          Left            =   240
  36.          TabIndex        =   4
  37.          Top             =   240
  38.          Width           =   510
  39.          _ExtentX        =   900
  40.          _ExtentY        =   3413
  41.          _Version        =   327682
  42.          Orientation     =   1
  43.          Min             =   -100
  44.          Max             =   100
  45.          TickStyle       =   1
  46.          TickFrequency   =   20
  47.       End
  48.    End
  49.    Begin VB.Frame Frame1 
  50.       Caption         =   "Volume:"
  51.       Height          =   2295
  52.       Left            =   120
  53.       TabIndex        =   0
  54.       Top             =   120
  55.       Width           =   975
  56.       Begin ComctlLib.Slider Slider1 
  57.          Height          =   1935
  58.          Left            =   240
  59.          TabIndex        =   3
  60.          Top             =   240
  61.          Width           =   510
  62.          _ExtentX        =   900
  63.          _ExtentY        =   3413
  64.          _Version        =   327682
  65.          Orientation     =   1
  66.          Max             =   100
  67.          TickStyle       =   1
  68.          TickFrequency   =   10
  69.       End
  70.    End
  71. Attribute VB_Name = "AudProp"
  72. Attribute VB_GlobalNameSpace = False
  73. Attribute VB_Creatable = False
  74. Attribute VB_PredeclaredId = True
  75. Attribute VB_Exposed = False
  76. Private Sub Command1_Click()
  77.     Hide
  78. End Sub
  79.