📄 form_pk.frm
字号:
VERSION 5.00
Begin VB.Form form_PK
BorderStyle = 3 'Fixed Dialog
ClientHeight = 1515
ClientLeft = 45
ClientTop = 45
ClientWidth = 2145
ControlBox = 0 'False
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
Picture = "form_PK.frx":0000
ScaleHeight = 1515
ScaleWidth = 2145
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command1
Height = 345
Left = 510
Picture = "form_PK.frx":2209F
Style = 1 'Graphical
TabIndex = 3
Top = 990
Width = 1095
End
Begin VB.OptionButton Option2
Caption = "16K"
Height = 315
Left = 1050
TabIndex = 2
Top = 480
Width = 795
End
Begin VB.OptionButton Option1
Caption = "A4"
Height = 315
Left = 330
TabIndex = 1
Top = 480
Value = -1 'True
Width = 705
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "打印设置"
BeginProperty Font
Name = "隶书"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 345
Left = 480
TabIndex = 0
Top = 90
Width = 1395
End
End
Attribute VB_Name = "form_PK"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
If Option1.Value = True Then
A4 = "A4"
ElseIf Option2.Value = True Then
A4 = "16K"
End If
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -