PageEditContent.xaml.cs 65 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585
  1. using ComPDFKit.PDFDocument;
  2. using ComPDFKitViewer;
  3. using ComPDFKitViewer.PdfViewer;
  4. using Dropbox.Api.Team;
  5. using ImTools;
  6. using PDF_Master.EventAggregators;
  7. using PDF_Master.Helper;
  8. using PDF_Master.Model.PageEdit;
  9. using PDF_Master.ViewModels.PageEdit;
  10. using Prism.Events;
  11. using System;
  12. using System.Collections.Generic;
  13. using System.Diagnostics;
  14. using System.IO;
  15. using System.Linq;
  16. using System.Runtime.InteropServices;
  17. using System.Security;
  18. using System.Text;
  19. using System.Text.RegularExpressions;
  20. using System.Threading.Tasks;
  21. using System.Windows;
  22. using System.Windows.Controls;
  23. using System.Windows.Controls.Primitives;
  24. using System.Windows.Data;
  25. using System.Windows.Documents;
  26. using System.Windows.Input;
  27. using System.Windows.Interop;
  28. using System.Windows.Media;
  29. using System.Windows.Media.Imaging;
  30. using System.Windows.Navigation;
  31. using System.Windows.Shapes;
  32. using System.Windows.Threading;
  33. using WpfToolkit.Controls;
  34. using static Dropbox.Api.TeamLog.AdminAlertSeverityEnum;
  35. namespace PDF_Master.Views.PageEdit
  36. {
  37. /// <summary>
  38. /// PageEditContent.xaml 的交互逻辑
  39. /// </summary>
  40. public partial class PageEditContent : UserControl
  41. {
  42. /// <summary>
  43. /// 用于通知刷新图片的事件
  44. /// 因为目前的图片刷新策略依赖很多UI事件判断,因为将主要判断逻辑放在UI层,VM负责图片刷新,非必要情况尽量不要采用这种形式
  45. /// </summary>
  46. private IEventAggregator eventor;
  47. /// <summary>
  48. /// 暂存的唯一索引值,用于区分多页签
  49. /// </summary>
  50. private string unicode;
  51. /// <summary>
  52. /// 是否是加载时第一次触发滚动
  53. /// </summary>
  54. private bool isFirstScrollChange = true;
  55. /// <summary>
  56. /// 用于判断滚轮停止的计时器
  57. /// </summary>
  58. private DispatcherTimer timer = new DispatcherTimer();
  59. /// <summary>
  60. /// 判断是否开始框选
  61. /// </summary>
  62. private bool startChoose = false;
  63. /// <summary>
  64. /// 框选的起始位置
  65. /// </summary>
  66. private Point starPosition = new Point();
  67. /// <summary>
  68. /// 记录当前滑块的状态
  69. /// </summary>
  70. private ScrollEventType scrolltype = ScrollEventType.EndScroll;
  71. //鼠标点击时在item中的位置 实现类似点哪拖哪的细节
  72. private double item_x;
  73. private double item_y;
  74. //插入标记代表的插入位置
  75. private int InsertIndex = -1;
  76. //拖动的Item
  77. private PageEditItem tempItem;
  78. /// <summary>
  79. /// 是否正在拖拽排序中,通过该变量避免单击触发拖动
  80. /// </summary>
  81. private bool isDraging = false;
  82. //是否正在从外部拖入文件
  83. public bool isDragingEnter { get; set; } = false;
  84. //自动滚动速度
  85. private int speed = 0;
  86. private PageEditContentViewModel viewModel;
  87. private List<string> dropMoveFiles = null;
  88. public PageEditContent()
  89. {
  90. InitializeComponent();
  91. dropMoveFiles = new List<string>();
  92. }
  93. public PageEditContent(IEventAggregator eventAggregator) : this()
  94. {
  95. eventor = eventAggregator;
  96. unicode = App.mainWindowViewModel.SelectedItem.Unicode;
  97. timer = new DispatcherTimer();
  98. timer.Interval = TimeSpan.FromSeconds(0.3);
  99. timer.Tick += Timer_Tick;
  100. viewModel = this.DataContext as PageEditContentViewModel;
  101. viewModel.PageEditItems.CollectionChanged += PageEditItems_CollectionChanged;
  102. //订阅页面刷新事件
  103. eventor.GetEvent<PageEditNotifyEvent>().Subscribe(OneNotifyEvent, e => e.Unicode == unicode);
  104. eventAggregator.GetEvent<CleanSelectAllEvent>().Subscribe(CleanSelectAll, e => e.Unicode == unicode);
  105. //当退出页面编辑后
  106. //缩略图选中页面,要和当前显示的页面,一致
  107. eventAggregator.GetEvent<PageEditSelectedItemEvent>().Subscribe(OnPageEditSelectedItemRefreshEvent, e => e.Unicode == unicode);
  108. }
  109. private void OnPageEditSelectedItemRefreshEvent(PageEditSelectedItemEventArgs args)
  110. {
  111. if (viewModel.IsBOTAThumb == Visibility.Visible && args.SelectedItemIndex != -1)
  112. {
  113. viewModel.ListSelectedIndex = args.SelectedItemIndex;
  114. ListPageEdit.ScrollIntoView(ListPageEdit.SelectedItem);
  115. }
  116. }
  117. private void Timer_Tick(object sender, EventArgs e)
  118. {
  119. PulishEvent();
  120. timer?.Stop();
  121. }
  122. private void PageEditItems_CollectionChanged(object sender, System.Collections.Specialized.NotifyCollectionChangedEventArgs e)
  123. {
  124. //加入loaded判断,避免显示前频繁进入该事件,影响BOTA切换事件
  125. if (this.IsLoaded)
  126. {
  127. //未选 显示页面大小,插入文件后 会影响
  128. //if (viewModel.IsShowPageSize)
  129. //{
  130. // viewModel.ShowedPageSize = Visibility.Visible;
  131. // viewModel.HidePageSize = Visibility.Collapsed;
  132. //}
  133. //else
  134. //{
  135. // viewModel.ShowedPageSize = Visibility.Collapsed;
  136. // viewModel.HidePageSize = Visibility.Visible;
  137. //}
  138. //BOTA缩略图里 插入子项时,刷新子项大小
  139. if (GridBOTAHeader.Visibility == Visibility.Visible && e.Action == System.Collections.Specialized.NotifyCollectionChangedAction.Add)
  140. {
  141. ItemSuitAcutalWidth(this.ActualWidth);
  142. }
  143. //补充判断条件,修复页数多的文档,在BOTA展开的情况下,切换到页面编辑会卡死的问题
  144. if (GridBOTAHeader.Visibility != Visibility.Visible && !viewModel.Initializing)
  145. {
  146. //页面编辑模式下,页面总数变化后用于通知BOTA面板进行数据集刷新
  147. //只需要页面编辑通知缩略图,不需要缩略图通知页面编辑,因为现在每次导航进去时都会刷新item个数
  148. eventor.GetEvent<PageEditNotifyEvent>().Publish(new PageEditNotifyEventArgs(unicode, NotifyType.PageCountChanged));
  149. }
  150. }
  151. }
  152. private void OneNotifyEvent(PageEditNotifyEventArgs e)
  153. {
  154. switch (e.Type)
  155. {
  156. case NotifyType.RefreshPage:
  157. //计算当前区域的页面范围后传递回VM
  158. PulishEvent();
  159. break;
  160. case NotifyType.SelectItems:
  161. int index = 0;
  162. //根据Vm的参数选中部分页面
  163. if (e.PageRange.Count == 1)
  164. {
  165. if (e.PageRange[0] > 0)
  166. {
  167. ListPageEdit.SelectedIndex = e.PageRange[0] - 1;
  168. }
  169. if (ListPageEdit.SelectedItem != null)
  170. {
  171. ListPageEdit.ScrollIntoView(ListPageEdit.SelectedItem);
  172. index = ((PageEditItem)ListPageEdit.SelectedItem).PageNumber - 1;
  173. viewModel.RightSelectedIndex = index;
  174. }
  175. }
  176. else
  177. {
  178. ListPageEdit.SelectedItems.Clear();
  179. viewModel.RightSelectedIndexs.Clear();
  180. for (int i = 0; i < e.PageRange.Count; i++)
  181. {
  182. index = e.PageRange[i] - 1;
  183. if (index < ListPageEdit.Items.Count)
  184. {
  185. ListPageEdit.SelectedItems.Add(ListPageEdit.Items[index]);
  186. }
  187. if (ListPageEdit.SelectedItems.Count > 0)
  188. {
  189. viewModel.RightSelectedIndex = index;
  190. viewModel.RightSelectedIndexs.Add(index);
  191. }
  192. if (GridBOTAHeader.Visibility == Visibility.Visible)
  193. {
  194. if (ListPageEdit.SelectedItems.Count > 0)
  195. {
  196. if (ListPageEdit.Items.IndexOf(ListPageEdit.SelectedItems[ListPageEdit.SelectedItems.Count - 1]) == -1)
  197. {
  198. ListPageEdit.ScrollIntoView(ListPageEdit.SelectedItem);
  199. }
  200. else
  201. {
  202. ListPageEdit.ScrollIntoView(ListPageEdit.SelectedItems[ListPageEdit.SelectedItems.Count - 1]);
  203. }
  204. }
  205. }
  206. else
  207. {
  208. ListPageEdit.ScrollIntoView(ListPageEdit.SelectedItem);
  209. }
  210. }
  211. }
  212. if (ListPageEdit.SelectedItems.Count > 0)
  213. {
  214. if (ListPageEdit.SelectedItems.Count >= 2)
  215. {
  216. //页码 下拉框 ,选择全选页面、奇数、偶数等情况,偶现IsMultiSelected=false,这里先强制设置一下
  217. viewModel.IsMultiSelected = true;
  218. }
  219. else
  220. {
  221. viewModel.IsMultiSelected = false;
  222. }
  223. viewModel.IsMouseRightButtonDown = false;
  224. viewModel.IsMouseRightButtonDown = true;
  225. }
  226. //以下方法 实用性不强,会跳转失败
  227. //缩略图 复制粘贴后,选中页面,要与阅读视图 对应
  228. //if (viewModel.viewContentViewModel.isInPageEdit == false && GridBOTAHeader.Visibility == Visibility.Visible)
  229. //{
  230. // viewModel.PDFViewer.GoToPage(index);
  231. //}
  232. break;
  233. case NotifyType.PageCountChanged:
  234. if (GridBOTAHeader.Visibility == Visibility.Visible)
  235. {
  236. viewModel?.GetSourceItems(false);
  237. }
  238. break;
  239. default:
  240. break;
  241. }
  242. }
  243. private void CleanSelectAll(CleanSelectAllArgs obj)
  244. {
  245. ListPageEdit.SelectedItems.Clear();
  246. ListPageEdit.SelectedIndex = viewModel.PDFViewer.CurrentIndex;
  247. }
  248. #region UI事件
  249. /// <summary>
  250. /// 每次显示的时候就触发事件,刷新所有图片
  251. /// </summary>
  252. /// <param name="sender"></param>
  253. /// <param name="e"></param>
  254. private void PageEdit_IsVisibleChanged(object sender, DependencyPropertyChangedEventArgs e)
  255. {
  256. if ((bool)e.NewValue)
  257. {
  258. //BOTA缩略图模式 需要先计算item宽度,再进行渲染页面的计算
  259. if (GridBOTAHeader.Visibility == Visibility.Visible)
  260. {
  261. ItemSuitAcutalWidth(this.ActualWidth);
  262. }
  263. //当前页面没有发生变化时,刷新图片 这种情况下会拿两次图,需要留意
  264. PulishEvent();
  265. //当前页面发生变化时通过ScrollChanged事件来刷新图片
  266. isFirstScrollChange = true;
  267. }
  268. }
  269. /// <summary>
  270. /// 鼠标滚轮滚动时触发的事件
  271. /// </summary>
  272. /// <param name="sender"></param>
  273. /// <param name="e"></param>
  274. public void ListPageEdit_ScrollChanged(object sender, ScrollChangedEventArgs e)
  275. {
  276. if (isFirstScrollChange)
  277. {
  278. PulishEvent();//第一次加载时触发的Scollchange 直接刷新界面,减少白板显示时间
  279. isFirstScrollChange = false;
  280. return;
  281. }
  282. else
  283. {
  284. if (e.VerticalChange != 0)
  285. timer?.Start();//暂时找不到比较好的 判断Scroller停止的方法,先用计时器粗略判断
  286. }
  287. }
  288. /// <summary>
  289. /// 拖动右侧滑块时触发的事件
  290. /// </summary>
  291. /// <param name="sender"></param>
  292. /// <param name="e"></param>
  293. private void ListPageEdit_Scroll(object sender, System.Windows.Controls.Primitives.ScrollEventArgs e)
  294. {
  295. scrolltype = e.ScrollEventType;
  296. if (scrolltype != System.Windows.Controls.Primitives.ScrollEventType.EndScroll)
  297. {
  298. timer?.Stop();
  299. return;
  300. }
  301. PulishEvent();
  302. }
  303. #endregion UI事件
  304. #region 方法
  305. /// <summary>
  306. /// 发布事件
  307. /// </summary>
  308. public void PulishEvent()
  309. {
  310. //判空 避免某些乱七八糟的情况下异常
  311. if (ListPageEdit != null & ListPageEdit.Items.Count > 0)
  312. {
  313. var itemSize = new Size((ListPageEdit.Items[0] as PageEditItem).ItemSize.Width + 32, (ListPageEdit.Items[0] as PageEditItem).ItemSize.Height + 30);
  314. var range = GetRoughFromView(ListPageEdit, itemSize, new Thickness(5, 10, 5, 10));
  315. if ((bool)TbnTwoLine.IsChecked)
  316. {
  317. ///双列模式下要计算两列item
  318. range = new Tuple<int, int, int>(range.Item1, range.Item2 * 2, range.Item3);
  319. }
  320. eventor.GetEvent<PageEditRefreshEvent>().Publish(new PageEditRefreshEventArgs() { Unicode = unicode, PageRange = range });
  321. }
  322. }
  323. /// <summary>
  324. /// 获取滑轨的垂直偏移量,结合item总数和Item尺寸以及间隔,来估算实际展示的item范围
  325. /// 返回值为页面范围 从1开始
  326. /// </summary>
  327. /// <param name="view"></param>
  328. /// <param name="itemSize"></param>
  329. /// <param name="itemMargin"></param>
  330. /// <returns></returns>
  331. private Tuple<int, int, int> GetRoughFromView(ListBox view, Size itemSize, Thickness itemMargin)
  332. {
  333. //var scrollViewer = GetScrollHost(view);
  334. var scrollViewer = CommonHelper.FindVisualChild<ScrollViewer>(view);
  335. if (scrollViewer == null || scrollViewer.ActualHeight == 0 || scrollViewer.ActualWidth == 0)//视图展开
  336. return new Tuple<int, int, int>(0, 0, 0);
  337. try
  338. {
  339. var currentHeight = scrollViewer.ActualHeight - view.Padding.Top;
  340. var currentWidth = scrollViewer.ActualWidth;
  341. //计算当前窗口大小能显示的行数和列数
  342. var columnCount = (int)(currentWidth / (itemSize.Width + itemMargin.Left));
  343. var rowCount = (int)Math.Ceiling(currentHeight / (itemSize.Height + itemMargin.Bottom));
  344. var preItemCount = (int)((scrollViewer.VerticalOffset / scrollViewer.ExtentHeight) * ((view.Items.Count + columnCount - 1) / columnCount));//滑动百分比*行数 = 大概的垂直位置
  345. preItemCount = preItemCount * columnCount;
  346. var preEnd = (int)(((scrollViewer.VerticalOffset + scrollViewer.ActualHeight) / scrollViewer.ExtentHeight) * ((view.Items.Count + columnCount - 1) / columnCount));
  347. preEnd = preEnd * columnCount + columnCount - 1;
  348. var middle = (int)Math.Ceiling(preItemCount + preEnd / 2d);
  349. return new Tuple<int, int, int>(
  350. Math.Max(preItemCount, 0),
  351. Math.Min(view.Items.Count, preEnd),
  352. middle);
  353. }
  354. catch { }
  355. return new Tuple<int, int, int>(0, 0, 0);
  356. }
  357. /// <summary>
  358. /// 获取listbox里的ScrollViewer对象
  359. /// 留意如果有重写ListBox对象,该方法可能无效
  360. /// </summary>
  361. /// <param name="listBox"></param>
  362. /// <returns></returns>
  363. private ScrollViewer GetScrollHost(ListBox listBox)
  364. {
  365. if (VisualTreeHelper.GetChildrenCount(listBox) > 0)
  366. {
  367. int s = VisualTreeHelper.GetChildrenCount(listBox);
  368. Border border = VisualTreeHelper.GetChild(listBox, 0) as Border;
  369. if (border != null)
  370. {
  371. return VisualTreeHelper.GetChild(border, 0) as ScrollViewer;
  372. }
  373. }
  374. return null;
  375. }
  376. #endregion 方法
  377. /// <summary>
  378. /// 输入框显示时,自动获取焦点
  379. /// </summary>
  380. /// <param name="sender"></param>
  381. /// <param name="e"></param>
  382. private void TextBox_IsVisibleChanged(object sender, DependencyPropertyChangedEventArgs e)
  383. {
  384. if ((bool)e.NewValue)
  385. {
  386. (sender as Control).Focus();
  387. }
  388. }
  389. private void ListPageEdit_PreviewMouseMove(object sender, MouseEventArgs e)
  390. {
  391. try
  392. {
  393. if (e.LeftButton == MouseButtonState.Pressed && !isDragingEnter)
  394. {
  395. //鼠标框选逻辑
  396. if (startChoose)
  397. {
  398. viewModel.IsMouseRightButtonDown = true;
  399. viewModel.IsMouseRightButtonDown = false;
  400. viewModel.RightSelectedIndex = -1;
  401. viewModel.RightSelectedIndexs.Clear();
  402. var position = e.GetPosition(ListPageEdit);
  403. if (position.X < 5 || position.X > ListPageEdit.ActualWidth - 5 || position.Y < 5 || position.Y > ListPageEdit.ActualHeight - 5)
  404. {
  405. startChoose = false;
  406. RectChoose.Visibility = Visibility.Collapsed;
  407. //暂时未想到靠近顶部和底部自动翻滚的好方法,只能先屏蔽这部分功能
  408. Mouse.Capture(null);
  409. return;
  410. }
  411. //矩形框内的item设为选中
  412. DoSelectItems();
  413. return;
  414. }
  415. //拖拽排序的逻辑
  416. else
  417. {
  418. var pos = e.GetPosition(ListPageEdit);
  419. if (pos.Y < 0 || pos.Y > ListPageEdit.ActualHeight)
  420. {
  421. LineInset.Visibility = Visibility.Collapsed;
  422. ImgPicture.Visibility = Visibility.Collapsed;
  423. return;
  424. }
  425. HitTestResult result = VisualTreeHelper.HitTest(ListPageEdit, pos);
  426. if (result == null)
  427. {
  428. return;
  429. }
  430. var listBoxItem = CommonHelper.FindVisualParent<ListBoxItem>(result.VisualHit);
  431. if (listBoxItem == null)
  432. {
  433. return;
  434. }
  435. isDragingEnter = false;
  436. tempItem = listBoxItem.DataContext as PageEditItem;
  437. var item_pos = e.GetPosition(listBoxItem);
  438. if (item_pos != null)
  439. {
  440. item_x = item_pos.X;
  441. item_y = item_pos.Y;
  442. }
  443. //string filename = Guid.NewGuid().ToString() + ".pdf";
  444. //string tempPath = System.IO.Path.Combine(System.IO.Path.GetTempPath(), filename);
  445. //System.IO.File.Create(tempPath);
  446. //string[] files = new string[1];
  447. //files[0] = tempPath;
  448. var scroll = GetScrollHost(ListPageEdit);
  449. //页面 是App内的拖拽 ,还是拖拽 页面 出 App 是一起处理
  450. //将付费锁逻辑提前,避免拖拽出窗体成功
  451. if (!ServiceHelper.IAPBeforeFunction())
  452. {
  453. return;
  454. }
  455. #region 拖拽 页面 到 桌面/文件夹 ,提取文件
  456. //C:\Users\oyxh\AppData\Local\Temp\
  457. string dir = System.IO.Path.Combine(System.IO.Path.GetTempPath());
  458. if (!System.IO.Directory.Exists(dir))
  459. {
  460. System.IO.Directory.CreateDirectory(dir);
  461. }
  462. //string tempPath = System.IO.Path.Combine(System.IO.Path.GetTempPath(), filename);
  463. List<int> pages = GetSelectedItems();
  464. pages.Sort();
  465. string[] files = new string[1];
  466. if (pages.Count > 0)
  467. {
  468. //多选页面 提取成一个文件夹
  469. string filename = viewModel.PDFViewer.Document.FileName + " " + "pages " + CommonHelper.GetPageParmFromList(pages) + ".pdf";
  470. string tempPath = System.IO.Path.Combine(dir, filename);
  471. //删除 临时文件的同名文件
  472. if (File.Exists(tempPath))
  473. {
  474. File.Delete(tempPath);
  475. }
  476. string path = CommonHelper.CreateFilePath(tempPath);
  477. files[0] = path;
  478. dropMoveFiles.Add(path);
  479. CPDFDocument savedoc = CPDFDocument.CreateDocument();
  480. string range = String.Join(",", pages);
  481. bool result1 = savedoc.ImportPages(viewModel.PDFViewer.Document, range);
  482. //if (!result1)
  483. //{
  484. // viewModel.ShowToast();
  485. // viewModel.IsLoading = Visibility.Collapsed;
  486. // return;
  487. //}
  488. result1 = savedoc.WriteToFilePath(path);
  489. if (!result1)
  490. {
  491. viewModel.ShowToast();
  492. }
  493. savedoc.Release();//释放内存
  494. }
  495. #region 多选页面 分别生成单独文件
  496. //List<int> pagenums = new List<int>();
  497. //for (int i = 0; i < viewModel.PageEditItems.Count; i++)
  498. //{
  499. // if (viewModel.PageEditItems[i].Selected)
  500. // {
  501. // pagenums.Add(viewModel.PageEditItems[i].PageNumber);
  502. // }
  503. //}
  504. //string[] files = new string[pagenums.Count];
  505. //for (int i = 0; i < pagenums.Count; i++)
  506. //{
  507. // string filename = viewModel.PDFViewer.Document.FileName + " " + pagenums[i] + ".pdf";
  508. // string tempPath = System.IO.Path.Combine(dir, filename);
  509. // string path = CommonHelper.CreateFilePath(tempPath);
  510. // files[i] = path;
  511. // dropMoveFiles.Add(path);
  512. // CPDFDocument savedoc = CPDFDocument.CreateDocument();
  513. // bool result2 = savedoc.ImportPages(viewModel.PDFViewer.Document, pagenums[i].ToString());
  514. // if (!result2)
  515. // {
  516. // savedoc.Release();
  517. // continue;
  518. // }
  519. // result2 = savedoc.WriteToFilePath(path);
  520. // if (!result2)
  521. // {
  522. // savedoc.Release();
  523. // continue;
  524. // }
  525. // savedoc.Release();//释放内存
  526. //}
  527. #endregion 多选页面 分别生成单独文件
  528. //string[] files = new string[1];
  529. //files[0] = tempPath;
  530. DataObject dataObj = new DataObject(DataFormats.FileDrop, files);
  531. #endregion 拖拽 页面 到 桌面/文件夹 ,提取文件
  532. //禁用从窗体拖拽到桌面的方法
  533. //DataObject dataObj = new DataObject(listBoxItem);
  534. //注意!!!目前是通过DragDropEffects类型来区分app内拖拽和外部文件拖入。否则页面文件拖拽页面到PDFViewer,也会新生成一个页签
  535. //如果这里的DragDropEfeects类型有改动,也需要调整ViewContent里UserControl_Drop函数的判断逻辑
  536. DragDrop.DoDragDrop(ListPageEdit, dataObj, DragDropEffects.Copy);
  537. Mouse.Capture(ListPageEdit);
  538. //CleanDropMoveFiles();
  539. return;
  540. }
  541. }
  542. RectChoose.Visibility = Visibility.Collapsed;
  543. startChoose = false;
  544. LineInset.Visibility = Visibility.Collapsed;
  545. ImgPicture.Visibility = Visibility.Collapsed;
  546. Mouse.Capture(null);
  547. }
  548. catch
  549. {
  550. LineInset.Visibility = Visibility.Collapsed;
  551. ImgPicture.Visibility = Visibility.Collapsed;
  552. }
  553. }
  554. private List<int> GetSelectedItems()
  555. {
  556. List<int> pages = new List<int>();
  557. for (int i = 0; i < ListPageEdit.SelectedItems.Count; i++)
  558. {
  559. //这样拿 更精准
  560. if (ListPageEdit.SelectedItems[i] is PageEditItem pageEditItem)
  561. {
  562. pages.Add(pageEditItem.PageNumber);
  563. }
  564. }
  565. return pages;
  566. }
  567. /// <summary>
  568. /// 判断是否开始框选、记录框选起始位置
  569. /// </summary>
  570. /// <param name="sender"></param>
  571. /// <param name="e"></param>
  572. private void ListPageEdit_PreviewMouseLeftButtonDown(object sender, MouseButtonEventArgs e)
  573. {
  574. var pos = e.GetPosition(ListPageEdit);
  575. HitTestResult result = VisualTreeHelper.HitTest(ListPageEdit, pos);
  576. if (result == null)
  577. {
  578. return;
  579. }
  580. //未选中item 并且不是点击滑轨时 开始框选
  581. var listBoxItem = CommonHelper.FindVisualParent<ListBoxItem>(result.VisualHit);
  582. var scroller = CommonHelper.FindVisualParent<ScrollBar>(result.VisualHit);
  583. if (listBoxItem == null)
  584. {
  585. viewModel.IsMouseRightButtonDown = true;
  586. viewModel.IsMouseRightButtonDown = false;
  587. viewModel.RightSelectedIndex = -1;
  588. viewModel.RightSelectedIndexs.Clear();
  589. if (scroller != null)
  590. {
  591. startChoose = false;
  592. return;
  593. }
  594. //点击空白处时开始框选
  595. startChoose = true;
  596. if (ListPageEdit.SelectedItems.Count > 0)
  597. {
  598. ListPageEdit.SelectedItems.Clear();
  599. }
  600. starPosition = e.GetPosition(ListPageEdit);
  601. starPosition = new Point(starPosition.X, starPosition.Y + GetWrapPanel(ListPageEdit).VerticalOffset);
  602. Mouse.Capture(ListPageEdit);
  603. return;
  604. }
  605. //选中了item 时,不能框选
  606. startChoose = false;
  607. isDragingEnter = false;
  608. //更改系统的选中规则,选中状态下,鼠标松开后取消选中
  609. //方便实现多选拖拽功能
  610. if (listBoxItem.IsSelected == true && !Keyboard.IsKeyDown(Key.LeftCtrl))
  611. {
  612. e.Handled = true;
  613. }
  614. }
  615. private void ListPageEdit_PreviewMouseLeftButtonUp(object sender, MouseButtonEventArgs e)
  616. {
  617. var pos = e.GetPosition(ListPageEdit);
  618. HitTestResult result = VisualTreeHelper.HitTest(ListPageEdit, pos);
  619. if (result == null)
  620. {
  621. return;
  622. }
  623. var listBoxItem = CommonHelper.FindVisualParent<ListBoxItem>(result.VisualHit);
  624. if (listBoxItem == null)
  625. {
  626. return;
  627. }
  628. //更改系统默认的选中规则,多选后,鼠标单击抬起后再选中单个
  629. //拖拽框选之后的抬起鼠标不进入处理
  630. if (!startChoose && !Keyboard.IsKeyDown(Key.LeftCtrl) && !Keyboard.IsKeyDown(Key.LeftShift))
  631. {
  632. ListPageEdit.SelectedItems.Clear();
  633. ListPageEdit.SelectedItem = listBoxItem;
  634. listBoxItem.IsSelected = true;
  635. return;
  636. }
  637. Mouse.Capture(null);
  638. //结束鼠标框选
  639. startChoose = false;
  640. RectChoose.Visibility = Visibility.Collapsed;
  641. }
  642. /// <summary>
  643. /// 获取Listobox的Wrappanel容器
  644. /// </summary>
  645. /// <param name="listBox"></param>
  646. /// <returns></returns>
  647. public VirtualizingWrapPanel GetWrapPanel(ListBox listBox)
  648. {
  649. Border border = VisualTreeHelper.GetChild(listBox, 0) as Border;
  650. var panel = CommonHelper.FindVisualChild<VirtualizingWrapPanel>(border);
  651. return panel;
  652. }
  653. /// <summary>
  654. ///根据鼠标拖选的框 选中矩形框里面的Item
  655. /// </summary>
  656. private void DoSelectItems()
  657. {
  658. var s = GetScrollHost(ListPageEdit);
  659. Point start = new Point();
  660. //通过 实时的垂直偏移量和第一次的偏移量抵消,来获取准确的垂直偏移值。
  661. start = new Point(starPosition.X, starPosition.Y - s.VerticalOffset);
  662. var rec = new Rect(start, Mouse.GetPosition(ListPageEdit));
  663. RectChoose.Margin = new Thickness(rec.Left, rec.Top, 0, 0);
  664. RectChoose.Width = rec.Width;
  665. RectChoose.Height = rec.Height;
  666. RectChoose.Visibility = Visibility.Visible;
  667. //检测遍历所有项,筛选在矩形框中的Item
  668. for (int i = 0; i < ListPageEdit.Items.Count; i++)
  669. {
  670. var _item = ListPageEdit.ItemContainerGenerator.ContainerFromIndex(i) as ListBoxItem;
  671. //通过这一步来避免重复误选中
  672. var parent = CommonHelper.FindVisualParent<VirtualizingWrapPanel>(_item);
  673. if (parent == null)
  674. continue;
  675. var v = VisualTreeHelper.GetOffset(_item);
  676. if (rec.IntersectsWith(new Rect(v.X, v.Y, _item.ActualWidth, _item.ActualHeight)))
  677. {
  678. ListPageEdit.SelectedItems.Add(ListPageEdit.Items[i]);
  679. }
  680. else
  681. {
  682. ListPageEdit.SelectedItems.Remove(ListPageEdit.Items[i]);
  683. }
  684. }
  685. return;
  686. }
  687. /// <summary>
  688. /// 退出拖拽模式
  689. /// </summary>
  690. private void ExitDraging()
  691. {
  692. LineInset.Visibility = Visibility.Collapsed;
  693. ImgPicture.Visibility = Visibility.Collapsed;
  694. isDraging = false;
  695. }
  696. /// <summary>
  697. /// 拖拽释放后的处理逻辑
  698. /// </summary>
  699. /// <param name="sender"></param>
  700. /// <param name="e"></param>
  701. private async void ListPageEdit_Drop(object sender, DragEventArgs e)
  702. {
  703. //isDragingEnter = false;
  704. if (!isDraging)
  705. {
  706. //未拖拽时隐藏插入标记和虚影
  707. LineInset.Visibility = Visibility.Collapsed;
  708. ImgPicture.Visibility = Visibility.Collapsed;
  709. return;
  710. }
  711. //拖入非法格式释放时 返回
  712. string[] file = (string[])e.Data.GetData(DataFormats.FileDrop);
  713. if (file != null)
  714. {
  715. #region 从外部拖拽插入文件
  716. if (isDragingEnter)
  717. {
  718. //不能将付费锁 放到 grid_DragOver,会卡顿
  719. //将付费锁逻辑提前,避免因弹窗显示后导致虚影无法消失问题
  720. if (!ServiceHelper.IAPBeforeFunction())
  721. {
  722. LineInset.Visibility = Visibility.Collapsed;
  723. ImgPicture.Visibility = Visibility.Collapsed;
  724. isDragingEnter = false;
  725. return;
  726. }
  727. //注释从外部拖拽插入文件的功能
  728. var files = (string[])e.Data.GetData(DataFormats.FileDrop);
  729. Array.Reverse(files);
  730. foreach (string item in files)
  731. {
  732. System.IO.FileInfo info = new System.IO.FileInfo(item);
  733. string fileName = viewModel.GetInsertFromFile(item);
  734. //if (System.IO.Path.GetExtension(item).ToLower() == ".pdf" && info.Length > 0)
  735. //{
  736. // int index = InsertIndex == -1 ? 0 : InsertIndex;
  737. // await viewModel.InsertFromFile(index, item);
  738. // viewModel.ReloadAfterOption(true, true, new Tuple<int, int>(0, ListPageEdit.Items.Count));
  739. //}
  740. if (info.Length > 0 && File.Exists(fileName))
  741. {
  742. int index = InsertIndex == -1 ? 0 : InsertIndex;
  743. //将文档验证是否为空,是否解密,置前,若为空直接退出
  744. bool IsLocked = viewModel.GetDocumentIsDiscryptied(fileName, null, out CPDFDocument doc, out string password);
  745. if (IsLocked == false)
  746. {
  747. LineInset.Visibility = Visibility.Collapsed;
  748. ImgPicture.Visibility = Visibility.Collapsed;
  749. isDragingEnter = false;
  750. return;
  751. }
  752. ListPageEdit.SelectedItems.Clear();
  753. bool flag = await viewModel.InsertFromFile(index, fileName, doc, password);
  754. if (flag)
  755. {
  756. viewModel.ReloadAfterOption(true, true, new Tuple<int, int>(0, ListPageEdit.Items.Count));
  757. }
  758. }
  759. }
  760. //其他文件 则新增一个页签打开
  761. // DragAddTab.Invoke(dragingEnterPath, new RoutedEventArgs());//底层库需要加一个 Load(TPDFDocument)的接口
  762. LineInset.Visibility = Visibility.Collapsed;
  763. ImgPicture.Visibility = Visibility.Collapsed;
  764. isDragingEnter = false;
  765. return;
  766. }
  767. #endregion 从外部拖拽插入文件
  768. //return;
  769. }
  770. var pos = e.GetPosition(ListPageEdit);
  771. var result = VisualTreeHelper.HitTest(ListPageEdit, pos);
  772. if (result == null)
  773. {
  774. //超出当前可控区域
  775. ExitDraging();
  776. return;
  777. }
  778. //查找元数据
  779. //var sourcePerson = e.Data.GetData(typeof(StackPanel)) as StackPanel;
  780. if (tempItem == null)
  781. {
  782. ExitDraging();
  783. return;
  784. }
  785. //查找目标数据
  786. int targetindex = 0;//目标插入位置
  787. if (InsertIndex != -1)
  788. {
  789. //往前移动时 此index 不是准确的,需要处理++
  790. targetindex = InsertIndex;
  791. }
  792. //else//基本不会命中 仅作为保险措施
  793. //{
  794. // var listBoxItem = CommonHelper.FindVisualParent<ListBoxItem>(result.VisualHit);
  795. // if (listBoxItem == null)
  796. // {
  797. // ////鼠标停留在两个item之间或其他无效区域 暂时不做处理(比较麻烦)
  798. // ExitDraging();
  799. // return;
  800. // }
  801. // var targetPerson = listBoxItem;
  802. // targetPerson.Opacity = 1;
  803. // sourcePerson.Opacity = 1;
  804. // if (ReferenceEquals(targetPerson, sourcePerson))
  805. // {
  806. // ExitDraging();
  807. // return;
  808. // }
  809. // targetindex = ListPageEdit.Items.IndexOf(targetPerson);
  810. //}
  811. List<ListBoxItem> list = new List<ListBoxItem>();
  812. List<int> sourceindex = new List<int>();//需要保存每个页面对应的位置
  813. //开始排序
  814. List<int> pages = new List<int>();
  815. //要先对所有选中项 根据页码排序
  816. for (int i = 0; i < ListPageEdit.SelectedItems.Count; i++)
  817. {
  818. var pageindex = ListPageEdit.Items.IndexOf(ListPageEdit.SelectedItems[i] as PageEditItem);
  819. pages.Add(pageindex);//存入的为页码索引值
  820. }
  821. if (pages.Count <= 0)
  822. {
  823. ExitDraging();
  824. return;
  825. }
  826. viewModel.DragToSort(targetindex, pages);
  827. ExitDraging();
  828. isDraging = false;
  829. CleanDropMoveFiles();
  830. }
  831. /// <summary>
  832. /// 拖拽完成后,清空临时目录 的文件
  833. /// </summary>
  834. private void CleanDropMoveFiles()
  835. {
  836. if (dropMoveFiles != null)
  837. {
  838. if (dropMoveFiles.Count > 0)
  839. {
  840. for (int i = 0; i < dropMoveFiles.Count; i++)
  841. {
  842. if (File.Exists(dropMoveFiles[i]))
  843. {
  844. File.Delete(dropMoveFiles[i]);
  845. }
  846. }
  847. dropMoveFiles.Clear();
  848. }
  849. }
  850. }
  851. private void MidLane_Drop(object sender, DragEventArgs e)
  852. {
  853. ListPageEdit_Drop(sender, e);
  854. }
  855. private void ImgPicture_Drop(object sender, DragEventArgs e)
  856. {
  857. ListPageEdit_Drop(sender, e);
  858. }
  859. /// <summary>
  860. /// 拖拽事件写在外部的Grid里,会更加流畅
  861. /// </summary>
  862. /// <param name="sender"></param>
  863. /// <param name="e"></param>
  864. private void Grid_DragOver(object sender, DragEventArgs e)
  865. {
  866. try
  867. {
  868. Trace.WriteLine("Grid_DragOver 文件拖出App");
  869. //ctrl建按下 不显示插入标记和虚影 因为释放不会响应drop事件
  870. if (e.KeyStates == (DragDropKeyStates.ControlKey | DragDropKeyStates.LeftMouseButton) || e.KeyStates == (DragDropKeyStates.ShiftKey | DragDropKeyStates.LeftMouseButton | DragDropKeyStates.ControlKey))
  871. return;
  872. //从外部拖入文件时 返回
  873. string[] file = (string[])e.Data.GetData(DataFormats.FileDrop);
  874. if (file != null)
  875. {
  876. }
  877. //滚动后有 位置不准确 要减去滚动偏移量
  878. //控制线的位置
  879. var pos = e.GetPosition(ListPageEdit);
  880. var result = VisualTreeHelper.HitTest(ListPageEdit, pos);
  881. if (result == null)
  882. {
  883. return;
  884. //MidLane.Visibility = Visibility.Collapsed;
  885. //return;
  886. }
  887. //获取当前鼠标指针下的容器
  888. var listBoxItem = CommonHelper.FindVisualParent<ListBoxItem>(result.VisualHit);
  889. if (listBoxItem == null)
  890. {
  891. //页面 拖出App后存在极少数情况会显示 标记线、缩略图,注释掉=》item中间不会有虚影,观感不好
  892. //LineInset.Visibility = Visibility.Collapsed;
  893. //ImgPicture.Visibility = Visibility.Collapsed;
  894. //MidLane.Visibility = Visibility.Collapsed;
  895. //return;
  896. }
  897. #region 计算虚影位置
  898. //xaml层 要设置 虚影控件为左上
  899. double xPos = 0;
  900. double yPos = 0;
  901. //内部拖动
  902. if (!isDragingEnter)
  903. {
  904. if (tempItem != null)
  905. {
  906. ImgPicture.Width = tempItem.ItemSize.Width;
  907. ImgPicture.Height = tempItem.ItemSize.Height;
  908. ImgPicture.Source = tempItem.Image;
  909. xPos = e.GetPosition(ListPageEdit).X - item_x;
  910. yPos = e.GetPosition(ListPageEdit).Y - item_y;
  911. ImgPicture.Visibility = Visibility.Visible;
  912. }
  913. }
  914. else
  915. {
  916. ImgPicture.Visibility = Visibility.Collapsed;
  917. DragDropHelper.DragOver(this, e);
  918. //从外部拖入的逻辑
  919. //var pic = ToBitmapSource(dragingEnterPath);
  920. //ShadowPicture.Width = pic.Width;
  921. //ShadowPicture.Height = pic.Height;
  922. //ShadowPicture.Source = pic;
  923. //xPos = e.GetPosition(ListPageEdit).X - pic.Width / 2;
  924. //yPos = e.GetPosition(ListPageEdit).Y - pic.Height / 2;
  925. }
  926. ImgPicture.Margin = new Thickness(xPos, yPos, 0, 0);
  927. #endregion 计算虚影位置
  928. #region 计算插入标记位置
  929. var scroll = GetScrollHost(ListPageEdit);
  930. if (listBoxItem != null)
  931. {
  932. //虚拟化影响到该值计算
  933. var p = VisualTreeHelper.GetOffset(listBoxItem);//计算控件在容器中的偏移(位置)
  934. LineInset.Visibility = Visibility.Visible;
  935. //优化 虚影显示时机,暂时注释这一部分
  936. //if (!isDragingEnter)
  937. //{
  938. // ImgPicture.Visibility = Visibility.Visible;
  939. //}
  940. //else
  941. //{
  942. // ImgPicture.Visibility = Visibility.Collapsed;
  943. //}
  944. var panel = GetWrapPanel(ListPageEdit);
  945. //var item = panel.ItemSize.Width;
  946. //var item = (ListPageEdit.ItemContainerGenerator.ContainerFromIndex(0) as ListBoxItem).DesiredSize.Width;
  947. var item = listBoxItem.DesiredSize.Width;
  948. int count = (int)(panel.ViewportWidth / item);
  949. var gap = (panel.ViewportWidth - count * item) / (count + 1) * 1.0;
  950. LineInset.X2 = LineInset.X1 = p.X + gap / 2 + listBoxItem.DesiredSize.Width;
  951. if (pos.X < p.X + gap / 2 + listBoxItem.ActualWidth / 2)
  952. {
  953. LineInset.X2 = LineInset.X1 = p.X - gap / 2;
  954. InsertIndex = ListPageEdit.Items.IndexOf(listBoxItem.DataContext as PageEditItem);
  955. }
  956. else
  957. {
  958. InsertIndex = ListPageEdit.Items.IndexOf(listBoxItem.DataContext as PageEditItem) + 1;
  959. }
  960. Console.WriteLine("InsertIndex:{0}\r\n", InsertIndex);
  961. //MidLane.Y1 = p.Y - scroll.VerticalOffset;//向下滑动后要减去滑动值
  962. LineInset.Y1 = p.Y;
  963. if (LineInset.Y1 < 0)//避免超出上边界
  964. {
  965. LineInset.Y1 = 0;
  966. }
  967. //MidLane.Y2 = p.Y + listBoxItem.ActualHeight - scroll.VerticalOffset;//仿智能滚动后可能会导致 垂直滚动偏量不准确
  968. LineInset.Y2 = p.Y + listBoxItem.ActualHeight;
  969. if (LineInset.Y2 < 0)
  970. {
  971. LineInset.Y2 = 0;
  972. }
  973. }
  974. #endregion 计算插入标记位置
  975. //暂时处理 鼠标移出边框时,虚影的显示问题
  976. //230612 拖拽逻辑,为了更好的效果体现,暂时注释
  977. if (pos.Y <= 30 || pos.Y >= ListPageEdit.ActualHeight - 10)
  978. {
  979. LineInset.Visibility = Visibility.Collapsed;
  980. ImgPicture.Visibility = Visibility.Collapsed;
  981. }
  982. if (pos.X <= 40 || pos.X >= scroll.ViewportWidth - 50)
  983. {
  984. LineInset.Visibility = Visibility.Collapsed;
  985. ImgPicture.Visibility = Visibility.Collapsed;
  986. }
  987. #region 靠近上下边界时,自动滚动,离边界越近,滚动速度越快
  988. speed = 0;
  989. if (pos.Y >= ListPageEdit.ActualHeight - 30)
  990. {
  991. speed = 30 - (int)(ListPageEdit.ActualHeight - pos.Y);
  992. }
  993. else if (pos.Y <= 30)
  994. {
  995. speed = (int)(pos.Y - 30);
  996. }
  997. var v = scroll.VerticalOffset;
  998. scroll.ScrollToVerticalOffset(v + speed);//触发连续滚动
  999. #endregion 靠近上下边界时,自动滚动,离边界越近,滚动速度越快
  1000. }
  1001. catch
  1002. {
  1003. }
  1004. }
  1005. /// <summary>
  1006. /// 右键不会选中页面,不要跳转
  1007. /// </summary>
  1008. /// <param name="sender"></param>
  1009. /// <param name="e"></param>
  1010. private void ListBoxItem_PreviewMouseRightButtonDown(object sender, MouseButtonEventArgs e)
  1011. {
  1012. //viewModel.IsAddPages = false;
  1013. viewModel.IsMouseRightButtonDown = true;
  1014. viewModel.RightSelectedIndex = -1;
  1015. viewModel.RightSelectedIndexs.Clear();
  1016. var item = (sender as ListBoxItem).DataContext as PageEditItem;
  1017. if (item != null)
  1018. {
  1019. viewModel.RightSelectedIndex = item.PageNumber - 1;
  1020. if (ListPageEdit.SelectedItems.Count > 1)
  1021. {
  1022. viewModel.IsMultiSelected = true;
  1023. viewModel.maxSelectedIndex = ListPageEdit.Items.IndexOf(ListPageEdit.SelectedItems[ListPageEdit.SelectedItems.Count - 1]);
  1024. foreach (var page in ListPageEdit.SelectedItems)
  1025. {
  1026. if (page is PageEditItem pageEdit)
  1027. {
  1028. viewModel.RightSelectedIndexs.Add(pageEdit.PageNumber - 1);
  1029. }
  1030. }
  1031. }
  1032. else
  1033. {
  1034. //页面编辑 右键选中,bota 缩略图 右键不选中也不跳转
  1035. viewModel.ListSelectedIndex = viewModel.RightSelectedIndex;
  1036. if (viewModel.IsBOTAThumb == Visibility.Visible)
  1037. {
  1038. viewModel.ListSelectedIndex = -1;
  1039. }
  1040. viewModel.IsMultiSelected = false;
  1041. viewModel.maxSelectedIndex = -1;
  1042. }
  1043. }
  1044. //拦截响应选中事件
  1045. e.Handled = true;
  1046. }
  1047. private void ListBoxItem_PreviewMouseLeftButtonDown(object sender, MouseButtonEventArgs e)
  1048. {
  1049. //viewModel.IsAddPages = false;
  1050. viewModel.IsMouseRightButtonDown = true;
  1051. viewModel.IsMouseRightButtonDown = false;
  1052. viewModel.RightSelectedIndex = -1;
  1053. viewModel.RightSelectedIndexs.Clear();
  1054. //增加辅助判断,防止误触发 拖动排序
  1055. //为了排除 页面 拖出App后,点击选择页面,造成拖动
  1056. isDraging = false;
  1057. if (GridBOTAHeader.Visibility == Visibility.Visible && viewModel.PDFViewer != null)
  1058. {
  1059. if (Keyboard.Modifiers == ModifierKeys.Shift || Keyboard.Modifiers == ModifierKeys.Control)
  1060. {
  1061. return;
  1062. }
  1063. var item = (sender as ListBoxItem).DataContext as PageEditItem;
  1064. if (item != null)
  1065. {
  1066. viewModel.PDFViewer.GoToPage(item.PageNumber - 1);
  1067. }
  1068. }
  1069. }
  1070. private void ListBoxItem_PreviewMouseDoubleClick(object sender, MouseButtonEventArgs e)
  1071. {
  1072. if (e.ChangedButton == MouseButton.Left)
  1073. {
  1074. //双击回到PDFViewer界面
  1075. var item = sender as ListBoxItem;
  1076. if (item != null)
  1077. {
  1078. var index = ListPageEdit.ItemContainerGenerator.IndexFromContainer(item);
  1079. //双击事件无法绑定Command 暂时采用这种方式调用VM里的方法
  1080. viewModel.BackToPDFViewer(index);
  1081. }
  1082. }
  1083. }
  1084. private void PageEdit_SizeChanged(object sender, SizeChangedEventArgs e)
  1085. {
  1086. //BOTA缩略图模式下需要调整Item宽度
  1087. if (GridBOTAHeader.Visibility == Visibility.Visible)
  1088. {
  1089. ItemSuitAcutalWidth(e.NewSize.Width);
  1090. }
  1091. if (e.NewSize.Width > 0)
  1092. {
  1093. //宽度变化后刷新一次视图 修复重复点击缩略图后图片不显示的问题
  1094. PulishEvent();
  1095. }
  1096. }
  1097. private void ItemSuitAcutalWidth(double width)
  1098. {
  1099. //缩略图模式下,保持一列或者两列显示
  1100. if ((bool)TbnTwoLine.IsChecked)
  1101. {
  1102. var itemwidth = (width - 140) / 2;
  1103. if (itemwidth < 0)
  1104. {
  1105. itemwidth = width / 4;
  1106. }
  1107. var itemHeight = 294 * itemwidth / 208.0;
  1108. viewModel.ChangeItemSize(new Size(itemwidth, itemHeight));
  1109. }
  1110. else
  1111. {
  1112. var itemwidth = 0.6 * width;
  1113. var itemheight = 294 * itemwidth / 208.0;
  1114. viewModel.ChangeItemSize(new Size(itemwidth, itemheight));
  1115. }
  1116. }
  1117. private void TbnTwoLine_Click(object sender, RoutedEventArgs e)
  1118. {
  1119. ItemSuitAcutalWidth(this.ActualWidth);
  1120. PulishEvent();
  1121. }
  1122. /// <summary>
  1123. /// 用来判断是否有外界拖入的事件
  1124. /// </summary>
  1125. /// <param name="sender"></param>
  1126. /// <param name="e"></param>
  1127. private void Grid_PreviewDragEnter(object sender, DragEventArgs e)
  1128. {
  1129. Trace.WriteLine("Grid_PreviewDragEnter 文件拖出App");
  1130. var files = (System.Array)e.Data.GetData(DataFormats.FileDrop);
  1131. if (files == null)//为null 表示内部拖动 触发的
  1132. {
  1133. return;
  1134. }
  1135. else
  1136. {
  1137. string temp = System.IO.Path.Combine(System.IO.Path.GetTempPath());
  1138. isDragingEnter = false;
  1139. foreach (string file in files)
  1140. {
  1141. if (File.Exists(file))
  1142. {
  1143. string dic = System.IO.Path.GetDirectoryName(file) + "\\";
  1144. //在 App内拖拽,或将 页面 拖出App
  1145. if (string.Compare(dic, temp, StringComparison.OrdinalIgnoreCase) == 0)
  1146. {
  1147. isDragingEnter = false;
  1148. }
  1149. //从外部 拖文件 进App
  1150. else
  1151. {
  1152. System.IO.FileInfo info = new System.IO.FileInfo(file);
  1153. // 文件里包含有pdf格式文件,就允许拖入
  1154. string type = System.IO.Path.GetExtension(file).ToLower();
  1155. if (viewModel.Txt.Contains(type) ||
  1156. viewModel.Word.Contains(type) ||
  1157. viewModel.Ppt.Contains(type) ||
  1158. viewModel.Excel.Contains(type) ||
  1159. viewModel.Html.Contains(type) ||
  1160. viewModel.Image.Contains(type) ||
  1161. viewModel.Pdf.Contains(type) && info.Length > 0)
  1162. {
  1163. isDragingEnter = true;
  1164. }
  1165. //if (System.IO.Path.GetExtension(file).ToLower() == ".pdf" && info.Length > 0)
  1166. //{
  1167. // isDragingEnter = true;
  1168. //}
  1169. }
  1170. ////文件拖出app 最后在这里 结束
  1171. //if (isExtractEnter)
  1172. //{
  1173. // isExtractEnter = false;
  1174. // return;
  1175. //}
  1176. //else
  1177. //{
  1178. // System.IO.FileInfo info = new System.IO.FileInfo(file);
  1179. // //只要拖拽进来的文件里包含有pdf格式文件,就允许拖入
  1180. // if (System.IO.Path.GetExtension(file).ToLower() == ".pdf" && info.Length > 0)
  1181. // {
  1182. // isDragingEnter = true;
  1183. // isExtractEnter = false;
  1184. // }
  1185. //}
  1186. }
  1187. }
  1188. //viewModel.IsAddPages = true;
  1189. DragDropHelper.DragEnter(this, e);
  1190. }
  1191. }
  1192. private void Grid_DragLeave(object sender, DragEventArgs e)
  1193. {
  1194. DragDropHelper.DragLeave();
  1195. }
  1196. private void Grid_Drop(object sender, DragEventArgs e)
  1197. {
  1198. DragDropHelper.Drop(this, e);
  1199. }
  1200. private void ListBoxItem_DragLeave(object sender, DragEventArgs e)
  1201. {
  1202. //增加辅助判断,防止误触发 拖动排序
  1203. //较大幅度拖动才能触发排序
  1204. isDraging = true;
  1205. }
  1206. private void Border_Drop(object sender, DragEventArgs e)
  1207. {
  1208. }
  1209. private async void TextBoxEx_IsVisibleChanged(object sender, DependencyPropertyChangedEventArgs e)
  1210. {
  1211. var text = sender as TextBox;
  1212. if (text != null)
  1213. {
  1214. await Task.Delay(50);
  1215. text.Focus();
  1216. }
  1217. }
  1218. private void TextBoxEx_TextChanged(object sender, TextChangedEventArgs e)
  1219. {
  1220. var text = sender as TextBox;
  1221. if (text.Visibility == Visibility.Visible && string.IsNullOrEmpty(text.Text))
  1222. {
  1223. text.Focus();
  1224. }
  1225. }
  1226. private void TextBoxEx_LostFocus(object sender, RoutedEventArgs e)
  1227. {
  1228. //因为需要处理点击按钮或者点击列表失去焦点是 不进行弹窗 因此写在cs里,方便获取UI控件
  1229. var element = FocusManager.GetFocusedElement(this);
  1230. var visual = VisualTreeHelper.HitTest(this, Mouse.GetPosition(this));
  1231. //点击其他区域失去焦点时 不响应页码判断逻辑
  1232. if (visual != null)
  1233. {
  1234. var listbox = CommonHelper.FindVisualParent<ListBox>(visual.VisualHit);
  1235. if (listbox != null)
  1236. {
  1237. //点击在listbox列表内
  1238. return;
  1239. }
  1240. var image = CommonHelper.FindVisualParent<Image>(visual.VisualHit);
  1241. if (image != null)
  1242. {
  1243. //点击在listbox列表内,具体某一项时,上面的判断调整可能失效,需要补充条件
  1244. return;
  1245. }
  1246. var button = CommonHelper.FindVisualParent<Button>(visual.VisualHit);
  1247. if (button != null)
  1248. {
  1249. //点击在按钮时
  1250. return;
  1251. }
  1252. var combox = CommonHelper.FindVisualParent<ComboBox>(visual.VisualHit);
  1253. if (combox != null)
  1254. {
  1255. //点击在下拉框时
  1256. return;
  1257. }
  1258. viewModel.lostfocus(e);
  1259. }
  1260. }
  1261. private void Grid_PreviewMouseLeftButtonDown(object sender, MouseButtonEventArgs e)
  1262. {
  1263. var visual = VisualTreeHelper.HitTest(GridHeader, Mouse.GetPosition(GridHeader));
  1264. if (visual == null)
  1265. {
  1266. //点击区域不是二级菜单区域的Grid时,返回
  1267. return;
  1268. }
  1269. var menuItem = CommonHelper.FindVisualParent<ComboBoxItem>(visual.VisualHit);
  1270. if (menuItem != null)
  1271. {
  1272. //点击位置为下拉菜单子项时,返回
  1273. return;
  1274. }
  1275. if (visual != null && (visual.VisualHit as Grid) != null)
  1276. {
  1277. //点击工具栏空白处时 失去焦点
  1278. ListPageEdit.Focus();
  1279. }
  1280. }
  1281. private void MenuItem_Click(object sender, RoutedEventArgs e)
  1282. {
  1283. //因为需要获取准确的选中页面,因此把入口放在.cs代码里
  1284. List<int> lists = new List<int>();
  1285. foreach (PageEditItem item in ListPageEdit.SelectedItems)
  1286. {
  1287. lists.Add(item.PageNumber);
  1288. }
  1289. viewModel.print(lists);
  1290. }
  1291. private void PageEdit_Unloaded(object sender, RoutedEventArgs e)
  1292. {
  1293. //释放定时器 避免内存泄露
  1294. timer?.Stop();
  1295. if (timer != null)
  1296. {
  1297. timer.Tick -= Timer_Tick;
  1298. timer = null;
  1299. }
  1300. }
  1301. private void PageEdit_Loaded(object sender, RoutedEventArgs e)
  1302. {
  1303. if (timer == null)
  1304. {
  1305. timer = new DispatcherTimer();
  1306. timer.Tick += Timer_Tick;
  1307. }
  1308. }
  1309. private void CmbPageRange_PreviewTextInput(object sender, TextCompositionEventArgs e)
  1310. {
  1311. Regex regex = new Regex("[^0-9,-]+"); // 限制仅允许数字、逗号和横杠
  1312. e.Handled = regex.IsMatch(e.Text);
  1313. }
  1314. private void BtnInsert_Initialized(object sender, EventArgs e)
  1315. {
  1316. this.BtnInsert.ContextMenu = null;
  1317. }
  1318. private void BtnInsert_Click(object sender, RoutedEventArgs e)
  1319. {
  1320. MenuInsert.PlacementTarget = this.BtnInsert;
  1321. MenuInsert.IsOpen = true;
  1322. }
  1323. private void ContextMenu_Loaded(object sender, RoutedEventArgs e)
  1324. {
  1325. var menu = sender as System.Windows.Controls.ContextMenu;
  1326. if (menu != null)
  1327. {
  1328. List<int> pages = GetSelectedItems();
  1329. if (pages.Count >= 2)
  1330. {
  1331. foreach (var item in menu.Items)
  1332. {
  1333. if (item is MenuItem menuItem)
  1334. {
  1335. if (menuItem.Tag == null)
  1336. {
  1337. continue;
  1338. }
  1339. //右键菜单 先按照230616的原型,后续原型改动在调整
  1340. if (viewModel.IsBOTAThumb == Visibility.Visible)
  1341. {
  1342. if (menuItem.Tag.ToString() == "Insert")
  1343. {
  1344. menuItem.Visibility = Visibility.Collapsed;
  1345. }
  1346. if (menuItem.Tag.ToString() == "Reverse")
  1347. {
  1348. menuItem.Visibility = Visibility.Collapsed;
  1349. }
  1350. if (menuItem.Tag.ToString() == "Split")
  1351. {
  1352. menuItem.Visibility = Visibility.Collapsed;
  1353. }
  1354. if (menuItem.Tag.ToString() == "Extract")
  1355. {
  1356. menuItem.Visibility = Visibility.Collapsed;
  1357. }
  1358. if (menuItem.Tag.ToString() == "Replace")
  1359. {
  1360. menuItem.Visibility = Visibility.Collapsed;
  1361. }
  1362. }
  1363. else
  1364. {
  1365. if (menuItem.Tag.ToString() == "Insert")
  1366. {
  1367. menuItem.Visibility = Visibility.Collapsed;
  1368. }
  1369. if (menuItem.Tag.ToString() == "Reverse")
  1370. {
  1371. menuItem.Visibility = Visibility.Visible;
  1372. }
  1373. if (menuItem.Tag.ToString() == "Split")
  1374. {
  1375. menuItem.Visibility = Visibility.Visible;
  1376. }
  1377. }
  1378. }
  1379. }
  1380. }
  1381. else
  1382. {
  1383. foreach (var item in menu.Items)
  1384. {
  1385. if (item is MenuItem menuItem)
  1386. {
  1387. if (menuItem.Tag == null)
  1388. {
  1389. continue;
  1390. }
  1391. if (viewModel.IsBOTAThumb == Visibility.Visible)
  1392. {
  1393. if (menuItem.Tag.ToString() == "Insert")
  1394. {
  1395. menuItem.Visibility = Visibility.Collapsed;
  1396. }
  1397. if (menuItem.Tag.ToString() == "Reverse")
  1398. {
  1399. menuItem.Visibility = Visibility.Collapsed;
  1400. }
  1401. if (menuItem.Tag.ToString() == "Split")
  1402. {
  1403. menuItem.Visibility = Visibility.Collapsed;
  1404. }
  1405. if (menuItem.Tag.ToString() == "Extract")
  1406. {
  1407. menuItem.Visibility = Visibility.Collapsed;
  1408. }
  1409. if (menuItem.Tag.ToString() == "Replace")
  1410. {
  1411. menuItem.Visibility = Visibility.Collapsed;
  1412. }
  1413. }
  1414. else
  1415. {
  1416. if (menuItem.Tag.ToString() == "Insert")
  1417. {
  1418. menuItem.Visibility = Visibility.Visible;
  1419. }
  1420. if (menuItem.Tag.ToString() == "Reverse")
  1421. {
  1422. menuItem.Visibility = Visibility.Collapsed;
  1423. }
  1424. if (menuItem.Tag.ToString() == "Split")
  1425. {
  1426. menuItem.Visibility = Visibility.Collapsed;
  1427. }
  1428. }
  1429. }
  1430. }
  1431. }
  1432. }
  1433. }
  1434. }
  1435. }