📄 form7.frm
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form Form7
Caption = "Form7"
ClientHeight = 4065
ClientLeft = 60
ClientTop = 345
ClientWidth = 6480
LinkTopic = "Form7"
ScaleHeight = 4065
ScaleWidth = 6480
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command2
Caption = "确定"
Height = 495
Left = 1680
TabIndex = 21
Top = 3480
Width = 1215
End
Begin MSAdodcLib.Adodc Adodc1
Height = 495
Left = 240
Top = 3600
Visible = 0 'False
Width = 1200
_ExtentX = 2117
_ExtentY = 873
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=网上订票1.mdb;Persist Security Info=False"
OLEDBString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=网上订票1.mdb;Persist Security Info=False"
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = "乘客信息"
Caption = "Adodc1"
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.Frame Frame2
Caption = "取票方式"
Height = 3135
Left = 3480
TabIndex = 6
Top = 360
Width = 2775
Begin VB.TextBox Text2
Height = 375
Left = 1200
TabIndex = 18
Top = 2640
Width = 1455
End
Begin VB.ComboBox Combo3
Height = 300
ItemData = "Form7.frx":0000
Left = 1800
List = "Form7.frx":0061
TabIndex = 15
Top = 1320
Width = 615
End
Begin VB.ComboBox Combo2
Height = 300
ItemData = "Form7.frx":00D8
Left = 960
List = "Form7.frx":0106
TabIndex = 14
Top = 1320
Width = 615
End
Begin VB.ComboBox Combo1
Height = 300
ItemData = "Form7.frx":0137
Left = 120
List = "Form7.frx":0144
TabIndex = 13
Top = 1320
Width = 615
End
Begin VB.OptionButton Option2
Caption = "送票"
Height = 375
Left = 360
TabIndex = 8
Top = 360
Width = 1095
End
Begin VB.OptionButton Option1
Caption = "自取票"
Height = 375
Left = 480
TabIndex = 7
Top = 1920
Width = 1095
End
Begin VB.Label Label8
Caption = "出票时限:"
Height = 255
Left = 120
TabIndex = 17
Top = 2760
Width = 1095
End
Begin VB.Label Label7
Caption = "取票点:火车站售票处"
Height = 375
Left = 360
TabIndex = 16
Top = 2400
Width = 2055
End
Begin VB.Label Label6
Caption = "日"
Height = 255
Left = 2400
TabIndex = 12
Top = 1320
Width = 375
End
Begin VB.Label Label5
Caption = "月"
Height = 255
Left = 1560
TabIndex = 11
Top = 1320
Width = 495
End
Begin VB.Label Label4
Caption = "年"
Height = 255
Left = 720
TabIndex = 10
Top = 1320
Width = 375
End
Begin VB.Label Label2
Caption = "预约时间:"
Height = 255
Left = 360
TabIndex = 9
Top = 840
Width = 1335
End
End
Begin VB.CommandButton Command1
Caption = "下一步"
Height = 495
Left = 3360
TabIndex = 5
Top = 3480
Width = 1335
End
Begin VB.Frame Frame1
Caption = "客户信息"
Height = 3255
Left = 240
TabIndex = 0
Top = 120
Width = 3135
Begin VB.TextBox Text7
DataField = "票务类型"
DataSource = "Adodc1"
Height = 375
Left = 1320
TabIndex = 27
Top = 2640
Width = 1695
End
Begin VB.TextBox Text6
DataField = "日期"
DataSource = "Adodc1"
Height = 375
Left = 1320
TabIndex = 25
Top = 2160
Width = 1695
End
Begin VB.TextBox Text5
DataField = "票数"
DataSource = "Adodc1"
Height = 375
Left = 1320
TabIndex = 23
Top = 1680
Width = 1695
End
Begin VB.TextBox Text4
DataField = "车次"
DataSource = "Adodc1"
Height = 375
Left = 1320
TabIndex = 20
Top = 1200
Width = 1695
End
Begin VB.TextBox Text3
DataField = "手机电话"
DataSource = "Adodc1"
Height = 375
Left = 1320
TabIndex = 4
Top = 720
Width = 1695
End
Begin VB.TextBox Text1
DataField = "客户名"
DataSource = "Adodc1"
Height = 375
Left = 1320
TabIndex = 3
Top = 240
Width = 1695
End
Begin VB.Label Label12
Caption = "票务类型"
Height = 375
Left = 240
TabIndex = 26
Top = 2640
Width = 735
End
Begin VB.Label Label11
Caption = "日期"
Height = 255
Left = 240
TabIndex = 24
Top = 2160
Width = 735
End
Begin VB.Label Label10
Caption = "票数"
Height = 255
Left = 240
TabIndex = 22
Top = 1680
Width = 1335
End
Begin VB.Label Label9
Caption = "车次"
Height = 255
Left = 240
TabIndex = 19
Top = 1200
Width = 1335
End
Begin VB.Label Label3
Caption = "手机号"
Height = 255
Left = 240
TabIndex = 2
Top = 720
Width = 1335
End
Begin VB.Label Label1
Caption = "客户名"
Height = 255
Left = 240
TabIndex = 1
Top = 360
Width = 1335
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 Command1_Click()
Form5.Show
Hide
End Sub
Private Sub Command2_Click()
Text4.Text = Form2.Text1.Text
Text6.Text = Form2.Text3.Text
Adodc1.Recordset.AddNew
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -