📄 dlgpersonreport.frm
字号:
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "Comdlg32.ocx"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Object = "{0B81E4A9-BE4E-4AEF-9272-33AB5B51C6FC}#1.0#0"; "XPControls.ocx"
Begin VB.Form dlgPersonReport
BackColor = &H80000018&
BorderStyle = 3 'Fixed Dialog
Caption = "打印报告"
ClientHeight = 3225
ClientLeft = 2760
ClientTop = 3750
ClientWidth = 6720
Icon = "dlgPersonReport.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3225
ScaleWidth = 6720
ShowInTaskbar = 0 'False
StartUpPosition = 1 '所有者中心
Begin VB.Frame Frame2
BackColor = &H80000018&
Caption = "WORD报告"
ForeColor = &H00FF0000&
Height = 2745
Left = 210
TabIndex = 7
Top = 210
Width = 4905
Begin VB.Frame Frame10
BackColor = &H80000018&
Caption = "导出"
Height = 2355
Index = 1
Left = 3315
TabIndex = 10
Top = 255
Width = 1500
Begin VB.CheckBox chkDefault
BackColor = &H80000018&
Caption = "默认文件名(模板名_档案号_姓名.doc)"
Height = 1230
Left = 120
TabIndex = 11
Top = 930
Value = 1 'Checked
Width = 1275
End
Begin XPControls.XPCommandButton cmdExport
Height = 360
Left = 345
TabIndex = 12
ToolTipText = "以WORD格式导出"
Top = 420
Width = 885
_ExtentX = 1561
_ExtentY = 635
Enabled = 0 'False
Caption = "导出"
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
End
End
Begin VB.Frame Frame8
BackColor = &H80000018&
Caption = "模板选择"
Height = 2355
Index = 1
Left = 165
TabIndex = 8
Top = 255
Width = 3060
Begin MSComctlLib.ListView lvwMB
Height = 1980
Left = 120
TabIndex = 9
Top = 240
Width = 2820
_ExtentX = 4974
_ExtentY = 3493
View = 3
LabelEdit = 1
LabelWrap = -1 'True
HideSelection = 0 'False
FullRowSelect = -1 'True
GridLines = -1 'True
_Version = 393217
ForeColor = -2147483640
BackColor = 12648384
BorderStyle = 1
Appearance = 1
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
NumItems = 2
BeginProperty ColumnHeader(1) {BDD1F052-858B-11D1-B16A-00C0F0283628}
Text = "模板名称"
Object.Width = 2540
EndProperty
BeginProperty ColumnHeader(2) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 1
Text = "说明"
Object.Width = 2540
EndProperty
End
End
End
Begin MSComDlg.CommonDialog CommonDialog1
Left = 3045
Top = 2160
_ExtentX = 847
_ExtentY = 847
_Version = 393216
End
Begin VB.Frame Frame12
BackColor = &H80000018&
Caption = "通用报告"
ForeColor = &H00FF0000&
Height = 1965
Left = 5220
TabIndex = 0
Top = 210
Width = 1290
Begin XPControls.XPCommandButton cmdPreviewUniversal
Height = 345
Left = 255
TabIndex = 1
Top = 885
Width = 720
_ExtentX = 1270
_ExtentY = 609
Caption = "查 看"
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
End
End
Begin XPControls.XPCommandButton cmdExit
Cancel = -1 'True
Height = 360
Left = 5430
TabIndex = 2
Top = 2505
Width = 885
_ExtentX = 1561
_ExtentY = 635
Caption = "退 出"
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
End
Begin VB.TextBox txtLongText
BorderStyle = 0 'None
Height = 945
Left = 0
MultiLine = -1 'True
TabIndex = 3
Top = -225
Visible = 0 'False
Width = 7380
End
Begin VB.TextBox txtUniversal
BorderStyle = 0 'None
Height = 945
Left = 1560
MultiLine = -1 'True
TabIndex = 4
Top = 0
Visible = 0 'False
Width = 2415
End
Begin VB.TextBox txtTemp
BorderStyle = 0 'None
Height = 1695
Left = 0
MultiLine = -1 'True
TabIndex = 5
Top = -30
Visible = 0 'False
Width = 3555
End
Begin VB.PictureBox picTemp
Appearance = 0 'Flat
BackColor = &H80000005&
BorderStyle = 0 'None
ForeColor = &H80000008&
Height = 825
Left = 0
ScaleHeight = 825
ScaleWidth = 1095
TabIndex = 6
Top = 0
Visible = 0 'False
Width = 1095
End
End
Attribute VB_Name = "dlgPersonReport"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Dim mlngGUID As Long
Dim mstrName As String
Dim mstrHealthID As String
Private Sub cmdExit_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -