home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
- Begin VB.Form Form1
- Caption = "Form1"
- ClientHeight = 2835
- ClientLeft = 45
- ClientTop = 360
- ClientWidth = 6540
- LinkTopic = "Form1"
- ScaleHeight = 2835
- ScaleWidth = 6540
- StartUpPosition = 3 'Windows Default
- Begin VB.CommandButton Command1
- Caption = "Quit"
- Height = 375
- Left = 4320
- TabIndex = 6
- Top = 2400
- Width = 1695
- End
- Begin TabDlg.SSTab SSTab1
- Height = 2172
- Left = 240
- TabIndex = 0
- Top = 120
- Width = 6132
- _ExtentX = 10821
- _ExtentY = 3836
- _Version = 327680
- TabHeight = 420
- TabCaption(0) = "Tab 0"
- TabPicture(0) = "Form2.frx":0000
- Tab(0).ControlCount= 1
- Tab(0).ControlEnabled= -1 'True
- Tab(0).Control(0)= "List1"
- Tab(0).Control(0).Enabled= 0 'False
- TabCaption(1) = "Tab 1"
- TabPicture(1) = "Form2.frx":001C
- Tab(1).ControlCount= 1
- Tab(1).ControlEnabled= 0 'False
- Tab(1).Control(0)= "Frame2"
- Tab(1).Control(0).Enabled= 0 'False
- TabCaption(2) = "Tab 2"
- TabPicture(2) = "Form2.frx":0038
- Tab(2).ControlCount= 2
- Tab(2).ControlEnabled= 0 'False
- Tab(2).Control(0)= "Text3"
- Tab(2).Control(0).Enabled= -1 'True
- Tab(2).Control(1)= "Label2"
- Tab(2).Control(1).Enabled= 0 'False
- Begin VB.ListBox List1
- Height = 1230
- ItemData = "Form2.frx":0054
- Left = 360
- List = "Form2.frx":0064
- TabIndex = 5
- Top = 600
- Width = 5055
- End
- Begin VB.Frame Frame2
- Caption = "Frame2"
- Height = 1092
- Left = -74520
- TabIndex = 2
- Top = 600
- Width = 4452
- Begin VB.CheckBox Check2
- Caption = "Check2"
- Height = 252
- Left = 360
- TabIndex = 3
- Top = 360
- Width = 3132
- End
- End
- Begin VB.TextBox Text3
- Height = 288
- Left = -72240
- TabIndex = 1
- Text = "Text3"
- Top = 960
- Width = 2772
- End
- Begin VB.Label Label2
- Caption = "Enter Your Name"
- Height = 372
- Left = -74760
- TabIndex = 4
- Top = 960
- Width = 2172
- End
- End
- Attribute VB_Name = "Form1"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Command1_Click()
- End
- End Sub
- Private Sub Form_Click()
- On Error Resume Next
- For i = 0 To Controls.Count - 1
- Debug.Print Controls(i), Controls(i).Left
- Next i
- End Sub
- Private Sub Form_Load()
- Set AutoControl1.parentForm = Me
- End Sub
- Private Sub Form_Resize()
- AutoControl1.AutoSize
- End Sub
- Private Sub SSTab1_Click(PreviousTab As Integer)
- AutoControl1.AutoSize
- End Sub
-