tangxu
2024-11-25 0a2c59670b82d61d3fa79f51a54e82e7bd0134c4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Collections.Specialized;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using DPumpHydr.WinFrmUI.RLT.Controls;
using DPumpHydr.WinFrmUI.RLT.Util;
using static DPumpHydr.WinFrmUI.RLT.Helper.CrownHelper;
 
namespace DPumpHydr.WinFrmUI.Base
{
    public partial class StepTreeView : CrownScrollView
    {
        private StepTreeNode _selStepNode = null;
        private StepTreeNodePara SelStepNodePara {
            get
            {
                if (_selStepNode == null)
                    return null;
                return _selStepNode.NodePara;
            }
        }
  
        /// <summary>
        /// 步骤节点选择改变前后事件
        /// </summary>
        public event Func<StepTreeNodePara, StepTreeNodePara, bool> BeforeSelectedNodeChangedEvent;
        public event Func<StepTreeNodePara, StepTreeNodePara, bool> AfterSelectedNodeChangedEvent;
 
 
 
        /// <summary>
        /// 
        /// </summary>
        public StepTreeView()
        {
            BuildNodeImageList();
 
 
 
            _nodes = new ObservableList<StepTreeNode>();
 
 
 
        }
 
        #region 构建和获取树
        /// <summary>
        /// 根据步骤ID聚焦节点
        /// </summary>
        /// <param name="StepNodeID"></param>
        public void SetFocusedNode(long StepNodeID)
        { 
            this._selStepNode = GetNodeByID(StepNodeID);
            RefreshAllNodesImage();
            Invalidate();
        }
        /// <summary>
        ///   内部使用, 不对外
        /// </summary>
        /// <param name="node"></param>
        private void SetSelectNode4Click(StepTreeNode node)
        {
            if (node == null || !node.NodePara.AllowSelect)
                return;
 
 
            if (BeforeSelectedNodeChangedEvent != null)
            {
                if (BeforeSelectedNodeChangedEvent.Invoke(this.SelStepNodePara, node.NodePara) == false)
                {
                    return;
                }
            }
 
            if (AfterSelectedNodeChangedEvent != null)
            {
                if (AfterSelectedNodeChangedEvent.Invoke(this.SelStepNodePara, node.NodePara) == false)
                {
                    return;
                }
            }
            //
            _selStepNode = node;
  
            RefreshAllNodesImage();
 
            Invalidate();
        }
        /// <summary>
        /// 
        /// </summary>
        /// <param name="StepNodeID"></param>
        /// <returns></returns>
        private StepTreeNode GetNodeByID(long StepNodeID)
        { 
            foreach (var node1 in this._nodes)
            {
                var step1 = node1.NodePara;
                if (step1.ID == StepNodeID)
                { 
                    return node1;
                }
 
                if (node1.Nodes != null && node1.Nodes.Count > 0)
                {
                    foreach (var node2 in node1.Nodes)
                    {
                        var step2 = node2.NodePara;
                        if (step2.ID == StepNodeID)
                        {
                            return node2;
                        }
 
                        if (node2.Nodes != null && node2.Nodes.Count > 0)
                        {
                            foreach (var node3 in node2.Nodes)
                            {
                                var step3 = node3.NodePara;
                                if (step3.ID == StepNodeID)
                                {
                                    return node3;
                                }
                            }
                        }
 
                    }
                }
            }
 
            return null;
        }
 
        /// <summary>
        /// 
        /// </summary>
        /// <param name="node_paras_list"></param>
        private void BuildTree(List<StepTreeNodePara> node_paras_list )
        {
            this._nodes.Clear();
            var node_paras1 = node_paras_list.Where(x => x.ParentID == 0).OrderByDescending(x => x.ID);
            foreach (var node_para1 in node_paras1)
            {
                StepTreeNode node1 = new(this,node_para1) ;
  
                var step_paras2 = node_paras_list.Where(x => x.ParentID == node_para1.ID).OrderBy(x => x.ID);
                for (int x2 = 0; x2 < step_paras2.Count(); x2++)
                {
                    var step_para2 = step_paras2.ElementAt(x2);
                    StepTreeNode node2 = new(this, step_para2);
                    node1.Nodes.Add(node2);
 
                    var step_paras3 = node_paras_list.Where(x => x.ParentID == step_para2.ID).OrderBy(x => x.ID);
                    if (step_paras3 != null && step_paras3.Count() > 0)
                    {
                        for (int x3 = 0; x3 < step_paras3.Count(); x3++)
                        {
                            var step_para3 = step_paras3.ElementAt(x3);
                            StepTreeNode node3 = new(this, step_para3);
                            node2.Nodes.Add(node3);
                        }
                        node2.Expanded = true;
                    }
                }
 
                node1.Expanded = true;
 
                this._nodes.Add(node1);
            }
 
            UpdateNodes();
        }
 
 
        /// <summary>
        /// 设置步骤数据源
        /// </summary>
        /// <param name="value"></param>
        public void SetStepSource(List<StepTreeNodePara> steps)
        {
            BuildTree(steps);
            RefreshAllNodesImage();
        }
 
        /// <summary>
        /// 设置步骤数据源
        /// </summary>
        /// <param name="list"></param>
        /// <param name="selStepNode"></param>
        public void SetStepSource(List<StepTreeNodePara> steps, long ID)
        {
            BuildTree(steps);
            SetFocusedNode(ID); 
        }
 
 
        #endregion
 
 
 
        #region 图标
        public bool IsShowIcons { get; set; } = true;
 
        private System.Windows.Forms.ImageList _imageList = null;
        private void BuildNodeImageList()
        {
            _imageList = new System.Windows.Forms.ImageList();
            _imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
            _imageList.TransparentColor = System.Drawing.Color.Transparent;
            _imageList.Images.Add(DPumpHydr.WinFrmUI.Volute.Properties.Resources.errorstep16);//0
            _imageList.Images.Add(DPumpHydr.WinFrmUI.Volute.Properties.Resources.finishstep16);//1
            _imageList.Images.Add(DPumpHydr.WinFrmUI.Volute.Properties.Resources.xiangxia32);//2
            _imageList.Images.Add(DPumpHydr.WinFrmUI.Volute.Properties.Resources.ingstep32); //3
            _imageList.Images.Add(DPumpHydr.WinFrmUI.Volute.Properties.Resources.WaitingGray32);//4
        }
        /// <summary>
        /// 
        /// </summary>
        /// <param name="step_para"></param>
        /// <returns></returns>
        private void RefreshAllNodesImage()
        {
            foreach (var node1 in this._nodes)
            {
                node1.Icon = BuildNodeImage(node1.NodePara);
 
                if (node1.Nodes != null)
                {
                    foreach (var node2 in node1.Nodes)
                    {
                        node2.Icon = BuildNodeImage(node2.NodePara);
 
                        //最多遍历3层
                        if (node2.Nodes != null)
                        {
                            foreach (var node3 in node2.Nodes)
                            {
                                node3.Icon = BuildNodeImage(node3.NodePara);
                            }
                        }
                    }
                }
 
            }
 
 
        }
        /// <summary>
        /// 
        /// </summary>
        /// <param name="node"></param>
        /// <returns></returns>
        private System.Drawing.Image BuildNodeImage(StepTreeNodePara node)
        {
            if (node.SpecImage != null)
                return node.SpecImage;
            if (this._selStepNode != null && node.ID == this._selStepNode.NodePara.ID)
            {
                return this._imageList.Images[3];
            }
            if (node.ParentID == 0)
                return this._imageList.Images[2];
            if (node.DataState == StepTreeNodePara.eDataState.错误)
                return this._imageList.Images[0];
 
            if (node.ProgressState == StepTreeNodePara.eProgressState.已完成)
                return this._imageList.Images[1];
            if (node.ProgressState == StepTreeNodePara.eProgressState.未完成)
                return this._imageList.Images[4];
 
            if (node.ProgressState == StepTreeNodePara.eProgressState.正在进行)
                return this._imageList.Images[3];
            return null;
        }
 
        //注册事件(备份)
        private void RegistEvents()
        { 
            //this.treeList1.GetSelectImage += (sender, e) =>
            //{
            //    var ID = Convert.ToInt64(e.Node.GetValue("ID"));
            //    var stepNode = GetStepSource().Find(x => x.ID == ID);
            //    if (stepNode == null)
            //        return;
            //    switch (stepNode.DataState)
            //    {
            //        case TreeStepNode.eDataState.错误: e.NodeImageIndex = 0; break;
            //        case TreeStepNode.eDataState.正确: e.NodeImageIndex = 1; break;
            //        case TreeStepNode.eDataState.未知: e.NodeImageIndex = -1; break;
            //        default: break;
            //    }
            //};
 
            //this.treeList1.GetStateImage += (sender, e) =>
            //{
            //    var ID = Convert.ToInt64(e.Node.GetValue("ID"));
            //    var stepNode = GetStepSource().Find(x => x.ID == ID);
            //    if (stepNode == null)
            //        return;
            //    switch (stepNode.ProgressState)
            //    {
            //        case TreeStepNode.eProgressState.未完成: e.NodeImageIndex = 0; break;
            //        case TreeStepNode.eProgressState.正在进行: e.NodeImageIndex = 1; break;
            //        case TreeStepNode.eProgressState.已完成: e.NodeImageIndex = 2; break;
            //        default: break;
            //    }
            //};
 
            //this.treeList1.BeforeFocusNode += (sender, e) =>
            //{
            //    var nextStepID = Convert.ToInt64(e.Node.GetValue("ID"));
            //    var nextStepNode = GetStepSource().Find(x => x.ID == nextStepID);
            //    if (!nextStepNode.AllowSelect)
            //    {
            //        e.CanFocus = false;
            //        return;
            //    }
            //    if (_selStepNode != null)
            //    {
            //        if (_selStepNode.ID == nextStepNode.ID)
            //            return;
            //    }
            //    if (this.BeforeStepNodeSelectedChangedEvent != null)
            //    {
            //        TreeStepNode beforeStepNode = null;
            //        if (e.OldNode != null)
            //        {
            //            var beforeStepID = Convert.ToInt64(e.OldNode.GetValue("ID"));
            //            beforeStepNode = GetStepSource().Find(x => x.ID == beforeStepID);
            //        }
            //        if (!this.BeforeStepNodeSelectedChangedEvent(beforeStepNode, nextStepNode))
            //        {
            //            e.CanFocus = false;
            //            return;
            //        }
            //    }
            //};
 
            //this.treeList1.AfterFocusNode += (sender, e) =>
            //{
            //    var ID = Convert.ToInt64(e.Node.GetValue("ID"));
            //    var nodeModel = GetStepSource().Find(x => x.ID == ID);
            //    this.SelectedStepNode = nodeModel;
            //};
 
            //this.treeList1.AfterExpand += (sender, e) =>
            //{
            //    if (_selStepNode != null)
            //    {
            //        var node = this.treeList1.FindNodeByKeyID(_selStepNode.ID);
            //        if (e.Node.Nodes.Contains(node))
            //            this.treeList1.FocusedNode = node;
            //    }
            //};
        }
 
        #endregion
 
 
 
        #region Field Region
 
        private bool _disposed;
 
        private readonly int _topNodeSpaceWidth = 5;//顶部节点左边的间隔空间
        private readonly int _iconSize = 16;
 
        private int _itemHeight = 30;
        private int _indent = 15;//缩进 父节点给定的水平空间量 Determines the amount of horizontal space given by parent node.
 
 
 
 
        #endregion
 
 
        #region 鼠标操作
        protected override void OnMouseMove(MouseEventArgs e)
        { 
            CheckNodeHover();
             
            base.OnMouseMove(e);
        }
 
        protected override void OnMouseWheel(MouseEventArgs e)
        {
            CheckNodeHover();
 
            base.OnMouseWheel(e);
        }
 
        protected override void OnMouseDown(MouseEventArgs e)
        {
            if (e.Button is MouseButtons.Left or MouseButtons.Right)
            {
                foreach (StepTreeNode node in _nodes)
                {
                    CheckNodeClick(node, OffsetMousePosition, e.Button);
                }
            }
 
            base.OnMouseDown(e);
        }
 
        protected override void OnMouseClick(MouseEventArgs e)
        {
            base.OnMouseClick(e);
        }
 
        protected override void OnMouseDoubleClick(MouseEventArgs e)
        {
            if (ModifierKeys == Keys.Control)
            {
                return;
            }
 
            if (e.Button == MouseButtons.Left)
            {
                foreach (StepTreeNode node in _nodes)
                {
                    CheckNodeDoubleClick(node, OffsetMousePosition);
                }
            }
 
            base.OnMouseDoubleClick(e);
        }
 
 
        protected override void OnMouseLeave(EventArgs e)
        {
            base.OnMouseLeave(e);
 
            foreach (StepTreeNode node in _nodes)
            {
                NodeMouseLeave(node);
            }
        }
 
 
 
        #endregion
 
 
 
        #region 构建Node
 
        private ObservableList<StepTreeNode> _nodes;
 
        private void UpdateNodes()
        {
            if (IsDragging)
            {
                return;
            }
 
            ContentSize = new(0, 0);
 
            if (_nodes.Count == 0)
            {
                return;
            }
 
            int yOffset = 0;
            bool isOdd = false;
            int index = 0;
            StepTreeNode prevNode = null;
 
            for (int i = 0; i <= _nodes.Count - 1; i++)
            {
                StepTreeNode node = _nodes[i];
                UpdateNode(node, ref prevNode, 0, ref yOffset, ref isOdd, ref index);
            }
 
            ContentSize = new(ContentSize.Width, yOffset);
 
            Invalidate();
        }
 
        private void UpdateNode(StepTreeNode node, ref StepTreeNode prevNode, int indent, ref int yOffset,
                                ref bool isOdd, ref int index)
        {
            UpdateNodeBounds(node, yOffset, indent);
 
            yOffset += _itemHeight;
 
            node.Odd = isOdd;
            isOdd = !isOdd;
 
            node.VisibleIndex = index;
            index++;
 
            node.PrevVisibleNode = prevNode;
 
            if (prevNode != null)
            {
                prevNode.NextVisibleNode = node;
            }
 
            prevNode = node;
 
            if (node.Expanded)
            {
                foreach (StepTreeNode childNode in node.Nodes)
                {
                    UpdateNode(childNode, ref prevNode, indent + _indent, ref yOffset, ref isOdd, ref index);
                }
            }
        }
 
        private void UpdateNodeBounds(StepTreeNode node, int yOffset, int indent)
        {
            int expandTop = yOffset + (_itemHeight / 2) - (_topNodeSpaceWidth / 2);
            node.ExpandArea = new(indent + 3, expandTop, _topNodeSpaceWidth, _topNodeSpaceWidth);
 
            int iconTop = yOffset + (_itemHeight / 2) - (_iconSize / 2);
 
            if (IsShowIcons)
            {
                node.IconArea = new(node.ExpandArea.Right + 2, iconTop, _iconSize, _iconSize);
            }
            else
            {
                node.IconArea = new(node.ExpandArea.Right, iconTop, 0, 0);
            }
 
            using (Graphics g = CreateGraphics())
            {
                int textSize = (int)g.MeasureString(node.Text, Font).Width;
                node.TextArea = new(node.IconArea.Right + 2, yOffset, textSize + 1, _itemHeight);
            }
 
            node.FullArea = new(indent, yOffset, node.TextArea.Right - indent, _itemHeight);
 
            if (ContentSize.Width < node.TextArea.Right + 2)
            {
                ContentSize = new(node.TextArea.Right + 2, ContentSize.Height);
            }
        }
 
        /// <summary>
        /// 节点是否悬停
        /// </summary>
        private void CheckNodeHover()
        {
            if (!ClientRectangle.Contains(PointToClient(MousePosition)))
            { 
                return;
            }
 
            foreach (StepTreeNode node in _nodes)
            {
                CheckNodeHover(node, OffsetMousePosition);
            }
        }
 
        /// <summary>
        /// 
        /// </summary>
        /// <param name="node"></param>
        /// <param name="location"></param>
        private void CheckNodeHover(StepTreeNode node, Point location)
        {
            bool isHover = node.FullArea.Contains(location);
            if (node.IsHover != isHover)
            {
                node.IsHover = isHover;
                Invalidate();
            }
 
            foreach (StepTreeNode childNode in node.Nodes)
            {
                CheckNodeHover(childNode, location);
            }
        }
 
        /// <summary>
        /// 鼠标离开
        /// </summary>
        /// <param name="node"></param>
        private void NodeMouseLeave(StepTreeNode node)
        {
            node.IsHover = false;
 
            foreach (StepTreeNode childNode in node.Nodes)
            {
                NodeMouseLeave(childNode);
            }
 
            Invalidate();
        }
 
 
        /// <summary>
        /// 检查鼠标点击在哪个
        /// </summary>
        /// <param name="node"></param>
        /// <param name="location"></param>
        /// <param name="button"></param>
        private void CheckNodeClick(StepTreeNode node, Point location, MouseButtons button)
        {
            Rectangle rect = GetNodeFullRowArea(node);
 
            if (rect.Contains(location))
            {
                if (node.ExpandArea.Contains(location))
                {
                    if (button == MouseButtons.Left)
                    {
                        node.Expanded = !node.Expanded;
                    }
                }
                else
                {
                    if (button == MouseButtons.Left)
                    {              
                        SetSelectNode4Click(node); 
                        return;
                    }
                    else if (button == MouseButtons.Right)
                    {//以后做菜单
                        //if (!SelectedNodes.Contains(node))
                        //{
                        //    SelectNode(node);
                        //}
 
                        return;
                    }
                }
            }
 
            //检查下一级
            if (node.Expanded)
            {
                foreach (StepTreeNode childNode in node.Nodes)
                {
                    CheckNodeClick(childNode, location, button);
                }
            }
        }
 
        /// <summary>
        /// 双击 展开
        /// </summary>
        /// <param name="node"></param>
        /// <param name="location"></param>
        private void CheckNodeDoubleClick(StepTreeNode node, Point location)
        {
            Rectangle rect = GetNodeFullRowArea(node);
            if (rect.Contains(location))
            {
                if (!node.ExpandArea.Contains(location))
                {
                    node.Expanded = !node.Expanded;
                }
 
                return;
            }
 
            if (node.Expanded)
            {
                foreach (StepTreeNode childNode in node.Nodes)
                {
                    CheckNodeDoubleClick(childNode, location);
                }
            }
        }
 
        /// <summary>
        /// 
        /// </summary>
        /// <param name="node"></param>
        /// <returns></returns>
        public Rectangle GetNodeFullRowArea(StepTreeNode node)
        {
            if (node.ParentNode != null && !node.ParentNode.Expanded)
            {
                return new Rectangle(-1, -1, -1, -1);
            }
 
            int width = Math.Max(ContentSize.Width, Viewport.Width);
            Rectangle rect = new(0, node.FullArea.Top, width, _itemHeight);
            return rect;
        }
 
        /// <summary>
        /// 确保所选节点可见
        /// </summary>
        public void EnsureVisible()
        {
            if (_selStepNode == null)
            {
                return;
            }
 
            // foreach (StepTreeNode node in SelectedNodes)
            {
                _selStepNode.EnsureVisible();
            }
 
            int itemTop = -1;
 
            if (_selStepNode != null)
            {
                itemTop = _selStepNode.FullArea.Top;
            }
 
 
            int itemBottom = itemTop + _itemHeight;
 
            if (itemTop < Viewport.Top)
            {
                VScrollTo(itemTop);
            }
 
            if (itemBottom > Viewport.Bottom)
            {
                VScrollTo(itemBottom - Viewport.Height);
            }
        }
 
        #endregion
 
 
        #region Paint Region
 
        protected override void OnPaintBackground(PaintEventArgs e)
        {
            base.OnPaintBackground(e);
            //LoadIcons();
        }
 
        protected override void PaintContent(Graphics g)
        {
            // Fill body
            using (SolidBrush b = new(ThemeProvider.Theme.Colors.GreyBackground))
            {
                g.FillRectangle(b, ClientRectangle);
            }
 
            foreach (StepTreeNode node in _nodes)
            {
                DrawNode(node, g);
            }
        }
        private System.Drawing.Color _oddRowBackgroundColor = System.Drawing.Color.White;
        private System.Drawing.Color _evenRowBackgroundColor = System.Drawing.Color.FromArgb(238 ,233, 233);
        private void DrawNode(StepTreeNode node, Graphics g)
        {
            Rectangle rect = GetNodeFullRowArea(node);
 
            // 1.绘制背景 Draw background
            Color bgColor = node.Odd ? _oddRowBackgroundColor : _evenRowBackgroundColor;
            if (_selStepNode != null && _selStepNode == node)
            {//被选中的背景
                bgColor = ThemeProvider.Theme.Colors.BlueSelection;// Focused ? ThemeProvider.Theme.Colors.BlueSelection : System.Drawing.Color.DodgerBlue;
            } 
            using (SolidBrush b = new(bgColor))
            {
                g.FillRectangle(b, rect);
            }
 
 
            // 2.绘制图标 Draw icon
            if (IsShowIcons && node.Icon != null)
            {
                g.DrawImageUnscaled(node.Icon, node.IconArea.Location);
            }
 
            // 3. 绘制文字 Draw text
            if (  node == this._selStepNode)
            {
                System.Drawing.Color text_color = System.Drawing.Color.White;
                if (node.IsHover)
                {
                    text_color = ThemeProvider.Theme.Colors.BlueSelection;
                }
                using (SolidBrush b = new(text_color))
                {
                    StringFormat stringFormat = new()
                    {
                        Alignment = StringAlignment.Near,
                        LineAlignment = StringAlignment.Center
                    };
 
                    g.DrawString(node.Text, Font, b, node.TextArea, stringFormat);
                }
            }
            else
            {
                using (SolidBrush b = new(System.Drawing.Color.Black))
                {
                    StringFormat stringFormat = new()
                    {
                        Alignment = StringAlignment.Near,
                        LineAlignment = StringAlignment.Center
                    };
 
                    g.DrawString(node.Text, Font, b, node.TextArea, stringFormat);
                }
            }
 
 
            // 4. 绘制下一级 Draw child nodes
            if (node.Expanded)
            {
                foreach (StepTreeNode childNode in node.Nodes)
                {
                    DrawNode(childNode, g);
                }
            }
        }
 
        #endregion
 
 
        #region Dispose Region
 
        protected override void Dispose(bool disposing)
        {
            if (!_disposed)
            { 
                if (BeforeSelectedNodeChangedEvent != null)
                {
                    BeforeSelectedNodeChangedEvent = null;
                }
                if (AfterSelectedNodeChangedEvent != null)
                {
                    AfterSelectedNodeChangedEvent = null;
                }
  
                if (_nodes != null)
                {
                    _nodes.Dispose();
                }
                 
                _disposed = true;
            }
 
            base.Dispose(disposing);
        }
 
        #endregion
 
    }
 
 
}