瀏覽代碼

加ocr识别按钮

zthwr 1 年之前
父節點
當前提交
570583b1e4
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      pu/pu/src/client/nc/pub/filesystem/newui/ThFileContentPanel.java

+ 4 - 4
pu/pu/src/client/nc/pub/filesystem/newui/ThFileContentPanel.java

@@ -93,6 +93,7 @@ import nc.ui.pub.beans.UITree;
 import nc.ui.pub.beans.table.VOTableModel;
 import nc.ui.pub.bill.BillCardPanel;
 import nc.ui.pub.filesystem.FileManageServletClient;
+import nc.ui.uif2.editor.BillForm;
 import nc.uitheme.ui.ThemeResourceCenter;
 import nc.vo.pub.BusinessException;
 import nc.vo.pub.ValueObject;
@@ -117,8 +118,7 @@ public class ThFileContentPanel extends JPanel {
 	public static final int BROWSESINGLEICON_STATE =2;
 	//ËõÂÔͼä¯ÀÀ
 	public static final int BROWSESMALLICON_STATE =3; 
-	
-	public BillCardPanel fpcpanel;
+	protected BillForm editor_;
 	private int colnumbtnpane =5 ;
 	private int colnumbtnbrow =1;
 	protected String rootDirStr = "dir1/dir2/ewei";
@@ -196,10 +196,10 @@ public class ThFileContentPanel extends JPanel {
 		setUIEnable();
 		initUI();
 	}
-	public ThFileContentPanel(String root,BillCardPanel cpanel) {		
+	public ThFileContentPanel(String root,BillForm editor) {		
 		super();
 		rootDirStr = root ;
-		this.fpcpanel=cpanel;
+		editor_ = editor;
 		//ÉèÖÃȨÏÞ		
 		initUI();
 	}