Skip to content

Commit

Permalink
Add do FReport_Gen options from MInclude
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Dec 5, 2013
1 parent 2a3a444 commit 7e13619
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 9 deletions.
12 changes: 6 additions & 6 deletions src/i-nex/.settings
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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:62.0"
File[13]=".src/FReport_Gen.class:90.31"
File[14]=".src/Start_App_Args.form"
File[15]=".src/Start_App_Args.class:26.17"
File[16]=".src/ChkPrm.module:21.19"
Expand Down Expand Up @@ -64,16 +64,16 @@ File[40]=".src/FDirDialog.form"
File[41]=".src/FFileDialog.form"
File[42]=".src/Dialog.class:0.0"
File[43]=".src/Mdecode.module:7.0"
Active=44
File[44]=".src/Reports/MCPU_REPORT.module:8.9"
File[44]=".src/Reports/MCPU_REPORT.module:12.11"
File[45]=".src/Reports/MMOBO_REPORT.module:2.0"
File[46]=".src/Reports/MGPU_REPORT.module:14.29"
File[46]=".src/Reports/MGPU_REPORT.module:47.77"
File[47]=".src/Reports/MSOUND_REPORT.module:3.164"
File[48]=".src/Reports/MPastebinit.module:16.14"
File[49]=".src/Reports/MSYSTEM_REPORT.module:30.0"
File[50]=".src/Reports/MKERNEL_REPORT.module:16.11"
File[51]=".src/Reports/MInclude.module:0.0"
File[52]=".src/Reports/MDRIVES_REPORT.module:55.33"
File[51]=".src/Reports/MInclude.module:16.4"
Active=52
File[52]=".src/Reports/MDRIVES_REPORT.module:50.7"
Count=52

[Watches]
Expand Down
36 changes: 36 additions & 0 deletions src/i-nex/.src/FReport_Gen.class
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,42 @@ If CheckBox14.value = True Then
Object.Call(MDRIVES_REPORT, "_inits")
Endif

If CheckBox6.Value = True Then
Object.Call(MInclude, "_lspci")
Endif

If CheckBox7.Value = True Then
Object.Call(MInclude, "_lsusb")
Endif

If CheckBox8.Value = True Then
Object.Call(MInclude, "_scsi")
Endif

If CheckBox9.Value = True Then
Object.Call(MInclude, "_dmesg")
Endif

If CheckBox15.Value = True Then
Object.Call(MInclude, "_mtrr")
Endif

If CheckBox16.Value = True Then
Object.Call(MInclude, "_devices")
Endif

If CheckBox17.Value = True Then
Object.Call(MInclude, "_diskstats")
Endif

If CheckBox18.Value = True Then
Object.Call(MInclude, "_dma")
Endif

If CheckBox10.Value = True Then
Object.Call(MInclude, "_partitions")
Endif

If CheckBox11.Value = True Then
TextBox1.Text = MPastebinit.pastebin(True, ButtonBox1.Text, ComboBox1.Text)
Endif
Expand Down
26 changes: 23 additions & 3 deletions src/i-nex/.src/FReport_Gen.form
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,30 @@
Expand = True
Text = ("Include dmesg")
}
{ CheckBox15 CheckBox
Move(0,98,168,28)
Expand = True
Text = ("Include /proc/mtrr")
}
{ CheckBox16 CheckBox
Move(0,126,168,28)
Expand = True
Text = ("Include /proc/devices")
}
{ CheckBox17 CheckBox
Move(0,154,168,28)
Expand = True
Text = ("Include /proc/diskstats")
}
{ CheckBox18 CheckBox
Move(0,182,168,28)
Expand = True
Text = ("Include /proc/dma")
}
{ CheckBox10 CheckBox
Move(0,96,204,24)
Visible = False
Text = ("Include unity support test")
Move(0,210,168,28)
Expand = True
Text = ("Include /proc/partitions")
}
}
{ Separator1 Separator
Expand Down

0 comments on commit 7e13619

Please sign in to comment.