home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 June / PCWorld_2003-06_cd.bin / SOFTWARE / VYZKUSTE / RKEDIT / RKEDIT.EXE / 0 / RCDATA / TPAGESETUPDLG / TPAGESETUPDLG.txt < prev   
Text File  |  2003-04-17  |  47KB  |  1,158 lines

  1. inherited PageSetupDlg: TPageSetupDlg
  2.   Left = 636
  3.   Top = 591
  4.   BorderStyle = bsDialog
  5.   Caption = 'Page Setup'
  6.   ClientHeight = 397
  7.   ClientWidth = 632
  8.   ParentFont = True
  9.   OldCreateOrder = True
  10.   Position = poOwnerFormCenter
  11.   OnCreate = FormCreate
  12.   OnDestroy = FormDestroy
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object PageControl: TPageControl
  17.     Left = 0
  18.     Top = 0
  19.     Width = 632
  20.     Height = 397
  21.     ActivePage = HeaderFooter
  22.     Align = alClient
  23.     TabIndex = 1
  24.     TabOrder = 2
  25.     OnChange = PageControlChange
  26.     object Margins: TTabSheet
  27.       Caption = 'Margins && Options'
  28.       object Image1: TImage
  29.         Left = 275
  30.         Top = 10
  31.         Width = 223
  32.         Height = 292
  33.         AutoSize = True
  34.         Picture.Data = {<image000.bmp>}
  35.       end
  36.       object Label1: TLabel
  37.         Left = 10
  38.         Top = 44
  39.         Width = 21
  40.         Height = 13
  41.         Caption = 'Left:'
  42.       end
  43.       object Label2: TLabel
  44.         Left = 10
  45.         Top = 69
  46.         Width = 28
  47.         Height = 13
  48.         Caption = 'Right:'
  49.       end
  50.       object Label3: TLabel
  51.         Left = 10
  52.         Top = 94
  53.         Width = 22
  54.         Height = 13
  55.         Caption = 'Top:'
  56.       end
  57.       object Label4: TLabel
  58.         Left = 10
  59.         Top = 119
  60.         Width = 36
  61.         Height = 13
  62.         Caption = 'Bottom:'
  63.       end
  64.       object Label5: TLabel
  65.         Left = 10
  66.         Top = 14
  67.         Width = 27
  68.         Height = 13
  69.         Caption = 'Units:'
  70.       end
  71.       object Label6: TLabel
  72.         Left = 10
  73.         Top = 174
  74.         Width = 38
  75.         Height = 13
  76.         Caption = 'Header:'
  77.       end
  78.       object Label7: TLabel
  79.         Left = 10
  80.         Top = 199
  81.         Width = 33
  82.         Height = 13
  83.         Caption = 'Footer:'
  84.       end
  85.       object Label8: TLabel
  86.         Left = 10
  87.         Top = 224
  88.         Width = 84
  89.         Height = 13
  90.         Caption = 'HFInternalMargin:'
  91.       end
  92.       object Label9: TLabel
  93.         Left = 10
  94.         Top = 249
  95.         Width = 86
  96.         Height = 13
  97.         Caption = 'LeftHFTextIndent:'
  98.       end
  99.       object Label10: TLabel
  100.         Left = 10
  101.         Top = 274
  102.         Width = 93
  103.         Height = 13
  104.         Caption = 'RightHFTextIndent:'
  105.       end
  106.       object Label11: TLabel
  107.         Left = 10
  108.         Top = 144
  109.         Width = 29
  110.         Height = 13
  111.         Caption = 'Gutter'
  112.       end
  113.       object CBMirrorMargins: TCheckBox
  114.         Left = 10
  115.         Top = 300
  116.         Width = 97
  117.         Height = 17
  118.         Caption = 'Mirror margins'
  119.         TabOrder = 0
  120.       end
  121.       object EditLeft: TEdit
  122.         Left = 110
  123.         Top = 40
  124.         Width = 151
  125.         Height = 21
  126.         TabOrder = 1
  127.       end
  128.       object EditRight: TEdit
  129.         Left = 110
  130.         Top = 65
  131.         Width = 151
  132.         Height = 21
  133.         TabOrder = 2
  134.       end
  135.       object EditTop: TEdit
  136.         Left = 110
  137.         Top = 90
  138.         Width = 151
  139.         Height = 21
  140.         TabOrder = 3
  141.       end
  142.       object EditBottom: TEdit
  143.         Left = 110
  144.         Top = 115
  145.         Width = 151
  146.         Height = 21
  147.         TabOrder = 4
  148.       end
  149.       object EditGutter: TEdit
  150.         Left = 110
  151.         Top = 140
  152.         Width = 151
  153.         Height = 21
  154.         TabOrder = 5
  155.       end
  156.       object EditHeader: TEdit
  157.         Left = 110
  158.         Top = 170
  159.         Width = 151
  160.         Height = 21
  161.         TabOrder = 6
  162.       end
  163.       object EditFooter: TEdit
  164.         Left = 110
  165.         Top = 195
  166.         Width = 151
  167.         Height = 21
  168.         TabOrder = 7
  169.       end
  170.       object EditHFInternalMargin: TEdit
  171.         Left = 110
  172.         Top = 220
  173.         Width = 151
  174.         Height = 21
  175.         TabOrder = 8
  176.       end
  177.       object EditLeftHFTextIndent: TEdit
  178.         Left = 110
  179.         Top = 245
  180.         Width = 151
  181.         Height = 21
  182.         TabOrder = 9
  183.       end
  184.       object EditRightHFTextIndent: TEdit
  185.         Left = 110
  186.         Top = 270
  187.         Width = 151
  188.         Height = 21
  189.         TabOrder = 10
  190.       end
  191.       object CBUnits: TComboBox
  192.         Left = 110
  193.         Top = 10
  194.         Width = 151
  195.         Height = 21
  196.         Style = csDropDownList
  197.         ItemHeight = 13
  198.         TabOrder = 11
  199.         OnChange = CBUnitsChange
  200.         Items.Strings = (
  201.           'mm'
  202.           'cm'
  203.           'Inches'
  204.           'Thousandths Of Inches')
  205.       end
  206.       object CBLineNumbers: TCheckBox
  207.         Left = 10
  208.         Top = 320
  209.         Width = 97
  210.         Height = 17
  211.         Caption = 'Line numbers'
  212.         TabOrder = 12
  213.       end
  214.       object CBLineNumbersInMargin: TCheckBox
  215.         Left = 10
  216.         Top = 340
  217.         Width = 156
  218.         Height = 17
  219.         Caption = 'Print line numbers in margin'
  220.         TabOrder = 13
  221.       end
  222.       object CBHighlight: TCheckBox
  223.         Left = 185
  224.         Top = 300
  225.         Width = 81
  226.         Height = 17
  227.         Caption = 'Syntax print'
  228.         TabOrder = 14
  229.       end
  230.       object CBColors: TCheckBox
  231.         Left = 185
  232.         Top = 320
  233.         Width = 76
  234.         Height = 17
  235.         Caption = 'Use colors'
  236.         TabOrder = 15
  237.       end
  238.       object CBWrap: TCheckBox
  239.         Left = 185
  240.         Top = 339
  241.         Width = 76
  242.         Height = 17
  243.         Caption = 'Wrap lines'
  244.         TabOrder = 16
  245.       end
  246.     end
  247.     object HeaderFooter: TTabSheet
  248.       Caption = 'Header && Footer'
  249.       ImageIndex = 1
  250.       object GroupBox1: TGroupBox
  251.         Left = 5
  252.         Top = 30
  253.         Width = 611
  254.         Height = 161
  255.         Caption = 'Header'
  256.         TabOrder = 0
  257.         object Label12: TLabel
  258.           Left = 10
  259.           Top = 15
  260.           Width = 18
  261.           Height = 13
  262.           Caption = 'Left'
  263.         end
  264.         object Label13: TLabel
  265.           Left = 210
  266.           Top = 15
  267.           Width = 31
  268.           Height = 13
  269.           Caption = 'Center'
  270.         end
  271.         object Label14: TLabel
  272.           Left = 410
  273.           Top = 15
  274.           Width = 25
  275.           Height = 13
  276.           Caption = 'Right'
  277.         end
  278.         object REHeaderLeft: TRichEdit
  279.           Left = 10
  280.           Top = 30
  281.           Width = 191
  282.           Height = 56
  283.           ScrollBars = ssBoth
  284.           TabOrder = 0
  285.           WordWrap = False
  286.           OnEnter = REHeaderLeftEnter
  287.           OnSelectionChange = REHeaderLeftSelectionChange
  288.         end
  289.         object REHeaderCenter: TRichEdit
  290.           Left = 210
  291.           Top = 30
  292.           Width = 191
  293.           Height = 56
  294.           Alignment = taCenter
  295.           ScrollBars = ssBoth
  296.           TabOrder = 1
  297.           WordWrap = False
  298.           OnEnter = REHeaderLeftEnter
  299.           OnSelectionChange = REHeaderLeftSelectionChange
  300.         end
  301.         object REHeaderRight: TRichEdit
  302.           Left = 410
  303.           Top = 30
  304.           Width = 191
  305.           Height = 56
  306.           Alignment = taRightJustify
  307.           ScrollBars = ssBoth
  308.           TabOrder = 2
  309.           WordWrap = False
  310.           OnEnter = REHeaderLeftEnter
  311.           OnSelectionChange = REHeaderLeftSelectionChange
  312.         end
  313.         object CBHeaderMirror: TCheckBox
  314.           Left = 410
  315.           Top = 95
  316.           Width = 97
  317.           Height = 17
  318.           Caption = 'Mirror position'
  319.           TabOrder = 4
  320.           OnEnter = CBFooterLineEnter
  321.         end
  322.         object GroupBox2: TGroupBox
  323.           Left = 10
  324.           Top = 90
  325.           Width = 391
  326.           Height = 61
  327.           Caption = 'Appearance'
  328.           TabOrder = 3
  329.           object PBHeaderLine: TPaintBox
  330.             Left = 85
  331.             Top = 20
  332.             Width = 25
  333.             Height = 25
  334.             OnPaint = PBHeaderLinePaint
  335.           end
  336.           object PBHeaderShadow: TPaintBox
  337.             Left = 275
  338.             Top = 20
  339.             Width = 25
  340.             Height = 25
  341.             OnPaint = PBHeaderLinePaint
  342.           end
  343.           object CBHeaderLine: TCheckBox
  344.             Left = 8
  345.             Top = 19
  346.             Width = 73
  347.             Height = 17
  348.             Caption = 'Line under'
  349.             TabOrder = 0
  350.           end
  351.           object CBHeaderBox: TCheckBox
  352.             Left = 8
  353.             Top = 39
  354.             Width = 48
  355.             Height = 17
  356.             Caption = 'Box'
  357.             TabOrder = 1
  358.           end
  359.           object CBHeaderShadow: TCheckBox
  360.             Left = 209
  361.             Top = 19
  362.             Width = 62
  363.             Height = 17
  364.             Caption = 'Shadow'
  365.             TabOrder = 2
  366.           end
  367.           object HeaderLineColorBtn: TButton
  368.             Left = 120
  369.             Top = 20
  370.             Width = 75
  371.             Height = 25
  372.             Caption = 'Line color'
  373.             TabOrder = 3
  374.             OnClick = HeaderLineColorBtnClick
  375.             OnEnter = CBFooterLineEnter
  376.           end
  377.           object HeaderShadowColorBtn: TButton
  378.             Left = 310
  379.             Top = 20
  380.             Width = 75
  381.             Height = 25
  382.             Caption = 'Shadow color'
  383.             TabOrder = 4
  384.             OnClick = HeaderShadowColorBtnClick
  385.             OnEnter = CBFooterLineEnter
  386.           end
  387.         end
  388.       end
  389.       object GroupBox3: TGroupBox
  390.         Left = 5
  391.         Top = 200
  392.         Width = 611
  393.         Height = 161
  394.         Caption = 'Footer'
  395.         TabOrder = 1
  396.         object Label15: TLabel
  397.           Left = 10
  398.           Top = 15
  399.           Width = 18
  400.           Height = 13
  401.           Caption = 'Left'
  402.         end
  403.         object Label16: TLabel
  404.           Left = 210
  405.           Top = 15
  406.           Width = 31
  407.           Height = 13
  408.           Caption = 'Center'
  409.         end
  410.         object Label17: TLabel
  411.           Left = 410
  412.           Top = 15
  413.           Width = 25
  414.           Height = 13
  415.           Caption = 'Right'
  416.         end
  417.         object REFooterLeft: TRichEdit
  418.           Left = 10
  419.           Top = 30
  420.           Width = 191
  421.           Height = 56
  422.           ScrollBars = ssBoth
  423.           TabOrder = 0
  424.           WordWrap = False
  425.           OnEnter = REHeaderLeftEnter
  426.           OnSelectionChange = REHeaderLeftSelectionChange
  427.         end
  428.         object REFooterCenter: TRichEdit
  429.           Left = 210
  430.           Top = 30
  431.           Width = 191
  432.           Height = 56
  433.           Alignment = taCenter
  434.           ScrollBars = ssBoth
  435.           TabOrder = 1
  436.           WordWrap = False
  437.           OnEnter = REHeaderLeftEnter
  438.           OnSelectionChange = REHeaderLeftSelectionChange
  439.         end
  440.         object REFooterRight: TRichEdit
  441.           Left = 410
  442.           Top = 30
  443.           Width = 191
  444.           Height = 56
  445.           Alignment = taRightJustify
  446.           ScrollBars = ssBoth
  447.           TabOrder = 2
  448.           WordWrap = False
  449.           OnEnter = REHeaderLeftEnter
  450.           OnSelectionChange = REHeaderLeftSelectionChange
  451.         end
  452.         object CBFooterMirror: TCheckBox
  453.           Left = 410
  454.           Top = 95
  455.           Width = 97
  456.           Height = 17
  457.           Caption = 'Mirror position'
  458.           TabOrder = 4
  459.           OnEnter = CBFooterLineEnter
  460.         end
  461.         object GroupBox4: TGroupBox
  462.           Left = 10
  463.           Top = 90
  464.           Width = 391
  465.           Height = 61
  466.           Caption = 'Appearance'
  467.           TabOrder = 3
  468.           object PBFooterLine: TPaintBox
  469.             Left = 85
  470.             Top = 20
  471.             Width = 25
  472.             Height = 25
  473.             OnPaint = PBHeaderLinePaint
  474.           end
  475.           object PBFooterShadow: TPaintBox
  476.             Left = 275
  477.             Top = 20
  478.             Width = 25
  479.             Height = 25
  480.             OnPaint = PBHeaderLinePaint
  481.           end
  482.           object CBFooterLine: TCheckBox
  483.             Left = 8
  484.             Top = 19
  485.             Width = 73
  486.             Height = 17
  487.             Caption = 'Line above'
  488.             TabOrder = 0
  489.             OnEnter = CBFooterLineEnter
  490.           end
  491.           object CBFooterBox: TCheckBox
  492.             Left = 8
  493.             Top = 39
  494.             Width = 48
  495.             Height = 17
  496.             Caption = 'Box'
  497.             TabOrder = 1
  498.             OnEnter = CBFooterLineEnter
  499.           end
  500.           object CBFooterShadow: TCheckBox
  501.             Left = 209
  502.             Top = 24
  503.             Width = 62
  504.             Height = 17
  505.             Caption = 'Shadow'
  506.             TabOrder = 2
  507.             OnEnter = CBFooterLineEnter
  508.           end
  509.           object FooterLineColorBtn: TButton
  510.             Left = 120
  511.             Top = 20
  512.             Width = 75
  513.             Height = 25
  514.             Caption = 'Line color'
  515.             TabOrder = 3
  516.             OnClick = FooterLineColorBtnClick
  517.             OnEnter = CBFooterLineEnter
  518.           end
  519.           object FooterShadowColorBtn: TButton
  520.             Left = 310
  521.             Top = 20
  522.             Width = 75
  523.             Height = 25
  524.             Caption = 'Shadow color'
  525.             TabOrder = 4
  526.             OnClick = FooterShadowColorBtnClick
  527.             OnEnter = CBFooterLineEnter
  528.           end
  529.         end
  530.       end
  531.       object ToolBar1: TToolBar
  532.         Left = 0
  533.         Top = 0
  534.         Width = 624
  535.         Height = 24
  536.         AutoSize = True
  537.         Caption = 'ToolBar1'
  538.         EdgeBorders = [ebBottom]
  539.         Flat = True
  540.         Images = ImageList1
  541.         Indent = 5
  542.         TabOrder = 2
  543.         object ToolButton1: TToolButton
  544.           Left = 5
  545.           Top = 0
  546.           Action = PageNumCmd
  547.           ParentShowHint = False
  548.           ShowHint = True
  549.         end
  550.         object ToolButton2: TToolButton
  551.           Left = 28
  552.           Top = 0
  553.           Action = PagesCmd
  554.           ParentShowHint = False
  555.           ShowHint = True
  556.         end
  557.         object ToolButton3: TToolButton
  558.           Left = 51
  559.           Top = 0
  560.           Action = TimeCmd
  561.           ParentShowHint = False
  562.           ShowHint = True
  563.         end
  564.         object ToolButton4: TToolButton
  565.           Left = 74
  566.           Top = 0
  567.           Action = DateCmd
  568.           ParentShowHint = False
  569.           ShowHint = True
  570.         end
  571.         object ToolButton11: TToolButton
  572.           Left = 97
  573.           Top = 0
  574.           Action = TitleCmd
  575.           ParentShowHint = False
  576.           ShowHint = True
  577.         end
  578.         object ToolButton5: TToolButton
  579.           Left = 120
  580.           Top = 0
  581.           Hint = 'User name'
  582.           Action = UserCmd
  583.           ParentShowHint = False
  584.           ShowHint = True
  585.         end
  586.         object ToolButton13: TToolButton
  587.           Left = 143
  588.           Top = 0
  589.           Hint = 'Application name'
  590.           Action = AppNameCmd
  591.           ParentShowHint = False
  592.           ShowHint = True
  593.         end
  594.         object ToolButton12: TToolButton
  595.           Left = 166
  596.           Top = 0
  597.           Width = 6
  598.           Caption = 'ToolButton12'
  599.           ImageIndex = 9
  600.           Style = tbsSeparator
  601.         end
  602.         object ToolButton6: TToolButton
  603.           Left = 172
  604.           Top = 0
  605.           Action = FontCmd
  606.           ParentShowHint = False
  607.           ShowHint = True
  608.         end
  609.         object ToolButton10: TToolButton
  610.           Left = 195
  611.           Top = 0
  612.           Width = 8
  613.           Caption = 'ToolButton10'
  614.           ImageIndex = 8
  615.           Style = tbsSeparator
  616.         end
  617.         object ToolButton7: TToolButton
  618.           Left = 203
  619.           Top = 0
  620.           Action = BoldCmd
  621.           ParentShowHint = False
  622.           ShowHint = True
  623.         end
  624.         object ToolButton8: TToolButton
  625.           Left = 226
  626.           Top = 0
  627.           Action = ItalicCmd
  628.           ParentShowHint = False
  629.           ShowHint = True
  630.         end
  631.         object ToolButton9: TToolButton
  632.           Left = 249
  633.           Top = 0
  634.           Action = UnderlineCmd
  635.           ParentShowHint = False
  636.           ShowHint = True
  637.         end
  638.       end
  639.     end
  640.   end
  641.   object OKBtn: TButton
  642.     Left = 534
  643.     Top = 320
  644.     Width = 75
  645.     Height = 25
  646.     Caption = 'OK'
  647.     Default = True
  648.     ModalResult = 1
  649.     TabOrder = 0
  650.   end
  651.   object CancelBtn: TButton
  652.     Left = 534
  653.     Top = 350
  654.     Width = 75
  655.     Height = 25
  656.     Cancel = True
  657.     Caption = 'Cancel'
  658.     ModalResult = 2
  659.     TabOrder = 1
  660.   end
  661.   object ImageList1: TImageList
  662.     Left = 269
  663.     Top = 4
  664.     Bitmap = {
  665.       494C01010B000E00040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  666.       0000000000003600000028000000400000004000000001001800000000000030
  667.       0000000000000000000000000000000000000000000000000000000000000000
  668.       0000000000000000000000000000000000000000000000000000000000000000
  669.       0000000000000000000000000000000000000000000000000000000000000000
  670.       0000000000000000000000000000000000000000000000000000000000000000
  671.       0000000000000000000000000000000000000000000000000000000000000000
  672.       0000000000000000000000000000000000000000000000000000000000000000
  673.       0000000000000000000000000000000000000000000000000000000000000000
  674.       0000000000000000000000000000000000000000000000000000000000000000
  675.       0000000000000000000000000000000000000000000000000000000000000000
  676.       0000000000000000000000000000000000000000000000000000000000000000
  677.       0000000000000000000000000000000000000000000000000000000000000000
  678.       0000000000000000000000000000000000000000000000000000000000000000
  679.       0000000000000000000000000000000000000000000000000000000000000000
  680.       0000000000000000000000000000000000000000000000000000000000000000
  681.       0000000000000000000000000000000000000000000000000000000000000000
  682.       0000000000000000000000000000000000000000000000000000000000000000
  683.       0000000000000000000000000000000000000000000000000000000000000000
  684.       0000000000000000000000000000000000000000000000000000000000000000
  685.       0000000000000000000000000000000000000000000000000000000000000000
  686.       0000000000000000000000000000000000000000000000000000000000000000
  687.       0000000000000000000000000000000000000000000000000000000000000000
  688.       0000000000000000000000000000000000000000000000000000000000000000
  689.       0000000000000000000000000000000000000000000000000000000000000000
  690.       0000000000000000000000000000000000000000000000000000000000000000
  691.       0000000000000000000000000000000000000000000000000000000000000000
  692.       0000000000000000000000000000000000000000000000000000000000000000
  693.       0000000000000000000000000000000000000000000000000000000000000000
  694.       0000000000000000000000000000000000000000000000000000000000000000
  695.       0000000000000000000000000000000000000000000000000000000000000000
  696.       0000000000000000000000000000000000000000000000000000000000000000
  697.       0000000000000000000000000000000000000000000000000000000000000000
  698.       0000000000000000000000000000000000000000000000000000000000000000
  699.       0000000000000000000000000000000000000000000000000000000000000000
  700.       0000000000000000000000000000000000000000000000000000000000000000
  701.       0000000000000000000000000000000000000000000000000000000000000000
  702.       0000000000000000000000000000000000000000000000000000000000000000
  703.       0000000000000000000000000000000000000000000000000000000000000000
  704.       0000000000000000000000000000000000000000000000000000000000000000
  705.       0000000000000000000000000000000000000000000000000000000000000000
  706.       0000000000000000000000000000000000000000000000000000000000000000
  707.       0000000000000000000000000000000000000000000000000000000000000000
  708.       0000000000000000000000000000000000000000000000000000000000000000
  709.       0000000000000000000000000000000000000000000000000000000000000000
  710.       0000000000000000000000000000000000000000000000000000000000000000
  711.       0000000000000000000000000000000000000000000000000000000000000000
  712.       0000000000000000000000000000000000000000000000000000000000000000
  713.       0000000000000000000000000000000000000000000000000000000000000000
  714.       0000000000000000000000000000000000000000000000000000000000000000
  715.       0000000000000000000000000000000000000000000000000000000000000000
  716.       0000000000000000000000000000000000000000000000000000000000000000
  717.       0000000000000000000000000000000000000000000000000000000000000000
  718.       0000000000000000000000000000000000000000000000000000000000000000
  719.       0000000000000000000000000000000000000000000000000000000000000000
  720.       0000000000000000000000000000000000000000000000000000000000000000
  721.       0000000000000000000000000000000000000000000000000000000000000000
  722.       0000000000000000000000000000000000000000000000000000000000000000
  723.       0000000000000000000000000000000000000000000000000000000000000000
  724.       0000000000000000000000000000000000000000000000000000000000000000
  725.       0000000000000000000000000000000000000000000000000000000000000000
  726.       0000000000000000000000000000000000000000000000000000000000000000
  727.       0000000000000000000000000000000000000000000000000000000000000000
  728.       0000000000000000000000000000000000000000000000000000000000000000
  729.       0000000000000000000000000000000000000000000000000000000000000000
  730.       0000000000000000000000000000000000000000000000000000000000000000
  731.       0000000000000000000000000000000000000000000000000000000000000000
  732.       0000000000000000000000000000000000000000000000000000000000000000
  733.       0000000000000000000000000000000000000000000000000000000000000000
  734.       0000000000000000000000000000000000000000000000000000000000000000
  735.       0000000000000000000000000000000000000000000000000000000000000000
  736.       0000000000000000000000000000000000000000000000000000000000000000
  737.       0000000000000000000000000000000000000000000000000000000000000000
  738.       0000000000000000000000000000000000000000000000000000000000000000
  739.       0000000000000000000000000000000000000000000000000000000000000000
  740.       0000000000000000000000000000000000000000000000000000000000000000
  741.       0000000000000000000000000000000000000000000000000000000000000000
  742.       0000000000000000000000000000000000000000000000000000000000000000
  743.       0000000000000000000000000000000000000000000000000000000000000000
  744.       0000000000000000000000000000000000000000000000000000000000000000
  745.       0000000000000000000000000000000000000000000000000000000000000000
  746.       0000000000000000000000000000000000000000000000000000000000000000
  747.       0000000000000000000000000000000000000000000000000000000000000000
  748.       0000000000000000000000000000000000000000000000000000000000000000
  749.       0000000000000000000000000000000000000000000000000000000000000000
  750.       0000000000000000000000000000000000000000000000000000000000000000
  751.       0000000000000000000000000000000000000000000000000000000000000000
  752.       0000000000000000000000000000000000000000000000000000000000000000
  753.       0000000000000000000000000000000000000000000000000000000000000000
  754.       0000000000000000000000000000000000000000000000000000000000000000
  755.       0000000000000000000000000000000000000000000000000000000000000000
  756.       0000000000000000000000000000000000000000000000000000000000000000
  757.       0000000000000000000000000000000000000000000000000000000000000000
  758.       0000000000000000000000000000000000000000000000000000000000000000
  759.       0000000000000000000000000000000000000000000000000000000000000000
  760.       0000000000000000000000000000000000000000000000000000000000000000
  761.       0000000000000000000000000000000000000000000000000000000000000000
  762.       0000000000000000000000000000000000000000000000000000000000000000
  763.       0000000000000000000000000000000000000000000000000000000000000000
  764.       0000000000000000000000000000000000000000000000000000000000000000
  765.       0000000000000000000000000000000000000000000000000000000000000000
  766.       0000000000000000000000000000000000000000000000000000000000000000
  767.       00C0C0C000000000000000000000000000000000000000000000000000000000
  768.       0000000000000000000000000000000000000000000000000000000000000000
  769.       0000000000000000000000000000000000000000000000000000000000000000
  770.       0000000000000000000000000000000000000000000000000000000000000000
  771.       0000000000000000000000000000000000000000000000000000000000000000
  772.       0000000000000000000000000000000000000000000000000000000000000000
  773.       00000000C0C0C0000000000000000000000000C0C0C000000000000000000000
  774.       0000000000000000000000000000000000000000000000000000000000000000
  775.       0000000000000000000000000000000000000000000000000000000000000000
  776.       0000000000000000000000000000000000000000000000000000000000000000
  777.       0000000000000000000000000000000000000000000000000000000000000000
  778.       000000000000000000000000000000000000000000000000C0C0C00000000000
  779.       00000000000000C0C0C0000000000000000000C0C0C000000000000000000000
  780.       0000000000000000000000000000000000000000000000000000000000000000
  781.       0000000000000000000000000000000000000000000000000000000000000000
  782.       0000000000000000000000000000000000000000000000000000000000000000
  783.       0000000000000000000000000000000000000000000000000000000000000000
  784.       000000000000000000000000000000000000000000000000000000C0C0C0C0C0
  785.       C0000000000000C0C0C0000000000000C0C0C000000000000000000000000000
  786.       0000000000000000000000000000000000000000000000000000000000000000
  787.       0000000000000000000000000000000000000000000000000000000000000000
  788.       0000000000000000000000000000000000000000000000000000000000000000
  789.       0000000000000000000000000000000000000000000000000000000000000000
  790.       0000000000000000000000000000000000000000000000000000000000000000
  791.       00C0C0C0808080000000C0C0C0000000C0C0C0000000C0C0C0C0C0C000000000
  792.       0000000000000000000000000000000000000000000000000000000000000000
  793.       0000000000000000000000000000000000000000000000000000000000000000
  794.       0000000000000000000000000000000000000000000000000000000000000000
  795.       0000000000000000000000000000000000000000000000000000000000000000
  796.       000000000000000000000000000000000000000000000000000000000000C0C0
  797.       C0C0C0C0C0C0C0C0C0C0C0C0C0000000C0C0C0C0C0C000000000000000000000
  798.       0000000000000000000000000000000000000000000000000000000000000000
  799.       0000000000000000000000000000000000000000000000000000000000000000
  800.       0000000000000000000000000000000000000000000000000000000000000000
  801.       0000000000000000000000000000000000000000000000000000000000000000
  802.       000000000000000000000000000000000000000000000000C0C0C0C0C0C0C0C0
  803.       C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C000000000000000000000000000
  804.       0000000000000000000000000000000000000000000000000000000000000000
  805.       0000000000000000000000000000000000000000000000000000000000000000
  806.       0000000000000000000000000000000000000000000000000000000000000000
  807.       0000000000000000000000000000000000000000000000000000000000000000
  808.       000000000000000000000000000000000000000000C0C0C0C0C0C0C0C0C0C0C0
  809.       C0FFFFFFFFFFFFC0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C000000000000000
  810.       0000000000000000000000000000000000000000000000000000000000000000
  811.       0000000000000000000000000000000000000000000000000000000000000000
  812.       0000000000000000000000000000000000000000000000000000000000000000
  813.       0000000000000000000000000000000000000000000000000000000000000000
  814.       000000000000000000000000000000000000000000C0C0C0C0C0C0FFFFFFFFFF
  815.       FFFFFFFFFFFFFFFFFFFFFFFFFFC0C0C0C0C0C0C0C0C000000000000000000000
  816.       0000000000000000000000000000000000000000000000000000000000000000
  817.       0000000000000000000000000000000000000000000000000000000000000000
  818.       0000000000000000000000000000000000000000000000000000000000000000
  819.       0000000000000000000000000000000000000000000000000000000000000000
  820.       000000000000000000000000000000000000000000C0C0C0C0C0C0C0C0C0C0C0
  821.       C0FFFFFFFFFFFFC0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C000000000000000
  822.       0000000000000000000000000000000000000000000000000000000000000000
  823.       0000000000000000000000000000000000000000000000000000000000000000
  824.       0000000000000000000000000000000000000000000000000000000000000000
  825.       0000000000000000000000000000000000000000000000000000000000000000
  826.       000000000000000000000000000000000000000000000000C0C0C0C0C0C0C0C0
  827.       C0C0C0C0C0C0C0C0C0C0C0C0C0808080C0C0C000000000000000000000000000
  828.       0000000000000000000000000000000000000000000000000000000000000000
  829.       0000000000000000000000000000000000000000000000000000000000000000
  830.       0000000000000000000000000000000000000000000000000000000000000000
  831.       0000000000000000000000000000000000000000000000000000000000000000
  832.       000000000000000000000000000000000000000000000000000000000000C0C0
  833.       C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0000000C0C0C000000000000000000000
  834.       0000000000000000000000000000000000000000000000000000000000000000
  835.       0000000000000000000000000000000000000000000000000000000000000000
  836.       0000000000000000000000000000000000000000000000000000000000000000
  837.       0000000000000000000000000000000000000000000000000000000000000000
  838.       0000000000000000000000000000000000000000000000000000000000000000
  839.       00C0C0C0808080000000C0C0C0000000C0C0C0000000C0C0C0C0C0C000000000
  840.       0000000000000000000000000000000000000000000000000000000000000000
  841.       0000000000000000000000000000000000000000000000000000000000000000
  842.       0000000000000000000000000000000000000000000000000000000000000000
  843.       0000000000000000000000000000000000000000000000000000000000000000
  844.       000000000000000000000000000000000000000000000000000000C0C0C0C0C0
  845.       C0000000000000C0C0C0000000000000C0C0C000000000000000000000000000
  846.       0000000000000000000000000000000000000000000000000000000000000000
  847.       0000000000000000000000000000000000000000000000000000000000000000
  848.       0000000000000000000000000000000000000000000000000000000000000000
  849.       0000000000000000000000000000000000000000000000000000000000000000
  850.       000000000000000000000000000000000000000000000000C0C0C00000000000
  851.       00000000000000C0C0C0000000000000000000C0C0C000000000000000000000
  852.       0000000000000000000000000000000000000000000000000000000000000000
  853.       0000000000000000000000000000000000000000000000000000000000000000
  854.       0000000000000000000000000000000000000000000000000000000000000000
  855.       0000000000000000000000000000000000000000000000000000000000000000
  856.       0000000000000000000000000000000000000000000000000000000000000000
  857.       00000000C0C0C000000000000000000000000000000000000000000000000000
  858.       0000000000000000000000000000000000000000000000000000000000000000
  859.       0000000000000000000000000000000000000000000000000000000000000000
  860.       0000000000000000000000000000000000000000000000000000000000000000
  861.       0000000000000000000000000000000000000000000000000000000000000000
  862.       0000000000000000000000000000000000000000000000000000000000000000
  863.       0000000000000000000000000000000000000000000000000000000000000000
  864.       0000000000000000000000000000000000000000000000000000000000000000
  865.       0000000000000000000000000000000000000000000000000000000000000000
  866.       00000000000000C6C6C6C6C6C6C6C6C6C6C6C600000000000000000000000000
  867.       0000000000000000000000000000000000000000000000000000000000000000
  868.       0000000000000000000000000000000000000000000000000000000000000000
  869.       0000000000000000000000000000000000000000000000000000000000000000
  870.       0000000000000000000000000000000000000000000000000000000000000000
  871.       0000000000000000000000000000000000000000000000000000000000000000
  872.       0000000000000000000000000000000000000000000000000000000000000000
  873.       0000000000000000000000000000000000000000000000000000000000000000
  874.       0000000000000000000000000000000000000000000000000000000000000000
  875.       0000000000000000000000000000000000000000000000000000000000000000
  876.       0000000000000000000000000000000000000000000000000000000000000000
  877.       0000000000000000000000000000000000000000000000000000000000000000
  878.       00000000000000000000000000C6C6C600000000000000000000000000000000
  879.       0000000000840000840000840000840000000000000000000000840000840000
  880.       8400008400008400008400000000000000000000000000000000000000000000
  881.       0000000000000000000000000000000000000000000000000000000000000000
  882.       0000000000000000000000000000000000000000000000000000000000000000
  883.       0000000000000000000000000000000000000000000000000000000000000000
  884.       00000000000000000000000000C6C6C600000000000000000000000000000000
  885.       0000000000000000848484840000000000000000000000000000000000848484
  886.       8400008400008484840000000000000000000000000000000000000000000000
  887.       0000000000000000000000000000000000000000000000000000000000000000
  888.       0000000000000000000000000000000000000000000000000000000000000000
  889.       0000000000000000000000000000000000000000000000000000000000000000
  890.       00000000000000000000000000C6C6C600000000000000000000000000000000
  891.       0000000000000000000000840000840000000000000000000000000000848484
  892.       8400008400000000000000000000000000000000000000000000000000000000
  893.       0000000000000000000000000000000000000000000000000000000000000000
  894.       0000000000000000000000000000000000000000000000000000000000000000
  895.       0000000000000000000000000000000000000000000000000000000000000000
  896.       00000000000000000000000000C6C6C600000000000000000000000000000000
  897.       0000000000000000000000848484840000000000000000000000000000840000
  898.       8400008484840000000000000000000000000000000000000000000000000000
  899.       0000000000000000000000000000000000000000000000000000000000000000
  900.       0000000000000000000000000000000000000000000000000000000000000000
  901.       0000000000000000000000000000000000000000000000000000000000000000
  902.       00000000000000000000000000C6C6C600000000000000000000000000000000
  903.       0000000000000000000000000000840000840000840000840000840000840000
  904.       8400000000000000000000000000000000000000000000000000000000000000
  905.       0000000000000000000000000000000000000000000000000000000000000000
  906.       0000000000000000000000000000000000000000000000000000000000000000
  907.       0000000000000000000000000000000000000000000000000000000000000000
  908.       00000000000000000000000000C6C6C600000000000000000000000000000000
  909.       0000000000000000000000000000848484840000000000000000840000840000
  910.       8484840000000000000000000000000000000000000000000000000000000000
  911.       0000000000000000000000000000000000000000000000000000000000000000
  912.       0000000000000000000000000000000000000000000000000000000000000000
  913.       0000000000000000000000000000000000000000000000000000000000000000
  914.       00000000000000000000000000C6C6C600000000000000000000000000000000
  915.       0000000000000000000000000000000000840000840000000000840000840000
  916.       0000000000000000000000000000000000000000000000000000000000000000
  917.       0000000000000000000000000000000000000000000000000000000000000000
  918.       0000000000000000000000000000000000000000000000000000000000000000
  919.       000000000000000000000000000000000000000000000000000000000000C6C6
  920.       C6000000000000000000000000C6C6C6000000000000000000C6C6C600000000
  921.       0000000000000000000000000000000000848484840000840000840000848484
  922.       0000000000000000000000000000000000000000000000000000000000000000
  923.       0000000000000000000000000000000000000000000000000000000000000000
  924.       0000000000000000000000000000000000000000000000000000000000000000
  925.       000000000000000000000000000000000000000000000000000000000000C6C6
  926.       C6C6C6C6C6C6C6000000000000C6C6C6C6C6C6C6C6C6000000C6C6C600000000
  927.       0000000000000000000000000000000000000000840000840000840000000000
  928.       0000000000000000000000000000000000000000000000000000000000000000
  929.       0000000000000000000000000000000000000000000000000000000000000000
  930.       0000000000000000000000000000000000000000000000000000000000000000
  931.       0000000000000000000000000000000000000000000000000000000000000000
  932.       0000000000000000000000000000000000000000000000000000000000000000
  933.       0000000000000000000000000000000000000000848484840000848484000000
  934.       0000000000000000000000000000000000000000000000000000000000000000
  935.       0000000000000000000000000000000000000000000000000000000000000000
  936.       0000000000000000000000000000000000000000000000000000000000000000
  937.       0000000000000000000000000000000000000000000000000000000000000000
  938.       0000000000000000000000000000000000000000000000000000000000000000
  939.       0000000000000000000000000000000000000000000000840000000000000000
  940.       0000000000000000000000000000000000000000000000000000000000000000
  941.       0000000000000000000000000000000000000000000000000000000000000000
  942.       0000000000000000000000000000000000000000000000000000000000000000
  943.       0000000000000000000000000000000000000000000000000000000000000000
  944.       0000000000000000000000000000000000000000000000000000000000000000
  945.       0000000000000000000000000000000000000000000000000000000000000000
  946.       0000000000000000000000000000000000000000000000000000000000000000
  947.       0000000000000000000000000000000000000000000000000000000000000000
  948.       0000000000000000000000000000000000000000000000000000000000000000
  949.       0000000000000000000000000000000000000000000000000000000000000000
  950.       0000000000000000000000000000000000000000000000000000000000000000
  951.       0000000000000000000000000000000000000000000000000000000000000000
  952.       0000000000000000000000000000000000000000000000000000000000000000
  953.       0000000000000000000000000000000000000000000000000000000000000000
  954.       0000000000000000000000000000000000000000000000000000000000000000
  955.       0000000000000000000000000000000000000000000000000000000000000000
  956.       0000000000000000000000000000000000000000000000000000000000000000
  957.       0000000000000000000000000000000000000000000000000000000000000000
  958.       0000000000000000000000000000000000000000000000000000000000000000
  959.       0000000000000000000000000000000000000000000000000000000000000000
  960.       0000000000000000000000000000000000000000000000000000000000000000
  961.       0000000000000000000000000000000000000000000000000000000000000000
  962.       0000000000000000000000000000000000000000000000000000000000000000
  963.       0000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  964.       FFFFFFFFFFFFFFFFFF0000000000000000000000000000000000000000000000
  965.       00000000FFFFFF00FFFFFFFFFF00FFFFFFFFFF00000000000000000000000000
  966.       0000000000000000000000000000000000000000FFFFFFC6C6C6FFFFFFC6C6C6
  967.       FFFFFFC6C6C6FFFFFFC6C6C6FFFFFF000000000000000000000000000000FFFF
  968.       FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000
  969.       0000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF840000
  970.       FFFFFFFFFFFFFFFFFF00000000000000000000000000000000000000000000FF
  971.       FFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFF00000000000000
  972.       0000000000000000000000000000000000000000C6C6C6FF0000FF0000FF0000
  973.       FF0000FF0000FF0000FF0000C6C6C6000000000000000000000000000000FFFF
  974.       FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000
  975.       0000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF840000
  976.       FFFFFFFFFFFFFFFFFF00000000000000000000000000000000000000FFFFFFFF
  977.       FF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFF00000000
  978.       0000000000000000FFFFFFC6C6C6FFFFFF000000FFFFFFC6C6C6FFFFFFC6C6C6
  979.       FFFFFFC6C6C6FFFFFFC6C6C6FFFFFF000000000000000000000000000000FFFF
  980.       FFFFFFFF840000FFFFFFFFFFFF840000FFFFFFFFFFFFFFFFFFFFFFFF00000000
  981.       0000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFF840000840000840000
  982.       840000840000FFFFFF000000000000000000000000000000000000FFFFFF00FF
  983.       FF00000000FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00000000
  984.       0000000000000000C6C6C6FF0000FF0000000000C6C6C6FFFFFFC6C6C6000084
  985.       000084FFFFFFC6C6C6FFFFFFC6C6C6000000000000000000000000000000FFFF
  986.       FFFFFFFF840000FFFFFFFFFFFF840000FFFFFFFFFFFFFFFFFFFFFFFF00000000
  987.       0000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF840000
  988.       FFFFFFFFFFFFFFFFFF000000000000000000000000000000FFFFFF00FFFFFFFF
  989.       FF00FFFF00000000FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00
  990.       0000000000000000FFFFFFC6C6C6FFFFFF000000FFFFFFC6C6C6FFFFFF000084
  991.       000084C6C6C6FFFFFFC6C6C6FFFFFF000000000000000000000000000000FFFF
  992.       FF840000840000840000840000840000840000840000FFFFFFFFFFFF00000000
  993.       0000000000000000000000FFFFFFFFFFFFFFFFFF840000FFFFFFFFFFFF840000
  994.       FFFFFFFFFFFFFFFFFF00000000000000000000000000000000FFFFFFFFFF00FF
  995.       FFFFFFFF00FFFF00000000FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFF00
  996.       0000000000000000C6C6C6000084000084000000C6C6C6FFFFFFC6C6C6FFFFFF
  997.       000084000084C6C6C6FFFFFFC6C6C6000000000000000000000000000000FFFF
  998.       FFFFFFFFFFFFFF840000FFFFFFFFFFFF840000FFFFFFFFFFFFFFFFFF00000000
  999.       0000000000000000000000FFFFFFFFFFFFFFFFFF840000FFFFFFFFFFFFFFFFFF
  1000.       FFFFFFFFFFFFFFFFFF000000000000000000000000000000FFFFFF00FFFFFFFF
  1001.       FF00FFFFFFFFFF00FFFF000000000000000000000000000000000000FFFFFF00
  1002.       0000000000000000FFFFFF000084FFFFFF000000FFFFFFC6C6C6FFFFFFC6C6C6
  1003.       FFFFFF000084000084C6C6C6FFFFFF000000000000000000000000000000FFFF
  1004.       FFFFFFFFFFFFFF840000FFFFFFFFFFFF840000FFFFFFFFFFFFFFFFFF00000000
  1005.       0000000000000000000000FFFFFF840000840000840000840000840000FFFFFF
  1006.       FFFFFFFFFFFFFFFFFF00000000000000000000000000000000FFFFFFFFFF00FF
  1007.       FFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFF00
  1008.       0000000000000000C6C6C6000084000084000000C6C6C6FFFFFF000084000084
  1009.       000084000084000084FFFFFFC6C6C6000000000000000000000000000000FFFF
  1010.       FFFFFFFF840000840000840000840000840000840000840000FFFFFF00000000
  1011.       0000000000000000000000FFFFFFFFFFFFFFFFFF840000FFFFFFFFFFFFFFFFFF
  1012.       FFFFFFFFFFFFFFFFFF000000000000000000000000000000FFFFFF00FFFFFFFF
  1013.       FF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00
  1014.       0000000000000000FFFFFF000084FFFFFF000000FFFFFFC6C6C6FFFFFFC6C6C6
  1015.       FFFFFFC6C6C6FFFFFFC6C6C6FFFFFF000000000000000000000000000000FFFF
  1016.       FFFFFFFFFFFFFFFFFFFF840000FFFFFFFFFFFF840000FFFFFFFFFFFF00000000
  1017.       0000000000000000000000FFFFFFFFFFFFFFFFFF840000FFFFFFFFFFFFFFFFFF
  1018.       FFFFFFFFFFFFFFFFFF000000000000000000000000000000000000FFFFFF00FF
  1019.       FFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00000000
  1020.       0000000000000000C6C6C6000084000084000000000000000000000000000000
  1021.       0000000000000000000000000000000000000000000000000000000000000000
  1022.       00000000000000FFFFFF840000FFFFFFFFFFFF840000FFFFFFFFFFFF00000000
  1023.       0000000000000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFF
  1024.       FFFFFFFFFFFFFFFFFF00000000000000000000000000000000000000FFFFFFFF
  1025.       FF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFF00000000
  1026.       0000000000000000FFFFFFC6C6C6FFFFFF000000FF0000FF0000FF0000FF0000
  1027.       FF0000FF0000FF0000FF0000FF00000000000000000000000000000000000000
  1028.       00FFFFFF000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000
  1029.       0000000000000000000000000000FFFFFF000000FFFFFFFFFFFFFFFFFFFFFFFF
  1030.       FFFFFFFFFFFFFFFFFF00000000000000000000000000000000000000000000FF
  1031.       FFFFFFFF00FFFFFFFFFF000000FFFFFF00FFFFFFFFFF00FFFF00000000000000
  1032.       0000000000000000000000000000000000000000000000000000000000000000
  1033.       0000000000000000000000000000000000000000000000000000000000000000
  1034.       00000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000
  1035.       0000000000000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFF
  1036.       FFFFFFFFFFFFFFFFFF0000000000000000000000000000000000000000000000
  1037.       00000000FFFFFF00FFFFFFFFFF00FFFFFFFFFF00000000000000000000000000
  1038.       0000000000000000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF0000
  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.       000000000000000000000000000000000000424D3E000000000000003E000000
  1052.       2800000040000000400000000100010000000000000200000000000000000000
  1053.       000000000000000000000000FFFFFF0000000000000000000000000000000000
  1054.       0000000000000000000000000000000000000000000000000000000000000000
  1055.       0000000000000000000000000000000000000000000000000000000000000000
  1056.       0000000000000000000000000000000000000000000000000000000000000000
  1057.       00000000000000000000000000000000FFFFFFFFF1EF0000FFFFF7DF98C70000
  1058.       E00FFBBF84470000FFFFFBBFC0030000F83FFD7FE0010000F39FFD7FC0030000
  1059.       F39FFEFF80070000F39FFEFF00030000F39FF01F00070000F39FFEFF00030000
  1060.       F39FFEFF80070000F39FFC7FC0030000E10FF83FE0010000FFFFF83FC0030000
  1061.       FFFFFC7F84470000FFFFFFFF98EF0000FFFFFFFFFFFFFFFFFE1FFFFFFFFFFFFF
  1062.       FC3FFFFFFFFFFFFFFE3F8703FFFFFFFFFE3FCF87E01F81FFFE3FE78FF18FE3FF
  1063.       FE3FE78FF18FF1FFFE3FF01FF18FF8FFFE3FF31FF01FFC7FFE3FF93FF18FFE3F
  1064.       F63BF83FF18FFF1FE003FC7FF18FFF8FE007FC7FE01FFF03FFFFFEFFFFFFFFFF
  1065.       FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC003FC1FF800E001C003F007F800
  1066.       E001C003E0038000E001C003C0018000E001C003C0018000E001C00380008000
  1067.       E001C00380008000E001C00380008000E001C00380008000E001C00380008000
  1068.       E001C003C0018000E001C003C0018000F001E003E0038000F801F003F007801F
  1069.       FC01F803FC1F801FFFFFFFFFFFFFFFFF00000000000000000000000000000000
  1070.       000000000000}
  1071.   end
  1072.   object ActionList1: TActionList
  1073.     Images = ImageList1
  1074.     Left = 299
  1075.     Top = 4
  1076.     object PageNumCmd: TAction
  1077.       Caption = 'PageNumCmd'
  1078.       Hint = 'Page number'
  1079.       ImageIndex = 0
  1080.       OnExecute = PageNumCmdExecute
  1081.     end
  1082.     object PagesCmd: TAction
  1083.       Caption = 'PagesCmd'
  1084.       Hint = 'Num. pages'
  1085.       ImageIndex = 1
  1086.       OnExecute = PagesCmdExecute
  1087.     end
  1088.     object TimeCmd: TAction
  1089.       Caption = 'TimeCmd'
  1090.       Hint = 'Time'
  1091.       ImageIndex = 2
  1092.       OnExecute = TimeCmdExecute
  1093.     end
  1094.     object DateCmd: TAction
  1095.       Caption = 'DateCmd'
  1096.       Hint = 'Date'
  1097.       ImageIndex = 3
  1098.       OnExecute = DateCmdExecute
  1099.     end
  1100.     object TitleCmd: TAction
  1101.       Caption = 'TitleCmd'
  1102.       Hint = 'Title'
  1103.       ImageIndex = 4
  1104.       OnExecute = TitleCmdExecute
  1105.     end
  1106.     object FontCmd: TAction
  1107.       Caption = 'FontCmd'
  1108.       Hint = 'Font'
  1109.       ImageIndex = 5
  1110.       OnExecute = FontCmdExecute
  1111.     end
  1112.     object BoldCmd: TAction
  1113.       Caption = 'BoldCmd'
  1114.       Hint = 'Bold'
  1115.       ImageIndex = 6
  1116.       OnExecute = BoldCmdExecute
  1117.     end
  1118.     object ItalicCmd: TAction
  1119.       Caption = 'ItalicCmd'
  1120.       Hint = 'Italic'
  1121.       ImageIndex = 7
  1122.       OnExecute = ItalicCmdExecute
  1123.     end
  1124.     object UnderlineCmd: TAction
  1125.       Caption = 'UnderlineCmd'
  1126.       Hint = 'Underline'
  1127.       ImageIndex = 8
  1128.       OnExecute = UnderlineCmdExecute
  1129.     end
  1130.     object UserCmd: TAction
  1131.       Caption = 'UserCmd'
  1132.       ImageIndex = 9
  1133.       OnExecute = UserCmdExecute
  1134.     end
  1135.     object AppNameCmd: TAction
  1136.       Caption = 'AppNameCmd'
  1137.       ImageIndex = 10
  1138.       OnExecute = AppNameCmdExecute
  1139.     end
  1140.   end
  1141.   object FontDialog: TFontDialog
  1142.     Font.Charset = DEFAULT_CHARSET
  1143.     Font.Color = clWindowText
  1144.     Font.Height = -11
  1145.     Font.Name = 'MS Sans Serif'
  1146.     Font.Style = []
  1147.     MinFontSize = 0
  1148.     MaxFontSize = 0
  1149.     Left = 329
  1150.     Top = 4
  1151.   end
  1152.   object ColorDialog: TColorDialog
  1153.     Ctl3D = True
  1154.     Left = 359
  1155.     Top = 4
  1156.   end
  1157. end
  1158.