📄 cxsyk.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"
Begin VB.Form cxsyk
BackColor = &H00E0E0E0&
Caption = " 车皮使用数据库列表"
ClientHeight = 6540
ClientLeft = 1116
ClientTop = 636
ClientWidth = 9504
Icon = "cxsyk.frx":0000
KeyPreview = -1 'True
LinkTopic = "Form2"
ScaleHeight = 6540
ScaleWidth = 9504
WindowState = 2 'Maximized
Begin VB.PictureBox Picture1
Appearance = 0 'Flat
BackColor = &H80000005&
BorderStyle = 0 'None
ForeColor = &H80000008&
Height = 5652
Left = 600
ScaleHeight = 5652
ScaleWidth = 7932
TabIndex = 1
Top = 360
Width = 7935
Begin VB.CommandButton cmdClose
Caption = "关闭"
Height = 300
Left = 7080
TabIndex = 7
Top = 0
Visible = 0 'False
Width = 700
End
Begin VB.CommandButton Command1
Caption = "打印"
Height = 300
Left = 6240
TabIndex = 6
Top = 0
Visible = 0 'False
Width = 700
End
Begin VB.TextBox Text1
Height = 375
Left = 3000
TabIndex = 2
Top = 840
Width = 2295
End
Begin MSDataGridLib.DataGrid grdDataGrid
Bindings = "cxsyk.frx":0442
Height = 3852
Left = 1080
TabIndex = 3
Top = 1320
Width = 6288
_ExtentX = 11091
_ExtentY = 6795
_Version = 393216
AllowUpdate = 0 'False
HeadLines = 1
RowHeight = 15
FormatLocked = -1 'True
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 = 3
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
BeginProperty Column02
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
ColumnWidth = 972.284
EndProperty
BeginProperty Column01
ColumnWidth = 1644.095
EndProperty
BeginProperty Column02
ColumnWidth = 2220.094
EndProperty
EndProperty
End
Begin VB.Label Label1
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "使 用 数 据 库 列 表"
BeginProperty Font
Name = "宋体"
Size = 14.4
Charset = 134
Weight = 400
Underline = -1 'True
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C00000&
Height = 375
Left = 1080
TabIndex = 5
Top = 240
Width = 6495
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "输入车号:"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 1320
TabIndex = 4
Top = 840
Width = 1215
End
End
Begin VB.PictureBox picButtons
Align = 2 'Align Bottom
Appearance = 0 'Flat
BackColor = &H00FFFFC0&
BorderStyle = 0 'None
ForeColor = &H80000008&
Height = 360
Left = 0
ScaleHeight = 360
ScaleWidth = 9504
TabIndex = 0
Top = 6180
Width = 9504
End
Begin MSAdodcLib.Adodc datPrimaryRS
Align = 2 'Align Bottom
Height = 336
Left = 0
Top = 5844
Visible = 0 'False
Width = 9504
_ExtentX = 16764
_ExtentY = 593
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 8
CursorOptions = 0
CacheSize = 50
MaxRecords = 20
BOFAction = 0
EOFAction = 0
ConnectStringType= 3
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "DSN=dzqch"
OLEDBString = ""
OLEDBFile = ""
DataSourceName = "dzqch"
OtherAttributes = ""
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -