?? frmabout.frm
字號:
VERSION 5.00
Begin VB.Form frmAbout
BorderStyle = 1 'Fixed Single
Caption = "About"
ClientHeight = 3990
ClientLeft = 45
ClientTop = 435
ClientWidth = 5415
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3990
ScaleWidth = 5415
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command1
Caption = "確 定"
BeginProperty Font
Name = "宋體"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 4200
TabIndex = 5
Top = 3480
Width = 1095
End
Begin VB.Frame Frame1
BeginProperty Font
Name = "宋體"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1695
Left = 120
TabIndex = 0
Top = 1320
Width = 5175
Begin VB.PictureBox Picture1
BorderStyle = 0 'None
BeginProperty Font
Name = "宋體"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1335
Left = 120
ScaleHeight = 1335
ScaleWidth = 4935
TabIndex = 1
Top = 120
Width = 4935
Begin VB.Label Label3
Caption = "Label3"
Height = 255
Left = 360
TabIndex = 4
Top = 960
Width = 2175
End
Begin VB.Label Label2
Caption = "Label2"
Height = 255
Left = 360
TabIndex = 3
Top = 600
Width = 2175
End
Begin VB.Label Label1
Caption = "Label1"
Height = 255
Left = 360
TabIndex = 2
Top = 240
Width = 2295
End
End
End
Begin VB.Label Label4
Caption = "Copyright CJW All Rights Reserved"
ForeColor = &H00404040&
Height = 255
Left = 2640
TabIndex = 6
Top = 3120
Width = 2655
End
Begin VB.Image Image2
Height = 1185
Left = 0
Picture = "frmAbout.frx":0000
Top = 0
Width = 5445
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'****************************************************************************
'人人為我,我為人人
'枕善居收藏整理
'發(fā)布日期:2007/12/17
'描 述:企事業(yè)單位人事管理系統(tǒng) Ver 2007
'網(wǎng) 站:http://www.Mndsoft.com/ (VB6源碼博客)
'網(wǎng) 站:http://www.VbDnet.com/ (VB.NET源碼博客,主要基于.NET2005)
'e-mail :Mndsoft@163.com
'e-mail :Mndsoft@126.com
'OICQ :88382850
' 如果您有新的好的代碼別忘記給枕善居哦!
'****************************************************************************
Private Sub Command1_Click()
Unload Me
End Sub
Private Sub Form_Load()
Me.Icon = MDIfrm.Icon
Me.Label1.Caption = gXtmc
Me.Label2.Caption = "版本 " & App.Major & "." & App.Minor & "." & App.Revision
Me.Label3.Caption = "Bluesky QQ:20963389"
End Sub
Private Sub Form_Initialize()
Call InitCommonControls 'XP效果
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -