-
Notifications
You must be signed in to change notification settings - Fork 2
/
SymbolizationByLayerPropPage.designer.cs
100 lines (94 loc) · 4.23 KB
/
SymbolizationByLayerPropPage.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
namespace WindowsFormsApplication1
{
partial class SymbolizationByLayerPropPage
{
/// <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()
{
this.btnSymbolize = new System.Windows.Forms.Button();
this.btnClose = new System.Windows.Forms.Button();
this.cbxLayers2Symbolize = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// btnSymbolize
//
this.btnSymbolize.Location = new System.Drawing.Point(44, 51);
this.btnSymbolize.Name = "btnSymbolize";
this.btnSymbolize.Size = new System.Drawing.Size(73, 23);
this.btnSymbolize.TabIndex = 13;
this.btnSymbolize.Text = "符号化";
this.btnSymbolize.UseVisualStyleBackColor = true;
this.btnSymbolize.Click += new System.EventHandler(this.btnSymbolize_Click);
//
// btnClose
//
this.btnClose.Location = new System.Drawing.Point(163, 51);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(73, 23);
this.btnClose.TabIndex = 12;
this.btnClose.Text = "关 闭";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// cbxLayers2Symbolize
//
this.cbxLayers2Symbolize.FormattingEnabled = true;
this.cbxLayers2Symbolize.Location = new System.Drawing.Point(119, 16);
this.cbxLayers2Symbolize.Name = "cbxLayers2Symbolize";
this.cbxLayers2Symbolize.Size = new System.Drawing.Size(151, 20);
this.cbxLayers2Symbolize.TabIndex = 11;
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 = 10;
this.label2.Text = "选择符号化图层:";
//
// SymbolizationByLayerPropPage
//
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(306, 95);
this.Controls.Add(this.btnSymbolize);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.cbxLayers2Symbolize);
this.Controls.Add(this.label2);
this.Name = "SymbolizationByLayerPropPage";
this.Text = "空间数据符号化";
this.Load += new System.EventHandler(this.SymbolizationByLayerPropPage_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnSymbolize;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.ComboBox cbxLayers2Symbolize;
private System.Windows.Forms.Label label2;
}
}