📄 frmfloodtable.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmFloodTable
Caption = "受灾信息统计"
ClientHeight = 4905
ClientLeft = 60
ClientTop = 345
ClientWidth = 7005
Icon = "frmFloodTable.frx":0000
LinkTopic = "Form1"
ScaleHeight = 4905
ScaleWidth = 7005
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton cmdOK
Caption = "确 认"
Height = 375
Left = 3120
TabIndex = 1
Top = 4440
Width = 735
End
Begin MSComctlLib.ListView lstView
Height = 4215
Left = 120
TabIndex = 0
Top = 120
Width = 6735
_ExtentX = 11880
_ExtentY = 7435
LabelWrap = -1 'True
HideSelection = -1 'True
GridLines = -1 'True
_Version = 393217
ForeColor = -2147483640
BackColor = -2147483643
BorderStyle = 1
Appearance = 1
NumItems = 0
End
End
Attribute VB_Name = "frmFloodTable"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Public bForModal As Boolean
Private Sub cmdOK_Click()
bForModal = True
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -