-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathForm8.Designer.vb
414 lines (410 loc) · 15.9 KB
/
Form8.Designer.vb
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
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Public Class Form8
Inherits System.Windows.Forms.Form
'窗体重写释放,以清理组件列表。
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
MyBase.Dispose(disposing)
End Sub
'Windows 窗体设计器所必需的
Private components As System.ComponentModel.IContainer
Private mainMenu1 As System.Windows.Forms.MainMenu
'注意: 以下过程是 Windows 窗体设计器所必需的
'可以使用 Windows 窗体设计器修改它。
'不要使用代码编辑器修改它。
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form8))
Me.mainMenu1 = New System.Windows.Forms.MainMenu
Me.MenuItem1 = New System.Windows.Forms.MenuItem
Me.MenuItem3 = New System.Windows.Forms.MenuItem
Me.MenuItem4 = New System.Windows.Forms.MenuItem
Me.MenuItem2 = New System.Windows.Forms.MenuItem
Me.Picture1 = New System.Windows.Forms.PictureBox
Me.txtXb = New System.Windows.Forms.TextBox
Me.txtXa = New System.Windows.Forms.TextBox
Me.Label3 = New System.Windows.Forms.Label
Me.Label1 = New System.Windows.Forms.Label
Me.txtYb = New System.Windows.Forms.TextBox
Me.txtYa = New System.Windows.Forms.TextBox
Me.Label4 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.txtDub = New System.Windows.Forms.TextBox
Me.txtFenb = New System.Windows.Forms.TextBox
Me.txtMiaob = New System.Windows.Forms.TextBox
Me.txtDua = New System.Windows.Forms.TextBox
Me.txtFena = New System.Windows.Forms.TextBox
Me.txtMiaoa = New System.Windows.Forms.TextBox
Me.Label12 = New System.Windows.Forms.Label
Me.Label11 = New System.Windows.Forms.Label
Me.Label10 = New System.Windows.Forms.Label
Me.Label9 = New System.Windows.Forms.Label
Me.Label5 = New System.Windows.Forms.Label
Me.Label6 = New System.Windows.Forms.Label
Me.Label7 = New System.Windows.Forms.Label
Me.Label8 = New System.Windows.Forms.Label
Me.txtXp = New System.Windows.Forms.TextBox
Me.Label38 = New System.Windows.Forms.Label
Me.txtYp = New System.Windows.Forms.TextBox
Me.Label37 = New System.Windows.Forms.Label
Me.Command2 = New System.Windows.Forms.Button
Me.Command1 = New System.Windows.Forms.Button
Me.SuspendLayout()
'
'mainMenu1
'
Me.mainMenu1.MenuItems.Add(Me.MenuItem1)
Me.mainMenu1.MenuItems.Add(Me.MenuItem2)
'
'MenuItem1
'
Me.MenuItem1.MenuItems.Add(Me.MenuItem3)
Me.MenuItem1.MenuItems.Add(Me.MenuItem4)
Me.MenuItem1.Text = "切换"
'
'MenuItem3
'
Me.MenuItem3.Text = "测边交会定点"
'
'MenuItem4
'
Me.MenuItem4.Text = "后方交会定点"
'
'MenuItem2
'
Me.MenuItem2.Text = "返回"
'
'Picture1
'
Me.Picture1.BackColor = System.Drawing.SystemColors.AppWorkspace
Me.Picture1.Image = CType(resources.GetObject("Picture1.Image"), System.Drawing.Image)
Me.Picture1.Location = New System.Drawing.Point(40, 0)
Me.Picture1.Name = "Picture1"
Me.Picture1.Size = New System.Drawing.Size(161, 161)
'
'txtXb
'
Me.txtXb.AcceptsReturn = True
Me.txtXb.Location = New System.Drawing.Point(40, 215)
Me.txtXb.MaxLength = 0
Me.txtXb.Name = "txtXb"
Me.txtXb.Size = New System.Drawing.Size(89, 21)
Me.txtXb.TabIndex = 9
Me.txtXb.Text = "37327.20"
'
'txtXa
'
Me.txtXa.AcceptsReturn = True
Me.txtXa.Location = New System.Drawing.Point(40, 183)
Me.txtXa.MaxLength = 0
Me.txtXa.Name = "txtXa"
Me.txtXa.Size = New System.Drawing.Size(89, 21)
Me.txtXa.TabIndex = 8
Me.txtXa.Text = "37477.54"
'
'Label3
'
Me.Label3.BackColor = System.Drawing.SystemColors.AppWorkspace
Me.Label3.Location = New System.Drawing.Point(16, 215)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(36, 21)
Me.Label3.Text = "Xb="
'
'Label1
'
Me.Label1.BackColor = System.Drawing.SystemColors.AppWorkspace
Me.Label1.Location = New System.Drawing.Point(16, 183)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(36, 21)
Me.Label1.Text = "Xa="
'
'txtYb
'
Me.txtYb.AcceptsReturn = True
Me.txtYb.Location = New System.Drawing.Point(40, 274)
Me.txtYb.MaxLength = 0
Me.txtYb.Name = "txtYb"
Me.txtYb.Size = New System.Drawing.Size(89, 21)
Me.txtYb.TabIndex = 16
Me.txtYb.Text = "16078.90"
'
'txtYa
'
Me.txtYa.AcceptsReturn = True
Me.txtYa.Location = New System.Drawing.Point(40, 242)
Me.txtYa.MaxLength = 0
Me.txtYa.Name = "txtYa"
Me.txtYa.Size = New System.Drawing.Size(89, 21)
Me.txtYa.TabIndex = 15
Me.txtYa.Text = "16307.24"
'
'Label4
'
Me.Label4.BackColor = System.Drawing.SystemColors.AppWorkspace
Me.Label4.Location = New System.Drawing.Point(16, 277)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(36, 18)
Me.Label4.Text = "Yb="
'
'Label2
'
Me.Label2.BackColor = System.Drawing.SystemColors.AppWorkspace
Me.Label2.Location = New System.Drawing.Point(16, 245)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(36, 18)
Me.Label2.Text = "Ya="
'
'txtDub
'
Me.txtDub.AcceptsReturn = True
Me.txtDub.Location = New System.Drawing.Point(40, 333)
Me.txtDub.MaxLength = 0
Me.txtDub.Name = "txtDub"
Me.txtDub.Size = New System.Drawing.Size(33, 21)
Me.txtDub.TabIndex = 35
Me.txtDub.Text = "75"
'
'txtFenb
'
Me.txtFenb.AcceptsReturn = True
Me.txtFenb.Location = New System.Drawing.Point(88, 333)
Me.txtFenb.MaxLength = 0
Me.txtFenb.Name = "txtFenb"
Me.txtFenb.Size = New System.Drawing.Size(25, 21)
Me.txtFenb.TabIndex = 34
Me.txtFenb.Text = "19"
'
'txtMiaob
'
Me.txtMiaob.AcceptsReturn = True
Me.txtMiaob.Location = New System.Drawing.Point(128, 333)
Me.txtMiaob.MaxLength = 0
Me.txtMiaob.Name = "txtMiaob"
Me.txtMiaob.Size = New System.Drawing.Size(33, 21)
Me.txtMiaob.TabIndex = 33
Me.txtMiaob.Text = "02"
'
'txtDua
'
Me.txtDua.AcceptsReturn = True
Me.txtDua.Location = New System.Drawing.Point(40, 301)
Me.txtDua.MaxLength = 0
Me.txtDua.Name = "txtDua"
Me.txtDua.Size = New System.Drawing.Size(33, 21)
Me.txtDua.TabIndex = 32
Me.txtDua.Text = "40"
'
'txtFena
'
Me.txtFena.AcceptsReturn = True
Me.txtFena.Location = New System.Drawing.Point(88, 301)
Me.txtFena.MaxLength = 0
Me.txtFena.Name = "txtFena"
Me.txtFena.Size = New System.Drawing.Size(25, 21)
Me.txtFena.TabIndex = 31
Me.txtFena.Text = "41"
'
'txtMiaoa
'
Me.txtMiaoa.AcceptsReturn = True
Me.txtMiaoa.Location = New System.Drawing.Point(128, 301)
Me.txtMiaoa.MaxLength = 0
Me.txtMiaoa.Name = "txtMiaoa"
Me.txtMiaoa.Size = New System.Drawing.Size(33, 21)
Me.txtMiaoa.TabIndex = 30
Me.txtMiaoa.Text = "57"
'
'Label12
'
Me.Label12.BackColor = System.Drawing.SystemColors.AppWorkspace
Me.Label12.Location = New System.Drawing.Point(8, 336)
Me.Label12.Name = "Label12"
Me.Label12.Size = New System.Drawing.Size(44, 18)
Me.Label12.Text = "角b:"
'
'Label11
'
Me.Label11.BackColor = System.Drawing.SystemColors.AppWorkspace
Me.Label11.Location = New System.Drawing.Point(72, 336)
Me.Label11.Name = "Label11"
Me.Label11.Size = New System.Drawing.Size(17, 12)
Me.Label11.Text = "度"
'
'Label10
'
Me.Label10.BackColor = System.Drawing.SystemColors.AppWorkspace
Me.Label10.Location = New System.Drawing.Point(112, 336)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(17, 12)
Me.Label10.Text = "分"
'
'Label9
'
Me.Label9.BackColor = System.Drawing.SystemColors.AppWorkspace
Me.Label9.Location = New System.Drawing.Point(160, 336)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(17, 12)
Me.Label9.Text = "秒"
'
'Label5
'
Me.Label5.BackColor = System.Drawing.SystemColors.AppWorkspace
Me.Label5.Location = New System.Drawing.Point(8, 304)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(44, 18)
Me.Label5.Text = "角a:"
'
'Label6
'
Me.Label6.BackColor = System.Drawing.SystemColors.AppWorkspace
Me.Label6.Location = New System.Drawing.Point(72, 304)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(17, 12)
Me.Label6.Text = "度"
'
'Label7
'
Me.Label7.BackColor = System.Drawing.SystemColors.AppWorkspace
Me.Label7.Location = New System.Drawing.Point(112, 304)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(17, 12)
Me.Label7.Text = "分"
'
'Label8
'
Me.Label8.BackColor = System.Drawing.SystemColors.AppWorkspace
Me.Label8.Location = New System.Drawing.Point(160, 304)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(17, 12)
Me.Label8.Text = "秒"
'
'txtXp
'
Me.txtXp.AcceptsReturn = True
Me.txtXp.Location = New System.Drawing.Point(40, 360)
Me.txtXp.MaxLength = 0
Me.txtXp.Name = "txtXp"
Me.txtXp.Size = New System.Drawing.Size(89, 21)
Me.txtXp.TabIndex = 69
Me.txtXp.Text = "0"
'
'Label38
'
Me.Label38.BackColor = System.Drawing.SystemColors.AppWorkspace
Me.Label38.Location = New System.Drawing.Point(16, 363)
Me.Label38.Name = "Label38"
Me.Label38.Size = New System.Drawing.Size(36, 18)
Me.Label38.Text = "Xp="
'
'txtYp
'
Me.txtYp.AcceptsReturn = True
Me.txtYp.Location = New System.Drawing.Point(40, 387)
Me.txtYp.MaxLength = 0
Me.txtYp.Name = "txtYp"
Me.txtYp.Size = New System.Drawing.Size(89, 21)
Me.txtYp.TabIndex = 72
Me.txtYp.Text = "0"
'
'Label37
'
Me.Label37.BackColor = System.Drawing.SystemColors.AppWorkspace
Me.Label37.Location = New System.Drawing.Point(16, 390)
Me.Label37.Name = "Label37"
Me.Label37.Size = New System.Drawing.Size(36, 18)
Me.Label37.Text = "Yp="
'
'Command2
'
Me.Command2.Location = New System.Drawing.Point(144, 423)
Me.Command2.Name = "Command2"
Me.Command2.Size = New System.Drawing.Size(65, 25)
Me.Command2.TabIndex = 75
Me.Command2.Text = "清零"
'
'Command1
'
Me.Command1.Location = New System.Drawing.Point(16, 423)
Me.Command1.Name = "Command1"
Me.Command1.Size = New System.Drawing.Size(65, 25)
Me.Command1.TabIndex = 74
Me.Command1.Text = "计算"
'
'Form8
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi
Me.AutoScroll = True
Me.AutoScrollMargin = New System.Drawing.Size(0, 30)
Me.ClientSize = New System.Drawing.Size(240, 268)
Me.Controls.Add(Me.Command2)
Me.Controls.Add(Me.Command1)
Me.Controls.Add(Me.txtYp)
Me.Controls.Add(Me.Label37)
Me.Controls.Add(Me.txtXp)
Me.Controls.Add(Me.Label38)
Me.Controls.Add(Me.txtDub)
Me.Controls.Add(Me.txtFenb)
Me.Controls.Add(Me.txtMiaob)
Me.Controls.Add(Me.txtDua)
Me.Controls.Add(Me.txtFena)
Me.Controls.Add(Me.txtMiaoa)
Me.Controls.Add(Me.Label12)
Me.Controls.Add(Me.Label11)
Me.Controls.Add(Me.Label10)
Me.Controls.Add(Me.Label9)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.Label7)
Me.Controls.Add(Me.Label8)
Me.Controls.Add(Me.txtYb)
Me.Controls.Add(Me.txtYa)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.txtXb)
Me.Controls.Add(Me.txtXa)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.Picture1)
Me.Menu = Me.mainMenu1
Me.Name = "Form8"
Me.Text = "前方交会定点计算"
Me.ResumeLayout(False)
End Sub
Friend WithEvents MenuItem1 As System.Windows.Forms.MenuItem
Friend WithEvents MenuItem2 As System.Windows.Forms.MenuItem
Friend WithEvents MenuItem3 As System.Windows.Forms.MenuItem
Friend WithEvents MenuItem4 As System.Windows.Forms.MenuItem
Public WithEvents Picture1 As System.Windows.Forms.PictureBox
Public WithEvents txtXb As System.Windows.Forms.TextBox
Public WithEvents txtXa As System.Windows.Forms.TextBox
Public WithEvents Label3 As System.Windows.Forms.Label
Public WithEvents Label1 As System.Windows.Forms.Label
Public WithEvents txtYb As System.Windows.Forms.TextBox
Public WithEvents txtYa As System.Windows.Forms.TextBox
Public WithEvents Label4 As System.Windows.Forms.Label
Public WithEvents Label2 As System.Windows.Forms.Label
Public WithEvents txtDub As System.Windows.Forms.TextBox
Public WithEvents txtFenb As System.Windows.Forms.TextBox
Public WithEvents txtMiaob As System.Windows.Forms.TextBox
Public WithEvents txtDua As System.Windows.Forms.TextBox
Public WithEvents txtFena As System.Windows.Forms.TextBox
Public WithEvents txtMiaoa As System.Windows.Forms.TextBox
Public WithEvents Label12 As System.Windows.Forms.Label
Public WithEvents Label11 As System.Windows.Forms.Label
Public WithEvents Label10 As System.Windows.Forms.Label
Public WithEvents Label9 As System.Windows.Forms.Label
Public WithEvents Label5 As System.Windows.Forms.Label
Public WithEvents Label6 As System.Windows.Forms.Label
Public WithEvents Label7 As System.Windows.Forms.Label
Public WithEvents Label8 As System.Windows.Forms.Label
Public WithEvents txtXp As System.Windows.Forms.TextBox
Public WithEvents Label38 As System.Windows.Forms.Label
Public WithEvents txtYp As System.Windows.Forms.TextBox
Public WithEvents Label37 As System.Windows.Forms.Label
Public WithEvents Command2 As System.Windows.Forms.Button
Public WithEvents Command1 As System.Windows.Forms.Button
End Class