📄 forbackticketinfo.frm
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "msadodc.ocx"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "msdatgrd.ocx"
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomct2.ocx"
Object = "{F0D2F211-CCB0-11D0-A316-00AA00688B10}#1.0#0"; "MSDATLST.OCX"
Begin VB.Form ForBackTicketInfo
Caption = "退票信息更新"
ClientHeight = 6945
ClientLeft = 60
ClientTop = 435
ClientWidth = 9045
LinkTopic = "Form1"
ScaleHeight = 6945
ScaleWidth = 9045
StartUpPosition = 2 'CenterScreen
Begin MSAdodcLib.Adodc Adodc3
Height = 330
Left = 3960
Top = 240
Visible = 0 'False
Width = 1215
_ExtentX = 2143
_ExtentY = 582
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 1
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 1
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=train"
OLEDBString = "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=train"
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = "select * from 退票登记表"
Caption = "Adodc3"
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
Begin MSAdodcLib.Adodc Adodc2
Height = 330
Left = 2520
Top = 240
Visible = 0 'False
Width = 1200
_ExtentX = 2117
_ExtentY = 582
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 1
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 1
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=train"
OLEDBString = "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=train"
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = " select distinct 车次 from 退票登记表 "
Caption = "Adodc2"
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
Begin VB.Frame Frame4
BackColor = &H0080C0FF&
Caption = "利润"
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1575
Left = 5400
TabIndex = 11
Top = 3600
Width = 3135
Begin VB.TextBox Text2
Height = 375
Left = 1440
TabIndex = 19
Text = "Text2"
Top = 480
Width = 1455
End
Begin VB.PictureBox Picture2
BackColor = &H0080C0FF&
BorderStyle = 0 'None
Height = 495
Left = 120
Picture = "ForBackTicketInfo.frx":0000
ScaleHeight = 495
ScaleWidth = 495
TabIndex = 16
Top = 840
Width = 495
End
Begin VB.TextBox Text1
Enabled = 0 'False
Height = 375
Left = 1440
TabIndex = 13
Text = "Text1"
Top = 960
Width = 1455
End
Begin VB.Label Label2
BackColor = &H0080C0FF&
Caption = "票数"
Height = 255
Left = 600
TabIndex = 18
Top = 480
Width = 615
End
Begin VB.Label Label1
BackColor = &H0080C0FF&
Caption = "总金额"
Height = 255
Left = 600
TabIndex = 12
Top = 1080
Width = 735
End
End
Begin VB.Frame Frame3
BackColor = &H00C0C0FF&
Caption = "条件"
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1575
Left = 480
TabIndex = 8
Top = 3600
Width = 4935
Begin MSDataListLib.DataCombo DataCombo1
Bindings = "ForBackTicketInfo.frx":08CA
DataField = "车次"
DataSource = "Adodc2"
Height = 315
Left = 840
TabIndex = 15
Top = 840
Width = 1335
_ExtentX = 2355
_ExtentY = 556
_Version = 393216
ListField = "车次"
Text = "DataCombo1"
End
Begin MSComCtl2.DTPicker DTPicker1
Height = 375
Left = 3240
TabIndex = 14
Top = 840
Width = 1455
_ExtentX = 2566
_ExtentY = 661
_Version = 393216
CalendarBackColor= 12648384
Format = 25559041
CurrentDate = 39321
End
Begin VB.CheckBox Check2
BackColor = &H00C0C0FF&
Caption = "日期"
Height = 255
Left = 2520
TabIndex = 10
Top = 840
Width = 855
End
Begin VB.CheckBox Check1
BackColor = &H00C0C0FF&
Caption = "车次"
Height = 255
Left = 120
TabIndex = 9
Top = 840
Width = 855
End
End
Begin MSAdodcLib.Adodc Adodc1
Height = 330
Left = 840
Top = 240
Visible = 0 'False
Width = 1200
_ExtentX = 2117
_ExtentY = 582
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 1
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 1
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=train"
OLEDBString = "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=train"
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = " select * from 退票登记表 "
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -