📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "版本1-1"
ClientHeight = 9495
ClientLeft = 60
ClientTop = 450
ClientWidth = 11715
LinkTopic = "Form1"
MaxButton = 0 'False
Picture = "Form1.frx":0000
ScaleHeight = 9495
ScaleWidth = 11715
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command4
BackColor = &H00E0E0E0&
Caption = "退 出"
BeginProperty Font
Name = "华文新魏"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 8760
Style = 1 'Graphical
TabIndex = 6
Top = 9000
Width = 2955
End
Begin VB.CommandButton Command3
BackColor = &H00E0E0E0&
Cancel = -1 'True
Caption = "氮氧化物污染"
BeginProperty Font
Name = "华文新魏"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 5700
MouseIcon = "Form1.frx":F1A2
MousePointer = 99 'Custom
Style = 1 'Graphical
TabIndex = 5
Top = 9000
Width = 3075
End
Begin VB.CommandButton Command2
BackColor = &H00E0E0E0&
Caption = "TSP污染"
BeginProperty Font
Name = "华文新魏"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 2700
MouseIcon = "Form1.frx":F4AC
MousePointer = 99 'Custom
Style = 1 'Graphical
TabIndex = 4
Top = 9000
Width = 3015
End
Begin VB.CommandButton Command1
BackColor = &H00E0E0E0&
Caption = "二氧化硫污染"
BeginProperty Font
Name = "华文新魏"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 0
MaskColor = &H00E0E0E0&
MouseIcon = "Form1.frx":F7B6
MousePointer = 99 'Custom
Style = 1 'Graphical
TabIndex = 3
Top = 9000
Width = 2715
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "大 气 环 境影 响 评 价"
BeginProperty Font
Name = "华文新魏"
Size = 72
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF8080&
Height = 3255
Left = 1365
TabIndex = 2
Top = 1680
Width = 9255
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "点源控制模式"
BeginProperty Font
Name = "华文新魏"
Size = 27.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFC0C0&
Height = 735
Left = 4200
MouseIcon = "Form1.frx":FAC0
TabIndex = 1
Top = 5640
Width = 3735
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "大 气 环 境影 响 评 价"
BeginProperty Font
Name = "华文新魏"
Size = 72
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFC0C0&
Height = 3375
Left = 1440
TabIndex = 0
Top = 1680
Width = 10095
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form1.Hide: frmw1.Show
frmw1.Label14.Caption = "x=0-1000m": frmw1.Label15.Caption = "x=1000-10000m": frmw1.Label16.Caption = "x>=10000m"
frmw1.Label17.Caption = "x=0-1000m": frmw1.Label18.Caption = "x=1000-10000m": frmw1.Label19.Caption = "x>=10000m"
frmw1.Label23.Caption = 1
End Sub
Private Sub Command2_Click()
Form1.Hide: frmw1.Show
frmw1.Label14.Caption = "x=0-1000m": frmw1.Label15.Caption = "x=1000-10000m": frmw1.Label16.Caption = "x>=10000m"
frmw1.Label17.Caption = "x=0-1000m": frmw1.Label18.Caption = "x=1000-10000m": frmw1.Label19.Caption = "x>=10000m"
frmw1.Label23.Caption = 2
End Sub
Private Sub Command3_Click()
Form1.Hide: frmw1.Show
frmw1.Label14.Caption = "x=0-1000m": frmw1.Label15.Caption = "x=1000-10000m": frmw1.Label16.Caption = "x>=10000m"
frmw1.Label17.Caption = "x=0-1000m": frmw1.Label18.Caption = "x=1000-10000m": frmw1.Label19.Caption = "x>=10000m"
frmw1.Label23.Caption = 3
End Sub
Private Sub Command4_Click()
End
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -