Explorar o código

云版,变更令,隐藏右键粘贴按钮

MaiXinRong %!s(int64=6) %!d(string=hai) anos
pai
achega
3e6dd737cb
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      Frames/BGLFme.pas

+ 4 - 0
Frames/BGLFme.pas

@@ -143,6 +143,10 @@ procedure TBGLFrame.dxpmBGLPopup(Sender: TObject);
 begin
   SetDxBtnAction(actnBatchWritePos_Reason, MainForm.dxbtnBatchWritePos_Reason);
   SetDxBtnAction(actnCopyBGLBlock, MainForm.dxbtnCopyBillsBlock);
+  if _IsCloud then
+  begin
+    dxpmBGL.ItemLinks.Items[2].Visible := False;
+  end;
 end;
 
 procedure TBGLFrame.actnBatchWritePos_ReasonExecute(Sender: TObject);