tangxu
2024-12-16 23fadc9cb0c09b665a1bbcef7eaf16f916045dc4
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
namespace DPumpHydr.WinFrmUI.RLT.Controls
{
    partial class PoisonDataGridView
    {
        private System.ComponentModel.IContainer components = null;
 
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
                components.Dispose();
            base.Dispose(disposing);
        }
 
        #region Component Designer generated code
 
        private void InitializeComponent()
        {
            _horizontal = new DPumpHydr.WinFrmUI.RLT.Controls.PoisonScrollBar();
            _vertical = new DPumpHydr.WinFrmUI.RLT.Controls.PoisonScrollBar();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            SuspendLayout();
            // 
            // _horizontal
            // 
            _horizontal.LargeChange = 10;
            _horizontal.Location = new System.Drawing.Point(0, 0);
            _horizontal.Maximum = 100;
            _horizontal.Minimum = 0;
            _horizontal.MouseWheelBarPartitions = 10;
            _horizontal.Name = "_horizontal";
            _horizontal.Orientation = Enum.Poison.ScrollOrientationType.Horizontal;
            _horizontal.ScrollbarSize = 50;
            _horizontal.Size = new System.Drawing.Size(200, 50);
            _horizontal.TabIndex = 0;
            _horizontal.UseSelectable = true;
            // 
            // _vertical
            // 
            _vertical.LargeChange = 10;
            _vertical.Location = new System.Drawing.Point(0, 0);
            _vertical.Maximum = 100;
            _vertical.Minimum = 0;
            _vertical.MouseWheelBarPartitions = 10;
            _vertical.Name = "_vertical";
            _vertical.Orientation = Enum.Poison.ScrollOrientationType.Vertical;
            _vertical.ScrollbarSize = 50;
            _vertical.Size = new System.Drawing.Size(50, 200);
            _vertical.TabIndex = 0;
            _vertical.UseSelectable = true;
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
            ResumeLayout(false);
        }
 
        #endregion
 
        private DPumpHydr.WinFrmUI.RLT.Controls.PoisonScrollBar _horizontal;
        private DPumpHydr.WinFrmUI.RLT.Controls.PoisonScrollBar _vertical;
    }
}