📄 sal_qry_chginfosalecontracth.dfm
字号:
inherited Frm_Sal_Qry_ChgInfoSaleContractH: TFrm_Sal_Qry_ChgInfoSaleContractH
Caption = '销售合同表头操作日志'
PixelsPerInch = 96
TextHeight = 12
inherited Pnl_Title: TPanel
Caption = '销售合同表头操作日志'
end
inherited Pnl_Head: TPanel
inherited Lbl_Condition: TLabel
Width = 24
Caption = '全部'
end
inherited Lbl_Order: TLabel
Width = 102
Caption = '销售客户/操作日期'
end
end
inherited Pnl_Body: TPanel
inherited DBGridEh: TDBGridEh
FrozenCols = 3
Columns = <
Item
FieldName = 'CustomerCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '销售客户代码'
Visible = False
KeyList.Strings = ()
end
Item
FieldName = 'CUSTOMERName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '销售客户名称'
Visible = False
KeyList.Strings = ()
end
Item
FieldName = 'CustomerB'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '销售客户标识'
Width = 166
KeyList.Strings = ()
end
Item
FieldName = 'SlcNo'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '销售合同号'
Width = 97
KeyList.Strings = ()
end
Item
FieldName = 'SlcDate'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '合同日期'
Width = 88
KeyList.Strings = ()
end
Item
FieldName = 'TaxRate_Percent'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '税率'
Width = 36
KeyList.Strings = ()
end
Item
FieldName = 'CurrencyCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '货币代码'
Visible = False
KeyList.Strings = ()
end
Item
FieldName = 'CURRENCYName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '货币名称'
Visible = False
KeyList.Strings = ()
end
Item
FieldName = 'CurrencyB'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '货币标识'
Width = 61
KeyList.Strings = ()
end
Item
FieldName = 'chgEmployeeCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '操作人员代码'
Visible = False
KeyList.Strings = ()
end
Item
FieldName = 'EmployeeName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '操作人员名称'
Visible = False
KeyList.Strings = ()
end
Item
FieldName = 'EmployeeB'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '操作人员标识'
Width = 81
KeyList.Strings = ()
end
Item
FieldName = 'ChgType'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '操作类型'
Width = 51
KeyList.Strings = ()
end
Item
FieldName = 'RemArk'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '备注'
Width = 171
KeyList.Strings = ()
end
Item
FieldName = 'chgtime'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '操作日期'
Visible = False
KeyList.Strings = ()
end>
end
end
inherited ActionList: TActionList
Top = 160
end
inherited AdoQry_Main: TAdoQuery
ConnectionString =
'Provider=SQLOLEDB.1;Password=mdrcmrm;Persist Security Info=True;' +
'User ID=mdrcmrm;Initial Catalog=Mrpii_Puyuan_010207;Data Source=' +
'192.168.0.151;Use procedure for Prepare=1;Auto Translate=True;Pa' +
'cket Size=4096;Workstation ID=XYB'
CurSorType = ctStatic
SQL.Strings = (
'select sa_SaleContractHistory.CustomerCode,'
' Customer.CUSTOMERName,'
#9'sa_SaleContractHistory.CustomerCode+'#39' '#39'+Customer.CUSTOMERName A' +
's CustomerB,'
#9'sa_SaleContractHistory.SlcNo,'
#9'sa_SaleContractHistory.SlcDate,'
#9'sa_SaleContractHistory.TaxRate_Percent,'
#9'sa_SaleContractHistory.CurrencyCode,'
#9'Currency.CURRENCYName,'
#9'sa_SaleContractHistory.CurrencyCode+'#39' '#39'+Currency.CURRENCYName A' +
's CurrencyB,'
#9'sa_SaleContractHistory.RemArk,'
#9'sa_SaleContractHistory.chgEmployeeCode, '
#9'Employee.EmployeeName,'
#9'sa_SaleContractHistory.chgEmployeeCode+'#39' '#39'+Employee.Employeenam' +
'e As EmployeeB,'
#9'sa_SaleContractHistory.ChgType,'
' sa_SaleContractHistory.chgtime'
'from sa_SaleContractHistory'
'join Customer on sa_SaleContractHistory.CustomerCode=Customer.CU' +
'STOMERCode'
'join Currency on sa_SaleContractHistory.CurrencyCode=Currency.CU' +
'RRENCYCode'
'join Employee on sa_SaleContractHistory.CreateEmployeeCode=Emplo' +
'yee.EmployeeCode')
Left = 280
Top = 145
object AdoQry_MainCustomerCode: TStringField
FieldName = 'CustomerCode'
Origin = 'sa_SaleContractHistory'
Size = 12
end
object AdoQry_MainCUSTOMERName: TStringField
FieldName = 'CUSTOMERName'
Origin = 'Customer'
Size = 60
end
object AdoQry_MainCustomerB: TStringField
FieldName = 'CustomerB'
ReadOnly = True
Size = 73
end
object AdoQry_MainSlcNo: TStringField
FieldName = 'SlcNo'
Origin = 'sa_SaleContractHistory'
Size = 16
end
object AdoQry_MainSlcDate: TDateTimeField
FieldName = 'SlcDate'
Origin = 'sa_SaleContractHistory'
end
object AdoQry_MainTaxRate_Percent: TFloatField
FieldName = 'TaxRate_Percent'
Origin = 'sa_SaleContractHistory'
end
object AdoQry_MainCurrencyCode: TStringField
FieldName = 'CurrencyCode'
Origin = 'sa_SaleContractHistory'
Size = 3
end
object AdoQry_MainCURRENCYName: TStringField
FieldName = 'CURRENCYName'
Origin = 'Currency'
Size = 30
end
object AdoQry_MainCurrencyB: TStringField
FieldName = 'CurrencyB'
ReadOnly = True
Size = 34
end
object AdoQry_MainRemArk: TStringField
FieldName = 'RemArk'
Origin = 'sa_SaleContractHistory'
Size = 60
end
object AdoQry_MainchgEmployeeCode: TStringField
FieldName = 'chgEmployeeCode'
Size = 30
end
object AdoQry_MainEmployeeName: TStringField
FieldName = 'EmployeeName'
Origin = 'Employee'
Size = 60
end
object AdoQry_MainEmployeeB: TStringField
FieldName = 'EmployeeB'
ReadOnly = True
Size = 91
end
object AdoQry_MainChgType: TStringField
FieldName = 'ChgType'
Origin = 'sa_SaleContractHistory'
Size = 10
end
object AdoQry_Mainchgtime: TDateTimeField
FieldName = 'chgtime'
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -