home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form ThreeD
- Caption = "Full control of 3D Effect"
- Height = 2760
- Left = 1155
- LinkTopic = "Form4"
- ScaleHeight = 2295
- ScaleWidth = 6120
- Top = 1230
- Width = 6300
- Begin VideoSoftElastic VSElastic1
- Align = 5 'Fill Container
- AutoSizeChildren= 7 'Proportional
- BackColor = &H00C0C0C0&
- Height = 1740
- Left = 0
- TabIndex = 0
- Top = 0
- Width = 6120
- Begin CommandButton Command1
- BackColor = &H00C0C0C0&
- Caption = "Command1"
- Height = 420
- Left = 3690
- TabIndex = 4
- Top = 945
- Width = 2040
- End
- Begin VideoSoftElastic VSElastic2
- BackColor = &H00C0C0C0&
- Caption = "Elastic"
- CaptionPos = 4 'Center Center
- Height = 420
- Left = 270
- TabIndex = 3
- Top = 900
- Width = 2130
- End
- Begin Label Label2
- BackStyle = 0 'Transparent
- Caption = "Label2 Transparent"
- Height = 510
- Left = 3690
- TabIndex = 2
- Top = 270
- Width = 2040
- End
- Begin Label Label1
- BackColor = &H000000FF&
- Caption = "Label1 Opaque"
- Height = 510
- Left = 270
- TabIndex = 1
- Top = 270
- Width = 2130
- End
- End
- Begin VideoSoftElastic VSElastic3
- Align = 2 'Align Bottom
- AutoSizeChildren= 1 'Even Horizontal
- BackColor = &H00C0C0C0&
- BevelOuter = 1 'Raised
- Height = 555
- Left = 0
- TabIndex = 5
- Top = 1740
- Width = 6120
- Begin CommandButton Button
- BackColor = &H00C0C0C0&
- Caption = "&No Grap/Elast."
- Height = 375
- Index = 3
- Left = 4620
- TabIndex = 9
- Top = 90
- Width = 1410
- End
- Begin CommandButton Button
- BackColor = &H00C0C0C0&
- Caption = "No &Elastics"
- Height = 375
- Index = 2
- Left = 3120
- TabIndex = 8
- Top = 90
- Width = 1410
- End
- Begin CommandButton Button
- BackColor = &H00C0C0C0&
- Caption = "No &Graphicals"
- Height = 375
- Index = 1
- Left = 1605
- TabIndex = 7
- Top = 90
- Width = 1425
- End
- Begin CommandButton Button
- BackColor = &H00C0C0C0&
- Caption = "&All"
- Height = 375
- Index = 0
- Left = 90
- TabIndex = 6
- Top = 90
- Width = 1425
- End
- End
- Option Explicit
- Sub Button_Click (Index As Integer)
- VSElastic1.BevelChildren = Index
- End Sub
-