📄 prpbutton.pag
字号:
VERSION 5.00
Begin VB.PropertyPage PropertyPage1
Caption = "Introduction"
ClientHeight = 3720
ClientLeft = 0
ClientTop = 0
ClientWidth = 5175
PaletteMode = 0 'Halftone
ScaleHeight = 3720
ScaleWidth = 5175
Begin VB.PictureBox Picture1
AutoSize = -1 'True
Height = 690
Left = 135
Picture = "prpButton.pgx":0000
ScaleHeight = 630
ScaleWidth = 1275
TabIndex = 8
Top = 45
Width = 1335
End
Begin VB.Timer Timer1
Interval = 500
Left = 4725
Top = 2520
End
Begin VB.Label Label2
Alignment = 2 'Center
BackStyle = 0 'Transparent
BorderStyle = 1 'Fixed Single
Caption = "For Comments and suggesions contact to email no"
BeginProperty Font
Name = "Arial"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 375
Index = 3
Left = 195
TabIndex = 7
Top = 3195
Width = 4440
End
Begin VB.Label Label2
Alignment = 2 'Center
BackStyle = 0 'Transparent
BorderStyle = 1 'Fixed Single
Caption = "Feel Free to use it in your applications"
BeginProperty Font
Name = "Arial"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 330
Index = 2
Left = 195
TabIndex = 6
Top = 2850
Width = 4440
WordWrap = -1 'True
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "Lahore. Pakistan"
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000080&
Height = 300
Index = 1
Left = 2880
TabIndex = 5
Top = 2370
Width = 1785
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "digitron@nexlinx.net.pk "
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 400
Underline = -1 'True
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 240
Index = 0
Left = 390
TabIndex = 4
Top = 2370
Width = 2100
End
Begin VB.Label Label2
Alignment = 2 'Center
BackStyle = 0 'Transparent
BorderStyle = 1 'Fixed Single
Caption = "Contact:"
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 375
Index = 1
Left = 195
TabIndex = 3
Top = 1815
Width = 4440
End
Begin VB.Label Label2
Alignment = 2 'Center
BackStyle = 0 'Transparent
BorderStyle = 1 'Fixed Single
Caption = "Created By:"
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 375
Index = 0
Left = 195
TabIndex = 2
Top = 795
Width = 4440
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Ejaz Qureshi"
BeginProperty Font
Name = "MS Sans Serif"
Size = 18
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 435
Index = 1
Left = 1260
TabIndex = 1
Top = 1215
Width = 2250
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Ejaz Qureshi"
BeginProperty Font
Name = "MS Sans Serif"
Size = 18
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00808080&
Height = 435
Index = 0
Left = 1290
TabIndex = 0
Top = 1260
Width = 2250
End
Begin VB.Shape Shape1
BorderColor = &H80000009&
BorderWidth = 3
FillColor = &H000000FF&
FillStyle = 0 'Solid
Height = 375
Left = 4680
Shape = 3 'Circle
Top = 120
Width = 375
End
End
Attribute VB_Name = "PropertyPage1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = True
Private Sub Timer1_Timer()
If Shape1.FillColor = vbRed Then
Shape1.FillColor = vbGreen
Else
Shape1.FillColor = vbRed
End If
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -