📄 frmstdall.frm
字号:
VERSION 5.00
Object = "{00028C01-0000-0000-0000-000000000046}#1.0#0"; "DBGRID32.OCX"
Begin VB.Form Form8
BackColor = &H00800000&
BorderStyle = 0 'None
Caption = "Form8"
ClientHeight = 3195
ClientLeft = 0
ClientTop = -105
ClientWidth = 4680
LinkTopic = "Form8"
ScaleHeight = 3195
ScaleWidth = 4680
ShowInTaskbar = 0 'False
StartUpPosition = 3 'Windows Default
WindowState = 2 'Maximized
Begin VB.CommandButton Command1
BackColor = &H00FFFFC0&
Caption = "Home"
Height = 615
Left = 11280
Picture = "FrmSTDAll.frx":0000
Style = 1 'Graphical
TabIndex = 2
Top = 9240
Width = 1695
End
Begin VB.Data Data1
Caption = "Data1"
Connect = "Access"
DatabaseName = "D:\Telephone\DataBase\DirDB.mdb"
DefaultCursorType= 0 'DefaultCursor
DefaultType = 2 'UseODBC
Exclusive = 0 'False
Height = 375
Left = 120
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = "STD"
Top = 10560
Visible = 0 'False
Width = 3495
End
Begin MSDBGrid.DBGrid DBGrid1
Bindings = "FrmSTDAll.frx":29C12
Height = 7575
Left = 7680
OleObjectBlob = "FrmSTDAll.frx":29C26
TabIndex = 0
Top = 1440
Width = 5295
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "To View All S T D Codes"
BeginProperty Font
Name = "Arial Black"
Size = 18
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 495
Left = 5520
TabIndex = 1
Top = 360
Width = 5100
End
Begin VB.Image Image1
Height = 7560
Left = 2160
Picture = "FrmSTDAll.frx":2A605
Top = 1440
Width = 5325
End
End
Attribute VB_Name = "Form8"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
Form1.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -