forked from JiXiaomai/SMM2LevelViewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathForm1.Designer.vb
More file actions
221 lines (217 loc) · 8.58 KB
/
Form1.Designer.vb
File metadata and controls
221 lines (217 loc) · 8.58 KB
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
<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.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.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.Timer1 = New System.Windows.Forms.Timer(Me.components)
Me.Label2 = New System.Windows.Forms.Label()
Me.PicBot = New System.Windows.Forms.PictureBox()
Me.GroupBox1.SuspendLayout()
CType(Me.TrackBar1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PicBot, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'TextBox1
'
Me.TextBox1.Location = New System.Drawing.Point(12, 10)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(206, 21)
Me.TextBox1.TabIndex = 1
Me.TextBox1.Text = "Drop *.BCD or *.LVL file"
'
'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, 496)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(100, 21)
Me.Button2.TabIndex = 19
Me.Button2.Text = "表世界"
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(13, 562)
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(455, 10)
Me.Button4.Name = "Button4"
Me.Button4.Size = New System.Drawing.Size(80, 21)
Me.Button4.TabIndex = 23
Me.Button4.Text = "保存图片"
Me.Button4.UseVisualStyleBackColor = True
'
'Button8
'
Me.Button8.Location = New System.Drawing.Point(118, 496)
Me.Button8.Name = "Button8"
Me.Button8.Size = New System.Drawing.Size(100, 21)
Me.Button8.TabIndex = 36
Me.Button8.Text = "里世界"
Me.Button8.UseVisualStyleBackColor = True
'
'TrackBar1
'
Me.TrackBar1.Location = New System.Drawing.Point(283, 5)
Me.TrackBar1.Maximum = 6
Me.TrackBar1.Minimum = 2
Me.TrackBar1.Name = "TrackBar1"
Me.TrackBar1.Size = New System.Drawing.Size(166, 45)
Me.TrackBar1.TabIndex = 39
Me.TrackBar1.Value = 4
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(224, 13)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(53, 12)
Me.Label1.TabIndex = 40
Me.Label1.Text = "缩放:16"
'
'ListBox1
'
Me.ListBox1.FormattingEnabled = True
Me.ListBox1.ItemHeight = 12
Me.ListBox1.Location = New System.Drawing.Point(12, 38)
Me.ListBox1.Name = "ListBox1"
Me.ListBox1.Size = New System.Drawing.Size(100, 448)
Me.ListBox1.TabIndex = 42
'
'ListBox2
'
Me.ListBox2.FormattingEnabled = True
Me.ListBox2.ItemHeight = 12
Me.ListBox2.Location = New System.Drawing.Point(118, 38)
Me.ListBox2.Name = "ListBox2"
Me.ListBox2.Size = New System.Drawing.Size(100, 448)
Me.ListBox2.TabIndex = 43
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(224, 53)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(419, 24)
Me.Label2.TabIndex = 48
Me.Label2.Text = "拖放*.BCD地图文件或*.LVL缓存文件自动加载" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Drag drop *. BCD map file or *. LVL cache file to load" &
" automatically."
'
'PicBot
'
Me.PicBot.BackColor = System.Drawing.Color.LightGray
Me.PicBot.Image = CType(resources.GetObject("PicBot.Image"), System.Drawing.Image)
Me.PicBot.Location = New System.Drawing.Point(1101, 0)
Me.PicBot.Name = "PicBot"
Me.PicBot.Size = New System.Drawing.Size(260, 760)
Me.PicBot.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize
Me.PicBot.TabIndex = 50
Me.PicBot.TabStop = False
Me.PicBot.Visible = False
'
'Form1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(653, 529)
Me.Controls.Add(Me.TextBox1)
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.Button4)
Me.Controls.Add(Me.GroupBox1)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.TrackBar1)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "Form1"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "马里奥制造2关卡查看器"
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
CType(Me.TrackBar1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PicBot, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
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 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 Timer1 As Timer
Friend WithEvents Label2 As Label
Friend WithEvents PicBot As PictureBox
End Class