home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / chap09 / pixels / main.dfm / main.txt < prev   
Encoding:
Text File  |  1995-03-21  |  359 b   |  19 lines

  1. object Form1: TForm1
  2.   Left = 129
  3.   Top = 93
  4.   AutoScroll = False
  5.   Caption = 'Pixels'
  6.   ClientHeight = 273
  7.   ClientWidth = 427
  8.   Color = clBlack
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   PixelsPerInch = 96
  15.   WindowState = wsMaximized
  16.   OnPaint = FormPaint
  17.   TextHeight = 16
  18. end
  19.