-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteste.html
263 lines (248 loc) · 41.8 KB
/
teste.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
--
-- Arquivo gerado com SQLiteStudio v3.4.4 em dom set 29 19:33:57 2024
--
-- Codificação de texto usada: System
--
PRAGMA foreign_keys = off;
BEGIN TRANSACTION;
-- Tabela: Languages
CREATE TABLE IF NOT EXISTS Languages (LanguageID INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, Code VARCHAR (5) NOT NULL);
INSERT INTO Languages (LanguageID, Code) VALUES (1, 'en-us');
-- Tabela: PageTemplates
CREATE TABLE IF NOT EXISTS PageTemplates (PageTemplateID INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, PageTemplate VARCHAR (40) NOT NULL);
INSERT INTO PageTemplates (PageTemplateID, PageTemplate) VALUES (1, '1_Column_Header_Footer');
INSERT INTO PageTemplates (PageTemplateID, PageTemplate) VALUES (2, '2_Sidebars_Header_Footer');
INSERT INTO PageTemplates (PageTemplateID, PageTemplate) VALUES (3, '3_Equal_Columns_Header_Footer');
INSERT INTO PageTemplates (PageTemplateID, PageTemplate) VALUES (4, '4_Equal_Columns_Header_Footer');
INSERT INTO PageTemplates (PageTemplateID, PageTemplate) VALUES (5, 'Blank_Content');
INSERT INTO PageTemplates (PageTemplateID, PageTemplate) VALUES (6, 'Left_Sidebar_Content');
INSERT INTO PageTemplates (PageTemplateID, PageTemplate) VALUES (7, 'Left_Sidebar_Header_Footer');
INSERT INTO PageTemplates (PageTemplateID, PageTemplate) VALUES (8, 'Promo_3_Columns_Header_Footer');
INSERT INTO PageTemplates (PageTemplateID, PageTemplate) VALUES (9, 'Right_Sidebar_Content');
INSERT INTO PageTemplates (PageTemplateID, PageTemplate) VALUES (10, 'Right_Sidebar_Header_Footer');
-- Tabela: PageTemplates_Modules
CREATE TABLE IF NOT EXISTS PageTemplates_Modules (ModuleID INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, PageTemplateID INTEGER NOT NULL REFERENCES PageTemplates (PageTemplateID), ModuleTheme VARCHAR (40) NOT NULL, Width DOUBLE NOT NULL, Height DOUBLE NOT NULL, ModuleView_Row INTEGER NOT NULL, ModuleView_Colum INTEGER NOT NULL, ModuleView_RowSpan INTEGER NOT NULL, ModuleView_ColumSpan INTEGER NOT NULL);
INSERT INTO PageTemplates_Modules (ModuleID, PageTemplateID, ModuleTheme, Width, Height, ModuleView_Row, ModuleView_Colum, ModuleView_RowSpan, ModuleView_ColumSpan) VALUES (1, 7, '1 Column (Header)', 1.0, 0.1, 0, 0, 0, 0);
INSERT INTO PageTemplates_Modules (ModuleID, PageTemplateID, ModuleTheme, Width, Height, ModuleView_Row, ModuleView_Colum, ModuleView_RowSpan, ModuleView_ColumSpan) VALUES (2, 7, '1 Column (Content)', 1.0, 0.2, 0, 0, 0, 0);
INSERT INTO PageTemplates_Modules (ModuleID, PageTemplateID, ModuleTheme, Width, Height, ModuleView_Row, ModuleView_Colum, ModuleView_RowSpan, ModuleView_ColumSpan) VALUES (3, 7, '1 Column (Footer)', 0.33, 0.6, 0, 0, 0, 0);
INSERT INTO PageTemplates_Modules (ModuleID, PageTemplateID, ModuleTheme, Width, Height, ModuleView_Row, ModuleView_Colum, ModuleView_RowSpan, ModuleView_ColumSpan) VALUES (4, 2, '2 Sidebars (Header)', 1.0, 0.1, 0, 0, 0, 0);
INSERT INTO PageTemplates_Modules (ModuleID, PageTemplateID, ModuleTheme, Width, Height, ModuleView_Row, ModuleView_Colum, ModuleView_RowSpan, ModuleView_ColumSpan) VALUES (5, 2, '2 Sidebars (Left)', 1.0, 0.2, 0, 0, 0, 0);
INSERT INTO PageTemplates_Modules (ModuleID, PageTemplateID, ModuleTheme, Width, Height, ModuleView_Row, ModuleView_Colum, ModuleView_RowSpan, ModuleView_ColumSpan) VALUES (6, 2, '2 Sidebars (Center)', 1.0, 0.2, 0, 0, 0, 0);
INSERT INTO PageTemplates_Modules (ModuleID, PageTemplateID, ModuleTheme, Width, Height, ModuleView_Row, ModuleView_Colum, ModuleView_RowSpan, ModuleView_ColumSpan) VALUES (7, 2, '2 Sidebars (Right)', 1.0, 0.2, 0, 0, 0, 0);
INSERT INTO PageTemplates_Modules (ModuleID, PageTemplateID, ModuleTheme, Width, Height, ModuleView_Row, ModuleView_Colum, ModuleView_RowSpan, ModuleView_ColumSpan) VALUES (8, 2, '2 Sidebars (Footer)', 0.33, 0.6, 0, 0, 0, 0);
INSERT INTO PageTemplates_Modules (ModuleID, PageTemplateID, ModuleTheme, Width, Height, ModuleView_Row, ModuleView_Colum, ModuleView_RowSpan, ModuleView_ColumSpan) VALUES (9, 3, '3 Equal (Header)', 1.0, 0.1, 0, 0, 0, 0);
INSERT INTO PageTemplates_Modules (ModuleID, PageTemplateID, ModuleTheme, Width, Height, ModuleView_Row, ModuleView_Colum, ModuleView_RowSpan, ModuleView_ColumSpan) VALUES (10, 3, '3 Equal (Left)', 1.0, 0.2, 0, 0, 0, 0);
INSERT INTO PageTemplates_Modules (ModuleID, PageTemplateID, ModuleTheme, Width, Height, ModuleView_Row, ModuleView_Colum, ModuleView_RowSpan, ModuleView_ColumSpan) VALUES (11, 3, '3 Equal (Center)', 1.0, 0.2, 0, 0, 0, 0);
INSERT INTO PageTemplates_Modules (ModuleID, PageTemplateID, ModuleTheme, Width, Height, ModuleView_Row, ModuleView_Colum, ModuleView_RowSpan, ModuleView_ColumSpan) VALUES (12, 3, '3 Equal (Right)', 1.0, 0.2, 0, 0, 0, 0);
INSERT INTO PageTemplates_Modules (ModuleID, PageTemplateID, ModuleTheme, Width, Height, ModuleView_Row, ModuleView_Colum, ModuleView_RowSpan, ModuleView_ColumSpan) VALUES (13, 3, '3 Equal (Footer)', 0.33, 0.6, 0, 0, 0, 0);
INSERT INTO PageTemplates_Modules (ModuleID, PageTemplateID, ModuleTheme, Width, Height, ModuleView_Row, ModuleView_Colum, ModuleView_RowSpan, ModuleView_ColumSpan) VALUES (14, 4, '4 Columns (Header)', 1.0, 0.1, 0, 0, 0, 0);
INSERT INTO PageTemplates_Modules (ModuleID, PageTemplateID, ModuleTheme, Width, Height, ModuleView_Row, ModuleView_Colum, ModuleView_RowSpan, ModuleView_ColumSpan) VALUES (15, 4, '4 Columns (Colum 1)', 1.0, 0.2, 0, 0, 0, 0);
INSERT INTO PageTemplates_Modules (ModuleID, PageTemplateID, ModuleTheme, Width, Height, ModuleView_Row, ModuleView_Colum, ModuleView_RowSpan, ModuleView_ColumSpan) VALUES (16, 4, '4 Columns (Colum 2)', 1.0, 0.2, 0, 0, 0, 0);
INSERT INTO PageTemplates_Modules (ModuleID, PageTemplateID, ModuleTheme, Width, Height, ModuleView_Row, ModuleView_Colum, ModuleView_RowSpan, ModuleView_ColumSpan) VALUES (17, 4, '4 Columns (Colum 3)', 1.0, 0.2, 0, 0, 0, 0);
INSERT INTO PageTemplates_Modules (ModuleID, PageTemplateID, ModuleTheme, Width, Height, ModuleView_Row, ModuleView_Colum, ModuleView_RowSpan, ModuleView_ColumSpan) VALUES (18, 4, '4 Columns (Colum 4)', 1.0, 0.2, 0, 0, 0, 0);
INSERT INTO PageTemplates_Modules (ModuleID, PageTemplateID, ModuleTheme, Width, Height, ModuleView_Row, ModuleView_Colum, ModuleView_RowSpan, ModuleView_ColumSpan) VALUES (19, 4, '4 Columns (Footer)', 0.33, 0.6, 0, 0, 0, 0);
INSERT INTO PageTemplates_Modules (ModuleID, PageTemplateID, ModuleTheme, Width, Height, ModuleView_Row, ModuleView_Colum, ModuleView_RowSpan, ModuleView_ColumSpan) VALUES (21, 6, 'Left SideBar (Left)', 1.0, 0.1, 0, 0, 0, 0);
INSERT INTO PageTemplates_Modules (ModuleID, PageTemplateID, ModuleTheme, Width, Height, ModuleView_Row, ModuleView_Colum, ModuleView_RowSpan, ModuleView_ColumSpan) VALUES (22, 6, 'Left SideBar (Content)', 1.0, 0.2, 0, 0, 0, 0);
INSERT INTO PageTemplates_Modules (ModuleID, PageTemplateID, ModuleTheme, Width, Height, ModuleView_Row, ModuleView_Colum, ModuleView_RowSpan, ModuleView_ColumSpan) VALUES (26, 5, 'Blank Content', 1.0, 1.0, 0, 0, 0, 0);
INSERT INTO PageTemplates_Modules (ModuleID, PageTemplateID, ModuleTheme, Width, Height, ModuleView_Row, ModuleView_Colum, ModuleView_RowSpan, ModuleView_ColumSpan) VALUES (27, 8, 'Promo 3 Columns (Header)', 1.0, 0.1, 0, 0, 0, 3);
INSERT INTO PageTemplates_Modules (ModuleID, PageTemplateID, ModuleTheme, Width, Height, ModuleView_Row, ModuleView_Colum, ModuleView_RowSpan, ModuleView_ColumSpan) VALUES (28, 8, 'Promo 3 Columns (Promo)', 1.0, 0.2, 1, 0, 0, 3);
INSERT INTO PageTemplates_Modules (ModuleID, PageTemplateID, ModuleTheme, Width, Height, ModuleView_Row, ModuleView_Colum, ModuleView_RowSpan, ModuleView_ColumSpan) VALUES (29, 8, 'Promo 3 Columns (Left)', 0.33, 0.6, 2, 0, 0, 0);
INSERT INTO PageTemplates_Modules (ModuleID, PageTemplateID, ModuleTheme, Width, Height, ModuleView_Row, ModuleView_Colum, ModuleView_RowSpan, ModuleView_ColumSpan) VALUES (30, 8, 'Promo 3 Columns (Center)', 0.33, 0.6, 2, 1, 0, 0);
INSERT INTO PageTemplates_Modules (ModuleID, PageTemplateID, ModuleTheme, Width, Height, ModuleView_Row, ModuleView_Colum, ModuleView_RowSpan, ModuleView_ColumSpan) VALUES (31, 8, 'Promo 3 Columns (Right)', 0.33, 0.6, 2, 2, 0, 0);
INSERT INTO PageTemplates_Modules (ModuleID, PageTemplateID, ModuleTheme, Width, Height, ModuleView_Row, ModuleView_Colum, ModuleView_RowSpan, ModuleView_ColumSpan) VALUES (32, 8, 'Promo 3 Columns (Footer)', 1.0, 0.1, 3, 0, 0, 3);
INSERT INTO PageTemplates_Modules (ModuleID, PageTemplateID, ModuleTheme, Width, Height, ModuleView_Row, ModuleView_Colum, ModuleView_RowSpan, ModuleView_ColumSpan) VALUES (33, 9, 'Right SideBar (Content)', 1.0, 0.1, 0, 0, 0, 0);
INSERT INTO PageTemplates_Modules (ModuleID, PageTemplateID, ModuleTheme, Width, Height, ModuleView_Row, ModuleView_Colum, ModuleView_RowSpan, ModuleView_ColumSpan) VALUES (34, 9, 'Right SideBar (Right)', 1.0, 0.1, 0, 0, 0, 0);
INSERT INTO PageTemplates_Modules (ModuleID, PageTemplateID, ModuleTheme, Width, Height, ModuleView_Row, ModuleView_Colum, ModuleView_RowSpan, ModuleView_ColumSpan) VALUES (35, 10, 'Right SideBar Header (Header)', 1.0, 0.1, 0, 0, 0, 0);
INSERT INTO PageTemplates_Modules (ModuleID, PageTemplateID, ModuleTheme, Width, Height, ModuleView_Row, ModuleView_Colum, ModuleView_RowSpan, ModuleView_ColumSpan) VALUES (36, 10, 'Right SideBar Header (Content)', 1.0, 0.2, 0, 0, 0, 0);
INSERT INTO PageTemplates_Modules (ModuleID, PageTemplateID, ModuleTheme, Width, Height, ModuleView_Row, ModuleView_Colum, ModuleView_RowSpan, ModuleView_ColumSpan) VALUES (37, 10, 'Right SideBar Header (Right)', 1.0, 0.2, 0, 0, 0, 0);
INSERT INTO PageTemplates_Modules (ModuleID, PageTemplateID, ModuleTheme, Width, Height, ModuleView_Row, ModuleView_Colum, ModuleView_RowSpan, ModuleView_ColumSpan) VALUES (38, 10, 'Right SideBar Header (Footer)', 0.33, 0.6, 0, 0, 0, 0);
-- Tabela: System
CREATE TABLE IF NOT EXISTS System (SystemID INTEGER PRIMARY KEY ASC ON CONFLICT ROLLBACK AUTOINCREMENT NOT NULL, Name VARCHAR (40) NOT NULL, Revision VARCHAR (40) NOT NULL, Version DOUBLE NOT NULL, Changes VARCHAR (4000) NOT NULL, LastUpdate DATETIME NOT NULL DEFAULT (DateTime()));
INSERT INTO System (SystemID, Name, Revision, Version, Changes, LastUpdate) VALUES (1, 'Masters Universe', 'Gods Fail', 1.0, 'Essencial Desenv', '2019-08-28 18:48:55');
INSERT INTO System (SystemID, Name, Revision, Version, Changes, LastUpdate) VALUES (2, 'Masters Universe', 'Revenge', 1.1, 'New Developments', '2019-08-28 19:20:34');
INSERT INTO System (SystemID, Name, Revision, Version, Changes, LastUpdate) VALUES (3, 'Masters Universe', 'Composite Reloaded', 1.0, 'Create HUD Contents', '2020-03-31 00:00:00');
-- Tabela: UserControls
CREATE TABLE IF NOT EXISTS UserControls (UserControlID INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, UserControl VARCHAR (40) NOT NULL);
INSERT INTO UserControls (UserControlID, UserControl) VALUES (1, 'Label');
INSERT INTO UserControls (UserControlID, UserControl) VALUES (2, 'CheckBox');
INSERT INTO UserControls (UserControlID, UserControl) VALUES (3, 'ComboBox');
INSERT INTO UserControls (UserControlID, UserControl) VALUES (4, 'Slider');
INSERT INTO UserControls (UserControlID, UserControl) VALUES (5, 'SpinBox');
INSERT INTO UserControls (UserControlID, UserControl) VALUES (6, 'EditableText');
INSERT INTO UserControls (UserControlID, UserControl) VALUES (7, 'EditableText _MultiLine');
INSERT INTO UserControls (UserControlID, UserControl) VALUES (8, 'TextBox');
INSERT INTO UserControls (UserControlID, UserControl) VALUES (9, 'TextBox _MultiLine');
INSERT INTO UserControls (UserControlID, UserControl) VALUES (10, 'RichTextBlock');
INSERT INTO UserControls (UserControlID, UserControl) VALUES (11, 'Buttom');
INSERT INTO UserControls (UserControlID, UserControl) VALUES (12, 'GridView');
-- Tabela: UserPanels
CREATE TABLE IF NOT EXISTS UserPanels (UserPanelID INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, UserPanel varchar (40) NOT NULL);
INSERT INTO UserPanels (UserPanelID, UserPanel) VALUES (1, 'Canvas Panel');
INSERT INTO UserPanels (UserPanelID, UserPanel) VALUES (2, 'Overlay');
INSERT INTO UserPanels (UserPanelID, UserPanel) VALUES (3, 'Grid Panel');
INSERT INTO UserPanels (UserPanelID, UserPanel) VALUES (4, 'Uniform Panel');
INSERT INTO UserPanels (UserPanelID, UserPanel) VALUES (5, 'Horizontal Box');
INSERT INTO UserPanels (UserPanelID, UserPanel) VALUES (6, 'Vertical Box');
INSERT INTO UserPanels (UserPanelID, UserPanel) VALUES (7, 'Scale Box');
INSERT INTO UserPanels (UserPanelID, UserPanel) VALUES (8, 'Size Box');
INSERT INTO UserPanels (UserPanelID, UserPanel) VALUES (9, 'Scroll Box');
INSERT INTO UserPanels (UserPanelID, UserPanel) VALUES (10, 'Wrap Box');
INSERT INTO UserPanels (UserPanelID, UserPanel) VALUES (11, 'Widget Switch');
INSERT INTO UserPanels (UserPanelID, UserPanel) VALUES (12, 'Safe Zone');
-- Tabela: VirtualFields
CREATE TABLE IF NOT EXISTS VirtualFields (VirtualFieldID INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, VirtualTableID INTEGER REFERENCES VirtualTables NOT NULL, VirtualPanelID INTEGER REFERENCES VirtualPanels (VirtualPanelID) NOT NULL, ModuleID INTEGER NOT NULL, GridView_Row INTEGER NOT NULL, GridView_Colum INTEGER NOT NULL, GridView_RowSpan INTEGER NOT NULL, GridView_ColumSpan INTEGER NOT NULL, FieldTheme VARCHAR (60) NOT NULL, FontStyle VARCHAR (30) NOT NULL DEFAULT ('Default'), UserControlID INTEGER REFERENCES UserControls (UserControlID), IfControl_FieldNameID INTEGER, IfControl_ControlID VARCHAR (60), IfControl_isReadWrite BOOLEAN, IfControl_Tooltip VARCHAR (400), IfControl_DefaultValue VARCHAR (8000), IfControl_IfComboBox_OptionsValues VARCHAR (8000), IfControl_IfTextBox_HintText VARCHAR (8000), IfControl_IfEditableTextOrTextBox_IsPassword BOOLEAN, IfControl_UseScrollBox BOOLEAN DEFAULT (0));
INSERT INTO VirtualFields (VirtualFieldID, VirtualTableID, VirtualPanelID, ModuleID, GridView_Row, GridView_Colum, GridView_RowSpan, GridView_ColumSpan, FieldTheme, FontStyle, UserControlID, IfControl_FieldNameID, IfControl_ControlID, IfControl_isReadWrite, IfControl_Tooltip, IfControl_DefaultValue, IfControl_IfComboBox_OptionsValues, IfControl_IfTextBox_HintText, IfControl_IfEditableTextOrTextBox_IsPassword, IfControl_UseScrollBox) VALUES (51, 1, 1, 26, 0, 0, 0, 0, 'Default', 'Default', 11, NULL, 'lblField1', 0, NULL, 'Field1', NULL, NULL, 0, 0);
INSERT INTO VirtualFields (VirtualFieldID, VirtualTableID, VirtualPanelID, ModuleID, GridView_Row, GridView_Colum, GridView_RowSpan, GridView_ColumSpan, FieldTheme, FontStyle, UserControlID, IfControl_FieldNameID, IfControl_ControlID, IfControl_isReadWrite, IfControl_Tooltip, IfControl_DefaultValue, IfControl_IfComboBox_OptionsValues, IfControl_IfTextBox_HintText, IfControl_IfEditableTextOrTextBox_IsPassword, IfControl_UseScrollBox) VALUES (52, 1, 1, 26, 1, 0, 0, 0, 'Default', 'Default', 1, NULL, 'lblField1', 0, NULL, 'Field2', NULL, NULL, 0, 0);
INSERT INTO VirtualFields (VirtualFieldID, VirtualTableID, VirtualPanelID, ModuleID, GridView_Row, GridView_Colum, GridView_RowSpan, GridView_ColumSpan, FieldTheme, FontStyle, UserControlID, IfControl_FieldNameID, IfControl_ControlID, IfControl_isReadWrite, IfControl_Tooltip, IfControl_DefaultValue, IfControl_IfComboBox_OptionsValues, IfControl_IfTextBox_HintText, IfControl_IfEditableTextOrTextBox_IsPassword, IfControl_UseScrollBox) VALUES (53, 1, 1, 26, 2, 0, 0, 0, 'Default', 'Default', 1, NULL, 'lblField1', 0, NULL, 'Field3', NULL, NULL, 0, 0);
INSERT INTO VirtualFields (VirtualFieldID, VirtualTableID, VirtualPanelID, ModuleID, GridView_Row, GridView_Colum, GridView_RowSpan, GridView_ColumSpan, FieldTheme, FontStyle, UserControlID, IfControl_FieldNameID, IfControl_ControlID, IfControl_isReadWrite, IfControl_Tooltip, IfControl_DefaultValue, IfControl_IfComboBox_OptionsValues, IfControl_IfTextBox_HintText, IfControl_IfEditableTextOrTextBox_IsPassword, IfControl_UseScrollBox) VALUES (54, 1, 1, 26, 3, 0, 0, 0, 'Default', 'Default', 1, NULL, 'lblField1', 0, NULL, 'Field4', NULL, NULL, 0, 0);
INSERT INTO VirtualFields (VirtualFieldID, VirtualTableID, VirtualPanelID, ModuleID, GridView_Row, GridView_Colum, GridView_RowSpan, GridView_ColumSpan, FieldTheme, FontStyle, UserControlID, IfControl_FieldNameID, IfControl_ControlID, IfControl_isReadWrite, IfControl_Tooltip, IfControl_DefaultValue, IfControl_IfComboBox_OptionsValues, IfControl_IfTextBox_HintText, IfControl_IfEditableTextOrTextBox_IsPassword, IfControl_UseScrollBox) VALUES (55, 1, 1, 26, 4, 0, 0, 0, 'Default', 'Default', 1, NULL, 'lblField1', 0, NULL, 'Field5', NULL, NULL, 0, 0);
INSERT INTO VirtualFields (VirtualFieldID, VirtualTableID, VirtualPanelID, ModuleID, GridView_Row, GridView_Colum, GridView_RowSpan, GridView_ColumSpan, FieldTheme, FontStyle, UserControlID, IfControl_FieldNameID, IfControl_ControlID, IfControl_isReadWrite, IfControl_Tooltip, IfControl_DefaultValue, IfControl_IfComboBox_OptionsValues, IfControl_IfTextBox_HintText, IfControl_IfEditableTextOrTextBox_IsPassword, IfControl_UseScrollBox) VALUES (56, 1, 1, 26, 5, 0, 0, 0, 'Default', 'Default', 1, NULL, 'lblField1', 0, NULL, 'Field6', NULL, NULL, 0, 0);
INSERT INTO VirtualFields (VirtualFieldID, VirtualTableID, VirtualPanelID, ModuleID, GridView_Row, GridView_Colum, GridView_RowSpan, GridView_ColumSpan, FieldTheme, FontStyle, UserControlID, IfControl_FieldNameID, IfControl_ControlID, IfControl_isReadWrite, IfControl_Tooltip, IfControl_DefaultValue, IfControl_IfComboBox_OptionsValues, IfControl_IfTextBox_HintText, IfControl_IfEditableTextOrTextBox_IsPassword, IfControl_UseScrollBox) VALUES (57, 1, 1, 26, 6, 0, 0, 0, 'Default', 'Default', 1, NULL, 'lblField1', 0, NULL, 'Field7', NULL, NULL, 0, 0);
INSERT INTO VirtualFields (VirtualFieldID, VirtualTableID, VirtualPanelID, ModuleID, GridView_Row, GridView_Colum, GridView_RowSpan, GridView_ColumSpan, FieldTheme, FontStyle, UserControlID, IfControl_FieldNameID, IfControl_ControlID, IfControl_isReadWrite, IfControl_Tooltip, IfControl_DefaultValue, IfControl_IfComboBox_OptionsValues, IfControl_IfTextBox_HintText, IfControl_IfEditableTextOrTextBox_IsPassword, IfControl_UseScrollBox) VALUES (58, 1, 1, 26, 7, 0, 0, 0, 'Default', 'Default', 1, NULL, 'lblField1', 0, NULL, 'Field8', NULL, NULL, 0, 0);
INSERT INTO VirtualFields (VirtualFieldID, VirtualTableID, VirtualPanelID, ModuleID, GridView_Row, GridView_Colum, GridView_RowSpan, GridView_ColumSpan, FieldTheme, FontStyle, UserControlID, IfControl_FieldNameID, IfControl_ControlID, IfControl_isReadWrite, IfControl_Tooltip, IfControl_DefaultValue, IfControl_IfComboBox_OptionsValues, IfControl_IfTextBox_HintText, IfControl_IfEditableTextOrTextBox_IsPassword, IfControl_UseScrollBox) VALUES (59, 1, 1, 26, 8, 0, 0, 0, 'Default', 'Default', 1, NULL, 'lblField1', 0, NULL, 'Field9', NULL, NULL, 0, 0);
INSERT INTO VirtualFields (VirtualFieldID, VirtualTableID, VirtualPanelID, ModuleID, GridView_Row, GridView_Colum, GridView_RowSpan, GridView_ColumSpan, FieldTheme, FontStyle, UserControlID, IfControl_FieldNameID, IfControl_ControlID, IfControl_isReadWrite, IfControl_Tooltip, IfControl_DefaultValue, IfControl_IfComboBox_OptionsValues, IfControl_IfTextBox_HintText, IfControl_IfEditableTextOrTextBox_IsPassword, IfControl_UseScrollBox) VALUES (60, 1, 1, 26, 9, 0, 0, 0, 'Default', 'Default', 1, NULL, 'lblField1', 0, NULL, 'Field10', NULL, NULL, 0, 0);
INSERT INTO VirtualFields (VirtualFieldID, VirtualTableID, VirtualPanelID, ModuleID, GridView_Row, GridView_Colum, GridView_RowSpan, GridView_ColumSpan, FieldTheme, FontStyle, UserControlID, IfControl_FieldNameID, IfControl_ControlID, IfControl_isReadWrite, IfControl_Tooltip, IfControl_DefaultValue, IfControl_IfComboBox_OptionsValues, IfControl_IfTextBox_HintText, IfControl_IfEditableTextOrTextBox_IsPassword, IfControl_UseScrollBox) VALUES (61, 1, 1, 26, 10, 0, 0, 0, 'Default', 'Default', 1, NULL, 'lblField1', 0, NULL, 'Field11', NULL, NULL, 0, 0);
INSERT INTO VirtualFields (VirtualFieldID, VirtualTableID, VirtualPanelID, ModuleID, GridView_Row, GridView_Colum, GridView_RowSpan, GridView_ColumSpan, FieldTheme, FontStyle, UserControlID, IfControl_FieldNameID, IfControl_ControlID, IfControl_isReadWrite, IfControl_Tooltip, IfControl_DefaultValue, IfControl_IfComboBox_OptionsValues, IfControl_IfTextBox_HintText, IfControl_IfEditableTextOrTextBox_IsPassword, IfControl_UseScrollBox) VALUES (62, 1, 1, 26, 11, 0, 0, 0, 'Default', 'Default', 1, NULL, 'lblField1', 0, NULL, 'Field12', NULL, NULL, 0, 0);
INSERT INTO VirtualFields (VirtualFieldID, VirtualTableID, VirtualPanelID, ModuleID, GridView_Row, GridView_Colum, GridView_RowSpan, GridView_ColumSpan, FieldTheme, FontStyle, UserControlID, IfControl_FieldNameID, IfControl_ControlID, IfControl_isReadWrite, IfControl_Tooltip, IfControl_DefaultValue, IfControl_IfComboBox_OptionsValues, IfControl_IfTextBox_HintText, IfControl_IfEditableTextOrTextBox_IsPassword, IfControl_UseScrollBox) VALUES (63, 1, 1, 26, 12, 0, 0, 0, 'Default', 'Default', 1, NULL, 'lblField1', 0, NULL, 'Field13', NULL, NULL, 0, 0);
INSERT INTO VirtualFields (VirtualFieldID, VirtualTableID, VirtualPanelID, ModuleID, GridView_Row, GridView_Colum, GridView_RowSpan, GridView_ColumSpan, FieldTheme, FontStyle, UserControlID, IfControl_FieldNameID, IfControl_ControlID, IfControl_isReadWrite, IfControl_Tooltip, IfControl_DefaultValue, IfControl_IfComboBox_OptionsValues, IfControl_IfTextBox_HintText, IfControl_IfEditableTextOrTextBox_IsPassword, IfControl_UseScrollBox) VALUES (64, 1, 1, 26, 13, 0, 0, 0, 'Default', 'Default', 1, NULL, 'lblField1', 0, NULL, 'Field14', NULL, NULL, 0, 0);
INSERT INTO VirtualFields (VirtualFieldID, VirtualTableID, VirtualPanelID, ModuleID, GridView_Row, GridView_Colum, GridView_RowSpan, GridView_ColumSpan, FieldTheme, FontStyle, UserControlID, IfControl_FieldNameID, IfControl_ControlID, IfControl_isReadWrite, IfControl_Tooltip, IfControl_DefaultValue, IfControl_IfComboBox_OptionsValues, IfControl_IfTextBox_HintText, IfControl_IfEditableTextOrTextBox_IsPassword, IfControl_UseScrollBox) VALUES (65, 1, 1, 26, 14, 0, 0, 0, 'Default', 'Default', 1, NULL, 'lblField1', 0, NULL, 'Field15', NULL, NULL, 0, 0);
INSERT INTO VirtualFields (VirtualFieldID, VirtualTableID, VirtualPanelID, ModuleID, GridView_Row, GridView_Colum, GridView_RowSpan, GridView_ColumSpan, FieldTheme, FontStyle, UserControlID, IfControl_FieldNameID, IfControl_ControlID, IfControl_isReadWrite, IfControl_Tooltip, IfControl_DefaultValue, IfControl_IfComboBox_OptionsValues, IfControl_IfTextBox_HintText, IfControl_IfEditableTextOrTextBox_IsPassword, IfControl_UseScrollBox) VALUES (66, 1, 1, 26, 15, 0, 0, 0, 'Default', 'Default', 1, NULL, 'lblField1', 0, NULL, 'Field16', NULL, NULL, 0, 0);
INSERT INTO VirtualFields (VirtualFieldID, VirtualTableID, VirtualPanelID, ModuleID, GridView_Row, GridView_Colum, GridView_RowSpan, GridView_ColumSpan, FieldTheme, FontStyle, UserControlID, IfControl_FieldNameID, IfControl_ControlID, IfControl_isReadWrite, IfControl_Tooltip, IfControl_DefaultValue, IfControl_IfComboBox_OptionsValues, IfControl_IfTextBox_HintText, IfControl_IfEditableTextOrTextBox_IsPassword, IfControl_UseScrollBox) VALUES (67, 1, 1, 26, 16, 0, 0, 0, 'Default', 'Default', 1, NULL, 'lblField1', 0, NULL, 'Field17', NULL, NULL, 0, 0);
INSERT INTO VirtualFields (VirtualFieldID, VirtualTableID, VirtualPanelID, ModuleID, GridView_Row, GridView_Colum, GridView_RowSpan, GridView_ColumSpan, FieldTheme, FontStyle, UserControlID, IfControl_FieldNameID, IfControl_ControlID, IfControl_isReadWrite, IfControl_Tooltip, IfControl_DefaultValue, IfControl_IfComboBox_OptionsValues, IfControl_IfTextBox_HintText, IfControl_IfEditableTextOrTextBox_IsPassword, IfControl_UseScrollBox) VALUES (68, 1, 1, 26, 17, 0, 0, 0, 'Default', 'Default', 1, NULL, 'lblField1', 0, NULL, 'Field18', NULL, NULL, 0, 0);
INSERT INTO VirtualFields (VirtualFieldID, VirtualTableID, VirtualPanelID, ModuleID, GridView_Row, GridView_Colum, GridView_RowSpan, GridView_ColumSpan, FieldTheme, FontStyle, UserControlID, IfControl_FieldNameID, IfControl_ControlID, IfControl_isReadWrite, IfControl_Tooltip, IfControl_DefaultValue, IfControl_IfComboBox_OptionsValues, IfControl_IfTextBox_HintText, IfControl_IfEditableTextOrTextBox_IsPassword, IfControl_UseScrollBox) VALUES (69, 1, 1, 26, 18, 0, 0, 0, 'Default', 'Default', 1, NULL, 'lblField1', 0, NULL, 'Field19', NULL, NULL, 0, 0);
INSERT INTO VirtualFields (VirtualFieldID, VirtualTableID, VirtualPanelID, ModuleID, GridView_Row, GridView_Colum, GridView_RowSpan, GridView_ColumSpan, FieldTheme, FontStyle, UserControlID, IfControl_FieldNameID, IfControl_ControlID, IfControl_isReadWrite, IfControl_Tooltip, IfControl_DefaultValue, IfControl_IfComboBox_OptionsValues, IfControl_IfTextBox_HintText, IfControl_IfEditableTextOrTextBox_IsPassword, IfControl_UseScrollBox) VALUES (70, 1, 1, 26, 19, 0, 0, 0, 'Default', 'Default', 1, NULL, 'lblField1', 0, NULL, 'Field20', NULL, NULL, 0, 0);
INSERT INTO VirtualFields (VirtualFieldID, VirtualTableID, VirtualPanelID, ModuleID, GridView_Row, GridView_Colum, GridView_RowSpan, GridView_ColumSpan, FieldTheme, FontStyle, UserControlID, IfControl_FieldNameID, IfControl_ControlID, IfControl_isReadWrite, IfControl_Tooltip, IfControl_DefaultValue, IfControl_IfComboBox_OptionsValues, IfControl_IfTextBox_HintText, IfControl_IfEditableTextOrTextBox_IsPassword, IfControl_UseScrollBox) VALUES (71, 1, 1, 26, 21, 0, 0, 0, 'Default', 'Default', 1, NULL, 'lblField1', 0, NULL, 'Field21', NULL, NULL, 0, 0);
INSERT INTO VirtualFields (VirtualFieldID, VirtualTableID, VirtualPanelID, ModuleID, GridView_Row, GridView_Colum, GridView_RowSpan, GridView_ColumSpan, FieldTheme, FontStyle, UserControlID, IfControl_FieldNameID, IfControl_ControlID, IfControl_isReadWrite, IfControl_Tooltip, IfControl_DefaultValue, IfControl_IfComboBox_OptionsValues, IfControl_IfTextBox_HintText, IfControl_IfEditableTextOrTextBox_IsPassword, IfControl_UseScrollBox) VALUES (72, 1, 1, 26, 22, 0, 0, 0, 'Default', 'Default', 1, NULL, 'lblField1', 0, NULL, 'Field22', NULL, NULL, 0, 0);
INSERT INTO VirtualFields (VirtualFieldID, VirtualTableID, VirtualPanelID, ModuleID, GridView_Row, GridView_Colum, GridView_RowSpan, GridView_ColumSpan, FieldTheme, FontStyle, UserControlID, IfControl_FieldNameID, IfControl_ControlID, IfControl_isReadWrite, IfControl_Tooltip, IfControl_DefaultValue, IfControl_IfComboBox_OptionsValues, IfControl_IfTextBox_HintText, IfControl_IfEditableTextOrTextBox_IsPassword, IfControl_UseScrollBox) VALUES (73, 1, 1, 26, 23, 0, 0, 0, 'Default', 'Default', 1, NULL, 'lblField1', 0, NULL, 'Field23', NULL, NULL, 0, 0);
INSERT INTO VirtualFields (VirtualFieldID, VirtualTableID, VirtualPanelID, ModuleID, GridView_Row, GridView_Colum, GridView_RowSpan, GridView_ColumSpan, FieldTheme, FontStyle, UserControlID, IfControl_FieldNameID, IfControl_ControlID, IfControl_isReadWrite, IfControl_Tooltip, IfControl_DefaultValue, IfControl_IfComboBox_OptionsValues, IfControl_IfTextBox_HintText, IfControl_IfEditableTextOrTextBox_IsPassword, IfControl_UseScrollBox) VALUES (74, 1, 1, 26, 24, 0, 0, 0, 'Default', 'Default', 1, NULL, 'lblField1', 0, NULL, 'Field24', NULL, NULL, 0, 0);
INSERT INTO VirtualFields (VirtualFieldID, VirtualTableID, VirtualPanelID, ModuleID, GridView_Row, GridView_Colum, GridView_RowSpan, GridView_ColumSpan, FieldTheme, FontStyle, UserControlID, IfControl_FieldNameID, IfControl_ControlID, IfControl_isReadWrite, IfControl_Tooltip, IfControl_DefaultValue, IfControl_IfComboBox_OptionsValues, IfControl_IfTextBox_HintText, IfControl_IfEditableTextOrTextBox_IsPassword, IfControl_UseScrollBox) VALUES (75, 1, 1, 26, 25, 0, 0, 0, 'Default', 'Default', 1, NULL, 'lblField1', 0, NULL, 'Field25', NULL, NULL, 0, 0);
INSERT INTO VirtualFields (VirtualFieldID, VirtualTableID, VirtualPanelID, ModuleID, GridView_Row, GridView_Colum, GridView_RowSpan, GridView_ColumSpan, FieldTheme, FontStyle, UserControlID, IfControl_FieldNameID, IfControl_ControlID, IfControl_isReadWrite, IfControl_Tooltip, IfControl_DefaultValue, IfControl_IfComboBox_OptionsValues, IfControl_IfTextBox_HintText, IfControl_IfEditableTextOrTextBox_IsPassword, IfControl_UseScrollBox) VALUES (76, 1, 1, 26, 26, 0, 0, 0, 'Default', 'Default', 1, NULL, 'lblField1', 0, NULL, 'Field26', NULL, NULL, 0, 0);
INSERT INTO VirtualFields (VirtualFieldID, VirtualTableID, VirtualPanelID, ModuleID, GridView_Row, GridView_Colum, GridView_RowSpan, GridView_ColumSpan, FieldTheme, FontStyle, UserControlID, IfControl_FieldNameID, IfControl_ControlID, IfControl_isReadWrite, IfControl_Tooltip, IfControl_DefaultValue, IfControl_IfComboBox_OptionsValues, IfControl_IfTextBox_HintText, IfControl_IfEditableTextOrTextBox_IsPassword, IfControl_UseScrollBox) VALUES (77, 1, 1, 26, 27, 0, 0, 0, 'Default', 'Default', 1, NULL, 'lblField1', 0, NULL, 'Field27', NULL, NULL, 0, 0);
INSERT INTO VirtualFields (VirtualFieldID, VirtualTableID, VirtualPanelID, ModuleID, GridView_Row, GridView_Colum, GridView_RowSpan, GridView_ColumSpan, FieldTheme, FontStyle, UserControlID, IfControl_FieldNameID, IfControl_ControlID, IfControl_isReadWrite, IfControl_Tooltip, IfControl_DefaultValue, IfControl_IfComboBox_OptionsValues, IfControl_IfTextBox_HintText, IfControl_IfEditableTextOrTextBox_IsPassword, IfControl_UseScrollBox) VALUES (78, 1, 1, 26, 28, 0, 0, 0, 'Default', 'Default', 1, NULL, 'lblField1', 0, NULL, 'Field28', NULL, NULL, 0, 0);
INSERT INTO VirtualFields (VirtualFieldID, VirtualTableID, VirtualPanelID, ModuleID, GridView_Row, GridView_Colum, GridView_RowSpan, GridView_ColumSpan, FieldTheme, FontStyle, UserControlID, IfControl_FieldNameID, IfControl_ControlID, IfControl_isReadWrite, IfControl_Tooltip, IfControl_DefaultValue, IfControl_IfComboBox_OptionsValues, IfControl_IfTextBox_HintText, IfControl_IfEditableTextOrTextBox_IsPassword, IfControl_UseScrollBox) VALUES (79, 1, 1, 26, 29, 0, 0, 0, 'Default', 'Default', 1, NULL, 'lblField1', 0, NULL, 'Field29', NULL, NULL, 0, 0);
INSERT INTO VirtualFields (VirtualFieldID, VirtualTableID, VirtualPanelID, ModuleID, GridView_Row, GridView_Colum, GridView_RowSpan, GridView_ColumSpan, FieldTheme, FontStyle, UserControlID, IfControl_FieldNameID, IfControl_ControlID, IfControl_isReadWrite, IfControl_Tooltip, IfControl_DefaultValue, IfControl_IfComboBox_OptionsValues, IfControl_IfTextBox_HintText, IfControl_IfEditableTextOrTextBox_IsPassword, IfControl_UseScrollBox) VALUES (80, 1, 1, 26, 30, 0, 0, 0, 'Default', 'Default', 1, NULL, 'lblField1', 0, NULL, 'Filed30', NULL, NULL, 0, 0);
INSERT INTO VirtualFields (VirtualFieldID, VirtualTableID, VirtualPanelID, ModuleID, GridView_Row, GridView_Colum, GridView_RowSpan, GridView_ColumSpan, FieldTheme, FontStyle, UserControlID, IfControl_FieldNameID, IfControl_ControlID, IfControl_isReadWrite, IfControl_Tooltip, IfControl_DefaultValue, IfControl_IfComboBox_OptionsValues, IfControl_IfTextBox_HintText, IfControl_IfEditableTextOrTextBox_IsPassword, IfControl_UseScrollBox) VALUES (81, 1, 1, 26, 31, 0, 0, 0, 'Default', 'Default', 1, NULL, 'lblField1', 0, NULL, 'Field31', NULL, NULL, 0, 0);
INSERT INTO VirtualFields (VirtualFieldID, VirtualTableID, VirtualPanelID, ModuleID, GridView_Row, GridView_Colum, GridView_RowSpan, GridView_ColumSpan, FieldTheme, FontStyle, UserControlID, IfControl_FieldNameID, IfControl_ControlID, IfControl_isReadWrite, IfControl_Tooltip, IfControl_DefaultValue, IfControl_IfComboBox_OptionsValues, IfControl_IfTextBox_HintText, IfControl_IfEditableTextOrTextBox_IsPassword, IfControl_UseScrollBox) VALUES (82, 1, 1, 26, 32, 0, 0, 0, 'Default', 'Default', 1, NULL, 'lblField1', 0, NULL, 'Field32', NULL, NULL, 0, 0);
INSERT INTO VirtualFields (VirtualFieldID, VirtualTableID, VirtualPanelID, ModuleID, GridView_Row, GridView_Colum, GridView_RowSpan, GridView_ColumSpan, FieldTheme, FontStyle, UserControlID, IfControl_FieldNameID, IfControl_ControlID, IfControl_isReadWrite, IfControl_Tooltip, IfControl_DefaultValue, IfControl_IfComboBox_OptionsValues, IfControl_IfTextBox_HintText, IfControl_IfEditableTextOrTextBox_IsPassword, IfControl_UseScrollBox) VALUES (83, 1, 1, 26, 33, 0, 0, 0, 'Default', 'Default', 1, NULL, 'lblField1', 0, NULL, 'Field33', NULL, NULL, 0, 0);
-- Tabela: VirtualFields_Names
CREATE TABLE IF NOT EXISTS VirtualFields_Names (NoUseID INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, FieldNameID INTEGER NOT NULL, LanguageID INTEGER NOT NULL DEFAULT 1 REFERENCES Languages (LanguageID), FieldName VARCHAR (40) NOT NULL, FOREIGN KEY (NoUseID) REFERENCES VirtualFields_Names (NoUseID), FOREIGN KEY (LanguageID) REFERENCES Languages (LanguageID));
INSERT INTO VirtualFields_Names (NoUseID, FieldNameID, LanguageID, FieldName) VALUES (4, 1, 1, 'Campo 1');
INSERT INTO VirtualFields_Names (NoUseID, FieldNameID, LanguageID, FieldName) VALUES (5, 2, 1, 'Campo 2');
-- Tabela: VirtualFields_Values
CREATE TABLE IF NOT EXISTS VirtualFields_Values (FieldValueID INTEGER PRIMARY KEY ASC ON CONFLICT ROLLBACK AUTOINCREMENT NOT NULL, VirtualFieldID INTEGER REFERENCES VirtualFields NOT NULL, FieldValue VARCHAR NOT NULL);
-- Tabela: VirtualPanels
CREATE TABLE IF NOT EXISTS VirtualPanels (VirtualPanelID INTEGER PRIMARY KEY AUTOINCREMENT, VirtualPanelRootID INTEGER REFERENCES UserPanels (UserPanelID), UserPanelID INTEGER REFERENCES UserPanels (UserPanelID) NOT NULL, PanelName VARCHAR (60) NOT NULL, PanelTheme VARCHAR (60) NOT NULL);
INSERT INTO VirtualPanels (VirtualPanelID, VirtualPanelRootID, UserPanelID, PanelName, PanelTheme) VALUES (1, NULL, 3, 'Teste', 'Default');
INSERT INTO VirtualPanels (VirtualPanelID, VirtualPanelRootID, UserPanelID, PanelName, PanelTheme) VALUES (2, 3, 9, 'ScrollBox', 'Default');
INSERT INTO VirtualPanels (VirtualPanelID, VirtualPanelRootID, UserPanelID, PanelName, PanelTheme) VALUES (3, NULL, 7, 'ScaleBox', 'Default');
-- Tabela: VirtualTables
CREATE TABLE IF NOT EXISTS VirtualTables (VirtualTableID INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, PageTemplateID INTEGER REFERENCES PageTemplates (PageTemplateID) NOT NULL, VirtualPanelID INTEGER REFERENCES VirtualPanels (VirtualPanelID) NOT NULL, TableName VARCHAR (255) NOT NULL, UseLevel VARCHAR (60), UseLevel_Streaming VARCHAR (60), UseLevel_Sequence_StartLevel VARCHAR (60), Reference_Widget_Transition VARCHAR (255), Custom_Widget_Content_Reference VARCHAR (255));
INSERT INTO VirtualTables (VirtualTableID, PageTemplateID, VirtualPanelID, TableName, UseLevel, UseLevel_Streaming, UseLevel_Sequence_StartLevel, Reference_Widget_Transition, Custom_Widget_Content_Reference) VALUES (1, 5, 1, 'Home', NULL, NULL, NULL, NULL, NULL);
INSERT INTO VirtualTables (VirtualTableID, PageTemplateID, VirtualPanelID, TableName, UseLevel, UseLevel_Streaming, UseLevel_Sequence_StartLevel, Reference_Widget_Transition, Custom_Widget_Content_Reference) VALUES (2, 1, 1, 'Main Menu', NULL, NULL, NULL, NULL, NULL);
INSERT INTO VirtualTables (VirtualTableID, PageTemplateID, VirtualPanelID, TableName, UseLevel, UseLevel_Streaming, UseLevel_Sequence_StartLevel, Reference_Widget_Transition, Custom_Widget_Content_Reference) VALUES (3, 1, 1, 'Layouts - 1_Column_Header_Footer ', NULL, NULL, NULL, NULL, NULL);
INSERT INTO VirtualTables (VirtualTableID, PageTemplateID, VirtualPanelID, TableName, UseLevel, UseLevel_Streaming, UseLevel_Sequence_StartLevel, Reference_Widget_Transition, Custom_Widget_Content_Reference) VALUES (4, 1, 1, 'Layouts - 2_Sidebars_Header_Footer', NULL, NULL, NULL, NULL, NULL);
INSERT INTO VirtualTables (VirtualTableID, PageTemplateID, VirtualPanelID, TableName, UseLevel, UseLevel_Streaming, UseLevel_Sequence_StartLevel, Reference_Widget_Transition, Custom_Widget_Content_Reference) VALUES (5, 1, 1, 'Layouts - 3_Equal_Columns_Header_Footer', NULL, NULL, NULL, NULL, NULL);
INSERT INTO VirtualTables (VirtualTableID, PageTemplateID, VirtualPanelID, TableName, UseLevel, UseLevel_Streaming, UseLevel_Sequence_StartLevel, Reference_Widget_Transition, Custom_Widget_Content_Reference) VALUES (6, 1, 1, 'Layouts - 4_Equal_Columns_Header_Footer', NULL, NULL, NULL, NULL, NULL);
INSERT INTO VirtualTables (VirtualTableID, PageTemplateID, VirtualPanelID, TableName, UseLevel, UseLevel_Streaming, UseLevel_Sequence_StartLevel, Reference_Widget_Transition, Custom_Widget_Content_Reference) VALUES (7, 1, 1, 'Layouts - Blank_Content', NULL, NULL, NULL, NULL, NULL);
INSERT INTO VirtualTables (VirtualTableID, PageTemplateID, VirtualPanelID, TableName, UseLevel, UseLevel_Streaming, UseLevel_Sequence_StartLevel, Reference_Widget_Transition, Custom_Widget_Content_Reference) VALUES (8, 1, 1, 'Layouts - Left_Sidebar_Content', NULL, NULL, NULL, NULL, NULL);
INSERT INTO VirtualTables (VirtualTableID, PageTemplateID, VirtualPanelID, TableName, UseLevel, UseLevel_Streaming, UseLevel_Sequence_StartLevel, Reference_Widget_Transition, Custom_Widget_Content_Reference) VALUES (9, 1, 1, 'Layouts - Left_Sidebar_Header_Footer', NULL, NULL, NULL, NULL, NULL);
INSERT INTO VirtualTables (VirtualTableID, PageTemplateID, VirtualPanelID, TableName, UseLevel, UseLevel_Streaming, UseLevel_Sequence_StartLevel, Reference_Widget_Transition, Custom_Widget_Content_Reference) VALUES (10, 1, 1, 'Layouts - Promo_3_Columns_Header_Footer', NULL, NULL, NULL, NULL, NULL);
INSERT INTO VirtualTables (VirtualTableID, PageTemplateID, VirtualPanelID, TableName, UseLevel, UseLevel_Streaming, UseLevel_Sequence_StartLevel, Reference_Widget_Transition, Custom_Widget_Content_Reference) VALUES (11, 1, 1, 'Layouts - Right_Sidebar_Content', NULL, NULL, NULL, NULL, NULL);
INSERT INTO VirtualTables (VirtualTableID, PageTemplateID, VirtualPanelID, TableName, UseLevel, UseLevel_Streaming, UseLevel_Sequence_StartLevel, Reference_Widget_Transition, Custom_Widget_Content_Reference) VALUES (12, 1, 1, 'Layouts - Right_Sidebar_Header_Footer', NULL, NULL, NULL, NULL, NULL);
INSERT INTO VirtualTables (VirtualTableID, PageTemplateID, VirtualPanelID, TableName, UseLevel, UseLevel_Streaming, UseLevel_Sequence_StartLevel, Reference_Widget_Transition, Custom_Widget_Content_Reference) VALUES (13, 1, 1, 'Layouts', NULL, NULL, NULL, NULL, NULL);
COMMIT TRANSACTION;
PRAGMA foreign_keys = on;
https://getbootstrap.com/docs/5.3/customize/overview/
https://getbootstrap.com/docs/5.3/customize/sass/
https://getbootstrap.com/docs/5.3/customize/options/
https://getbootstrap.com/docs/5.3/customize/color/
https://getbootstrap.com/docs/5.3/customize/color-modes/
https://getbootstrap.com/docs/5.3/customize/components/
https://getbootstrap.com/docs/5.3/customize/css-variables/
https://getbootstrap.com/docs/5.3/customize/optimize/
https://getbootstrap.com/docs/5.3/layout/breakpoints/
https://getbootstrap.com/docs/5.3/layout/containers/
https://getbootstrap.com/docs/5.3/layout/grid/
https://getbootstrap.com/docs/5.3/layout/columns/
https://getbootstrap.com/docs/5.3/layout/gutters/
https://getbootstrap.com/docs/5.3/layout/utilities/
https://getbootstrap.com/docs/5.3/layout/z-index/
https://getbootstrap.com/docs/5.3/layout/css-grid/
https://getbootstrap.com/docs/5.3/content/reboot/
https://getbootstrap.com/docs/5.3/content/typography/
https://getbootstrap.com/docs/5.3/content/images/
https://getbootstrap.com/docs/5.3/content/tables/
https://getbootstrap.com/docs/5.3/content/figures/
https://getbootstrap.com/docs/5.3/forms/overview/
https://getbootstrap.com/docs/5.3/forms/form-control/
https://getbootstrap.com/docs/5.3/forms/select/
https://getbootstrap.com/docs/5.3/forms/checks-radios/
https://getbootstrap.com/docs/5.3/forms/range/
https://getbootstrap.com/docs/5.3/forms/input-group/
https://getbootstrap.com/docs/5.3/forms/floating-labels/
https://getbootstrap.com/docs/5.3/forms/layout/
https://getbootstrap.com/docs/5.3/forms/validation/
https://getbootstrap.com/docs/5.3/components/accordion/
https://getbootstrap.com/docs/5.3/components/alerts/
https://getbootstrap.com/docs/5.3/components/badge/
https://getbootstrap.com/docs/5.3/components/breadcrumb/
https://getbootstrap.com/docs/5.3/components/buttons/
https://getbootstrap.com/docs/5.3/components/button-group/
https://getbootstrap.com/docs/5.3/components/card/
https://getbootstrap.com/docs/5.3/components/carousel/
https://getbootstrap.com/docs/5.3/components/close-button/
https://getbootstrap.com/docs/5.3/components/collapse/
https://getbootstrap.com/docs/5.3/components/dropdowns/
https://getbootstrap.com/docs/5.3/components/list-group/
https://getbootstrap.com/docs/5.3/components/modal/
https://getbootstrap.com/docs/5.3/components/navbar/
https://getbootstrap.com/docs/5.3/components/navs-tabs/
https://getbootstrap.com/docs/5.3/components/offcanvas/
https://getbootstrap.com/docs/5.3/components/pagination/
https://getbootstrap.com/docs/5.3/components/placeholders/
https://getbootstrap.com/docs/5.3/components/popovers/
https://getbootstrap.com/docs/5.3/components/progress/
https://getbootstrap.com/docs/5.3/components/scrollspy/
https://getbootstrap.com/docs/5.3/components/spinners/
https://getbootstrap.com/docs/5.3/components/toasts/
https://getbootstrap.com/docs/5.3/components/tooltips/
https://getbootstrap.com/docs/5.3/helpers/clearfix/
https://getbootstrap.com/docs/5.3/helpers/color-background/
https://getbootstrap.com/docs/5.3/helpers/colored-links/
https://getbootstrap.com/docs/5.3/helpers/focus-ring/
https://getbootstrap.com/docs/5.3/helpers/icon-link/
https://getbootstrap.com/docs/5.3/helpers/position/
https://getbootstrap.com/docs/5.3/helpers/ratio/
https://getbootstrap.com/docs/5.3/helpers/stacks/
https://getbootstrap.com/docs/5.3/helpers/stretched-link/
https://getbootstrap.com/docs/5.3/helpers/text-truncation/
https://getbootstrap.com/docs/5.3/helpers/vertical-rule/
https://getbootstrap.com/docs/5.3/helpers/visually-hidden/
https://getbootstrap.com/docs/5.3/utilities/api/
https://getbootstrap.com/docs/5.3/utilities/background/
https://getbootstrap.com/docs/5.3/utilities/borders/
https://getbootstrap.com/docs/5.3/utilities/colors/
https://getbootstrap.com/docs/5.3/utilities/display/
https://getbootstrap.com/docs/5.3/utilities/flex/
https://getbootstrap.com/docs/5.3/utilities/float/
https://getbootstrap.com/docs/5.3/utilities/interactions/
https://getbootstrap.com/docs/5.3/utilities/link/
https://getbootstrap.com/docs/5.3/utilities/object-fit/
https://getbootstrap.com/docs/5.3/utilities/opacity/
https://getbootstrap.com/docs/5.3/utilities/overflow/
https://getbootstrap.com/docs/5.3/utilities/position/
https://getbootstrap.com/docs/5.3/utilities/shadows/
https://getbootstrap.com/docs/5.3/utilities/sizing/
https://getbootstrap.com/docs/5.3/utilities/spacing/
https://getbootstrap.com/docs/5.3/utilities/text/
https://getbootstrap.com/docs/5.3/utilities/vertical-align/
https://getbootstrap.com/docs/5.3/utilities/visibility/
https://getbootstrap.com/docs/5.3/utilities/z-index/
https://getbootstrap.com/docs/5.3/extend/approach/
https://getbootstrap.com/docs/5.3/extend/icons/
https://getbootstrap.com/docs/5.3/about/overview/
https://getbootstrap.com/docs/5.3/about/team/
https://getbootstrap.com/docs/5.3/about/brand/
https://getbootstrap.com/docs/5.3/about/license/
https://getbootstrap.com/docs/5.3/about/translations/
https://getbootstrap.com/docs/5.3/migration/