Browse Source

上一版本代码,保存失败

MaiXinRong 7 years ago
parent
commit
b3238fac2c
2 changed files with 0 additions and 3 deletions
  1. 0 1
      Frames/BGLFme.dfm
  2. 0 2
      Frames/BGLFme.pas

+ 0 - 1
Frames/BGLFme.dfm

@@ -339,7 +339,6 @@ object BGLFrame: TBGLFrame
     ExtendRowCount = 1
     Options = [aoAllowEdit, aoAllowDelete, aoAllowUpMove, aoAllowDownMove]
     OnGridCellCanEdit = zaBGLGridCellCanEdit
-    OnBeforeGridRowMove = zaBGLBeforeGridRowMove
     Left = 96
     Top = 88
   end

+ 0 - 2
Frames/BGLFme.pas

@@ -62,8 +62,6 @@ type
     procedure zaBGBillsGridCellCanEdit(Sender: TObject;
       const ACoord: TPoint; var Allow: Boolean);
     procedure zgBGLCurrentChanged(Sender: TObject; Col, Row: Integer);
-    procedure zaBGLBeforeGridRowMove(Sender: TObject; const ACoord: TPoint;
-      ADist: Integer; ADir: TZjMoveDirection);
   private
     FBGLData: TBGLData;