Skip to content

Commit

Permalink
Move files
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Dec 23, 2013
1 parent 1ed5ada commit 86d8a8e
Show file tree
Hide file tree
Showing 21 changed files with 16 additions and 19 deletions.
11 changes: 4 additions & 7 deletions src/i-nex/.settings
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[Bookmarks]
Finfosys=[]

[Breakpoints]
Count=0

Expand All @@ -24,6 +21,7 @@ SearchComment=False
SearchString=True

[OpenFile]
Active=1
File[1]=".src/Finfosys.form"
File[2]=".src/Global.class:88.35"
File[3]=".src/About.form"
Expand All @@ -36,7 +34,7 @@ File[9]=".src/ScreenShotM.module:7.0"
File[10]=".src/USB_Drives.module:13.0"
File[11]=".src/Asound_Drives.module:34.12"
File[12]=".src/FReport_Gen.form"
File[13]=".src/FReport_Gen.class:17.35"
File[13]=".src/FReport_Gen.class:153.31"
File[14]=".src/Start_App_Args.form"
File[15]=".src/Start_App_Args.class:4.2"
File[16]=".src/ChkPrm.module:21.19"
Expand All @@ -45,10 +43,10 @@ File[18]=".src/FModules.form"
File[19]=".src/FModules.class:20.10"
File[20]=".src/Input_Devices.module:8.1"
File[21]=".src/net.module:104.1"
File[22]="Data/report-ng.sh:27.36"
File[22]="Data/report-ng.sh:5.36"
File[23]=".src/Distribution_Detect.module:2.18"
File[24]=".src/FFlags.module:90.19"
File[25]=".src/Finfosys.class:230.0"
File[25]=".src/Finfosys.class:661.0"
File[26]=".src/FDF.form"
File[27]=".src/FDF.class:28.69"
File[28]=".src/FNET_R_T.form"
Expand All @@ -72,7 +70,6 @@ File[45]=".src/Reports/MMOBO_REPORT.module:12.7"
File[46]=".src/Reports/MGPU_REPORT.module:47.77"
File[47]=".src/Reports/MSOUND_REPORT.module:13.14"
File[48]=".src/Reports/MPastebinit.module:16.14"
Active=49
File[49]=".src/Reports/MSYSTEM_REPORT.module:22.35"
File[50]=".src/Reports/MKERNEL_REPORT.module:19.1"
File[51]=".src/Reports/MInclude.module:72.15"
Expand Down
24 changes: 12 additions & 12 deletions src/i-nex/.src/Global.class
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,35 @@ Static Public gravity As Integer
Static Public Sub ikonaprocka()
'Procesory intel
If Finfosys.Label14.Text Like "*Intel(R) Core(TM)2*" Then
Finfosys.PictureBox3.Picture = Picture["intelcore2duo.png"]
Finfosys.PictureBox3.Picture = Picture["Processors/intelcore2duo.png"]
Endif

If Finfosys.Label14.Text Like "*Intel(R) Core(TM)2 Duo*" Then
Finfosys.PictureBox3.Picture = Picture["intelcore2duo.png"]
Finfosys.PictureBox3.Picture = Picture["Processors/intelcore2duo.png"]
Endif

If Finfosys.Label14.Text Like "*Intel(R) Core(TM)2 Quad*" Then
Finfosys.PictureBox3.Picture = Picture["intelcore2quad.png"]
Finfosys.PictureBox3.Picture = Picture["Processors/intelcore2quad.png"]
Endif

If Finfosys.Label14.Text Like "*Intel(R) Core(TM)2 Extreme*" Then
Finfosys.PictureBox3.Picture = Picture["intelcore2extreme.png"]
Finfosys.PictureBox3.Picture = Picture["Processors/intelcore2extreme.png"]
Endif

If Finfosys.Label14.Text Like "*Intel(R) Xeon(TM)*" Then
Finfosys.PictureBox3.Picture = Picture["intelxeon.png"]
Finfosys.PictureBox3.Picture = Picture["Processors/intelxeon.png"]
Endif

If Finfosys.Label14.Text Like "*Pentium II*" Then
Finfosys.PictureBox3.Picture = Picture["intelpentium2.png"]
Finfosys.PictureBox3.Picture = Picture["Processors/intelpentium2.png"]
Endif

If Finfosys.Label14.Text Like "*Intel(R) Pentium(R) Dual*" Then
Finfosys.PictureBox3.Picture = Picture["intelpentiumdual.png"]
Finfosys.PictureBox3.Picture = Picture["Processors/intelpentiumdual.png"]
Endif

If Finfosys.Label14.Text Like "*Intel(R) Pentium(R) 4*" Then
Finfosys.PictureBox3.Picture = Picture["intelp4.png"]
Finfosys.PictureBox3.Picture = Picture["Processors/intelp4.png"]
Endif

If Finfosys.Label14.Text Like "*Intel(R) Atom(TM) CPU*" Then
Expand Down Expand Up @@ -66,19 +66,19 @@ Static Public Sub ikonaprocka()

'Procesory amd
If Finfosys.Label14.Text Like "*AMD Athlon(tm) 64 X2*" Then
Finfosys.PictureBox3.Picture = Picture["amdathlonx2.png"]
Finfosys.PictureBox3.Picture = Picture["Processors/amdathlonx2.png"]
Endif

If Finfosys.Label14.Text Like "*AMD Sempron(tm)*" Then
Finfosys.PictureBox3.Picture = Picture["amdsempron.png"]
Finfosys.PictureBox3.Picture = Picture["Processors/amdsempron.png"]
Endif

If Finfosys.Label14.Text Like "*AMD Athlon(tm) XP*" Then
Finfosys.PictureBox3.Picture = Picture["amdathlonxp.png"]
Finfosys.PictureBox3.Picture = Picture["Processors/amdathlonxp.png"]
Endif

If Finfosys.Label14.Text Like "*AMD Athlon(tm) 64 Processor*" Then
Finfosys.PictureBox3.Picture = Picture["amdathlon64.png"]
Finfosys.PictureBox3.Picture = Picture["Processors/amdathlon64.png"]
Endif

If Finfosys.Label14.Text Like "*AMD Athlon(tm) II X2*" Then
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file removed src/i-nex/intel.png
Binary file not shown.
Binary file removed src/i-nex/intellogo.gif
Binary file not shown.
Binary file removed src/i-nex/linuxmint.png
Binary file not shown.

0 comments on commit 86d8a8e

Please sign in to comment.