home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2003 January / PCgo01_01_2003.iso / HTMLViewer.exe / 0 / RCDATA / TPREVIEWFORM / TPREVIEWFORM.txt
Encoding:
Text File  |  1999-08-06  |  22.5 KB  |  644 lines

  1. object PreviewForm: TPreviewForm
  2.   Left = 243
  3.   Top = 107
  4.   Width = 620
  5.   Height = 480
  6.   Caption = 'Druckvorschau'
  7.   Color = clBtnFace
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   Position = poDefault
  15.   WindowState = wsMaximized
  16.   OnClose = FormClose
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object ToolBarPanel: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 612
  24.     Height = 35
  25.     Align = alTop
  26.     BevelOuter = bvNone
  27.     TabOrder = 0
  28.     object GridBut: TSpeedButton
  29.       Left = 301
  30.       Top = 4
  31.       Width = 25
  32.       Height = 25
  33.       Hint = 'Raster zeigen'
  34.       AllowAllUp = True
  35.       GroupIndex = 1
  36.       Glyph.Data = {
  37.         F6000000424DF600000000000000760000002800000010000000100000000100
  38.         0400000000008000000000000000000000001000000010000000000000000000
  39.         BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  40.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  41.         7777777877877877877777787787787787777880880880880887777877877877
  42.         8777777877877877877778808808808808877778778778778777777877877877
  43.         8777788088088088088777787787787787777778778778778777788088088088
  44.         0887777877877877877777787787787787777777777777777777}
  45.       ParentShowHint = False
  46.       ShowHint = True
  47.       OnClick = GridButClick
  48.     end
  49.     object ZoomCursorBut: TSpeedButton
  50.       Left = 422
  51.       Top = 4
  52.       Width = 25
  53.       Height = 25
  54.       Hint = 'Vergr∩┐╜∩┐╜erungsmodus'
  55.       GroupIndex = 2
  56.       Down = True
  57.       Glyph.Data = {
  58.         76010000424D7601000000000000760000002800000020000000100000000100
  59.         0400000000000001000000000000000000001000000010000000000000000000
  60.         80000080000000808000800000008000800080800000C0C0C000808080000000
  61.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  62.         33033333333333333F8F3333333333333000333333333333F888333333333333
  63.         000333333333333F888333333333333000333333333333F88833333333333300
  64.         033333333FFF3F888333333800083B803333333F8883F88833333308888800B3
  65.         33333388333888833333308F7F7F8033333338F333F338F3333388F7F9F7F883
  66.         3333383338F3383F3333087F797F780333338F33F8FFF38F333308F99999F803
  67.         33338F388888338F3333087F797F7803333383F338F33383333388F7F9F7F883
  68.         333338F3383338F33333308F7F7F80333333383FF333F8333333330888880333
  69.         333333883FF88333333333380008333333333333888333333333}
  70.       NumGlyphs = 2
  71.       ParentShowHint = False
  72.       ShowHint = True
  73.       OnClick = ZoomCursorButClick
  74.     end
  75.     object HandCursorBut: TSpeedButton
  76.       Left = 446
  77.       Top = 4
  78.       Width = 25
  79.       Height = 25
  80.       Hint = 'Selects the Hand Tool to pan across the Page'
  81.       GroupIndex = 2
  82.       Glyph.Data = {
  83.         F6000000424DF600000000000000760000002800000010000000100000000100
  84.         0400000000008000000000000000000000001000000010000000000000000000
  85.         80000080000000808000800000008000800080800000C0C0C000808080000000
  86.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333300000003
  87.         33333330FFFFFFF03333330FFFFFFFFF0333330FFFFFFF0FF033330FFFFFFF00
  88.         FF03330FFFFFFF030F03330F0F0F0F033003330F0F0F0F033333330F0F0F0F03
  89.         3333330F0F0F0F033333330F0F0F0F03333333300F0F0F03333333330F0F0F03
  90.         33333333000F0F0333333333330F003333333333330003333333}
  91.       ParentShowHint = False
  92.       ShowHint = True
  93.       Visible = False
  94.       OnClick = HandCursorButClick
  95.     end
  96.     object OnePageBut: TSpeedButton
  97.       Left = 480
  98.       Top = 4
  99.       Width = 25
  100.       Height = 25
  101.       Hint = 'Eine Seite zeigen'
  102.       GroupIndex = 3
  103.       Caption = '&1'
  104.       ParentShowHint = False
  105.       ShowHint = True
  106.       OnClick = ScrollBox1Resize
  107.       OnMouseUp = OnePageButMouseUp
  108.     end
  109.     object TwoPageBut: TSpeedButton
  110.       Left = 506
  111.       Top = 4
  112.       Width = 25
  113.       Height = 25
  114.       Hint = 'Zwei Seiten zeigen'
  115.       GroupIndex = 3
  116.       Down = True
  117.       Caption = '&2'
  118.       ParentShowHint = False
  119.       ShowHint = True
  120.       OnClick = TwoPageButClick
  121.     end
  122.     object FitPageBut: TSpeedButton
  123.       Left = 250
  124.       Top = 4
  125.       Width = 25
  126.       Height = 25
  127.       Hint = 'Ganze Seite'
  128.       AllowAllUp = True
  129.       GroupIndex = 4
  130.       Glyph.Data = {
  131.         F6000000424DF600000000000000760000002800000010000000100000000100
  132.         0400000000008000000000000000000000001000000010000000000000000000
  133.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  134.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FF0000000000
  135.         00FFFF0FFFFFFFFFF0FFFF0FFFFFFFFFF0FFFF0F00000000F0FFFF0FFFFFFFFF
  136.         F0FFFF0FFFFFFFFFF0FFFF0F00000000F0FFFF0FFFFFFFFFF0FFFF0FFFFFFFFF
  137.         F0FFFF0F00000000F0FFFF0FFFFFFFFFF0FFFF0FFFFFFFFFF0FFFF0F00000000
  138.         F0FFFF0FFFFFFFFFF0FFFF0FFFFFFFFFF0FFFF000000000000FF}
  139.       ParentShowHint = False
  140.       ShowHint = True
  141.       OnClick = FitPageButClick
  142.     end
  143.     object FitWidthBut: TSpeedButton
  144.       Left = 275
  145.       Top = 4
  146.       Width = 25
  147.       Height = 25
  148.       Hint = 'Seitenbreite'
  149.       AllowAllUp = True
  150.       GroupIndex = 4
  151.       Glyph.Data = {
  152.         F6000000424DF600000000000000760000002800000010000000100000000100
  153.         0400000000008000000000000000000000001000000010000000000000000000
  154.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  155.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  156.         FFFFFFFFFFFFFFFFFFFF0FF0000000000FF00FFFFFFFFFFFFFF00FFFFFFFFFFF
  157.         FFF00FFFFFFFFFFFFFF00FF0000000000FF00FFFFFFFFFFFFFF00FFFFFFFFFFF
  158.         FFF00FFFFFFFFFFFFFF00FF0000000000FF00FFFFFFFFFFFFFF00FFFFFFFFFFF
  159.         FFF00000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF}
  160.       ParentShowHint = False
  161.       ShowHint = True
  162.       OnClick = FitWidthButClick
  163.     end
  164.     object Bevel1: TBevel
  165.       Left = 0
  166.       Top = 33
  167.       Width = 612
  168.       Height = 2
  169.       Align = alBottom
  170.       Shape = bsBottomLine
  171.     end
  172.     object Bevel4: TBevel
  173.       Left = 417
  174.       Top = 2
  175.       Width = 2
  176.       Height = 28
  177.     end
  178.     object Bevel5: TBevel
  179.       Left = 475
  180.       Top = 2
  181.       Width = 2
  182.       Height = 28
  183.     end
  184.     object Bevel6: TBevel
  185.       Left = 533
  186.       Top = 2
  187.       Width = 2
  188.       Height = 28
  189.     end
  190.     object Bevel7: TBevel
  191.       Left = 329
  192.       Top = 2
  193.       Width = 2
  194.       Height = 28
  195.     end
  196.     object PrintBut: TBitBtn
  197.       Left = 4
  198.       Top = 4
  199.       Width = 75
  200.       Height = 25
  201.       Hint = 'Aktuelles Dokument drucken'
  202.       Caption = '&Drucken'
  203.       ParentShowHint = False
  204.       ShowHint = True
  205.       TabOrder = 0
  206.       OnClick = PrintButClick
  207.       Glyph.Data = {
  208.         F6000000424DF600000000000000760000002800000010000000100000000100
  209.         0400000000008000000000000000000000001000000000000000000000000000
  210.         80000080000000808000800000008000800080800000C0C0C000808080000000
  211.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00222222222222
  212.         22222200000000000222207777777770702200000000000007020777777BBB77
  213.         0002077777788877070200000000000007700777777777707070200000000007
  214.         0700220FFFFFFFF070702220F00000F000022220FFFFFFFF022222220F00000F
  215.         022222220FFFFFFFF02222222000000000222222222222222222}
  216.       Spacing = 8
  217.     end
  218.     object NextPageBut: TBitBtn
  219.       Left = 110
  220.       Top = 4
  221.       Width = 30
  222.       Height = 25
  223.       Hint = 'Zur n∩┐╜chsten Seite gehen'
  224.       ParentShowHint = False
  225.       ShowHint = True
  226.       TabOrder = 1
  227.       OnClick = NextPageButClick
  228.       Glyph.Data = {
  229.         66010000424D6601000000000000760000002800000014000000140000000100
  230.         040000000000F000000000000000000000001000000000000000000000000000
  231.         80000080000000808000800000008000800080800000C0C0C000808080000000
  232.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  233.         3333333300003333333333333333333300003333330033333333333300003333
  234.         330E03333333333300003333330EE0333333333300003333330EEE0333333333
  235.         00003333330EEEE03333333300003333330EEEEE0333333300003333330EEEEE
  236.         E033333300003333330EEEEEEE03333300003333330EEEEEEE03333300003333
  237.         330EEEEEE033333300003333330EEEEE0333333300003333330EEEE033333333
  238.         00003333330EEE033333333300003333330EE0333333333300003333330E0333
  239.         3333333300003333330033333333333300003333333333333333333300003333
  240.         33333333333333330000}
  241.       Layout = blGlyphRight
  242.       Margin = 4
  243.       Spacing = 2
  244.     end
  245.     object PrevPageBut: TBitBtn
  246.       Left = 80
  247.       Top = 4
  248.       Width = 30
  249.       Height = 25
  250.       Hint = 'Zur vorherigen Seite gehen'
  251.       Enabled = False
  252.       ParentShowHint = False
  253.       ShowHint = True
  254.       TabOrder = 2
  255.       OnClick = PrevPageButClick
  256.       Glyph.Data = {
  257.         66010000424D6601000000000000760000002800000014000000140000000100
  258.         040000000000F000000000000000000000001000000000000000000000000000
  259.         80000080000000808000800000008000800080800000C0C0C000808080000000
  260.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  261.         3333333300003333333333333333333300003333333333300333333300003333
  262.         3333330E0333333300003333333330EE033333330000333333330EEE03333333
  263.         000033333330EEEE0333333300003333330EEEEE033333330000333330EEEEEE
  264.         03333333000033330EEEEEEE03333333000033330EEEEEEE0333333300003333
  265.         30EEEEEE0333333300003333330EEEEE03333333000033333330EEEE03333333
  266.         0000333333330EEE0333333300003333333330EE03333333000033333333330E
  267.         0333333300003333333333300333333300003333333333333333333300003333
  268.         33333333333333330000}
  269.       Margin = 6
  270.       Spacing = 2
  271.     end
  272.     object CloseBut: TBitBtn
  273.       Left = 535
  274.       Top = 4
  275.       Width = 75
  276.       Height = 25
  277.       Hint = 'Druckvorschau beenden'
  278.       Cancel = True
  279.       Caption = '&Schlie∩┐╜en'
  280.       TabOrder = 3
  281.       OnClick = CloseButClick
  282.       Glyph.Data = {
  283.         F6010000424DF601000000000000760000002800000030000000100000000100
  284.         0400000000008001000000000000000000001000000000000000000000000000
  285.         80000080000000808000800000008000800080800000C0C0C000808080000000
  286.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000
  287.         0333330000000000033333000000000003333306666666660333330FFFFFFFFF
  288.         033333077777777703333306666666660333330FFFFFFFFF0333330777777777
  289.         03333306666666660333330FFFFFFFFF03333307777777770333330666666666
  290.         0333330FFFFFFFFF033333077777777703333306666666660333330FFFFFFFFF
  291.         033333077777777703333306666666660333330FFFFFFFFF0333330777777777
  292.         03333306666666060333330FFFFFFF0F03333307777777870333330666666666
  293.         0333330FFFFFFFFF033333077777777703333306666666660333330FFFFFFFFF
  294.         0333330777777777033333066FFFFF660333330FF00000FF0333330778888877
  295.         033333066FFFFF660333330FF00000FF0333330778888877033333066FFFFF66
  296.         0333330FF00000FF033333077888887703333306666666660333330FFFFFFFFF
  297.         033333077777777703333306666666660333330FFFFFFFFF0333330777777777
  298.         0333330000000000033333000000000003333300000000000333}
  299.       NumGlyphs = 3
  300.     end
  301.     object ZoomBox: TComboBox
  302.       Left = 144
  303.       Top = 6
  304.       Width = 103
  305.       Height = 21
  306.       Style = csDropDownList
  307.       ItemHeight = 13
  308.       Items.Strings = (
  309.         'Ganze Seite'
  310.         'Seitenbreite'
  311.         'Benutzer'
  312.         '25%'
  313.         '50%'
  314.         '75%'
  315.         '100%'
  316.         '125%'
  317.         '150%'
  318.         '200%'
  319.         '300%'
  320.         '400%')
  321.       TabOrder = 4
  322.       OnChange = ZoomBoxChange
  323.     end
  324.     object UnitsBox: TComboBox
  325.       Left = 333
  326.       Top = 6
  327.       Width = 81
  328.       Height = 21
  329.       Style = csDropDownList
  330.       ItemHeight = 13
  331.       Items.Strings = (
  332.         'Zoll'
  333.         'Zentimeter')
  334.       TabOrder = 5
  335.       OnChange = UnitsBoxChange
  336.     end
  337.   end
  338.   object StatBarPanel: TPanel
  339.     Left = 0
  340.     Top = 425
  341.     Width = 612
  342.     Height = 28
  343.     Align = alBottom
  344.     BevelOuter = bvNone
  345.     Font.Charset = DEFAULT_CHARSET
  346.     Font.Color = clBlack
  347.     Font.Height = -12
  348.     Font.Name = 'Arial'
  349.     Font.Style = []
  350.     ParentFont = False
  351.     TabOrder = 1
  352.     object CurPageLabel: TPanel
  353.       Left = 133
  354.       Top = 0
  355.       Width = 101
  356.       Height = 28
  357.       Hint = 'Displays the Current Page of the Document'
  358.       Align = alLeft
  359.       BevelOuter = bvLowered
  360.       Caption = 'CurPageLabel'
  361.       TabOrder = 0
  362.     end
  363.     object ZoomLabel: TPanel
  364.       Left = 234
  365.       Top = 0
  366.       Width = 88
  367.       Height = 28
  368.       Hint = 'Displays the Current Zoom Level (100% = normal)'
  369.       Align = alLeft
  370.       BevelOuter = bvLowered
  371.       Caption = 'ZoomLabel'
  372.       TabOrder = 1
  373.     end
  374.     object Panel1: TPanel
  375.       Left = 322
  376.       Top = 0
  377.       Width = 290
  378.       Height = 28
  379.       Hint = 'Displays Help for the object beneath the mouse'
  380.       Align = alClient
  381.       BevelOuter = bvLowered
  382.       TabOrder = 2
  383.       object HintLabel: TLabel
  384.         Left = 8
  385.         Top = 5
  386.         Width = 53
  387.         Height = 15
  388.         Hint = 'Displays Help for the object beneath the mouse'
  389.         Caption = 'HintLabel'
  390.       end
  391.     end
  392.     object MoveButPanel: TPanel
  393.       Left = 0
  394.       Top = 0
  395.       Width = 133
  396.       Height = 28
  397.       Align = alLeft
  398.       BevelOuter = bvNone
  399.       Caption = 'MoveButPanel'
  400.       TabOrder = 3
  401.       object FirstPageSpeed: TSpeedButton
  402.         Left = 1
  403.         Top = 2
  404.         Width = 25
  405.         Height = 25
  406.         Hint = 'Erste Seite'
  407.         Font.Charset = DEFAULT_CHARSET
  408.         Font.Color = clBlack
  409.         Font.Height = -13
  410.         Font.Name = 'Times New Roman'
  411.         Font.Style = []
  412.         Glyph.Data = {
  413.           F6010000424DF601000000000000760000002800000030000000100000000100
  414.           0400000000008001000000000000000000001000000000000000000000000000
  415.           80000080000000808000800000008000800080800000C0C0C000808080000000
  416.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000333330
  417.           033333000033333003333388883333388333330EE033330E0333330FF033330F
  418.           03333387783333878333330EE03330EE0333330FF03330FF0333338778333877
  419.           8333330EE0330EEE0333330FF0330FFF03333387783387778333330EE030EEEE
  420.           0333330FF030FFFF03333387783877778333330EE00EEEEE0333330FF00FFFFF
  421.           03333387788777778333330EE0EEEEEE0333330FF0FFFFFF0333338778777777
  422.           8333330EEEEEEEEE0333330FFFFFFFFF03333387777777778333330EEEEEEEEE
  423.           0333330FFFFFFFFF03333387777777778333330EE0EEEEEE0333330FF0FFFFFF
  424.           03333387787777778333330EE00EEEEE0333330FF00FFFFF0333338778877777
  425.           8333330EE030EEEE0333330FF030FFFF03333387783877778333330EE0330EEE
  426.           0333330FF0330FFF03333387783387778333330EE03330EE0333330FF03330FF
  427.           03333387783338778333330EE033330E0333330FF033330F0333338778333387
  428.           8333330000333330033333000033333003333388883333388333}
  429.         NumGlyphs = 3
  430.         ParentFont = False
  431.         ParentShowHint = False
  432.         ShowHint = True
  433.         OnClick = FirstPageSpeedClick
  434.       end
  435.       object PrevPageSpeed: TSpeedButton
  436.         Left = 26
  437.         Top = 2
  438.         Width = 25
  439.         Height = 25
  440.         Hint = 'Vorherige Seite'
  441.         Font.Charset = DEFAULT_CHARSET
  442.         Font.Color = clBlack
  443.         Font.Height = -13
  444.         Font.Name = 'Times New Roman'
  445.         Font.Style = []
  446.         Glyph.Data = {
  447.           F6010000424DF601000000000000760000002800000030000000100000000100
  448.           0400000000008001000000000000000000001000000000000000000000000000
  449.           80000080000000808000800000008000800080800000C0C0C000808080000000
  450.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333300
  451.           3333333333333300333333333333338833333333333330E033333333333330F0
  452.           33333333333338783333333333330EE03333333333330FF03333333333338778
  453.           333333333330EEE0333333333330FFF0333333333338777833333333330EEEE0
  454.           33333333330FFFF033333333338777783333333330EEEEE03333333330FFFFF0
  455.           3333333338777778333333330EEEEEE0333333330FFFFFF03333333387777778
  456.           33333330EEEEEEE033333330FFFFFFF0333333387777777833333330EEEEEEE0
  457.           33333330FFFFFFF03333333877777778333333330EEEEEE0333333330FFFFFF0
  458.           33333333877777783333333330EEEEE03333333330FFFFF03333333338777778
  459.           33333333330EEEE033333333330FFFF03333333333877778333333333330EEE0
  460.           333333333330FFF033333333333877783333333333330EE03333333333330FF0
  461.           333333333333877833333333333330E033333333333330F03333333333333878
  462.           3333333333333300333333333333330033333333333333883333}
  463.         NumGlyphs = 3
  464.         ParentFont = False
  465.         ParentShowHint = False
  466.         ShowHint = True
  467.         OnClick = PrevPageButClick
  468.       end
  469.       object NextPageSpeed: TSpeedButton
  470.         Left = 51
  471.         Top = 2
  472.         Width = 25
  473.         Height = 25
  474.         Hint = 'N∩┐╜chste Seite'
  475.         Font.Charset = DEFAULT_CHARSET
  476.         Font.Color = clBlack
  477.         Font.Height = -13
  478.         Font.Name = 'Times New Roman'
  479.         Font.Style = []
  480.         Glyph.Data = {
  481.           F6010000424DF601000000000000760000002800000030000000100000000100
  482.           0400000000008001000000000000000000001000000000000000000000000000
  483.           80000080000000808000800000008000800080800000C0C0C000808080000000
  484.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333300333333
  485.           33333333003333333333333388333333333333330E033333333333330F033333
  486.           3333333387833333333333330EE03333333333330FF033333333333387783333
  487.           333333330EEE0333333333330FFF03333333333387778333333333330EEEE033
  488.           333333330FFFF0333333333387777833333333330EEEEE03333333330FFFFF03
  489.           3333333387777783333333330EEEEEE0333333330FFFFFF03333333387777778
  490.           333333330EEEEEEE033333330FFFFFFF0333333387777777833333330EEEEEEE
  491.           033333330FFFFFFF0333333387777777833333330EEEEEE0333333330FFFFFF0
  492.           3333333387777778333333330EEEEE03333333330FFFFF033333333387777783
  493.           333333330EEEE033333333330FFFF0333333333387777833333333330EEE0333
  494.           333333330FFF03333333333387778333333333330EE03333333333330FF03333
  495.           3333333387783333333333330E033333333333330F0333333333333387833333
  496.           3333333300333333333333330033333333333333883333333333}
  497.         NumGlyphs = 3
  498.         ParentFont = False
  499.         ParentShowHint = False
  500.         ShowHint = True
  501.         OnClick = NextPageButClick
  502.       end
  503.       object LastPageSpeed: TSpeedButton
  504.         Left = 76
  505.         Top = 2
  506.         Width = 25
  507.         Height = 25
  508.         Hint = 'Letzte Seite'
  509.         Font.Charset = DEFAULT_CHARSET
  510.         Font.Color = clBlack
  511.         Font.Height = -13
  512.         Font.Name = 'Times New Roman'
  513.         Font.Style = []
  514.         Glyph.Data = {
  515.           F6010000424DF601000000000000760000002800000030000000100000000100
  516.           0400000000008001000000000000000000001000000000000000000000000000
  517.           80000080000000808000800000008000800080800000C0C0C000808080000000
  518.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333003333300
  519.           0033333003333300003333388333338888333330E033330EE0333330F033330F
  520.           F03333387833338778333330EE03330EE0333330FF03330FF033333877833387
  521.           78333330EEE0330EE0333330FFF0330FF03333387778338778333330EEEE030E
  522.           E0333330FFFF030FF03333387777838778333330EEEEE00EE0333330FFFFF00F
  523.           F03333387777788778333330EEEEEE0EE0333330FFFFFF0FF033333877777787
  524.           78333330EEEEEEEEE0333330FFFFFFFFF03333387777777778333330EEEEEEEE
  525.           E0333330FFFFFFFFF03333387777777778333330EEEEEE0EE0333330FFFFFF0F
  526.           F03333387777778778333330EEEEE00EE0333330FFFFF00FF033333877777887
  527.           78333330EEEE030EE0333330FFFF030FF03333387777838778333330EEE0330E
  528.           E0333330FFF0330FF03333387778338778333330EE03330EE0333330FF03330F
  529.           F03333387783338778333330E033330EE0333330F033330FF033333878333387
  530.           7833333003333300003333300333330000333338833333888833}
  531.         NumGlyphs = 3
  532.         ParentFont = False
  533.         ParentShowHint = False
  534.         ShowHint = True
  535.         OnClick = LastPageSpeedClick
  536.       end
  537.       object PageNumSpeed: TSpeedButton
  538.         Left = 101
  539.         Top = 2
  540.         Width = 25
  541.         Height = 25
  542.         Hint = 'Seite ausw∩┐╜hlen'
  543.         Font.Charset = DEFAULT_CHARSET
  544.         Font.Color = clBlack
  545.         Font.Height = -13
  546.         Font.Name = 'Times New Roman'
  547.         Font.Style = []
  548.         Glyph.Data = {
  549.           76010000424D7601000000000000760000002800000020000000100000000100
  550.           0400000000000001000000000000000000001000000010000000000000000000
  551.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  552.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  553.           003337777777777777F330FFFFFFFFFFF03337F33F333F3337F330FF0FFF0FFF
  554.           F03337F37F337F3337F330FF0FFF0FFFF03337F37FFF7FFF37F330F00000000F
  555.           F03337F77777777337F330FFF0FFF0FFF03337F337F337F337F330FFF0FFF0FF
  556.           F03337F337FFF7FFF7F330FF00000000F03337F37777777737F330FFFF0FFF0F
  557.           F03337F3337F337F37F330FFFF0FFF0FF03337F33373337337F330FFFFFFFFFF
  558.           F03337F33333333FF7F330FFFFFFFF00003337F33333337777F330FFFFFFFF0F
  559.           F03337FFFFFFFF7F373330999999990F033337777777777F733330FFFFFFFF00
  560.           333337FFFFFFFF77333330000000000333333777777777733333}
  561.         NumGlyphs = 2
  562.         ParentFont = False
  563.         ParentShowHint = False
  564.         ShowHint = True
  565.         OnClick = PageNumSpeedClick
  566.       end
  567.     end
  568.   end
  569.   object ScrollBox1: TScrollBox
  570.     Left = 0
  571.     Top = 35
  572.     Width = 612
  573.     Height = 390
  574.     HorzScrollBar.Tracking = True
  575.     VertScrollBar.Tracking = True
  576.     Align = alClient
  577.     BorderStyle = bsNone
  578.     Color = clBtnFace
  579.     ParentColor = False
  580.     TabOrder = 2
  581.     OnResize = ScrollBox1Resize
  582.     object ContainPanel: TPanel
  583.       Left = 0
  584.       Top = 0
  585.       Width = 489
  586.       Height = 329
  587.       BevelOuter = bvNone
  588.       Color = clBtnShadow
  589.       TabOrder = 0
  590.       object PagePanel: TPanel
  591.         Left = 44
  592.         Top = 32
  593.         Width = 209
  594.         Height = 265
  595.         BevelOuter = bvNone
  596.         Color = clWindow
  597.         TabOrder = 0
  598.         object PB1: TPaintBox
  599.           Left = 0
  600.           Top = 0
  601.           Width = 209
  602.           Height = 265
  603.           Hint = 
  604.             'Page View.  With Zoom Tool, left or right click to zoom in/out. ' +
  605.             ' Click && drag with Hand Tool to pan.'
  606.           Align = alClient
  607.           OnMouseDown = PB1MouseDown
  608.           OnMouseMove = PB1MouseMove
  609.           OnMouseUp = PB1MouseUp
  610.           OnPaint = PBPaint
  611.         end
  612.       end
  613.       object PagePanel2: TPanel
  614.         Left = 260
  615.         Top = 32
  616.         Width = 209
  617.         Height = 265
  618.         BevelOuter = bvNone
  619.         Color = clWindow
  620.         TabOrder = 1
  621.         Visible = False
  622.         object PB2: TPaintBox
  623.           Left = 0
  624.           Top = 0
  625.           Width = 209
  626.           Height = 265
  627.           Hint = 
  628.             'Page View.  With Zoom Tool, left or right click to zoom in/out. ' +
  629.             ' Click && drag with Hand Tool to pan.'
  630.           Align = alClient
  631.           OnPaint = PBPaint
  632.         end
  633.       end
  634.     end
  635.   end
  636.   object PrintDialog1: TPrintDialog
  637.     FromPage = 1
  638.     MinPage = 1
  639.     Options = [poPrintToFile, poPageNums]
  640.     Left = 538
  641.     Top = 89
  642.   end
  643. end
  644.