📄 cars_warehouse.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 = "{F0D2F211-CCB0-11D0-A316-00AA00688B10}#1.0#0"; "MSDATLST.OCX"
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomct2.ocx"
Begin VB.Form Cars_warehouse
Caption = "车辆入库"
ClientHeight = 7980
ClientLeft = 60
ClientTop = 465
ClientWidth = 9810
Icon = "Cars_warehouse.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MDIChild = -1 'True
ScaleHeight = 7980
ScaleWidth = 9810
Begin MSAdodcLib.Adodc Adodc2
Height = 330
Left = 4680
Top = 8040
Visible = 0 'False
Width = 1455
_ExtentX = 2566
_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= 3
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "DSN=CARS"
OLEDBString = ""
OLEDBFile = ""
DataSourceName = "CARS"
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = "车型信息表"
Caption = "Adodc2"
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 = 1095
Left = 0
TabIndex = 20
Top = 2880
Width = 9735
Begin VB.TextBox Text6
Height = 375
Left = 3840
TabIndex = 23
Top = 360
Width = 1095
End
Begin VB.TextBox Text5
Height = 375
Left = 1320
TabIndex = 22
Top = 360
Width = 975
End
Begin VB.TextBox Text7
Height = 375
Left = 7680
TabIndex = 25
Top = 360
Width = 1095
End
Begin VB.Label Label2
Caption = "进价"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 3240
TabIndex = 29
Top = 360
Width = 495
End
Begin VB.Label Label9
Caption = "元/辆"
Height = 255
Left = 5160
TabIndex = 28
Top = 480
Width = 495
End
Begin VB.Label Label10
Caption = "车型编号"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 240
TabIndex = 27
Top = 360
Width = 975
End
Begin VB.Label Label6
Caption = "合计金额"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 6720
TabIndex = 26
Top = 360
Width = 855
End
Begin VB.Label Label12
Caption = "元"
Height = 255
Left = 8880
TabIndex = 24
Top = 480
Width = 495
End
End
Begin VB.Frame Frame3
Caption = "入库记录"
Height = 2775
Left = 120
TabIndex = 19
Top = 5040
Width = 9615
Begin MSDataGridLib.DataGrid DataGrid1
Bindings = "Cars_warehouse.frx":319A
Height = 2415
Left = 120
TabIndex = 10
Top = 240
Width = 9375
_ExtentX = 16536
_ExtentY = 4260
_Version = 393216
HeadLines = 1
RowHeight = 15
BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ColumnCount = 2
BeginProperty Column00
DataField = ""
Caption = ""
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column01
DataField = ""
Caption = ""
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
SplitCount = 1
BeginProperty Split0
BeginProperty Column00
EndProperty
BeginProperty Column01
EndProperty
EndProperty
End
End
Begin VB.CommandButton Command3
Caption = "删除"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 6600
TabIndex = 21
Top = 4320
Width = 855
End
Begin MSComCtl2.DTPicker DTPicker1
Height = 375
Left = 3840
TabIndex = 5
Top = 4320
Width = 1455
_ExtentX = 2566
_ExtentY = 661
_Version = 393216
Format = 25559041
CurrentDate = 39042
End
Begin MSAdodcLib.Adodc Adodc1
Height = 330
Left = 2040
Top = 8040
Visible = 0 'False
Width = 1815
_ExtentX = 3201
_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= 3
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "DSN=CARS"
OLEDBString = ""
OLEDBFile = ""
DataSourceName = "CARS"
OtherAttributes = ""
UserName = "bai"
Password = "052606241"
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.CommandButton Command1
Caption = "登记"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 5640
TabIndex = 6
Top = 4320
Width = 855
End
Begin VB.TextBox Text8
Height = 375
Left = 1080
TabIndex = 4
Top = 4320
Width = 1695
End
Begin VB.Frame Frame1
Caption = "详细信息表"
Height = 2775
Left = 0
TabIndex = 8
Top = 0
Width = 9735
Begin MSDataListLib.DataCombo DataCombo1
Bindings = "Cars_warehouse.frx":31AF
Height = 360
Left = 1560
TabIndex = 1
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -