lixiaojun
2025-03-21 d03e8c5d165426f820c10e0c876e5c6af14d270b
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
namespace Yw.WinFrmUI
{
    partial class MainForm
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;
 
        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }
 
        #region Windows Form Designer generated code
 
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            splitContainer1 = new SplitContainer();
            propertyGrid2 = new PropertyGrid();
            propertyGrid1 = new PropertyGrid();
            propertyGrid3 = new PropertyGrid();
            ((System.ComponentModel.ISupportInitialize)splitContainer1).BeginInit();
            splitContainer1.Panel1.SuspendLayout();
            splitContainer1.SuspendLayout();
            SuspendLayout();
            // 
            // splitContainer1
            // 
            splitContainer1.Dock = DockStyle.Fill;
            splitContainer1.Location = new Point(0, 0);
            splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            splitContainer1.Panel1.Controls.Add(propertyGrid3);
            splitContainer1.Panel1.Controls.Add(propertyGrid2);
            splitContainer1.Panel1.Controls.Add(propertyGrid1);
            splitContainer1.Size = new Size(1084, 674);
            splitContainer1.SplitterDistance = 311;
            splitContainer1.TabIndex = 0;
            // 
            // propertyGrid2
            // 
            propertyGrid2.Dock = DockStyle.Top;
            propertyGrid2.Location = new Point(0, 223);
            propertyGrid2.Name = "propertyGrid2";
            propertyGrid2.Size = new Size(311, 262);
            propertyGrid2.TabIndex = 1;
            // 
            // propertyGrid1
            // 
            propertyGrid1.Dock = DockStyle.Top;
            propertyGrid1.Location = new Point(0, 0);
            propertyGrid1.Name = "propertyGrid1";
            propertyGrid1.Size = new Size(311, 223);
            propertyGrid1.TabIndex = 0;
            // 
            // propertyGrid3
            // 
            propertyGrid3.Dock = DockStyle.Top;
            propertyGrid3.Location = new Point(0, 485);
            propertyGrid3.Name = "propertyGrid3";
            propertyGrid3.Size = new Size(311, 186);
            propertyGrid3.TabIndex = 2;
            // 
            // MainForm
            // 
            AutoScaleDimensions = new SizeF(7F, 17F);
            AutoScaleMode = AutoScaleMode.Font;
            ClientSize = new Size(1084, 674);
            Controls.Add(splitContainer1);
            Name = "MainForm";
            Text = "MainForm";
            splitContainer1.Panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)splitContainer1).EndInit();
            splitContainer1.ResumeLayout(false);
            ResumeLayout(false);
        }
 
        #endregion
 
 
        private SplitContainer splitContainer1;
        private PropertyGrid propertyGrid2;
        private PropertyGrid propertyGrid1;
        private PropertyGrid propertyGrid3;
    }
}