📄 fnedcashinfrg.dfm
字号:
DataSet = adsDetail
Left = 18
Top = 337
end
inherited ActionList: TActionList
Left = 443
Top = 2
end
inherited MainMenu: TMainMenu
Left = 390
Top = 2
end
inherited DetailsPopupMenu: TPopupMenu
Left = 328
Top = 2
end
object ClientName: TADODataSet
Active = True
Connection = CommonData.acnConnection
CursorType = ctStatic
CommandText = 'select ID, Name'#13#10'from MSEmployee'#13#10'where RecordState<>'#39#21024#38500#39
Parameters = <>
Left = 225
Top = 43
end
object EmployeeName: TADODataSet
Active = True
Connection = CommonData.acnConnection
CursorType = ctStatic
CommandText = 'select ID, Name'#13#10'from MSEmployee'#13#10'where RecordState<>'#39#21024#38500#39
Parameters = <>
Left = 181
Top = 43
end
object GoodName: TADODataSet
Connection = CommonData.acnConnection
CursorType = ctStatic
CommandText = 'select *'#13#10'from DAGoods'#13#10'where RecordState<>'#39#21024#38500#39
Parameters = <>
Left = 221
Top = 294
end
object adsAccounts: TADODataSet
Connection = CommonData.acnConnection
CursorType = ctStatic
CommandText =
'select a.ID, a.Name,b.IsLocation from dbo.FNAccounts a'#13#10'left o' +
'uter join dbo.MSCurrency b on b.ID=a.CurrencyID'#13#10'where a.Records' +
'tate<>'#39#21024#38500#39#13#10'and a.name not Like '#39'%'#19994#20027#36164#37329'%'#39
Parameters = <>
Left = 144
Top = 43
end
object dsAccounts: TDataSource
DataSet = adsAccounts
Left = 144
Top = 75
end
object DSClientName: TDataSource
DataSet = ClientName
Left = 225
Top = 75
end
object DSEmployeeName: TDataSource
DataSet = EmployeeName
Left = 181
Top = 75
end
object adsMaster: TADODataSet
Tag = 11
Connection = CommonData.acnConnection
CursorType = ctStatic
Filtered = True
CommandText =
'select *'#13#10'from FNCashInMaster'#13#10'where RecordState<>'#39#21024#38500#39' and ID=' +
':ID'
IndexFieldNames = 'ID'
Parameters = <
item
Name = 'ID'
Attributes = [paSigned]
DataType = ftInteger
Precision = 10
Size = 4
Value = Null
end>
Left = 115
Top = 43
object adsMasterID: TAutoIncField
FieldName = 'ID'
ReadOnly = True
Visible = False
end
object adsMasterCreateDate: TDateTimeField
FieldName = 'CreateDate'
Visible = False
end
object adsMasterCreateUserID: TIntegerField
FieldName = 'CreateUserID'
Visible = False
end
object adsMasterRecordState: TStringField
FieldName = 'RecordState'
Visible = False
Size = 12
end
object adsMasterOriginTable: TStringField
FieldName = 'OriginTable'
Visible = False
Size = 30
end
object adsMasterAccountsID: TIntegerField
FieldName = 'AccountsID'
Visible = False
end
object adsMasterPeriodID: TIntegerField
FieldName = 'PeriodID'
Visible = False
end
object adsMasterBillAffix: TBytesField
FieldName = 'BillAffix'
Visible = False
Size = 1
end
object adsMasterAmountBL: TBCDField
FieldName = 'AmountBL'
Visible = False
DisplayFormat = '#,#.00'
EditFormat = '#.00'
Precision = 19
end
object adsMasterOriginID: TIntegerField
FieldName = 'OriginID'
Visible = False
end
object adsMasterClientID: TIntegerField
FieldName = 'ClientID'
Visible = False
end
object adsMasterAmountRed: TBCDField
FieldName = 'AmountRed'
Visible = False
DisplayFormat = '#,#.00'
EditFormat = '#.00'
Precision = 19
end
object adsMasterEmployeeID: TIntegerField
FieldName = 'EmployeeID'
Visible = False
end
object adsMasterCode: TStringField
DisplayLabel = #32534#21495
FieldName = 'CODE'
end
object adsMasterDate: TDateTimeField
DisplayLabel = #26085#26399
FieldName = 'Date'
end
object adsMasterBrief: TStringField
DisplayLabel = #19994#21153#25688#35201
FieldName = 'Brief'
Size = 30
end
object adsMasterBillMode: TStringField
DisplayLabel = #19994#21153#31867#21035
FieldName = 'BillMode'
Size = 16
end
object adsMasterClient: TStringField
DisplayLabel = #25910#27454#20154#21517#31216
FieldKind = fkLookup
FieldName = 'Client'
LookupDataSet = ClientName
LookupKeyFields = 'ID'
LookupResultField = 'Name'
KeyFields = 'ClientID'
Lookup = True
end
object adsMasterAmountD: TBCDField
DisplayLabel = #25910#27454#37329#39069
FieldName = 'AmountD'
DisplayFormat = '#,#.00'
EditFormat = '#.00'
Precision = 19
end
object adsMasterAmountC: TBCDField
DisplayLabel = #20184#27454#37329#39069
FieldName = 'AmountC'
DisplayFormat = '#,#.00'
EditFormat = '#.00'
Precision = 19
end
object adsMasterMemo: TStringField
DisplayLabel = #22791#27880
FieldName = 'Memo'
Size = 60
end
object adsMasterEmployee: TStringField
DisplayLabel = #32463#25163#20154
FieldKind = fkLookup
FieldName = 'Employee'
LookupDataSet = EmployeeName
LookupKeyFields = 'ID'
LookupResultField = 'Name'
KeyFields = 'EmployeeID'
Lookup = True
end
object adsMasterModeDC: TIntegerField
FieldName = 'ModeDC'
Visible = False
end
object adsMasterModeC: TIntegerField
FieldName = 'ModeC'
Visible = False
end
object adsMasterClearDate: TDateTimeField
FieldName = 'ClearDate'
Visible = False
end
object adsMasterAmountOrigin: TBCDField
DisplayLabel = #22806#24065#37329#39069
FieldName = 'AmountOrigin'
DisplayFormat = '#,#.00'
EditFormat = '#.#'
Precision = 19
end
object adsMasterAmountRate: TFloatField
DisplayLabel = #22806#24065#27719#29575
FieldName = 'AmountRate'
DisplayFormat = '#,#.0000'
EditFormat = '#.#'
end
end
object adsDetail: TADODataSet
Connection = CommonData.acnConnection
CursorType = ctStatic
LockType = ltBatchOptimistic
CommandText = 'select *'#13#10'from FNCashInDetail '#13#10'where MasterID = :ID'
IndexFieldNames = 'ID'
Parameters = <
item
Name = 'ID'
Attributes = [paSigned, paNullable]
DataType = ftInteger
Precision = 10
Size = 4
Value = Null
end>
Left = 18
Top = 294
object adsDetailID: TAutoIncField
FieldName = 'ID'
ReadOnly = True
Visible = False
end
object adsDetailMasterID: TIntegerField
FieldName = 'MasterID'
Visible = False
end
object adsDetailPoClearID: TIntegerField
FieldName = 'PoClearID'
Visible = False
end
object adsDetailOriginTable: TStringField
FieldName = 'OriginTable'
Visible = False
Size = 30
end
object adsDetailCheckNo: TStringField
FieldName = 'CheckNo'
Visible = False
end
object adsDetailBillTypeID: TIntegerField
FieldName = 'BillTypeID'
Visible = False
end
object adsDetailOriginID: TIntegerField
FieldName = 'OriginID'
Visible = False
end
object adsDetailBillCode: TStringField
FieldName = 'BillCode'
Visible = False
end
object adsDetailExpenseID: TIntegerField
FieldName = 'ExpenseID'
Visible = False
OnChange = adsDetailExpenseIDChange
end
object adsDetailGoodsID: TIntegerField
FieldName = 'GoodsID'
Visible = False
end
object adsDetailProjectID: TIntegerField
FieldName = 'ProjectID'
Visible = False
end
object adsDetailExpense: TStringField
DisplayLabel = #30456#20851#36153#29992
FieldKind = fkLookup
FieldName = 'Expense'
LookupDataSet = AdsexpenseId
LookupKeyFields = 'ID'
LookupResultField = 'Name'
KeyFields = 'ExpenseID'
Lookup = True
end
object adsDetailAmount: TBCDField
DisplayLabel = #37329#39069
FieldName = 'Amount'
currency = True
Precision = 19
end
object adsDetailPoclear: TStringField
DisplayLabel = #25910#27454#26041#24335
FieldKind = fkLookup
FieldName = 'Poclear'
LookupDataSet = adsPoclear
LookupKeyFields = 'ID'
LookupResultField = 'Name'
KeyFields = 'PoClearID'
Lookup = True
end
object adsDetailMemo: TStringField
DisplayLabel = #22791#27880
FieldName = 'Memo'
Size = 30
end
object adsDetailGoods: TStringField
DisplayLabel = #30456#20851#21830#21697
FieldKind = fkLookup
FieldName = 'Goods'
LookupDataSet = GoodName
LookupKeyFields = 'ID'
LookupResultField = 'Name'
KeyFields = 'GoodsID'
Lookup = True
end
end
object adsPoclear: TADODataSet
Connection = CommonData.acnConnection
CursorType = ctStatic
CommandText = 'select ID, Name from POClear'#13#10'where recordstate<>'#39#21024#38500#39
Parameters = <>
Left = 68
Top = 294
end
object dsPoclear: TDataSource
DataSet = adsPoclear
Left = 68
Top = 337
end
object AdsProject: TADODataSet
Connection = CommonData.acnConnection
CursorType = ctStatic
CommandText = 'select ID, Name from DAProjectClass'#13#10'where recordstate<>'#39#21024#38500#39
Parameters = <>
Left = 170
Top = 294
end
object dsADOProject: TDataSource
DataSet = AdsProject
Left = 170
Top = 337
end
object adsBrief: TADODataSet
Connection = CommonData.acnConnection
CursorType = ctStatic
CommandText = 'select distinct Brief from FNClearSLMaster'
Parameters = <>
Left = 269
Top = 43
end
object dsexpenseId: TDataSource
DataSet = AdsexpenseId
Left = 112
Top = 335
end
object AdsexpenseId: TADODataSet
Connection = CommonData.acnConnection
CursorType = ctStatic
CommandText = 'select ID, Name from DAExpenseClass'#13#10'where RecordState<>'#39#21024#38500#39
Parameters = <>
Left = 112
Top = 295
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -