?? form7.frm
字號:
VERSION 5.00
Begin VB.Form Form7
Caption = "編輯轎車信息"
ClientHeight = 4545
ClientLeft = 60
ClientTop = 450
ClientWidth = 5745
LinkTopic = "Form1"
ScaleHeight = 4545
ScaleWidth = 5745
StartUpPosition = 3 'Windows Default
Begin VB.Data Data1
Caption = "Adodc1"
Connect = "Access"
DatabaseName = ""
DefaultCursorType= 0 'DefaultCursor
DefaultType = 2 'UseODBC
Exclusive = 0 'False
Height = 375
Index = 1
Left = 120
Options = 0
ReadOnly = -1 'True
RecordsetType = 1 'Dynaset
RecordSource = ""
Top = 4080
Width = 2415
End
Begin VB.Frame Frame2
Caption = "查看轎車信息"
Height = 735
Index = 0
Left = 120
TabIndex = 16
Top = 2400
Width = 5535
Begin VB.CommandButton Command1
Caption = "第一條記錄"
Height = 375
Index = 9
Left = 360
TabIndex = 20
Top = 240
Width = 1095
End
Begin VB.CommandButton Command1
Caption = "第一條記錄"
Height = 375
Index = 8
Left = 1560
TabIndex = 19
Top = 240
Width = 1095
End
Begin VB.CommandButton Command1
Caption = "第一條記錄"
Height = 375
Index = 2
Left = 2760
TabIndex = 18
Top = 240
Width = 1095
End
Begin VB.CommandButton Command1
Caption = "第一條記錄"
Height = 375
Index = 3
Left = 3960
TabIndex = 17
Top = 240
Width = 1095
End
End
Begin VB.Frame Frame2
Caption = "修改轎車信息"
Height = 735
Index = 1
Left = 120
TabIndex = 11
Top = 3240
Width = 5535
Begin VB.CommandButton Command1
Caption = "退出"
Height = 375
Index = 4
Left = 3960
TabIndex = 15
Top = 240
Width = 1095
End
Begin VB.CommandButton Command1
Caption = "刪除記錄"
Height = 375
Index = 5
Left = 2760
TabIndex = 14
Top = 240
Width = 1095
End
Begin VB.CommandButton Command1
Caption = "保存記錄"
Height = 375
Index = 6
Left = 1560
TabIndex = 13
Top = 240
Width = 1095
End
Begin VB.CommandButton Command1
Caption = "修改記錄"
Height = 375
Index = 7
Left = 360
TabIndex = 12
Top = 240
Width = 1095
End
End
Begin VB.TextBox Text1
Height = 375
Index = 4
Left = 3960
TabIndex = 2
Top = 240
Width = 1575
End
Begin VB.TextBox Text1
Height = 375
Index = 1
Left = 1200
TabIndex = 1
Top = 720
Width = 1575
End
Begin VB.Frame Frame1
Height = 2295
Left = 120
TabIndex = 0
Top = 0
Width = 5535
Begin VB.TextBox Text2
Height = 975
Left = 1080
TabIndex = 10
Top = 1200
Width = 4335
End
Begin VB.TextBox Text1
Height = 375
Index = 7
Left = 1080
TabIndex = 8
Top = 240
Width = 1575
End
Begin VB.TextBox Text1
Height = 375
Index = 0
Left = 3840
TabIndex = 7
Top = 720
Width = 1575
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "具體描述"
Height = 195
Index = 8
Left = 240
TabIndex = 9
Top = 1320
Width = 720
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "保修期"
Height = 195
Index = 5
Left = 2880
TabIndex = 6
Top = 840
Width = 540
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "轎車品牌"
Height = 195
Index = 4
Left = 2880
TabIndex = 5
Top = 360
Width = 720
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "轎車價格"
Height = 195
Index = 2
Left = 240
TabIndex = 4
Top = 840
Width = 720
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "轎車型號"
Height = 195
Index = 0
Left = 240
TabIndex = 3
Top = 360
Width = 720
End
End
End
Attribute VB_Name = "Form7"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub 客戶姓名_Click()
End Sub
Private Sub Label1_Click(Index As Integer)
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -