📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form FrmAbout
BackColor = &H00EFF2EC&
BorderStyle = 1 'Fixed Single
Caption = "About BLacK PeaRL"
ClientHeight = 6900
ClientLeft = 45
ClientTop = 405
ClientWidth = 8175
FillStyle = 3 'Vertical Line
Icon = "FrmAbout.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 6900
ScaleWidth = 8175
StartUpPosition = 2 'CenterScreen
Begin VB.Frame Frame2
BackColor = &H00FFFFFF&
BorderStyle = 0 'None
Height = 5535
Left = 120
TabIndex = 1
Top = 1320
Width = 7935
Begin VB.Image Image1
Height = 3915
Left = 5160
Picture = "FrmAbout.frx":B532
Stretch = -1 'True
Top = 720
Width = 2580
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "This Billing Was Created By H@nSounDr3N@Line "
ForeColor = &H00B54524&
Height = 255
Left = 3840
TabIndex = 4
Top = 4920
Width = 3735
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = $"FrmAbout.frx":1E3A0
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00B54524&
Height = 4575
Left = 240
TabIndex = 3
Top = 240
Width = 4815
End
Begin VB.Shape Shape2
BackColor = &H00FFEBEA&
BackStyle = 1 'Opaque
BorderColor = &H00C0C0C0&
Height = 5295
Left = 120
Top = 120
Width = 7695
End
End
Begin VB.Frame Frame1
BackColor = &H00FFFFFF&
BorderStyle = 0 'None
Height = 975
Left = 120
TabIndex = 0
Top = 240
Width = 7935
Begin VB.Label Label3
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "Simple GNU GENERAL PUBLIC LICENSE"
BeginProperty Font
Name = "MS Sans Serif"
Size = 13.5
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00B54524&
Height = 375
Left = 0
TabIndex = 2
Top = 240
Width = 7935
End
Begin VB.Shape Shape1
BackColor = &H00FFEBEA&
BackStyle = 1 'Opaque
BorderColor = &H00C0C0C0&
Height = 735
Left = 120
Top = 120
Width = 7695
End
End
End
Attribute VB_Name = "FrmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
FrmAbout.Caption = "About " & NamaAplikasi
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -