📄 dev_form.frm
字号:
VERSION 5.00
Begin VB.Form dev_form
BorderStyle = 1 'Fixed Single
Caption = "Developer"
ClientHeight = 4560
ClientLeft = 45
ClientTop = 390
ClientWidth = 5985
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
Moveable = 0 'False
ScaleHeight = 4560
ScaleWidth = 5985
StartUpPosition = 2 'CenterScreen
Begin VB.CommandButton cmd_ok
BackColor = &H00FFC0FF&
Caption = "O&K"
Height = 375
Left = 2280
MaskColor = &H00FFFFC0&
Style = 1 'Graphical
TabIndex = 9
Top = 3960
Width = 1095
End
Begin VB.Frame ARS_FRAME
BackColor = &H00E4F9FA&
Caption = "ARS-SYSTEM"
BeginProperty Font
Name = "Palatino Linotype"
Size = 14.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C00000&
Height = 4575
Left = -120
TabIndex = 0
Top = 0
Width = 6135
Begin VB.Label Label9
BackColor = &H00E4F9FA&
Caption = "mukesh_8515@yahoo.com"
ForeColor = &H00FF0000&
Height = 375
Left = 3000
TabIndex = 10
Top = 3000
Width = 2415
End
Begin VB.Image Image1
Height = 2205
Left = 4200
Picture = "dev_form.frx":0000
Top = 240
Width = 1980
End
Begin VB.Label Label8
BackColor = &H00E4F9FA&
Caption = "kmohankar@yahoo.com"
ForeColor = &H00FF0000&
Height = 375
Left = 3000
TabIndex = 8
Top = 3480
Width = 2295
End
Begin VB.Label Label7
BackColor = &H00E4F9FA&
Caption = "jeetendra_kapase@ yahoo.com"
ForeColor = &H00FF0000&
Height = 375
Left = 3000
TabIndex = 7
Top = 2520
Width = 2415
End
Begin VB.Label Label6
BackColor = &H00E4F9FA&
Caption = "KESHAV MOHANKAR"
ForeColor = &H00404000&
Height = 375
Left = 1320
TabIndex = 6
Top = 3480
Width = 1695
End
Begin VB.Label Label5
BackColor = &H00E4F9FA&
Caption = "MUKESH CHAVAN"
ForeColor = &H00404000&
Height = 375
Left = 1320
TabIndex = 5
Top = 3000
Width = 1455
End
Begin VB.Label Label4
BackColor = &H00E4F9FA&
Caption = "JEETENDRA KAPSE "
ForeColor = &H00404000&
Height = 255
Left = 1320
TabIndex = 4
Top = 2520
Width = 1695
End
Begin VB.Label Label3
BackColor = &H00E4F9FA&
Caption = "Developer:"
ForeColor = &H00000040&
Height = 375
Left = 480
TabIndex = 3
Top = 2040
Width = 1095
End
Begin VB.Label Label2
BackColor = &H00E4F9FA&
Caption = "Copyright @ 2006-2007 PICT Corp"
ForeColor = &H000040C0&
Height = 375
Left = 240
TabIndex = 2
Top = 960
Width = 3255
End
Begin VB.Label Label1
BackColor = &H00E4F9FA&
Caption = "Attendance Report System 1.0 For 32 Bit System"
ForeColor = &H000040C0&
Height = 495
Left = 240
TabIndex = 1
Top = 600
Width = 3735
End
End
End
Attribute VB_Name = "dev_form"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmd_ok_Click()
ARS_MDI.Enabled = True
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -