📄 sal_qry_analyzeshiporder1.dfm
字号:
inherited Frm_Sal_Qry_AnalyzeShipOrder1: TFrm_Sal_Qry_AnalyzeShipOrder1
Left = 141
Top = 110
Caption = '销售发货统计分析-按客户'
PixelsPerInch = 96
TextHeight = 12
inherited Pnl_Title: TPanel
Caption = '销售发货统计分析-按客户'
end
inherited Pnl_Head: TPanel
inherited Lbl_Condition: TLabel
Left = 80
end
inherited Lbl_Order: TLabel
Left = 77
Width = 48
Caption = '销售金额'
end
end
inherited Pnl_Hint: TPanel
object Label1: TLabel
Left = 12
Top = 8
Width = 60
Height = 12
Caption = '客户标识:'
end
object DBText1: TDBText
Left = 74
Top = 8
Width = 42
Height = 12
AutoSize = True
DataField = 'CustomerFalg'
DataSource = DataSource
end
end
inherited Pnl_Body: TPanel
inherited DBGridEh: TDBGridEh
OnDblClick = Act_LookExecute
FrozenCols = 3
Columns = <
Item
FieldName = 'CustomerFalg'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '客户标识'
Width = 100
KeyList.Strings = ()
end
Item
FieldName = 'AreaFalg'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '客户区域标识'
Width = 100
KeyList.Strings = ()
end
Item
FieldName = 'SaleEmployeeFalg'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '营销业务员标识'
Width = 95
KeyList.Strings = ()
end
Item
FieldName = 'Sa_SaleOrderNumber'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '发货次数'
Width = 65
KeyList.Strings = ()
end
Item
FieldName = 'TotalTaxAmount'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '销售发货金额'
Width = 81
KeyList.Strings = ()
end
Item
FieldName = 'Cost'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '销售发货成本'
Width = 84
KeyList.Strings = ()
end
Item
FieldName = 'GrossProfit'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '销售发货毛利'
Width = 78
KeyList.Strings = ()
end
Item
FieldName = 'AverageTaxAmount'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '平均每次销售发货额'
Width = 118
KeyList.Strings = ()
end
Item
FieldName = 'AverageCost'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '平均每次销售发货成本'
Width = 129
KeyList.Strings = ()
end
Item
FieldName = 'AverageGrossProfit'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '平均每次销售发货毛利'
Width = 127
KeyList.Strings = ()
end
Item
FieldName = 'CustomerName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '客户名称'
Width = 206
Visible = False
KeyList.Strings = ()
end
Item
FieldName = 'AreaCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '客户区域代码'
Width = 113
Visible = False
KeyList.Strings = ()
end
Item
FieldName = 'AreaName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '客户区域名称'
Visible = False
KeyList.Strings = ()
end
Item
FieldName = 'CustomerSaleEmployeeCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '营销业务员代码'
Visible = False
KeyList.Strings = ()
end
Item
FieldName = 'CustomerCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '客户代码'
Visible = False
KeyList.Strings = ()
end
Item
FieldName = 'EmployeeName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '营销业务员名称'
Width = 257
Visible = False
KeyList.Strings = ()
end>
end
end
inherited AdoQry_Tmp: TAdoQuery
Left = 477
Top = 43
end
inherited ActionList: TActionList
Left = 176
Top = 336
inherited Act_Look: TAction
Enabled = True
Visible = True
OnExecute = Act_LookExecute
end
end
inherited AdoQry_Main: TAdoQuery
ConnectionString = ''
CurSorType = ctStatic
SQL.Strings = (
'Exec OutProductAnalyz '#39'1'#39','#39'[##ZHENGJIArONG_2002.08.19 15:25:50 9' +
'77]'#39','#39' InvOutBill.CustomerCode '#39','#39'(InvOutBill.InvBillDate Betwee' +
'n '#39#39'2002.05.21'#39#39' And '#39#39'2002.08.19'#39#39') '#39','#39'(isnull(InvOutBill.Custo' +
'merCode,'#39#39#39#39') Between '#39#39#39#39' And '#39#39'ZZZZZZ'#39#39') '#39','#39'(InvOutBill.InvBil' +
'lNo Between '#39#39#39#39' And '#39#39'ZZZZZZ'#39#39') '#39','#39'(isnull(InvOutBill.SaleType,' +
#39#39#39#39') Between '#39#39#39#39' And '#39#39'ZZZZZZ'#39#39') '#39','#39'(isnull(InvOutBill.DeptCod' +
'e,'#39#39#39#39') Between '#39#39#39#39' And '#39#39'ZZZZZZ'#39#39') '#39','#39'(isnull(InvOutBill.Sal_E' +
'mployeeCode,'#39#39#39#39') Between '#39#39#39#39' And '#39#39'ZZZZZZ'#39#39') '#39','#39'(isnull(InvOut' +
'Bill.PayTermCode,'#39#39#39#39') Between '#39#39#39#39' And '#39#39'ZZZZZZ'#39#39') '#39','#39'(isnull(I' +
'nvOutBillLine.ItemCode,'#39#39#39#39') Between '#39#39#39#39' And '#39#39'ZZZZZZ'#39#39') '#39','#39'Inv' +
'OutBill.CurrencyCode='#39#39'00'#39#39' '#39)
Left = 320
Top = 145
object AdoQry_MainCustomerCode: TStringField
FieldName = 'CustomerCode'
Origin = '#AnalyzeShipOrder1'
Size = 12
end
object AdoQry_MainSa_SaleOrderNumber: TIntegerField
FieldName = 'Sa_SaleOrderNumber'
Origin = '#AnalyzeShipOrder1'
end
object AdoQry_MainTotalTaxAmount: TFloatField
FieldName = 'TotalTaxAmount'
Origin = '#AnalyzeShipOrder1'
end
object AdoQry_MainCost: TFloatField
FieldName = 'Cost'
Origin = '#AnalyzeShipOrder1'
end
object AdoQry_MainGrossProfit: TFloatField
FieldName = 'GrossProfit'
Origin = '#AnalyzeShipOrder1'
end
object AdoQry_MainAverageTaxAmount: TFloatField
FieldName = 'AverageTaxAmount'
Origin = '#AnalyzeShipOrder1'
end
object AdoQry_MainAverageCost: TFloatField
FieldName = 'AverageCost'
Origin = '#AnalyzeShipOrder1'
end
object AdoQry_MainAverageGrossProfit: TFloatField
FieldName = 'AverageGrossProfit'
Origin = '#AnalyzeShipOrder1'
end
object AdoQry_MainCustomerName: TStringField
FieldName = 'CustomerName'
Origin = 'Customer'
Size = 60
end
object AdoQry_MainCustomerFalg: TStringField
FieldName = 'CustomerFalg'
ReadOnly = True
Size = 73
end
object AdoQry_MainAreaCode: TStringField
FieldName = 'AreaCode'
Origin = 'Customer'
Size = 6
end
object AdoQry_MainAreaName: TStringField
FieldName = 'AreaName'
Origin = 'Area'
Size = 30
end
object AdoQry_MainAreaFalg: TStringField
FieldName = 'AreaFalg'
ReadOnly = True
Size = 36
end
object AdoQry_MainCustomerSaleEmployeeCode: TStringField
FieldName = 'CustomerSaleEmployeeCode'
Origin = 'Customer'
Size = 30
end
object AdoQry_MainEmployeeName: TStringField
FieldName = 'EmployeeName'
Origin = 'Employee'
Size = 60
end
object AdoQry_MainSaleEmployeeFalg: TStringField
FieldName = 'SaleEmployeeFalg'
ReadOnly = True
Size = 90
end
end
inherited DataSource: TDataSource
Left = 392
Top = 153
end
inherited PopuPmenu: TPopuPmenu
Left = 232
Top = 169
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -