home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / chap15 / strpcx / main.txt < prev    next >
Encoding:
Text File  |  1995-03-21  |  1.1 KB  |  80 lines

  1. object Form1: TForm1
  2.   Left = 71
  3.   Top = 96
  4.   AutoScroll = False
  5.   Caption = 'StrPCX'
  6.   ClientHeight = 328
  7.   ClientWidth = 526
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   OnCreate = FormCreate
  14.   TextHeight = 16
  15.   object StringGrid1: TStringGrid
  16.     Left = 0
  17.     Top = 0
  18.     Width = 526
  19.     Height = 328
  20.     Align = alClient
  21.     ColCount = 45
  22.     DefaultColWidth = 14
  23.     DefaultRowHeight = 15
  24.     Font.Color = clBlack
  25.     Font.Height = -11
  26.     Font.Name = 'Arial'
  27.     Font.Style = []
  28.     ParentFont = False
  29.     RowCount = 45
  30.     ScrollBars = ssNone
  31.     TabOrder = 0
  32.     ColWidths = (
  33.       14
  34.       14
  35.       14
  36.       14
  37.       14
  38.       14
  39.       14
  40.       14
  41.       14
  42.       14
  43.       14
  44.       14
  45.       14
  46.       14
  47.       14
  48.       14
  49.       14
  50.       14
  51.       14
  52.       14
  53.       14
  54.       14
  55.       14
  56.       14
  57.       14
  58.       14
  59.       14
  60.       14
  61.       14
  62.       14
  63.       14
  64.       14
  65.       14
  66.       14
  67.       14
  68.       14
  69.       14
  70.       14
  71.       14
  72.       14
  73.       14
  74.       14
  75.       14
  76.       14
  77.       14)
  78.   end
  79. end
  80.