ROIEditor/roiseditor.sqbpro

15 lines
2.0 KiB
Plaintext
Raw Permalink Normal View History

2024-04-11 06:51:12 -03:00
<?xml version="1.0" encoding="UTF-8"?><sqlb_project><db path="roiseditor.db" readonly="0" foreign_keys="1" case_sensitive_like="0" temp_store="0" wal_autocheckpoint="1000" synchronous="2"/><attached/><window><main_tabs open="structure browser pragmas query" current="2"/></window><tab_structure><column_width id="0" width="300"/><column_width id="1" width="0"/><column_width id="2" width="100"/><column_width id="3" width="1711"/><column_width id="4" width="0"/><expanded_item id="0" parent="1"/><expanded_item id="0" parent="0"/><expanded_item id="1" parent="1"/><expanded_item id="2" parent="1"/><expanded_item id="3" parent="1"/></tab_structure><tab_browse><table title="Roi" custom_title="0" dock_id="1" table="4,3:mainRoi"/><dock_state state="000000ff00000000fd0000000100000002000005bb00000386fc0100000001fb000000160064006f0063006b00420072006f00770073006500310100000000000005bb0000011900ffffff000002590000000000000004000000040000000800000008fc00000000"/><default_encoding codec=""/><browse_table_settings><table schema="main" name="Roi" show_row_id="0" encoding="" plot_x_axis="" unlock_view_pk="_rowid_" freeze_columns="0"><sort/><column_widths><column index="1" value="29"/><column index="2" value="29"/><column index="3" value="29"/><column index="4" value="42"/><column index="5" value="45"/><column index="6" value="52"/><column index="8" value="73"/><column index="9" value="85"/><column index="10" value="85"/><column index="11" value="85"/></column_widths><filter_values/><conditional_formats/><row_id_formats/><display_formats/><hidden_columns/><plot_y_axes/><global_filter/></table></browse_table_settings></tab_browse><tab_sql><sql name="SQL 1*">CREATE TABLE IF NOT EXISTS Roi (
Id INTEGER PRIMARY KEY AUTOINCREMENT,
X INTEGER NOT NULL,
Y INTEGER NOT NULL,
Width INTEGER NOT NULL,
Height INTEGER NOT NULL,
Nombre TEXT,
CodigoNumerico INTEGER,
Descripcion TEXT,
CampoTexto1 TEXT,
CampoTexto2 TEXT,
CampoTexto3 TEXT
);
</sql><current_tab id="0"/></tab_sql></sqlb_project>