|
@@ -106,6 +106,8 @@ object BatchInsertBillsForm: TBatchInsertBillsForm
|
|
|
DefaultFixedColWidth = 25
|
|
|
Selection.AlphaBlend = False
|
|
|
Selection.TransparentColor = False
|
|
|
+ FrozenCol = 0
|
|
|
+ FrozenRow = 0
|
|
|
OnCellTextChanged = zgPositionCellTextChanged
|
|
|
OnCustomPaste = zgPositionCustomPaste
|
|
|
OnMouseDown = zgPositionMouseDown
|
|
@@ -153,6 +155,8 @@ object BatchInsertBillsForm: TBatchInsertBillsForm
|
|
|
DefaultFixedColWidth = 60
|
|
|
Selection.AlphaBlend = False
|
|
|
Selection.TransparentColor = False
|
|
|
+ FrozenCol = 0
|
|
|
+ FrozenRow = 0
|
|
|
OnCellTextChanged = zgBillsCellTextChanged
|
|
|
OnMouseDown = zgPositionMouseDown
|
|
|
end
|
|
@@ -257,6 +261,8 @@ object BatchInsertBillsForm: TBatchInsertBillsForm
|
|
|
DefaultFixedColWidth = 25
|
|
|
Selection.AlphaBlend = False
|
|
|
Selection.TransparentColor = False
|
|
|
+ FrozenCol = 0
|
|
|
+ FrozenRow = 0
|
|
|
OnMouseDown = zgDealBillsMouseDown
|
|
|
end
|
|
|
object pnlDealBillsSpr: TPanel
|