?? frm定位.frm
字號:
VERSION 5.00
Begin VB.Form frm定位
Caption = "定位記錄"
ClientHeight = 1395
ClientLeft = 60
ClientTop = 345
ClientWidth = 4620
LinkTopic = "Form1"
ScaleHeight = 1395
ScaleWidth = 4620
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command2
Caption = "放棄(&Q)"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 405
Left = 2430
TabIndex = 3
Top = 720
Width = 1335
End
Begin VB.CommandButton Command1
Caption = "確定(&E)"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 405
Left = 600
TabIndex = 2
Top = 720
Width = 1425
End
Begin VB.TextBox Text1
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 345
Left = 2820
MaxLength = 6
TabIndex = 1
Top = 120
Width = 1215
End
Begin VB.Label Label1
Caption = "需要定位人員的工號:"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 285
Left = 210
TabIndex = 0
Top = 150
Width = 2535
End
End
Attribute VB_Name = "frm定位"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Command1_Click()
HXFGH = Text1.Text
Unload Me
HXFFHBJ = True
End Sub
Private Sub Command2_Click()
Unload Me
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -