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

📄 form1.frm

📁 pdf文件编辑工具控件
💻 FRM
字号:
VERSION 5.00
Object = "{8902A3C2-9AD9-479E-BD2F-B62BB29F3244}#1.0#0"; "pdfocx.ocx"
Begin VB.Form Form1 
   Caption         =   "Form1"
   ClientHeight    =   8820
   ClientLeft      =   855
   ClientTop       =   990
   ClientWidth     =   12630
   LinkTopic       =   "Form1"
   ScaleHeight     =   8820
   ScaleWidth      =   12630
   Begin PDFOCXLib.Pdfocx Pdfocx1 
      Height          =   8895
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   12615
      _Version        =   65536
      _ExtentX        =   22251
      _ExtentY        =   15690
      _StockProps     =   0
   End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
    Pdfocx1.SetOrderID "XXXXXXXXXXXXXXX", "Your company name", "Your email address"
            
End Sub

⌨️ 快捷键说明

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