- icone nuove
This commit is contained in:
Emmanuele Sassi
2015-05-18 07:30:39 +00:00
parent 1bebe246ec
commit 44199af100
111 changed files with 2026 additions and 3484 deletions
+111
View File
@@ -426,6 +426,117 @@
<ItemGroup>
<None Include="Resources\CircleCP.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\ArcSVE.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Centro.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Chamfer.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\ChangeColorAlpha.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\CirclePoint.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Custom1.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Custom10.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Custom11.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Custom2.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Custom3.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Custom4.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Custom5.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Custom6.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Custom7.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Custom8.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Custom9.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Foratura.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Frame.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Fresatura.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\JoinCopy.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Lama.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\LinePVL.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\LooFromBACK.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\LookFromGrid.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\LookFromISO_SO.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Mirror3D.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\PolygonSide.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Rectangle2P.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\RemoveColor.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Riferimento.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Rotate3D.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Scale3D.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Screw.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Sketch.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\SplitCurve.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\TextPlus.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Ventosa.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
<PropertyGroup>
<PostBuildEvent>IF "$(PlatformName)"=="x86" IF "$(ConfigurationName)" == "Release" copy $(TargetPath) C:\EgtProg\EgtCam\EgtCamR32.exe
+202 -164
View File
File diff suppressed because it is too large Load Diff
+1585 -3255
View File
File diff suppressed because it is too large Load Diff
+128 -65
View File
@@ -69,67 +69,67 @@ Public Class MainForm
Return m_nUserLevel
End Function
Sub New()
'Sub New()
' This call is required by the designer.
InitializeComponent()
' ' This call is required by the designer.
' InitializeComponent()
' Add any initialization after the InitializeComponent() call.
'QatCustomizeItem1.Visible = False
MetroAppButton1.Visible = False
' ' Add any initialization after the InitializeComponent() call.
' 'QatCustomizeItem1.Visible = False
' MetroAppButton1.Visible = False
'Imposta dimensione e posizione delle Bar nella MetroShell
BarRendering.SetBounds(0, 0, 122, 40)
BarZoom.SetBounds(122, 0, 122, 40)
BarView.SetBounds(244, 0, 403, 40)
BarTools.SetBounds(647, 0, 122, 40)
MetroBarCplane.SetBounds(769, 1, 314, 80)
' 'Imposta dimensione e posizione delle Bar nella MetroShell
' BarRendering.SetBounds(0, 0, 122, 40)
' BarZoom.SetBounds(122, 0, 122, 40)
' BarView.SetBounds(244, 0, 403, 40)
' BarTools.SetBounds(647, 0, 122, 40)
' MetroBarCplane.SetBounds(769, 1, 314, 80)
' Seleziono la Modalità Disegna
MetroTabModDisegna.Select()
SuperTabDisegna.Visible = True
SuperTabCostruisci.Visible = True
SuperTabModifica.Visible = True
SuperTabTrasforma.Visible = True
SuperTabLavorazioni.Visible = False
SuperTabSottopezzi.Visible = False
SuperTabLua.Visible = False
'SuperTabStripSinistra.SelectedTab('.SubItems("SuperTabDisegna") per essere sicuro che esca disegna come prima tab selezionata(da correggere)
ExpPanelGeometryTree.Visible = True
InputBox.Visible = False
'Disattivo tutti i CustomButton prima di eseguire il Form_Load
For Each CustomButton As ButtonItem In BarTabLua.Items
CustomButton.Visible = False
Next
' ' Seleziono la Modalità Disegna
' MetroTabModDisegna.Select()
' SuperTabDisegna.Visible = True
' SuperTabCostruisci.Visible = True
' SuperTabModifica.Visible = True
' SuperTabTrasforma.Visible = True
' SuperTabLavorazioni.Visible = False
' SuperTabSottopezzi.Visible = False
' SuperTabLua.Visible = False
' 'SuperTabStripSinistra.SelectedTab('.SubItems("SuperTabDisegna") per essere sicuro che esca disegna come prima tab selezionata(da correggere)
' ExpPanelGeometryTree.Visible = True
' InputBox.Visible = False
' 'Disattivo tutti i CustomButton prima di eseguire il Form_Load
' For Each CustomButton As ButtonItem In BarTabLua.Items
' CustomButton.Visible = False
' Next
'Aggiunta dell'evento MouseMove a tutti i controlli del form per chiusura popup
For Each ControlTemp1 As Control In Me.Controls
If Me.Controls.Count <> 0 Then
For Each ControlTemp2 As Control In ControlTemp1.Controls
If ControlTemp2.Controls.Count <> 0 Then
For Each ControlTemp3 As Control In ControlTemp2.Controls
If ControlTemp3.Controls.Count <> 0 Then
For Each ControlTemp4 As Control In ControlTemp3.Controls
If ControlTemp4.Controls.Count <> 0 Then
For Each ControlTemp5 As Control In ControlTemp1.Controls
AddHandler ControlTemp5.MouseMove, AddressOf Scene1_MouseMove
Next
End If
AddHandler ControlTemp4.MouseMove, AddressOf Scene1_MouseMove
Next
End If
AddHandler ControlTemp3.MouseMove, AddressOf Scene1_MouseMove
Next
End If
AddHandler ControlTemp2.MouseMove, AddressOf Scene1_MouseMove
Next
End If
AddHandler ControlTemp1.MouseMove, AddressOf Scene1_MouseMove
Next
' 'Aggiunta dell'evento MouseMove a tutti i controlli del form per chiusura popup
' For Each ControlTemp1 As Control In Me.Controls
' If Me.Controls.Count <> 0 Then
' For Each ControlTemp2 As Control In ControlTemp1.Controls
' If ControlTemp2.Controls.Count <> 0 Then
' For Each ControlTemp3 As Control In ControlTemp2.Controls
' If ControlTemp3.Controls.Count <> 0 Then
' For Each ControlTemp4 As Control In ControlTemp3.Controls
' If ControlTemp4.Controls.Count <> 0 Then
' For Each ControlTemp5 As Control In ControlTemp1.Controls
' AddHandler ControlTemp5.MouseMove, AddressOf Scene1_MouseMove
' Next
' End If
' AddHandler ControlTemp4.MouseMove, AddressOf Scene1_MouseMove
' Next
' End If
' AddHandler ControlTemp3.MouseMove, AddressOf Scene1_MouseMove
' Next
' End If
' AddHandler ControlTemp2.MouseMove, AddressOf Scene1_MouseMove
' Next
' End If
' AddHandler ControlTemp1.MouseMove, AddressOf Scene1_MouseMove
' Next
btnView.Visible = False
' btnView.Visible = False
End Sub
'End Sub
'-------------------------------- User Interface --------------------------------------------------------
'Gestione del collegamento tra SuperTabStripSinistra e le sue BarTab
@@ -277,6 +277,7 @@ Public Class MainForm
Private Sub Form1_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load
Me.SuspendLayout()
Me.SetStyle(ControlStyles.AllPaintingInWmPaint, True)
' Installo aggiornamento interfaccia
AddHandler System.Windows.Forms.Application.Idle, AddressOf Application_Idle
@@ -439,11 +440,11 @@ Public Class MainForm
MessageBoxButtons.OK, MessageBoxIcon.Warning)
End If
End If
'If m_Controller.GetCommandLog() Then
' tsStatusReg.BackColor = Color.Lime
'ElseIf bLuaReg Then
' tsStatusReg.BackColor = Color.Red
'End If
If m_Controller.GetCommandLog() Then
tsStatusReg.BackColor = Color.Lime
ElseIf bLuaReg Then
tsStatusReg.BackColor = Color.Red
End If
' Impostazioni MruLists
m_MruFiles.Init(m_sIniFile, S_MRUFILES, 8)
m_MruScripts.Init(m_sIniFile, S_MRUSCRIPTS, 8)
@@ -472,6 +473,65 @@ Public Class MainForm
MessageBoxEx.Show("Errore nella lettura del file .ini: [CustomButtons]", "Errore", MessageBoxButtons.OK)
End If
Next
'Prova layout sub new
'QatCustomizeItem1.Visible = False
MetroAppButton1.Visible = False
'Imposta dimensione e posizione delle Bar nella MetroShell
BarRendering.SetBounds(0, 0, 122, 40)
BarZoom.SetBounds(122, 0, 122, 40)
BarView.SetBounds(244, 0, 403, 40)
BarTools.SetBounds(647, 0, 122, 40)
MetroBarCplane.SetBounds(769, 1, 314, 80)
' Seleziono la Modalità Disegna
MetroTabModDisegna.Select()
SuperTabDisegna.Visible = True
SuperTabCostruisci.Visible = True
SuperTabModifica.Visible = True
SuperTabTrasforma.Visible = True
SuperTabLavorazioni.Visible = False
SuperTabSottopezzi.Visible = False
SuperTabLua.Visible = False
'SuperTabStripSinistra.SelectedTab('.SubItems("SuperTabDisegna") per essere sicuro che esca disegna come prima tab selezionata(da correggere)
ExpPanelGeometryTree.Visible = True
InputBox.Visible = False
'Disattivo tutti i CustomButton prima di eseguire il Form_Load
For Each CustomButton As ButtonItem In BarTabLua.Items
CustomButton.Visible = False
Next
'status bar
'tsStatusOnL.
'Aggiunta dell'evento MouseMove a tutti i controlli del form per chiusura popup
For Each ControlTemp1 As Control In Me.Controls
If Me.Controls.Count <> 0 Then
For Each ControlTemp2 As Control In ControlTemp1.Controls
If ControlTemp2.Controls.Count <> 0 Then
For Each ControlTemp3 As Control In ControlTemp2.Controls
If ControlTemp3.Controls.Count <> 0 Then
For Each ControlTemp4 As Control In ControlTemp3.Controls
If ControlTemp4.Controls.Count <> 0 Then
For Each ControlTemp5 As Control In ControlTemp1.Controls
AddHandler ControlTemp5.MouseMove, AddressOf Scene1_MouseMove
Next
End If
AddHandler ControlTemp4.MouseMove, AddressOf Scene1_MouseMove
Next
End If
AddHandler ControlTemp3.MouseMove, AddressOf Scene1_MouseMove
Next
End If
AddHandler ControlTemp2.MouseMove, AddressOf Scene1_MouseMove
Next
End If
AddHandler ControlTemp1.MouseMove, AddressOf Scene1_MouseMove
Next
btnView.Visible = False
Me.ResumeLayout()
End Sub
Private Sub ManageIstance()
@@ -535,7 +595,7 @@ Public Class MainForm
FormTimer.Start()
End Sub
Private Sub FormTickEvent(source As Object, e As EventArgs)
Private Sub FormTickEvent(source As Object, e As EventArgs) Handles FormTimer.Tick
FormTimer.Stop()
' Recupero eventuali parametri da linea di comando
Dim bOpen As Boolean = False
@@ -2139,11 +2199,11 @@ Public Class MainForm
End Sub
Private Sub ToolStripStatusSnapPointType_Changed(ByVal sender As Object, ByVal nSpType As SP, ByVal bUser As Boolean) Handles Scene1.OnChangedSnapPointType
If bUser Then
tsStatusSnapPointType.BackColor = SystemColors.Control
Else
tsStatusSnapPointType.BackColor = Color.Bisque
End If
'If bUser Then
' tsStatusSnapPointType.BackColor = SystemColors.Control
'Else
' tsStatusSnapPointType.BackColor = Color.Bisque
'End If
Select Case nSpType
Case SP.PT_SKETCH
tsStatusSnapPointType.Text = EgtMsg(1102) 'Sketch Point
@@ -2257,4 +2317,7 @@ Public Class MainForm
End Sub
Private Sub tsStatusOnL_Click(sender As Object, e As EventArgs) Handles tsStatusOnL.Click
End Sub
End Class
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 962 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 790 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 708 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 917 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 780 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 707 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 308 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 994 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 764 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 713 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 662 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 768 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 617 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 759 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 572 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 937 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 883 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 442 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 554 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 486 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 524 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 551 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 510 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 535 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 553 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 476 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 568 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 553 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 658 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 633 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 973 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 932 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 903 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 799 B

After

Width:  |  Height:  |  Size: 555 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 594 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 479 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 680 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 403 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 776 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 747 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 509 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 724 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 733 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 524 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 671 B

After

Width:  |  Height:  |  Size: 595 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 988 B

After

Width:  |  Height:  |  Size: 735 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 864 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 547 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 570 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 988 B

After

Width:  |  Height:  |  Size: 528 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 619 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 694 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 684 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 677 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 564 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 552 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 749 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 437 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 538 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 671 B

After

Width:  |  Height:  |  Size: 538 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 440 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 858 B

After

Width:  |  Height:  |  Size: 647 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 686 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 386 B

After

Width:  |  Height:  |  Size: 308 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 682 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 620 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 549 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 877 B

After

Width:  |  Height:  |  Size: 413 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 678 B

After

Width:  |  Height:  |  Size: 418 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 996 B

After

Width:  |  Height:  |  Size: 510 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 837 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 511 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 667 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 722 B

After

Width:  |  Height:  |  Size: 610 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 951 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 868 B

After

Width:  |  Height:  |  Size: 567 B

Some files were not shown because too many files have changed in this diff Show More