Skip to content

Commit

Permalink
Remove Old CPU Logos. Remove Global class and move GPU Logos to Finfo…
Browse files Browse the repository at this point in the history
…sys.class
  • Loading branch information
eloaders committed Jun 22, 2014
1 parent 2d1af3f commit 41059a4
Show file tree
Hide file tree
Showing 45 changed files with 18 additions and 211 deletions.
20 changes: 18 additions & 2 deletions src/i-nex/.src/Finfosys.class
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,24 @@ Public Sub grafika()
Label108.Text = "Present resolution: " & Replace(rozdzielczosc, "\n", "")
TextBox1.Text = RTrim(Replace(gpu, "\n", ""))
Label109.Text = Replace(available_resolutions, "\n", "")
Global.kartagraficzna()

'GPU Logo Detection
If RTrim(Replace(gpu, "\n", "")) Like "*ati*" Then
Finfosys.PictureBox1.Picture = Picture["Data/GPU_LOGO/ati.png"]
Finfosys.PictureBox1.Name = "ati.png"
Endif

If RTrim(Replace(gpu, "\n", "")) Like "*intel*" Then
Finfosys.PictureBox1.Picture = Picture["Data/GPU_LOGO/intel.png"]
Finfosys.PictureBox1.Name = "intel.png"
Endif

If RTrim(Replace(gpu, "\n", "")) Like "*nVidia*" Then
Finfosys.PictureBox1.Picture = Picture["Data/GPU_LOGO/nvidia.png"]
Finfosys.PictureBox1.Name = "nvidia.png"
Endif
'GPU Logo Detection End

ComboBox8.Index = 1
End

Expand Down Expand Up @@ -478,7 +495,6 @@ Public Sub Wykrywanie_procesorow()
Label10.Text = "Bogomips: " & Replace(bogomips, "\n", "")
Label11.Text = "Address sizes: " & Replace(address_sizes, "\n", "")
Label15.Text = "Power mangament: " & Replace(power_management, "\n", "")
Global.ikonaprocka()
Logs("Get info from database", Logger.Info)
Object.Call(FCpudb, "_inits")
End
Expand Down
209 changes: 0 additions & 209 deletions src/i-nex/.src/Global.class

This file was deleted.

File renamed without changes
File renamed without changes
File renamed without changes
Binary file removed src/i-nex/Processors/AMD-Duron.png
Binary file not shown.
Binary file removed src/i-nex/Processors/AMD-E2-Vision.png
Binary file not shown.
Binary file removed src/i-nex/Processors/AMD-Geode.png
Binary file not shown.
Binary file removed src/i-nex/Processors/AMD-Opteron_K10.png
Binary file not shown.
Binary file removed src/i-nex/Processors/AMD-Opteron_K8.png
Binary file not shown.
Binary file removed src/i-nex/Processors/AMD-Sempron-Mobile.png
Binary file not shown.
Binary file removed src/i-nex/Processors/AMD-Sempron_K7.png
Binary file not shown.
Binary file removed src/i-nex/Processors/AMD-Sempron_K8.png
Binary file not shown.
Binary file removed src/i-nex/Processors/AMD-Turion-X2.png
Binary file not shown.
Binary file removed src/i-nex/Processors/AMD-Turion-X2Ultra.png
Binary file not shown.
Binary file removed src/i-nex/Processors/AMD-Turion64-X2.png
Binary file not shown.
Binary file removed src/i-nex/Processors/AMD-Turion64.png
Binary file not shown.
Binary file removed src/i-nex/Processors/AMD-Vision.jpg
Binary file not shown.
Binary file removed src/i-nex/Processors/Intel-Atom.png
Binary file not shown.
Binary file removed src/i-nex/Processors/Intel-Core-i7.png
Binary file not shown.
Binary file removed src/i-nex/Processors/Intel_celeron.png
Binary file not shown.
Binary file removed src/i-nex/Processors/amd.png
Binary file not shown.
Binary file removed src/i-nex/Processors/amd_athlon_2_x3.png
Binary file not shown.
Binary file removed src/i-nex/Processors/amd_athlon_x2.png
Binary file not shown.
Binary file not shown.
Binary file removed src/i-nex/Processors/amd_athlon_x4.png
Binary file not shown.
Binary file removed src/i-nex/Processors/amdathlon64.png
Binary file not shown.
Binary file removed src/i-nex/Processors/amdathlonx2.png
Diff not rendered.
Binary file removed src/i-nex/Processors/amdathlonxp.png
Diff not rendered.
Binary file removed src/i-nex/Processors/amdopteron.png
Diff not rendered.
Binary file removed src/i-nex/Processors/amdphenom.png
Diff not rendered.
Binary file removed src/i-nex/Processors/amdsempron.png
Diff not rendered.
Binary file removed src/i-nex/Processors/intel.jpg
Diff not rendered.
Binary file removed src/i-nex/Processors/intel_celeron_m_processor.png
Diff not rendered.
Binary file removed src/i-nex/Processors/intel_core_i3.png
Diff not rendered.
Binary file removed src/i-nex/Processors/intel_core_i5.png
Diff not rendered.
Binary file removed src/i-nex/Processors/intelcore2duo.png
Diff not rendered.
Binary file removed src/i-nex/Processors/intelcore2extreme.png
Diff not rendered.
Binary file removed src/i-nex/Processors/intelcore2quad.png
Diff not rendered.
Binary file removed src/i-nex/Processors/intelcoreduo.png
Diff not rendered.
Binary file removed src/i-nex/Processors/intelp4.png
Diff not rendered.
Binary file removed src/i-nex/Processors/intelpentium2.png
Diff not rendered.
Binary file removed src/i-nex/Processors/intelpentiumdual.png
Diff not rendered.
Binary file removed src/i-nex/Processors/intelxeon.png
Diff not rendered.
Binary file removed src/i-nex/Processors/pentium_dual_core.png
Diff not rendered.

0 comments on commit 41059a4

Please sign in to comment.