home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / zkuste / delphi / kompon / d456 / TMS / ADVGRID6.ZIP / asgprev.dfm / asgprev.txt
Text File  |  2000-07-19  |  1KB  |  79 lines

  1. object AdvPreviewForm: TAdvPreviewForm
  2.   Left = 275
  3.   Top = 107
  4.   Width = 429
  5.   Height = 413
  6.   Caption = 'Preview'
  7.   Color = clGray
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   Position = poScreenCenter
  15.   OnResize = FormResize
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 421
  22.     Height = 41
  23.     Align = alTop
  24.     TabOrder = 0
  25.     object Next: TButton
  26.       Left = 88
  27.       Top = 8
  28.       Width = 73
  29.       Height = 25
  30.       Caption = 'Next'
  31.       TabOrder = 0
  32.       OnClick = NextClick
  33.     end
  34.     object Previous: TButton
  35.       Left = 8
  36.       Top = 8
  37.       Width = 73
  38.       Height = 25
  39.       Caption = 'Previous'
  40.       TabOrder = 1
  41.       OnClick = PreviousClick
  42.     end
  43.     object Button3: TButton
  44.       Left = 168
  45.       Top = 8
  46.       Width = 73
  47.       Height = 25
  48.       Caption = 'Print'
  49.       TabOrder = 2
  50.       OnClick = Button3Click
  51.     end
  52.     object Button4: TButton
  53.       Left = 248
  54.       Top = 8
  55.       Width = 73
  56.       Height = 25
  57.       Caption = 'Close'
  58.       TabOrder = 3
  59.       OnClick = Button4Click
  60.     end
  61.   end
  62.   object Panel2: TPanel
  63.     Left = 16
  64.     Top = 48
  65.     Width = 393
  66.     Height = 329
  67.     Color = clWhite
  68.     TabOrder = 1
  69.     object PreviewPaintBox: TPaintBox
  70.       Left = 1
  71.       Top = 1
  72.       Width = 391
  73.       Height = 327
  74.       Align = alClient
  75.       OnPaint = PreviewPaintBoxPaint
  76.     end
  77.   end
  78. end
  79.