home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form Form1
- Caption = "Form1"
- ClientHeight = 3195
- ClientLeft = 60
- ClientTop = 345
- ClientWidth = 4680
- LinkTopic = "Form1"
- ScaleHeight = 3195
- ScaleWidth = 4680
- StartUpPosition = 3 'Windows Default
- Begin VB.Data Data1
- Caption = "Data1"
- Connect = "Access"
- DatabaseName = ""
- DefaultCursorType= 0 'DefaultCursor
- DefaultType = 2 'UseODBC
- Exclusive = 0 'False
- Height = 375
- Left = 3000
- Options = 0
- ReadOnly = 0 'False
- RecordsetType = 1 'Dynaset
- RecordSource = ""
- Top = 240
- Width = 1140
- End
- Begin VB.ListBox List1
- Height = 645
- Left = 120
- TabIndex = 1
- Top = 120
- Width = 1455
- End
- Begin VB.CommandButton Command1
- Caption = "Command1"
- Height = 495
- Left = 1080
- TabIndex = 0
- Top = 1560
- Width = 2175
- End
- Begin VB.Image Image1
- Height = 615
- Left = 1680
- Top = 240
- Width = 855
- End
- Attribute VB_Name = "Form1"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Option Explicit
- Private Sub Command1_Click()
- MakeTransparent Form1
- End Sub
-