Class CGuiTable
  Public baseOffset As Long
  Public structNode As node
  Public index As Long
  Public lastOffsetProcessed As Long
  Public name As String
  Public cco As CCodeObject
  Public lateRewinds As Long
  Public guiObjInfo As New CGuiObjInfo
  Public lStructSize          As Long ' 0x00 (00d) Total size of this structure
  Public uuidObjectGUI        As String 'UUID of Object GUI
  Public Unknown1             As Long ' 0x14 (20d)
  Public Unknown2             As Long ' 0x18 (24d)
  Public Unknown3             As Long ' 0x1C (28d)
  Public Unknown4             As Long ' 0x20 (32d)
  Public lObjectID            As Long ' 0x24 (36d) Current Object ID in the Project
  Public Unknown5             As Long ' 0x28 (40d)
  Public fOLEMisc             As Long ' 0x2C (44d) OLEMisc Flags
  Public uuidObject           As String ' 0x30 (48d) UUID of Object
  Public dataSize             As Long ' 0x40 (64d) end offset is FormPointer + dataSize
  Public Unknown7             As Long ' 0x44 (68d)
  Public aFormPointer         As Long ' 0x48 (72d) Pointer to GUI Object Info
  Public Unknown8             As Long ' 0x4C (76d)
  Public Property Get bytesNotProcessed() As Long
  Public Property Get structIDC() As String
  Public Property Get structSize() As Long
  Public Function dump(Optional prefix = vbTab) As String
  Public Function FillGrid() As String
End Class
