📄 inv_vendorsalesum_cost.dfm
字号:
inherited Frm_Inv_VendorSaleSum_Cost: TFrm_Inv_VendorSaleSum_Cost
Left = 113
Top = 72
ClientHeight = 438
ClientWidth = 623
PixelsPerInch = 96
TextHeight = 12
inherited ControlBar: TControlBar
Width = 623
end
inherited Pnl_Title: TPanel
Width = 623
end
inherited Pnl_Head: TPanel
Width = 623
inherited Lbl_Order: TLabel
Width = 48
Caption = '客户标识'
end
end
inherited Pnl_Hint: TPanel
Top = 437
Width = 623
Height = 1
end
inherited Pnl_Body: TPanel
Width = 623
Height = 340
inherited DBGridEh: TDBGridEh
Width = 623
Columns = <
Item
FieldName = 'CustomerCodeName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '客户标识'
Width = 345
KeyList.Strings = ()
end
Item
FieldName = 'CustomerCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '客户代码'
Width = 62
Visible = False
KeyList.Strings = ()
end
Item
FieldName = 'CustomerName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '客户名称'
Width = 182
Visible = False
KeyList.Strings = ()
end
Item
FieldName = 'InvBillSaleAmount'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '未税金额'
Width = 80
KeyList.Strings = ()
end>
end
object Panel1: TPanel
Left = 0
Top = 306
Width = 623
Height = 34
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
object Label1: TLabel
Left = 368
Top = 12
Width = 60
Height = 12
Caption = '金额合计:'
end
object Edit1: TEdit
Left = 432
Top = 8
Width = 121
Height = 20
ParentShowHint = False
ReadOnly = True
ShowHint = False
TabOrder = 0
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 InvOutBill.CustomerCode'
' ,Customer.CustomerName'
' ,InvOutBill.CustomerCode+'#39' '#39'+Customer.CustomerName As Custom' +
'erCodeName'
' ,RealSalePrice.InvBillSaleAmount'
' From InvOutBillLine'
' Join InvOutBill on InvOutBillLine.InvBillId=InvOutBill.InvB' +
'illId'
' Join Customer on InvOutBill.CustomerCode=Customer.CustomerC' +
'ode'
' 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 ExtPrintReport: TExtPrintReport
PAperType = ptNArrow
end
inherited PopuPmenu: TPopuPmenu
Left = 272
Top = 257
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -