📄
字号:
VERSION 5.00
Begin VB.Form Form15
BackColor = &H00FFFFFF&
Caption = "开发商资料"
ClientHeight = 6045
ClientLeft = 4095
ClientTop = 3090
ClientWidth = 7425
Icon = "开发商资料.frx":0000
LinkTopic = "Form15"
MDIChild = -1 'True
ScaleHeight = 6045
ScaleWidth = 7425
Begin VB.Frame Frame1
BackColor = &H00C0E0FF&
Height = 5535
Left = 120
TabIndex = 0
Top = 240
Width = 7215
Begin VB.CommandButton Command1
Caption = "确 定"
Height = 375
Left = 5640
TabIndex = 1
Top = 4920
Width = 1095
End
Begin VB.Label Label1
BackColor = &H00C0E0FF&
BackStyle = 0 'Transparent
Caption = $"开发商资料.frx":08CA
Height = 5655
Left = 120
TabIndex = 2
Top = 240
Width = 7095
End
End
End
Attribute VB_Name = "Form15"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
Private Sub Form_Load()
Me.Height = 6105
Me.Width = 7485
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -