📄 frmsuball.frm
字号:
VERSION 5.00
Object = "{00028C01-0000-0000-0000-000000000046}#1.0#0"; "DBGRID32.OCX"
Begin VB.Form Form12
BackColor = &H00000000&
BorderStyle = 0 'None
Caption = "Form12"
ClientHeight = 9720
ClientLeft = 60
ClientTop = 345
ClientWidth = 14130
LinkTopic = "Form12"
ScaleHeight = 9720
ScaleWidth = 14130
ShowInTaskbar = 0 'False
StartUpPosition = 3 'Windows Default
WindowState = 2 'Maximized
Begin VB.CommandButton Command1
BackColor = &H00FFFFC0&
Caption = "Home"
Height = 615
Left = 13080
Picture = "FrmSubAll.frx":0000
Style = 1 'Graphical
TabIndex = 0
Top = 9600
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 = 0
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = "Subscriber"
Top = 10080
Visible = 0 'False
Width = 3495
End
Begin MSDBGrid.DBGrid DBGrid1
Bindings = "FrmSubAll.frx":29C12
Height = 7455
Left = 6000
OleObjectBlob = "FrmSubAll.frx":29C26
TabIndex = 1
Top = 840
Width = 9015
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "To View All Subscribers"
BeginProperty Font
Name = "Arial Black"
Size = 18
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF8080&
Height = 495
Left = 5400
TabIndex = 2
Top = 0
Width = 5070
End
Begin VB.Image Image1
Height = 7455
Left = 0
Picture = "FrmSubAll.frx":2A60D
Stretch = -1 'True
Top = 840
Width = 7200
End
End
Attribute VB_Name = "Form12"
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 + -