[GB.MYSQL]

* NEW: This component is now the MySQL specific database component.
  It is not included anymore inside the gb.db.mysql driver.


git-svn-id: svn://localhost/gambas/trunk@1882 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Benoît Minisini 2009-02-19 00:11:04 +00:00
parent f30bfdba02
commit dc859bf40e
5 changed files with 6 additions and 7 deletions

View file

@ -110,7 +110,7 @@ msgstr ""
msgid "Show files"
msgstr ""
#: FFocusBug.class:34 FMain.class:38
#: FFocusBug.class:34
msgid "TextBox1"
msgstr ""

View file

@ -8,7 +8,7 @@ Component=gb.gui
Component=gb.form
Component=gb.settings
Authors=Benoît Minisini
Environment="GB_GUI=gb.qt"
Environment="GB_GUI=gb.gtk"
TabSize=2
Translate=1
Language=en

View file

@ -5,8 +5,7 @@
Background = Color.LightBackground
Text = ("")
Padding = 8
{ TextBox1 TextBox
MoveScaled(20,20,43,13)
Text = ("TextBox1")
{ DatePicker1 DatePicker
MoveScaled(18,12,30,4)
}
}

View file

@ -1,5 +1,5 @@
# Gambas Project File 3.0
# Compiled with Gambas 2.99.0 (r1814)
# Compiled with Gambas 2.99.0 (r1867)
Title=mysql
Startup=modMain
Icon=logo.png

View file

@ -1 +1 @@
gb.settings gb.info gb.form gb.form.dialog gb.form.mdi gb.db.form gb.web gb.report gb.chart
gb.settings gb.info gb.form gb.form.dialog gb.form.mdi gb.db.form gb.web gb.report gb.chart gb.mysql