diff --git a/Tomodachi-Life-Save-Editor/Form1.Designer.vb b/Tomodachi-Life-Save-Editor/Form1.Designer.vb
index c71cff2..9feb2e7 100644
--- a/Tomodachi-Life-Save-Editor/Form1.Designer.vb
+++ b/Tomodachi-Life-Save-Editor/Form1.Designer.vb
@@ -4604,7 +4604,7 @@ Partial Class TL_SaveEditor
Me.Changelog.Name = "Changelog"
Me.Changelog.Size = New System.Drawing.Size(518, 392)
Me.Changelog.TabIndex = 1
- Me.Changelog.Text = "Fix reading of Island's address" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Add tuto to found save file with Citra Emulator"
+ Me.Changelog.Text = "Fix reading of Island's address"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"Add tuto to found save file with Citra Emulator"
Me.Changelog.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'Text_TLSE_version
diff --git a/Tomodachi-Life-Save-Editor/Form1.resx b/Tomodachi-Life-Save-Editor/Form1.resx
index 8e77c5f..aaef3b7 100644
--- a/Tomodachi-Life-Save-Editor/Form1.resx
+++ b/Tomodachi-Life-Save-Editor/Form1.resx
@@ -178,7 +178,7 @@
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAABo
- DQAAAk1TRnQBSQFMAgEBBgEAATgBCAE4AQgBEAEAARABAAT/ASEBAAj/AUIBTQE2BwABNgMAASgDAAFA
+ DQAAAk1TRnQBSQFMAgEBBgEAAWABCAFgAQgBEAEAARABAAT/ASEBAAj/AUIBTQE2BwABNgMAASgDAAFA
AwABIAMAAQEBAAEgBgABIBYAA18B4AMWAR70AANcAd8DQAH9AVgBWQFYAeMBVwFcAVcB3wFXAlwB3wMt
AUboAAMhATADWQHyAcUBywHKAf8B0gLTAf8BpQKpAf8DYAHeAVkCXAHPAzcBW+QAA1gB7wHUAt0B/wH3
AvgB/wHQAtEB/wGlAqcB/wEAAYABAAH/AVsCXwHbAzoBYC8AAf8BjwGRAYAB/wGPAZEBAAH/AZABkQGA
diff --git a/Tomodachi-Life-Save-Editor/Form1.vb b/Tomodachi-Life-Save-Editor/Form1.vb
index 99267e9..c34538d 100644
--- a/Tomodachi-Life-Save-Editor/Form1.vb
+++ b/Tomodachi-Life-Save-Editor/Form1.vb
@@ -34846,7 +34846,7 @@ Public Class TL_SaveEditor
TLSE_dialog.ShowDialog()
End If
If Select_language.SelectedItem = Select_language.Items.Item(1) Then
- TLSE_dialog.Text_TLSE_dialog.Text = "Cette interaction à été extraite avec succès"
+ TLSE_dialog.Text_TLSE_dialog.Text = "Cette interaction a été extraite avec succès"
TLSE_dialog.ShowDialog()
End If
End If
diff --git a/Tomodachi-Life-Save-Editor/Items_edit.vb b/Tomodachi-Life-Save-Editor/Items_edit.vb
index bcb4ac0..a731079 100644
--- a/Tomodachi-Life-Save-Editor/Items_edit.vb
+++ b/Tomodachi-Life-Save-Editor/Items_edit.vb
@@ -8108,12 +8108,22 @@ Public Class Items_edit
TL_SaveEditor.Show()
Catch ex As Exception
If TL_SaveEditor.Select_language.SelectedItem = TL_SaveEditor.Select_language.Items.Item(0) Then
- TLSE_dialog.Text_TLSE_dialog.Text = "An error has occured when writing editing of items, please report this issue"
- TLSE_dialog.ShowDialog()
+ If TL_SaveEditor.Text_menu_save.Visible = True Then
+ TLSE_dialog.Text_TLSE_dialog.Text = "An error has occured when writing editing of items, (you have opened a save file) please report this issue"
+ TLSE_dialog.ShowDialog()
+ Else
+ TLSE_dialog.Text_TLSE_dialog.Text = "An error has occured when writing editing of items, open a save file (savedataArc.txt) first and retry"
+ TLSE_dialog.ShowDialog()
+ End If
End If
If TL_SaveEditor.Select_language.SelectedItem = TL_SaveEditor.Select_language.Items.Item(1) Then
- TLSE_dialog.Text_TLSE_dialog.Text = "Une erreur est survenue lors de l'écriture de l'édition des objets, veuillez signaler cet erreur s'il vous plaît"
- TLSE_dialog.ShowDialog()
+ If TL_SaveEditor.Text_menu_save.Visible = True Then
+ TLSE_dialog.Text_TLSE_dialog.Text = "Une erreur est survenue lors de l'écriture de l'édition des objets, (vous avez ouvert une sauvegarde) veuillez signaler cet erreur s'il vous plaît"
+ TLSE_dialog.ShowDialog()
+ Else
+ TLSE_dialog.Text_TLSE_dialog.Text = "Une erreur est survenue lors de l'écriture de l'édition des objets, ouvrir un fichier de sauvegarde (savedataArc.txt) avant et réessayez"
+ TLSE_dialog.ShowDialog()
+ End If
End If
End Try
End Sub
diff --git a/Tomodachi-Life-Save-Editor/My Project/Resources.Designer.vb b/Tomodachi-Life-Save-Editor/My Project/Resources.Designer.vb
index 7bc5603..36ff193 100644
--- a/Tomodachi-Life-Save-Editor/My Project/Resources.Designer.vb
+++ b/Tomodachi-Life-Save-Editor/My Project/Resources.Designer.vb
@@ -3230,6 +3230,16 @@ Namespace My.Resources
End Get
End Property
+ '''
+ ''' Recherche une ressource localisée de type System.Drawing.Bitmap.
+ '''
+ Friend ReadOnly Property icon_extracttravelers() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("icon_extracttravelers", resourceCulture)
+ Return CType(obj,System.Drawing.Bitmap)
+ End Get
+ End Property
+
'''
''' Recherche une ressource localisée de type System.Drawing.Bitmap.
'''
@@ -3280,6 +3290,16 @@ Namespace My.Resources
End Get
End Property
+ '''
+ ''' Recherche une ressource localisée de type System.Drawing.Bitmap.
+ '''
+ Friend ReadOnly Property icon_importtravelers() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("icon_importtravelers", resourceCulture)
+ Return CType(obj,System.Drawing.Bitmap)
+ End Get
+ End Property
+
'''
''' Recherche une ressource localisée de type System.Drawing.Bitmap.
'''
@@ -3510,6 +3530,16 @@ Namespace My.Resources
End Get
End Property
+ '''
+ ''' Recherche une ressource localisée de type System.Drawing.Bitmap.
+ '''
+ Friend ReadOnly Property Icon_reusetravelers() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("Icon_reusetravelers", resourceCulture)
+ Return CType(obj,System.Drawing.Bitmap)
+ End Get
+ End Property
+
'''
''' Recherche une ressource localisée de type System.Drawing.Bitmap.
'''
@@ -3570,6 +3600,16 @@ Namespace My.Resources
End Get
End Property
+ '''
+ ''' Recherche une ressource localisée de type System.Drawing.Bitmap.
+ '''
+ Friend ReadOnly Property icon_tent() As System.Drawing.Bitmap
+ Get
+ Dim obj As Object = ResourceManager.GetObject("icon_tent", resourceCulture)
+ Return CType(obj,System.Drawing.Bitmap)
+ End Get
+ End Property
+
'''
''' Recherche une ressource localisée de type System.Drawing.Bitmap.
'''
diff --git a/Tomodachi-Life-Save-Editor/My Project/Resources.resx b/Tomodachi-Life-Save-Editor/My Project/Resources.resx
index 1e11bb4..ddd2406 100644
--- a/Tomodachi-Life-Save-Editor/My Project/Resources.resx
+++ b/Tomodachi-Life-Save-Editor/My Project/Resources.resx
@@ -244,6 +244,9 @@
..\Resources\exp24.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\EU_gooditems_04.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
..\Resources\exp59.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -277,6 +280,9 @@
..\Resources\EU_spef_14.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\Icon_reusetravelers.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
..\Resources\EU_spef_27.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -355,6 +361,9 @@
..\Resources\EU_gooditems_12.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\icon_extracttravelers.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
..\Resources\HCBE.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -652,8 +661,8 @@
..\Resources\exp95.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\message2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\exp84.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\apartment_pink.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -724,6 +733,9 @@
..\Resources\exp5.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\brocn.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
..\Resources\HC84.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -742,9 +754,6 @@
..\Resources\color_vert.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\bg_apartment.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\Resources\fullness_00.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -775,9 +784,6 @@
..\Resources\exp80.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\ranking_boycharmn.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\Resources\classem.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -814,6 +820,9 @@
..\Resources\close_red.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\EU_spef_25.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
..\Resources\EU_spef_01.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -880,6 +889,9 @@
..\Resources\grown-up.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\message2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
..\Resources\repair_save.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -919,6 +931,9 @@
..\Resources\exp27.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\icon_importtravelers.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
..\Resources\exp56.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -937,9 +952,6 @@
..\Resources\EU_gooditems_01.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\CKPT_selecttomodachi.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\Resources\deco.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -1063,8 +1075,8 @@
..\Resources\EU_gooditems_05.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\chapn.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\EU_spef_09.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\exp42.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -1177,8 +1189,8 @@
..\Resources\exp35.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\apartment_out.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\bg_apartment.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\apartment_phone.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -1204,8 +1216,8 @@
..\Resources\Travelers_received.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\EU_spef_09.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\apartment_out.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\EU_spef_28.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -1222,6 +1234,9 @@
..\Resources\exp19.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\Cit_opensaveloc.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
..\Resources\bg_concert.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -1246,9 +1261,6 @@
..\Resources\exp0.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\exp84.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\Resources\ranking_traveleri.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -1309,8 +1321,8 @@
..\Resources\icon_clothes.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\brocn.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\chapn.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\icon_return.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -1333,8 +1345,8 @@
..\Resources\tervague.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\EU_gooditems_13.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\ranking_boycharmn.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\classn.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -1438,8 +1450,8 @@
..\Resources\TLSE_title.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\EU_gooditems_04.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\EU_gooditems_13.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\ranking_vitalityn.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -1462,8 +1474,8 @@
..\Resources\CKPT_launch.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\EU_spef_25.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\CKPT_selecttomodachi.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\exp11.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -1483,7 +1495,7 @@
..\Resources\0900.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\Cit_opensaveloc.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ ..\Resources\icon_tent.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
\ No newline at end of file
diff --git a/Tomodachi-Life-Save-Editor/Resources/Icon_reusetravelers.png b/Tomodachi-Life-Save-Editor/Resources/Icon_reusetravelers.png
new file mode 100644
index 0000000..1b2d1f7
Binary files /dev/null and b/Tomodachi-Life-Save-Editor/Resources/Icon_reusetravelers.png differ
diff --git a/Tomodachi-Life-Save-Editor/Resources/icon_extracttravelers.png b/Tomodachi-Life-Save-Editor/Resources/icon_extracttravelers.png
new file mode 100644
index 0000000..445b74a
Binary files /dev/null and b/Tomodachi-Life-Save-Editor/Resources/icon_extracttravelers.png differ
diff --git a/Tomodachi-Life-Save-Editor/Resources/icon_importtravelers.png b/Tomodachi-Life-Save-Editor/Resources/icon_importtravelers.png
new file mode 100644
index 0000000..703a732
Binary files /dev/null and b/Tomodachi-Life-Save-Editor/Resources/icon_importtravelers.png differ
diff --git a/Tomodachi-Life-Save-Editor/Resources/icon_tent.png b/Tomodachi-Life-Save-Editor/Resources/icon_tent.png
new file mode 100644
index 0000000..3d2c449
Binary files /dev/null and b/Tomodachi-Life-Save-Editor/Resources/icon_tent.png differ
diff --git a/Tomodachi-Life-Save-Editor/Tomodachi-Life-Save-Editor.vbproj b/Tomodachi-Life-Save-Editor/Tomodachi-Life-Save-Editor.vbproj
index 533a93f..93b6485 100644
--- a/Tomodachi-Life-Save-Editor/Tomodachi-Life-Save-Editor.vbproj
+++ b/Tomodachi-Life-Save-Editor/Tomodachi-Life-Save-Editor.vbproj
@@ -1318,6 +1318,10 @@
+
+
+
+
diff --git a/Tomodachi-Life-Save-Editor/Travelers_edit.Designer.vb b/Tomodachi-Life-Save-Editor/Travelers_edit.Designer.vb
index 88bd2ee..845bdd3 100644
--- a/Tomodachi-Life-Save-Editor/Travelers_edit.Designer.vb
+++ b/Tomodachi-Life-Save-Editor/Travelers_edit.Designer.vb
@@ -52,6 +52,54 @@ Partial Class Travelers_edit
Me.PictureBox4 = New System.Windows.Forms.PictureBox()
Me.PictureBox5 = New System.Windows.Forms.PictureBox()
Me.PictureBox6 = New System.Windows.Forms.PictureBox()
+ Me.TabControl1 = New System.Windows.Forms.TabControl()
+ Me.TabPage1 = New System.Windows.Forms.TabPage()
+ Me.valu_tent = New System.Windows.Forms.NumericUpDown()
+ Me.PictureBox10 = New System.Windows.Forms.PictureBox()
+ Me.PictureBox9 = New System.Windows.Forms.PictureBox()
+ Me.Fea_reusetravelers = New System.Windows.Forms.PictureBox()
+ Me.Text_globaltravelers = New System.Windows.Forms.TextBox()
+ Me.PictureBox8 = New System.Windows.Forms.PictureBox()
+ Me.PictureBox7 = New System.Windows.Forms.PictureBox()
+ Me.Fea_extractravelers = New System.Windows.Forms.PictureBox()
+ Me.Fea_importravelers = New System.Windows.Forms.PictureBox()
+ Me.TabPage2 = New System.Windows.Forms.TabPage()
+ Me.valu_lastdatetraveler = New System.Windows.Forms.NumericUpDown()
+ Me.Title_lastdatesave = New System.Windows.Forms.Label()
+ Me.Label3 = New System.Windows.Forms.Label()
+ Me.valu_unknow_4 = New System.Windows.Forms.NumericUpDown()
+ Me.Label5 = New System.Windows.Forms.Label()
+ Me.valu_unknow_3 = New System.Windows.Forms.NumericUpDown()
+ Me.Label6 = New System.Windows.Forms.Label()
+ Me.valu_unknow_7 = New System.Windows.Forms.NumericUpDown()
+ Me.Label1 = New System.Windows.Forms.Label()
+ Me.valu_unknow_1 = New System.Windows.Forms.NumericUpDown()
+ Me.Label2 = New System.Windows.Forms.Label()
+ Me.valu_unknow_5 = New System.Windows.Forms.NumericUpDown()
+ Me.Label7 = New System.Windows.Forms.Label()
+ Me.valu_unknow_2 = New System.Windows.Forms.NumericUpDown()
+ Me.Label8 = New System.Windows.Forms.Label()
+ Me.valu_unknow_6 = New System.Windows.Forms.NumericUpDown()
+ Me.Title_target2 = New System.Windows.Forms.Label()
+ Me.Title_target1 = New System.Windows.Forms.Label()
+ Me.Panel_target2 = New System.Windows.Forms.Panel()
+ Me.valu_target2 = New System.Windows.Forms.NumericUpDown()
+ Me.Select_target2 = New System.Windows.Forms.ComboBox()
+ Me.Panel_target1 = New System.Windows.Forms.Panel()
+ Me.valu_target1 = New System.Windows.Forms.NumericUpDown()
+ Me.Select_target1 = New System.Windows.Forms.ComboBox()
+ Me.Panel_target1_foods = New System.Windows.Forms.Panel()
+ Me.Select_target1_foodUS = New System.Windows.Forms.ComboBox()
+ Me.Select_target1_foodEU = New System.Windows.Forms.ComboBox()
+ Me.Danger_interaction = New System.Windows.Forms.PictureBox()
+ Me.Title_interactionpattern = New System.Windows.Forms.Label()
+ Me.Icon_interaction = New System.Windows.Forms.PictureBox()
+ Me.Panel17 = New System.Windows.Forms.Panel()
+ Me.valu_interaction = New System.Windows.Forms.NumericUpDown()
+ Me.Select_interaction = New System.Windows.Forms.ComboBox()
+ Me.Text_notinteraction = New System.Windows.Forms.TextBox()
+ Me.Label4 = New System.Windows.Forms.Label()
+ Me.valu_lastdatestp = New System.Windows.Forms.NumericUpDown()
CType(Me.valu_level, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.valu_happiness2, System.ComponentModel.ISupportInitialize).BeginInit()
Me.Panel6.SuspendLayout()
@@ -71,12 +119,40 @@ Partial Class Travelers_edit
CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).BeginInit()
+ Me.TabControl1.SuspendLayout()
+ Me.TabPage1.SuspendLayout()
+ CType(Me.valu_tent, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.PictureBox10, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.PictureBox9, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.Fea_reusetravelers, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.PictureBox8, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.Fea_extractravelers, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.Fea_importravelers, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.valu_lastdatetraveler, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.valu_unknow_4, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.valu_unknow_3, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.valu_unknow_7, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.valu_unknow_1, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.valu_unknow_5, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.valu_unknow_2, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.valu_unknow_6, System.ComponentModel.ISupportInitialize).BeginInit()
+ Me.Panel_target2.SuspendLayout()
+ CType(Me.valu_target2, System.ComponentModel.ISupportInitialize).BeginInit()
+ Me.Panel_target1.SuspendLayout()
+ CType(Me.valu_target1, System.ComponentModel.ISupportInitialize).BeginInit()
+ Me.Panel_target1_foods.SuspendLayout()
+ CType(Me.Danger_interaction, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.Icon_interaction, System.ComponentModel.ISupportInitialize).BeginInit()
+ Me.Panel17.SuspendLayout()
+ CType(Me.valu_interaction, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.valu_lastdatestp, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'valu_level
'
Me.valu_level.BorderStyle = System.Windows.Forms.BorderStyle.None
- Me.valu_level.Location = New System.Drawing.Point(293, 80)
+ Me.valu_level.Location = New System.Drawing.Point(396, 57)
Me.valu_level.Maximum = New Decimal(New Integer() {99, 0, 0, 0})
Me.valu_level.Name = "valu_level"
Me.valu_level.Size = New System.Drawing.Size(33, 16)
@@ -86,7 +162,7 @@ Partial Class Travelers_edit
'
Me.Text_level.AutoSize = True
Me.Text_level.BackColor = System.Drawing.Color.Transparent
- Me.Text_level.Location = New System.Drawing.Point(265, 81)
+ Me.Text_level.Location = New System.Drawing.Point(368, 58)
Me.Text_level.Name = "Text_level"
Me.Text_level.Size = New System.Drawing.Size(22, 13)
Me.Text_level.TabIndex = 75
@@ -99,7 +175,7 @@ Partial Class Travelers_edit
Me.Select_travelers.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Select_travelers.FormattingEnabled = True
Me.Select_travelers.Items.AddRange(New Object() {"Mii 1", "Mii 2", "Mii 3", "Mii 4", "Mii 5", "Mii 6", "Mii 7", "Mii 8", "Mii 9", "Mii 10"})
- Me.Select_travelers.Location = New System.Drawing.Point(65, 119)
+ Me.Select_travelers.Location = New System.Drawing.Point(161, 91)
Me.Select_travelers.Name = "Select_travelers"
Me.Select_travelers.Size = New System.Drawing.Size(80, 21)
Me.Select_travelers.TabIndex = 70
@@ -107,7 +183,7 @@ Partial Class Travelers_edit
'valu_happiness2
'
Me.valu_happiness2.BorderStyle = System.Windows.Forms.BorderStyle.None
- Me.valu_happiness2.Location = New System.Drawing.Point(197, 82)
+ Me.valu_happiness2.Location = New System.Drawing.Point(300, 59)
Me.valu_happiness2.Maximum = New Decimal(New Integer() {99, 0, 0, 0})
Me.valu_happiness2.Name = "valu_happiness2"
Me.valu_happiness2.Size = New System.Drawing.Size(33, 16)
@@ -117,7 +193,7 @@ Partial Class Travelers_edit
'
Me.Panel6.BackgroundImage = CType(resources.GetObject("Panel6.BackgroundImage"), System.Drawing.Image)
Me.Panel6.Controls.Add(Me.Title_gratitude)
- Me.Panel6.Location = New System.Drawing.Point(262, 64)
+ Me.Panel6.Location = New System.Drawing.Point(365, 41)
Me.Panel6.Name = "Panel6"
Me.Panel6.Size = New System.Drawing.Size(118, 14)
Me.Panel6.TabIndex = 78
@@ -137,7 +213,7 @@ Partial Class Travelers_edit
'
Me.Panel5.BackgroundImage = CType(resources.GetObject("Panel5.BackgroundImage"), System.Drawing.Image)
Me.Panel5.Controls.Add(Me.Title_happiness)
- Me.Panel5.Location = New System.Drawing.Point(55, 64)
+ Me.Panel5.Location = New System.Drawing.Point(158, 41)
Me.Panel5.Name = "Panel5"
Me.Panel5.Size = New System.Drawing.Size(118, 14)
Me.Panel5.TabIndex = 77
@@ -158,7 +234,7 @@ Partial Class Travelers_edit
Me.Icon_happiness.BackColor = System.Drawing.Color.Transparent
Me.Icon_happiness.Cursor = System.Windows.Forms.Cursors.Hand
Me.Icon_happiness.Image = Global.Tomodachi_Life_Save_Editor.My.Resources.Resources.exp0
- Me.Icon_happiness.Location = New System.Drawing.Point(55, 79)
+ Me.Icon_happiness.Location = New System.Drawing.Point(158, 56)
Me.Icon_happiness.Name = "Icon_happiness"
Me.Icon_happiness.Size = New System.Drawing.Size(160, 22)
Me.Icon_happiness.TabIndex = 74
@@ -170,7 +246,7 @@ Partial Class Travelers_edit
Me.Panel3.BackgroundImage = CType(resources.GetObject("Panel3.BackgroundImage"), System.Drawing.Image)
Me.Panel3.Controls.Add(Me.Text_home)
Me.Panel3.Controls.Add(Me.Title_home)
- Me.Panel3.Location = New System.Drawing.Point(167, 175)
+ Me.Panel3.Location = New System.Drawing.Point(270, 152)
Me.Panel3.Name = "Panel3"
Me.Panel3.Size = New System.Drawing.Size(208, 48)
Me.Panel3.TabIndex = 73
@@ -200,7 +276,7 @@ Partial Class Travelers_edit
Me.Panel2.BackgroundImage = CType(resources.GetObject("Panel2.BackgroundImage"), System.Drawing.Image)
Me.Panel2.Controls.Add(Me.Text_region)
Me.Panel2.Controls.Add(Me.Title_region)
- Me.Panel2.Location = New System.Drawing.Point(167, 119)
+ Me.Panel2.Location = New System.Drawing.Point(270, 96)
Me.Panel2.Name = "Panel2"
Me.Panel2.Size = New System.Drawing.Size(208, 48)
Me.Panel2.TabIndex = 72
@@ -228,7 +304,7 @@ Partial Class Travelers_edit
'
Me.Icon_travelers.BackColor = System.Drawing.Color.Transparent
Me.Icon_travelers.Image = CType(resources.GetObject("Icon_travelers.Image"), System.Drawing.Image)
- Me.Icon_travelers.Location = New System.Drawing.Point(62, 142)
+ Me.Icon_travelers.Location = New System.Drawing.Point(158, 114)
Me.Icon_travelers.Name = "Icon_travelers"
Me.Icon_travelers.Size = New System.Drawing.Size(86, 86)
Me.Icon_travelers.TabIndex = 71
@@ -238,7 +314,7 @@ Partial Class Travelers_edit
'
Me.Panel4.BackgroundImage = CType(resources.GetObject("Panel4.BackgroundImage"), System.Drawing.Image)
Me.Panel4.Controls.Add(Me.Text_travelers)
- Me.Panel4.Location = New System.Drawing.Point(55, 29)
+ Me.Panel4.Location = New System.Drawing.Point(158, 6)
Me.Panel4.Name = "Panel4"
Me.Panel4.Size = New System.Drawing.Size(325, 28)
Me.Panel4.TabIndex = 76
@@ -258,7 +334,7 @@ Partial Class Travelers_edit
Me.Button_save.BackColor = System.Drawing.Color.Transparent
Me.Button_save.BackgroundImage = Global.Tomodachi_Life_Save_Editor.My.Resources.Resources.bg_buttons_large
Me.Button_save.Controls.Add(Me.Text_save)
- Me.Button_save.Location = New System.Drawing.Point(6, 264)
+ Me.Button_save.Location = New System.Drawing.Point(203, 346)
Me.Button_save.Name = "Button_save"
Me.Button_save.Size = New System.Drawing.Size(150, 32)
Me.Button_save.TabIndex = 82
@@ -279,7 +355,7 @@ Partial Class Travelers_edit
'
Me.Icon_return.BackColor = System.Drawing.Color.Transparent
Me.Icon_return.Image = CType(resources.GetObject("Icon_return.Image"), System.Drawing.Image)
- Me.Icon_return.Location = New System.Drawing.Point(394, 267)
+ Me.Icon_return.Location = New System.Drawing.Point(636, 426)
Me.Icon_return.Name = "Icon_return"
Me.Icon_return.Size = New System.Drawing.Size(40, 30)
Me.Icon_return.TabIndex = 81
@@ -288,7 +364,7 @@ Partial Class Travelers_edit
'valu_happiness
'
Me.valu_happiness.BorderStyle = System.Windows.Forms.BorderStyle.None
- Me.valu_happiness.Location = New System.Drawing.Point(58, 81)
+ Me.valu_happiness.Location = New System.Drawing.Point(161, 58)
Me.valu_happiness.Maximum = New Decimal(New Integer() {99, 0, 0, 0})
Me.valu_happiness.Name = "valu_happiness"
Me.valu_happiness.Size = New System.Drawing.Size(33, 16)
@@ -300,7 +376,7 @@ Partial Class Travelers_edit
Me.PictureBox162.BackColor = System.Drawing.Color.Transparent
Me.PictureBox162.Cursor = System.Windows.Forms.Cursors.Help
Me.PictureBox162.Image = Global.Tomodachi_Life_Save_Editor.My.Resources.Resources.Icon_advhelp
- Me.PictureBox162.Location = New System.Drawing.Point(236, 79)
+ Me.PictureBox162.Location = New System.Drawing.Point(336, 56)
Me.PictureBox162.Name = "PictureBox162"
Me.PictureBox162.Size = New System.Drawing.Size(23, 22)
Me.PictureBox162.TabIndex = 84
@@ -312,7 +388,7 @@ Partial Class Travelers_edit
Me.PictureBox1.BackColor = System.Drawing.Color.Transparent
Me.PictureBox1.Cursor = System.Windows.Forms.Cursors.Help
Me.PictureBox1.Image = Global.Tomodachi_Life_Save_Editor.My.Resources.Resources.Icon_advhelp
- Me.PictureBox1.Location = New System.Drawing.Point(332, 79)
+ Me.PictureBox1.Location = New System.Drawing.Point(433, 56)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(23, 22)
Me.PictureBox1.TabIndex = 85
@@ -324,7 +400,7 @@ Partial Class Travelers_edit
Me.PictureBox2.BackColor = System.Drawing.Color.Transparent
Me.PictureBox2.Cursor = System.Windows.Forms.Cursors.Help
Me.PictureBox2.Image = Global.Tomodachi_Life_Save_Editor.My.Resources.Resources.Icon_advhelp
- Me.PictureBox2.Location = New System.Drawing.Point(36, 119)
+ Me.PictureBox2.Location = New System.Drawing.Point(243, 90)
Me.PictureBox2.Name = "PictureBox2"
Me.PictureBox2.Size = New System.Drawing.Size(23, 22)
Me.PictureBox2.TabIndex = 86
@@ -336,7 +412,7 @@ Partial Class Travelers_edit
Me.PictureBox3.BackColor = System.Drawing.Color.Transparent
Me.PictureBox3.Cursor = System.Windows.Forms.Cursors.Help
Me.PictureBox3.Image = Global.Tomodachi_Life_Save_Editor.My.Resources.Resources.Icon_advhelp
- Me.PictureBox3.Location = New System.Drawing.Point(378, 145)
+ Me.PictureBox3.Location = New System.Drawing.Point(480, 122)
Me.PictureBox3.Name = "PictureBox3"
Me.PictureBox3.Size = New System.Drawing.Size(23, 22)
Me.PictureBox3.TabIndex = 87
@@ -348,7 +424,7 @@ Partial Class Travelers_edit
Me.PictureBox4.BackColor = System.Drawing.Color.Transparent
Me.PictureBox4.Cursor = System.Windows.Forms.Cursors.Help
Me.PictureBox4.Image = Global.Tomodachi_Life_Save_Editor.My.Resources.Resources.Icon_advhelp
- Me.PictureBox4.Location = New System.Drawing.Point(378, 201)
+ Me.PictureBox4.Location = New System.Drawing.Point(480, 178)
Me.PictureBox4.Name = "PictureBox4"
Me.PictureBox4.Size = New System.Drawing.Size(23, 22)
Me.PictureBox4.TabIndex = 88
@@ -360,7 +436,7 @@ Partial Class Travelers_edit
Me.PictureBox5.BackColor = System.Drawing.Color.Transparent
Me.PictureBox5.Cursor = System.Windows.Forms.Cursors.Help
Me.PictureBox5.Image = Global.Tomodachi_Life_Save_Editor.My.Resources.Resources.Icon_advhelp
- Me.PictureBox5.Location = New System.Drawing.Point(162, 267)
+ Me.PictureBox5.Location = New System.Drawing.Point(354, 356)
Me.PictureBox5.Name = "PictureBox5"
Me.PictureBox5.Size = New System.Drawing.Size(23, 22)
Me.PictureBox5.TabIndex = 89
@@ -372,41 +448,634 @@ Partial Class Travelers_edit
Me.PictureBox6.BackColor = System.Drawing.Color.Transparent
Me.PictureBox6.Cursor = System.Windows.Forms.Cursors.Help
Me.PictureBox6.Image = Global.Tomodachi_Life_Save_Editor.My.Resources.Resources.Icon_advhelp
- Me.PictureBox6.Location = New System.Drawing.Point(365, 264)
+ Me.PictureBox6.Location = New System.Drawing.Point(612, 430)
Me.PictureBox6.Name = "PictureBox6"
Me.PictureBox6.Size = New System.Drawing.Size(23, 22)
Me.PictureBox6.TabIndex = 90
Me.PictureBox6.TabStop = False
Me.PictureBox6.Visible = False
'
+ 'TabControl1
+ '
+ Me.TabControl1.Controls.Add(Me.TabPage1)
+ Me.TabControl1.Controls.Add(Me.TabPage2)
+ Me.TabControl1.Location = New System.Drawing.Point(4, 2)
+ Me.TabControl1.Name = "TabControl1"
+ Me.TabControl1.SelectedIndex = 0
+ Me.TabControl1.Size = New System.Drawing.Size(669, 418)
+ Me.TabControl1.TabIndex = 91
+ '
+ 'TabPage1
+ '
+ Me.TabPage1.BackgroundImage = Global.Tomodachi_Life_Save_Editor.My.Resources.Resources.bg_travelers
+ Me.TabPage1.Controls.Add(Me.Label4)
+ Me.TabPage1.Controls.Add(Me.Danger_interaction)
+ Me.TabPage1.Controls.Add(Me.valu_lastdatestp)
+ Me.TabPage1.Controls.Add(Me.Title_interactionpattern)
+ Me.TabPage1.Controls.Add(Me.Icon_interaction)
+ Me.TabPage1.Controls.Add(Me.Panel17)
+ Me.TabPage1.Controls.Add(Me.Title_target2)
+ Me.TabPage1.Controls.Add(Me.Title_target1)
+ Me.TabPage1.Controls.Add(Me.Panel_target2)
+ Me.TabPage1.Controls.Add(Me.Panel_target1)
+ Me.TabPage1.Controls.Add(Me.Panel_target1_foods)
+ Me.TabPage1.Controls.Add(Me.Label1)
+ Me.TabPage1.Controls.Add(Me.valu_unknow_1)
+ Me.TabPage1.Controls.Add(Me.Label2)
+ Me.TabPage1.Controls.Add(Me.valu_unknow_5)
+ Me.TabPage1.Controls.Add(Me.Label7)
+ Me.TabPage1.Controls.Add(Me.valu_unknow_2)
+ Me.TabPage1.Controls.Add(Me.Label8)
+ Me.TabPage1.Controls.Add(Me.valu_unknow_6)
+ Me.TabPage1.Controls.Add(Me.Label5)
+ Me.TabPage1.Controls.Add(Me.valu_unknow_3)
+ Me.TabPage1.Controls.Add(Me.Label6)
+ Me.TabPage1.Controls.Add(Me.valu_unknow_7)
+ Me.TabPage1.Controls.Add(Me.Label3)
+ Me.TabPage1.Controls.Add(Me.valu_unknow_4)
+ Me.TabPage1.Controls.Add(Me.Title_lastdatesave)
+ Me.TabPage1.Controls.Add(Me.valu_lastdatetraveler)
+ Me.TabPage1.Controls.Add(Me.valu_tent)
+ Me.TabPage1.Controls.Add(Me.PictureBox10)
+ Me.TabPage1.Controls.Add(Me.PictureBox9)
+ Me.TabPage1.Controls.Add(Me.Fea_reusetravelers)
+ Me.TabPage1.Controls.Add(Me.Text_globaltravelers)
+ Me.TabPage1.Controls.Add(Me.PictureBox8)
+ Me.TabPage1.Controls.Add(Me.PictureBox7)
+ Me.TabPage1.Controls.Add(Me.Fea_extractravelers)
+ Me.TabPage1.Controls.Add(Me.Fea_importravelers)
+ Me.TabPage1.Controls.Add(Me.Panel4)
+ Me.TabPage1.Controls.Add(Me.PictureBox5)
+ Me.TabPage1.Controls.Add(Me.Select_travelers)
+ Me.TabPage1.Controls.Add(Me.PictureBox4)
+ Me.TabPage1.Controls.Add(Me.Icon_travelers)
+ Me.TabPage1.Controls.Add(Me.PictureBox3)
+ Me.TabPage1.Controls.Add(Me.Panel2)
+ Me.TabPage1.Controls.Add(Me.PictureBox2)
+ Me.TabPage1.Controls.Add(Me.Panel3)
+ Me.TabPage1.Controls.Add(Me.PictureBox1)
+ Me.TabPage1.Controls.Add(Me.Icon_happiness)
+ Me.TabPage1.Controls.Add(Me.PictureBox162)
+ Me.TabPage1.Controls.Add(Me.Text_level)
+ Me.TabPage1.Controls.Add(Me.valu_happiness)
+ Me.TabPage1.Controls.Add(Me.Panel5)
+ Me.TabPage1.Controls.Add(Me.Button_save)
+ Me.TabPage1.Controls.Add(Me.Panel6)
+ Me.TabPage1.Controls.Add(Me.valu_level)
+ Me.TabPage1.Controls.Add(Me.valu_happiness2)
+ Me.TabPage1.Location = New System.Drawing.Point(4, 22)
+ Me.TabPage1.Name = "TabPage1"
+ Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
+ Me.TabPage1.Size = New System.Drawing.Size(661, 392)
+ Me.TabPage1.TabIndex = 0
+ Me.TabPage1.Text = "Current travelers edit"
+ Me.TabPage1.UseVisualStyleBackColor = True
+ '
+ 'valu_tent
+ '
+ Me.valu_tent.BorderStyle = System.Windows.Forms.BorderStyle.None
+ Me.valu_tent.Location = New System.Drawing.Point(153, 266)
+ Me.valu_tent.Maximum = New Decimal(New Integer() {99, 0, 0, 0})
+ Me.valu_tent.Name = "valu_tent"
+ Me.valu_tent.Size = New System.Drawing.Size(33, 16)
+ Me.valu_tent.TabIndex = 98
+ Me.valu_tent.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
+ '
+ 'PictureBox10
+ '
+ Me.PictureBox10.Image = Global.Tomodachi_Life_Save_Editor.My.Resources.Resources.icon_tent
+ Me.PictureBox10.Location = New System.Drawing.Point(141, 224)
+ Me.PictureBox10.Name = "PictureBox10"
+ Me.PictureBox10.Size = New System.Drawing.Size(61, 40)
+ Me.PictureBox10.TabIndex = 97
+ Me.PictureBox10.TabStop = False
+ '
+ 'PictureBox9
+ '
+ Me.PictureBox9.BackColor = System.Drawing.Color.Transparent
+ Me.PictureBox9.Cursor = System.Windows.Forms.Cursors.Help
+ Me.PictureBox9.Image = Global.Tomodachi_Life_Save_Editor.My.Resources.Resources.Icon_advhelp
+ Me.PictureBox9.Location = New System.Drawing.Point(54, 156)
+ Me.PictureBox9.Name = "PictureBox9"
+ Me.PictureBox9.Size = New System.Drawing.Size(23, 22)
+ Me.PictureBox9.TabIndex = 96
+ Me.PictureBox9.TabStop = False
+ Me.PictureBox9.Visible = False
+ '
+ 'Fea_reusetravelers
+ '
+ Me.Fea_reusetravelers.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
+ Me.Fea_reusetravelers.Cursor = System.Windows.Forms.Cursors.Hand
+ Me.Fea_reusetravelers.Image = Global.Tomodachi_Life_Save_Editor.My.Resources.Resources.Icon_reusetravelers
+ Me.Fea_reusetravelers.Location = New System.Drawing.Point(18, 138)
+ Me.Fea_reusetravelers.Name = "Fea_reusetravelers"
+ Me.Fea_reusetravelers.Size = New System.Drawing.Size(35, 40)
+ Me.Fea_reusetravelers.TabIndex = 95
+ Me.Fea_reusetravelers.TabStop = False
+ '
+ 'Text_globaltravelers
+ '
+ Me.Text_globaltravelers.Location = New System.Drawing.Point(17, 356)
+ Me.Text_globaltravelers.Multiline = True
+ Me.Text_globaltravelers.Name = "Text_globaltravelers"
+ Me.Text_globaltravelers.Size = New System.Drawing.Size(162, 20)
+ Me.Text_globaltravelers.TabIndex = 94
+ Me.Text_globaltravelers.Visible = False
+ '
+ 'PictureBox8
+ '
+ Me.PictureBox8.BackColor = System.Drawing.Color.Transparent
+ Me.PictureBox8.Cursor = System.Windows.Forms.Cursors.Help
+ Me.PictureBox8.Image = Global.Tomodachi_Life_Save_Editor.My.Resources.Resources.Icon_advhelp
+ Me.PictureBox8.Location = New System.Drawing.Point(57, 110)
+ Me.PictureBox8.Name = "PictureBox8"
+ Me.PictureBox8.Size = New System.Drawing.Size(23, 22)
+ Me.PictureBox8.TabIndex = 93
+ Me.PictureBox8.TabStop = False
+ Me.PictureBox8.Visible = False
+ '
+ 'PictureBox7
+ '
+ Me.PictureBox7.BackColor = System.Drawing.Color.Transparent
+ Me.PictureBox7.Cursor = System.Windows.Forms.Cursors.Help
+ Me.PictureBox7.Image = Global.Tomodachi_Life_Save_Editor.My.Resources.Resources.Icon_advhelp
+ Me.PictureBox7.Location = New System.Drawing.Point(66, 38)
+ Me.PictureBox7.Name = "PictureBox7"
+ Me.PictureBox7.Size = New System.Drawing.Size(23, 22)
+ Me.PictureBox7.TabIndex = 92
+ Me.PictureBox7.TabStop = False
+ Me.PictureBox7.Visible = False
+ '
+ 'Fea_extractravelers
+ '
+ Me.Fea_extractravelers.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
+ Me.Fea_extractravelers.Cursor = System.Windows.Forms.Cursors.Hand
+ Me.Fea_extractravelers.Image = Global.Tomodachi_Life_Save_Editor.My.Resources.Resources.icon_extracttravelers
+ Me.Fea_extractravelers.Location = New System.Drawing.Point(14, 66)
+ Me.Fea_extractravelers.Name = "Fea_extractravelers"
+ Me.Fea_extractravelers.Size = New System.Drawing.Size(42, 66)
+ Me.Fea_extractravelers.TabIndex = 91
+ Me.Fea_extractravelers.TabStop = False
+ '
+ 'Fea_importravelers
+ '
+ Me.Fea_importravelers.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
+ Me.Fea_importravelers.Cursor = System.Windows.Forms.Cursors.Hand
+ Me.Fea_importravelers.Image = Global.Tomodachi_Life_Save_Editor.My.Resources.Resources.icon_importtravelers
+ Me.Fea_importravelers.Location = New System.Drawing.Point(6, 3)
+ Me.Fea_importravelers.Name = "Fea_importravelers"
+ Me.Fea_importravelers.Size = New System.Drawing.Size(59, 57)
+ Me.Fea_importravelers.TabIndex = 90
+ Me.Fea_importravelers.TabStop = False
+ '
+ 'TabPage2
+ '
+ Me.TabPage2.BackgroundImage = Global.Tomodachi_Life_Save_Editor.My.Resources.Resources.bg_travelers
+ Me.TabPage2.Location = New System.Drawing.Point(4, 22)
+ Me.TabPage2.Name = "TabPage2"
+ Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
+ Me.TabPage2.Size = New System.Drawing.Size(525, 363)
+ Me.TabPage2.TabIndex = 1
+ Me.TabPage2.Text = "Manage travelers"
+ Me.TabPage2.UseVisualStyleBackColor = True
+ '
+ 'valu_lastdatetraveler
+ '
+ Me.valu_lastdatetraveler.BorderStyle = System.Windows.Forms.BorderStyle.None
+ Me.valu_lastdatetraveler.Enabled = False
+ Me.valu_lastdatetraveler.Hexadecimal = True
+ Me.valu_lastdatetraveler.Location = New System.Drawing.Point(378, 248)
+ Me.valu_lastdatetraveler.Maximum = New Decimal(New Integer() {-1, 0, 0, 0})
+ Me.valu_lastdatetraveler.Name = "valu_lastdatetraveler"
+ Me.valu_lastdatetraveler.ReadOnly = True
+ Me.valu_lastdatetraveler.Size = New System.Drawing.Size(120, 16)
+ Me.valu_lastdatetraveler.TabIndex = 189
+ Me.valu_lastdatetraveler.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
+ Me.valu_lastdatetraveler.ThousandsSeparator = True
+ '
+ 'Title_lastdatesave
+ '
+ Me.Title_lastdatesave.BackColor = System.Drawing.Color.Transparent
+ Me.Title_lastdatesave.Location = New System.Drawing.Point(373, 232)
+ Me.Title_lastdatesave.Name = "Title_lastdatesave"
+ Me.Title_lastdatesave.Size = New System.Drawing.Size(130, 13)
+ Me.Title_lastdatesave.TabIndex = 190
+ Me.Title_lastdatesave.Text = "Last traveler date"
+ Me.Title_lastdatesave.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ '
+ 'Label3
+ '
+ Me.Label3.BackColor = System.Drawing.Color.Transparent
+ Me.Label3.Location = New System.Drawing.Point(551, 126)
+ Me.Label3.Name = "Label3"
+ Me.Label3.Size = New System.Drawing.Size(77, 13)
+ Me.Label3.TabIndex = 198
+ Me.Label3.Text = "Unknow 4"
+ Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ '
+ 'valu_unknow_4
+ '
+ Me.valu_unknow_4.BorderStyle = System.Windows.Forms.BorderStyle.None
+ Me.valu_unknow_4.Enabled = False
+ Me.valu_unknow_4.Hexadecimal = True
+ Me.valu_unknow_4.Location = New System.Drawing.Point(561, 142)
+ Me.valu_unknow_4.Maximum = New Decimal(New Integer() {-1, 0, 0, 0})
+ Me.valu_unknow_4.Name = "valu_unknow_4"
+ Me.valu_unknow_4.ReadOnly = True
+ Me.valu_unknow_4.Size = New System.Drawing.Size(59, 16)
+ Me.valu_unknow_4.TabIndex = 197
+ Me.valu_unknow_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
+ Me.valu_unknow_4.ThousandsSeparator = True
+ '
+ 'Label5
+ '
+ Me.Label5.BackColor = System.Drawing.Color.Transparent
+ Me.Label5.Location = New System.Drawing.Point(551, 85)
+ Me.Label5.Name = "Label5"
+ Me.Label5.Size = New System.Drawing.Size(77, 13)
+ Me.Label5.TabIndex = 202
+ Me.Label5.Text = "Unknow 3"
+ Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ '
+ 'valu_unknow_3
+ '
+ Me.valu_unknow_3.BorderStyle = System.Windows.Forms.BorderStyle.None
+ Me.valu_unknow_3.Enabled = False
+ Me.valu_unknow_3.Hexadecimal = True
+ Me.valu_unknow_3.Location = New System.Drawing.Point(561, 101)
+ Me.valu_unknow_3.Maximum = New Decimal(New Integer() {-1, 0, 0, 0})
+ Me.valu_unknow_3.Name = "valu_unknow_3"
+ Me.valu_unknow_3.ReadOnly = True
+ Me.valu_unknow_3.Size = New System.Drawing.Size(59, 16)
+ Me.valu_unknow_3.TabIndex = 201
+ Me.valu_unknow_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
+ Me.valu_unknow_3.ThousandsSeparator = True
+ '
+ 'Label6
+ '
+ Me.Label6.BackColor = System.Drawing.Color.Transparent
+ Me.Label6.Location = New System.Drawing.Point(551, 249)
+ Me.Label6.Name = "Label6"
+ Me.Label6.Size = New System.Drawing.Size(77, 13)
+ Me.Label6.TabIndex = 200
+ Me.Label6.Text = "Unknow 7"
+ Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ '
+ 'valu_unknow_7
+ '
+ Me.valu_unknow_7.BorderStyle = System.Windows.Forms.BorderStyle.None
+ Me.valu_unknow_7.Enabled = False
+ Me.valu_unknow_7.Hexadecimal = True
+ Me.valu_unknow_7.Location = New System.Drawing.Point(561, 265)
+ Me.valu_unknow_7.Maximum = New Decimal(New Integer() {-1, 0, 0, 0})
+ Me.valu_unknow_7.Name = "valu_unknow_7"
+ Me.valu_unknow_7.ReadOnly = True
+ Me.valu_unknow_7.Size = New System.Drawing.Size(59, 16)
+ Me.valu_unknow_7.TabIndex = 199
+ Me.valu_unknow_7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
+ Me.valu_unknow_7.ThousandsSeparator = True
+ '
+ 'Label1
+ '
+ Me.Label1.BackColor = System.Drawing.Color.Transparent
+ Me.Label1.Location = New System.Drawing.Point(538, 3)
+ Me.Label1.Name = "Label1"
+ Me.Label1.Size = New System.Drawing.Size(103, 13)
+ Me.Label1.TabIndex = 210
+ Me.Label1.Text = "Unknow 1"
+ Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ '
+ 'valu_unknow_1
+ '
+ Me.valu_unknow_1.BorderStyle = System.Windows.Forms.BorderStyle.None
+ Me.valu_unknow_1.Enabled = False
+ Me.valu_unknow_1.Hexadecimal = True
+ Me.valu_unknow_1.Location = New System.Drawing.Point(548, 19)
+ Me.valu_unknow_1.Maximum = New Decimal(New Integer() {-1, 0, 0, 0})
+ Me.valu_unknow_1.Name = "valu_unknow_1"
+ Me.valu_unknow_1.ReadOnly = True
+ Me.valu_unknow_1.Size = New System.Drawing.Size(84, 16)
+ Me.valu_unknow_1.TabIndex = 209
+ Me.valu_unknow_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
+ Me.valu_unknow_1.ThousandsSeparator = True
+ '
+ 'Label2
+ '
+ Me.Label2.BackColor = System.Drawing.Color.Transparent
+ Me.Label2.Location = New System.Drawing.Point(551, 167)
+ Me.Label2.Name = "Label2"
+ Me.Label2.Size = New System.Drawing.Size(77, 13)
+ Me.Label2.TabIndex = 208
+ Me.Label2.Text = "Unknow 5"
+ Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ '
+ 'valu_unknow_5
+ '
+ Me.valu_unknow_5.BorderStyle = System.Windows.Forms.BorderStyle.None
+ Me.valu_unknow_5.Enabled = False
+ Me.valu_unknow_5.Hexadecimal = True
+ Me.valu_unknow_5.Location = New System.Drawing.Point(561, 183)
+ Me.valu_unknow_5.Maximum = New Decimal(New Integer() {-1, 0, 0, 0})
+ Me.valu_unknow_5.Name = "valu_unknow_5"
+ Me.valu_unknow_5.ReadOnly = True
+ Me.valu_unknow_5.Size = New System.Drawing.Size(59, 16)
+ Me.valu_unknow_5.TabIndex = 207
+ Me.valu_unknow_5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
+ Me.valu_unknow_5.ThousandsSeparator = True
+ '
+ 'Label7
+ '
+ Me.Label7.BackColor = System.Drawing.Color.Transparent
+ Me.Label7.Location = New System.Drawing.Point(551, 44)
+ Me.Label7.Name = "Label7"
+ Me.Label7.Size = New System.Drawing.Size(77, 13)
+ Me.Label7.TabIndex = 206
+ Me.Label7.Text = "Unknow 2"
+ Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ '
+ 'valu_unknow_2
+ '
+ Me.valu_unknow_2.BorderStyle = System.Windows.Forms.BorderStyle.None
+ Me.valu_unknow_2.Enabled = False
+ Me.valu_unknow_2.Hexadecimal = True
+ Me.valu_unknow_2.Location = New System.Drawing.Point(561, 60)
+ Me.valu_unknow_2.Maximum = New Decimal(New Integer() {-1, 0, 0, 0})
+ Me.valu_unknow_2.Name = "valu_unknow_2"
+ Me.valu_unknow_2.ReadOnly = True
+ Me.valu_unknow_2.Size = New System.Drawing.Size(59, 16)
+ Me.valu_unknow_2.TabIndex = 205
+ Me.valu_unknow_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
+ Me.valu_unknow_2.ThousandsSeparator = True
+ '
+ 'Label8
+ '
+ Me.Label8.BackColor = System.Drawing.Color.Transparent
+ Me.Label8.Location = New System.Drawing.Point(551, 208)
+ Me.Label8.Name = "Label8"
+ Me.Label8.Size = New System.Drawing.Size(77, 13)
+ Me.Label8.TabIndex = 204
+ Me.Label8.Text = "Unknow 6"
+ Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ '
+ 'valu_unknow_6
+ '
+ Me.valu_unknow_6.BorderStyle = System.Windows.Forms.BorderStyle.None
+ Me.valu_unknow_6.Enabled = False
+ Me.valu_unknow_6.Hexadecimal = True
+ Me.valu_unknow_6.Location = New System.Drawing.Point(561, 224)
+ Me.valu_unknow_6.Maximum = New Decimal(New Integer() {-1, 0, 0, 0})
+ Me.valu_unknow_6.Name = "valu_unknow_6"
+ Me.valu_unknow_6.ReadOnly = True
+ Me.valu_unknow_6.Size = New System.Drawing.Size(59, 16)
+ Me.valu_unknow_6.TabIndex = 203
+ Me.valu_unknow_6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
+ Me.valu_unknow_6.ThousandsSeparator = True
+ '
+ 'Title_target2
+ '
+ Me.Title_target2.BackColor = System.Drawing.Color.Transparent
+ Me.Title_target2.ForeColor = System.Drawing.SystemColors.ControlLightLight
+ Me.Title_target2.Location = New System.Drawing.Point(489, 337)
+ Me.Title_target2.Name = "Title_target2"
+ Me.Title_target2.Size = New System.Drawing.Size(153, 13)
+ Me.Title_target2.TabIndex = 257
+ Me.Title_target2.Text = "Target 2"
+ Me.Title_target2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ '
+ 'Title_target1
+ '
+ Me.Title_target1.BackColor = System.Drawing.Color.Transparent
+ Me.Title_target1.ForeColor = System.Drawing.SystemColors.ControlLightLight
+ Me.Title_target1.Location = New System.Drawing.Point(489, 289)
+ Me.Title_target1.Name = "Title_target1"
+ Me.Title_target1.Size = New System.Drawing.Size(152, 13)
+ Me.Title_target1.TabIndex = 256
+ Me.Title_target1.Text = "Target 1"
+ Me.Title_target1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ '
+ 'Panel_target2
+ '
+ Me.Panel_target2.BackgroundImage = Global.Tomodachi_Life_Save_Editor.My.Resources.Resources.bg_orange
+ Me.Panel_target2.Controls.Add(Me.valu_target2)
+ Me.Panel_target2.Controls.Add(Me.Select_target2)
+ Me.Panel_target2.Location = New System.Drawing.Point(492, 353)
+ Me.Panel_target2.Name = "Panel_target2"
+ Me.Panel_target2.Size = New System.Drawing.Size(150, 25)
+ Me.Panel_target2.TabIndex = 255
+ '
+ 'valu_target2
+ '
+ Me.valu_target2.BorderStyle = System.Windows.Forms.BorderStyle.None
+ Me.valu_target2.Location = New System.Drawing.Point(2, 4)
+ Me.valu_target2.Maximum = New Decimal(New Integer() {65535, 0, 0, 0})
+ Me.valu_target2.Name = "valu_target2"
+ Me.valu_target2.Size = New System.Drawing.Size(146, 16)
+ Me.valu_target2.TabIndex = 186
+ Me.valu_target2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
+ '
+ 'Select_target2
+ '
+ Me.Select_target2.Cursor = System.Windows.Forms.Cursors.Hand
+ Me.Select_target2.DisplayMember = "0"
+ Me.Select_target2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
+ Me.Select_target2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.Select_target2.FormattingEnabled = True
+ Me.Select_target2.Items.AddRange(New Object() {"Nothing", "Mii 1", "Mii 2", "Mii 3", "Mii 4", "Mii 5", "Mii 6", "Mii 7", "Mii 8", "Mii 9", "Mii 10", "Mii 11", "Mii 12", "Mii 13", "Mii 14", "Mii 15", "Mii 16", "Mii 17", "Mii 18", "Mii 19", "Mii 20", "Mii 21", "Mii 22", "Mii 23", "Mii 24", "Mii 25", "Mii 26", "Mii 27", "Mii 28", "Mii 29", "Mii 30", "Mii 31", "Mii 32", "Mii 33", "Mii 34", "Mii 35", "Mii 36", "Mii 37", "Mii 38", "Mii 39", "Mii 40", "Mii 41", "Mii 42", "Mii 43", "Mii 44", "Mii 45", "Mii 46", "Mii 47", "Mii 48", "Mii 49", "Mii 50", "Mii 51", "Mii 52", "Mii 53", "Mii 54", "Mii 55", "Mii 56", "Mii 57", "Mii 58", "Mii 59", "Mii 60", "Mii 61", "Mii 62", "Mii 63", "Mii 64", "Mii 65", "Mii 66", "Mii 67", "Mii 68", "Mii 69", "Mii 70", "Mii 71", "Mii 72", "Mii 73", "Mii 74", "Mii 75", "Mii 76", "Mii 77", "Mii 78", "Mii 79", "Mii 80", "Mii 81", "Mii 82", "Mii 83", "Mii 84", "Mii 85", "Mii 86", "Mii 87", "Mii 88", "Mii 89", "Mii 90", "Mii 91", "Mii 92", "Mii 93", "Mii 94", "Mii 95", "Mii 96", "Mii 97", "Mii 98", "Mii 99", "Mii 100"})
+ Me.Select_target2.Location = New System.Drawing.Point(2, 2)
+ Me.Select_target2.Name = "Select_target2"
+ Me.Select_target2.Size = New System.Drawing.Size(146, 21)
+ Me.Select_target2.TabIndex = 1
+ '
+ 'Panel_target1
+ '
+ Me.Panel_target1.BackgroundImage = Global.Tomodachi_Life_Save_Editor.My.Resources.Resources.bg_orange
+ Me.Panel_target1.Controls.Add(Me.valu_target1)
+ Me.Panel_target1.Controls.Add(Me.Select_target1)
+ Me.Panel_target1.Location = New System.Drawing.Point(492, 305)
+ Me.Panel_target1.Name = "Panel_target1"
+ Me.Panel_target1.Size = New System.Drawing.Size(150, 25)
+ Me.Panel_target1.TabIndex = 254
+ '
+ 'valu_target1
+ '
+ Me.valu_target1.BorderStyle = System.Windows.Forms.BorderStyle.None
+ Me.valu_target1.Location = New System.Drawing.Point(2, 4)
+ Me.valu_target1.Maximum = New Decimal(New Integer() {65535, 0, 0, 0})
+ Me.valu_target1.Name = "valu_target1"
+ Me.valu_target1.Size = New System.Drawing.Size(146, 16)
+ Me.valu_target1.TabIndex = 186
+ Me.valu_target1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
+ '
+ 'Select_target1
+ '
+ Me.Select_target1.Cursor = System.Windows.Forms.Cursors.Hand
+ Me.Select_target1.DisplayMember = "0"
+ Me.Select_target1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
+ Me.Select_target1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.Select_target1.FormattingEnabled = True
+ Me.Select_target1.Items.AddRange(New Object() {"Nothing", "Mii 1", "Mii 2", "Mii 3", "Mii 4", "Mii 5", "Mii 6", "Mii 7", "Mii 8", "Mii 9", "Mii 10", "Mii 11", "Mii 12", "Mii 13", "Mii 14", "Mii 15", "Mii 16", "Mii 17", "Mii 18", "Mii 19", "Mii 20", "Mii 21", "Mii 22", "Mii 23", "Mii 24", "Mii 25", "Mii 26", "Mii 27", "Mii 28", "Mii 29", "Mii 30", "Mii 31", "Mii 32", "Mii 33", "Mii 34", "Mii 35", "Mii 36", "Mii 37", "Mii 38", "Mii 39", "Mii 40", "Mii 41", "Mii 42", "Mii 43", "Mii 44", "Mii 45", "Mii 46", "Mii 47", "Mii 48", "Mii 49", "Mii 50", "Mii 51", "Mii 52", "Mii 53", "Mii 54", "Mii 55", "Mii 56", "Mii 57", "Mii 58", "Mii 59", "Mii 60", "Mii 61", "Mii 62", "Mii 63", "Mii 64", "Mii 65", "Mii 66", "Mii 67", "Mii 68", "Mii 69", "Mii 70", "Mii 71", "Mii 72", "Mii 73", "Mii 74", "Mii 75", "Mii 76", "Mii 77", "Mii 78", "Mii 79", "Mii 80", "Mii 81", "Mii 82", "Mii 83", "Mii 84", "Mii 85", "Mii 86", "Mii 87", "Mii 88", "Mii 89", "Mii 90", "Mii 91", "Mii 92", "Mii 93", "Mii 94", "Mii 95", "Mii 96", "Mii 97", "Mii 98", "Mii 99", "Mii 100"})
+ Me.Select_target1.Location = New System.Drawing.Point(2, 2)
+ Me.Select_target1.Name = "Select_target1"
+ Me.Select_target1.Size = New System.Drawing.Size(146, 21)
+ Me.Select_target1.TabIndex = 1
+ '
+ 'Panel_target1_foods
+ '
+ Me.Panel_target1_foods.BackgroundImage = Global.Tomodachi_Life_Save_Editor.My.Resources.Resources.bg_orange
+ Me.Panel_target1_foods.Controls.Add(Me.Select_target1_foodUS)
+ Me.Panel_target1_foods.Controls.Add(Me.Select_target1_foodEU)
+ Me.Panel_target1_foods.Location = New System.Drawing.Point(492, 305)
+ Me.Panel_target1_foods.Name = "Panel_target1_foods"
+ Me.Panel_target1_foods.Size = New System.Drawing.Size(150, 25)
+ Me.Panel_target1_foods.TabIndex = 258
+ '
+ 'Select_target1_foodUS
+ '
+ Me.Select_target1_foodUS.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
+ Me.Select_target1_foodUS.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.Select_target1_foodUS.FormattingEnabled = True
+ Me.Select_target1_foodUS.Items.AddRange(New Object() {"Nothing", "Ice Cream Cone", "Green Juice", "Apple Pie", "Strawberry", "Sashimi", "Orange Juice", "Chocolate gateau", "Crab", "Moldy Bread", "Chewing Gum", "Fried Chicken", "Quiche", "Mushroom", "Kimchi", "Caviar", "Milk", "Pot Stickers", "Spoiled Milk", "Butter Cookie", "Gummy Candy", "Gratin", "Creamy Stew", "Crepe", "Grapefruit", "Croissant", "Tea", "Coffee", "Tomato soup", "Rice", "Cherries", "Salad", "Sandwich", "Buttered Potato", "Cream Puff", "Strawberry Shortcake", "White Bread", "Watermelon", "Tap Water", "Steak", "Sweet and Sour Pork", "Sausage", "Soft Serve Ice cream", "Tacos", "Fried Rice", "Chocolate", "Chocolate Sundae", "Tempura", "Red chilli pepper", "Corn on the cob", "Doughnut", "Pork Bun", "Banana", "Banana Peel", "Fried Spring Rolls", "Cheeseburger", "Salisbury steak", "Pizza", "Cracker", "Grapes", "French Fries", "Flan", "Blue Cheese", "French Toast", "Lollipop", "Potato Chips", "Drumstick", "Macadamia Nuts", "Spaghetti", "Orange", "Fried Egg", "Peach", "Yakisoba", "Cooked Eggplant", "Hard-boiled egg", "Ramen", "Apple", "Meat and Potato Stew", "Tomato Juice", "Avocado", "Bacon", "Broccoli", "Calamari", "Roasted Chestnuts", "Cotton candy", "Cappuccino", "Coconut", "Corn flakes", "Birthday Cake", "Cheesecake", "Kiwi", "Lasagna", "Macaron", "Meatballs", "Melon", "Napoleon cake", "Muffin", "Raw Oyster", "Paella", "Space food", "Peanuts", "Pear", "Pretzel", "Risotto", "Roast Beef", "Salami", "Escargot", "Spaghetti peperoncino", "Squid ink spaghetti", "Tiramisu", "Candy Apple", "Truffle", "Roast Turkey", "Waffle", "Yogurt", "Gelatin Snack", "Soda", "Pancakes", "Instant Noodles", "Popcorn", "Durian", "Garlic", "Stuffed Cabbage Roll", "Protein Shake", "Tomato", "Apple Juice", "Mango", "Hot Dog", "Cheese", "Prosciutto", "Pineapple", "Salmon meuniere", "Chilli Prawns", "Peking Duck", "Octopus", "Green Pepper", "Stewed Beef", "Pot-au-feu", "Ruined Meal", "Yakitori", "Fresh Spring Rolls", "Onion Gratin Soup", "Celery", "Smoothie", "Espresso", "Honey", "Gyro", "Lemonade", "Olives", "Polenta", "Ravioli", "Schnitzel", "Roast Chicken", "Spanish Omelet", "Biscuit", "Smoked Salmon", "Sunflower Seeds", "Chamomile Tea", "Hot chocolate", "Black Forest Gateau", "Prawn Salad", "Pork Cutlet", "Herring", "Licorice", "Mashed Potato", "Pasta pesto", "Danish Pastry", "Porridge", "Beef Jerky", "Brownie", "Carrot Cake", "Chicken Noodle Soup", "Cinnamon Roll", "Clam Chowder", "Coleslaw", "Corn Dog", "Eggnog", "Grits", "Hash browns", "Nachos", "Oatmeal", "Onion Rings", "PB&J", "Pumpkin pie", "Split-pea soup", "Baked beans", "Baked Potato", "Banana Split", "Bubble Tea", "Buffalo Wings", "Sardines", "Cherry Pie", "Chicken Pot Pie", "Elephant ear", "Frozen Yogurt", "Granola Parfait", "Grilled Cheese", "Hard Candy", "Ice-cream sandwich", "Key Lime Pie", "Macaroni and cheese", "Milkshake", "Oatmeal Cookie", "Red Velvet Cake", "S'more", "Spiced Apple Cider", "Stuffing", "Veggie Burger", "Yerba Mate", "Root-Beer Float", "String Cheese", "Brussel Sprouts", "Clotted Cream", "Gingerbread Cake", "Panini", "Fudge", "Fishcakes", "Fish Sticks", "Loco Moco", "Habanero", "Lobster", "Pickles", "Sports Drink", "Popcorn Shrimp", "Frozen Treat", "Fried Tofu", "Saltine Crackers", "Filet Mignon", "Fancy Cupcake", "Barbecue", "Candy corn", "Sushi"})
+ Me.Select_target1_foodUS.Location = New System.Drawing.Point(2, 2)
+ Me.Select_target1_foodUS.Name = "Select_target1_foodUS"
+ Me.Select_target1_foodUS.Size = New System.Drawing.Size(146, 21)
+ Me.Select_target1_foodUS.TabIndex = 252
+ '
+ 'Select_target1_foodEU
+ '
+ Me.Select_target1_foodEU.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
+ Me.Select_target1_foodEU.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.Select_target1_foodEU.FormattingEnabled = True
+ Me.Select_target1_foodEU.Items.AddRange(New Object() {"Nothing", "Apple pie", "Strawberry", "Prawn pilaf", "Green tea", "Omelette", "Orange juice", "Castella cake", "Chocolate gateau", "Mouldy bread", "Fried chicken", "Spaghetti carbonara", "Quiche", "Mushroom", "Caviar", "Milk", "Spoilt milk", "Gummy candy", "Gratin", "Creamy stew", "Crepe", "Grapefruit", "Croissant", "Tea", "Coffee", "Rice", "Croquettes", "Cherries", "Salad", "Sandwich", "Grilled marckerel", "Baked potato", "Strawberry shortcake", "White bread", "Watermelon", "Tap water", "Steak", "Sausage", "Soft serve ice cream", "Tacos", "Chocolate", "Chocolate sundae", "Red chilli pepper", "Tofu", "Corn on the cob", "Doughnut", "Banana", "Banana skin", "Spring rolls", "Cheeseburger", "Rissole", "Pizza", "Cracker", "Grapes", "French fries", "Creme caramel", "Blue cheese", "French toast", "Lollipop", "Crisps", "Drumstick", "Macadamia nuts", "Spaghetti bolognese", "Orange", "Fried egg", "Peach", "Cooked aubergine", "Hard-boiled egg", "Apple", "Meat and patato stew", "Tomato juice", "Avocado", "Bacon", "Broccoli", "Squid rings", "Roast chestnuts", "Candyfloss", "Cappuccino", "Coconut", "Corn flakes", "Birthday cake", "Cheesecake", "Kiwi", "Lasagne", "Macaron", "Meatballs", "Melon", "Custard slice", "Muffin", "Raw oyster", "Paella", "Space food", "Peanuts", "Pear", "Pretzel", "Risotto", "Roast beef", "Salami", "Escargot", "Spaghetti peperoncino", "Squid-ink spaghetti", "Tiramisu", "Toffee apple", "Truffle", "Roast turkey", "Waffle", "Yogurt", "Jelly", "Cola", "Pancakes", "Instant noodles", "Popcorn", "Garlic", "Stuffed cabbage roll", "Protein shake", "Tomato", "Apple juice", "Mango", "Hot dog", "Cheese", "Parma ham", "Pineapple", "Salmon meuniere", "Chilli prawns", "Peking duck", "Octopus", "Green pepper", "Stewed beef", "Handmade chocolate", "Pot-au-feu", "Ruined meal", "Barbecued meat", "Yakitori", "Onion gratin soup", "Celery", "Box of chocolates", "Smoothie", "Expresso", "Honey", "Doner kebab", "Lemonade", "Olives", "Polenta", "Ravioli", "Schnitzel", "Roast chicken", "Tortilla", "Scone", "Smoked salmon", "Sunflower seeds", "Chamomile tea", "Hot chocolate", "Black Forest gateau", "Prawn salad", "Pork cutlet", "Herring", "Liquorice", "Mashed potato", "Pasta pesto", "Danish pastry", "Porridge", "Brussels sprouts", "Clotted cream", "Gingerbread cake", "Panini", "Fudge", "Fishcakes", "Fried seafood", "Olivier salad", "Pain au chocolat", "Yule log", "Roast lamb", "English breakfast", "Marron", "Pandoro", "Panettone", "Beans on toast", "Cherimoya", "Bacalao", "Cornish pasty", "Turron", "Fried sardines", "Bundt cake", "Roast duck", "Hake fillet", "Natillas", "Custard pastry", "Rollmop herrings", "Ham and asparagus", "Baguette", "Borscht", "Cannoli", "Chilli con carne", "Chicken tikka masala", "Couscous", "Creme brulee", "Fish and chips", "Gazpacho", "Mozzarella salad", "Mussels", "Minestrone", "Panna cotta", "Beef bourguignon", "Marzipan fruit", "Gnocchi", "Greek salad", "Hummus", "Melanzane parmigiana", "Mince pie", "Rice pudding", "Sauerkraut", "Christmas pudding", "Souffle", "Churros", "Iberian ham", "Dates", "Mozzarella", "Pistachios", "Pork pie", "Walnuts", "Grated carrot", "Ratatouille", "Sparkling water", "Spinach", "Tapas", "Bread with chocolate spread", "Courgette", "Gherkins", "Saltimbocca", "Profiteroles", "Mint sweet", "Ice cream cone"})
+ Me.Select_target1_foodEU.Location = New System.Drawing.Point(2, 2)
+ Me.Select_target1_foodEU.Name = "Select_target1_foodEU"
+ Me.Select_target1_foodEU.Size = New System.Drawing.Size(146, 21)
+ Me.Select_target1_foodEU.TabIndex = 251
+ '
+ 'Danger_interaction
+ '
+ Me.Danger_interaction.Cursor = System.Windows.Forms.Cursors.Help
+ Me.Danger_interaction.Image = CType(resources.GetObject("Danger_interaction.Image"), System.Drawing.Image)
+ Me.Danger_interaction.Location = New System.Drawing.Point(38, 284)
+ Me.Danger_interaction.Name = "Danger_interaction"
+ Me.Danger_interaction.Size = New System.Drawing.Size(20, 20)
+ Me.Danger_interaction.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
+ Me.Danger_interaction.TabIndex = 262
+ Me.Danger_interaction.TabStop = False
+ Me.Danger_interaction.Visible = False
+ '
+ 'Title_interactionpattern
+ '
+ Me.Title_interactionpattern.BackColor = System.Drawing.Color.Transparent
+ Me.Title_interactionpattern.ForeColor = System.Drawing.SystemColors.ControlLightLight
+ Me.Title_interactionpattern.Location = New System.Drawing.Point(41, 289)
+ Me.Title_interactionpattern.Name = "Title_interactionpattern"
+ Me.Title_interactionpattern.Size = New System.Drawing.Size(438, 13)
+ Me.Title_interactionpattern.TabIndex = 261
+ Me.Title_interactionpattern.Text = "Interaction pattern"
+ Me.Title_interactionpattern.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ '
+ 'Icon_interaction
+ '
+ Me.Icon_interaction.Image = Global.Tomodachi_Life_Save_Editor.My.Resources.Resources.apartment_black
+ Me.Icon_interaction.Location = New System.Drawing.Point(6, 304)
+ Me.Icon_interaction.Name = "Icon_interaction"
+ Me.Icon_interaction.Size = New System.Drawing.Size(30, 26)
+ Me.Icon_interaction.TabIndex = 260
+ Me.Icon_interaction.TabStop = False
+ Me.Icon_interaction.Visible = False
+ '
+ 'Panel17
+ '
+ Me.Panel17.BackgroundImage = Global.Tomodachi_Life_Save_Editor.My.Resources.Resources.bg_orange
+ Me.Panel17.Controls.Add(Me.valu_interaction)
+ Me.Panel17.Controls.Add(Me.Select_interaction)
+ Me.Panel17.Controls.Add(Me.Text_notinteraction)
+ Me.Panel17.Location = New System.Drawing.Point(37, 305)
+ Me.Panel17.Name = "Panel17"
+ Me.Panel17.Size = New System.Drawing.Size(441, 25)
+ Me.Panel17.TabIndex = 259
+ '
+ 'valu_interaction
+ '
+ Me.valu_interaction.BorderStyle = System.Windows.Forms.BorderStyle.None
+ Me.valu_interaction.Hexadecimal = True
+ Me.valu_interaction.Location = New System.Drawing.Point(104, 4)
+ Me.valu_interaction.Maximum = New Decimal(New Integer() {65535, 0, 0, 0})
+ Me.valu_interaction.Name = "valu_interaction"
+ Me.valu_interaction.Size = New System.Drawing.Size(86, 16)
+ Me.valu_interaction.TabIndex = 187
+ Me.valu_interaction.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
+ '
+ 'Select_interaction
+ '
+ Me.Select_interaction.BackColor = System.Drawing.SystemColors.Window
+ Me.Select_interaction.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
+ Me.Select_interaction.Enabled = False
+ Me.Select_interaction.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.Select_interaction.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Select_interaction.FormattingEnabled = True
+ Me.Select_interaction.IntegralHeight = False
+ Me.Select_interaction.ItemHeight = 13
+ Me.Select_interaction.Items.AddRange(New Object() {"Nothing", "I'm starving", "I'd like {foods}", "I'd like some dessert", "I'm feeling thirsty", "I'd like to eat something sweet", "I'm in the mood for something spicy", "I wanna eat something salty", "I would like to eat something sour", "I'm in the mood for some greasy food", "I'd like to eat something cold", "I'd like to eat something warm", "I've got a craving for sweets", "I'd like to eat some fruit", "I want to eat some vegetables", "I'd like something with rice", "I feel like eating some bread", "I'd like to eat something meaty", "I have a craving for seefood", "I want some food with eggs", "I feel like eating Japanese food", "I feel like eating American food", "I feel like eating Chinese food", "I feel like eating Italian food", "I'm in the mood for noodles", "I'd love to eat something posh", "_Would like to eat something but say nothing_", "_Would like to eat something but say nothing (1)_", "I'd like to eat something British", "I'd like to eat something French", "I'd like to eat something German", "I'd like to eat something Spanish", "_Would like to eat something but say nothing (2)_", "I'd like to eat something Korean", "I could eat anything !", "I'm starving (1)", "I'm really hungry !", "I'm hungry !", "I'd like some new clothes", "I want {clothes}", "I'd like some new clothes (something warm)", "I'd like some new clothes (something light)", "I'd like some new clothes (something flashy)", "I'd like some new clothes (something simple)", "I'd like some new clothes (something formal)", "I'd like some new clothes (something casual)", "I'd like some new clothes (something cute)", "I'd like some new clothes (they have to be HOT!)", "I'd like some new clothes (something stylish)", "I'd like some new clothes (frumpy could work...)", "I'd like some new clothes that are unique…", "I'd like some new clothes that are safe and plain…", "I'd like some new clothes (mood for a skirt)", "I'd like some new clothes (wear to work)", "I'd like some new clothes (wear while doing sports)", "I'd like a new hat", "I'd like {hats}", "I could use a warm hat", "I'd like a flashy hat", "I'm after a plain-looking hat", "I need a formal hat", "I'd like a casual-looking hat", "I've got to have a cute hat", "I want a cool hat", "I'd like something ugly on my head", "I'd like something unique for my head", "I'd like to try on a hat that's plain and safe", "I need a hat I can use for sports", "I want something to wear on my head", "I need something cute for my head", "I'm after something strange to put on my head", "I need some kind of hair accessory", "I want a cute hair accessory", "I'd like a new look for my room", "I want to be friends with {Mii}", "I heard that {Mii} wants to be friends", "I've got feelings for {Mii} I want to tell him", "I think {Mii} likes me. What do you think ?", "I think {Mii} needs a special someone... How about setting them up with {Mii}", "Why would {Mii} want me to go out with… {Mii} ?", "I've got feelings for{Mii} and {Mii}. Who do you think I should tell my feelings " & _
+ "to ?", "_Show heart in windows but freeze_", "I'd like take {Mii} on a date. Where should we go ?", "I want to propose to {Mii}. Do you think I should ?", "I've been thinking about having a child with {Mii}…", "{Mii} and I have a baby", "{Baby} has been grown-up", "I had a fight with {Mii} ! I'm so mad !", "I had a huge fight with {Mii} and now I really, really mad !", "{Mii} had a fight with {Mii} and won't make up", "I don't want to fight with {Mii} any more.", "Target : I'll never be able to get those happy times back again", "Divorce and break target's heart", "Sad : love rejected", "{Mii} rejected me but I'm not going to give up ! I have to try again. What do you" & _
+ " think ?", "I'll never be able to get those happy times back again", "I feel like I've got a big hole in my heart since we broke up", "I'm just not good enough…", "Life is tougher than I expected…", "I should look for someone new…", "I guess this was just meant to be", "I'm going to say {Cathphrase} when I happy. What do you think ?", "I'm going to say {Cathphrase} when I angry. What do you think ?", "What should I say when I feel down ?", "I'm going to say {Cathphrase} when I'm worry. What do you think ?", "I'd like to have a disposable camera", "I want to take a bath", "I've got a cold…", "My tummy doesn't feel too good…", "I'd love to change my hair colour", "I wish I were older", "I wish I were younger", "Please look inside my tummy", "Look inside my head", "I want to sneeze but I can't …", "I don't really know anything about {Mii}. What do you thing about {Mii} and me ?", "I think I'm really good friends with {Mii}", "I think that {Mii} is a pretty good friend. What do you thing about {Mii} and me " & _
+ "?", "I think that I have something really special with {Mii}. What do you thing about" & _
+ " {Mii} and me ?", "I think that {Mii} and I are a pretty close couple. What do you thing about {Mii" & _
+ "} and me ?", "What subject are you beast at, {You} lookalike ?", "I getting lonely here on this island, It'd be nice to have some company…", "I decided to donate some money to help improve this island. Go and have a look", "I'm starving (Travelers)", "I must be pretty stinky right now…", "My nose feels runny. I must be getting hay fever…", "I thought it tasted a bit funny at first. I shouldn't have eaten it…", "Thinking about home made me a bit homesick, but I'm OK…", "I made friends with somebody called {Mii}. {Mii} was so interested in my stories," & _
+ " should I tell them more ?", "A mosquito got into my tent…", "I'm so famished I can hardly move…", "I've got a sore throat…", "I got a letter from someone to meet them on the roof… I don't know who wrote it… " & _
+ "Should I go ?", "I loss something very important", "Hey… Actually… I need… ah… {money} as soon as possible !", "Thanks for your help the other day", "Check out my impression of {Mii}", "Do you want to hear something about my special someone ?", "Would you like to see a weird face that I've been practising ?"})
+ Me.Select_interaction.Location = New System.Drawing.Point(2, 2)
+ Me.Select_interaction.Name = "Select_interaction"
+ Me.Select_interaction.Size = New System.Drawing.Size(437, 21)
+ Me.Select_interaction.TabIndex = 112
+ '
+ 'Text_notinteraction
+ '
+ Me.Text_notinteraction.BackColor = System.Drawing.SystemColors.ControlLightLight
+ Me.Text_notinteraction.Cursor = System.Windows.Forms.Cursors.Arrow
+ Me.Text_notinteraction.Enabled = False
+ Me.Text_notinteraction.Location = New System.Drawing.Point(2, 2)
+ Me.Text_notinteraction.Name = "Text_notinteraction"
+ Me.Text_notinteraction.ReadOnly = True
+ Me.Text_notinteraction.Size = New System.Drawing.Size(437, 20)
+ Me.Text_notinteraction.TabIndex = 276
+ Me.Text_notinteraction.Text = "This interaction is not listed. You can extract him and share it"
+ Me.Text_notinteraction.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
+ '
+ 'Label4
+ '
+ Me.Label4.BackColor = System.Drawing.Color.Transparent
+ Me.Label4.Location = New System.Drawing.Point(228, 232)
+ Me.Label4.Name = "Label4"
+ Me.Label4.Size = New System.Drawing.Size(130, 13)
+ Me.Label4.TabIndex = 192
+ Me.Label4.Text = "Last StreetPass date"
+ Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ '
+ 'valu_lastdatestp
+ '
+ Me.valu_lastdatestp.BorderStyle = System.Windows.Forms.BorderStyle.None
+ Me.valu_lastdatestp.Enabled = False
+ Me.valu_lastdatestp.Hexadecimal = True
+ Me.valu_lastdatestp.Location = New System.Drawing.Point(233, 248)
+ Me.valu_lastdatestp.Maximum = New Decimal(New Integer() {-1, 0, 0, 0})
+ Me.valu_lastdatestp.Name = "valu_lastdatestp"
+ Me.valu_lastdatestp.ReadOnly = True
+ Me.valu_lastdatestp.Size = New System.Drawing.Size(120, 16)
+ Me.valu_lastdatestp.TabIndex = 191
+ Me.valu_lastdatestp.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
+ Me.valu_lastdatestp.ThousandsSeparator = True
+ '
'Travelers_edit
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackgroundImage = Global.Tomodachi_Life_Save_Editor.My.Resources.Resources.bg_travelers
- Me.ClientSize = New System.Drawing.Size(434, 298)
+ Me.ClientSize = New System.Drawing.Size(676, 456)
Me.ControlBox = False
+ Me.Controls.Add(Me.TabControl1)
Me.Controls.Add(Me.PictureBox6)
- Me.Controls.Add(Me.PictureBox5)
- Me.Controls.Add(Me.PictureBox4)
- Me.Controls.Add(Me.PictureBox3)
- Me.Controls.Add(Me.PictureBox2)
- Me.Controls.Add(Me.PictureBox1)
- Me.Controls.Add(Me.PictureBox162)
- Me.Controls.Add(Me.valu_happiness)
- Me.Controls.Add(Me.Button_save)
Me.Controls.Add(Me.Icon_return)
- Me.Controls.Add(Me.valu_level)
- Me.Controls.Add(Me.Panel6)
- Me.Controls.Add(Me.Panel5)
- Me.Controls.Add(Me.Text_level)
- Me.Controls.Add(Me.Icon_happiness)
- Me.Controls.Add(Me.Panel3)
- Me.Controls.Add(Me.Panel2)
- Me.Controls.Add(Me.Icon_travelers)
- Me.Controls.Add(Me.Select_travelers)
- Me.Controls.Add(Me.Panel4)
- Me.Controls.Add(Me.valu_happiness2)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "Travelers_edit"
@@ -433,8 +1102,37 @@ Partial Class Travelers_edit
CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).EndInit()
+ Me.TabControl1.ResumeLayout(False)
+ Me.TabPage1.ResumeLayout(False)
+ Me.TabPage1.PerformLayout()
+ CType(Me.valu_tent, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.PictureBox10, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.PictureBox9, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.Fea_reusetravelers, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.PictureBox8, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.Fea_extractravelers, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.Fea_importravelers, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.valu_lastdatetraveler, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.valu_unknow_4, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.valu_unknow_3, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.valu_unknow_7, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.valu_unknow_1, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.valu_unknow_5, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.valu_unknow_2, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.valu_unknow_6, System.ComponentModel.ISupportInitialize).EndInit()
+ Me.Panel_target2.ResumeLayout(False)
+ CType(Me.valu_target2, System.ComponentModel.ISupportInitialize).EndInit()
+ Me.Panel_target1.ResumeLayout(False)
+ CType(Me.valu_target1, System.ComponentModel.ISupportInitialize).EndInit()
+ Me.Panel_target1_foods.ResumeLayout(False)
+ CType(Me.Danger_interaction, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.Icon_interaction, System.ComponentModel.ISupportInitialize).EndInit()
+ Me.Panel17.ResumeLayout(False)
+ Me.Panel17.PerformLayout()
+ CType(Me.valu_interaction, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.valu_lastdatestp, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
- Me.PerformLayout()
End Sub
Friend WithEvents valu_level As System.Windows.Forms.NumericUpDown
@@ -466,4 +1164,52 @@ Partial Class Travelers_edit
Friend WithEvents PictureBox4 As System.Windows.Forms.PictureBox
Friend WithEvents PictureBox5 As System.Windows.Forms.PictureBox
Friend WithEvents PictureBox6 As System.Windows.Forms.PictureBox
+ 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 Fea_extractravelers As System.Windows.Forms.PictureBox
+ Friend WithEvents Fea_importravelers As System.Windows.Forms.PictureBox
+ Friend WithEvents PictureBox8 As System.Windows.Forms.PictureBox
+ Friend WithEvents PictureBox7 As System.Windows.Forms.PictureBox
+ Friend WithEvents Text_globaltravelers As System.Windows.Forms.TextBox
+ Friend WithEvents PictureBox9 As System.Windows.Forms.PictureBox
+ Friend WithEvents Fea_reusetravelers As System.Windows.Forms.PictureBox
+ Friend WithEvents PictureBox10 As System.Windows.Forms.PictureBox
+ Friend WithEvents valu_tent As System.Windows.Forms.NumericUpDown
+ Friend WithEvents valu_lastdatetraveler As System.Windows.Forms.NumericUpDown
+ Friend WithEvents Title_lastdatesave As System.Windows.Forms.Label
+ Friend WithEvents Label1 As System.Windows.Forms.Label
+ Friend WithEvents valu_unknow_1 As System.Windows.Forms.NumericUpDown
+ Friend WithEvents Label2 As System.Windows.Forms.Label
+ Friend WithEvents valu_unknow_5 As System.Windows.Forms.NumericUpDown
+ Friend WithEvents Label7 As System.Windows.Forms.Label
+ Friend WithEvents valu_unknow_2 As System.Windows.Forms.NumericUpDown
+ Friend WithEvents Label8 As System.Windows.Forms.Label
+ Friend WithEvents valu_unknow_6 As System.Windows.Forms.NumericUpDown
+ Friend WithEvents Label5 As System.Windows.Forms.Label
+ Friend WithEvents valu_unknow_3 As System.Windows.Forms.NumericUpDown
+ Friend WithEvents Label6 As System.Windows.Forms.Label
+ Friend WithEvents valu_unknow_7 As System.Windows.Forms.NumericUpDown
+ Friend WithEvents Label3 As System.Windows.Forms.Label
+ Friend WithEvents valu_unknow_4 As System.Windows.Forms.NumericUpDown
+ Friend WithEvents Title_target2 As System.Windows.Forms.Label
+ Friend WithEvents Title_target1 As System.Windows.Forms.Label
+ Friend WithEvents Panel_target2 As System.Windows.Forms.Panel
+ Friend WithEvents valu_target2 As System.Windows.Forms.NumericUpDown
+ Friend WithEvents Select_target2 As System.Windows.Forms.ComboBox
+ Friend WithEvents Panel_target1 As System.Windows.Forms.Panel
+ Friend WithEvents valu_target1 As System.Windows.Forms.NumericUpDown
+ Friend WithEvents Select_target1 As System.Windows.Forms.ComboBox
+ Friend WithEvents Panel_target1_foods As System.Windows.Forms.Panel
+ Friend WithEvents Select_target1_foodUS As System.Windows.Forms.ComboBox
+ Friend WithEvents Select_target1_foodEU As System.Windows.Forms.ComboBox
+ Friend WithEvents Danger_interaction As System.Windows.Forms.PictureBox
+ Friend WithEvents Title_interactionpattern As System.Windows.Forms.Label
+ Friend WithEvents Icon_interaction As System.Windows.Forms.PictureBox
+ Friend WithEvents Panel17 As System.Windows.Forms.Panel
+ Friend WithEvents valu_interaction As System.Windows.Forms.NumericUpDown
+ Friend WithEvents Select_interaction As System.Windows.Forms.ComboBox
+ Friend WithEvents Text_notinteraction As System.Windows.Forms.TextBox
+ Friend WithEvents Label4 As System.Windows.Forms.Label
+ Friend WithEvents valu_lastdatestp As System.Windows.Forms.NumericUpDown
End Class
diff --git a/Tomodachi-Life-Save-Editor/Travelers_edit.resx b/Tomodachi-Life-Save-Editor/Travelers_edit.resx
index 8e10835..8eaee8b 100644
--- a/Tomodachi-Life-Save-Editor/Travelers_edit.resx
+++ b/Tomodachi-Life-Save-Editor/Travelers_edit.resx
@@ -673,6 +673,61 @@
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
+ 7N0U2flz9T/2IPe0HbkokgAAAABJRU5ErkJggg==
diff --git a/Tomodachi-Life-Save-Editor/Travelers_edit.vb b/Tomodachi-Life-Save-Editor/Travelers_edit.vb
index edf1b8c..7d65b97 100644
--- a/Tomodachi-Life-Save-Editor/Travelers_edit.vb
+++ b/Tomodachi-Life-Save-Editor/Travelers_edit.vb
@@ -5,6 +5,21 @@ Public Class Travelers_edit
Dim savedataArc As String
Dim stmexp As String
Dim stmlv As String
+ Dim stptravelers As String
+ Dim TLexplorer As String
+ Dim Datetraveler As String
+ Dim Tent As String
+ Dim interaction As String
+ Dim unknow_1 As String
+ Dim unknow_2 As String
+ Dim unknow_3 As String
+ Dim unknow_4 As String
+ Dim unknow_5 As String
+ Dim unknow_6 As String
+ Dim unknow_7 As String
+ Dim lastdatestp As String
+ Dim target1 As String
+ Dim target2 As String
Public Sub readtravelers()
Try
@@ -21,6 +36,48 @@ Public Class Travelers_edit
Reader.Position = &H394FC + Accesstravelers
stmexp = Reader.Position
valu_happiness.Value = Reader.ReadByte
+ Reader.Position = &H390E0 + Accesstravelers
+ stptravelers = Reader.Position
+ Text_globaltravelers.Text = Reader.ReadHexString(&HC28)
+ Reader.Position = &H39390 + Accesstravelers
+ Datetraveler = Reader.Position
+ valu_lastdatetraveler.Value = Reader.ReadUInt32
+ Reader.Position = &H3939A + Accesstravelers
+ Tent = Reader.Position
+ valu_tent.Value = Reader.ReadUInt16
+ Reader.Position = &H393A2 + Accesstravelers
+ interaction = Reader.Position
+ valu_interaction.Value = Reader.ReadUInt16
+ Reader.Position = &H393A4 + Accesstravelers
+ target1 = Reader.Position
+ valu_target1.Value = Reader.ReadUInt16
+ Reader.Position = &H393A6 + Accesstravelers
+ target2 = Reader.Position
+ valu_target2.Value = Reader.ReadUInt16
+ Reader.Position = &H39394 + Accesstravelers
+ unknow_1 = Reader.Position
+ valu_unknow_1.Value = Reader.ReadUInt32
+ Reader.Position = &H39398 + Accesstravelers
+ unknow_2 = Reader.Position
+ valu_unknow_2.Value = Reader.ReadByte
+ Reader.Position = &H39399 + Accesstravelers
+ unknow_3 = Reader.Position
+ valu_unknow_3.Value = Reader.ReadByte
+ Reader.Position = &H3939C + Accesstravelers
+ unknow_4 = Reader.Position
+ valu_unknow_4.Value = Reader.ReadUInt16
+ Reader.Position = &H3939E + Accesstravelers
+ unknow_5 = Reader.Position
+ valu_unknow_5.Value = Reader.ReadUInt16
+ Reader.Position = &H393A0 + Accesstravelers
+ unknow_6 = Reader.Position
+ valu_unknow_6.Value = Reader.ReadByte
+ Reader.Position = &H393A1 + Accesstravelers
+ unknow_7 = Reader.Position
+ valu_unknow_7.Value = Reader.ReadByte
+ Reader.Position = &H390D0
+ lastdatestp = Reader.Position
+ valu_lastdatestp.Value = Reader.ReadUInt32
Catch ex As Exception
If TL_SaveEditor.Select_language.SelectedItem = TL_SaveEditor.Select_language.Items.Item(0) Then
TLSE_dialog.Text_TLSE_dialog.Text = "Failed to read this traveler, load a save file first or report this issue"
@@ -419,4 +476,102 @@ Public Class Travelers_edit
Private Sub Text_save_Click(sender As Object, e As EventArgs) Handles Text_save.Click
writetravelers()
End Sub
+
+ Private Sub Fea_extractravelers_Click(sender As Object, e As EventArgs) Handles Fea_extractravelers.Click
+ Try
+ Dim SaveFileDialog1 As New SaveFileDialog
+ SaveFileDialog1.Filter = "Tomodachi Life traveler|*.TLtraveler"
+ SaveFileDialog1.FileName = "Explorer_" & Today.Year & "_" & Today.Month & "_" & Today.Day & "_" & TimeOfDay.Hour & "h" & TimeOfDay.Minute
+ If SaveFileDialog1.ShowDialog = Windows.Forms.DialogResult.OK Then
+ Dim Writer1 As New System.IO.StreamWriter(SaveFileDialog1.FileName)
+ Writer1.Close()
+ Dim Writer As New PackageIO.Writer(SaveFileDialog1.FileName, PackageIO.Endian.Little)
+ Writer.WriteHexString(Text_globaltravelers.Text)
+ If TL_SaveEditor.Select_language.SelectedItem = TL_SaveEditor.Select_language.Items.Item(0) Then
+ TLSE_dialog.Text_TLSE_dialog.Text = "This traveler has been successfully extracted"
+ TLSE_dialog.ShowDialog()
+ End If
+ If TL_SaveEditor.Select_language.SelectedItem = TL_SaveEditor.Select_language.Items.Item(1) Then
+ TLSE_dialog.Text_TLSE_dialog.Text = "Ce voyageur a été extrait avec succès"
+ TLSE_dialog.ShowDialog()
+ End If
+ End If
+ Catch ex As Exception
+ If TL_SaveEditor.Select_language.SelectedItem = TL_SaveEditor.Select_language.Items.Item(0) Then
+ TLSE_dialog.Text_TLSE_dialog.Text = "Extraction of this traveler has failed, retry or report this issue"
+ TLSE_dialog.ShowDialog()
+ End If
+ If TL_SaveEditor.Select_language.SelectedItem = TL_SaveEditor.Select_language.Items.Item(1) Then
+ TLSE_dialog.Text_TLSE_dialog.Text = "L'extraction de ce voyageur a échoué, réessayez ou signalez cet erreur"
+ TLSE_dialog.ShowDialog()
+ End If
+ End Try
+ End Sub
+
+ Private Sub Fea_importravelers_Click(sender As Object, e As EventArgs) Handles Fea_importravelers.Click
+ Dim open As New OpenFileDialog
+ If TL_SaveEditor.Select_language.SelectedItem = TL_SaveEditor.Select_language.Items.Item(0) Then
+ TLSE_dialog.Text_TLSE_dialog.Text = "Open a Tomodachi Life traveler file" & vbNewLine & "Current traveler will be replace by traveler in Tomodachi Life traveler file" & vbNewLine & vbNewLine & "Do you want to continue ?"
+ TLSE_dialog.Panel_Cancel.Visible = True
+ TLSE_dialog.Panel_OK.Visible = True
+ TLSE_dialog.ShowDialog()
+ End If
+ If TL_SaveEditor.Select_language.SelectedItem = TL_SaveEditor.Select_language.Items.Item(1) Then
+ TLSE_dialog.Text_TLSE_dialog.Text = "Ouvrir un fichier Tomodachi Life traveler" & vbNewLine & "Le voyageur actuel va être remplacé par le voyageur du fichier Tomodachi Life traveler" & vbNewLine & vbNewLine & "Voulez-vous continuer ?"
+ TLSE_dialog.Panel_Cancel.Visible = True
+ TLSE_dialog.Panel_OK.Visible = True
+ TLSE_dialog.Cancel_Button.Text = "Annuler"
+ TLSE_dialog.ShowDialog()
+ End If
+ If TLSE_dialog.DialogResult = Windows.Forms.DialogResult.OK Then
+ If TL_SaveEditor.Select_language.SelectedItem = TL_SaveEditor.Select_language.Items.Item(0) Then
+ open.Filter = "Tomodachi Life traveler|*.TLtraveler"
+ open.Title = "Open a Tomodachi Life traveler file"
+ End If
+ If TL_SaveEditor.Select_language.SelectedItem = TL_SaveEditor.Select_language.Items.Item(1) Then
+ open.Filter = "Tomodachi Life traveler|*.TLtraveler"
+ open.Title = "Ouvrir un fichier Tomodachi Life traveler"
+ End If
+ open.ShowDialog()
+ TLexplorer = open.FileName
+ Try
+ Dim Readexplo As New PackageIO.Reader(TLexplorer, PackageIO.Endian.Little)
+ Readexplo.Position = &H0
+ Text_globaltravelers.Text = Readexplo.ReadHexString(&HC28)
+ Readexplo.Close()
+ Catch ex As Exception
+ If TL_SaveEditor.Select_language.SelectedItem = TL_SaveEditor.Select_language.Items.Item(0) Then
+ TLSE_dialog.Text_TLSE_dialog.Text = "Failed to read Tomodachi Life traveler file" & vbNewLine & "Select a valid Tomodachi Life traveler file or report this issue"
+ TLSE_dialog.ShowDialog()
+ End If
+ If TL_SaveEditor.Select_language.SelectedItem = TL_SaveEditor.Select_language.Items.Item(1) Then
+ TLSE_dialog.Text_TLSE_dialog.Text = "La lecture du fichier Tomodachi Life traveler a échoué" & vbNewLine & "Sélectionnez un fichier Tomodachi Life traveler valide ou signalez cet erreur"
+ TLSE_dialog.ShowDialog()
+ End If
+ End Try
+ Try
+ Dim Writer As New PackageIO.Writer(savedataArc, PackageIO.Endian.Little)
+ Writer.Position = stptravelers
+ Writer.WriteHexString(Text_globaltravelers.Text)
+ If TL_SaveEditor.Select_language.SelectedItem = TL_SaveEditor.Select_language.Items.Item(0) Then
+ TLSE_dialog.Text_TLSE_dialog.Text = "This traveler has been successfully replaced"
+ TLSE_dialog.ShowDialog()
+ End If
+ If TL_SaveEditor.Select_language.SelectedItem = TL_SaveEditor.Select_language.Items.Item(1) Then
+ TLSE_dialog.Text_TLSE_dialog.Text = "Ce voyageur a été remplacé avec succès"
+ TLSE_dialog.ShowDialog()
+ End If
+ readtravelers()
+ Catch ex As Exception
+ If TL_SaveEditor.Select_language.SelectedItem = TL_SaveEditor.Select_language.Items.Item(0) Then
+ TLSE_dialog.Text_TLSE_dialog.Text = "Failed to write Tomodachi Life traveler file" & vbNewLine & "Make sure you have opened a Tomodachi Life save file before or report this issue"
+ TLSE_dialog.ShowDialog()
+ End If
+ If TL_SaveEditor.Select_language.SelectedItem = TL_SaveEditor.Select_language.Items.Item(1) Then
+ TLSE_dialog.Text_TLSE_dialog.Text = "L'écriture du fichier Tomodachi Life traveler a échoué" & vbNewLine & "Soyez sûr d'avoir ouvert une sauvegarde de Tomodachi Life ou signalez cet erreur"
+ TLSE_dialog.ShowDialog()
+ End If
+ End Try
+ End If
+ End Sub
End Class
\ No newline at end of file
diff --git a/Tomodachi-Life-Save-Editor/bin/Debug/Tomodachi-Life-Save-Editor.exe b/Tomodachi-Life-Save-Editor/bin/Debug/Tomodachi-Life-Save-Editor.exe
index 19685b8..a911c44 100644
Binary files a/Tomodachi-Life-Save-Editor/bin/Debug/Tomodachi-Life-Save-Editor.exe and b/Tomodachi-Life-Save-Editor/bin/Debug/Tomodachi-Life-Save-Editor.exe differ
diff --git a/Tomodachi-Life-Save-Editor/bin/Debug/Tomodachi-Life-Save-Editor.pdb b/Tomodachi-Life-Save-Editor/bin/Debug/Tomodachi-Life-Save-Editor.pdb
index c86474b..5cae89b 100644
Binary files a/Tomodachi-Life-Save-Editor/bin/Debug/Tomodachi-Life-Save-Editor.pdb and b/Tomodachi-Life-Save-Editor/bin/Debug/Tomodachi-Life-Save-Editor.pdb differ
diff --git a/Tomodachi-Life-Save-Editor/bin/Debug/Tomodachi-Life-Save-Editor.xml b/Tomodachi-Life-Save-Editor/bin/Debug/Tomodachi-Life-Save-Editor.xml
index 9df48dc..3317d3f 100644
--- a/Tomodachi-Life-Save-Editor/bin/Debug/Tomodachi-Life-Save-Editor.xml
+++ b/Tomodachi-Life-Save-Editor/bin/Debug/Tomodachi-Life-Save-Editor.xml
@@ -1283,6 +1283,10 @@ Tomodachi-Life-Save-Editor
Recherche une ressource localisée de type System.Drawing.Bitmap.
+
+
+ Recherche une ressource localisée de type System.Drawing.Bitmap.
+
Recherche une ressource localisée de type System.Drawing.Bitmap.
@@ -1303,6 +1307,10 @@ Tomodachi-Life-Save-Editor
Recherche une ressource localisée de type System.Drawing.Bitmap.
+
+
+ Recherche une ressource localisée de type System.Drawing.Bitmap.
+
Recherche une ressource localisée de type System.Drawing.Bitmap.
@@ -1395,6 +1403,10 @@ Tomodachi-Life-Save-Editor
Recherche une ressource localisée de type System.Drawing.Bitmap.
+
+
+ Recherche une ressource localisée de type System.Drawing.Bitmap.
+
Recherche une ressource localisée de type System.Drawing.Bitmap.
@@ -1419,6 +1431,10 @@ Tomodachi-Life-Save-Editor
Recherche une ressource localisée de type System.Drawing.Bitmap.
+
+
+ Recherche une ressource localisée de type System.Drawing.Bitmap.
+
Recherche une ressource localisée de type System.Drawing.Bitmap.
diff --git a/Tomodachi-Life-Save-Editor/bin/Release/Tomodachi-Life-Save-Editor.exe b/Tomodachi-Life-Save-Editor/bin/Release/Tomodachi-Life-Save-Editor.exe
index 7021676..2076a98 100644
Binary files a/Tomodachi-Life-Save-Editor/bin/Release/Tomodachi-Life-Save-Editor.exe and b/Tomodachi-Life-Save-Editor/bin/Release/Tomodachi-Life-Save-Editor.exe differ
diff --git a/Tomodachi-Life-Save-Editor/bin/Release/Tomodachi-Life-Save-Editor.pdb b/Tomodachi-Life-Save-Editor/bin/Release/Tomodachi-Life-Save-Editor.pdb
index fb8e7c5..a354566 100644
Binary files a/Tomodachi-Life-Save-Editor/bin/Release/Tomodachi-Life-Save-Editor.pdb and b/Tomodachi-Life-Save-Editor/bin/Release/Tomodachi-Life-Save-Editor.pdb differ
diff --git a/Tomodachi-Life-Save-Editor/bin/Release/Tomodachi-Life-Save-Editor.xml b/Tomodachi-Life-Save-Editor/bin/Release/Tomodachi-Life-Save-Editor.xml
index 9df48dc..3317d3f 100644
--- a/Tomodachi-Life-Save-Editor/bin/Release/Tomodachi-Life-Save-Editor.xml
+++ b/Tomodachi-Life-Save-Editor/bin/Release/Tomodachi-Life-Save-Editor.xml
@@ -1283,6 +1283,10 @@ Tomodachi-Life-Save-Editor
Recherche une ressource localisée de type System.Drawing.Bitmap.
+
+
+ Recherche une ressource localisée de type System.Drawing.Bitmap.
+
Recherche une ressource localisée de type System.Drawing.Bitmap.
@@ -1303,6 +1307,10 @@ Tomodachi-Life-Save-Editor
Recherche une ressource localisée de type System.Drawing.Bitmap.
+
+
+ Recherche une ressource localisée de type System.Drawing.Bitmap.
+
Recherche une ressource localisée de type System.Drawing.Bitmap.
@@ -1395,6 +1403,10 @@ Tomodachi-Life-Save-Editor
Recherche une ressource localisée de type System.Drawing.Bitmap.
+
+
+ Recherche une ressource localisée de type System.Drawing.Bitmap.
+
Recherche une ressource localisée de type System.Drawing.Bitmap.
@@ -1419,6 +1431,10 @@ Tomodachi-Life-Save-Editor
Recherche une ressource localisée de type System.Drawing.Bitmap.
+
+
+ Recherche une ressource localisée de type System.Drawing.Bitmap.
+
Recherche une ressource localisée de type System.Drawing.Bitmap.
diff --git a/Tomodachi-Life-Save-Editor/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Tomodachi-Life-Save-Editor/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
index 6ed48c3..a859162 100644
Binary files a/Tomodachi-Life-Save-Editor/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/Tomodachi-Life-Save-Editor/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ
diff --git a/Tomodachi-Life-Save-Editor/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll b/Tomodachi-Life-Save-Editor/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll
index 8160c20..06a0711 100644
Binary files a/Tomodachi-Life-Save-Editor/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll and b/Tomodachi-Life-Save-Editor/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll differ
diff --git a/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi-Life-Save-Editor.exe b/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi-Life-Save-Editor.exe
index 19685b8..a911c44 100644
Binary files a/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi-Life-Save-Editor.exe and b/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi-Life-Save-Editor.exe differ
diff --git a/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi-Life-Save-Editor.pdb b/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi-Life-Save-Editor.pdb
index c86474b..5cae89b 100644
Binary files a/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi-Life-Save-Editor.pdb and b/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi-Life-Save-Editor.pdb differ
diff --git a/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi-Life-Save-Editor.vbproj.GenerateResource.Cache b/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi-Life-Save-Editor.vbproj.GenerateResource.Cache
index e901183..cec619a 100644
Binary files a/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi-Life-Save-Editor.vbproj.GenerateResource.Cache and b/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi-Life-Save-Editor.vbproj.GenerateResource.Cache differ
diff --git a/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi-Life-Save-Editor.xml b/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi-Life-Save-Editor.xml
index 9df48dc..3317d3f 100644
--- a/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi-Life-Save-Editor.xml
+++ b/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi-Life-Save-Editor.xml
@@ -1283,6 +1283,10 @@ Tomodachi-Life-Save-Editor
Recherche une ressource localisée de type System.Drawing.Bitmap.
+
+
+ Recherche une ressource localisée de type System.Drawing.Bitmap.
+
Recherche une ressource localisée de type System.Drawing.Bitmap.
@@ -1303,6 +1307,10 @@ Tomodachi-Life-Save-Editor
Recherche une ressource localisée de type System.Drawing.Bitmap.
+
+
+ Recherche une ressource localisée de type System.Drawing.Bitmap.
+
Recherche une ressource localisée de type System.Drawing.Bitmap.
@@ -1395,6 +1403,10 @@ Tomodachi-Life-Save-Editor
Recherche une ressource localisée de type System.Drawing.Bitmap.
+
+
+ Recherche une ressource localisée de type System.Drawing.Bitmap.
+
Recherche une ressource localisée de type System.Drawing.Bitmap.
@@ -1419,6 +1431,10 @@ Tomodachi-Life-Save-Editor
Recherche une ressource localisée de type System.Drawing.Bitmap.
+
+
+ Recherche une ressource localisée de type System.Drawing.Bitmap.
+
Recherche une ressource localisée de type System.Drawing.Bitmap.
diff --git a/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi_Life_Save_Editor.Resources.resources b/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi_Life_Save_Editor.Resources.resources
index e270050..4b0fe26 100644
Binary files a/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi_Life_Save_Editor.Resources.resources and b/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi_Life_Save_Editor.Resources.resources differ
diff --git a/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi_Life_Save_Editor.TL_SaveEditor.resources b/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi_Life_Save_Editor.TL_SaveEditor.resources
index 26c9977..8874718 100644
Binary files a/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi_Life_Save_Editor.TL_SaveEditor.resources and b/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi_Life_Save_Editor.TL_SaveEditor.resources differ
diff --git a/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi_Life_Save_Editor.Travelers_edit.resources b/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi_Life_Save_Editor.Travelers_edit.resources
index 4b8e9a7..d6b0e77 100644
Binary files a/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi_Life_Save_Editor.Travelers_edit.resources and b/Tomodachi-Life-Save-Editor/obj/Debug/Tomodachi_Life_Save_Editor.Travelers_edit.resources differ
diff --git a/Tomodachi-Life-Save-Editor/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache b/Tomodachi-Life-Save-Editor/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
index f7df477..b49e2ee 100644
Binary files a/Tomodachi-Life-Save-Editor/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache and b/Tomodachi-Life-Save-Editor/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache differ
diff --git a/Tomodachi-Life-Save-Editor/obj/Release/TempPE/My Project.Resources.Designer.vb.dll b/Tomodachi-Life-Save-Editor/obj/Release/TempPE/My Project.Resources.Designer.vb.dll
index c4df968..9e21108 100644
Binary files a/Tomodachi-Life-Save-Editor/obj/Release/TempPE/My Project.Resources.Designer.vb.dll and b/Tomodachi-Life-Save-Editor/obj/Release/TempPE/My Project.Resources.Designer.vb.dll differ
diff --git a/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi-Life-Save-Editor.exe b/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi-Life-Save-Editor.exe
index 7021676..2076a98 100644
Binary files a/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi-Life-Save-Editor.exe and b/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi-Life-Save-Editor.exe differ
diff --git a/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi-Life-Save-Editor.pdb b/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi-Life-Save-Editor.pdb
index fb8e7c5..a354566 100644
Binary files a/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi-Life-Save-Editor.pdb and b/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi-Life-Save-Editor.pdb differ
diff --git a/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi-Life-Save-Editor.xml b/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi-Life-Save-Editor.xml
index 9df48dc..3317d3f 100644
--- a/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi-Life-Save-Editor.xml
+++ b/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi-Life-Save-Editor.xml
@@ -1283,6 +1283,10 @@ Tomodachi-Life-Save-Editor
Recherche une ressource localisée de type System.Drawing.Bitmap.
+
+
+ Recherche une ressource localisée de type System.Drawing.Bitmap.
+
Recherche une ressource localisée de type System.Drawing.Bitmap.
@@ -1303,6 +1307,10 @@ Tomodachi-Life-Save-Editor
Recherche une ressource localisée de type System.Drawing.Bitmap.
+
+
+ Recherche une ressource localisée de type System.Drawing.Bitmap.
+
Recherche une ressource localisée de type System.Drawing.Bitmap.
@@ -1395,6 +1403,10 @@ Tomodachi-Life-Save-Editor
Recherche une ressource localisée de type System.Drawing.Bitmap.
+
+
+ Recherche une ressource localisée de type System.Drawing.Bitmap.
+
Recherche une ressource localisée de type System.Drawing.Bitmap.
@@ -1419,6 +1431,10 @@ Tomodachi-Life-Save-Editor
Recherche une ressource localisée de type System.Drawing.Bitmap.
+
+
+ Recherche une ressource localisée de type System.Drawing.Bitmap.
+
Recherche une ressource localisée de type System.Drawing.Bitmap.
diff --git a/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi_Life_Save_Editor.Resources.resources b/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi_Life_Save_Editor.Resources.resources
index e270050..4b0fe26 100644
Binary files a/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi_Life_Save_Editor.Resources.resources and b/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi_Life_Save_Editor.Resources.resources differ
diff --git a/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi_Life_Save_Editor.TL_SaveEditor.resources b/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi_Life_Save_Editor.TL_SaveEditor.resources
index 26c9977..8874718 100644
Binary files a/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi_Life_Save_Editor.TL_SaveEditor.resources and b/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi_Life_Save_Editor.TL_SaveEditor.resources differ
diff --git a/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi_Life_Save_Editor.Travelers_edit.resources b/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi_Life_Save_Editor.Travelers_edit.resources
index 4b8e9a7..d6b0e77 100644
Binary files a/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi_Life_Save_Editor.Travelers_edit.resources and b/Tomodachi-Life-Save-Editor/obj/Release/Tomodachi_Life_Save_Editor.Travelers_edit.resources differ