📄 frmpssql.frm
字号:
VERSION 5.00
Object = "{F0D2F211-CCB0-11D0-A316-00AA00688B10}#1.0#0"; "MSDATLST.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form frmPsSql
Caption = "订购入库单查询(已过帐)"
ClientHeight = 6930
ClientLeft = 60
ClientTop = 345
ClientWidth = 7740
Icon = "frmPsSql.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
ScaleHeight = 6930
ScaleWidth = 7740
StartUpPosition = 1 '所有者中心
Begin VB.Frame Frame1
Height = 2955
Left = 0
TabIndex = 13
Top = 0
Width = 7695
Begin VB.CommandButton CmdDep
Caption = "查询(&F)"
Height = 315
Index = 0
Left = 6180
TabIndex = 16
Top = 420
Width = 1275
End
Begin VB.CommandButton CmdDep
Caption = "列表(&P)"
Height = 315
Index = 1
Left = 6180
TabIndex = 15
Top = 1335
Width = 1275
End
Begin VB.CommandButton CmdDep
Caption = "退出(&X)"
Height = 315
Index = 2
Left = 6180
TabIndex = 14
Top = 2280
Width = 1275
End
Begin MSDataGridLib.DataGrid DataGrid1
Bindings = "frmPsSql.frx":1272
Height = 2655
Left = 60
TabIndex = 17
Top = 180
Width = 5895
_ExtentX = 10398
_ExtentY = 4683
_Version = 393216
AllowUpdate = 0 'False
AllowArrows = -1 'True
HeadLines = 1
RowHeight = 15
TabAcrossSplits = -1 'True
TabAction = 2
WrapCellPointer = -1 'True
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
DataMember = "Com已过帐订购入库"
ColumnCount = 6
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
BeginProperty Column03
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 Column04
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 Column05
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
ColumnAllowSizing= 0 'False
ColumnWidth = 854.929
EndProperty
BeginProperty Column01
ColumnAllowSizing= 0 'False
ColumnWidth = 900.284
EndProperty
BeginProperty Column02
ColumnAllowSizing= 0 'False
ColumnWidth = 794.835
EndProperty
BeginProperty Column03
ColumnAllowSizing= 0 'False
ColumnWidth = 599.811
EndProperty
BeginProperty Column04
ColumnAllowSizing= 0 'False
ColumnWidth = 900.284
EndProperty
BeginProperty Column05
ColumnAllowSizing= 0 'False
ColumnWidth = 1500.095
EndProperty
EndProperty
End
End
Begin VB.Frame Frame2
ForeColor = &H00000000&
Height = 3900
Left = 0
TabIndex = 0
Top = 3000
Width = 7695
Begin VB.TextBox Txt
Appearance = 0 'Flat
DataField = "仓库编号"
DataMember = "Com已过帐订购入库"
DataSource = "DEaccp"
Enabled = 0 'False
Height = 270
Left = 3000
TabIndex = 19
Top = 840
Width = 1095
End
Begin VB.TextBox txtps_id
Appearance = 0 'Flat
DataField = "入库编号"
DataMember = "Com已过帐订购入库"
DataSource = "DEaccp"
Enabled = 0 'False
Height = 300
Left = 1200
TabIndex = 6
Top = 330
Width = 915
End
Begin VB.TextBox txtps_date
Appearance = 0 'Flat
DataField = "入库日期"
DataMember = "Com已过帐订购入库"
DataSource = "DEaccp"
Enabled = 0 'False
Height = 300
Left = 3000
TabIndex = 5
Top = 330
Width = 1080
End
Begin VB.TextBox txtps_maker
Appearance = 0 'Flat
DataField = "操作员名称"
DataMember = "Com已过帐订购入库"
DataSource = "DEaccp"
Enabled = 0 'False
Height = 300
Left = 1200
TabIndex = 4
Top = 830
Width = 915
End
Begin VB.TextBox txtps_demo
Appearance = 0 'Flat
DataField = "备注"
DataMember = "Com已过帐订购入库"
DataSource = "DEaccp"
Enabled = 0 'False
Height = 300
Left = 4920
TabIndex = 3
Top = 830
Width = 2595
End
Begin MSDataGridLib.DataGrid DataGrid2
Bindings = "frmPsSql.frx":1287
Height = 2055
Left = 420
TabIndex = 1
Top = 1260
Width = 6855
_ExtentX = 12091
_ExtentY = 3625
_Version = 393216
AllowUpdate = 0 'False
Enabled = -1 'True
HeadLines = 1
RowHeight = 17
FormatLocked = -1 'True
BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -