~javivf/lrut/trunk

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
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
object MForm: TMForm
  Left = 1535
  Height = 714
  Top = 134
  Width = 952
  Caption = 'LazReport Unit Test Development Version'
  ClientHeight = 690
  ClientWidth = 952
  Menu = MMMain
  OnActivate = FormActivate
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  Position = poDefault
  SessionProperties = 'mMultiWindow.Checked;mEn.Checked;mEs.Checked;mViewConfigurations.Checked;mViewConnection.Checked;mViewDBItems.Checked;mViewFieldList.Checked;mViewGrid.Checked;mViewReport.Checked;mViewSQL.Checked;mViewWorkZone.Checked;Left;Top;Width;Height'
  LCLVersion = '0.9.29'
  Visible = True
  object BarraDeEstado: TStatusBar
    Left = 0
    Height = 24
    Top = 666
    Width = 952
    Panels = <>
  end
  object PCMain: TPageControl
    Left = 0
    Height = 666
    Top = 0
    Width = 952
    ActivePage = TSMain
    Align = alClient
    TabIndex = 0
    TabOrder = 0
    TabPosition = tpBottom
    object TSMain: TTabSheet
      Caption = 'Principal'
      ClientHeight = 636
      ClientWidth = 944
      object PSQL: TPanel
        AnchorSideLeft.Control = SMVer
        AnchorSideLeft.Side = asrBottom
        AnchorSideTop.Control = TSMain
        AnchorSideRight.Control = TSMain
        AnchorSideRight.Side = asrBottom
        AnchorSideBottom.Control = SMHor0
        Left = 255
        Height = 300
        Top = 0
        Width = 689
        Anchors = [akTop, akLeft, akRight, akBottom]
        BevelInner = bvRaised
        BevelOuter = bvNone
        Caption = 'SQL'
        TabOrder = 0
      end
      object PDatabase: TPanel
        AnchorSideLeft.Control = TSMain
        AnchorSideTop.Control = TSMain
        AnchorSideRight.Control = SMVer
        AnchorSideBottom.Control = SMHor0
        Left = 0
        Height = 300
        Top = 0
        Width = 250
        Anchors = [akTop, akLeft, akRight, akBottom]
        BevelInner = bvRaised
        BevelOuter = bvNone
        Caption = 'Database'
        TabOrder = 1
      end
      object PReport: TPanel
        AnchorSideLeft.Control = TSMain
        AnchorSideTop.Control = SMHor0
        AnchorSideTop.Side = asrBottom
        AnchorSideRight.Control = TSMain
        AnchorSideRight.Side = asrBottom
        AnchorSideBottom.Control = SMHor1
        Left = 0
        Height = 72
        Top = 305
        Width = 944
        Anchors = [akTop, akLeft, akRight, akBottom]
        BevelInner = bvRaised
        BevelOuter = bvNone
        Caption = 'Report'
        TabOrder = 2
      end
      object PGrid: TPanel
        AnchorSideLeft.Control = TSMain
        AnchorSideTop.Control = SMHor1
        AnchorSideTop.Side = asrBottom
        AnchorSideRight.Control = TSMain
        AnchorSideRight.Side = asrBottom
        AnchorSideBottom.Control = TSMain
        AnchorSideBottom.Side = asrBottom
        Left = 0
        Height = 254
        Top = 382
        Width = 944
        Anchors = [akTop, akLeft, akRight, akBottom]
        BevelInner = bvRaised
        BevelOuter = bvNone
        Caption = 'Grid'
        TabOrder = 3
      end
      object SMVer: TSplitter
        AnchorSideTop.Control = TSMain
        AnchorSideBottom.Control = SMHor0
        Left = 250
        Height = 300
        Top = 0
        Width = 5
        Align = alNone
        Anchors = [akTop, akLeft, akBottom]
      end
      object SMHor0: TSplitter
        Cursor = crVSplit
        Left = 1
        Height = 5
        Top = 300
        Width = 1064
        Align = alNone
        ResizeAnchor = akBottom
      end
      object SMHor1: TSplitter
        AnchorSideTop.Side = asrBottom
        AnchorSideRight.Control = TSMain
        AnchorSideRight.Side = asrBottom
        Left = 0
        Height = 5
        Top = 377
        Width = 810
        Align = alNone
      end
    end
    object TSSQLBuilder: TTabSheet
      Caption = 'SQLBuilder'
      ClientHeight = 636
      ClientWidth = 944
      object PDBItems: TPanel
        AnchorSideLeft.Control = TSSQLBuilder
        AnchorSideTop.Control = TSSQLBuilder
        AnchorSideRight.Control = SWZVer
        AnchorSideBottom.Control = TSSQLBuilder
        AnchorSideBottom.Side = asrBottom
        Left = 0
        Height = 636
        Top = 0
        Width = 153
        Anchors = [akTop, akLeft, akRight, akBottom]
        Caption = 'PDBItems'
        TabOrder = 0
      end
      object PWorkZone: TPanel
        AnchorSideLeft.Control = SWZVer
        AnchorSideLeft.Side = asrBottom
        AnchorSideTop.Control = TSSQLBuilder
        AnchorSideRight.Control = TSSQLBuilder
        AnchorSideRight.Side = asrBottom
        AnchorSideBottom.Control = SWZHor
        Left = 158
        Height = 448
        Top = 0
        Width = 786
        Anchors = [akTop, akLeft, akRight, akBottom]
        Caption = 'PWorkZone'
        TabOrder = 1
      end
      object PFieldList: TPanel
        AnchorSideLeft.Control = SWZVer
        AnchorSideLeft.Side = asrBottom
        AnchorSideTop.Control = SWZHor
        AnchorSideTop.Side = asrBottom
        AnchorSideRight.Control = TSSQLBuilder
        AnchorSideRight.Side = asrBottom
        AnchorSideBottom.Control = TSSQLBuilder
        AnchorSideBottom.Side = asrBottom
        Left = 158
        Height = 183
        Top = 453
        Width = 786
        Anchors = [akTop, akLeft, akRight, akBottom]
        Caption = 'PFieldList'
        TabOrder = 2
      end
      object SWZVer: TSplitter
        AnchorSideTop.Control = TSSQLBuilder
        AnchorSideBottom.Control = TSSQLBuilder
        AnchorSideBottom.Side = asrBottom
        Left = 153
        Height = 636
        Top = 0
        Width = 5
        Align = alNone
        Anchors = [akTop, akBottom]
        ResizeAnchor = akRight
      end
      object SWZHor: TSplitter
        AnchorSideLeft.Control = SWZVer
        AnchorSideLeft.Side = asrBottom
        AnchorSideRight.Control = TSSQLBuilder
        AnchorSideRight.Side = asrBottom
        Cursor = crVSplit
        Left = 158
        Height = 5
        Top = 448
        Width = 786
        Align = alNone
        Anchors = [akLeft, akRight]
        ResizeAnchor = akBottom
      end
    end
    object TSConfigurations: TTabSheet
      Caption = 'Gestor de Configuraciones'
      ClientHeight = 636
      ClientWidth = 944
      object PConf: TPanel
        AnchorSideLeft.Control = TSConfigurations
        AnchorSideTop.Control = TSConfigurations
        AnchorSideRight.Control = TSConfigurations
        AnchorSideRight.Side = asrBottom
        AnchorSideBottom.Control = TSConfigurations
        AnchorSideBottom.Side = asrBottom
        Left = 0
        Height = 636
        Top = 0
        Width = 944
        Align = alClient
        BevelOuter = bvNone
        TabOrder = 0
      end
    end
  end
  object MMMain: TMainMenu
    ParentBidiMode = False
    left = 376
    top = 8
    object mFile: TMenuItem
      Caption = 'Archivo'
      object mIdiomas: TMenuItem
        Caption = 'Idiomas'
        object mEs: TMenuItem
          AutoCheck = True
          Caption = 'Castellano'
          RadioItem = True
          OnClick = mEsClick
        end
        object mEn: TMenuItem
          AutoCheck = True
          Caption = 'Ingles'
          RadioItem = True
          OnClick = mEnClick
        end
      end
      object mMultiWindow: TMenuItem
        AutoCheck = True
        Caption = 'MultiVentana'
        OnClick = mMultiWindowClick
      end
      object mAyuda: TMenuItem
        Caption = 'Ayuda'
        OnClick = mAyudaClick
      end
      object mAcerca: TMenuItem
        Caption = 'Acerca De'
        OnClick = mAcercaClick
      end
      object mSalir: TMenuItem
        Caption = 'Salir'
        OnClick = mSalirClick
      end
    end
    object mView: TMenuItem
      Caption = 'Ver'
      Visible = False
      object mViewConnection: TMenuItem
        AutoCheck = True
        Caption = 'Base de Datos'
        OnClick = mViewConnectionClick
      end
      object mViewSQL: TMenuItem
        AutoCheck = True
        Caption = 'SQL'
        OnClick = mViewSQLClick
      end
      object mViewReport: TMenuItem
        AutoCheck = True
        Caption = 'Informe'
        OnClick = mViewReportClick
      end
      object mViewGrid: TMenuItem
        AutoCheck = True
        Caption = 'Grid'
        OnClick = mViewGridClick
      end
      object mViewFieldList: TMenuItem
        AutoCheck = True
        Caption = 'Lista de campos'
        OnClick = mViewFieldListClick
      end
      object mViewDBItems: TMenuItem
        AutoCheck = True
        Caption = 'Elementos BBDD'
        OnClick = mViewDBItemsClick
      end
      object mViewWorkZone: TMenuItem
        AutoCheck = True
        Caption = 'Zona de trabajo'
        OnClick = mViewWorkZoneClick
      end
      object mViewConfigurations: TMenuItem
        AutoCheck = True
        Caption = 'Configuraciones'
        OnClick = mViewConfigurationsClick
      end
    end
    object mConnection: TMenuItem
      Caption = 'Base de Datos'
      Default = True
    end
    object mSQL: TMenuItem
      Caption = 'SQL'
    end
    object mReport: TMenuItem
      Caption = 'Informes'
    end
  end
  object XPSSession: TXMLPropStorage
    StoredValues = <>
    left = 336
    top = 8
  end
end