| 
					
				 | 
			
			
				@@ -65,7 +65,7 @@ public class CostOutputDialog extends UIDialog { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		jp.add(new JLabel("输出文件路径"));
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		if (filechooserpane == null) {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			FileSystemView fsv = FileSystemView.getFileSystemView();
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			filechooserpane = new FileChooserPane("全员收入统计表" + new UFDate().toLocalString() + ".xls");
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			filechooserpane = new FileChooserPane("成本构成表" + new UFDate().toLocalString() + ".xls");
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			filechooserpane.setCurrentDirectory(fsv.getHomeDirectory().toString());
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			filechooserpane.setFileFilter(new FileFilter() {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -94,7 +94,7 @@ public class CostOutputDialog extends UIDialog { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			TextField = new UITextField();
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			TextField.setPreferredSize(new Dimension(250, 20));
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			TextField.setMaxLength(100);
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			TextField.setText("全员收入统计表");
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			TextField.setText("成本构成表");
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		}
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		jp.add(TextField);
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		return jp;
 
			 |