home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / CLSSDLPH.DFM / CLSSDLPH.txt
Text File  |  1997-02-28  |  40KB  |  1,247 lines

  1. object MainDlg: TMainDlg
  2.   Left = -4
  3.   Top = -4
  4.   Width = 1032
  5.   Height = 748
  6.   Caption = 'VCL Class Organizer'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Menu = MainMenu1
  12.   OnActivate = FormActivate
  13.   OnClose = FormClose
  14.   OnCreate = MainSetupWindow
  15.   OnResize = FormResize
  16.   OnShow = MainDlgOnShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object DisplayTblLabel: TLabel
  20.     Left = 252
  21.     Top = 410
  22.     Width = 103
  23.     Height = 13
  24.     Caption = 'SELECT A TABLE'
  25.     Font.Color = clNavy
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.     Visible = False
  31.   end
  32.   object TPanel
  33.     Left = 420
  34.     Top = 312
  35.     Width = 157
  36.     Height = 25
  37.     BevelInner = bvRaised
  38.     BorderStyle = bsSingle
  39.     Color = clYellow
  40.     TabOrder = 0
  41.     Visible = False
  42.     object TLabel
  43.       Left = 2
  44.       Top = 2
  45.       Width = 149
  46.       Height = 17
  47.       Align = alClient
  48.       Alignment = taCenter
  49.     end
  50.   end
  51.   object Panel4: TPanel
  52.     Left = 0
  53.     Top = 0
  54.     Width = 517
  55.     Height = 702
  56.     Align = alLeft
  57.     Caption = 'Panel4'
  58.     TabOrder = 1
  59.     object DeclarationRichEdit: TRichEdit
  60.       Left = 1
  61.       Top = 16
  62.       Width = 515
  63.       Height = 81
  64.       Hint = 'Right Click to view .hpp file'
  65.       Align = alTop
  66.       Font.Color = clGreen
  67.       Font.Height = -11
  68.       Font.Name = 'MS Sans Serif'
  69.       Font.Style = []
  70.       Lines.Strings = (
  71.         'Declarations Source')
  72.       ParentFont = False
  73.       PopupMenu = PopupMenu5
  74.       ReadOnly = True
  75.       ScrollBars = ssBoth
  76.       ShowHint = True
  77.       TabOrder = 0
  78.       WordWrap = False
  79.     end
  80.     object Panel5: TPanel
  81.       Left = 1
  82.       Top = 97
  83.       Width = 515
  84.       Height = 15
  85.       Align = alTop
  86.       BevelOuter = bvNone
  87.       Caption = 'Actual Definition Source'
  88.       Font.Color = clBlack
  89.       Font.Height = -11
  90.       Font.Name = 'MS Sans Serif'
  91.       Font.Style = [fsBold]
  92.       ParentFont = False
  93.       TabOrder = 1
  94.     end
  95.     object SourceEntryPage: TRichEdit
  96.       Left = 1
  97.       Top = 112
  98.       Width = 515
  99.       Height = 301
  100.       Hint = 'Right Click to view .pas file'
  101.       Align = alTop
  102.       Ctl3D = True
  103.       Font.Color = clMaroon
  104.       Font.Height = -11
  105.       Font.Name = 'MS Sans Serif'
  106.       Font.Style = []
  107.       Lines.Strings = (
  108.         'Definition Source')
  109.       ParentCtl3D = False
  110.       ParentFont = False
  111.       PopupMenu = PopupMenu5
  112.       ScrollBars = ssBoth
  113.       ShowHint = True
  114.       TabOrder = 2
  115.       WordWrap = False
  116.     end
  117.     object DBGrid1: TDBGrid
  118.       Left = 1
  119.       Top = 428
  120.       Width = 515
  121.       Height = 255
  122.       Hint = 'DoubleClick on record to show class'
  123.       Align = alClient
  124.       Color = clWhite
  125.       Columns = <
  126.         item
  127.           FieldName = 'MemberName'
  128.           Font.Color = clRed
  129.           Font.Height = -11
  130.           Font.Name = 'MS Sans Serif'
  131.           Font.Style = []
  132.           Title.Font.Color = clBlack
  133.           Title.Font.Height = -11
  134.           Title.Font.Name = 'MS Sans Serif'
  135.           Title.Font.Style = []
  136.           Width = 125
  137.         end
  138.         item
  139.           FieldName = 'ClassName'
  140.           Font.Color = clWhite
  141.           Font.Height = -11
  142.           Font.Name = 'MS Sans Serif'
  143.           Font.Style = []
  144.           Title.Font.Color = clBlack
  145.           Title.Font.Height = -11
  146.           Title.Font.Name = 'MS Sans Serif'
  147.           Title.Font.Style = []
  148.           Width = 113
  149.         end
  150.         item
  151.           FieldName = 'ReturnType'
  152.           Font.Color = clWhite
  153.           Font.Height = -11
  154.           Font.Name = 'MS Sans Serif'
  155.           Font.Style = []
  156.           Title.Font.Color = clBlack
  157.           Title.Font.Height = -11
  158.           Title.Font.Name = 'MS Sans Serif'
  159.           Title.Font.Style = []
  160.           Width = 129
  161.         end
  162.         item
  163.           FieldName = 'Scope'
  164.           Font.Color = clWhite
  165.           Font.Height = -11
  166.           Font.Name = 'MS Sans Serif'
  167.           Font.Style = []
  168.           Title.Font.Color = clBlack
  169.           Title.Font.Height = -11
  170.           Title.Font.Name = 'MS Sans Serif'
  171.           Title.Font.Style = []
  172.           Width = 62
  173.         end
  174.         item
  175.           FieldName = 'Member'
  176.           Font.Color = clWhite
  177.           Font.Height = -11
  178.           Font.Name = 'MS Sans Serif'
  179.           Font.Style = []
  180.           Title.Font.Color = clBlack
  181.           Title.Font.Height = -11
  182.           Title.Font.Name = 'MS Sans Serif'
  183.           Title.Font.Style = []
  184.           Width = 58
  185.         end
  186.         item
  187.           FieldName = 'Header'
  188.           Title.Font.Color = clBlack
  189.           Title.Font.Height = -11
  190.           Title.Font.Name = 'MS Sans Serif'
  191.           Title.Font.Style = []
  192.         end
  193.         item
  194.           FieldName = 'Ps'
  195.           Title.Font.Color = clBlack
  196.           Title.Font.Height = -11
  197.           Title.Font.Name = 'MS Sans Serif'
  198.           Title.Font.Style = []
  199.         end
  200.         item
  201.           FieldName = 'PType1'
  202.         end
  203.         item
  204.           FieldName = 'PObject1'
  205.         end
  206.         item
  207.           FieldName = 'PType2'
  208.         end
  209.         item
  210.           FieldName = 'PObject2'
  211.         end
  212.         item
  213.           FieldName = 'PType3'
  214.         end
  215.         item
  216.           FieldName = 'PObject3'
  217.         end
  218.         item
  219.           FieldName = 'PType4'
  220.         end
  221.         item
  222.           FieldName = 'PObject4'
  223.         end
  224.         item
  225.           FieldName = 'PType5'
  226.         end
  227.         item
  228.           FieldName = 'PObject5'
  229.         end
  230.         item
  231.           FieldName = 'PType6'
  232.         end
  233.         item
  234.           FieldName = 'PObject6'
  235.         end
  236.         item
  237.           FieldName = 'PType7'
  238.         end
  239.         item
  240.           FieldName = 'PObject7'
  241.         end
  242.         item
  243.           FieldName = 'PType8'
  244.         end
  245.         item
  246.           FieldName = 'PObject8'
  247.         end
  248.         item
  249.           FieldName = 'SecondClass'
  250.         end
  251.         item
  252.           FieldName = 'Misc'
  253.         end>
  254.       Ctl3D = True
  255.       DataSource = DataSource1
  256.       DragCursor = crHourGlass
  257.       FixedColor = clSilver
  258.       Font.Color = clRed
  259.       Font.Height = -11
  260.       Font.Name = 'MS Sans Serif'
  261.       Font.Style = []
  262.       Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
  263.       ParentCtl3D = False
  264.       ParentFont = False
  265.       ParentShowHint = False
  266.       PopupMenu = PopupMenu5
  267.       ReadOnly = True
  268.       ShowHint = True
  269.       TabOrder = 3
  270.       TitleFont.Color = clBlue
  271.       TitleFont.Height = -11
  272.       TitleFont.Name = 'MS Sans Serif'
  273.       TitleFont.Style = [fsBold]
  274.       OnDblClick = ShowRecordClass1Click
  275.     end
  276.     object Panel6: TPanel
  277.       Left = 1
  278.       Top = 413
  279.       Width = 515
  280.       Height = 15
  281.       Align = alTop
  282.       BevelOuter = bvNone
  283.       Caption = 'VCL Member Table'
  284.       Font.Color = clBlack
  285.       Font.Height = -11
  286.       Font.Name = 'MS Sans Serif'
  287.       Font.Style = [fsBold]
  288.       ParentFont = False
  289.       TabOrder = 4
  290.     end
  291.     object Panel1: TPanel
  292.       Left = 1
  293.       Top = 1
  294.       Width = 515
  295.       Height = 15
  296.       Align = alTop
  297.       BevelOuter = bvNone
  298.       Caption = 'Actual Declaration Source'
  299.       Font.Color = clBlack
  300.       Font.Height = -11
  301.       Font.Name = 'MS Sans Serif'
  302.       Font.Style = [fsBold]
  303.       ParentFont = False
  304.       TabOrder = 5
  305.     end
  306.     object DBNavigator1: TDBNavigator
  307.       Left = 1
  308.       Top = 683
  309.       Width = 515
  310.       Height = 18
  311.       DataSource = DataSource1
  312.       VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbCancel, nbRefresh]
  313.       Align = alBottom
  314.       TabOrder = 6
  315.     end
  316.   end
  317.   object Panel7: TPanel
  318.     Left = 517
  319.     Top = 0
  320.     Width = 507
  321.     Height = 702
  322.     Align = alClient
  323.     Caption = 'Panel7'
  324.     TabOrder = 2
  325.     object PageControl1: TPageControl
  326.       Left = 1
  327.       Top = 16
  328.       Width = 505
  329.       Height = 397
  330.       Align = alTop
  331.       PopupMenu = PopupMenu5
  332.       TabOrder = 0
  333.       OnChange = SelectaTab
  334.     end
  335.     object Panel8: TPanel
  336.       Left = 1
  337.       Top = 413
  338.       Width = 505
  339.       Height = 15
  340.       Align = alTop
  341.       BevelOuter = bvNone
  342.       Caption = 'VCL Quick Class Finder'
  343.       Font.Color = clBlack
  344.       Font.Height = -11
  345.       Font.Name = 'MS Sans Serif'
  346.       Font.Style = [fsBold]
  347.       ParentFont = False
  348.       TabOrder = 1
  349.     end
  350.     object QuickClassListbox: TListBox
  351.       Left = 1
  352.       Top = 428
  353.       Width = 505
  354.       Height = 281
  355.       Hint = 'Select a class to show members'
  356.       Align = alTop
  357.       Columns = 3
  358.       Font.Color = clBlue
  359.       Font.Height = -11
  360.       Font.Name = 'MS Sans Serif'
  361.       Font.Style = []
  362.       ItemHeight = 13
  363.       Items.Strings = (
  364.         'VCL Classes')
  365.       MultiSelect = True
  366.       ParentFont = False
  367.       ParentShowHint = False
  368.       PopupMenu = PopupMenu5
  369.       ShowHint = True
  370.       Sorted = True
  371.       TabOrder = 2
  372.       OnClick = MoveToClass
  373.     end
  374.     object Panel2: TPanel
  375.       Left = 1
  376.       Top = 1
  377.       Width = 505
  378.       Height = 15
  379.       Align = alTop
  380.       BevelOuter = bvNone
  381.       Font.Color = clRed
  382.       Font.Height = -11
  383.       Font.Name = 'MS Sans Serif'
  384.       Font.Style = [fsBold]
  385.       ParentFont = False
  386.       TabOrder = 3
  387.       object Label1: TLabel
  388.         Left = 94
  389.         Top = 2
  390.         Width = 36
  391.         Height = 13
  392.         Caption = 'Public'
  393.         Font.Color = clRed
  394.         Font.Height = -11
  395.         Font.Name = 'MS Sans Serif'
  396.         Font.Style = [fsBold]
  397.         ParentFont = False
  398.       end
  399.       object Label2: TLabel
  400.         Left = 164
  401.         Top = 2
  402.         Width = 70
  403.         Height = 13
  404.         Caption = '__Published'
  405.         Font.Color = clGreen
  406.         Font.Height = -11
  407.         Font.Name = 'MS Sans Serif'
  408.         Font.Style = [fsBold]
  409.         ParentFont = False
  410.       end
  411.       object Label3: TLabel
  412.         Left = 274
  413.         Top = 2
  414.         Width = 56
  415.         Height = 13
  416.         Caption = 'Protected'
  417.         Font.Color = clMaroon
  418.         Font.Height = -11
  419.         Font.Name = 'MS Sans Serif'
  420.         Font.Style = [fsBold]
  421.         ParentFont = False
  422.       end
  423.       object Label4: TLabel
  424.         Left = 360
  425.         Top = 2
  426.         Width = 41
  427.         Height = 13
  428.         Caption = 'Private'
  429.         Font.Color = clBlack
  430.         Font.Height = -11
  431.         Font.Name = 'MS Sans Serif'
  432.         Font.Style = [fsBold]
  433.         ParentFont = False
  434.       end
  435.     end
  436.     object MainListBox: TListView
  437.       Left = 4
  438.       Top = 57
  439.       Width = 501
  440.       Height = 353
  441.       Hint = 'Right Click to view Parent Class'
  442.       Color = clWhite
  443.       OnClick = MainListBoxClick
  444.       Columns = <>
  445.       ReadOnly = True
  446.       Font.Color = clRed
  447.       Font.Height = -11
  448.       Font.Name = 'MS Sans Serif'
  449.       Font.Style = []
  450.       Items.Data = {
  451.         2E0000000100000000000000FFFFFFFFFFFFFFFF000000000000000011436C61
  452.         7373204D656D626572204C697374}
  453.       ParentShowHint = False
  454.       ShowHint = True
  455.       PopupMenu = PopupMenu5
  456.       SortType = stText
  457.       TabOrder = 4
  458.       ViewStyle = vsList
  459.       OnKeyUp = MainListBoxKeyUp
  460.       SmallImages = ImageList1
  461.     end
  462.   end
  463.   object VCLTable: TTable
  464.     AutoCalcFields = False
  465.     DatabaseName = 'ClassOrgDB'
  466.     TableName = 'Vcltable.DB'
  467.     Left = 168
  468.     Top = 220
  469.     object VCLTableClassName: TStringField
  470.       FieldName = 'ClassName'
  471.       Size = 40
  472.     end
  473.     object VCLTableMember: TStringField
  474.       FieldName = 'Member'
  475.       Size = 40
  476.     end
  477.     object VCLTableMemberName: TStringField
  478.       FieldName = 'MemberName'
  479.       Size = 40
  480.     end
  481.     object VCLTableRecNum: TAutoIncField
  482.       FieldName = 'RecNum'
  483.     end
  484.     object VCLTableScope: TStringField
  485.       FieldName = 'Scope'
  486.       Size = 40
  487.     end
  488.     object VCLTableReturnType: TStringField
  489.       FieldName = 'ReturnType'
  490.       Size = 40
  491.     end
  492.     object VCLTableHeader: TStringField
  493.       FieldName = 'Header'
  494.       Size = 40
  495.     end
  496.     object VCLTablePs: TSmallintField
  497.       FieldName = 'Ps'
  498.     end
  499.     object VCLTablePType1: TStringField
  500.       FieldName = 'PType1'
  501.       Size = 40
  502.     end
  503.     object VCLTablePObject1: TStringField
  504.       FieldName = 'PObject1'
  505.       Size = 40
  506.     end
  507.     object VCLTablePType2: TStringField
  508.       FieldName = 'PType2'
  509.       Size = 40
  510.     end
  511.     object VCLTablePObject2: TStringField
  512.       FieldName = 'PObject2'
  513.       Size = 40
  514.     end
  515.     object VCLTablePType3: TStringField
  516.       FieldName = 'PType3'
  517.       Size = 40
  518.     end
  519.     object VCLTablePObject3: TStringField
  520.       FieldName = 'PObject3'
  521.       Size = 40
  522.     end
  523.     object VCLTablePType4: TStringField
  524.       FieldName = 'PType4'
  525.       Size = 40
  526.     end
  527.     object VCLTablePObject4: TStringField
  528.       FieldName = 'PObject4'
  529.       Size = 40
  530.     end
  531.     object VCLTablePType5: TStringField
  532.       FieldName = 'PType5'
  533.       Size = 40
  534.     end
  535.     object VCLTablePObject5: TStringField
  536.       FieldName = 'PObject5'
  537.       Size = 40
  538.     end
  539.     object VCLTablePType6: TStringField
  540.       FieldName = 'PType6'
  541.       Size = 40
  542.     end
  543.     object VCLTablePObject6: TStringField
  544.       FieldName = 'PObject6'
  545.       Size = 40
  546.     end
  547.     object VCLTablePType7: TStringField
  548.       FieldName = 'PType7'
  549.       Size = 40
  550.     end
  551.     object VCLTablePObject7: TStringField
  552.       FieldName = 'PObject7'
  553.       Size = 40
  554.     end
  555.     object VCLTablePType8: TStringField
  556.       FieldName = 'PType8'
  557.       Size = 40
  558.     end
  559.     object VCLTablePObject8: TStringField
  560.       FieldName = 'PObject8'
  561.       Size = 40
  562.     end
  563.     object VCLTableSecondClass: TStringField
  564.       FieldName = 'SecondClass'
  565.       Size = 40
  566.     end
  567.     object VCLTableMisc: TStringField
  568.       FieldName = 'Misc'
  569.       Size = 40
  570.     end
  571.   end
  572.   object DataSource1: TDataSource
  573.     DataSet = VCLTable
  574.     Left = 224
  575.     Top = 248
  576.   end
  577.   object MainMenu1: TMainMenu
  578.     Left = 280
  579.     Top = 248
  580.     object File1: TMenuItem
  581.       Caption = 'File'
  582.       ShortCut = 0
  583.       object Open1: TMenuItem
  584.         Caption = 'Open'
  585.         ShortCut = 0
  586.         object ParseallHeaders1: TMenuItem
  587.           Caption = 'Rebuild Vcl Table'
  588.           ShortCut = 16466
  589.           OnClick = RebuildVCLTable
  590.         end
  591.         object LoadVCLHeader1: TMenuItem
  592.           Caption = 'VCL Header File'
  593.           Enabled = False
  594.           ShortCut = 0
  595.           OnClick = ParseaNewHeader1Click
  596.         end
  597.       end
  598.       object New1: TMenuItem
  599.         Caption = 'Options'
  600.         Enabled = False
  601.         ShortCut = 0
  602.         object Project1: TMenuItem
  603.           Caption = 'Headers to Parse'
  604.           ShortCut = 0
  605.           OnClick = Project1Click
  606.         end
  607.       end
  608.       object Save1: TMenuItem
  609.         Caption = 'Save'
  610.         Enabled = False
  611.         ShortCut = 0
  612.       end
  613.       object SaveAs1: TMenuItem
  614.         Caption = 'Save As'
  615.         Enabled = False
  616.         ShortCut = 0
  617.       end
  618.       object SaveAll1: TMenuItem
  619.         Caption = 'SaveAll'
  620.         Enabled = False
  621.         ShortCut = 0
  622.       end
  623.       object Exit1: TMenuItem
  624.         Caption = 'Exit'
  625.         ShortCut = 16472
  626.         OnClick = Exit1Click
  627.       end
  628.     end
  629.     object Search1: TMenuItem
  630.       Caption = 'Search'
  631.       ShortCut = 0
  632.       object WIN32Table1: TMenuItem
  633.         Caption = 'Member Name'
  634.         ShortCut = 16461
  635.         OnClick = SearchMemberName1Click
  636.       end
  637.       object ClassName1: TMenuItem
  638.         Caption = 'Class Name'
  639.         ShortCut = 16468
  640.         OnClick = SearchClassName1Click
  641.       end
  642.     end
  643.     object Project2: TMenuItem
  644.       Caption = 'FontColors'
  645.       ShortCut = 0
  646.       object Declaration: TMenuItem
  647.         Caption = 'Declaration'
  648.         ShortCut = 16453
  649.         OnClick = ChangeFontsClick
  650.       end
  651.       object Definition: TMenuItem
  652.         Caption = 'Definition'
  653.         ShortCut = 16454
  654.         OnClick = ChangeFontsClick
  655.       end
  656.       object MemberList: TMenuItem
  657.         Caption = 'Member List'
  658.         ShortCut = 16460
  659.         OnClick = ChangeFontsClick
  660.       end
  661.       object QuickClassBox: TMenuItem
  662.         Caption = 'Quick Class Box'
  663.         ShortCut = 16465
  664.         OnClick = ChangeFontsClick
  665.       end
  666.       object Grid: TMenuItem
  667.         Caption = 'Grid'
  668.         ShortCut = 16455
  669.         OnClick = ChangeFontsClick
  670.       end
  671.       object HeaderPage: TMenuItem
  672.         Caption = 'Header Page'
  673.         ShortCut = 16456
  674.         OnClick = ChangeFontsClick
  675.       end
  676.       object ChangeFonts: TMenuItem
  677.         Caption = 'Source Page'
  678.         ShortCut = 16467
  679.         OnClick = ChangeFontsClick
  680.       end
  681.     end
  682.     object Windows1: TMenuItem
  683.       Caption = 'Background'
  684.       ShortCut = 0
  685.       object Declaration1: TMenuItem
  686.         Caption = 'Declaration'
  687.         ShortCut = 16457
  688.         OnClick = ChangeBkGroundClick
  689.       end
  690.       object Definition1: TMenuItem
  691.         Caption = 'Definition'
  692.         ShortCut = 16462
  693.         OnClick = ChangeBkGroundClick
  694.       end
  695.       object MemberList1: TMenuItem
  696.         Caption = 'Member List'
  697.         ShortCut = 16450
  698.         OnClick = ChangeBkGroundClick
  699.       end
  700.       object QuickClassBox1: TMenuItem
  701.         Caption = 'Quick Class Box'
  702.         ShortCut = 16469
  703.         OnClick = ChangeBkGroundClick
  704.       end
  705.       object Grid1: TMenuItem
  706.         Caption = 'Grid'
  707.         ShortCut = 16452
  708.         OnClick = ChangeBkGroundClick
  709.       end
  710.       object HeaderPage1: TMenuItem
  711.         Caption = 'Header Page'
  712.         ShortCut = 16449
  713.         OnClick = ChangeBkGroundClick
  714.       end
  715.       object ChangeBkGround: TMenuItem
  716.         Caption = 'Source Page'
  717.         ShortCut = 16464
  718.         OnClick = ChangeBkGroundClick
  719.       end
  720.     end
  721.     object Help1: TMenuItem
  722.       Caption = 'Help'
  723.       ShortCut = 0
  724.       object About1: TMenuItem
  725.         Caption = 'About'
  726.         ShortCut = 0
  727.         OnClick = About1Click
  728.       end
  729.     end
  730.   end
  731.   object DestTblQuery: TQuery
  732.     DatabaseName = 'ClassOrgDB'
  733.     Left = 196
  734.     Top = 248
  735.   end
  736.   object DestTable: TTable
  737.     DatabaseName = 'ClassOrgDB'
  738.     TableName = 'main2.db'
  739.     Left = 196
  740.     Top = 220
  741.     object DestTableClassName: TStringField
  742.       FieldName = 'ClassName'
  743.       Size = 40
  744.     end
  745.     object DestTableMember: TStringField
  746.       FieldName = 'Member'
  747.       Size = 40
  748.     end
  749.     object DestTableMemberName: TStringField
  750.       FieldName = 'MemberName'
  751.       Size = 40
  752.     end
  753.     object DestTableRecNum: TAutoIncField
  754.       FieldName = 'RecNum'
  755.     end
  756.     object DestTableScope: TStringField
  757.       FieldName = 'Scope'
  758.       Size = 40
  759.     end
  760.     object DestTableReturnType: TStringField
  761.       FieldName = 'ReturnType'
  762.       Size = 40
  763.     end
  764.     object DestTableHeader: TStringField
  765.       FieldName = 'Header'
  766.       Size = 40
  767.     end
  768.     object DestTablePs: TSmallintField
  769.       FieldName = 'Ps'
  770.     end
  771.     object DestTablePType1: TStringField
  772.       FieldName = 'PType1'
  773.       Size = 40
  774.     end
  775.     object DestTablePObject1: TStringField
  776.       FieldName = 'PObject1'
  777.       Size = 40
  778.     end
  779.     object DestTablePType2: TStringField
  780.       FieldName = 'PType2'
  781.       Size = 40
  782.     end
  783.     object DestTablePObject2: TStringField
  784.       FieldName = 'PObject2'
  785.       Size = 40
  786.     end
  787.     object DestTablePType3: TStringField
  788.       FieldName = 'PType3'
  789.       Size = 40
  790.     end
  791.     object DestTablePObject3: TStringField
  792.       FieldName = 'PObject3'
  793.       Size = 40
  794.     end
  795.     object DestTablePType4: TStringField
  796.       FieldName = 'PType4'
  797.       Size = 40
  798.     end
  799.     object DestTablePObject4: TStringField
  800.       FieldName = 'PObject4'
  801.       Size = 40
  802.     end
  803.     object DestTablePType5: TStringField
  804.       FieldName = 'PType5'
  805.       Size = 40
  806.     end
  807.     object DestTablePObject5: TStringField
  808.       FieldName = 'PObject5'
  809.       Size = 40
  810.     end
  811.     object DestTablePType6: TStringField
  812.       FieldName = 'PType6'
  813.       Size = 40
  814.     end
  815.     object DestTablePObject6: TStringField
  816.       FieldName = 'PObject6'
  817.       Size = 40
  818.     end
  819.     object DestTablePType7: TStringField
  820.       FieldName = 'PType7'
  821.       Size = 40
  822.     end
  823.     object DestTablePObject7: TStringField
  824.       FieldName = 'PObject7'
  825.       Size = 40
  826.     end
  827.     object DestTablePType8: TStringField
  828.       FieldName = 'PType8'
  829.       Size = 40
  830.     end
  831.     object DestTablePObject8: TStringField
  832.       FieldName = 'PObject8'
  833.       Size = 40
  834.     end
  835.     object DestTableSecondClass: TStringField
  836.       FieldName = 'SecondClass'
  837.       Size = 40
  838.     end
  839.     object DestTableMisc: TStringField
  840.       FieldName = 'Misc'
  841.       Size = 40
  842.     end
  843.   end
  844.   object FileOPenDlg: TOpenDialog
  845.     FileEditStyle = fsEdit
  846.     InitialDir = 'c:\classxpt'
  847.     Left = 252
  848.     Top = 276
  849.   end
  850.   object DisplayTblQuery: TQuery
  851.     DatabaseName = 'ClassOrgDB'
  852.     Left = 168
  853.     Top = 248
  854.   end
  855.   object HeaderParser: TTable
  856.     DatabaseName = 'ClassOrgDB'
  857.     TableName = 'HDRPARSE.DB'
  858.     Left = 280
  859.     Top = 220
  860.     object HeaderParserHeaderName: TStringField
  861.       FieldName = 'HeaderName'
  862.     end
  863.     object HeaderParserParse: TBooleanField
  864.       FieldName = 'Parse'
  865.     end
  866.   end
  867.   object PopupMenu5: TPopupMenu
  868.     Left = 308
  869.     Top = 248
  870.     object ShowNextDerivation2: TMenuItem
  871.       Caption = 'View Parent Class'
  872.       ShortCut = 112
  873.       OnClick = ShowNextDerivation1Click
  874.     end
  875.     object ViewHeader2: TMenuItem
  876.       Caption = 'View Header File .hpp'
  877.       ShortCut = 113
  878.       OnClick = ViewHeader1Click
  879.     end
  880.     object ViewSource1: TMenuItem
  881.       Caption = 'View Source File .pas'
  882.       ShortCut = 114
  883.       OnClick = ViewSource1Click
  884.     end
  885.     object N5: TMenuItem
  886.       Caption = '-'
  887.       ShortCut = 0
  888.     end
  889.     object EditHeader2: TMenuItem
  890.       Caption = 'Show Record'#39's Class'
  891.       ShortCut = 115
  892.       OnClick = ShowRecordClass1Click
  893.     end
  894.     object N4: TMenuItem
  895.       Caption = '-'
  896.       ShortCut = 0
  897.     end
  898.     object CloseActivePage1: TMenuItem
  899.       Caption = 'Close Active Page'
  900.       ShortCut = 116
  901.       OnClick = ClosePageClick
  902.     end
  903.     object CloseAllPages2: TMenuItem
  904.       Caption = 'Close All Pages'
  905.       ShortCut = 117
  906.       OnClick = CloseAllPages1Click
  907.     end
  908.     object N3: TMenuItem
  909.       Caption = '-'
  910.       ShortCut = 0
  911.     end
  912.     object SearchByMemberName1: TMenuItem
  913.       Caption = 'Search By Member Name'
  914.       ShortCut = 118
  915.       OnClick = SearchMemberName1Click
  916.     end
  917.     object SearchByClassName1: TMenuItem
  918.       Caption = 'Search By Class Name'
  919.       ShortCut = 119
  920.       OnClick = SearchClassName1Click
  921.     end
  922.     object N1: TMenuItem
  923.       Caption = '-'
  924.       ShortCut = 0
  925.     end
  926.     object Print1: TMenuItem
  927.       Caption = 'Print Declaration'
  928.       ShortCut = 120
  929.       OnClick = Print1Click
  930.     end
  931.     object PrintDefinition1: TMenuItem
  932.       Caption = 'Print Definition'
  933.       ShortCut = 121
  934.       OnClick = PrintDefinition1Click
  935.     end
  936.     object PrintHeaderhpp1: TMenuItem
  937.       Caption = 'Print Header .hpp'
  938.       ShortCut = 122
  939.       OnClick = PrintHeaderhpp1Click
  940.     end
  941.     object PrintSourcepas1: TMenuItem
  942.       Caption = 'Print Source .pas'
  943.       ShortCut = 16507
  944.       OnClick = PrintSourcepas1Click
  945.     end
  946.   end
  947.   object BatchMove1: TBatchMove
  948.     Destination = ParseVclTable
  949.     Source = DestTable
  950.     Left = 252
  951.     Top = 248
  952.   end
  953.   object ParseVclTable: TTable
  954.     DatabaseName = 'ClassOrgDB'
  955.     TableName = 'Vcltable.db'
  956.     Left = 308
  957.     Top = 220
  958.   end
  959.   object Errorlogging: TTable
  960.     DatabaseName = 'ClassOrgDB'
  961.     TableName = 'errorlog.DB'
  962.     Left = 252
  963.     Top = 220
  964.     object ErrorloggingUser: TStringField
  965.       FieldName = 'User'
  966.       Size = 40
  967.     end
  968.     object ErrorloggingClassName: TStringField
  969.       FieldName = 'ClassName'
  970.       Size = 40
  971.     end
  972.     object ErrorloggingListBoxText: TStringField
  973.       FieldName = 'ListBoxText'
  974.       Size = 100
  975.     end
  976.     object ErrorloggingMemberName: TStringField
  977.       FieldName = 'MemberName'
  978.       Size = 40
  979.     end
  980.   end
  981.   object ClassListTab: TTable
  982.     DatabaseName = 'ClassOrgDB'
  983.     TableName = 'CLASSES.DB'
  984.     Left = 224
  985.     Top = 220
  986.     object ClassListTabClassName: TStringField
  987.       FieldName = 'ClassName'
  988.       Size = 40
  989.     end
  990.   end
  991.   object PrintDialog1: TPrintDialog
  992.     Left = 168
  993.     Top = 276
  994.   end
  995.   object Timer2: TTimer
  996.     Interval = 5000
  997.     Left = 196
  998.     Top = 276
  999.   end
  1000.   object ClassOrgDB: TDatabase
  1001.     DatabaseName = 'ClassOrgDB'
  1002.     DriverName = 'STANDARD'
  1003.     Params.Strings = (
  1004.       'PATH=C:\CLASDEPH'
  1005.       'DEFAULT DRIVER=PARADOX')
  1006.     SessionName = 'Default'
  1007.     Left = 236
  1008.     Top = 192
  1009.   end
  1010.   object FontDialog1: TFontDialog
  1011.     Font.Color = clWindowText
  1012.     Font.Height = -11
  1013.     Font.Name = 'MS Sans Serif'
  1014.     Font.Style = []
  1015.     MinFontSize = 0
  1016.     MaxFontSize = 0
  1017.     Left = 280
  1018.     Top = 276
  1019.   end
  1020.   object ColorDialog1: TColorDialog
  1021.     Ctl3D = True
  1022.     Left = 308
  1023.     Top = 276
  1024.   end
  1025.   object ImageList1: TImageList
  1026.     Left = 224
  1027.     Top = 276
  1028.     Bitmap = {
  1029.       3618000010000000424D36180000000000003604000028000000400000005000
  1030.       0000010008000000000000140000000000000000000000000000000000000000
  1031.       0000000080000080000000808000800000008000800080800000C0C0C000C0DC
  1032.       C000F0CAA6000000000000000000000000000000000000000000000000000000
  1033.       0000000000000000000000000000000000000000000000000000000000000000
  1034.       0000000000000000000000000000000000000000000000000000000000000000
  1035.       0000000000000000000000000000000000000000000000000000000000000000
  1036.       0000000000000000000000000000000000000000000000000000000000000000
  1037.       0000000000000000000000000000000000000000000000000000000000000000
  1038.       0000000000000000000000000000000000000000000000000000000000000000
  1039.       0000000000000000000000000000000000000000000000000000000000000000
  1040.       0000000000000000000000000000000000000000000000000000000000000000
  1041.       0000000000000000000000000000000000000000000000000000000000000000
  1042.       0000000000000000000000000000000000000000000000000000000000000000
  1043.       0000000000000000000000000000000000000000000000000000000000000000
  1044.       0000000000000000000000000000000000000000000000000000000000000000
  1045.       0000000000000000000000000000000000000000000000000000000000000000
  1046.       0000000000000000000000000000000000000000000000000000000000000000
  1047.       0000000000000000000000000000000000000000000000000000000000000000
  1048.       0000000000000000000000000000000000000000000000000000000000000000
  1049.       0000000000000000000000000000000000000000000000000000000000000000
  1050.       0000000000000000000000000000000000000000000000000000000000000000
  1051.       0000000000000000000000000000000000000000000000000000000000000000
  1052.       0000000000000000000000000000000000000000000000000000000000000000
  1053.       0000000000000000000000000000000000000000000000000000000000000000
  1054.       0000000000000000000000000000000000000000000000000000000000000000
  1055.       0000000000000000000000000000000000000000000000000000000000000000
  1056.       0000000000000000000000000000000000000000000000000000000000000000
  1057.       0000000000000000000000000000000000000000000000000000000000000000
  1058.       0000000000000000000000000000000000000000000000000000000000000000
  1059.       0000000000000000000000000000000000000000000000000000000000000000
  1060.       0000000000000000000000000000000000000000000000000000000000000000
  1061.       00000000000000000000000000000000000000000000F0FBFF00A4A0A0008080
  1062.       80000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF007888
  1063.       00008F777777777777777778F706E66666666666668F788800008FFFFFFFFFFF
  1064.       FFFFFFF8F706666666666666668F7888000008888888888888888888F7007777
  1065.       77777778F706666666666666668F788800008F77AAA7777777700008F706E666
  1066.       66666666668F788800008F777777777777788888F706E66666666666668F6666
  1067.       66666666668F788800008F777777777777777778F706666666666666668F7888
  1068.       00008F777777777777777778F706666666666666668F788800008F7722277888
  1069.       00000000008F700000000008F706666666666666668F78880000000000000000
  1070.       00000008F706666666666666668F7888000088888888888888888888F7067000
  1071.       00000008F7777777777777777777788088800000008F700000000008F7FFFFFF
  1072.       FFFFFFFFFFFF788800000000008F700000000008F788888888888888888F8888
  1073.       888888888888888788800000008F700000000000000000000000000000000088
  1074.       78800000008F70000000000888888888888888888888880887800000008F8778
  1075.       888080888333330888888F7777777777777777777777777888800000008F7000
  1076.       00008FFFFFFFFFFFFFFFFFFFFFFFFFF888800000008F7000000008888888B300
  1077.       00008F772227777777777778887777788880707773FBB30777778F77AAA77777
  1078.       77700000000007788880F0FFF3FBB30FFFFF8F77777777777778888888888888
  1079.       8888888888888888000000000000000000008F77777777777777777777777778
  1080.       800000000000000000008F777777777777777777777777788800000003FB0000
  1081.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00000000000000
  1082.       0000000000000000000000000000000000000000000000000000888888880100
  1083.       0400000000000006000000000000000000000000000000000000000000000000
  1084.       80000080000000808000800000008000800080800000C0C0C00080808000F3F0
  1085.       00001FFF0000F80600003FFF0000FC0F00007FFF0000FFFF8000FFFF00000000
  1086.       0100010030301000010004006806000001002800000030000000600000008000
  1087.       0000001F000080000000003F0000C0000000007F0000E000000000FF0000E000
  1088.       000001FF0000E000000003FF0000E400000007FF0000E7F800000FFF0000E000
  1089.       0000001F0000C0000000000F0000800000000007000080000000000300008000
  1090.       0000000300008000000000030000800000000007000080000000000F0000FC00
  1091.       80001FFF0000FE0000000FFF0000FF00000007FF0000FF00000003FF0000FE00
  1092.       000001FF0000FC00000000FF0000F8000000007F0000F0000000003F0000FC00
  1093.       FFFFFFFF0000FC00FF0FFFFF0000FE00FE07FFFF0000FF00FC03FFFF0000FF80
  1094.       F801FFFF0000FF00F000FFFF0000FE00E0007FFF0000FC00C0003FFF00000707
  1095.       0707070707070707070707070707070707070707070707070707070707070707
  1096.       0707070707070707070707070707070707070707070707070707070707070707
  1097.       0707070707070707070707070707070707070707070707070707070707070707
  1098.       0707070707070707070707070707070707070707070707070707070707070707
  1099.       0707070707070707070707070707070707070707070707070707070707070707
  1100.       0707070707070707070707070707070707070707070707070707070707070707
  1101.       0707070707070707070707070707070707070707070707070707070707070707
  1102.       07070707070707070707070707070707070707070707070707070707070707F9
  1103.       F90707F9F90707F9F90707F9F9F907F9F9F9F9F90707F9F9F9F90707F9F907F9
  1104.       F9F90707F9F9F90707F9F907F9F9F9F9070707070707070707F9F907070707F9
  1105.       F90707F9F90707F9F907F9F907F9F9F90707F9F907F9F907F9F907F9F907F9F9
  1106.       07F907F9F907F9F907F9F907F9F9F9F9070707070707070707F9F907070707F9
  1107.       F90707F9F90707F9F907F9F90707F9F90707F9F907F9F907F9F907F9F907F9F9
  1108.       070707F9F907F9F907F9F907F9F9F9F9F9F90707F9F9070707F9F9F9F90707F9
  1109.       F90707F9F90707F9F907F9F90707F9F90707F9F90707F9F9F9F907F9F907F9F9
  1110.       070707F9F907F9F907F9F907F9F9F9F907F9F907F9F9070707F9F907F9F907F9
  1111.       F90707F9F90707F9F907F9F907F9F9F90707F9F907F90707F9F907F9F907F9F9
  1112.       07F907F9F907F9F907F9F907F9F9F9F907F9F907F9F9070707F9F907F9F907F9
  1113.       F9F907F9F9F9F9F9070707F9F9F907F9F9F9F9F90707F9F9F907F9F9F9F907F9
  1114.       F9F90707F9F9F90707F9F9F9F907F9F907F9F907F9F9070707F9F907F9F907F9
  1115.       F90707070707070707070707070707070707F9F907070707070707F9F9070707
  1116.       0707070707070707070707070707F9F907F9F907F9F9070707F9F907F9F907F9
  1117.       F9F9F9070707070707070707070707070707F9F90707070707070707F9070707
  1118.       0707070707070707070707070707F9F9F9F90707F9F9F9F907F9F9F9F9070707
  1119.       F9F9070707070707070707070707070707070707070707070707070707070707
  1120.       0707070707070707070707070707070707070707070707070707070707070707
  1121.       0707070707070707070707070707070707070707070707070707070707070707
  1122.       0707070707070707070707070707070707070707070707070707070707070707
  1123.       0707070707070707070707070707070707070707070707070707070707070707
  1124.       0707070707070707070707070707070707070707070707070707070707070707
  1125.       0707070707070707070707070707070707070707070707070707070707070707
  1126.       0707070707070707070707070707070707070707070707070707070707070707
  1127.       0707070707070707070707070707070707070707070707070707070707070707
  1128.       0707070707070707070707070707070707070707070707070707070707070707
  1129.       0707070707070707070707070707070707070707070707070707070707070707
  1130.       0707070707070707070707070707070707070707070707070707070707070707
  1131.       0707070707070707070707070707070707070707070707070707070707070707
  1132.       0707070707070707070707070707070707070707070707070707070707070707
  1133.       0707070707070707070707070707070707070707070707070707070707070707
  1134.       0707070707070707070707070707070707070707070707070707070707070700
  1135.       0007070000070700000707000000070000000000070700000000070700000700
  1136.       0000070700000007070000070000000007070707070707070700000707070700
  1137.       0007070000070700000700000700000007070000070000070000070000070000
  1138.       0700070000070000070000070000000007070707070707070700000707070700
  1139.       0007070000070700000700000707000007070000070000070000070000070000
  1140.       0707070000070000070000070000000000000707000007070700000000070700
  1141.       0007070000070700000700000707000007070000070700000000070000070000
  1142.       0707070000070000070000070000000007000007000007070700000700000700
  1143.       0007070000070700000700000700000007070000070007070000070000070000
  1144.       0700070000070000070000070000000007000007000007070700000700000700
  1145.       0000070000000000070707000000070000000000070700000007000000000700
  1146.       0000070700000007070000000007000007000007000007070700000700000700
  1147.       0007070707070707070707070707070707070000070707070707070000070707
  1148.       0707070707070707070707070707000007000007000007070700000700000700
  1149.       0000000707070707070707070707070707070000070707070707070700070707
  1150.       0707070707070707070707070707000000000707000000000700000000070707
  1151.       0000070707070707070707070707070707070707070707070707070707070707
  1152.       0707070707070707070707070707070707070707070707070707070707070707
  1153.       0707070707070707070707070707070707070707070707070707070707070707
  1154.       0707070707070707070707070707070707070707070707070707070707070707
  1155.       0707070707070707070707070707070707070707070707070707070707070707
  1156.       0707070707070707070707070707070707070707070707070707070707070707
  1157.       0707070707070707070707070707070707070707070707070707070707070707
  1158.       0707070707070707070707070707070707070707070707070707070707070707
  1159.       0707070707070707070707070707070707070707070707070707070707070707
  1160.       0707070707070707070707070707070707070707070707070707070707070707
  1161.       0707070707070707070707070707070707070707070707070707070707070707
  1162.       0707070707070707070707070707070707070707070707070707070707070707
  1163.       0707070707070707070707070707070707070707070707070707070707070707
  1164.       0707070707070707070707070707070707070707070707070707070707070707
  1165.       0707070707070707070707070707070707070707070707070707070707070707
  1166.       0707070707070707070707070707070707070707070707070707070707070702
  1167.       0207070202070702020707020202070202020202070702020202070702020702
  1168.       0202070702020207070202070202020207070707070707070702020707070702
  1169.       0207070202070702020702020702020207070202070202070202070202070202
  1170.       0702070202070202070202070202020207070707070707070702020707070702
  1171.       0207070202070702020702020707020207070202070202070202070202070202
  1172.       0707070202070202070202070202020202020707020207070702020202070702
  1173.       0207070202070702020702020707020207070202070702020202070202070202
  1174.       0707070202070202070202070202020207020207020207070702020702020702
  1175.       0207070202070702020702020702020207070202070207070202070202070202
  1176.       0702070202070202070202070202020207020207020207070702020702020702
  1177.       0202070202020202070707020202070202020202070702020207020202020702
  1178.       0202070702020207070202020207020207020207020207070702020702020702
  1179.       0207070707070707070707070707070707070202070707070707070202070707
  1180.       0707070707070707070707070707020207020207020207070702020702020702
  1181.       0202020707070707070707070707070707070202070707070707070702070707
  1182.       0707070707070707070707070707020202020707020202020702020202070707
  1183.       0202070707070707070707070707070707070707070707070707070707070707
  1184.       0707070707070707070707070707070707070707070707070707070707070707
  1185.       0707070707070707070707070707070707070707070707070707070707070707
  1186.       0707070707070707070707070707070707070707070707070707070707070707
  1187.       0707070707070707070707070707070707070707070707070707070707070707
  1188.       0707070707070707070707070707070707070707070707070707070707070707
  1189.       0707070707070707070707070707070707070707070707070707070707070707
  1190.       0707070707070707070707070707070707070707070707070707070707070707
  1191.       0707070707070707070707070707070707070707070707070707070707070707
  1192.       0707070707070707070707070707070707070707070707070707070707070707
  1193.       0707070707070707070707070707070707070707070707070707070707070707
  1194.       0707070707070707070707070707070707070707070707070707070707070707
  1195.       0707070707070707070707070707070707070707070707070707070707070707
  1196.       0707070707070707070707070707070707070707070707070707070707070707
  1197.       0707070707070707070707070707070707070707070707070707070707070707
  1198.       0707070707070707070707070707070707070707070707070707070707070701
  1199.       0107070101070701010707010101070101010101070701010101070701010701
  1200.       0101070701010107070101070101010107070707070707070701010707070701
  1201.       0107070101070701010701010701010107070101070101070101070101070101
  1202.       0701070101070101070101070101010107070707070707070701010707070701
  1203.       0107070101070701010701010707010107070101070101070101070101070101
  1204.       0707070101070101070101070101010101010707010107070701010101070701
  1205.       0107070101070701010701010707010107070101070701010101070101070101
  1206.       0707070101070101070101070101010107010107010107070701010701010701
  1207.       0107070101070701010701010701010107070101070107070101070101070101
  1208.       0701070101070101070101070101010107010107010107070701010701010701
  1209.       0101070101010101070707010101070101010101070701010107010101010701
  1210.       0101070701010107070101010107010107010107010107070701010701010701
  1211.       0107070707070707070707070707070707070101070707070707070101070707
  1212.       0707070707070707070707070707010107010107010107070701010701010701
  1213.       0101010707070707070707070707070707070101070707070707070701070707
  1214.       0707070707070707070707070707010101010707010101010701010101070707
  1215.       0101070707070707070707070707070707070707070707070707070707070707
  1216.       0707070707070707070707070707070707070707070707070707070707070707
  1217.       0707070707070707070707070707070707070707070707070707070707070707
  1218.       0707070707070707070707070707070707070707070707070707070707070707
  1219.       0707070707070707070707070707070707070707070707070707070707070707
  1220.       0707070707070707070707070707070707070707070707070707070707070707
  1221.       0707070707070707070707070707070707070707070707070707070707070707
  1222.       070707070707070707070707070707070707070707070707070707070707424D
  1223.       BE020000000000003E0000002800000040000000500000000100010000000000
  1224.       800200000000000000000000000000000000000000000000FFFFFF0007070707
  1225.       0707070707070707070707070707070707070707070707070707070707070707
  1226.       0707070707070707070707070707070707070707070707070707070707070707
  1227.       0707070707070707070707070707070707070707070707070707070707070707
  1228.       0707070707070707070707070707070101070707010107070707070700000000
  1229.       0000000000000000000000000000000000000000000000000000000000000000
  1230.       0000000000000000000000000000000000000000000000000000000000000000
  1231.       0000000000000000000000000000000000000000000000000000000000000000
  1232.       0000000000000000000000000000000000000000000000000000000000000000
  1233.       0000000000000000000000000000000000000000000000000000000000000000
  1234.       0000000000000000000000000000000000000000000000000000000000000000
  1235.       0000000000000000000000000000000000000000000000000000000000000000
  1236.       0000000000000000000000000000000000000000000000000000000000000000
  1237.       0000000000000000000000000000000000000000000000000000000000000000
  1238.       0000000000000000000000000000000000000000000000000000000000000000
  1239.       0000000000000000000000000000000000000000000000000000000000000000
  1240.       0000000000000000000000000000000000000000000000000000000000000000
  1241.       0000000000000000000000000000000000000000000000000000000000000000
  1242.       0000000000000000000000000000000000000000000000000000000000000000
  1243.       0000000000000000000000000000000000000000000000000000000000000000
  1244.       00000000000000000000000000000000000000000000000000000000}
  1245.   end
  1246. end
  1247.