📄 frmdatarepeatertest.frm
字号:
VERSION 5.00
Object = "{5C8CED40-8909-11D0-9483-00A0C91110ED}#1.0#0"; "MSDATREP.OCX"
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form frmDataRepeaterTest
Caption = "Data Repeater How To"
ClientHeight = 5775
ClientLeft = 60
ClientTop = 345
ClientWidth = 6255
LinkTopic = "Form1"
ScaleHeight = 5775
ScaleWidth = 6255
StartUpPosition = 3 'Windows Default
Begin MSDataRepeaterLib.DataRepeater datarepAddresses
Bindings = "frmDataRepeaterTest.frx":0000
Height = 5025
Left = 120
TabIndex = 0
Top = 120
Width = 6015
_ExtentX = 10610
_ExtentY = 8864
_StreamID = -1412567295
_Version = 393216
Caption = "Addresses"
BeginProperty RepeatedControlName {21FC0FC0-1E5C-11D1-A327-00AA00688B10}
_StreamID = -1412567295
_Version = 65536
Name = "RepeaterTestControl.ctlAddress"
EndProperty
RepeaterBindings= 6
BeginProperty RepeaterBinding(0) {7D21A594-FC9B-11D0-A320-00AA00688B10}
_StreamID = -1412567295
_Version = 65536
PropertyName = "Address"
DataField = "Address"
EndProperty
BeginProperty RepeaterBinding(1) {7D21A594-FC9B-11D0-A320-00AA00688B10}
_StreamID = -1412567295
_Version = 65536
PropertyName = "City"
DataField = "City"
EndProperty
BeginProperty RepeaterBinding(2) {7D21A594-FC9B-11D0-A320-00AA00688B10}
_StreamID = -1412567295
_Version = 65536
PropertyName = "FirstName"
DataField = "FirstName"
EndProperty
BeginProperty RepeaterBinding(3) {7D21A594-FC9B-11D0-A320-00AA00688B10}
_StreamID = -1412567295
_Version = 65536
PropertyName = "LastName"
DataField = "LastName"
EndProperty
BeginProperty RepeaterBinding(4) {7D21A594-FC9B-11D0-A320-00AA00688B10}
_StreamID = -1412567295
_Version = 65536
PropertyName = "State"
DataField = "State"
EndProperty
BeginProperty RepeaterBinding(5) {7D21A594-FC9B-11D0-A320-00AA00688B10}
_StreamID = -1412567295
_Version = 65536
PropertyName = "Zip"
DataField = "Zip"
EndProperty
End
Begin MSAdodcLib.Adodc adodcAddresses
Height = 375
Left = 120
Top = 5280
Width = 6015
_ExtentX = 10610
_ExtentY = 661
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 2
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 1
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "Provider=Microsoft.Jet.OLEDB.3.51;Data Source=Addresses.mdb"
OLEDBString = "Provider=Microsoft.Jet.OLEDB.3.51;Data Source=Addresses.mdb"
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = "Addresses"
Caption = "Addresses"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
_Version = 393216
End
End
Attribute VB_Name = "frmDataRepeaterTest"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -