📄 frmprint.frm
字号:
Begin VB.Frame Frame6
Caption = "打印设置"
Height = 6135
Left = -74880
TabIndex = 3
Top = 480
Width = 12375
Begin VB.CommandButton Command3
Caption = "打 印"
Height = 375
Left = 8760
TabIndex = 20
Top = 5620
Width = 1455
End
Begin VB.CommandButton Command2
Caption = "导 出"
Height = 375
Left = 10560
TabIndex = 19
Top = 5620
Width = 1455
End
Begin VB.OptionButton OptPrint
Height = 375
Index = 0
Left = 360
TabIndex = 17
Top = 360
Width = 375
End
Begin VB.OptionButton OptPrint
Height = 375
Index = 1
Left = 2400
TabIndex = 16
Top = 360
Width = 375
End
Begin VB.OptionButton OptPrint
Height = 375
Index = 2
Left = 5040
TabIndex = 15
Top = 360
Width = 375
End
Begin VB.OptionButton OptPrint
Height = 375
Index = 3
Left = 7920
TabIndex = 14
Top = 360
Width = 375
End
Begin VB.OptionButton OptPrint
Height = 375
Index = 4
Left = 10800
TabIndex = 13
Top = 360
Value = -1 'True
Width = 375
End
Begin VB.ComboBox Combo1
Enabled = 0 'False
Height = 315
ItemData = "frmPrint.frx":0038
Left = 9180
List = "frmPrint.frx":0045
Style = 2 'Dropdown List
TabIndex = 10
Top = 360
Width = 1455
End
Begin VB.Frame Frame7
Height = 855
Left = 240
TabIndex = 4
Top = 840
Width = 11895
Begin VB.TextBox txtPrintNum
Enabled = 0 'False
Height = 315
Left = 840
TabIndex = 8
Top = 360
Width = 1215
End
Begin VB.TextBox txtPrintName
Enabled = 0 'False
Height = 315
Left = 2640
TabIndex = 7
Top = 360
Width = 1695
End
Begin MSDataListLib.DataCombo txtPrintBj
Height = 315
Left = 7440
TabIndex = 5
Top = 360
Width = 1695
_ExtentX = 2990
_ExtentY = 582
_Version = 393216
Enabled = 0 'False
Style = 2
Text = ""
End
Begin MSDataListLib.DataCombo txtPrintZhuanye
Height = 315
Left = 4920
TabIndex = 6
Top = 360
Width = 1815
_ExtentX = 3201
_ExtentY = 582
_Version = 393216
Enabled = 0 'False
Style = 2
Text = ""
End
Begin VB.Label Label8
Caption = "学号 姓名 专业 班级"
Height = 255
Left = 240
TabIndex = 9
Top = 360
Width = 8895
End
End
Begin MSDataListLib.DataCombo DataCombo2
Height = 315
Left = 6000
TabIndex = 11
Top = 360
Width = 1695
_ExtentX = 2990
_ExtentY = 582
_Version = 393216
Enabled = 0 'False
Style = 2
Text = ""
End
Begin MSDataListLib.DataCombo DataCombo1
Height = 315
Left = 3360
TabIndex = 12
Top = 360
Width = 1575
_ExtentX = 2778
_ExtentY = 582
_Version = 393216
Enabled = 0 'False
Style = 2
Text = ""
End
Begin MSDataGridLib.DataGrid DataGrid5
Height = 3495
Left = 120
TabIndex = 18
Top = 1920
Width = 12135
_ExtentX = 21405
_ExtentY = 6165
_Version = 393216
AllowUpdate = 0 'False
AllowArrows = 0 'False
HeadLines = 1
RowHeight = 15
BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ColumnCount = 2
BeginProperty Column00
DataField = ""
Caption = ""
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column01
DataField = ""
Caption = ""
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
SplitCount = 1
BeginProperty Split0
BeginProperty Column00
EndProperty
BeginProperty Column01
EndProperty
EndProperty
End
Begin VB.Line Line3
BorderColor = &H00FFFFFF&
X1 = 7680
X2 = 12360
Y1 = 5520
Y2 = 5520
End
Begin VB.Label Label7
BackStyle = 0 'Transparent
Caption = "个人 班级 专业 政治面貌 全部"
Height = 375
Left = 720
TabIndex = 21
Top = 480
Width = 11415
End
End
End
Begin VB.Line Line1
X1 = 0
X2 = 12480
Y1 = 600
Y2 = 600
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "打 印 管 理"
BeginProperty Font
Name = "黑体"
Size = 21.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 435
Left = 5040
TabIndex = 0
Top = 120
Width = 2520
End
End
Attribute VB_Name = "frmPrint"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -