📄 ar_qry_chginfoeachinvoice.dfm
字号:
inherited Frm_Ar_Qry_ChgInfoEachInvoice: TFrm_Ar_Qry_ChgInfoEachInvoice
Left = 123
Top = 184
Caption = '兰字发票红字发票对冲表身操作日志'
ClientHeight = 364
ClientWidth = 595
PixelsPerInch = 96
TextHeight = 12
inherited ControlBar: TControlBar
Width = 595
end
inherited Pnl_Title: TPanel
Width = 595
Caption = '兰字发票红字发票对冲表身操作日志'
inherited Image2: TImage
Width = 595
end
end
inherited Pnl_Head: TPanel
Width = 595
inherited Image1: TImage
Width = 595
end
inherited Lbl_Order: TLabel
Width = 126
Caption = '操作时间/销售发票单号'
end
end
inherited Pnl_Hint: TPanel
Top = 338
Width = 595
inherited Image4: TImage
Width = 595
end
end
inherited Pnl_Body: TPanel
Width = 595
Height = 241
inherited Image3: TImage
Width = 595
Height = 241
end
inherited DBGridEh: TDBGridEh
Width = 595
Height = 241
FrozenCols = 3
Columns = <
Item
FieldName = 'InvoiceNo'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '销售发票单号'
Width = 93
KeyList.Strings = ()
end
Item
FieldName = 'TotalAmount'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '金额'
Width = 53
KeyList.Strings = ()
end
Item
FieldName = 'ReMainTotalAmount'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '余额'
Width = 53
KeyList.Strings = ()
end
Item
FieldName = 'ThiSCancelAmount'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '本次对冲金额'
Width = 90
KeyList.Strings = ()
end
Item
FieldName = 'ChgType'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '操作类型'
Width = 74
KeyList.Strings = ()
end
Item
FieldName = 'ChgEmployeeCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '操作人员代码'
Width = 40
Visible = False
KeyList.Strings = ()
end
Item
FieldName = 'EmployeeName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '操作人员名称'
Width = 40
Visible = False
KeyList.Strings = ()
end
Item
FieldName = 'ChgEmployeeB'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '操作人员'
Width = 150
KeyList.Strings = ()
end
Item
FieldName = 'ChgTime'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '操作时间'
KeyList.Strings = ()
end>
end
end
inherited ActionList: TActionList
Left = 200
Top = 200
end
inherited AdoQry_Main: TAdoQuery
ConnectionString =
'Provider=SQLOLEDB.1;Password=mdrcmrm;Persist Security Info=True;' +
'User ID=mdrcmrm;Initial Catalog=Mrpii_Standard;Data Source=192.1' +
'68.0.151;Use procedure for Prepare=1;Auto Translate=True;Packet ' +
'Size=4096;Workstation ID=XYB'
CurSorType = ctStatic
SQL.Strings = (
'select Sa_EachInvoiceLineHistory.InvoiceNo,'
#9'Sa_EachInvoiceLineHistory.TotalAmount,'
#9'Sa_EachInvoiceLineHistory.ReMainTotalAmount,'
#9'Sa_EachInvoiceLineHistory.ThiSCancelAmount,'
#9'Sa_EachInvoiceLineHistory.ChgType,'
#9'Sa_EachInvoiceLineHistory.ChgEmployeeCode,'
#9'Employee.EmployeeName,'
#9'Sa_EachInvoiceLineHistory.ChgEmployeeCode+'#39' '#39'+Employee.Employee' +
'Name as ChgEmployeeB,'
#9'Sa_EachInvoiceLineHistory.ChgTime'
'from Sa_EachInvoiceLineHistory'
'left join Employee on Sa_EachInvoiceLineHistory.ChgEmployeeCode=' +
'Employee.EmployeeCode')
Left = 304
Top = 241
object AdoQry_MainInvoiceNo: TStringField
FieldName = 'InvoiceNo'
Origin = 'Sa_EachInvoiceLineHistory'
Size = 16
end
object AdoQry_MainTotalAmount: TFloatField
FieldName = 'TotalAmount'
Origin = 'Sa_EachInvoiceLineHistory'
end
object AdoQry_MainReMainTotalAmount: TFloatField
FieldName = 'ReMainTotalAmount'
Origin = 'Sa_EachInvoiceLineHistory'
end
object AdoQry_MainThiSCancelAmount: TFloatField
FieldName = 'ThiSCancelAmount'
Origin = 'Sa_EachInvoiceLineHistory'
end
object AdoQry_MainChgType: TStringField
FieldName = 'ChgType'
Origin = 'Sa_EachInvoiceLineHistory'
Size = 10
end
object AdoQry_MainChgEmployeeCode: TStringField
FieldName = 'ChgEmployeeCode'
Origin = 'Sa_EachInvoiceLineHistory'
Size = 30
end
object AdoQry_MainEmployeeName: TStringField
FieldName = 'EmployeeName'
Size = 60
end
object AdoQry_MainChgEmployeeB: TStringField
FieldName = 'ChgEmployeeB'
ReadOnly = True
Size = 91
end
object AdoQry_MainChgTime: TDateTimeField
FieldName = 'ChgTime'
Origin = 'Sa_EachInvoiceLineHistory'
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -