form2.frm
来自「Clase para imprimir desde un documento d」· FRM 代码 · 共 28 行
FRM
28 行
VERSION 5.00
Begin VB.Form Form2
AutoRedraw = -1 'True
BorderStyle = 4 'Fixed ToolWindow
Caption = "Informaci髇 sobre impresora"
ClientHeight = 945
ClientLeft = 45
ClientTop = 315
ClientWidth = 2820
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 945
ScaleWidth = 2820
ShowInTaskbar = 0 'False
StartUpPosition = 3 'Windows Default
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Print "Devicename: " & Printer.DeviceName
Print "Drivername: " & Printer.DriverName
Print "Puerto: " & Printer.Port
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?