?? frmlogin.frm
字號:
VERSION 5.00
Begin VB.Form frmLogin
BorderStyle = 0 'None
Caption = "濟南市常駐人口戶籍管理系統"
ClientHeight = 4770
ClientLeft = 4440
ClientTop = 3660
ClientWidth = 6285
LinkTopic = "Form1"
Moveable = 0 'False
Picture = "frmLogin.frx":0000
ScaleHeight = 4770
ScaleWidth = 6285
ShowInTaskbar = 0 'False
StartUpPosition = 1 '所有者中心
Begin VB.Timer Timer1
Interval = 1000
Left = 5760
Top = 4200
End
Begin VB.Label 名片資料
BackColor = &H80000013&
Caption = "簿"
BeginProperty Font
Name = "宋體"
Size = 21.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00004080&
Height = 495
Index = 1
Left = 5160
TabIndex = 2
Top = 3480
Width = 495
End
Begin VB.Label 名片資料
BackColor = &H00FFC0C0&
Caption = "籍"
BeginProperty Font
Name = "宋體"
Size = 21.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00004080&
Height = 495
Index = 3
Left = 5160
TabIndex = 1
Top = 3000
Width = 495
End
Begin VB.Label 名片資料
BackColor = &H80000018&
Caption = "戶"
BeginProperty Font
Name = "宋體"
Size = 21.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00004080&
Height = 495
Index = 0
Left = 5160
TabIndex = 0
Top = 2520
Width = 495
End
End
Attribute VB_Name = "frmLogin"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Timer1_Timer()
frmMain.Show
Unload Me
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -