📄 form15.frm
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form Form12
Caption = "家庭关系"
ClientHeight = 3045
ClientLeft = 60
ClientTop = 450
ClientWidth = 5460
LinkTopic = "Form12"
ScaleHeight = 3045
ScaleWidth = 5460
StartUpPosition = 3 '窗口缺省
Begin VB.TextBox Text1
DataField = "姓名"
DataSource = "Adodc1"
Height = 375
Left = 960
TabIndex = 7
Top = 120
Width = 1215
End
Begin VB.TextBox Text7
BackColor = &H00C0FFFF&
DataField = "工作单位"
DataSource = "Adodc1"
Height = 375
Left = 1560
TabIndex = 6
Top = 1440
Width = 1215
End
Begin VB.CommandButton Command1
Caption = "添加"
Height = 375
Left = 2280
TabIndex = 5
Top = 2280
Width = 975
End
Begin VB.CommandButton Command2
Caption = "删除"
Height = 375
Left = 3240
TabIndex = 4
Top = 2280
Width = 975
End
Begin VB.CommandButton Command3
Caption = "修改"
Height = 375
Left = 4200
TabIndex = 3
Top = 2280
Width = 975
End
Begin VB.TextBox Text4
BackColor = &H00C0FFFF&
DataField = "籍贯"
DataSource = "Adodc1"
Height = 375
Left = 3960
TabIndex = 2
Top = 1440
Width = 1215
End
Begin VB.TextBox Text5
BackColor = &H00C0FFFF&
DataField = "关系"
DataSource = "Adodc1"
Height = 375
Left = 3960
TabIndex = 1
Top = 840
Width = 1215
End
Begin VB.TextBox Text6
BackColor = &H00C0FFFF&
DataField = "家庭成员姓名"
DataSource = "Adodc1"
Height = 375
Left = 1560
TabIndex = 0
Top = 840
Width = 1215
End
Begin MSAdodcLib.Adodc Adodc1
Height = 330
Left = 0
Top = 2280
Width = 2175
_ExtentX = 3836
_ExtentY = 582
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.4.0;Data Source=rsgl.mdb;Persist Security Info=False"
OLEDBString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=rsgl.mdb;Persist Security Info=False"
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = "jiating"
Caption = "浏览"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
_Version = 393216
End
Begin VB.Line Line4
X1 = 0
X2 = 5280
Y1 = 600
Y2 = 600
End
Begin VB.Line Line1
X1 = 0
X2 = 5280
Y1 = 1320
Y2 = 1320
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "姓名"
Height = 375
Left = 120
TabIndex = 12
Top = 120
Width = 1095
End
Begin VB.Label Label8
BackStyle = 0 'Transparent
Caption = "工作单位"
Height = 255
Left = 360
TabIndex = 11
Top = 1440
Width = 975
End
Begin VB.Line Line3
X1 = 0
X2 = 5280
Y1 = 1920
Y2 = 1920
End
Begin VB.Label Label5
BackStyle = 0 'Transparent
Caption = "籍贯"
Height = 255
Left = 3120
TabIndex = 10
Top = 1440
Width = 975
End
Begin VB.Label Label6
BackStyle = 0 'Transparent
Caption = "关系"
Height = 375
Left = 3120
TabIndex = 9
Top = 840
Width = 855
End
Begin VB.Label Label7
BackStyle = 0 'Transparent
Caption = "家庭成员姓名"
Height = 255
Left = 360
TabIndex = 8
Top = 840
Width = 1335
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()
Adodc1.Recordset.AddNew
End Sub
Private Sub Command2_Click()
Adodc1.Recordset.Delete
End Sub
Private Sub Command3_Click()
Adodc1.Refresh
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -