Skip to content

Commit

Permalink
Add to Credits, Art and Graphic
Browse files Browse the repository at this point in the history
I-Nex logo by: mmaciek12
                         DeviantArt profile: http://mmaciek12.deviantart.com/
                         Mail: mmaciek123@gmail.com
  • Loading branch information
eloaders committed Jan 22, 2012
1 parent 456d813 commit abaefcf
Show file tree
Hide file tree
Showing 7 changed files with 115 additions and 54 deletions.
Binary file modified src/i-nex/.gambas/FINFOSYS
Binary file not shown.
Binary file modified src/i-nex/.gambas/FZASLUGI
Binary file not shown.
46 changes: 31 additions & 15 deletions src/i-nex/.lang/.pot
Original file line number Diff line number Diff line change
Expand Up @@ -508,54 +508,70 @@ msgid ""
"bliższych informacji należy zapoznać się z Powszechną Licencją Publiczną GNU."
msgstr ""

#: Flicencja.form:22 Fzaslugi.form:81
#: Flicencja.form:22 Fzaslugi.form:105
msgid "Zamknij"
msgstr ""

#: Fzaslugi.form:18
#: Fzaslugi.form:22
msgid "Zasługi"
msgstr ""

#: Fzaslugi.form:26
msgid "Program"
#: Fzaslugi.form:30
msgid "Application"
msgstr ""

#: Fzaslugi.form:30
#: Fzaslugi.form:34
msgid "Główny bajkopisarz:"
msgstr ""

#: Fzaslugi.form:35
#: Fzaslugi.form:39
msgid "Michał 'eloaders' Głowienka"
msgstr ""

#: Fzaslugi.form:40
#: Fzaslugi.form:44
msgid "eloaders@yahoo.com"
msgstr ""

#: Fzaslugi.form:43
msgid "Grafika"
#: Fzaslugi.form:47
msgid "Art and graphic"
msgstr ""

#: Fzaslugi.form:47
#: Fzaslugi.form:51
msgid "Ikona oraz logo programu:"
msgstr ""

#: Fzaslugi.form:52
#: Fzaslugi.form:56
msgid "Daniel 'DaNieL' Pabis "
msgstr ""

#: Fzaslugi.form:57
#: Fzaslugi.form:61
msgid "daniel.pabis@interia.pl"
msgstr ""

#: Fzaslugi.form:62
#: Fzaslugi.form:66
msgid "Maciej Urmański"
msgstr ""

#: Fzaslugi.form:67
#: Fzaslugi.form:71
msgid "maciej14@gmail.com"
msgstr ""

#: Fzaslugi.form:70
#: Fzaslugi.form:76
msgid "I-Nex Logo by:"
msgstr ""

#: Fzaslugi.form:81
msgid "mmaciek12"
msgstr ""

#: Fzaslugi.form:86
msgid "DeviantArt"
msgstr ""

#: Fzaslugi.form:91
msgid "Mail"
msgstr ""

#: Fzaslugi.form:94
msgid "Inne"
msgstr ""
46 changes: 31 additions & 15 deletions src/i-nex/.lang/Fzaslugi.pot
Original file line number Diff line number Diff line change
Expand Up @@ -14,55 +14,71 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: Fzaslugi.form:18
#: Fzaslugi.form:22
msgid "Zasługi"
msgstr ""

#: Fzaslugi.form:26
msgid "Program"
#: Fzaslugi.form:30
msgid "Application"
msgstr ""

#: Fzaslugi.form:30
#: Fzaslugi.form:34
msgid "Główny bajkopisarz:"
msgstr ""

#: Fzaslugi.form:35
#: Fzaslugi.form:39
msgid "Michał 'eloaders' Głowienka"
msgstr ""

#: Fzaslugi.form:40
#: Fzaslugi.form:44
msgid "eloaders@yahoo.com"
msgstr ""

#: Fzaslugi.form:43
msgid "Grafika"
#: Fzaslugi.form:47
msgid "Art and graphic"
msgstr ""

#: Fzaslugi.form:47
#: Fzaslugi.form:51
msgid "Ikona oraz logo programu:"
msgstr ""

#: Fzaslugi.form:52
#: Fzaslugi.form:56
msgid "Daniel 'DaNieL' Pabis "
msgstr ""

#: Fzaslugi.form:57
#: Fzaslugi.form:61
msgid "daniel.pabis@interia.pl"
msgstr ""

#: Fzaslugi.form:62
#: Fzaslugi.form:66
msgid "Maciej Urmański"
msgstr ""

#: Fzaslugi.form:67
#: Fzaslugi.form:71
msgid "maciej14@gmail.com"
msgstr ""

#: Fzaslugi.form:70
msgid "Inne"
#: Fzaslugi.form:76
msgid "I-Nex Logo by:"
msgstr ""

#: Fzaslugi.form:81
msgid "mmaciek12"
msgstr ""

#: Fzaslugi.form:86
msgid "DeviantArt"
msgstr ""

#: Fzaslugi.form:91
msgid "Mail"
msgstr ""

#: Fzaslugi.form:94
msgid "Inne"
msgstr ""

#: Fzaslugi.form:105
msgid "Zamknij"
msgstr ""

2 changes: 1 addition & 1 deletion src/i-nex/.src/Finfosys.class
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Public Sub Form_Open()
TextBox22.Visible = True
TextBox22.Text = File.Load("/etc/X11/default-display-manager")
TextBox22.Text = Replace(TextBox22.Text, "\n", "")
Debug "Default display manager is" & TextBox22.Text
Debug "Default display manager is " & TextBox22.Text
Endif
Object.Call(battery, "_init")
TextLabel21.Visible = False
Expand Down
12 changes: 12 additions & 0 deletions src/i-nex/.src/Fzaslugi.class
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,15 @@ Public Sub TextLabel8_MouseDown()
Desktop.Open("eloaders@yahoo.com")

End

Public Sub Button2_Click()

Desktop.Open("http://mmaciek12.deviantart.com/")

End

Public Sub Button3_Click()

Desktop.Open("mailto:mmaciek123@gmail.com")

End
63 changes: 40 additions & 23 deletions src/i-nex/.src/Fzaslugi.form
Original file line number Diff line number Diff line change
@@ -1,59 +1,76 @@
# Gambas Form File 3.0
{ Form Form

{ Form Form
Move(0,0,364,266)
#Scaled = False
Text = ("Zas\xC5\x82ugi")
Text = ("Zasługi")
Icon = Picture["i-nex.png"]
Resizable = False
{ TabStrip1 TabStrip
{ TabStrip1 TabStrip
Move(0,0,364,217)
Count = 3
Index = 0
Text = ("Program")
{ TextLabel6 TextLabel
Text = ("Application")
{ TextLabel6 TextLabel
Move(7,7,168,21)
Text = ("G\xC5\x82\xC3\xB3wny bajkopisarz:")
Text = ("Główny bajkopisarz:")
}
{ TextLabel7 TextLabel
{ TextLabel7 TextLabel
Move(7,28,196,21)
Text = ("Micha\xC5\x82 'eloaders' G\xC5\x82owienka")
Text = ("Michał 'eloaders' Głowienka")
}
{ TextLabel8 TextLabel
{ TextLabel8 TextLabel
Move(210,28,147,21)
Text = ("eloaders@yahoo.com")
}
Index = 1
Text = ("Grafika")
{ TextLabel1 TextLabel
Text = ("Art and graphic")
{ TextLabel1 TextLabel
Move(7,7,168,21)
Text = ("Ikona oraz logo programu:")
}
{ TextLabel2 TextLabel
Move(7,28,168,21)
{ TextLabel2 TextLabel
Move(6,132,168,21)
Text = ("Daniel 'DaNieL' Pabis ")
}
{ TextLabel3 TextLabel
Move(189,28,168,21)
{ TextLabel3 TextLabel
Move(192,132,168,21)
Text = ("daniel.pabis@interia.pl")
}
{ TextLabel4 TextLabel
Move(7,49,133,21)
Text = ("Maciej Urma\xC5\x84ski")
{ TextLabel4 TextLabel
Move(6,156,133,21)
Text = ("Maciej Urmański")
}
{ TextLabel5 TextLabel
Move(147,49,168,21)
{ TextLabel5 TextLabel
Move(150,156,168,21)
Text = ("maciej14@gmail.com")
}
{ Label1 Label
Move(6,24,84,24)
Text = ("I-Nex Logo by:")
}
{ Label2 Label
Move(90,24,72,24)
Text = ("mmaciek12")
}
{ Button2 Button
Move(156,24,78,24)
Text = ("DeviantArt")
}
{ Button3 Button
Move(240,24,84,24)
Text = ("Mail")
}
Index = 2
Text = ("Inne")
{ TextArea3 TextArea
{ TextArea3 TextArea
Move(0,0,364,189)
ReadOnly = True
}
Index = 0
}
{ Button1 Button
{ Button1 Button
Move(273,224,84,28)
Text = ("Zamknij")
}
}
}

0 comments on commit abaefcf

Please sign in to comment.