home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 November / CDVD1105.ISO / Software / Freeware / programare / graphics32 / Examples / Clx / LineStippling_Ex / MainUnit.dfm / MainUnit.txt
Encoding:
Text File  |  2004-07-15  |  742 b   |  40 lines

  1. object Form1: TForm1
  2.   Left = 216
  3.   Top = 109
  4.   Width = 257
  5.   Height = 247
  6.   Caption = 'Form1'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Image: TImage32
  18.     Left = 8
  19.     Top = 8
  20.     Width = 200
  21.     Height = 200
  22.     BitmapAlign = baTopLeft
  23.     Scale = 1.000000000000000000
  24.     ScaleMode = smNormal
  25.     TabOrder = 0
  26.   end
  27.   object ScrollBar1: TScrollBar
  28.     Left = 224
  29.     Top = 8
  30.     Width = 16
  31.     Height = 201
  32.     Kind = sbVertical
  33.     Min = 1
  34.     PageSize = 0
  35.     Position = 50
  36.     TabOrder = 1
  37.     OnChange = ScrollBarChange
  38.   end
  39. end
  40.