home *** CD-ROM | disk | FTP | other *** search
/ Freelog 7 / Freelog007.iso / BAS / Fichiers / DiscoMania / DiscoMania.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  1998-12-28  |  1KB  |  67 lines

  1. object Form2: TForm2
  2.   Left = -8
  3.   Top = 1
  4.   Width = 633
  5.   Height = 448
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Caption = 'Print Preview'
  8.   Color = clWhite
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 625
  20.     Height = 41
  21.     Align = alTop
  22.     TabOrder = 0
  23.     object Label1: TLabel
  24.       Left = 192
  25.       Top = 8
  26.       Width = 37
  27.       Height = 13
  28.       Caption = 'Page: 1'
  29.     end
  30.     object Button1: TButton
  31.       Left = 24
  32.       Top = 8
  33.       Width = 75
  34.       Height = 25
  35.       Caption = '<< Prev'
  36.       TabOrder = 0
  37.       OnClick = Button1Click
  38.     end
  39.     object Button2: TButton
  40.       Left = 104
  41.       Top = 8
  42.       Width = 75
  43.       Height = 25
  44.       Caption = 'Next >>'
  45.       TabOrder = 1
  46.       OnClick = Button2Click
  47.     end
  48.   end
  49.   object Panel2: TPanel
  50.     Left = 0
  51.     Top = 41
  52.     Width = 625
  53.     Height = 380
  54.     Align = alClient
  55.     Color = clWhite
  56.     TabOrder = 1
  57.     object PaintBox1: TPaintBox
  58.       Left = 1
  59.       Top = 1
  60.       Width = 623
  61.       Height = 378
  62.       Align = alClient
  63.       OnPaint = PaintBox1Paint
  64.     end
  65.   end
  66. end
  67.