Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jan 17, 2014
1 parent 594f2f7 commit 5cc576d
Show file tree
Hide file tree
Showing 10 changed files with 62 additions and 49 deletions.
22 changes: 11 additions & 11 deletions src/i-nex/.settings
Original file line number Diff line number Diff line change
Expand Up @@ -27,40 +27,40 @@ SearchString=True
File[1]=".src/Finfosys.form"
File[2]=".src/Global.class:199.7"
File[3]=".src/About.form"
File[4]=".src/About.class:51.27"
File[4]=".src/About.class:26.3"
File[5]=".src/battery.module:136.82"
File[6]=".src/Disk_Drives.module:2.19"
File[7]=".src/ScreenShot.form"
File[8]=".src/ScreenShot.class:2.19"
Active=8
File[8]=".src/ScreenShot.class:69.9"
File[9]=".src/ScreenShotM.module:2.19"
File[10]=".src/USB_Drives.module:2.19"
File[11]=".src/Asound_Drives.module:2.19"
File[12]=".src/FReport_Gen.form"
File[13]=".src/FReport_Gen.class:2.19"
File[13]=".src/FReport_Gen.class:196.10"
File[14]=".src/Start_App_Args.form"
File[15]=".src/Start_App_Args.class:2.19"
File[16]=".src/ChkPrm.module:2.19"
File[17]=".src/thermal_zone.module:33.66"
File[18]=".src/FModules.form"
File[19]=".src/FModules.class:2.19"
File[19]=".src/FModules.class:40.6"
File[20]=".src/Input_Devices.module:2.19"
File[21]=".src/net.module:2.19"
File[22]="Data/report-ng.sh:5.3"
File[23]=".src/Distribution_Detect.module:22.34"
File[24]=".src/FFlags.module:2.19"
Active=25
File[25]=".src/Finfosys.class:81.29"
File[25]=".src/Finfosys.class:546.10"
File[26]=".src/FDF.form"
File[27]=".src/FDF.class:2.19"
File[27]=".src/FDF.class:26.6"
File[28]=".src/FNET_R_T.form"
File[29]=".src/FNET_R_T.class:34.5"
File[29]=".src/FNET_R_T.class:80.6"
File[30]=".src/FGraphic.module:2.19"
File[31]="logo/fb.png"
File[32]=".src/FCPU.module:2.19"
File[33]=".src/FUdisks.form"
File[34]=".src/FUdisks.class:2.19"
File[34]=".src/FUdisks.class:26.6"
File[35]=".src/FCpudb.module:19.29"
File[36]=".src/JSON.module:121.29"
File[36]=".src/JSON.module:187.29"
File[37]=".src/Settings.class:2.19"
File[38]=".src/Main.module:2.19"
File[39]=".src/_Settings_Keys.class:15.20"
Expand All @@ -80,7 +80,7 @@ File[52]=".src/Reports/MDRIVES_REPORT.module:12.40"
File[53]=".src/FInputDate.form"
File[54]=".src/MInit.module:2.19"
File[55]=".src/FEDID.form"
File[56]=".src/FEDID.class:2.19"
File[56]=".src/FEDID.class:24.6"
File[57]=".src/Logger.class:2.19"
File[58]=".src/Formatter.module:2.19"
File[59]=".src/FDirDialog.class:2.19"
Expand Down
3 changes: 3 additions & 0 deletions src/i-nex/.src/About.class
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@

Public Sub Form_Open()

If Settings["Window/X"] = Null Then
Me.Center
Else
Me.X = Settings["Window/X", Me.X]
Me.Y = Settings["Window/Y", Me.Y]
Endif

End

Expand Down
9 changes: 6 additions & 3 deletions src/i-nex/.src/FDF.class
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@
Public Sub Form_Open()
Dim i, Maximum, ty As Float
Dim allfilesystems, Face As String
Me.Center
Me.X = Settings["Window/X", Me.X]
Me.Y = Settings["Window/Y", Me.Y]
If Settings["Window/X"] = Null Then
Me.Center
Else
Me.X = Settings["Window/X", Me.X]
Me.Y = Settings["Window/Y", Me.Y]
Endif
'Shell "LC_ALL=C df"
Shell "LC_ALL=C df | awk {'print $1'} | wc -l" Wait To allfilesystems
GridView1.Columns.Count = 6
Expand Down
9 changes: 6 additions & 3 deletions src/i-nex/.src/FEDID.class
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@

Public Logs As New Logger
Public Sub Form_Open()
Me.Center
Me.X = Settings["Window/X", Me.X]
Me.Y = Settings["Window/Y", Me.Y]
If Settings["Window/X"] = Null Then
Me.Center
Else
Me.X = Settings["Window/X", Me.X]
Me.Y = Settings["Window/Y", Me.Y]
Endif
Logs("Execute edid", Logger.Info)
Exec ["/bin/bash", "" & User.Home & "/.i-nex/edid"] Wait
Wait 1
Expand Down
5 changes: 4 additions & 1 deletion src/i-nex/.src/FModules.class
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,12 @@ Public Sub Form_Open()
Else
Me.Close
Endif
Me.Center
If Settings["Window/X"] = Null Then
Me.Center
Else
Me.X = Settings["Window/X", Me.X]
Me.Y = Settings["Window/Y", Me.Y]
Endif
End

Public Sub ComboBox1_Click()
Expand Down
9 changes: 6 additions & 3 deletions src/i-nex/.src/FNET_R_T.class
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,12 @@ Public Sub Timer1_Timer()
End

Public Sub Form_Open()
Me.Center
Me.X = Settings["Window/X", Me.X]
Me.Y = Settings["Window/Y", Me.Y]
If Settings["Window/X"] = Null Then
Me.Center
Else
Me.X = Settings["Window/X", Me.X]
Me.Y = Settings["Window/Y", Me.Y]
Endif
Timer1.Start
net_()
End
10 changes: 6 additions & 4 deletions src/i-nex/.src/FReport_Gen.class
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,12 @@ Public Sub Form_Open()
'ComboBox1.Add("dpaste.com")
'ComboBox1.Add("hpaste.org")

Me.Center
Me.X = Settings["Window/X", Me.X]
Me.Y = Settings["Window/Y", Me.Y]
If Settings["Window/X"] = Null Then
Me.Center
Else
Me.X = Settings["Window/X", Me.X]
Me.Y = Settings["Window/Y", Me.Y]
Endif

End

Expand Down Expand Up @@ -192,6 +195,5 @@ End
Public Sub Form_Close()
File.Save("" & User.Home & "/.i-nex/lastsave", ButtonBox1.Text)
Me.Close
Finfosys.Show

End
9 changes: 6 additions & 3 deletions src/i-nex/.src/FUdisks.class
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@
Public Sub Form_Open()
Udisks
Finfosys.Hide
Me.Center
Me.X = Settings["Window/X", Me.X]
Me.Y = Settings["Window/Y", Me.Y]
If Settings["Window/X"] = Null Then
Me.Center
Else
Me.X = Settings["Window/X", Me.X]
Me.Y = Settings["Window/Y", Me.Y]
Endif
End

Public Sub Button1_Click()
Expand Down
18 changes: 7 additions & 11 deletions src/i-nex/.src/Finfosys.class
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,12 @@ Public Sub Form_Open()
Label25.Text = Application.version
Logs(Label25.Text, Logger.Info)
''Okno na środku
Me.Center
Me.X = Settings["Window/X", Me.X]
Me.Y = Settings["Window/Y", Me.Y]
If Settings["Window/X"] = Null Then
Me.Center
Else
Me.X = Settings["Window/X", Me.X]
Me.Y = Settings["Window/Y", Me.Y]
Endif

End

Expand Down Expand Up @@ -538,14 +541,7 @@ End

Public Sub Button2_Click()
ScreenShotM.pic = Desktop.Screenshot(Me.X, Me.Y, Me.W + 4, Me.H + 30)
If FUdisks.Above = 1 Then
FUdisks.Hide
Endif
If Finfosys.Above = 1 Then
Finfosys.Hide
Endif
ScreenShot.Show

End

Public Sub Button1_Click()
Expand Down Expand Up @@ -761,7 +757,7 @@ Public Sub ComboBox7_Click()
End

Public Sub Button12_Click()
Me.Hide

FReport_Gen.Show

End
Expand Down
17 changes: 7 additions & 10 deletions src/i-nex/.src/ScreenShot.class
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ Public Sub Form_Open()
Else
ButtonBox1.Text = Desktop.Path
Endif
Me.Center
Me.X = Settings["Window/X", Me.X]
Me.Y = Settings["Window/Y", Me.Y]
If Settings["Window/X"] = Null Then
Me.Center
Else
Me.X = Settings["Window/X", Me.X]
Me.Y = Settings["Window/Y", Me.Y]
Endif
PictureBox1.Picture = ScreenShotM.pic
TextBox1.Text = Date & Time
TextBox1.Text = Replace(TextBox1.Text, "/", "")
Expand All @@ -40,12 +43,7 @@ Public Sub Form_Open()
End

Public Sub Button2_Click()
If FUdisks.Above = 0 Then
FUdisks.Show
Endif
If Finfosys.Above = 1 Then
Finfosys.Show
Endif

Me.Close

End
Expand All @@ -70,7 +68,6 @@ Public Sub Form_Close()

File.Save("" & User.Home & "/.i-nex/lastsaveg", ButtonBox1.Text)
Me.Close
Finfosys.Show

End

Expand Down

0 comments on commit 5cc576d

Please sign in to comment.