📄 inv_whpmove_h.dfm
字号:
inherited Frm_Inv_WhPMove_H: TFrm_Inv_WhPMove_H
Left = -7
Top = 95
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
Caption = '货位移动单制单'
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
Columns = <
Item
FieldName = 'WHCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '仓库代码'
Width = 59
KeyList.Strings = ()
end
Item
FieldName = 'WHName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '仓库名称'
Width = 98
KeyList.Strings = ()
end
Item
FieldName = 'InvBillNo'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '单据号'
Width = 68
KeyList.Strings = ()
end
Item
FieldName = 'InvBillDate'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '单据日期'
Width = 84
KeyList.Strings = ()
end
Item
FieldName = 'WhPositionCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '移出货位代码'
Width = 80
KeyList.Strings = ()
end
Item
FieldName = 'WhPositionName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '移出货位名称'
Width = 130
KeyList.Strings = ()
end
Item
FieldName = 'OWhPositionCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '移入货位代码'
Width = 78
KeyList.Strings = ()
end
Item
FieldName = 'OWhPositionName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '移入货位名称'
Width = 127
KeyList.Strings = ()
end>
end
end
inherited ActionList: TActionList
inherited Act_Modify: TAction
Enabled = False
Visible = False
end
inherited Act_Delete: TAction
Enabled = False
Visible = False
end
inherited Act_auto: TAction
Caption = '从待检入库'
Hint = '从待检入库'
end
end
inherited AdoQry_Head: TAdoQuery
CurSorType = ctStatic
SQL.Strings = (
'Select InvOutBill.WHCode'
' ,Warehouse.WHName'
' ,InvOutBill.InvBillNo'
' ,InvOutBill.InvBillDate'
' ,InvOutBill.WhPositionCode'
' ,A.WhPositionName'
' ,InvOutBill.OWhPositionCode'
' ,InvOutBill.InvBillRemArk'
' ,B.WhPositionName As OWhPositionName'
' From InvOutBill'
' Join Warehouse On InvOutBill.WHCode=Warehouse.WHCode'
' Join WhPosition A On InvOutBill.WhPositionCode=A.WhPosition' +
'Code'
' Join WhPosition B On InvOutBill.OWhPositionCode=B.WHPositio' +
'nCode'
' '
' ')
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_HeadWhPositionCode: TStringField
FieldName = 'WhPositionCode'
Origin = 'InvOutBill'
Size = 4
end
object AdoQry_HeadWhPositionName: TStringField
FieldName = 'WhPositionName'
Origin = 'A'
Size = 40
end
object AdoQry_HeadOWhPositionCode: TStringField
FieldName = 'OWhPositionCode'
Origin = 'InvOutBill'
Size = 4
end
object AdoQry_HeadOWhPositionName: TStringField
FieldName = 'OWhPositionName'
Origin = 'B'
Size = 40
end
object AdoQry_HeadInvBillRemArk: TStringField
FieldName = 'InvBillRemArk'
Origin = 'InvOutBill'
Size = 60
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -