home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form Form2
- Caption = "Form2"
- ClientHeight = 3945
- ClientLeft = 5130
- ClientTop = 3135
- ClientWidth = 2910
- Height = 4350
- Left = 5070
- LinkTopic = "Form2"
- ScaleHeight = 3945
- ScaleWidth = 2910
- Top = 2790
- Width = 3030
- Begin VB.VScrollBar VScroll1
- Height = 975
- Left = 2100
- TabIndex = 5
- Top = 1500
- Width = 315
- End
- Begin VB.HScrollBar HScroll1
- Height = 255
- Left = 300
- TabIndex = 4
- Top = 1740
- Width = 1155
- End
- Begin VB.ComboBox Combo1
- Height = 300
- Left = 1380
- TabIndex = 3
- Text = "Combo1"
- Top = 900
- Width = 1335
- End
- Begin VB.ListBox List1
- Height = 615
- Left = 240
- TabIndex = 2
- Top = 900
- Width = 975
- End
- Begin VB.CommandButton Command1
- Caption = "Command1"
- Height = 435
- Left = 240
- TabIndex = 0
- Top = 180
- Width = 795
- End
- Begin VB.Label Label1
- Caption = "Label1"
- Height = 315
- Left = 1320
- TabIndex = 1
- Top = 240
- Width = 975
- End
- Attribute VB_Name = "Form2"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- Option Explicit
-