This repository has been archived by the owner on Nov 4, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
frmMain.Designer.vb
689 lines (685 loc) · 31 KB
/
frmMain.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
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmMain
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()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMain))
Me.DataGridViewImageColumn1 = New System.Windows.Forms.DataGridViewImageColumn()
Me.Button1 = New System.Windows.Forms.Button()
Me.Button2 = New System.Windows.Forms.Button()
Me.Button3 = New System.Windows.Forms.Button()
Me.TabControl1 = New System.Windows.Forms.TabControl()
Me.TabPage1 = New System.Windows.Forms.TabPage()
Me.ComboBox2 = New System.Windows.Forms.ComboBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.PropertyGrid1 = New System.Windows.Forms.PropertyGrid()
Me.ComboBox1 = New System.Windows.Forms.ComboBox()
Me.TabPage6 = New System.Windows.Forms.TabPage()
Me.TextBox3 = New System.Windows.Forms.TextBox()
Me.Button25 = New System.Windows.Forms.Button()
Me.Button24 = New System.Windows.Forms.Button()
Me.PropertyGrid3 = New System.Windows.Forms.PropertyGrid()
Me.ComboBox3 = New System.Windows.Forms.ComboBox()
Me.TabPage2 = New System.Windows.Forms.TabPage()
Me.TextBox2 = New System.Windows.Forms.TextBox()
Me.TextBox1 = New System.Windows.Forms.TextBox()
Me.Label3 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.PropertyGrid2 = New System.Windows.Forms.PropertyGrid()
Me.TabControl2 = New System.Windows.Forms.TabControl()
Me.TabPage3 = New System.Windows.Forms.TabPage()
Me.Button16 = New System.Windows.Forms.Button()
Me.Button13 = New System.Windows.Forms.Button()
Me.Button14 = New System.Windows.Forms.Button()
Me.Button15 = New System.Windows.Forms.Button()
Me.Button11 = New System.Windows.Forms.Button()
Me.Button9 = New System.Windows.Forms.Button()
Me.Button8 = New System.Windows.Forms.Button()
Me.Button7 = New System.Windows.Forms.Button()
Me.Button6 = New System.Windows.Forms.Button()
Me.Button5 = New System.Windows.Forms.Button()
Me.Button4 = New System.Windows.Forms.Button()
Me.TabPage4 = New System.Windows.Forms.TabPage()
Me.Button23 = New System.Windows.Forms.Button()
Me.Button20 = New System.Windows.Forms.Button()
Me.Button21 = New System.Windows.Forms.Button()
Me.Button22 = New System.Windows.Forms.Button()
Me.Button17 = New System.Windows.Forms.Button()
Me.Button18 = New System.Windows.Forms.Button()
Me.Button19 = New System.Windows.Forms.Button()
Me.Button10 = New System.Windows.Forms.Button()
Me.ToolStripStatusLabel1 = New System.Windows.Forms.ToolStripStatusLabel()
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
Me.ToolStripStatusLabel2 = New System.Windows.Forms.ToolStripStatusLabel()
Me.ToolStripStatusLabel3 = New System.Windows.Forms.ToolStripStatusLabel()
Me.ToolStripStatusLabel4 = New System.Windows.Forms.ToolStripStatusLabel()
Me.MenuStrip1 = New System.Windows.Forms.MenuStrip()
Me.文件NToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.新建ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStripComboBox1 = New System.Windows.Forms.ToolStripSeparator()
Me.打开ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.保存ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.另存为ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripSeparator()
Me.导入IToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.BMMaker的bmpToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStripMenuItem2 = New System.Windows.Forms.ToolStripMenuItem()
Me.BMMakerBmpToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.编译为ms文件ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.关卡预览图ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
Me.退出ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.编辑EToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.删除DToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.工具TToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.标记编辑器SToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.填充区块FToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.Panel2 = New System.Windows.Forms.Panel()
Me.TabControl1.SuspendLayout()
Me.TabPage1.SuspendLayout()
Me.TabPage6.SuspendLayout()
Me.TabPage2.SuspendLayout()
Me.TabControl2.SuspendLayout()
Me.TabPage3.SuspendLayout()
Me.TabPage4.SuspendLayout()
Me.StatusStrip1.SuspendLayout()
Me.MenuStrip1.SuspendLayout()
Me.Panel1.SuspendLayout()
Me.SuspendLayout()
'
'DataGridViewImageColumn1
'
resources.ApplyResources(Me.DataGridViewImageColumn1, "DataGridViewImageColumn1")
Me.DataGridViewImageColumn1.Name = "DataGridViewImageColumn1"
Me.DataGridViewImageColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
Me.DataGridViewImageColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic
'
'Button1
'
resources.ApplyResources(Me.Button1, "Button1")
Me.Button1.Name = "Button1"
Me.Button1.UseVisualStyleBackColor = True
'
'Button2
'
resources.ApplyResources(Me.Button2, "Button2")
Me.Button2.Name = "Button2"
Me.Button2.UseVisualStyleBackColor = True
'
'Button3
'
resources.ApplyResources(Me.Button3, "Button3")
Me.Button3.Name = "Button3"
Me.Button3.UseVisualStyleBackColor = True
'
'TabControl1
'
resources.ApplyResources(Me.TabControl1, "TabControl1")
Me.TabControl1.Controls.Add(Me.TabPage1)
Me.TabControl1.Controls.Add(Me.TabPage6)
Me.TabControl1.Controls.Add(Me.TabPage2)
Me.TabControl1.Name = "TabControl1"
Me.TabControl1.SelectedIndex = 0
'
'TabPage1
'
Me.TabPage1.BackColor = System.Drawing.SystemColors.Control
Me.TabPage1.Controls.Add(Me.ComboBox2)
Me.TabPage1.Controls.Add(Me.Label1)
Me.TabPage1.Controls.Add(Me.PropertyGrid1)
Me.TabPage1.Controls.Add(Me.ComboBox1)
resources.ApplyResources(Me.TabPage1, "TabPage1")
Me.TabPage1.Name = "TabPage1"
'
'ComboBox2
'
Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.ComboBox2.FormattingEnabled = True
Me.ComboBox2.Items.AddRange(New Object() {resources.GetString("ComboBox2.Items"), resources.GetString("ComboBox2.Items1"), resources.GetString("ComboBox2.Items2"), resources.GetString("ComboBox2.Items3")})
resources.ApplyResources(Me.ComboBox2, "ComboBox2")
Me.ComboBox2.Name = "ComboBox2"
'
'Label1
'
resources.ApplyResources(Me.Label1, "Label1")
Me.Label1.Name = "Label1"
'
'PropertyGrid1
'
resources.ApplyResources(Me.PropertyGrid1, "PropertyGrid1")
Me.PropertyGrid1.Name = "PropertyGrid1"
'
'ComboBox1
'
Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.ComboBox1.FormattingEnabled = True
resources.ApplyResources(Me.ComboBox1, "ComboBox1")
Me.ComboBox1.Name = "ComboBox1"
'
'TabPage6
'
Me.TabPage6.Controls.Add(Me.TextBox3)
Me.TabPage6.Controls.Add(Me.Button25)
Me.TabPage6.Controls.Add(Me.Button24)
Me.TabPage6.Controls.Add(Me.PropertyGrid3)
Me.TabPage6.Controls.Add(Me.ComboBox3)
resources.ApplyResources(Me.TabPage6, "TabPage6")
Me.TabPage6.Name = "TabPage6"
Me.TabPage6.UseVisualStyleBackColor = True
'
'TextBox3
'
resources.ApplyResources(Me.TextBox3, "TextBox3")
Me.TextBox3.Name = "TextBox3"
'
'Button25
'
resources.ApplyResources(Me.Button25, "Button25")
Me.Button25.Name = "Button25"
Me.Button25.UseVisualStyleBackColor = True
'
'Button24
'
resources.ApplyResources(Me.Button24, "Button24")
Me.Button24.Name = "Button24"
Me.Button24.UseVisualStyleBackColor = True
'
'PropertyGrid3
'
resources.ApplyResources(Me.PropertyGrid3, "PropertyGrid3")
Me.PropertyGrid3.Name = "PropertyGrid3"
'
'ComboBox3
'
Me.ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.ComboBox3.FormattingEnabled = True
resources.ApplyResources(Me.ComboBox3, "ComboBox3")
Me.ComboBox3.Name = "ComboBox3"
'
'TabPage2
'
Me.TabPage2.BackColor = System.Drawing.SystemColors.Control
Me.TabPage2.Controls.Add(Me.TextBox2)
Me.TabPage2.Controls.Add(Me.TextBox1)
Me.TabPage2.Controls.Add(Me.Label3)
Me.TabPage2.Controls.Add(Me.Label2)
Me.TabPage2.Controls.Add(Me.PropertyGrid2)
resources.ApplyResources(Me.TabPage2, "TabPage2")
Me.TabPage2.Name = "TabPage2"
'
'TextBox2
'
resources.ApplyResources(Me.TextBox2, "TextBox2")
Me.TextBox2.Name = "TextBox2"
'
'TextBox1
'
resources.ApplyResources(Me.TextBox1, "TextBox1")
Me.TextBox1.Name = "TextBox1"
'
'Label3
'
resources.ApplyResources(Me.Label3, "Label3")
Me.Label3.Name = "Label3"
'
'Label2
'
resources.ApplyResources(Me.Label2, "Label2")
Me.Label2.Name = "Label2"
'
'PropertyGrid2
'
resources.ApplyResources(Me.PropertyGrid2, "PropertyGrid2")
Me.PropertyGrid2.Name = "PropertyGrid2"
'
'TabControl2
'
resources.ApplyResources(Me.TabControl2, "TabControl2")
Me.TabControl2.Controls.Add(Me.TabPage3)
Me.TabControl2.Controls.Add(Me.TabPage4)
Me.TabControl2.Name = "TabControl2"
Me.TabControl2.SelectedIndex = 0
'
'TabPage3
'
Me.TabPage3.BackColor = System.Drawing.SystemColors.Control
Me.TabPage3.Controls.Add(Me.Button16)
Me.TabPage3.Controls.Add(Me.Button13)
Me.TabPage3.Controls.Add(Me.Button14)
Me.TabPage3.Controls.Add(Me.Button15)
Me.TabPage3.Controls.Add(Me.Button11)
Me.TabPage3.Controls.Add(Me.Button9)
Me.TabPage3.Controls.Add(Me.Button8)
Me.TabPage3.Controls.Add(Me.Button7)
Me.TabPage3.Controls.Add(Me.Button6)
Me.TabPage3.Controls.Add(Me.Button5)
Me.TabPage3.Controls.Add(Me.Button4)
resources.ApplyResources(Me.TabPage3, "TabPage3")
Me.TabPage3.Name = "TabPage3"
'
'Button16
'
resources.ApplyResources(Me.Button16, "Button16")
Me.Button16.BackColor = System.Drawing.SystemColors.Control
Me.Button16.Name = "Button16"
Me.Button16.UseVisualStyleBackColor = False
'
'Button13
'
resources.ApplyResources(Me.Button13, "Button13")
Me.Button13.BackColor = System.Drawing.SystemColors.Control
Me.Button13.Name = "Button13"
Me.Button13.UseVisualStyleBackColor = False
'
'Button14
'
resources.ApplyResources(Me.Button14, "Button14")
Me.Button14.BackColor = System.Drawing.SystemColors.Control
Me.Button14.Name = "Button14"
Me.Button14.UseVisualStyleBackColor = False
'
'Button15
'
resources.ApplyResources(Me.Button15, "Button15")
Me.Button15.BackColor = System.Drawing.SystemColors.Control
Me.Button15.Name = "Button15"
Me.Button15.UseVisualStyleBackColor = False
'
'Button11
'
resources.ApplyResources(Me.Button11, "Button11")
Me.Button11.BackColor = System.Drawing.SystemColors.Control
Me.Button11.Name = "Button11"
Me.Button11.UseVisualStyleBackColor = False
'
'Button9
'
resources.ApplyResources(Me.Button9, "Button9")
Me.Button9.BackColor = System.Drawing.SystemColors.Control
Me.Button9.Name = "Button9"
Me.Button9.UseVisualStyleBackColor = False
'
'Button8
'
resources.ApplyResources(Me.Button8, "Button8")
Me.Button8.BackColor = System.Drawing.SystemColors.Control
Me.Button8.Name = "Button8"
Me.Button8.UseVisualStyleBackColor = False
'
'Button7
'
resources.ApplyResources(Me.Button7, "Button7")
Me.Button7.BackColor = System.Drawing.SystemColors.Control
Me.Button7.Name = "Button7"
Me.Button7.UseVisualStyleBackColor = False
'
'Button6
'
resources.ApplyResources(Me.Button6, "Button6")
Me.Button6.BackColor = System.Drawing.SystemColors.Control
Me.Button6.Name = "Button6"
Me.Button6.UseVisualStyleBackColor = False
'
'Button5
'
resources.ApplyResources(Me.Button5, "Button5")
Me.Button5.BackColor = System.Drawing.SystemColors.Control
Me.Button5.Name = "Button5"
Me.Button5.UseVisualStyleBackColor = False
'
'Button4
'
resources.ApplyResources(Me.Button4, "Button4")
Me.Button4.BackColor = System.Drawing.SystemColors.Control
Me.Button4.Name = "Button4"
Me.Button4.UseVisualStyleBackColor = False
'
'TabPage4
'
Me.TabPage4.BackColor = System.Drawing.SystemColors.Control
Me.TabPage4.Controls.Add(Me.Button23)
Me.TabPage4.Controls.Add(Me.Button20)
Me.TabPage4.Controls.Add(Me.Button21)
Me.TabPage4.Controls.Add(Me.Button22)
Me.TabPage4.Controls.Add(Me.Button17)
Me.TabPage4.Controls.Add(Me.Button18)
Me.TabPage4.Controls.Add(Me.Button19)
resources.ApplyResources(Me.TabPage4, "TabPage4")
Me.TabPage4.Name = "TabPage4"
'
'Button23
'
resources.ApplyResources(Me.Button23, "Button23")
Me.Button23.BackColor = System.Drawing.SystemColors.Control
Me.Button23.Name = "Button23"
Me.Button23.UseVisualStyleBackColor = False
'
'Button20
'
resources.ApplyResources(Me.Button20, "Button20")
Me.Button20.BackColor = System.Drawing.SystemColors.Control
Me.Button20.Name = "Button20"
Me.Button20.UseVisualStyleBackColor = False
'
'Button21
'
resources.ApplyResources(Me.Button21, "Button21")
Me.Button21.BackColor = System.Drawing.SystemColors.Control
Me.Button21.Name = "Button21"
Me.Button21.UseVisualStyleBackColor = False
'
'Button22
'
resources.ApplyResources(Me.Button22, "Button22")
Me.Button22.BackColor = System.Drawing.SystemColors.Control
Me.Button22.Name = "Button22"
Me.Button22.UseVisualStyleBackColor = False
'
'Button17
'
resources.ApplyResources(Me.Button17, "Button17")
Me.Button17.BackColor = System.Drawing.SystemColors.Control
Me.Button17.Name = "Button17"
Me.Button17.UseVisualStyleBackColor = False
'
'Button18
'
resources.ApplyResources(Me.Button18, "Button18")
Me.Button18.BackColor = System.Drawing.SystemColors.Control
Me.Button18.Name = "Button18"
Me.Button18.UseVisualStyleBackColor = False
'
'Button19
'
resources.ApplyResources(Me.Button19, "Button19")
Me.Button19.BackColor = System.Drawing.SystemColors.Control
Me.Button19.Name = "Button19"
Me.Button19.UseVisualStyleBackColor = False
'
'Button10
'
Me.Button10.BackColor = System.Drawing.SystemColors.Control
resources.ApplyResources(Me.Button10, "Button10")
Me.Button10.Name = "Button10"
Me.Button10.UseVisualStyleBackColor = False
'
'ToolStripStatusLabel1
'
Me.ToolStripStatusLabel1.Name = "ToolStripStatusLabel1"
resources.ApplyResources(Me.ToolStripStatusLabel1, "ToolStripStatusLabel1")
'
'StatusStrip1
'
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripStatusLabel1, Me.ToolStripStatusLabel2, Me.ToolStripStatusLabel3, Me.ToolStripStatusLabel4})
resources.ApplyResources(Me.StatusStrip1, "StatusStrip1")
Me.StatusStrip1.Name = "StatusStrip1"
'
'ToolStripStatusLabel2
'
Me.ToolStripStatusLabel2.Name = "ToolStripStatusLabel2"
resources.ApplyResources(Me.ToolStripStatusLabel2, "ToolStripStatusLabel2")
'
'ToolStripStatusLabel3
'
Me.ToolStripStatusLabel3.Name = "ToolStripStatusLabel3"
resources.ApplyResources(Me.ToolStripStatusLabel3, "ToolStripStatusLabel3")
'
'ToolStripStatusLabel4
'
Me.ToolStripStatusLabel4.Name = "ToolStripStatusLabel4"
resources.ApplyResources(Me.ToolStripStatusLabel4, "ToolStripStatusLabel4")
'
'MenuStrip1
'
Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.文件NToolStripMenuItem, Me.编辑EToolStripMenuItem, Me.工具TToolStripMenuItem})
resources.ApplyResources(Me.MenuStrip1, "MenuStrip1")
Me.MenuStrip1.Name = "MenuStrip1"
'
'文件NToolStripMenuItem
'
Me.文件NToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.新建ToolStripMenuItem, Me.ToolStripComboBox1, Me.打开ToolStripMenuItem, Me.保存ToolStripMenuItem, Me.另存为ToolStripMenuItem, Me.ToolStripMenuItem1, Me.导入IToolStripMenuItem, Me.ToolStripMenuItem2, Me.ToolStripSeparator1, Me.退出ToolStripMenuItem})
Me.文件NToolStripMenuItem.Name = "文件NToolStripMenuItem"
resources.ApplyResources(Me.文件NToolStripMenuItem, "文件NToolStripMenuItem")
'
'新建ToolStripMenuItem
'
Me.新建ToolStripMenuItem.Name = "新建ToolStripMenuItem"
resources.ApplyResources(Me.新建ToolStripMenuItem, "新建ToolStripMenuItem")
'
'ToolStripComboBox1
'
Me.ToolStripComboBox1.Name = "ToolStripComboBox1"
resources.ApplyResources(Me.ToolStripComboBox1, "ToolStripComboBox1")
'
'打开ToolStripMenuItem
'
Me.打开ToolStripMenuItem.Name = "打开ToolStripMenuItem"
resources.ApplyResources(Me.打开ToolStripMenuItem, "打开ToolStripMenuItem")
'
'保存ToolStripMenuItem
'
Me.保存ToolStripMenuItem.Name = "保存ToolStripMenuItem"
resources.ApplyResources(Me.保存ToolStripMenuItem, "保存ToolStripMenuItem")
'
'另存为ToolStripMenuItem
'
Me.另存为ToolStripMenuItem.Name = "另存为ToolStripMenuItem"
resources.ApplyResources(Me.另存为ToolStripMenuItem, "另存为ToolStripMenuItem")
'
'ToolStripMenuItem1
'
Me.ToolStripMenuItem1.Name = "ToolStripMenuItem1"
resources.ApplyResources(Me.ToolStripMenuItem1, "ToolStripMenuItem1")
'
'导入IToolStripMenuItem
'
Me.导入IToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BMMaker的bmpToolStripMenuItem})
Me.导入IToolStripMenuItem.Name = "导入IToolStripMenuItem"
resources.ApplyResources(Me.导入IToolStripMenuItem, "导入IToolStripMenuItem")
'
'BMMaker的bmpToolStripMenuItem
'
Me.BMMaker的bmpToolStripMenuItem.Name = "BMMaker的bmpToolStripMenuItem"
resources.ApplyResources(Me.BMMaker的bmpToolStripMenuItem, "BMMaker的bmpToolStripMenuItem")
'
'ToolStripMenuItem2
'
Me.ToolStripMenuItem2.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BMMakerBmpToolStripMenuItem, Me.编译为ms文件ToolStripMenuItem, Me.关卡预览图ToolStripMenuItem})
Me.ToolStripMenuItem2.Name = "ToolStripMenuItem2"
resources.ApplyResources(Me.ToolStripMenuItem2, "ToolStripMenuItem2")
'
'BMMakerBmpToolStripMenuItem
'
Me.BMMakerBmpToolStripMenuItem.Name = "BMMakerBmpToolStripMenuItem"
resources.ApplyResources(Me.BMMakerBmpToolStripMenuItem, "BMMakerBmpToolStripMenuItem")
'
'编译为ms文件ToolStripMenuItem
'
Me.编译为ms文件ToolStripMenuItem.Name = "编译为ms文件ToolStripMenuItem"
resources.ApplyResources(Me.编译为ms文件ToolStripMenuItem, "编译为ms文件ToolStripMenuItem")
'
'关卡预览图ToolStripMenuItem
'
Me.关卡预览图ToolStripMenuItem.Name = "关卡预览图ToolStripMenuItem"
resources.ApplyResources(Me.关卡预览图ToolStripMenuItem, "关卡预览图ToolStripMenuItem")
'
'ToolStripSeparator1
'
Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
resources.ApplyResources(Me.ToolStripSeparator1, "ToolStripSeparator1")
'
'退出ToolStripMenuItem
'
Me.退出ToolStripMenuItem.Name = "退出ToolStripMenuItem"
resources.ApplyResources(Me.退出ToolStripMenuItem, "退出ToolStripMenuItem")
'
'编辑EToolStripMenuItem
'
Me.编辑EToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.删除DToolStripMenuItem})
Me.编辑EToolStripMenuItem.Name = "编辑EToolStripMenuItem"
resources.ApplyResources(Me.编辑EToolStripMenuItem, "编辑EToolStripMenuItem")
'
'删除DToolStripMenuItem
'
Me.删除DToolStripMenuItem.Name = "删除DToolStripMenuItem"
resources.ApplyResources(Me.删除DToolStripMenuItem, "删除DToolStripMenuItem")
'
'工具TToolStripMenuItem
'
Me.工具TToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.标记编辑器SToolStripMenuItem, Me.填充区块FToolStripMenuItem})
Me.工具TToolStripMenuItem.Name = "工具TToolStripMenuItem"
resources.ApplyResources(Me.工具TToolStripMenuItem, "工具TToolStripMenuItem")
'
'标记编辑器SToolStripMenuItem
'
Me.标记编辑器SToolStripMenuItem.Name = "标记编辑器SToolStripMenuItem"
resources.ApplyResources(Me.标记编辑器SToolStripMenuItem, "标记编辑器SToolStripMenuItem")
'
'填充区块FToolStripMenuItem
'
Me.填充区块FToolStripMenuItem.Name = "填充区块FToolStripMenuItem"
resources.ApplyResources(Me.填充区块FToolStripMenuItem, "填充区块FToolStripMenuItem")
'
'OpenFileDialog1
'
Me.OpenFileDialog1.FileName = "OpenFileDialog1"
'
'Panel1
'
resources.ApplyResources(Me.Panel1, "Panel1")
Me.Panel1.Controls.Add(Me.Panel2)
Me.Panel1.Name = "Panel1"
'
'Panel2
'
resources.ApplyResources(Me.Panel2, "Panel2")
Me.Panel2.BackColor = System.Drawing.Color.White
Me.Panel2.Name = "Panel2"
'
'frmMain
'
resources.ApplyResources(Me, "$this")
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.Controls.Add(Me.Button10)
Me.Controls.Add(Me.TabControl2)
Me.Controls.Add(Me.TabControl1)
Me.Controls.Add(Me.StatusStrip1)
Me.Controls.Add(Me.MenuStrip1)
Me.Controls.Add(Me.Button3)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.Panel1)
Me.MainMenuStrip = Me.MenuStrip1
Me.Name = "frmMain"
Me.TabControl1.ResumeLayout(False)
Me.TabPage1.ResumeLayout(False)
Me.TabPage1.PerformLayout()
Me.TabPage6.ResumeLayout(False)
Me.TabPage6.PerformLayout()
Me.TabPage2.ResumeLayout(False)
Me.TabPage2.PerformLayout()
Me.TabControl2.ResumeLayout(False)
Me.TabPage3.ResumeLayout(False)
Me.TabPage4.ResumeLayout(False)
Me.StatusStrip1.ResumeLayout(False)
Me.StatusStrip1.PerformLayout()
Me.MenuStrip1.ResumeLayout(False)
Me.MenuStrip1.PerformLayout()
Me.Panel1.ResumeLayout(False)
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents DataGridViewImageColumn1 As System.Windows.Forms.DataGridViewImageColumn
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents Button2 As System.Windows.Forms.Button
Friend WithEvents Button3 As System.Windows.Forms.Button
Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
Friend WithEvents TabControl2 As System.Windows.Forms.TabControl
Friend WithEvents TabPage3 As System.Windows.Forms.TabPage
Friend WithEvents TabPage4 As System.Windows.Forms.TabPage
Friend WithEvents Button16 As System.Windows.Forms.Button
Friend WithEvents Button13 As System.Windows.Forms.Button
Friend WithEvents Button14 As System.Windows.Forms.Button
Friend WithEvents Button15 As System.Windows.Forms.Button
Friend WithEvents Button11 As System.Windows.Forms.Button
Friend WithEvents Button9 As System.Windows.Forms.Button
Friend WithEvents Button8 As System.Windows.Forms.Button
Friend WithEvents Button7 As System.Windows.Forms.Button
Friend WithEvents Button6 As System.Windows.Forms.Button
Friend WithEvents Button5 As System.Windows.Forms.Button
Friend WithEvents Button4 As System.Windows.Forms.Button
Friend WithEvents Button10 As System.Windows.Forms.Button
Friend WithEvents Button23 As System.Windows.Forms.Button
Friend WithEvents Button20 As System.Windows.Forms.Button
Friend WithEvents Button21 As System.Windows.Forms.Button
Friend WithEvents Button22 As System.Windows.Forms.Button
Friend WithEvents Button17 As System.Windows.Forms.Button
Friend WithEvents Button18 As System.Windows.Forms.Button
Friend WithEvents Button19 As System.Windows.Forms.Button
Friend WithEvents ToolStripStatusLabel1 As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
Friend WithEvents ToolStripStatusLabel2 As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox
Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip
Friend WithEvents 文件NToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents 新建ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents 保存ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents 打开ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents 编辑EToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents ToolStripComboBox1 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog
Friend WithEvents SaveFileDialog1 As System.Windows.Forms.SaveFileDialog
Friend WithEvents 另存为ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents 退出ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents PropertyGrid1 As System.Windows.Forms.PropertyGrid
Friend WithEvents PropertyGrid2 As System.Windows.Forms.PropertyGrid
Friend WithEvents 工具TToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents 标记编辑器SToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents 填充区块FToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents ComboBox2 As System.Windows.Forms.ComboBox
Friend WithEvents ToolStripMenuItem1 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents 导入IToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents BMMaker的bmpToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents 删除DToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents TabPage6 As System.Windows.Forms.TabPage
Friend WithEvents Button25 As System.Windows.Forms.Button
Friend WithEvents Button24 As System.Windows.Forms.Button
Friend WithEvents PropertyGrid3 As System.Windows.Forms.PropertyGrid
Friend WithEvents ComboBox3 As System.Windows.Forms.ComboBox
Friend WithEvents TextBox3 As System.Windows.Forms.TextBox
Friend WithEvents ToolStripStatusLabel3 As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents Panel1 As System.Windows.Forms.Panel
Friend WithEvents ToolStripMenuItem2 As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents BMMakerBmpToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents 编译为ms文件ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents 关卡预览图ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents Panel2 As System.Windows.Forms.Panel
Friend WithEvents ToolStripStatusLabel4 As System.Windows.Forms.ToolStripStatusLabel
End Class