📄 sfc_shiftinoutsumqry.dfm
字号:
inherited Frm_Sfc_ShiftInOutSumQry: TFrm_Sfc_ShiftInOutSumQry
Left = 190
Top = 75
ClientHeight = 416
ClientWidth = 507
PixelsPerInch = 96
TextHeight = 12
inherited ControlBar: TControlBar
Width = 507
end
inherited Pnl_Title: TPanel
Width = 507
end
inherited Pnl_Head: TPanel
Width = 507
inherited Lbl_Order: TLabel
Width = 78
Caption = '班别/物料代码'
end
end
inherited Pnl_Hint: TPanel
Top = 415
Width = 507
Height = 1
end
inherited Pnl_Body: TPanel
Width = 507
Height = 318
inherited DBGridEh: TDBGridEh
Width = 507
Height = 318
Columns = <
Item
FieldName = 'ShiftType'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '班别'
Width = 43
KeyList.Strings = ()
end
Item
FieldName = 'ItemCodeName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '物料标识'
Width = 300
KeyList.Strings = ()
end
Item
FieldName = 'ItemCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '物料代码'
Width = 125
Visible = False
KeyList.Strings = ()
end
Item
FieldName = 'ItemName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '物料名称'
Width = 250
Visible = False
KeyList.Strings = ()
end
Item
FieldName = 'UomName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '计量单位'
Width = 57
KeyList.Strings = ()
end
Item
FieldName = 'InvBillQty'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '数量'
KeyList.Strings = ()
end>
end
end
inherited AdoQry_Tmp: TAdoQuery
Left = 413
Top = 195
end
inherited ActionList: TActionList
Left = 200
Top = 232
end
inherited AdoQry_Main: TAdoQuery
CurSorType = ctStatic
SQL.Strings = (
'Select InvOutBillLine.ItemCode'
' ,Item.ItemName'
' ,InvOutBillLine.ItemCode+'#39' '#39'+Item.ItemName As ItemCodeName'
' ,Uom.UomName'
' ,InvOutBill.CustomerCode'
' ,Customer.CustomerName'
' ,InvOutBill.CustomerCode+'#39' '#39'+Customer.CustomerName As Custom' +
'erCodeName'
' ,InvOutBillLine.InvBillQty'
' ,RealSalePrice.InvBillSalePrice'
' ,RealSalePrice.InvBillSaleAmount'
' From InvOutBillLine'
' Join InvOutBill on InvOutBillLine.InvBillId=InvOutBill.InvB' +
'illId'
' Join Item on InvOutBillLine.ItemCode=Item.ItemCode'
' Join Customer on InvOutBill.CustomerCode=Customer.CustomerC' +
'ode'
' Join Uom on Item.UomCode=Uom.UomCode'
' Join RealSalePrice on InvOutBillLine.InvBillId=RealSalePric' +
'e.InvBillId'
' And InvOutBillLine.InvBillLineNo=RealSalePrice.InvBillLineN' +
'o')
Left = 328
Top = 201
end
inherited DataSource: TDataSource
Left = 392
Top = 257
end
inherited PopuPmenu: TPopuPmenu
Left = 272
Top = 257
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -