| 
					
				 | 
			
			
				@@ -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(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	} 
			 |