qin
2024-06-04 9490957edfc694a0378ee52af47e921b8ac44e7a
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
namespace Hydro.MapUI
{
    partial class PropertyFrom
    {
        /// <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 Component 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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PropertyFrom));
            this.tab1 = new DevExpress.XtraVerticalGrid.Tab();
            this.tab2 = new DevExpress.XtraVerticalGrid.Tab();
            this.pgPanel1 = new DevExpress.XtraVerticalGrid.PGPanel();
            this.propertyGridControl1 = new DevExpress.XtraVerticalGrid.PropertyGridControl();
            this.pgToolbar1 = new DevExpress.XtraVerticalGrid.PGToolbar();
            this.pgCategoryCheckButton1 = new DevExpress.XtraVerticalGrid.PGCategoryCheckButton();
            this.pgAlphabeticalCheckButton1 = new DevExpress.XtraVerticalGrid.PGAlphabeticalCheckButton();
            this.pgSearchControl1 = new DevExpress.XtraVerticalGrid.PGSearchControl();
            this.propertyDescriptionControl1 = new DevExpress.XtraVerticalGrid.PropertyDescriptionControl();
            this.pgSeparatorControl1 = new DevExpress.XtraVerticalGrid.PGSeparatorControl();
            this.pgDescriptionCheckButton1 = new DevExpress.XtraVerticalGrid.PGDescriptionCheckButton();
            ((System.ComponentModel.ISupportInitialize)(this.pgPanel1)).BeginInit();
            this.pgPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.propertyGridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pgToolbar1)).BeginInit();
            this.pgToolbar1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pgSearchControl1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pgSeparatorControl1)).BeginInit();
            this.SuspendLayout();
            // 
            // tab1
            // 
            this.tab1.Caption = "Tab 1";
            this.tab1.Name = "tab1";
            // 
            // tab2
            // 
            this.tab2.Caption = "Tab 2";
            this.tab2.Name = "tab2";
            // 
            // pgPanel1
            // 
            this.pgPanel1.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] {
            new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 1F)});
            this.pgPanel1.Controls.Add(this.propertyGridControl1);
            this.pgPanel1.Controls.Add(this.pgToolbar1);
            this.pgPanel1.Controls.Add(this.propertyDescriptionControl1);
            this.pgPanel1.Location = new System.Drawing.Point(0, 0);
            this.pgPanel1.Name = "pgPanel1";
            this.pgPanel1.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] {
            new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.AutoSize, 1F),
            new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 1F),
            new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.AutoSize, 1F)});
            this.pgPanel1.Size = new System.Drawing.Size(531, 384);
            this.pgPanel1.TabIndex = 1;
            // 
            // propertyGridControl1
            // 
            this.pgPanel1.SetColumn(this.propertyGridControl1, 0);
            this.propertyGridControl1.Cursor = System.Windows.Forms.Cursors.Default;
            this.propertyGridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.propertyGridControl1.Location = new System.Drawing.Point(3, 31);
            this.propertyGridControl1.Name = "propertyGridControl1";
            this.propertyGridControl1.OptionsFind.FindFilterColumns = "Caption;SearchTags";
            this.propertyGridControl1.OptionsView.AllowReadOnlyRowAppearance = DevExpress.Utils.DefaultBoolean.True;
            this.pgPanel1.SetRow(this.propertyGridControl1, 1);
            this.propertyGridControl1.Size = new System.Drawing.Size(525, 278);
            this.propertyGridControl1.TabIndex = 0;
            // 
            // pgToolbar1
            // 
            this.pgPanel1.SetColumn(this.pgToolbar1, 0);
            this.pgToolbar1.Controls.Add(this.pgCategoryCheckButton1);
            this.pgToolbar1.Controls.Add(this.pgAlphabeticalCheckButton1);
            this.pgToolbar1.Controls.Add(this.pgSeparatorControl1);
            this.pgToolbar1.Controls.Add(this.pgDescriptionCheckButton1);
            this.pgToolbar1.Controls.Add(this.pgSearchControl1);
            this.pgToolbar1.Location = new System.Drawing.Point(0, 2);
            this.pgToolbar1.Margin = new System.Windows.Forms.Padding(0, 2, 0, 2);
            this.pgToolbar1.Name = "pgToolbar1";
            this.pgPanel1.SetRow(this.pgToolbar1, 0);
            this.pgToolbar1.Size = new System.Drawing.Size(531, 24);
            this.pgToolbar1.TabIndex = 1;
            // 
            // pgCategoryCheckButton1
            // 
            this.pgCategoryCheckButton1.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("pgCategoryCheckButton1.ImageOptions.SvgImage")));
            this.pgCategoryCheckButton1.Location = new System.Drawing.Point(2, 1);
            this.pgCategoryCheckButton1.Name = "pgCategoryCheckButton1";
            this.pgCategoryCheckButton1.PropertyGrid = this.propertyGridControl1;
            this.pgCategoryCheckButton1.Size = new System.Drawing.Size(24, 22);
            this.pgCategoryCheckButton1.TabIndex = 0;
            // 
            // pgAlphabeticalCheckButton1
            // 
            this.pgAlphabeticalCheckButton1.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("pgAlphabeticalCheckButton1.ImageOptions.SvgImage")));
            this.pgAlphabeticalCheckButton1.Location = new System.Drawing.Point(30, 1);
            this.pgAlphabeticalCheckButton1.Name = "pgAlphabeticalCheckButton1";
            this.pgAlphabeticalCheckButton1.PropertyGrid = this.propertyGridControl1;
            this.pgAlphabeticalCheckButton1.Size = new System.Drawing.Size(24, 22);
            this.pgAlphabeticalCheckButton1.TabIndex = 1;
            this.pgAlphabeticalCheckButton1.TabStop = false;
            // 
            // pgSearchControl1
            // 
            this.pgSearchControl1.Client = this.propertyGridControl1;
            this.pgSearchControl1.Location = new System.Drawing.Point(93, 2);
            this.pgSearchControl1.Name = "pgSearchControl1";
            this.pgSearchControl1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Repository.ClearButton(),
            new DevExpress.XtraEditors.Repository.SearchButton()});
            this.pgSearchControl1.Properties.Client = this.propertyGridControl1;
            this.pgSearchControl1.Size = new System.Drawing.Size(436, 20);
            this.pgToolbar1.SetStretched(this.pgSearchControl1, true);
            this.pgSearchControl1.TabIndex = 2;
            // 
            // propertyDescriptionControl1
            // 
            this.propertyDescriptionControl1.AutoHeight = true;
            this.pgPanel1.SetColumn(this.propertyDescriptionControl1, 0);
            this.propertyDescriptionControl1.Location = new System.Drawing.Point(3, 315);
            this.propertyDescriptionControl1.Name = "propertyDescriptionControl1";
            this.propertyDescriptionControl1.PropertyGrid = this.propertyGridControl1;
            this.pgPanel1.SetRow(this.propertyDescriptionControl1, 2);
            this.propertyDescriptionControl1.Size = new System.Drawing.Size(525, 66);
            this.propertyDescriptionControl1.TabIndex = 2;
            // 
            // pgSeparatorControl1
            // 
            this.pgSeparatorControl1.Location = new System.Drawing.Point(59, 2);
            this.pgSeparatorControl1.Name = "pgSeparatorControl1";
            this.pgSeparatorControl1.Size = new System.Drawing.Size(1, 20);
            this.pgSeparatorControl1.TabIndex = 2;
            // 
            // pgDescriptionCheckButton1
            // 
            this.pgDescriptionCheckButton1.DescriptionControl = this.propertyDescriptionControl1;
            this.pgDescriptionCheckButton1.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("pgDescriptionCheckButton1.ImageOptions.SvgImage")));
            this.pgDescriptionCheckButton1.Location = new System.Drawing.Point(65, 1);
            this.pgDescriptionCheckButton1.Name = "pgDescriptionCheckButton1";
            this.pgDescriptionCheckButton1.PropertyGrid = this.propertyGridControl1;
            this.pgDescriptionCheckButton1.Size = new System.Drawing.Size(24, 22);
            this.pgDescriptionCheckButton1.TabIndex = 3;
            // 
            // PropertyFrom
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.pgPanel1);
            this.Name = "PropertyFrom";
            this.Size = new System.Drawing.Size(531, 384);
            ((System.ComponentModel.ISupportInitialize)(this.pgPanel1)).EndInit();
            this.pgPanel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.propertyGridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pgToolbar1)).EndInit();
            this.pgToolbar1.ResumeLayout(false);
            this.pgToolbar1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pgSearchControl1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pgSeparatorControl1)).EndInit();
            this.ResumeLayout(false);
 
        }
 
        #endregion
        private DevExpress.XtraVerticalGrid.Tab tab1;
        private DevExpress.XtraVerticalGrid.Tab tab2;
        private DevExpress.XtraVerticalGrid.PGPanel pgPanel1;
        private DevExpress.XtraVerticalGrid.PropertyGridControl propertyGridControl1;
        private DevExpress.XtraVerticalGrid.PGToolbar pgToolbar1;
        private DevExpress.XtraVerticalGrid.PGCategoryCheckButton pgCategoryCheckButton1;
        private DevExpress.XtraVerticalGrid.PGAlphabeticalCheckButton pgAlphabeticalCheckButton1;
        private DevExpress.XtraVerticalGrid.PGSeparatorControl pgSeparatorControl1;
        private DevExpress.XtraVerticalGrid.PGDescriptionCheckButton pgDescriptionCheckButton1;
        private DevExpress.XtraVerticalGrid.PropertyDescriptionControl propertyDescriptionControl1;
        private DevExpress.XtraVerticalGrid.PGSearchControl pgSearchControl1;
    }
}