📄 form2.frm
字号:
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form Form2
Caption = "查询单条话单"
ClientHeight = 6225
ClientLeft = 60
ClientTop = 345
ClientWidth = 4815
Icon = "Form2.frx":0000
LinkTopic = "Form2"
MaxButton = 0 'False
ScaleHeight = 6225
ScaleWidth = 4815
StartUpPosition = 2 '屏幕中心
Begin VB.Data Data1
Caption = "Data1"
Connect = "Access"
DatabaseName = "C:\Documents and Settings\ljd1\My Documents\db1.mdb"
DefaultCursorType= 0 '缺省游标
DefaultType = 2 '使用 ODBC
Exclusive = 0 'False
Height = 375
Left = 1560
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = ""
Top = 4920
Visible = 0 'False
Width = 2055
End
Begin MSFlexGridLib.MSFlexGrid MSFlexGrid1
Bindings = "Form2.frx":1E72
Height = 6255
Left = -960
TabIndex = 0
Top = 0
Width = 5775
_ExtentX = 10186
_ExtentY = 11033
_Version = 393216
Appearance = 0
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Form2.Caption = Form1.Text1.Text + "的所有通话记录!"
Data1.RecordSource = Form1.Label2.Caption
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -