-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathShiftTool.Designer.cs
272 lines (265 loc) · 12.5 KB
/
ShiftTool.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
namespace CoordShift
{
partial class MainForm
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.buttonOK = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.textBoxL = new System.Windows.Forms.TextBox();
this.textBoxB = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.textBoxY = new System.Windows.Forms.TextBox();
this.textBoxX = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.label5 = new System.Windows.Forms.Label();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.labelVer = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// buttonOK
//
this.buttonOK.BackColor = System.Drawing.Color.Transparent;
this.buttonOK.FlatAppearance.BorderSize = 0;
this.buttonOK.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
this.buttonOK.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
this.buttonOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonOK.ForeColor = System.Drawing.Color.Transparent;
this.buttonOK.Location = new System.Drawing.Point(382, 177);
this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(48, 48);
this.buttonOK.TabIndex = 23;
this.buttonOK.UseVisualStyleBackColor = false;
this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
//
// groupBox1
//
this.groupBox1.BackColor = System.Drawing.Color.Transparent;
this.groupBox1.Controls.Add(this.textBoxL);
this.groupBox1.Controls.Add(this.textBoxB);
this.groupBox1.Controls.Add(this.button1);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.ForeColor = System.Drawing.Color.SeaShell;
this.groupBox1.Location = new System.Drawing.Point(23, 25);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(200, 130);
this.groupBox1.TabIndex = 26;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Geodetic(BL)";
//
// textBoxL
//
this.textBoxL.Location = new System.Drawing.Point(30, 42);
this.textBoxL.Name = "textBoxL";
this.textBoxL.Size = new System.Drawing.Size(150, 21);
this.textBoxL.TabIndex = 27;
this.textBoxL.Text = "0";
this.toolTip1.SetToolTip(this.textBoxL, "GPS longitude above ellipsoid (WGS84)");
//
// textBoxB
//
this.textBoxB.Location = new System.Drawing.Point(30, 17);
this.textBoxB.Name = "textBoxB";
this.textBoxB.Size = new System.Drawing.Size(150, 21);
this.textBoxB.TabIndex = 1;
this.textBoxB.Text = "0";
this.toolTip1.SetToolTip(this.textBoxB, "GPS latitude above ellipsoid (WGS84)");
//
// button1
//
this.button1.BackColor = System.Drawing.Color.Transparent;
this.button1.FlatAppearance.BorderSize = 0;
this.button1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
this.button1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.ForeColor = System.Drawing.Color.Transparent;
this.button1.Location = new System.Drawing.Point(84, 76);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(48, 48);
this.button1.TabIndex = 25;
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(7, 45);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(17, 12);
this.label2.TabIndex = 1;
this.label2.Text = "L=";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(7, 21);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(17, 12);
this.label1.TabIndex = 0;
this.label1.Text = "B=";
//
// groupBox2
//
this.groupBox2.BackColor = System.Drawing.Color.Transparent;
this.groupBox2.Controls.Add(this.textBoxY);
this.groupBox2.Controls.Add(this.textBoxX);
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Controls.Add(this.button2);
this.groupBox2.ForeColor = System.Drawing.Color.SeaShell;
this.groupBox2.Location = new System.Drawing.Point(228, 25);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(200, 130);
this.groupBox2.TabIndex = 27;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Geocentric(XY)";
//
// textBoxY
//
this.textBoxY.Location = new System.Drawing.Point(30, 42);
this.textBoxY.Name = "textBoxY";
this.textBoxY.Size = new System.Drawing.Size(150, 21);
this.textBoxY.TabIndex = 30;
this.textBoxY.Text = "0";
this.toolTip1.SetToolTip(this.textBoxY, "spherical Y measured from the center of the Earth");
//
// textBoxX
//
this.textBoxX.Location = new System.Drawing.Point(30, 17);
this.textBoxX.Name = "textBoxX";
this.textBoxX.Size = new System.Drawing.Size(150, 21);
this.textBoxX.TabIndex = 29;
this.textBoxX.Text = "0";
this.toolTip1.SetToolTip(this.textBoxX, "spherical X measured from the center of the Earth");
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(6, 45);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(17, 12);
this.label4.TabIndex = 28;
this.label4.Text = "Y=";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(6, 21);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(17, 12);
this.label3.TabIndex = 27;
this.label3.Text = "X=";
//
// button2
//
this.button2.BackColor = System.Drawing.Color.Transparent;
this.button2.FlatAppearance.BorderSize = 0;
this.button2.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
this.button2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button2.ForeColor = System.Drawing.Color.Transparent;
this.button2.Location = new System.Drawing.Point(76, 76);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(48, 48);
this.button2.TabIndex = 26;
this.button2.UseVisualStyleBackColor = false;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// label5
//
this.label5.BackColor = System.Drawing.Color.Transparent;
this.label5.ForeColor = System.Drawing.Color.Silver;
this.label5.Location = new System.Drawing.Point(27, 174);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(288, 36);
this.label5.TabIndex = 28;
this.label5.Text = "E.g.: B=37.57694444 or B=37,34,36.99(equals to 37°34″36.99′)means GPS latitude,L" +
" means GPS longitude.X,Y mean the Gauss projection Coord.";
//
// labelVer
//
this.labelVer.AutoSize = true;
this.labelVer.BackColor = System.Drawing.Color.Transparent;
this.labelVer.ForeColor = System.Drawing.Color.Transparent;
this.labelVer.Location = new System.Drawing.Point(1, 238);
this.labelVer.Name = "labelVer";
this.labelVer.Size = new System.Drawing.Size(53, 12);
this.labelVer.TabIndex = 28;
this.labelVer.Text = "Version:";
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.AppWorkspace;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ClientSize = new System.Drawing.Size(452, 250);
this.Controls.Add(this.labelVer);
this.Controls.Add(this.label5);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.buttonOK);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "MainForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Coord.Shift tools";
this.TransparencyKey = System.Drawing.Color.SlateGray;
this.Load += new System.EventHandler(this.Main_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button buttonOK;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox textBoxL;
private System.Windows.Forms.TextBox textBoxB;
private System.Windows.Forms.TextBox textBoxY;
private System.Windows.Forms.TextBox textBoxX;
private System.Windows.Forms.ToolTip toolTip1;
private System.Windows.Forms.Label labelVer;
}
}