📄 inv_salematerial_b.dfm
字号:
inherited Frm_Inv_SaleMaterial_B: TFrm_Inv_SaleMaterial_B
Left = -58
Top = 60
Caption = '材料发货单制单'
ClientHeight = 489
ClientWidth = 774
PixelsPerInch = 96
TextHeight = 12
inherited ControlBar: TControlBar
Width = 774
end
inherited Pnl_Title: TPanel
Width = 774
Caption = '材料发货单制单'
end
inherited Pnl_Head: TPanel
Width = 774
Height = 76
object Label1: TLabel
Left = 32
Top = 5
Width = 36
Height = 12
Caption = '仓库:'
end
object Label2: TLabel
Left = 272
Top = 5
Width = 36
Height = 12
Caption = '货位:'
end
object Label3: TLabel
Left = 464
Top = 28
Width = 36
Height = 12
Caption = '税率:'
end
object Label4: TLabel
Left = 8
Top = 28
Width = 60
Height = 12
Caption = '客户代码:'
end
object Lbl_CustomerName: TLabel
Left = 180
Top = 28
Width = 96
Height = 12
Caption = 'Lbl_CustomerName'
end
object Label7: TLabel
Left = 576
Top = 5
Width = 48
Height = 12
Caption = '单据号:'
end
object Label8: TLabel
Left = 588
Top = 28
Width = 36
Height = 12
Caption = '日期:'
end
object Label9: TLabel
Left = 32
Top = 51
Width = 36
Height = 12
Caption = '备注:'
end
object Lbl_InvBillTaxRate: TLabel
Left = 498
Top = 28
Width = 108
Height = 12
Caption = 'Lbl_InvBillTaxRate'
end
object Label5: TLabel
Left = 516
Top = 31
Width = 6
Height = 12
Caption = '%'
end
object CmBx_Warehouse: TComboBox
Left = 72
Top = 1
Width = 169
Height = 20
Style = csDropDownList
ItemHeight = 12
TabOrder = 0
OnChange = CmBx_WarehouseChange
end
object CmBx_WhPosition: TComboBox
Left = 312
Top = 1
Width = 145
Height = 20
Style = csDropDownList
ItemHeight = 12
TabOrder = 1
end
object ExtEdt_CustomerCode: TExtEdit
Left = 72
Top = 24
Width = 105
Height = 20
TabOrder = 2
Text = 'ExtEdt_CustomerCode'
OnExit = CustomerCodeCheck
OnKeyDown = CustomerHint
DispLabel = Lbl_CustomerName
end
object Edt_InvBillNo: TEdit
Left = 624
Top = 1
Width = 100
Height = 20
TabStop = False
ReadOnly = True
TabOrder = 3
Text = 'Edt_InvBillNo'
end
object MEdt_InvBillDate: TMaskEdit
Left = 624
Top = 24
Width = 100
Height = 20
EditMask = '0000\.00\.00;1;_'
MaxLength = 10
TabOrder = 4
Text = ' . . '
OnExit = MEdt_InvBillDateExit
end
object Edt_InvBillRemArk: TEdit
Left = 72
Top = 47
Width = 651
Height = 20
TabOrder = 5
Text = 'Edt_InvBillRemArk'
OnExit = TextCheck
end
end
inherited Pnl_Hint: TPanel
Top = 463
Width = 774
object Label10: TLabel
Left = 24
Top = 8
Width = 90
Height = 12
Caption = '当前物料描述: '
end
object DBText1: TDBText
Left = 112
Top = 8
Width = 42
Height = 12
AutoSize = True
DataField = 'ItemName'
DataSource = DataSource
end
end
inherited Pnl_Body: TPanel
Top = 133
Width = 774
Height = 330
inherited DBGridEh: TDBGridEh
Width = 774
Height = 330
Columns = <
Item
FieldName = 'ItemCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '物料代码'
Width = 125
KeyList.Strings = ()
end
Item
FieldName = 'ItemName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '物料描述'
Width = 250
KeyList.Strings = ()
end
Item
FieldName = 'BatchNo'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '批次号'
Width = 91
KeyList.Strings = ()
end
Item
FieldName = 'UomName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '计量单位'
Width = 56
KeyList.Strings = ()
end
Item
FieldName = 'InvBillQty'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '数量'
Width = 73
KeyList.Strings = ()
end
Item
FieldName = 'InvBillSalePrice'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '含税价'
Width = 69
KeyList.Strings = ()
end
Item
FieldName = 'InvBillSaleAmount'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '含税金额'
KeyList.Strings = ()
end
Item
FieldName = 'InvBillNoTaxSalePrice'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '未税价'
KeyList.Strings = ()
end
Item
FieldName = 'InvBillNoTaxSaleAmount'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '未税金额'
Width = 73
KeyList.Strings = ()
end
Item
FieldName = 'BillLineRemArk'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '备注'
Width = 100
KeyList.Strings = ()
end>
end
end
inherited AdoQry_Body: TAdoQuery
SQL.Strings = (
'Select InvOutBillLine.InvBillLineNo,'
' InvOutBillLine.ItemCode,'
' Item.ItemName,'
' Uom.UomName,'
' InvOutBillLine.InvBillQty,'
' RealSalePrice.InvBillSalePrice,'
' RealSalePrice.InvBillSaleAmount,'
' RealSalePrice.InvBillNoTaxSalePrice,'
' RealSalePrice.InvBillNoTaxSaleAmount'
'From InvOutBillLine'
' Join Item On InvOutBillLine.ItemCode=Item.ItemCode'
' Join Uom On Item.UomCode=Uom.UomCode,'
' RealSalePrice'
'Where (InvOutBillLine.InvBillId=RealSalePrice.InvBillId)and'
' (InvOutBillLine.InvBillLineNo=RealSalePrice.InvBillLineNo)'
'')
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -