home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Runimage / Delphi50 / Help / Examples / Bitmap / BMPFORMU.DFM / BMPFORMU.txt
Encoding:
Text File  |  1999-08-11  |  513 b   |  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.