应收款对账单 收款这边 如果总金额一样的话两行就合并
This commit is contained in:
parent
6f11ee9bb2
commit
3478eea812
|
@ -1,6 +1,6 @@
|
||||||
object frmYSMXlist: TfrmYSMXlist
|
object frmYSMXlist: TfrmYSMXlist
|
||||||
Left = 208
|
Left = 277
|
||||||
Top = 113
|
Top = 638
|
||||||
Width = 1205
|
Width = 1205
|
||||||
Height = 614
|
Height = 614
|
||||||
Caption = #24212#25910#23545#36134#20449#24687#34920
|
Caption = #24212#25910#23545#36134#20449#24687#34920
|
||||||
|
@ -22,7 +22,7 @@ object frmYSMXlist: TfrmYSMXlist
|
||||||
object ToolBar1: TToolBar
|
object ToolBar1: TToolBar
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 1189
|
Width = 1197
|
||||||
Height = 31
|
Height = 31
|
||||||
ButtonHeight = 30
|
ButtonHeight = 30
|
||||||
ButtonWidth = 59
|
ButtonWidth = 59
|
||||||
|
@ -80,7 +80,7 @@ object frmYSMXlist: TfrmYSMXlist
|
||||||
object Panel1: TPanel
|
object Panel1: TPanel
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 31
|
Top = 31
|
||||||
Width = 1189
|
Width = 1197
|
||||||
Height = 38
|
Height = 38
|
||||||
Align = alTop
|
Align = alTop
|
||||||
BevelInner = bvRaised
|
BevelInner = bvRaised
|
||||||
|
@ -222,8 +222,8 @@ object frmYSMXlist: TfrmYSMXlist
|
||||||
object cxGrid2: TcxGrid
|
object cxGrid2: TcxGrid
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 91
|
Top = 91
|
||||||
Width = 1189
|
Width = 1197
|
||||||
Height = 484
|
Height = 492
|
||||||
Align = alClient
|
Align = alClient
|
||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
object TV1: TcxGridDBBandedTableView
|
object TV1: TcxGridDBBandedTableView
|
||||||
|
@ -396,9 +396,11 @@ object frmYSMXlist: TfrmYSMXlist
|
||||||
Properties.DisplayFormat = '0.00'
|
Properties.DisplayFormat = '0.00'
|
||||||
HeaderAlignmentHorz = taCenter
|
HeaderAlignmentHorz = taCenter
|
||||||
Options.Editing = False
|
Options.Editing = False
|
||||||
|
Options.CellMerging = True
|
||||||
Styles.Content = cxStyle2
|
Styles.Content = cxStyle2
|
||||||
Styles.Header = cxStyle2
|
Styles.Header = cxStyle2
|
||||||
Width = 75
|
Width = 75
|
||||||
|
OnCompareRowValuesForCellMerging = V1Column9CompareRowValuesForCellMerging
|
||||||
Position.BandIndex = 2
|
Position.BandIndex = 2
|
||||||
Position.ColIndex = 1
|
Position.ColIndex = 1
|
||||||
Position.RowIndex = 0
|
Position.RowIndex = 0
|
||||||
|
@ -628,7 +630,7 @@ object frmYSMXlist: TfrmYSMXlist
|
||||||
object cxTabControl1: TcxTabControl
|
object cxTabControl1: TcxTabControl
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 69
|
Top = 69
|
||||||
Width = 1189
|
Width = 1197
|
||||||
Height = 22
|
Height = 22
|
||||||
Align = alTop
|
Align = alTop
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
|
@ -640,7 +642,7 @@ object frmYSMXlist: TfrmYSMXlist
|
||||||
#20840#37096)
|
#20840#37096)
|
||||||
OnChange = cxTabControl1Change
|
OnChange = cxTabControl1Change
|
||||||
ClientRectBottom = 22
|
ClientRectBottom = 22
|
||||||
ClientRectRight = 1189
|
ClientRectRight = 1197
|
||||||
ClientRectTop = 19
|
ClientRectTop = 19
|
||||||
end
|
end
|
||||||
object ADOQueryTemp: TADOQuery
|
object ADOQueryTemp: TADOQuery
|
||||||
|
|
|
@ -101,7 +101,7 @@ DebugSourceDirs=
|
||||||
UsePackages=0
|
UsePackages=0
|
||||||
[Parameters]
|
[Parameters]
|
||||||
RunParams=
|
RunParams=
|
||||||
HostApplication=D:\Dp7Repo\淃커덜쯤\냈료\壇澗壇마\testDll.exe
|
HostApplication=D:\淃커덜쯤\D7szChenfeng\壇澗壇마\testDll.exe
|
||||||
Launcher=
|
Launcher=
|
||||||
UseLauncher=0
|
UseLauncher=0
|
||||||
DebugCWD=
|
DebugCWD=
|
||||||
|
|
|
@ -31,8 +31,8 @@
|
||||||
-M
|
-M
|
||||||
-$M16384,1048576
|
-$M16384,1048576
|
||||||
-K$00400000
|
-K$00400000
|
||||||
-LE"d:\program files (x86)\borland\delphi7\Projects\Bpl"
|
-LE"c:\program files (x86)\borland\delphi7\Projects\Bpl"
|
||||||
-LN"d:\program files (x86)\borland\delphi7\Projects\Bpl"
|
-LN"c:\program files (x86)\borland\delphi7\Projects\Bpl"
|
||||||
-w-UNSAFE_TYPE
|
-w-UNSAFE_TYPE
|
||||||
-w-UNSAFE_CODE
|
-w-UNSAFE_CODE
|
||||||
-w-UNSAFE_CAST
|
-w-UNSAFE_CAST
|
||||||
|
|
Loading…
Reference in New Issue
Block a user