home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 August / VPR9708A.ISO / D3TRIAL / INSTALL / DATA.Z / BMPFORMU.DFM / BMPFORMU.txt
Text File  |  1997-03-21  |  513b  |  27 lines

  1. object BmpForm: TBmpForm
  2.   Left = 311
  3.   Top = 321
  4.   Width = 466
  5.   Height = 334
  6.   Caption = 'BmpForm'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   OnDestroy = FormDestroy
  14.   OnPaint = FormPaint
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Button1: TButton
  18.     Left = 56
  19.     Top = 40
  20.     Width = 113
  21.     Height = 25
  22.     Caption = 'Scramble Palette'
  23.     TabOrder = 0
  24.     OnClick = Button1Click
  25.   end
  26. end
  27.