📄 repairmanagement.frm
字号:
Left = 2160
TabIndex = 13
Top = 1590
Width = 3435
End
Begin VB.CommandButton Command1
Caption = "增 加"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 345
Left = 6120
TabIndex = 11
Top = 6840
Width = 1545
End
Begin VB.CommandButton Command2
Caption = "保 存"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 345
Left = 7740
TabIndex = 10
Top = 6840
Width = 1425
End
Begin VB.CommandButton Command3
Caption = "退 出"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 345
Left = 9360
TabIndex = 9
Top = 6840
Width = 1425
End
Begin MSComctlLib.ListView ListView1
Height = 3615
Left = 60
TabIndex = 8
Top = 3120
Width = 10815
_ExtentX = 19076
_ExtentY = 6376
LabelWrap = -1 'True
HideSelection = -1 'True
_Version = 393217
ForeColor = -2147483640
BackColor = -2147483643
BorderStyle = 1
Appearance = 1
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
NumItems = 0
End
Begin VB.TextBox Text5
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 7410
TabIndex = 5
Top = 1020
Width = 3435
End
Begin VB.TextBox Text6
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2160
TabIndex = 4
Top = 1020
Width = 3435
End
Begin VB.Frame Frame2
Height = 675
Left = 90
TabIndex = 1
Top = 270
Width = 10785
Begin VB.TextBox Text1
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 1050
TabIndex = 3
Top = 210
Width = 9645
End
Begin VB.Label Label1
Caption = "协议书号:"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 225
Left = 90
TabIndex = 2
Top = 285
Width = 1095
End
End
Begin VB.Label Label3
Caption = "签约日期:"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 225
Left = 6480
TabIndex = 14
Top = 1710
Width = 1065
End
Begin VB.Label Label2
Caption = "门牌号码(乙方):"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 225
Left = 480
TabIndex = 12
Top = 1710
Width = 1695
End
Begin VB.Label Label5
Caption = "物业主姓名(乙方):"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 225
Left = 5640
TabIndex = 7
Top = 1095
Width = 1905
End
Begin VB.Label Label6
Caption = "装修公司名称(甲方):"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 60
TabIndex = 6
Top = 1080
Width = 2115
End
End
End
Attribute VB_Name = "repairManagement"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Attribute VB_Ext_KEY = "RVB_UniqueId" ,"42B9FF750163"
Attribute VB_Ext_KEY = "RVB_ModelStereotype" ,"Form"
'装修管理界面类
'
'
'repair_requirement
'
'用于调用进入装修管理界面类
'
'
'
Option Explicit
'##ModelId=42BA9CBE02F8
Public Sub repair_requirement()
End Sub
Private Sub Command3_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -