?? frm_czyxx.frm
字號:
VERSION 5.00
Begin VB.Form frm_czyxx
BorderStyle = 4 'Fixed ToolWindow
Caption = "查看操作員"
ClientHeight = 630
ClientLeft = 45
ClientTop = 270
ClientWidth = 3315
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 630
ScaleWidth = 3315
ShowInTaskbar = 0 'False
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame1
Height = 550
Left = 0
TabIndex = 0
Top = 0
Width = 3255
Begin VB.TextBox Text1
ForeColor = &H000000C0&
Height = 300
Left = 1320
TabIndex = 2
Top = 160
Width = 1815
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "當(dāng)前操作員"
ForeColor = &H00C00000&
Height = 200
Left = 120
TabIndex = 1
Top = 240
Width = 975
End
End
End
Attribute VB_Name = "frm_czyxx"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Click()
Unload Me
End Sub
Private Sub Form_Load()
Me.Left = (Screen.Width - Me.Width) / 2
Me.Top = (Screen.Height - Me.Height) / 2
End Sub
Private Sub Frame1_Click()
Unload Me
End Sub
Private Sub Label1_Click()
Unload Me
End Sub
Private Sub Text1_Click()
Unload Me
End Sub
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -