📄 about.frm
字号:
VERSION 5.00
Begin VB.Form frmAbout
BorderStyle = 3 'Fixed Dialog
Caption = "关于"
ClientHeight = 4350
ClientLeft = 45
ClientTop = 330
ClientWidth = 6015
Icon = "About.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4350
ScaleWidth = 6015
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.PictureBox Picture1
Height = 3450
Left = 90
Picture = "About.frx":000C
ScaleHeight = 3390
ScaleWidth = 1845
TabIndex = 13
Top = 60
Width = 1905
End
Begin VB.PictureBox Picture2
BorderStyle = 0 'None
Height = 945
Left = 2190
ScaleHeight = 945
ScaleWidth = 2685
TabIndex = 6
Top = 1230
Width = 2685
Begin VB.Label Label5
Caption = "温州新科海电脑有限公司"
Height = 255
Left = 255
TabIndex = 7
Top = 330
Width = 2235
End
End
Begin VB.Frame Frame2
Height = 120
Left = 60
TabIndex = 3
Top = 3600
Width = 5835
End
Begin VB.CommandButton cmdOk
Caption = "确定"
Height = 345
Left = 4650
TabIndex = 1
Top = 3870
Width = 1111
End
Begin VB.Label Label1
Caption = "E-MAIL:E.kh@wz.zj.cn"
Height = 285
Left = 2580
TabIndex = 14
Top = 3330
Width = 1995
End
Begin VB.Label Label11
AutoSize = -1 'True
Caption = "ADD:温州市新城大道数码城大厦1402室"
Height = 180
Left = 2580
TabIndex = 12
Top = 2625
Width = 3060
End
Begin VB.Label Label8
AutoSize = -1 'True
Caption = "TEL:0577-88918718(88918717)"
Height = 180
Left = 2580
TabIndex = 11
Top = 2880
Width = 2520
End
Begin VB.Label Label9
AutoSize = -1 'True
Caption = "FAX:0577-88918719"
Height = 180
Left = 2580
TabIndex = 10
Top = 3150
Width = 1530
End
Begin VB.Label Label10
AutoSize = -1 'True
Caption = "警告:"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 90
TabIndex = 9
Top = 3780
Width = 525
End
Begin VB.Label Label7
AutoSize = -1 'True
Caption = "杭州国信电脑公司软件(温州)分公司"
Height = 180
Left = 2220
TabIndex = 8
Top = 2310
Width = 3060
End
Begin VB.Label Label6
Caption = "Verson 1.0"
Height = 315
Left = 3870
TabIndex = 5
Top = 510
Width = 1245
End
Begin VB.Label Label4
Caption = "此软件使用权属于:"
Height = 255
Left = 2190
TabIndex = 4
Top = 990
Width = 1665
End
Begin VB.Label Label3
Caption = "国信档案总管理"
Height = 285
Left = 2220
TabIndex = 2
Top = 240
Width = 2445
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "版权所有,违者必究"
Height = 180
Left = 660
TabIndex = 0
Top = 3810
Width = 1530
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdOK_Click()
' Dim i As Long
' Dim StrCardID As String
'
' For i = 1 To 10000
' StrCardID = "120000" & CStr(10000 + i)
' If i Mod 200 = 0 Then
' sSQL = sSQL & vbCrLf & "Insert CardTemp(CardID) values('" & StrCardID & "')"
' Cn.Execute sSQL
' sSQL = ""
' Else
' sSQL = sSQL & vbCrLf & "Insert CardTemp(CardID) values('" & StrCardID & "')"
' End If
' Next i
' MsgBox "OK"
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -