EgtCAM:
- icone nuove
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 962 B |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 790 B |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 708 B |
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 917 B |
|
After Width: | Height: | Size: 780 B |
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 707 B |
|
After Width: | Height: | Size: 308 B |
|
After Width: | Height: | Size: 422 B |
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 994 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 764 B |
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 713 B |
|
After Width: | Height: | Size: 662 B |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 768 B |
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 617 B |
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 759 B |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 572 B |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 937 B |
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 883 B |
|
After Width: | Height: | Size: 442 B |
|
After Width: | Height: | Size: 554 B |
|
After Width: | Height: | Size: 486 B |
|
After Width: | Height: | Size: 524 B |
|
After Width: | Height: | Size: 551 B |
|
After Width: | Height: | Size: 510 B |
|
After Width: | Height: | Size: 535 B |
|
After Width: | Height: | Size: 553 B |
|
After Width: | Height: | Size: 476 B |
|
After Width: | Height: | Size: 568 B |
|
After Width: | Height: | Size: 553 B |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 658 B |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 633 B |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 973 B |
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 932 B |
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 903 B |
|
Before Width: | Height: | Size: 799 B After Width: | Height: | Size: 555 B |
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 594 B |
|
After Width: | Height: | Size: 479 B |
|
After Width: | Height: | Size: 680 B |
|
After Width: | Height: | Size: 403 B |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 776 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 747 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 509 B |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 724 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 733 B |
|
After Width: | Height: | Size: 524 B |
|
Before Width: | Height: | Size: 671 B After Width: | Height: | Size: 595 B |
|
Before Width: | Height: | Size: 988 B After Width: | Height: | Size: 735 B |
|
After Width: | Height: | Size: 864 B |
|
After Width: | Height: | Size: 547 B |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 570 B |
|
Before Width: | Height: | Size: 988 B After Width: | Height: | Size: 528 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 619 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 694 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 684 B |
|
After Width: | Height: | Size: 677 B |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 563 B |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 564 B |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 552 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 749 B |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 437 B |
|
After Width: | Height: | Size: 538 B |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 671 B After Width: | Height: | Size: 538 B |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 440 B |
|
Before Width: | Height: | Size: 858 B After Width: | Height: | Size: 647 B |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 686 B |
|
Before Width: | Height: | Size: 386 B After Width: | Height: | Size: 308 B |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 682 B |
|
After Width: | Height: | Size: 620 B |
|
After Width: | Height: | Size: 549 B |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 877 B After Width: | Height: | Size: 413 B |
|
Before Width: | Height: | Size: 678 B After Width: | Height: | Size: 418 B |
|
Before Width: | Height: | Size: 996 B After Width: | Height: | Size: 510 B |
|
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 837 B |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 511 B |
|
After Width: | Height: | Size: 667 B |
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 722 B After Width: | Height: | Size: 610 B |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 951 B |
|
Before Width: | Height: | Size: 868 B After Width: | Height: | Size: 567 B |