home *** CD-ROM | disk | FTP | other *** search
/ ftp.sanbilgisayar.com / ftp.sanbilgisayar.com.tar / ftp.sanbilgisayar.com / SHOP / ShopImportP.exe / 0 / RCDATA / TPPPRINTDIALOG / TPPPRINTDIALOG.txt
Text File  |  2015-03-03  |  21KB  |  646 lines

  1. object ppPrintDialog: TppPrintDialog
  2.   Left = 885
  3.   Top = 170
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Print'
  7.   ClientHeight = 388
  8.   ClientWidth = 482
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object pnlBottom: TPanel
  22.     Left = 0
  23.     Top = 348
  24.     Width = 482
  25.     Height = 40
  26.     Align = alTop
  27.     BevelOuter = bvNone
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clBlack
  30.     Font.Height = -11
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     ParentFont = False
  34.     TabOrder = 0
  35.     DesignSize = (
  36.       482
  37.       40)
  38.     object btnOK: TButton
  39.       Left = 322
  40.       Top = 9
  41.       Width = 75
  42.       Height = 23
  43.       Anchors = [akTop, akRight]
  44.       Caption = 'OK'
  45.       Default = True
  46.       Font.Charset = DEFAULT_CHARSET
  47.       Font.Color = clBlack
  48.       Font.Height = -12
  49.       Font.Name = 'MS Sans Serif'
  50.       Font.Style = []
  51.       ParentFont = False
  52.       TabOrder = 0
  53.       OnClick = btnOKClick
  54.     end
  55.     object btnCancel: TButton
  56.       Left = 402
  57.       Top = 9
  58.       Width = 75
  59.       Height = 23
  60.       Anchors = [akTop, akRight]
  61.       Cancel = True
  62.       Caption = 'Cancel'
  63.       Font.Charset = DEFAULT_CHARSET
  64.       Font.Color = clBlack
  65.       Font.Height = -12
  66.       Font.Name = 'MS Sans Serif'
  67.       Font.Style = []
  68.       ModalResult = 2
  69.       ParentFont = False
  70.       TabOrder = 1
  71.     end
  72.   end
  73.   object pnlPrintToFile: TPanel
  74.     Left = 0
  75.     Top = 253
  76.     Width = 482
  77.     Height = 95
  78.     Align = alTop
  79.     BevelOuter = bvNone
  80.     Font.Charset = DEFAULT_CHARSET
  81.     Font.Color = clBlack
  82.     Font.Height = -11
  83.     Font.Name = 'MS Sans Serif'
  84.     Font.Style = []
  85.     ParentFont = False
  86.     TabOrder = 1
  87.     Visible = False
  88.     DesignSize = (
  89.       482
  90.       95)
  91.     object bvlPrintToFile: TBevel
  92.       Left = 7
  93.       Top = 5
  94.       Width = 471
  95.       Height = 90
  96.       Anchors = [akLeft, akTop, akRight]
  97.       Shape = bsFrame
  98.       IsControl = True
  99.     end
  100.     object lblPrintToFile: TLabel
  101.       Left = 35
  102.       Top = -1
  103.       Width = 49
  104.       Height = 13
  105.       Caption = 'Print to fi&le'
  106.       Font.Charset = DEFAULT_CHARSET
  107.       Font.Color = clBlack
  108.       Font.Height = -12
  109.       Font.Name = 'MS Sans Serif'
  110.       Font.Style = []
  111.       ParentFont = False
  112.       OnClick = lblPrintToFileClick
  113.     end
  114.     object lblPrintToFileWhere: TLabel
  115.       Left = 21
  116.       Top = 54
  117.       Width = 35
  118.       Height = 13
  119.       Caption = 'Where:'
  120.     end
  121.     object lblPrintToFileType: TLabel
  122.       Left = 21
  123.       Top = 24
  124.       Width = 27
  125.       Height = 13
  126.       Caption = 'Type:'
  127.     end
  128.     object spbPrintToFile: TSpeedButton
  129.       Left = 452
  130.       Top = 52
  131.       Width = 17
  132.       Height = 17
  133.       Caption = '...'
  134.       OnClick = btnPrintToFileClick
  135.     end
  136.     object cbxPrintToFile: TCheckBox
  137.       Left = 16
  138.       Top = -2
  139.       Width = 13
  140.       Height = 17
  141.       Caption = 'cbxPrintToFile'
  142.       TabOrder = 0
  143.       OnClick = cbxPrintToFileClick
  144.     end
  145.     object cbxPrintToFileTypes: TComboBox
  146.       Left = 75
  147.       Top = 21
  148.       Width = 190
  149.       Height = 21
  150.       Style = csDropDownList
  151.       ItemHeight = 13
  152.       TabOrder = 1
  153.       OnChange = cbxPrintToFileTypesChange
  154.     end
  155.     object edtPrintToFileName: TEdit
  156.       Left = 75
  157.       Top = 50
  158.       Width = 370
  159.       Height = 21
  160.       Font.Charset = DEFAULT_CHARSET
  161.       Font.Color = clBlack
  162.       Font.Height = -12
  163.       Font.Name = 'MS Sans Serif'
  164.       Font.Style = []
  165.       ParentFont = False
  166.       TabOrder = 2
  167.       OnChange = edtPrintToFileNameChange
  168.     end
  169.   end
  170.   object pnlPrint: TPanel
  171.     Left = 0
  172.     Top = 0
  173.     Width = 482
  174.     Height = 253
  175.     Align = alTop
  176.     BevelOuter = bvNone
  177.     Font.Charset = DEFAULT_CHARSET
  178.     Font.Color = clBlack
  179.     Font.Height = -11
  180.     Font.Name = 'MS Sans Serif'
  181.     Font.Style = []
  182.     ParentFont = False
  183.     TabOrder = 2
  184.     DesignSize = (
  185.       482
  186.       253)
  187.     object bvlPrinter: TBevel
  188.       Left = 7
  189.       Top = 13
  190.       Width = 471
  191.       Height = 84
  192.       Shape = bsFrame
  193.       IsControl = True
  194.     end
  195.     object bvlPageRange: TBevel
  196.       Left = 7
  197.       Top = 105
  198.       Width = 242
  199.       Height = 110
  200.       Shape = bsFrame
  201.       IsControl = True
  202.     end
  203.     object bvlCopies: TBevel
  204.       Left = 259
  205.       Top = 105
  206.       Width = 220
  207.       Height = 110
  208.       Shape = bsFrame
  209.       IsControl = True
  210.     end
  211.     object lblPrinterName: TLabel
  212.       Left = 14
  213.       Top = 28
  214.       Width = 67
  215.       Height = 13
  216.       AutoSize = False
  217.       Caption = '&Name:'
  218.       Font.Charset = DEFAULT_CHARSET
  219.       Font.Color = clBlack
  220.       Font.Height = -12
  221.       Font.Name = 'MS Sans Serif'
  222.       Font.Style = []
  223.       ParentFont = False
  224.     end
  225.     object lblCopies: TLabel
  226.       Left = 266
  227.       Top = 99
  228.       Width = 32
  229.       Height = 13
  230.       Caption = 'Copies'
  231.       Font.Charset = DEFAULT_CHARSET
  232.       Font.Color = clBlack
  233.       Font.Height = -12
  234.       Font.Name = 'MS Sans Serif'
  235.       Font.Style = []
  236.       ParentFont = False
  237.     end
  238.     object lblPageRangeDescription: TLabel
  239.       Left = 16
  240.       Top = 180
  241.       Width = 217
  242.       Height = 26
  243.       AutoSize = False
  244.       Caption = 
  245.         'Enter page numbers and/or page ranges separated by commas.  For ' +
  246.         'example, 1,3,5-12'
  247.       Font.Charset = DEFAULT_CHARSET
  248.       Font.Color = clBlack
  249.       Font.Height = -12
  250.       Font.Name = 'MS Sans Serif'
  251.       Font.Style = []
  252.       ParentFont = False
  253.       WordWrap = True
  254.     end
  255.     object lblNumberOfCopies: TLabel
  256.       Left = 275
  257.       Top = 119
  258.       Width = 83
  259.       Height = 13
  260.       Caption = 'Number of &copies'
  261.       Font.Charset = DEFAULT_CHARSET
  262.       Font.Color = clBlack
  263.       Font.Height = -12
  264.       Font.Name = 'MS Sans Serif'
  265.       Font.Style = []
  266.       ParentFont = False
  267.     end
  268.     object lblCollate: TLabel
  269.       Left = 414
  270.       Top = 154
  271.       Width = 32
  272.       Height = 13
  273.       Caption = 'Colla&te'
  274.       Font.Charset = DEFAULT_CHARSET
  275.       Font.Color = clBlack
  276.       Font.Height = -12
  277.       Font.Name = 'MS Sans Serif'
  278.       Font.Style = []
  279.       ParentFont = False
  280.       OnClick = lblCollateClick
  281.     end
  282.     object imgCollate: TImage
  283.       Left = 272
  284.       Top = 148
  285.       Width = 103
  286.       Height = 53
  287.       Transparent = True
  288.     end
  289.     object lblPageRange: TLabel
  290.       Left = 14
  291.       Top = 99
  292.       Width = 55
  293.       Height = 13
  294.       Caption = 'Page range'
  295.       Font.Charset = DEFAULT_CHARSET
  296.       Font.Color = clBlack
  297.       Font.Height = -12
  298.       Font.Name = 'MS Sans Serif'
  299.       Font.Style = []
  300.       ParentFont = False
  301.     end
  302.     object lblPrinterWhere: TLabel
  303.       Left = 14
  304.       Top = 74
  305.       Width = 35
  306.       Height = 13
  307.       Caption = 'Where:'
  308.     end
  309.     object lblPrinterType: TLabel
  310.       Left = 14
  311.       Top = 52
  312.       Width = 27
  313.       Height = 13
  314.       Caption = 'Type:'
  315.     end
  316.     object lblPrinterTypeDesc: TLabel
  317.       Left = 84
  318.       Top = 52
  319.       Width = 389
  320.       Height = 13
  321.       AutoSize = False
  322.       Caption = 'lblPrinterTypeDesc'
  323.     end
  324.     object lblPrinterWhereDesc: TLabel
  325.       Left = 84
  326.       Top = 74
  327.       Width = 389
  328.       Height = 13
  329.       AutoSize = False
  330.       Caption = 'lblPrinterWhereDesc'
  331.     end
  332.     object lblPrintWhat: TLabel
  333.       Left = 261
  334.       Top = 230
  335.       Width = 24
  336.       Height = 13
  337.       Caption = 'P&rint:'
  338.     end
  339.     object lblPrinter: TLabel
  340.       Left = 14
  341.       Top = 7
  342.       Width = 30
  343.       Height = 13
  344.       Caption = 'Printer'
  345.       Font.Charset = DEFAULT_CHARSET
  346.       Font.Color = clBlack
  347.       Font.Height = -12
  348.       Font.Name = 'MS Sans Serif'
  349.       Font.Style = []
  350.       ParentFont = False
  351.     end
  352.     object lblNoPrintersInstalled: TLabel
  353.       Left = 84
  354.       Top = 28
  355.       Width = 389
  356.       Height = 13
  357.       AutoSize = False
  358.       Caption = 'lblNoPrintersInstalled'
  359.       Visible = False
  360.     end
  361.     object cbxPrinters: TComboBox
  362.       Left = 84
  363.       Top = 25
  364.       Width = 300
  365.       Height = 22
  366.       Style = csOwnerDrawFixed
  367.       ItemHeight = 16
  368.       TabOrder = 0
  369.       OnChange = cbxPrintersChange
  370.       OnDrawItem = cbxPrintersDrawItem
  371.     end
  372.     object edtCopies: TEdit
  373.       Left = 396
  374.       Top = 116
  375.       Width = 61
  376.       Height = 21
  377.       Font.Charset = DEFAULT_CHARSET
  378.       Font.Color = clBlack
  379.       Font.Height = -12
  380.       Font.Name = 'MS Sans Serif'
  381.       Font.Style = []
  382.       MaxLength = 3
  383.       ParentFont = False
  384.       TabOrder = 6
  385.       Text = '1'
  386.       OnExit = edtCopiesExit
  387.     end
  388.     object rdbAll: TRadioButton
  389.       Left = 16
  390.       Top = 115
  391.       Width = 202
  392.       Height = 17
  393.       Caption = '&All'
  394.       Checked = True
  395.       Font.Charset = DEFAULT_CHARSET
  396.       Font.Color = clBlack
  397.       Font.Height = -12
  398.       Font.Name = 'MS Sans Serif'
  399.       Font.Style = []
  400.       ParentFont = False
  401.       TabOrder = 2
  402.       TabStop = True
  403.       OnClick = rdbAllClick
  404.     end
  405.     object rdbCurrentPage: TRadioButton
  406.       Left = 16
  407.       Top = 135
  408.       Width = 202
  409.       Height = 17
  410.       Caption = 'Curre&nt page'
  411.       Font.Charset = DEFAULT_CHARSET
  412.       Font.Color = clBlack
  413.       Font.Height = -12
  414.       Font.Name = 'MS Sans Serif'
  415.       Font.Style = []
  416.       ParentFont = False
  417.       TabOrder = 3
  418.       OnClick = rdbCurrentPageClick
  419.     end
  420.     object rdbPages: TRadioButton
  421.       Left = 16
  422.       Top = 156
  423.       Width = 63
  424.       Height = 17
  425.       Caption = 'Pa&ges:'
  426.       Font.Charset = DEFAULT_CHARSET
  427.       Font.Color = clBlack
  428.       Font.Height = -12
  429.       Font.Name = 'MS Sans Serif'
  430.       Font.Style = []
  431.       ParentFont = False
  432.       TabOrder = 4
  433.     end
  434.     object edtPageRange: TEdit
  435.       Left = 78
  436.       Top = 154
  437.       Width = 159
  438.       Height = 21
  439.       Font.Charset = DEFAULT_CHARSET
  440.       Font.Color = clBlack
  441.       Font.Height = -12
  442.       Font.Name = 'MS Sans Serif'
  443.       Font.Style = []
  444.       ParentFont = False
  445.       TabOrder = 5
  446.       OnClick = edtPagesClick
  447.       OnKeyPress = edtPageRangeKeyPress
  448.     end
  449.     object btnPrinterProperties: TButton
  450.       Left = 392
  451.       Top = 25
  452.       Width = 75
  453.       Height = 21
  454.       Caption = '&Properties'
  455.       Font.Charset = DEFAULT_CHARSET
  456.       Font.Color = clBlack
  457.       Font.Height = -12
  458.       Font.Name = 'MS Sans Serif'
  459.       Font.Style = []
  460.       ParentFont = False
  461.       TabOrder = 1
  462.       OnClick = btnPrinterPropertiesClick
  463.     end
  464.     object cbxCollate: TCheckBox
  465.       Left = 396
  466.       Top = 152
  467.       Width = 13
  468.       Height = 17
  469.       TabStop = False
  470.       Caption = 'cbxPrintToFile'
  471.       TabOrder = 7
  472.       OnClick = cbxCollateClick
  473.     end
  474.     object cbxPrintWhat: TComboBox
  475.       Left = 292
  476.       Top = 225
  477.       Width = 187
  478.       Height = 21
  479.       Style = csDropDownList
  480.       Anchors = [akTop, akRight]
  481.       ItemHeight = 13
  482.       TabOrder = 8
  483.       OnChange = cbxPrintWhatChange
  484.     end
  485.     object cbxBackgroundPrinting: TCheckBox
  486.       Left = 16
  487.       Top = 227
  488.       Width = 233
  489.       Height = 17
  490.       Caption = 'Background Printing'
  491.       TabOrder = 9
  492.       OnClick = cbxBackgroundPrintingClick
  493.     end
  494.   end
  495.   object SaveDialog1: TSaveDialog
  496.     DefaultExt = 'txt'
  497.     Filter = 'Text files|*.TXT|All files|*.*'
  498.     Options = [ofHideReadOnly, ofPathMustExist, ofShareAware]
  499.     Left = 436
  500.     Top = 263
  501.   end
  502.   object imlPrinterTypes: TImageList
  503.     Left = 192
  504.     Top = 64
  505.     Bitmap = {
  506.       494C010102000500040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  507.       0000000000003600000028000000400000001000000001002000000000000010
  508.       0000000000000000000000000000000000000000000000000000000000000000
  509.       0000000000000000000000000000000000000000000000000000000000000000
  510.       0000000000000000000000000000000000000000000000000000000000000000
  511.       0000000000000000000000000000000000000000000000000000000000000000
  512.       0000000000000000000000000000000000000000000000000000000000000000
  513.       0000000000000000000000000000000000000000000000000000000000000000
  514.       0000000000000000000000000000000000000000000000000000000000000000
  515.       0000000000000000000000000000000000000000000000000000000000000000
  516.       0000000000000000000000000000000000000000000000000000000000000000
  517.       0000000000000000000000000000000000000000000000000000000000000000
  518.       0000000000000000000000000000000000000000000000000000000000000000
  519.       0000000000000000000000000000000000000000000000000000000000000000
  520.       0000000000000000000000000000000000000000000000000000000000000000
  521.       0000000000000000000000000000000000000000000000000000000000000000
  522.       0000000000000000000000000000000000000000000000000000000000000000
  523.       0000000000000000000000000000000000000000000000000000000000000000
  524.       0000000000000000000000000000000000000000000000000000000000000000
  525.       00000000000000000000C6C6C600848484008484840000000000000000000000
  526.       0000000000000000000000000000000000000000000000000000000000000000
  527.       00000000000000FFFF00FFFFFF00008484000000000000000000000000000000
  528.       0000000000000000000000000000000000000000000000000000000000000000
  529.       0000000000000000000000000000000000000000000000000000000000000000
  530.       0000000000000000000000000000000000000000000000000000000000000000
  531.       0000000000000000000000000000000000000000000000000000000000000000
  532.       0000000000000000000000000000000000000000000000000000000000000000
  533.       0000C6C6C600C6C6C600C6C6C600848484008484840084848400848484000000
  534.       000000000000000000000000000000000000C6C6C600C6C6C600C6C6C600C6C6
  535.       C600C6C6C600C6C6C600000000000000000000000000C6C6C600C6C6C600C6C6
  536.       C600C6C6C600C6C6C600C6C6C600C6C6C6000000000000000000000000000000
  537.       0000000000000000000000000000000000000000000000000000000000000000
  538.       0000000000000000000000000000000000000000000000000000000000000000
  539.       0000000000000000000000000000000000000000000000000000000000000000
  540.       0000000000000000000000000000000000000000000000000000C6C6C600C6C6
  541.       C600C6C6C600C6C6C600C6C6C600848484008484840084848400848484008484
  542.       8400848484000000000000000000000000000000000000000000000000000000
  543.       00000000000000000000C6C6C600848484008484840000000000000000000000
  544.       0000000000000000000000000000000000000000000000000000000000000000
  545.       0000000000000000000000000000000000000000000000000000000000000000
  546.       0000000000000000000000000000000000000000000000000000000000000000
  547.       0000000000000000000000000000000000000000000000000000000000000000
  548.       00000000000000000000000000000000000084848400FFFFFF00C6C6C600C6C6
  549.       C600C6C6C600C6C6C600FFFFFF00848484008484840084848400848484008484
  550.       8400848484008484840084848400000000000000000000000000000000000000
  551.       0000C6C6C600C6C6C600C6C6C600848484008484840084848400848484000000
  552.       0000000000000000000000000000000000000000000000000000000000000000
  553.       0000000000000000000000000000000000000000000000000000000000000000
  554.       0000000000000000000000000000000000000000000000000000000000000000
  555.       0000000000000000000000000000000000000000000000000000000000000000
  556.       00000000000000000000000000000000000084848400FFFFFF00C6C6C600C6C6
  557.       C600FFFFFF00FFFFFF00C6C6C600C6C6C600C6C6C60084848400848484008484
  558.       8400848484008484840084848400000000000000000000000000C6C6C600C6C6
  559.       C600C6C6C600C6C6C600FFFFFF00848484008484840084848400848484008484
  560.       8400848484000000000000000000000000000000000000000000000000000000
  561.       0000000000000000000000000000000000000000000000000000000000000000
  562.       0000000000000000000000000000000000000000000000000000000000000000
  563.       0000000000000000000000000000000000000000000000000000000000000000
  564.       00000000000000000000000000000000000084848400FFFFFF00FFFFFF00FFFF
  565.       FF00C6C6C600C6C6C6000000FF000000FF00C6C6C600C6C6C600C6C6C6008484
  566.       84008484840084848400848484000000000084848400FFFFFF00C6C6C600C6C6
  567.       C600FFFFFF00FFFFFF00C6C6C600C6C6C600C6C6C60084848400848484008484
  568.       8400848484008484840084848400000000000000000000000000000000000000
  569.       0000000000000000000000000000000000000000000000000000000000000000
  570.       0000000000000000000000000000000000000000000000000000000000000000
  571.       0000000000000000000000000000000000000000000000000000000000000000
  572.       00000000000000000000000000000000000084848400FFFFFF00C6C6C600C6C6
  573.       C60000FF000000FF0000C6C6C600C6C6C600C6C6C60084848400848484000000
  574.       0000C6C6C60084848400848484000000000084848400FFFFFF00FFFFFF00FFFF
  575.       FF00C6C6C600C6C6C6000000FF000000FF00C6C6C600C6C6C600C6C6C6008484
  576.       8400848484008484840084848400000000000000000000000000000000000000
  577.       0000000000000000000000000000000000000000000000000000000000000000
  578.       0000000000000000000000000000000000000000000000000000000000000000
  579.       0000000000000000000000000000000000000000000000000000000000000000
  580.       000000000000000000000000000000000000000000008484840084848400FFFF
  581.       FF00C6C6C600C6C6C600C6C6C6008484840084848400FFFFFF00FFFFFF000000
  582.       0000C6C6C60000000000000000000000000084848400FFFFFF00C6C6C600C6C6
  583.       C60000FF000000FF0000C6C6C600C6C6C600C6C6C60084848400848484000000
  584.       0000C6C6C6008484840084848400000000000000000000000000000000000000
  585.       0000000000000000000000000000000000000000000000000000000000000000
  586.       0000000000000000000000000000000000000000000000000000000000000000
  587.       0000000000000000000000000000000000000000000000000000000000000000
  588.       0000000000000000000000000000000000000000000000000000000000008484
  589.       840084848400FFFFFF0084848400FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  590.       FF0000000000000000000000000000000000000000008484840084848400FFFF
  591.       FF00C6C6C600C6C6C600C6C6C6008484840084848400FFFFFF00FFFFFF000000
  592.       0000C6C6C6000000000000000000000000000000000000000000000000000000
  593.       0000000000000000000000000000000000000000000000000000000000000000
  594.       0000000000000000000000000000000000000000000000000000000000000000
  595.       0000000000000000000000000000000000000000000000000000000000000000
  596.       0000000000000000000000000000000000000000000000000000000000000000
  597.       0000000000008484840084848400FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  598.       FF00FFFFFF000000000000000000000000000000000000000000000000008484
  599.       840084848400FFFFFF0084848400FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  600.       FF00000000000000000000000000000000000000000000000000000000000000
  601.       0000000000000000000000000000000000000000000000000000000000000000
  602.       0000000000000000000000000000000000000000000000000000000000000000
  603.       0000000000000000000000000000000000000000000000000000000000000000
  604.       0000000000000000000000000000000000000000000000000000000000000000
  605.       000000000000000000000000000084848400FFFFFF00FFFFFF00FFFFFF00FFFF
  606.       FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000
  607.       0000000000008484840084848400FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  608.       FF00FFFFFF000000000000000000000000000000000000000000000000000000
  609.       0000000000000000000000000000000000000000000000000000000000000000
  610.       0000000000000000000000000000000000000000000000000000000000000000
  611.       0000000000000000000000000000000000000000000000000000000000000000
  612.       0000000000000000000000000000000000000000000000000000000000000000
  613.       00000000000000000000000000000000000084848400FFFFFF00FFFFFF00FFFF
  614.       FF00848484008484840000000000000000000000000000000000000000000000
  615.       000000000000000000000000000084848400FFFFFF00FFFFFF00FFFFFF008484
  616.       8400848484000000000000000000000000000000000000000000000000000000
  617.       0000000000000000000000000000000000000000000000000000000000000000
  618.       0000000000000000000000000000000000000000000000000000000000000000
  619.       0000000000000000000000000000000000000000000000000000000000000000
  620.       0000000000000000000000000000000000000000000000000000000000000000
  621.       0000000000000000000000000000000000000000000084848400848484008484
  622.       8400000000000000000000000000000000000000000000000000000000000000
  623.       0000000000000000000000000000000000008484840084848400848484000000
  624.       0000000000000000000000000000000000000000000000000000000000000000
  625.       0000000000000000000000000000000000000000000000000000000000000000
  626.       0000000000000000000000000000000000000000000000000000000000000000
  627.       0000000000000000000000000000000000000000000000000000000000000000
  628.       0000000000000000000000000000000000000000000000000000000000000000
  629.       0000000000000000000000000000000000000000000000000000000000000000
  630.       0000000000000000000000000000000000000000000000000000000000000000
  631.       0000000000000000000000000000000000000000000000000000000000000000
  632.       0000000000000000000000000000000000000000000000000000000000000000
  633.       0000000000000000000000000000000000000000000000000000000000000000
  634.       0000000000000000000000000000000000000000000000000000000000000000
  635.       0000000000000000000000000000000000000000000000000000000000000000
  636.       000000000000000000000000000000000000424D3E000000000000003E000000
  637.       2800000040000000100000000100010000000000800000000000000000000000
  638.       000000000000000000000000FFFFFF00FFFFFFFF00000000FC7FF87F00000000
  639.       F01F000000000000C0070000000000000001F01F000000000000C00700000000
  640.       0000000100000000000000000000000000000000000000008001000000000000
  641.       E007800100000000F803E00700000000FE00F80100000000FF03FE0700000000
  642.       FF8FFF1F00000000FFFFFFFF0000000000000000000000000000000000000000
  643.       000000000000}
  644.   end
  645. end
  646.