📄 xpradiobutton.ctl
字号:
VERSION 5.00
Begin VB.UserControl XpRadioButton
Alignable = -1 'True
Appearance = 0 'Flat
BackColor = &H00FFFFFF&
ClientHeight = 885
ClientLeft = 0
ClientTop = 0
ClientWidth = 1920
FillStyle = 0 'Solid
ScaleHeight = 885
ScaleWidth = 1920
ToolboxBitmap = "XpRadioButton.ctx":0000
Begin VB.PictureBox img
BorderStyle = 0 'None
Height = 195
Index = 7
Left = 1680
Picture = "XpRadioButton.ctx":0312
ScaleHeight = 195
ScaleWidth = 195
TabIndex = 9
Top = 600
Visible = 0 'False
Width = 195
End
Begin VB.PictureBox img
BorderStyle = 0 'None
Height = 195
Index = 6
Left = 1440
Picture = "XpRadioButton.ctx":03BC
ScaleHeight = 195
ScaleWidth = 195
TabIndex = 8
Top = 600
Visible = 0 'False
Width = 195
End
Begin VB.PictureBox img
BorderStyle = 0 'None
Height = 195
Index = 5
Left = 1200
Picture = "XpRadioButton.ctx":0523
ScaleHeight = 195
ScaleWidth = 195
TabIndex = 7
Top = 600
Visible = 0 'False
Width = 195
End
Begin VB.PictureBox img
BorderStyle = 0 'None
Height = 195
Index = 4
Left = 960
Picture = "XpRadioButton.ctx":0694
ScaleHeight = 195
ScaleWidth = 195
TabIndex = 6
Top = 600
Visible = 0 'False
Width = 195
End
Begin VB.PictureBox img
BorderStyle = 0 'None
Height = 195
Index = 3
Left = 720
Picture = "XpRadioButton.ctx":07FA
ScaleHeight = 195
ScaleWidth = 195
TabIndex = 5
Top = 600
Visible = 0 'False
Width = 195
End
Begin VB.PictureBox img
BorderStyle = 0 'None
Height = 195
Index = 2
Left = 480
Picture = "XpRadioButton.ctx":0897
ScaleHeight = 195
ScaleWidth = 195
TabIndex = 4
Top = 600
Visible = 0 'False
Width = 195
End
Begin VB.PictureBox img
BorderStyle = 0 'None
Height = 195
Index = 1
Left = 240
Picture = "XpRadioButton.ctx":09ED
ScaleHeight = 195
ScaleWidth = 195
TabIndex = 3
Top = 600
Visible = 0 'False
Width = 195
End
Begin VB.PictureBox img
BorderStyle = 0 'None
Height = 195
Index = 0
Left = 0
Picture = "XpRadioButton.ctx":0B4C
ScaleHeight = 195
ScaleWidth = 195
TabIndex = 2
Top = 600
Visible = 0 'False
Width = 195
End
Begin VB.PictureBox p
BorderStyle = 0 'None
FillStyle = 0 'Solid
Height = 195
Left = 0
ScaleHeight = 13
ScaleMode = 3 'Pixel
ScaleWidth = 13
TabIndex = 1
Top = 0
Width = 195
End
Begin VB.Timer Timer1
Enabled = 0 'False
Interval = 50
Left = 1440
Top = 0
End
Begin VB.Label lbl
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H80000005&
BackStyle = 0 'Transparent
Caption = "Option1"
ForeColor = &H80000008&
Height = 195
Left = 240
TabIndex = 0
Top = 0
Width = 555
End
End
Attribute VB_Name = "XpRadioButton"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = False
'VB 在线
'www.VBzx.net
'+------------------------------------------------+
' http://www.VBzx.net
'+------------------------------------------------+
Private Declare Function GetCursorPos Lib "user32" (lpPoint As POINT_API) As Long 'Aki
Private Declare Function ScreenToClient Lib "user32" (ByVal hWnd As Long, lpPoint As POINT_API) As Long
'* * * * * * * * * * * * * * * * * * * * * * * * * * * *
' * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
'* * This code is originaly writen by Aleks Kimhi - Aki. * * * *
' * As you might have read that this ActiveX control is free, * * O *
'* * and therefore can be distributed for free as long as you * *
' * do not sell it for profit and there's still my name on it. * ____| *
'* * I've spend some time on this project so please * * *
' * don't just take it, use it and say you wrote it. * * * *
'* * Thank you for your co-operation. Any comments, * * * * P *
' * good or bad, would be greatly appreciated. * *
'* * E -mail: aniram@ zahav.net.il * * *
' * Tel-Aviv, Israel A & M
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -