-
Notifications
You must be signed in to change notification settings - Fork 2
/
GraduatedColorSymbols.designer.cs
277 lines (271 loc) · 13.2 KB
/
GraduatedColorSymbols.designer.cs
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
namespace WindowsFormsApplication1
{
partial class GraduatedColorSymbols
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GraduatedColorSymbols));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label7 = new System.Windows.Forms.Label();
this.cbxNormalization = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.cbxFields = new System.Windows.Forms.ComboBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.classifyCBX = new System.Windows.Forms.ComboBox();
this.nudClassCount = new System.Windows.Forms.NumericUpDown();
this.lblClassificationMethod = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.btnSelectColorRamp = new System.Windows.Forms.Button();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.btnClose = new System.Windows.Forms.Button();
this.btnSymbolize = new System.Windows.Forms.Button();
this.cbxLayers2Symbolize = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nudClassCount)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.cbxNormalization);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.cbxFields);
this.groupBox1.Location = new System.Drawing.Point(14, 41);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(216, 84);
this.groupBox1.TabIndex = 24;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "字段";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(11, 53);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(77, 12);
this.label7.TabIndex = 9;
this.label7.Text = "标准化字段:";
//
// cbxNormalization
//
this.cbxNormalization.FormattingEnabled = true;
this.cbxNormalization.Location = new System.Drawing.Point(94, 51);
this.cbxNormalization.Name = "cbxNormalization";
this.cbxNormalization.Size = new System.Drawing.Size(106, 20);
this.cbxNormalization.TabIndex = 10;
this.cbxNormalization.SelectedIndexChanged += new System.EventHandler(this.cbxNormalization_SelectedIndexChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(11, 24);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 9;
this.label1.Text = "值字段:";
//
// cbxFields
//
this.cbxFields.FormattingEnabled = true;
this.cbxFields.Location = new System.Drawing.Point(94, 19);
this.cbxFields.Name = "cbxFields";
this.cbxFields.Size = new System.Drawing.Size(106, 20);
this.cbxFields.TabIndex = 10;
this.cbxFields.SelectedIndexChanged += new System.EventHandler(this.cbxFields_SelectedIndexChanged);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.classifyCBX);
this.groupBox2.Controls.Add(this.nudClassCount);
this.groupBox2.Controls.Add(this.lblClassificationMethod);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Location = new System.Drawing.Point(12, 165);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(262, 78);
this.groupBox2.TabIndex = 23;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "分类";
//
// classifyCBX
//
this.classifyCBX.FormattingEnabled = true;
this.classifyCBX.Items.AddRange(new object[] {
"等间隔分类",
"分位数分类",
"自然裂点分类",
"几何间隔分类"});
this.classifyCBX.Location = new System.Drawing.Point(141, 43);
this.classifyCBX.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.classifyCBX.Name = "classifyCBX";
this.classifyCBX.Size = new System.Drawing.Size(116, 20);
this.classifyCBX.TabIndex = 19;
this.classifyCBX.SelectedIndexChanged += new System.EventHandler(this.classifyCBX_SelectedIndexChanged);
//
// nudClassCount
//
this.nudClassCount.Location = new System.Drawing.Point(70, 41);
this.nudClassCount.Maximum = new decimal(new int[] {
32,
0,
0,
0});
this.nudClassCount.Minimum = new decimal(new int[] {
2,
0,
0,
0});
this.nudClassCount.Name = "nudClassCount";
this.nudClassCount.Size = new System.Drawing.Size(52, 21);
this.nudClassCount.TabIndex = 18;
this.nudClassCount.Value = new decimal(new int[] {
5,
0,
0,
0});
this.nudClassCount.ValueChanged += new System.EventHandler(this.nudClassCount_ValueChanged);
//
// lblClassificationMethod
//
this.lblClassificationMethod.Location = new System.Drawing.Point(139, 18);
this.lblClassificationMethod.Name = "lblClassificationMethod";
this.lblClassificationMethod.Size = new System.Drawing.Size(66, 14);
this.lblClassificationMethod.TabIndex = 5;
this.lblClassificationMethod.Text = "分类方法:";
//
// label5
//
this.label5.Location = new System.Drawing.Point(10, 43);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(54, 14);
this.label5.TabIndex = 5;
this.label5.Text = "分类数:";
//
// btnSelectColorRamp
//
this.btnSelectColorRamp.BackColor = System.Drawing.Color.Bisque;
this.btnSelectColorRamp.Location = new System.Drawing.Point(12, 133);
this.btnSelectColorRamp.Name = "btnSelectColorRamp";
this.btnSelectColorRamp.Size = new System.Drawing.Size(216, 23);
this.btnSelectColorRamp.TabIndex = 22;
this.btnSelectColorRamp.Text = "选择用于符号化的色带...";
this.btnSelectColorRamp.UseVisualStyleBackColor = false;
this.btnSelectColorRamp.Click += new System.EventHandler(this.btnSelectColorRamp_Click);
//
// pictureBox1
//
this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.pictureBox1.InitialImage = null;
this.pictureBox1.Location = new System.Drawing.Point(247, 15);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(152, 110);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.pictureBox1.TabIndex = 21;
this.pictureBox1.TabStop = false;
//
// btnClose
//
this.btnClose.Location = new System.Drawing.Point(289, 201);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(66, 23);
this.btnClose.TabIndex = 20;
this.btnClose.Text = "关 闭";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// btnSymbolize
//
this.btnSymbolize.Location = new System.Drawing.Point(289, 158);
this.btnSymbolize.Name = "btnSymbolize";
this.btnSymbolize.Size = new System.Drawing.Size(66, 23);
this.btnSymbolize.TabIndex = 19;
this.btnSymbolize.Text = "符号化";
this.btnSymbolize.UseVisualStyleBackColor = true;
this.btnSymbolize.Click += new System.EventHandler(this.btnSymbolize_Click);
//
// cbxLayers2Symbolize
//
this.cbxLayers2Symbolize.FormattingEnabled = true;
this.cbxLayers2Symbolize.Location = new System.Drawing.Point(119, 15);
this.cbxLayers2Symbolize.Name = "cbxLayers2Symbolize";
this.cbxLayers2Symbolize.Size = new System.Drawing.Size(111, 20);
this.cbxLayers2Symbolize.TabIndex = 18;
this.cbxLayers2Symbolize.SelectedIndexChanged += new System.EventHandler(this.cbxLayers2Symbolize_SelectedIndexChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 19);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(101, 12);
this.label2.TabIndex = 17;
this.label2.Text = "选择符号化图层:";
//
// GraduatedColorSymbols
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.ClientSize = new System.Drawing.Size(426, 266);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.btnSelectColorRamp);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.btnSymbolize);
this.Controls.Add(this.cbxLayers2Symbolize);
this.Controls.Add(this.label2);
this.Name = "GraduatedColorSymbols";
this.Text = "分级色彩符号化";
this.Load += new System.EventHandler(this.GraduatedColorSymbols_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.nudClassCount)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.ComboBox cbxNormalization;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox cbxFields;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.ComboBox classifyCBX;
private System.Windows.Forms.NumericUpDown nudClassCount;
private System.Windows.Forms.Label lblClassificationMethod;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button btnSelectColorRamp;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.Button btnSymbolize;
private System.Windows.Forms.ComboBox cbxLayers2Symbolize;
private System.Windows.Forms.Label label2;
}
}