home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Utilitare / xvi / XVI32.exe / 0 / RCDATA / TFORMPREVIEW / TFORMPREVIEW.txt
Text File  |  2003-08-02  |  3KB  |  151 lines

  1. object FormPreview: TFormPreview
  2.   Left = 270
  3.   Top = 133
  4.   Width = 537
  5.   Height = 471
  6.   Caption = 'FormPreview'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnKeyDown = FormKeyDown
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 529
  24.     Height = 25
  25.     Align = alTop
  26.     BevelOuter = bvNone
  27.     TabOrder = 0
  28.     object CMBtnFirst: TCMBtn
  29.       Left = 30
  30.       Top = 0
  31.       Width = 25
  32.       Height = 25
  33.       Hint = 'Go to first page'
  34.       Enabled = True
  35.       PopupMark = True
  36.       onClick = CMBtnFirstClick
  37.     end
  38.     object CMBtnPrevious: TCMBtn
  39.       Left = 55
  40.       Top = 0
  41.       Width = 25
  42.       Height = 25
  43.       Hint = 'Go to previous page'
  44.       Enabled = True
  45.       PopupMark = True
  46.       onClick = CMBtnPreviousClick
  47.     end
  48.     object CMBtnNext: TCMBtn
  49.       Left = 80
  50.       Top = 0
  51.       Width = 25
  52.       Height = 25
  53.       Hint = 'Go to next page'
  54.       Enabled = True
  55.       PopupMark = True
  56.       onClick = CMBtnNextClick
  57.     end
  58.     object CMBtnLast: TCMBtn
  59.       Left = 105
  60.       Top = 0
  61.       Width = 25
  62.       Height = 25
  63.       Hint = 'Go to last page'
  64.       Enabled = True
  65.       PopupMark = True
  66.       onClick = CMBtnLastClick
  67.     end
  68.     object CMBtnZoom: TCMBtn
  69.       Left = 130
  70.       Top = 0
  71.       Width = 25
  72.       Height = 25
  73.       Hint = 'Quick zoom page width/page height'
  74.       Enabled = True
  75.       PopupMark = True
  76.       onClick = CMBtnZoomClick
  77.     end
  78.     object CMBtnPrint1: TCMBtn
  79.       Left = 155
  80.       Top = 0
  81.       Width = 25
  82.       Height = 25
  83.       Hint = 'Print only this page'
  84.       Enabled = True
  85.       PopupMark = True
  86.       onClick = CMBtnPrint1Click
  87.     end
  88.     object CMBtnPrintAll: TCMBtn
  89.       Left = 180
  90.       Top = 0
  91.       Width = 25
  92.       Height = 25
  93.       Hint = 'Print all pages'
  94.       Enabled = True
  95.       PopupMark = True
  96.       onClick = CMBtnPrintAllClick
  97.     end
  98.     object CMBtnExit: TCMBtn
  99.       Left = 5
  100.       Top = 0
  101.       Width = 25
  102.       Height = 25
  103.       Hint = 'Exit without printing'
  104.       Enabled = True
  105.       PopupMark = True
  106.       onClick = CMBtnExitClick
  107.     end
  108.     object CMBtnHelp: TCMBtn
  109.       Left = 205
  110.       Top = 0
  111.       Width = 25
  112.       Height = 25
  113.       Hint = 'Help'
  114.       Enabled = True
  115.       PopupMark = True
  116.       onClick = CMBtnHelpClick
  117.     end
  118.   end
  119.   object ScrollBox1: TScrollBox
  120.     Left = 0
  121.     Top = 25
  122.     Width = 529
  123.     Height = 400
  124.     Align = alClient
  125.     TabOrder = 1
  126.     object PaintBox1: TPaintBox
  127.       Left = 10
  128.       Top = 10
  129.       Width = 186
  130.       Height = 186
  131.       Cursor = crCross
  132.       OnMouseUp = PaintBox1MouseUp
  133.       OnPaint = PaintBox1Paint
  134.     end
  135.   end
  136.   object StatusBar1: TStatusBar
  137.     Left = 0
  138.     Top = 425
  139.     Width = 529
  140.     Height = 19
  141.     Panels = <
  142.       item
  143.         Width = 100
  144.       end
  145.       item
  146.         Width = 100
  147.       end>
  148.     SimplePanel = False
  149.   end
  150. end
  151.