📄 inv_salematerial_h.dfm
字号:
inherited Frm_Inv_SaleMaterial_H: TFrm_Inv_SaleMaterial_H
Left = -63
Top = 65
Caption = '材料发货单制单'
ClientHeight = 473
ClientWidth = 763
Position = poDefault
Windowstate = wsMaximized
PixelsPerInch = 96
TextHeight = 12
inherited ControlBar: TControlBar
Width = 763
inherited ToolBar: TToolBar
inherited TlBtn_Look: TToolButton
Action = Act_Sum
end
end
end
inherited Pnl_Title: TPanel
Width = 763
Caption = '材料发货单制单'
end
inherited Pnl_Head: TPanel
Width = 763
inherited Lbl_Order: TLabel
Width = 66
Caption = '仓库,单据号'
end
end
inherited Pnl_Hint: TPanel
Top = 464
Width = 763
end
inherited Pnl_Body: TPanel
Width = 763
Height = 367
inherited DBGridEh: TDBGridEh
Width = 763
Height = 367
Columns = <
Item
FieldName = 'WHCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '仓库代码'
Width = 67
KeyList.Strings = ()
end
Item
FieldName = 'WHName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '仓库名称'
Width = 82
KeyList.Strings = ()
end
Item
FieldName = 'InvBillNo'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '单据号'
Width = 87
KeyList.Strings = ()
end
Item
FieldName = 'InvBillDate'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '单据日期'
Width = 97
KeyList.Strings = ()
end
Item
FieldName = 'CustomerCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '客户代码'
KeyList.Strings = ()
end
Item
FieldName = 'CustomerName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '客户描述'
Width = 152
KeyList.Strings = ()
end
Item
FieldName = 'WhPositionCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '货位代码'
Width = 63
KeyList.Strings = ()
end
Item
FieldName = 'WhPositionName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '货位名称'
Width = 103
KeyList.Strings = ()
end>
end
end
inherited ActionList: TActionList
inherited Act_Delete: TAction
Enabled = False
Visible = False
end
end
inherited AdoQry_Head: TAdoQuery
SQL.Strings = (
'Select InvOutBill.WHCode+'#39' '#39'+Warehouse.WHName As WHCodeName,'
' InvOutBill.WHCode,'
' Warehouse.WHName,'
' InvOutBill.InvBillNo,'
' InvOutBill.InvBillId,'
' InvOutBill.InvBillTAXRATE,'
' InvOutBill.InvBillDate,'
' InvOutBill.CustomerCode,'
' Customer.CustomerName,'
' InvOutBill.WhPositionCode+'#39' '#39'+WhPosition.WhPositionName As WHP' +
'ositionCodeName,'
' InvOutBill.WhPositionCode,'
' InvOutBill.InvBillRemArk,'
' WhPosition.WhPositionName'
'From InvOutBill'
' Left Outer Join Warehouse On InvOutBill.WHCode=Warehouse.WHCod' +
'e'
' Left Outer Join Customer On InvOutBill.CustomerCode=Customer.C' +
'ustomerCode'
' Left Outer Join WhPosition On'
' InvOutBill.WhPositionCode=WhPosition.WhPositionCode'
' '
' '
' '
' ')
object AdoQry_HeadWHCodeName: TStringField
FieldName = 'WHCodeName'
ReadOnly = True
Size = 45
end
object AdoQry_HeadWHCode: TStringField
FieldName = 'WHCode'
Origin = 'InvOutBill'
Size = 4
end
object AdoQry_HeadWHName: TStringField
FieldName = 'WHName'
Origin = 'Warehouse'
Size = 40
end
object AdoQry_HeadInvBillNo: TStringField
FieldName = 'InvBillNo'
Origin = 'InvOutBill'
Size = 10
end
object AdoQry_HeadInvBillDate: TDateTimeField
FieldName = 'InvBillDate'
Origin = 'InvOutBill'
end
object AdoQry_HeadCustomerCode: TStringField
FieldName = 'CustomerCode'
Origin = 'InvOutBill'
Size = 12
end
object AdoQry_HeadCustomerName: TStringField
FieldName = 'CustomerName'
Origin = 'Customer'
Size = 60
end
object AdoQry_HeadWhPositionCodeName: TStringField
FieldName = 'WhPositionCodeName'
ReadOnly = True
Size = 45
end
object AdoQry_HeadWhPositionCode: TStringField
FieldName = 'WhPositionCode'
Origin = 'InvOutBill'
Size = 4
end
object AdoQry_HeadWhPositionName: TStringField
FieldName = 'WhPositionName'
Origin = 'WhPosition'
Size = 40
end
object AdoQry_HeadInvBillTAXRATE: TFloatField
FieldName = 'InvBillTAXRATE'
Origin = 'InvOutBill'
end
object AdoQry_HeadInvBillId: TBCDField
FieldName = 'InvBillId'
ReadOnly = True
Precision = 18
Size = 0
end
object AdoQry_HeadInvBillRemArk: TStringField
FieldName = 'InvBillRemArk'
Origin = 'InvOutBill'
Size = 60
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -