File: .project

package info (click to toggle)
gambas3 3.20.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 77,208 kB
  • sloc: ansic: 197,232; cpp: 124,273; sh: 18,999; javascript: 7,761; sql: 5,399; makefile: 2,358; perl: 1,397; xml: 490; python: 335
file content (17 lines) | stat: -rw-r--r-- 696 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Gambas Project File 3.0
Title=DatabaseEditor
Startup=Main
Version=1.0.0
Component=gb.image
Component=gb.gui
Component=gb.form
Component=gb.db
Component=gb.db.form
Component=gb.db.sqlite3
Description="Example program that demonstrates how to use data-bound controls to edit databse records.\nI use DataSource, DataBrowser, DataControl and DataCombo here.\n\nNote that this example uses a connection to the DB that is specified at design-time via the gambas IDE. As a consequence the IDE provides support when binding controls to tables and fields by offering the available tables or field names."
TabSize=4
Language=en_US
Vendor=MartinFischer
Packager=1
Tags=Database,Example
GambasVersion=3.18