Skip to content

Commit

Permalink
Fix Graphic report
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Nov 23, 2013
1 parent 263c1e2 commit 5529a17
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/i-nex/.settings
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ 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 @@ -33,7 +32,8 @@ File[8]=".src/ScreenShot.class:20.21"
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/Reportm.module:4.15"
Active=12
File[12]=".src/Reportm.module:88.46"
File[13]=".src/FReport_Gen.form"
File[14]=".src/FReport_Gen.class:49.14"
File[15]=".src/Start_App_Args.form"
Expand Down
12 changes: 7 additions & 5 deletions src/i-nex/.src/Reportm.module
Original file line number Diff line number Diff line change
Expand Up @@ -68,23 +68,25 @@ Public Sub _generate(cpu As Boolean, mobo As Boolean, graphic As Boolean, sound
Wait 0.1
TextInfo("Generate Graphic Tab information...")
PBV(0.5)
Shell "echo 'Total Memory: " & Finfosys.Label64.Text & "' >>" & save_dir & ""
Shell "echo '" & Finfosys.Label64.Text & "' >>" & save_dir & ""
Wait 0.1
Shell "echo '" & Finfosys.Label146.Text & "' >>" & save_dir & ""
Wait 0.1
TextInfo("Generate Graphic Tab information...")
PBV(0.3)
Shell "echo 'OpenGl Vendor: " & Finfosys.Label105.Text & "' >>" & save_dir & ""
Shell "echo '" & Finfosys.Label105.Text & "' >>" & save_dir & ""
Wait 0.1
TextInfo("Generate Graphic Tab information... ...")
PBV(0.5)
Shell "echo 'OpenGl Renderer: " & Finfosys.Label106.Text & "' >>" & save_dir & ""
Shell "echo '" & Finfosys.Label106.Text & "' >>" & save_dir & ""
Wait 0.1
TextInfo("Generate Graphic Tab information... ... ...")
PBV(0.6)
Shell "echo 'OpenGl Version: " & Finfosys.Label107.Text & "' >>" & save_dir & ""
Shell "echo '" & Finfosys.Label107.Text & "' >>" & save_dir & ""
Wait 0.1
TextInfo("Generate Graphic Tab information... ... ... ...")
PBV(0.7)
Shell "echo 'Present resolution: " & Finfosys.Label108.Text & "' >>" & save_dir & ""
Shell "echo '" & Finfosys.Label108.Text & "' >>" & save_dir & ""
Wait 0.1
TextInfo("Generate Graphic Tab information... ... ... ...")
PBV(0.7)
Expand Down

0 comments on commit 5529a17

Please sign in to comment.