home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Object = "{083C8784-F106-4CC2-9930-876218A6B74C}#1.1#0"; "ciaXPButton.ocx"
- Begin VB.Form Form6
- Caption = "Form6"
- ClientHeight = 3090
- ClientLeft = 60
- ClientTop = 450
- ClientWidth = 4680
- LinkTopic = "Form6"
- ScaleHeight = 3090
- ScaleWidth = 4680
- StartUpPosition = 3 'Windows Default
- Begin ciaXPButton.XPButton XPButton3
- Height = 525
- Left = 2580
- TabIndex = 2
- Top = 1830
- Width = 1470
- _ExtentX = 2593
- _ExtentY = 926
- OriginalPicSizeW= 0
- OriginalPicSizeH= 0
- BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- Name = "MS Sans Serif"
- Size = 8.25
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- XPTheme = 2
- LicValid = -1 'True
- End
- Begin ciaXPButton.XPButton XPButton2
- Height = 525
- Left = 1695
- TabIndex = 1
- Top = 1080
- Width = 1470
- _ExtentX = 2593
- _ExtentY = 926
- OriginalPicSizeW= 0
- OriginalPicSizeH= 0
- BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- Name = "MS Sans Serif"
- Size = 8.25
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- XPTheme = 1
- LicValid = -1 'True
- End
- Begin ciaXPButton.XPButton XPButton1
- Height = 525
- Left = 675
- TabIndex = 0
- Top = 360
- Width = 1470
- _ExtentX = 2593
- _ExtentY = 926
- OriginalPicSizeW= 0
- OriginalPicSizeH= 0
- BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- Name = "MS Sans Serif"
- Size = 8.25
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- LicValid = -1 'True
- End
- Begin ciaXPButton.XPButton ciaButton10
- Height = 360
- Left = 3555
- TabIndex = 4
- Top = 2640
- Width = 1065
- _ExtentX = 1879
- _ExtentY = 635
- Caption = "Exit"
- OriginalPicSizeW= 0
- OriginalPicSizeH= 0
- BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- Name = "MS Sans Serif"
- Size = 8.25
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- MouseIcon = "Form6.frx":0000
- MousePointer = 99
- LicValid = -1 'True
- End
- Begin VB.Label Label1
- AutoSize = -1 'True
- Caption = "THEMES!!!"
- Height = 195
- Left = 600
- TabIndex = 3
- Top = 2010
- Width = 810
- End
- Attribute VB_Name = "Form6"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub ciaButton10_Click()
- End Sub
- Private Sub Form_Load()
- Me.Move (Screen.Width - Me.ScaleWidth) \ 2, (Screen.Height - Me.ScaleHeight) \ 2
- End Sub
-