home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form Form1
- Caption = "Form1"
- ClientHeight = 4875
- ClientLeft = 1245
- ClientTop = 1605
- ClientWidth = 7215
- Height = 5340
- Left = 1155
- LinkTopic = "Form1"
- ScaleHeight = 4875
- ScaleWidth = 7215
- Top = 1230
- Width = 7395
- Begin VideoSoftElastic VSElastic1
- Align = 5 'Fill Container
- BackColor = &H00C0C0C0&
- Height = 4875
- Left = 0
- TabIndex = 0
- Top = 0
- Width = 7215
- Begin VScrollBar VScroll1
- Height = 3900
- Left = 6555
- TabIndex = 4
- Top = 465
- Width = 510
- End
- Begin CommandButton Command1
- Caption = "Command1"
- Height = 2340
- Left = 780
- TabIndex = 3
- Top = 570
- Width = 1515
- End
- Begin TextBox Text2
- Height = 2430
- Left = 2820
- TabIndex = 2
- Text = "Text2"
- Top = 1530
- Width = 3660
- End
- Begin TextBox Text1
- Height = 555
- Left = 2865
- TabIndex = 1
- Text = "Text1"
- Top = 540
- Width = 3435
- End
- End
- Option Explicit
- Sub Form_Paint ()
- resize
- End Sub
- Sub resize ()
- End Sub
-