Skip to content

Commit

Permalink
UDisks GUI is now Resizable
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Nov 7, 2013
1 parent 5ff4d48 commit e873ff5
Show file tree
Hide file tree
Showing 5 changed files with 93 additions and 75 deletions.
20 changes: 10 additions & 10 deletions src/i-nex/.lang/.pot
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ msgstr ""
msgid "About"
msgstr ""

#: About.form:50 FModules.form:44 FReport_Gen.form:66 FUdisks.form:30
#: About.form:50 FModules.form:44 FReport_Gen.form:66 FUdisks.form:91
#: Finfosys.form:299
msgid "Close"
msgstr ""
Expand Down Expand Up @@ -172,7 +172,7 @@ msgstr ""
msgid "Transmit"
msgstr ""

#: FReport_Gen.form:32 FUdisks.form:60 Finfosys.form:305
#: FReport_Gen.form:32 FUdisks.form:49 Finfosys.form:305
msgid "Generate report"
msgstr ""

Expand Down Expand Up @@ -224,24 +224,24 @@ msgstr ""
msgid "Send report to nopaste service: "
msgstr ""

#: FUdisks.form:17
#: FUdisks.form:19
msgid "UDisks"
msgstr ""

#: FUdisks.form:29 Finfosys.form:298
msgid "Close this program"
#: FUdisks.form:43 Finfosys.form:311
msgid "Report a bug"
msgstr ""

#: FUdisks.form:54 Finfosys.form:291
#: FUdisks.form:56 Finfosys.form:291
msgid "About this app"
msgstr ""

#: FUdisks.form:67 Finfosys.form:311
msgid "Report a bug"
#: FUdisks.form:84
msgid "ComboBox1"
msgstr ""

#: FUdisks.form:74
msgid "ComboBox1"
#: FUdisks.form:90 Finfosys.form:298
msgid "Close this program"
msgstr ""

#: Finfosys.form:284
Expand Down
24 changes: 12 additions & 12 deletions src/i-nex/.lang/FUdisks.pot
Original file line number Diff line number Diff line change
Expand Up @@ -14,31 +14,31 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: FUdisks.form:17
#: FUdisks.form:19
msgid "UDisks"
msgstr ""

#: FUdisks.form:29
msgid "Close this program"
#: FUdisks.form:43
msgid "Report a bug"
msgstr ""

#: FUdisks.form:30
msgid "Close"
#: FUdisks.form:49
msgid "Generate report"
msgstr ""

#: FUdisks.form:54
#: FUdisks.form:56
msgid "About this app"
msgstr ""

#: FUdisks.form:60
msgid "Generate report"
#: FUdisks.form:84
msgid "ComboBox1"
msgstr ""

#: FUdisks.form:67
msgid "Report a bug"
#: FUdisks.form:90
msgid "Close this program"
msgstr ""

#: FUdisks.form:74
msgid "ComboBox1"
#: FUdisks.form:91
msgid "Close"
msgstr ""

6 changes: 3 additions & 3 deletions src/i-nex/.settings
Original file line number Diff line number Diff line change
Expand Up @@ -21,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 @@ -46,8 +47,7 @@ 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"
Active=26
File[26]=".src/Finfosys.class:12.36"
File[26]=".src/Finfosys.class:113.7"
File[27]=".src/FDF.form"
File[28]=".src/FDF.class:28.69"
File[29]=".src/FNET_R_T.form"
Expand All @@ -56,7 +56,7 @@ File[31]=".src/FGraphic.module:28.39"
File[32]="logo/fb.png"
File[33]=".src/FCPU.module:8.1"
File[34]=".src/FUdisks.form"
File[35]=".src/FUdisks.class:49.51"
File[35]=".src/FUdisks.class:242.28"
File[36]=".src/FCpudb.module:29.33"
File[37]=".src/JSON.module:18.2"
File[38]=".src/JSONCollection.class:16.48"
Expand Down
10 changes: 10 additions & 0 deletions src/i-nex/.src/FUdisks.class
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,13 @@ Public Sub Form_Close()
Finfosys.Show

End

Public Sub Form_Resize()

GridView1.W = Me.W
GridView1.h = Me.h - 30
HBox1.W = GridView1.W
HBox1.y = GridView1.h
HBox2.y = GridView1.h
HBox2.x = GridView1.w - 150
End
108 changes: 58 additions & 50 deletions src/i-nex/.src/FUdisks.form
Original file line number Diff line number Diff line change
@@ -1,62 +1,70 @@
# Gambas Form File 3.0

{ Form Form
MoveScaled(0,0,70,75)
Move(0,0,490,525)
#Scaled = False
Text = ("UDisks")
Icon = Picture["logo/i-nex.0.4.x.png"]
Resizable = False
{ Button1 Button
MoveScaled(1,71,3,3.4286)
Picture = Picture["icon:/16/camera"]
}
{ Button2 Button
MoveScaled(57,71,12,3.4286)
Font = Font["10"]
ToolTip = ("Close this program")
Text = ("Close")
Picture = Picture["icon:/16/quit"]
}
{ HBox11 HBox
MoveScaled(20,70,22.2857,5.1429)
{ Label25 Label
MoveScaled(11.1429,0.8571,6.8571,3.4286)
Foreground = &HFF0000&
AutoResize = True
Alignment = Align.Center
Transparent = True
}
}
{ Button11 Button
MoveScaled(15,71,3.4286,3.4286)
Picture = Picture["logo/fb.png"]
}
{ Button3 Button
MoveScaled(11,71,3.4286,3.4286)
Font = Font["10"]
ToolTip = ("About this app")
Picture = Picture["icon:/16/help"]
}
{ Button12 Button
MoveScaled(7,71,3.4286,3.4286)
ToolTip = ("Generate report")
Picture = Picture["icon:/16/printer"]
}
{ Button13 Button
MoveScaled(4,71,3.4286,3.4286)
Visible = False
ToolTip = ("Report a bug")
Picture = Picture["icon:/16/important"]
}
{ ComboBox1 ComboBox
MoveScaled(48,71,9,4)
ReadOnly = True
Text = ("ComboBox1")
}
AutoResize = True
{ GridView1 GridView
MoveScaled(0,0,70,71)
Move(0,0,490,497)
Tracking = True
Expand = True
ShowCursor = True
ScrollBar = Scroll.Horizontal
AutoResize = False
}
{ HBox1 HBox
Move(0,497,301,28)
{ Button1 Button
Move(7,0,21,24)
Picture = Picture["icon:/16/camera"]
}
{ Button13 Button
Move(28,0,24,24)
Visible = False
ToolTip = ("Report a bug")
Picture = Picture["icon:/16/important"]
}
{ Button12 Button
Move(49,0,24,24)
ToolTip = ("Generate report")
Picture = Picture["icon:/16/printer"]
}
{ Button3 Button
Move(77,0,24,24)
Font = Font["10"]
ToolTip = ("About this app")
Picture = Picture["icon:/16/help"]
}
{ Button11 Button
Move(105,0,24,24)
Picture = Picture["logo/fb.png"]
}
{ HBox11 HBox
Move(140,-7,156,36)
{ Label25 Label
Move(78,6,48,24)
Foreground = &HFF0000&
AutoResize = True
Alignment = Align.Center
Transparent = True
}
}
}
{ HBox2 HBox
Move(301,497,189,28)
{ ComboBox1 ComboBox
Move(35,0,63,28)
ReadOnly = True
Text = ("ComboBox1")
}
{ Button2 Button
Move(98,0,84,24)
Font = Font["10"]
ToolTip = ("Close this program")
Text = ("Close")
Picture = Picture["icon:/16/quit"]
}
}
}

0 comments on commit e873ff5

Please sign in to comment.