📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form Form1
ClientHeight = 1770
ClientLeft = 60
ClientTop = 345
ClientWidth = 5595
LinkTopic = "Form1"
ScaleHeight = 1770
ScaleWidth = 5595
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command3
Caption = "打印背面"
Height = 375
Left = 3960
TabIndex = 4
Top = 1080
Width = 1335
End
Begin VB.CommandButton Command2
Caption = "打印正面"
Height = 375
Left = 2160
TabIndex = 3
Top = 1080
Width = 1215
End
Begin VB.CommandButton Command1
Caption = "设置打印机"
Height = 375
Left = 360
TabIndex = 2
Top = 1080
Width = 1215
End
Begin VB.ComboBox Combo1
Height = 300
Left = 1440
TabIndex = 0
Text = "Combo1"
Top = 240
Width = 3975
End
Begin VB.Label Label1
Caption = "选择打印机"
Height = 255
Left = 360
TabIndex = 1
Top = 240
Width = 975
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()
strsql = "select dyjm from dyjwz"
grs.Open strsql, conn, adOpenKeyset, adLockReadOnly, adCmdText
fillcombo Combo1, grs
grs.Close
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -