home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form Form1
- Caption = "Ejemplo del m
- todo ZOrder"
- ClientHeight = 1455
- ClientLeft = 2805
- ClientTop = 3165
- ClientWidth = 3525
- Height = 1860
- Left = 2745
- LinkTopic = "Form1"
- ScaleHeight = 1455
- ScaleWidth = 3525
- Top = 2820
- Width = 3645
- Begin VB.CommandButton Command3
- Caption = "Command3"
- Height = 495
- Left = 1560
- TabIndex = 2
- Top = 360
- Width = 1215
- End
- Begin VB.CommandButton Command2
- Caption = "Command2"
- Height = 495
- Left = 1320
- TabIndex = 1
- Top = 600
- Width = 1215
- End
- Begin VB.CommandButton Command1
- Caption = "Command1"
- Height = 495
- Left = 720
- TabIndex = 0
- Top = 480
- Width = 1215
- End
- Attribute VB_Name = "Form1"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- Private Sub Command1_Click()
- Command1.ZOrder
- End Sub
- Private Sub Command2_Click()
- Command2.ZOrder
- End Sub
- Private Sub Command3_Click()
- Command3.ZOrder
- End Sub
-