📄 frmgy.frm
字号:
VERSION 5.00
Begin VB.Form frmGY
Caption = "关于配送管理系统"
ClientHeight = 3960
ClientLeft = 60
ClientTop = 345
ClientWidth = 5565
LinkTopic = "Form1"
ScaleHeight = 3960
ScaleWidth = 5565
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command1
Caption = "确 定"
BeginProperty Font
Name = "楷体_GB2312"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 4080
Picture = "frmGY.frx":0000
Style = 1 'Graphical
TabIndex = 8
Top = 3360
Width = 1095
End
Begin VB.PictureBox Picture1
Height = 1215
Left = 0
Picture = "frmGY.frx":0B25
ScaleHeight = 1155
ScaleWidth = 5475
TabIndex = 0
Top = 0
Width = 5535
Begin VB.Image Image2
Height = 480
Left = 720
Picture = "frmGY.frx":1AF91
Top = 360
Width = 480
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "配送中心管理系统"
BeginProperty Font
Name = "宋体"
Size = 18
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFF00&
Height = 495
Left = 1680
TabIndex = 1
Top = 480
Width = 3255
End
End
Begin VB.Label Label7
Caption = "hair"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 3000
TabIndex = 7
Top = 2880
Width = 975
End
Begin VB.Label Label6
Caption = "版权所有"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 720
TabIndex = 6
Top = 2880
Width = 1095
End
Begin VB.Label Label5
Caption = "windows 98/Me/2000"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 2400
TabIndex = 5
Top = 2280
Width = 2775
End
Begin VB.Label Label4
Caption = "运行环境"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 720
TabIndex = 4
Top = 2280
Width = 1095
End
Begin VB.Label Label3
Caption = "V 1.0 版"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2760
TabIndex = 3
Top = 1680
Width = 1575
End
Begin VB.Label Label2
Caption = "版 本 号"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 720
TabIndex = 2
Top = 1680
Width = 1095
End
Begin VB.Image Image1
Height = 9000
Left = 0
Top = 0
Width = 12000
End
End
Attribute VB_Name = "frmGY"
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.Hide
frmGY.Show
End Sub
Private Sub Form_Unload(Cancel As Integer)
Me.Hide
MDIPSZX.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -