📄 frminit.frm
字号:
VERSION 5.00
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.ocx"
Begin VB.Form frminit
BorderStyle = 1 'Fixed Single
Caption = "Welcome"
ClientHeight = 7470
ClientLeft = 45
ClientTop = 435
ClientWidth = 7995
Icon = "frminit.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 7470
ScaleWidth = 7995
StartUpPosition = 2 'CenterScreen
Begin VB.Frame Frame2
Height = 1455
Left = -120
TabIndex = 5
Top = 6240
Width = 8295
Begin VB.CommandButton Command1
Caption = "Yes"
Height = 375
Left = 4800
TabIndex = 7
Top = 360
Width = 1455
End
Begin VB.CommandButton Command2
Caption = "No"
Height = 375
Left = 6480
TabIndex = 6
Top = 360
Width = 1455
End
Begin VB.Label Label1
Caption = "I Agree "
Height = 375
Left = 3720
TabIndex = 8
Top = 360
Width = 2895
End
End
Begin VB.Frame Frame1
Height = 3735
Left = 240
TabIndex = 0
Top = 2280
Width = 7695
Begin RichTextLib.RichTextBox RichTextBox1
Height = 3255
Left = 120
TabIndex = 1
Top = 360
Width = 7455
_ExtentX = 13150
_ExtentY = 5741
_Version = 393217
Enabled = -1 'True
Appearance = 0
TextRTF = $"frminit.frx":0442
End
End
Begin VB.PictureBox Picture1
Appearance = 0 'Flat
BackColor = &H80000005&
ForeColor = &H80000008&
Height = 975
Left = 0
Picture = "frminit.frx":04C4
ScaleHeight = 945
ScaleWidth = 8145
TabIndex = 3
Top = 0
Width = 8175
Begin VB.Label lblapp
AutoSize = -1 'True
BackStyle = 0 'Transparent
BeginProperty Font
Name = "Times New Roman"
Size = 14.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C00000&
Height = 330
Left = 960
TabIndex = 4
Top = 240
Width = 75
End
End
Begin VB.Label Label2
Caption = "Terms and Agreements"
Height = 375
Left = 120
TabIndex = 2
Top = 1440
Width = 6975
End
End
Attribute VB_Name = "frminit"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
frmlicence.Show vbModal
End Sub
Private Sub Command2_Click()
j = MsgBox("To Install this program you need to" + vbCrLf + "agree with the terms its conditions", vbInformation)
k = MsgBox("Setup will now terminate", vbCritical)
ExitSetup Me, gintRET_EXIT
End Sub
Private Sub Form_Load()
InitCommonControls
lblapp.Caption = gstrAppName + " Terms and Agreement"
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -