⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmmanuallicence.frm

📁 注册使用ocx的例子
💻 FRM
字号:
VERSION 5.00
Object = "{DB1EACDC-26FE-11D2-9A7B-000000000000}#1.0#0"; "Registration.OCX"
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.1#0"; "richtx32.ocx"
Begin VB.Form frmManualLicence 
   Caption         =   "Form1"
   ClientHeight    =   5955
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   8115
   LinkTopic       =   "Form1"
   ScaleHeight     =   5955
   ScaleWidth      =   8115
   StartUpPosition =   3  'Windows-Standard
   Begin RegistrationOCX.Licence Licence1 
      Left            =   1560
      Top             =   4800
      _ExtentX        =   873
      _ExtentY        =   873
   End
   Begin RegistrationOCX.Registration_Info Registration_Info1 
      Left            =   780
      Top             =   4800
      _ExtentX        =   873
      _ExtentY        =   873
   End
   Begin VB.CommandButton Command2 
      Caption         =   "&Disaggree"
      Height          =   375
      Left            =   4680
      TabIndex        =   2
      Top             =   5340
      Width           =   2655
   End
   Begin VB.CommandButton Command1 
      Caption         =   "&Accept"
      Height          =   375
      Left            =   4680
      TabIndex        =   1
      Top             =   4800
      Width           =   2655
   End
   Begin RichTextLib.RichTextBox RichTextBox1 
      Height          =   3255
      Left            =   480
      TabIndex        =   0
      Top             =   660
      Width           =   6855
      _ExtentX        =   12091
      _ExtentY        =   5741
      _Version        =   327681
      Enabled         =   -1  'True
      TextRTF         =   $"frmManualLicence.frx":0000
   End
End
Attribute VB_Name = "frmManualLicence"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()

Licence1.AcceptLicence
Unload Me

End Sub

Private Sub Command2_Click()

MsgBox "Not accepted"
Unload Me

End Sub

Private Sub Form_Load()

CenterForm Me

Registration_Info1.Path = App.Path
Registration_Info1.Refresh
RichTextBox1.TextRTF = Registration_Info1.LIZENZ_Lizenztext

End Sub

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -