codp.frm
来自「VB+sql实现区域环境管理信息系统的部分功能」· FRM 代码 · 共 48 行
FRM
48 行
VERSION 5.00
Begin VB.Form codp
Caption = "COD排放量图"
ClientHeight = 8685
ClientLeft = 60
ClientTop = 450
ClientWidth = 13380
LinkTopic = "Form1"
ScaleHeight = 8685
ScaleWidth = 13380
StartUpPosition = 3 '窗口缺省
Begin VB.Image Image1
Height = 7575
Left = 0
Picture = "codp.frx":0000
Stretch = -1 'True
Top = 1080
Width = 13335
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "山东半岛城市群各地市COD排放图"
BeginProperty Font
Name = "宋体"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 315
Left = 4320
TabIndex = 0
Top = 480
Width = 4590
End
End
Attribute VB_Name = "codp"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub DataGrid1_Click()
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?