📄 frmphu.frm
字号:
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form frmphu
Caption = "打印户口信息"
ClientHeight = 7635
ClientLeft = 60
ClientTop = 345
ClientWidth = 9285
ControlBox = 0 'False
LinkTopic = "Form1"
MDIChild = -1 'True
ScaleHeight = 7635
ScaleWidth = 9285
WindowState = 2 'Maximized
Begin MSComDlg.CommonDialog cdl1
Left = 4440
Top = 3840
_ExtentX = 847
_ExtentY = 847
_Version = 393216
End
Begin VB.Frame Frame3
Caption = "迁出信息"
Height = 1215
Left = 120
TabIndex = 16
Top = 4440
Width = 9015
Begin VB.Label Label14
Caption = "迁出到何地:"
Height = 375
Left = 2520
TabIndex = 20
Top = 600
Width = 1095
End
Begin VB.Label Label13
Height = 375
Left = 1320
TabIndex = 19
Top = 600
Width = 975
End
Begin VB.Label Label12
Caption = "迁出日期:"
Height = 375
Left = 240
TabIndex = 18
Top = 600
Width = 975
End
Begin VB.Label Label19
BorderStyle = 1 'Fixed Single
Height = 375
Left = 3840
TabIndex = 17
Top = 480
Width = 4695
End
End
Begin VB.Frame Frame2
Caption = "迁入信息"
Height = 1215
Left = 120
TabIndex = 11
Top = 3000
Width = 9015
Begin VB.Label Label10
Caption = "自何地迁入:"
Height = 375
Left = 2520
TabIndex = 15
Top = 600
Width = 1095
End
Begin VB.Label Label9
Height = 375
Left = 1320
TabIndex = 14
Top = 600
Width = 975
End
Begin VB.Label Label8
Caption = "迁入日期:"
Height = 375
Left = 240
TabIndex = 13
Top = 600
Width = 975
End
Begin VB.Label Label18
BorderStyle = 1 'Fixed Single
Height = 375
Left = 3840
TabIndex = 12
Top = 480
Width = 4695
End
End
Begin VB.Frame Frame1
Caption = "户口信息"
Height = 2655
Left = 120
TabIndex = 0
Top = 120
Width = 9015
Begin VB.Label Label5
Caption = "家庭住址:"
Height = 255
Left = 240
TabIndex = 10
Top = 1920
Width = 1095
End
Begin VB.Label Label7
Height = 255
Left = 5400
TabIndex = 9
Top = 360
Width = 2535
End
Begin VB.Label Label6
Caption = "登记日期:"
Height = 255
Left = 4080
TabIndex = 8
Top = 360
Width = 1095
End
Begin VB.Label Label4
Caption = "户主姓名:"
Height = 255
Left = 4080
TabIndex = 7
Top = 1080
Width = 975
End
Begin VB.Label Label1
Caption = "户别:"
Height = 255
Left = 240
TabIndex = 6
Top = 1080
Width = 855
End
Begin VB.Label Label2
Caption = "户号:"
Height = 255
Left = 240
TabIndex = 5
Top = 360
Width = 855
End
Begin VB.Label Label3
BorderStyle = 1 'Fixed Single
Height = 255
Left = 1200
TabIndex = 4
Top = 360
Width = 1695
End
Begin VB.Label Label11
BorderStyle = 1 'Fixed Single
Height = 375
Left = 1200
TabIndex = 3
Top = 960
Width = 1695
End
Begin VB.Label Label16
BorderStyle = 1 'Fixed Single
Height = 375
Left = 5400
TabIndex = 2
Top = 960
Width = 1815
End
Begin VB.Label Label17
BorderStyle = 1 'Fixed Single
Height = 375
Left = 1560
TabIndex = 1
Top = 1800
Width = 5655
End
End
Begin VB.Label Label21
Caption = "盖章:"
Height = 375
Left = 4800
TabIndex = 22
Top = 6600
Width = 1095
End
Begin VB.Label Label15
Caption = "承办人:"
Height = 375
Left = 1440
TabIndex = 21
Top = 6600
Width = 975
End
End
Attribute VB_Name = "frmphu"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -