📄 inv_checkin_h.dfm
字号:
inherited Frm_Inv_CheckIn_H: TFrm_Inv_CheckIn_H
Left = 6
Top = 103
Caption = ''
ClientHeight = 473
ClientWidth = 763
Position = poDefault
Windowstate = wsMaximized
PixelsPerInch = 96
TextHeight = 12
inherited ControlBar: TControlBar
Width = 763
end
inherited Pnl_Title: TPanel
Width = 763
inherited Image2: TImage
Width = 763
end
end
inherited Pnl_Head: TPanel
Width = 763
inherited Image1: TImage
Width = 763
end
inherited Lbl_Order: TLabel
Width = 66
Caption = '仓库,单据号'
end
end
inherited Pnl_Hint: TPanel
Top = 464
Width = 763
inherited Image4: TImage
Width = 763
end
end
inherited Pnl_Body: TPanel
Width = 763
Height = 367
inherited Image3: TImage
Width = 763
Height = 367
end
inherited DBGridEh: TDBGridEh
Width = 763
Height = 367
FrozenCols = 3
Columns = <
Item
FieldName = 'OnCheckBillNo'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '待检单据号'
Width = 76
KeyList.Strings = ()
end
Item
FieldName = 'OnCheckDate'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '单据日期'
Width = 71
KeyList.Strings = ()
end
Item
FieldName = 'WHCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '仓库代码'
Width = 69
KeyList.Strings = ()
end
Item
FieldName = 'WHName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '仓库名称'
Width = 117
KeyList.Strings = ()
end
Item
FieldName = 'BillTypeName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '单据类型'
Width = 99
KeyList.Strings = ()
end
Item
FieldName = 'VendorCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '供应商代码'
Width = 72
KeyList.Strings = ()
end
Item
FieldName = 'VendorName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '供应商名称'
Width = 230
KeyList.Strings = ()
end>
end
end
inherited ActionList: TActionList
inherited Act_Delete: TAction
Enabled = False
Visible = False
end
end
inherited AdoQry_Head: TAdoQuery
ConnectionString =
'Provider=SQLOLEDB.1;Password=mdrcmrm;Persist Security Info=True;' +
'User ID=mdrcmrm;Initial Catalog=mdrcmrm;Data Source=192.168.0.15' +
'1;Use procedure for Prepare=1;Auto Translate=True;Packet Size=40' +
'96;Workstation ID=XYB'
CurSorType = ctStatic
SQL.Strings = (
'Select OnCheckBill.WHCode+'#39' '#39'+Warehouse.WHName As WHCodeName,'
' OnCheckBill.WHCode,'
' OnCheckBill.PONO,'
' Warehouse.WHName,'
' OnCheckBill.OnCheckBillNo,'
' OnCheckBill.OnCheckBillId,'
' BillType.BillTypeName,'
' OnCheckBill.OnCheckDate,'
' OnCheckBill.OnCheckMonth,'
' OnCheckBill.VendorCode,'
' OnCheckBill.VendorBillNo,'
' Vendor.VendorName'
'From OnCheckBill'
' Join Warehouse On OnCheckBill.WHCode=Warehouse.WHCode'
' Join Vendor On OnCheckBill.VendorCode=Vendor.VendorCode'
' Join BillType On OnCheckBill.BillTypeCode=BillType.BillTypeCod' +
'e'
' '
' '
' '
' '
' '
' '
' ')
object AdoQry_HeadWHCodeName: TStringField
FieldName = 'WHCodeName'
ReadOnly = True
Size = 45
end
object AdoQry_HeadWHCode: TStringField
FieldName = 'WHCode'
Origin = 'OnCheckBill'
Size = 4
end
object AdoQry_HeadPONO: TStringField
FieldName = 'PONO'
Origin = 'OnCheckBill'
Size = 16
end
object AdoQry_HeadWHName: TStringField
FieldName = 'WHName'
Origin = 'Warehouse'
Size = 40
end
object AdoQry_HeadOnCheckBillNo: TStringField
FieldName = 'OnCheckBillNo'
Origin = 'OnCheckBill'
Size = 10
end
object AdoQry_HeadOnCheckBillId: TAutoIncField
FieldName = 'OnCheckBillId'
ReadOnly = True
end
object AdoQry_HeadBillTypeName: TStringField
FieldName = 'BillTypeName'
Origin = 'BillType'
end
object AdoQry_HeadOnCheckDate: TDateTimeField
FieldName = 'OnCheckDate'
Origin = 'OnCheckBill'
end
object AdoQry_HeadOnCheckMonth: TStringField
FieldName = 'OnCheckMonth'
Origin = 'OnCheckBill'
FixedChAr = True
Size = 7
end
object AdoQry_HeadVendorCode: TStringField
FieldName = 'VendorCode'
Origin = 'OnCheckBill'
Size = 12
end
object AdoQry_HeadVendorName: TStringField
FieldName = 'VendorName'
Origin = 'Vendor'
Size = 60
end
object AdoQry_HeadVendorBillNo: TStringField
FieldName = 'VendorBillNo'
Size = 50
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -