📄 inv_salesum.dfm
字号:
inherited Frm_Inv_SaleSum: TFrm_Inv_SaleSum
Left = 179
Top = 110
ClientHeight = 481
ClientWidth = 790
PixelsPerInch = 96
TextHeight = 12
inherited ControlBar: TControlBar
Width = 790
end
inherited Pnl_Title: TPanel
Width = 790
inherited Image2: TImage
Width = 790
end
end
inherited Pnl_Head: TPanel
Width = 790
inherited Image1: TImage
Width = 790
end
inherited Lbl_OrderTitle: TLabel
Left = 14
end
inherited Lbl_ConditionTitle: TLabel
Left = 14
end
inherited Lbl_Order: TLabel
Left = 72
Top = 22
Width = 48
Caption = #23458#25143#26631#35782
end
end
inherited Pnl_Hint: TPanel
Top = 480
Width = 790
Height = 1
inherited Image4: TImage
Width = 790
Height = 1
end
end
inherited Pnl_Body: TPanel
Width = 790
Height = 387
inherited Image3: TImage
Width = 790
Height = 387
end
inherited DBGridEh: TDBGridEh
Width = 790
Height = 387
VTitleMargin = 10
Columns = <
item
EditButtons = <>
FieldName = 'CustomerCodeName'
Footers = <>
Title.Caption = #23458#25143#26631#35782
Width = 186
end
item
EditButtons = <>
FieldName = 'CustomerCode'
Footers = <>
Title.Caption = #23458#25143#20195#30721
Visible = False
Width = 62
end
item
EditButtons = <>
FieldName = 'CustomerName'
Footers = <>
Title.Caption = #23458#25143#21517#31216
Visible = False
Width = 182
end
item
EditButtons = <>
FieldName = 'ItemCodeName'
Footers = <>
Title.Caption = #29289#26009#26631#35782
Width = 297
end
item
EditButtons = <>
FieldName = 'ItemCode'
Footers = <>
Title.Caption = #29289#26009#20195#30721
Visible = False
Width = 62
end
item
EditButtons = <>
FieldName = 'ItemName'
Footers = <>
Title.Caption = #29289#26009#21517#31216
Visible = False
Width = 182
end
item
EditButtons = <>
FieldName = 'UomName'
Footers = <>
Title.Caption = #35745#37327#21333#20301
Width = 57
end
item
EditButtons = <>
FieldName = 'InvBillQty'
Footers = <>
Title.Caption = #25968#37327
end
item
EditButtons = <>
FieldName = 'InvBillSalePrice'
Footers = <>
Title.Caption = #21547#31246#20215
end
item
EditButtons = <>
FieldName = 'InvBillSaleAmount'
Footers = <>
Title.Caption = #21547#31246#37329#39069
Width = 72
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
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 + -