object BmpForm: TBmpForm Left = 311 Top = 321 Width = 466 Height = 334 Caption = 'BmpForm' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate OnDestroy = FormDestroy OnPaint = FormPaint PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 56 Top = 40 Width = 113 Height = 25 Caption = 'Scramble Palette' TabOrder = 0 OnClick = Button1Click end end