📄 thanks.frm
字号:
VERSION 5.00
Object = "{D18BBD1F-82BB-4385-BED3-E9D31A3E361E}#1.0#0"; "KewlButtonz.ocx"
Begin VB.Form frmThanks
BackColor = &H00FBF7F4&
BorderStyle = 1 'Fixed Single
Caption = "Thanks to"
ClientHeight = 2700
ClientLeft = 45
ClientTop = 330
ClientWidth = 6000
BeginProperty Font
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Icon = "Thanks.frx":0000
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 180
ScaleMode = 3 'Pixel
ScaleWidth = 400
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin KewlButtonz.KewlButtons btnOk
Height = 390
Left = 4485
TabIndex = 0
Top = 2115
Width = 1290
_ExtentX = 2275
_ExtentY = 688
BTYPE = 3
TX = "O&k"
ENAB = -1 'True
BeginProperty FONT {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
COLTYPE = 1
FOCUSR = -1 'True
BCOL = 15002603
BCOLO = 15002603
FCOL = 0
FCOLO = 0
MCOL = 12632256
MPTR = 1
MICON = "Thanks.frx":0EBA
UMCOL = -1 'True
SOFT = 0 'False
PICPOS = 0
NGREY = 0 'False
FX = 0
HAND = 0 'False
CHECK = 0 'False
VALUE = 0 'False
End
Begin Irfan.IrfanHeader ihdAbout
Align = 1 'Align Top
Height = 825
Left = 0
Top = 0
Width = 6000
_ExtentX = 10583
_ExtentY = 1455
Text = "Thanks to"
End
Begin VB.Line Line2
BorderColor = &H00C69877&
BorderWidth = 2
X1 = 8
X2 = 288
Y1 = 152
Y2 = 152
End
Begin VB.Line Line1
BorderColor = &H00C69877&
BorderWidth = 2
X1 = 8
X2 = 288
Y1 = 160
Y2 = 160
End
Begin VB.Label lblThanks
BackStyle = 0 'Transparent
Caption = "Contact:"
ForeColor = &H00704427&
Height = 255
Index = 6
Left = 120
TabIndex = 4
Top = 1635
Width = 2055
End
Begin VB.Label lblThanks
BackStyle = 0 'Transparent
Caption = "balcan3k[at]gmail.com"
ForeColor = &H00704427&
Height = 255
Index = 5
Left = 120
TabIndex = 3
Top = 1875
Width = 2055
End
Begin VB.Label lblThanks
BackStyle = 0 'Transparent
Caption = "Diaztri, Cha2, aLya 'n farReL 4 inspiring me so much."
ForeColor = &H00704427&
Height = 375
Index = 2
Left = 1560
TabIndex = 2
Top = 1200
Width = 4455
End
Begin VB.Label lblThanks
BackStyle = 0 'Transparent
Caption = "Ivan thanks to: Allah, Bmw (for troubleshooting)."
ForeColor = &H00704427&
Height = 255
Index = 0
Left = 120
TabIndex = 1
Top = 960
Width = 4455
End
End
Attribute VB_Name = "frmThanks"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub btnOk_Click()
Call Unload(Me)
End Sub
Private Sub Form_Load()
ihdAbout.Text = LoadResString(8)
'lblThanks(0).Caption = LoadResString(7)
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -