forked from JiXiaomai/SMM2LevelViewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathForm1.Designer.vb
359 lines (354 loc) · 13.8 KB
/
Form1.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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class Form1
Inherits System.Windows.Forms.Form
'Form 重写 Dispose,以清理组件列表。
<System.Diagnostics.DebuggerNonUserCode()>
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Windows 窗体设计器所必需的
Private components As System.ComponentModel.IContainer
'注意: 以下过程是 Windows 窗体设计器所必需的
'可以使用 Windows 窗体设计器修改它。
'不要使用代码编辑器修改它。
<System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
Me.Button1 = New System.Windows.Forms.Button()
Me.TextBox1 = New System.Windows.Forms.TextBox()
Me.TextBox2 = New System.Windows.Forms.TextBox()
Me.TextBox3 = New System.Windows.Forms.TextBox()
Me.TextBox4 = New System.Windows.Forms.TextBox()
Me.Button2 = New System.Windows.Forms.Button()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.Button4 = New System.Windows.Forms.Button()
Me.TextBox9 = New System.Windows.Forms.TextBox()
Me.Button5 = New System.Windows.Forms.Button()
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
Me.Button8 = New System.Windows.Forms.Button()
Me.TrackBar1 = New System.Windows.Forms.TrackBar()
Me.Label1 = New System.Windows.Forms.Label()
Me.ListBox1 = New System.Windows.Forms.ListBox()
Me.ListBox2 = New System.Windows.Forms.ListBox()
Me.Label2 = New System.Windows.Forms.Label()
Me.PicBot = New System.Windows.Forms.PictureBox()
Me.Label3 = New System.Windows.Forms.Label()
Me.Label4 = New System.Windows.Forms.Label()
Me.Label5 = New System.Windows.Forms.Label()
Me.PicM0 = New System.Windows.Forms.PictureBox()
Me.PicM1 = New System.Windows.Forms.PictureBox()
Me.PicM2 = New System.Windows.Forms.PictureBox()
Me.Timer2 = New System.Windows.Forms.Timer(Me.components)
Me.GroupBox1.SuspendLayout()
Me.GroupBox2.SuspendLayout()
CType(Me.TrackBar1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PicBot, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PicM0, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PicM1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PicM2, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(6, 20)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(70, 21)
Me.Button1.TabIndex = 0
Me.Button1.Text = "LOAD"
Me.Button1.UseVisualStyleBackColor = True
'
'TextBox1
'
Me.TextBox1.Location = New System.Drawing.Point(82, 19)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(327, 21)
Me.TextBox1.TabIndex = 1
Me.TextBox1.Text = "E:\VB\SMM2VIEWER\bin\Debug\MAP\Course_data_000"
'
'TextBox2
'
Me.TextBox2.Location = New System.Drawing.Point(6, 19)
Me.TextBox2.Multiline = True
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.Size = New System.Drawing.Size(173, 300)
Me.TextBox2.TabIndex = 2
'
'TextBox3
'
Me.TextBox3.Location = New System.Drawing.Point(185, 20)
Me.TextBox3.Multiline = True
Me.TextBox3.Name = "TextBox3"
Me.TextBox3.Size = New System.Drawing.Size(173, 300)
Me.TextBox3.TabIndex = 8
'
'TextBox4
'
Me.TextBox4.Location = New System.Drawing.Point(364, 20)
Me.TextBox4.Multiline = True
Me.TextBox4.Name = "TextBox4"
Me.TextBox4.Size = New System.Drawing.Size(173, 300)
Me.TextBox4.TabIndex = 9
'
'Button2
'
Me.Button2.Location = New System.Drawing.Point(12, 39)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(100, 21)
Me.Button2.TabIndex = 19
Me.Button2.Text = "Map A"
Me.Button2.UseVisualStyleBackColor = True
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.TextBox2)
Me.GroupBox1.Controls.Add(Me.TextBox3)
Me.GroupBox1.Controls.Add(Me.TextBox4)
Me.GroupBox1.Location = New System.Drawing.Point(522, 66)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(549, 327)
Me.GroupBox1.TabIndex = 22
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "GroupBox1"
Me.GroupBox1.Visible = False
'
'Button4
'
Me.Button4.Location = New System.Drawing.Point(260, 39)
Me.Button4.Name = "Button4"
Me.Button4.Size = New System.Drawing.Size(181, 21)
Me.Button4.TabIndex = 23
Me.Button4.Text = "保存地图 Save image"
Me.Button4.UseVisualStyleBackColor = True
'
'TextBox9
'
Me.TextBox9.BackColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
Me.TextBox9.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
Me.TextBox9.Location = New System.Drawing.Point(12, 12)
Me.TextBox9.Name = "TextBox9"
Me.TextBox9.Size = New System.Drawing.Size(100, 21)
Me.TextBox9.TabIndex = 24
Me.TextBox9.Text = "SQG-9NT-9GF"
Me.TextBox9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
Me.TextBox9.WordWrap = False
'
'Button5
'
Me.Button5.Location = New System.Drawing.Point(118, 12)
Me.Button5.Name = "Button5"
Me.Button5.Size = New System.Drawing.Size(136, 21)
Me.Button5.TabIndex = 25
Me.Button5.Text = "加载地图 Load Level"
Me.Button5.UseVisualStyleBackColor = True
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.Button1)
Me.GroupBox2.Controls.Add(Me.TextBox1)
Me.GroupBox2.Location = New System.Drawing.Point(522, 8)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(497, 52)
Me.GroupBox2.TabIndex = 27
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "test"
Me.GroupBox2.Visible = False
'
'Button8
'
Me.Button8.Location = New System.Drawing.Point(118, 39)
Me.Button8.Name = "Button8"
Me.Button8.Size = New System.Drawing.Size(100, 21)
Me.Button8.TabIndex = 36
Me.Button8.Text = "Map B"
Me.Button8.UseVisualStyleBackColor = True
'
'TrackBar1
'
Me.TrackBar1.Location = New System.Drawing.Point(260, 12)
Me.TrackBar1.Maximum = 6
Me.TrackBar1.Minimum = 2
Me.TrackBar1.Name = "TrackBar1"
Me.TrackBar1.Size = New System.Drawing.Size(104, 45)
Me.TrackBar1.TabIndex = 39
Me.TrackBar1.Value = 4
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(370, 15)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(71, 12)
Me.Label1.TabIndex = 40
Me.Label1.Text = "缩放Zoom:16"
'
'ListBox1
'
Me.ListBox1.FormattingEnabled = True
Me.ListBox1.ItemHeight = 12
Me.ListBox1.Location = New System.Drawing.Point(12, 66)
Me.ListBox1.Name = "ListBox1"
Me.ListBox1.Size = New System.Drawing.Size(100, 208)
Me.ListBox1.TabIndex = 42
'
'ListBox2
'
Me.ListBox2.FormattingEnabled = True
Me.ListBox2.ItemHeight = 12
Me.ListBox2.Location = New System.Drawing.Point(118, 66)
Me.ListBox2.Name = "ListBox2"
Me.ListBox2.Size = New System.Drawing.Size(100, 208)
Me.ListBox2.TabIndex = 43
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(229, 66)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(47, 12)
Me.Label2.TabIndex = 48
Me.Label2.Text = "LvlInfo"
'
'PicBot
'
Me.PicBot.BackColor = System.Drawing.Color.LightGray
Me.PicBot.Location = New System.Drawing.Point(12, 448)
Me.PicBot.Name = "PicBot"
Me.PicBot.Size = New System.Drawing.Size(100, 100)
Me.PicBot.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize
Me.PicBot.TabIndex = 50
Me.PicBot.TabStop = False
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(12, 681)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(47, 12)
Me.Label3.TabIndex = 51
Me.Label3.Text = "LvlInfo"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(146, 681)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(47, 12)
Me.Label4.TabIndex = 52
Me.Label4.Text = "LvlInfo"
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(280, 681)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(47, 12)
Me.Label5.TabIndex = 53
Me.Label5.Text = "LvlInfo"
'
'PicM0
'
Me.PicM0.BackColor = System.Drawing.Color.Transparent
Me.PicM0.Location = New System.Drawing.Point(14, 550)
Me.PicM0.Name = "PicM0"
Me.PicM0.Size = New System.Drawing.Size(128, 128)
Me.PicM0.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PicM0.TabIndex = 55
Me.PicM0.TabStop = False
'
'PicM1
'
Me.PicM1.BackColor = System.Drawing.Color.Transparent
Me.PicM1.Location = New System.Drawing.Point(148, 550)
Me.PicM1.Name = "PicM1"
Me.PicM1.Size = New System.Drawing.Size(128, 128)
Me.PicM1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PicM1.TabIndex = 56
Me.PicM1.TabStop = False
'
'PicM2
'
Me.PicM2.BackColor = System.Drawing.Color.Transparent
Me.PicM2.Location = New System.Drawing.Point(282, 550)
Me.PicM2.Name = "PicM2"
Me.PicM2.Size = New System.Drawing.Size(128, 128)
Me.PicM2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PicM2.TabIndex = 57
Me.PicM2.TabStop = False
'
'Timer2
'
Me.Timer2.Interval = 60
'
'Form1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(453, 284)
Me.Controls.Add(Me.PicM2)
Me.Controls.Add(Me.PicM1)
Me.Controls.Add(Me.PicM0)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.PicBot)
Me.Controls.Add(Me.Button8)
Me.Controls.Add(Me.ListBox2)
Me.Controls.Add(Me.ListBox1)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.TextBox9)
Me.Controls.Add(Me.Button4)
Me.Controls.Add(Me.GroupBox1)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.Button5)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.TrackBar1)
Me.Controls.Add(Me.GroupBox2)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "Form1"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "马里奥制造2关卡机器人 SMM2 Level Viewer v1.0"
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.GroupBox2.ResumeLayout(False)
Me.GroupBox2.PerformLayout()
CType(Me.TrackBar1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PicBot, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PicM0, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PicM1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PicM2, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Button1 As Button
Friend WithEvents TextBox1 As TextBox
Friend WithEvents TextBox2 As TextBox
Friend WithEvents TextBox3 As TextBox
Friend WithEvents TextBox4 As TextBox
Friend WithEvents Button2 As Button
Friend WithEvents GroupBox1 As GroupBox
Friend WithEvents Button4 As Button
Friend WithEvents TextBox9 As TextBox
Friend WithEvents Button5 As Button
Friend WithEvents GroupBox2 As GroupBox
Friend WithEvents Button8 As Button
Friend WithEvents TrackBar1 As TrackBar
Friend WithEvents Label1 As Label
Friend WithEvents ListBox1 As ListBox
Friend WithEvents ListBox2 As ListBox
Friend WithEvents Label2 As Label
Friend WithEvents PicBot As PictureBox
Friend WithEvents Label3 As Label
Friend WithEvents Label4 As Label
Friend WithEvents Label5 As Label
Friend WithEvents PicM0 As PictureBox
Friend WithEvents PicM1 As PictureBox
Friend WithEvents PicM2 As PictureBox
Friend WithEvents Timer2 As Timer
End Class