Skip to content

Commit

Permalink
Fix Memery tab, change position of progress
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Nov 11, 2013
1 parent 272fed3 commit 1ad1d5f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
14 changes: 8 additions & 6 deletions src/i-nex/.settings
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ File[4]=".src/About.class:41.49"
File[5]=".src/battery.module:70.77"
File[6]=".src/Disk_Drives.module:62.30"
File[7]=".src/ScreenShot.form"
File[8]=".src/ScreenShot.class:23.0"
File[8]=".src/ScreenShot.class:38.0"
File[9]=".src/ScreenShotM.module:7.0"
File[10]=".src/USB_Drives.module:13.0"
File[11]=".src/Asound_Drives.module:12.18"
Expand All @@ -46,24 +46,26 @@ File[22]=".src/net.module:104.1"
File[23]="Data/report-ng.sh:27.44"
File[24]=".src/Distribution_Detect.module:13.20"
File[25]=".src/FFlags.module:71.6"
File[26]=".src/Finfosys.class:113.7"
File[26]=".src/Finfosys.class:10.7"
File[27]=".src/FDF.form"
File[28]=".src/FDF.class:28.69"
File[29]=".src/FNET_R_T.form"
File[30]=".src/FNET_R_T.class:28.32"
File[31]=".src/FGraphic.module:11.37"
File[32]="logo/fb.png"
File[33]=".src/FCPU.module:8.1"
File[33]=".src/FCPU.module:3.4"
File[34]=".src/FUdisks.form"
File[35]=".src/FUdisks.class:242.28"
File[36]=".src/FCpudb.module:29.33"
Active=36
File[36]=".src/FCpudb.module:11.128"
File[37]=".src/JSON.module:18.2"
File[38]=".src/JSONCollection.class:16.48"
File[39]=".src/Settings.class:464.34"
File[40]=".src/Main.module:7.29"
Active=41
File[41]=".src/_Settings_Keys.class:50.0"
Count=41
File[42]=".src/FDirDialog.form"
File[43]=".src/FFileDialog.form"
Count=43

[Watches]
Count=0
Expand Down
2 changes: 1 addition & 1 deletion src/i-nex/.src/FCpudb.module
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Public Sub _init()
cpucache = Finfosys.Label14.Text
cpucache = Replace(Replace(Replace(Replace(Replace(Replace(Replace(cpucache, "Intel", ""), " ", "*"), "R", ""), "CPU", ""), "TM", ""), ")", ""), "(", "")
cpucache = Replace(Replace(Replace(Replace(Replace(cpucache, "AMD", ""), "Core", ""), "Dual", ""), "Processor", ""), "tm", "")

For z = 0 To database["DATABASE"].Count - 1
If database["DATABASE"][z]["PROCESSOR_MODEL_NAME"] Like "*" & cpucache & "*" Then
Finfosys.Label103.Text = " Integrated GPU: " & database["DATABASE"][z]["PROCESSOR_INTEGRATEDGRAPHIC"]
Expand Down
4 changes: 2 additions & 2 deletions src/i-nex/.src/Finfosys.form
Original file line number Diff line number Diff line change
Expand Up @@ -914,14 +914,14 @@
Text = ("Ram used:")
}
{ ProgressBar1 ProgressBar
Move(7,434,259,21)
Move(7,385,259,21)
}
{ TextLabel23 TextLabel
Move(7,413,168,21)
Text = ("SWAP memory used:")
}
{ ProgressBar4 ProgressBar
Move(7,385,259,21)
Move(7,434,259,21)
}
{ HPanel8 HPanel
Move(273,308,189,147)
Expand Down

0 comments on commit 1ad1d5f

Please sign in to comment.