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

  1. object Form1: TForm1
  2.   Left = 216
  3.   Top = 109
  4.   Width = 257
  5.   Height = 247
  6.   HorzScrollBar.Range = 240
  7.   VertScrollBar.Range = 209
  8.   ActiveControl = ScrollBar1
  9.   Caption = 'Form1'
  10.   Color = clButton
  11.   Font.Color = clText
  12.   Font.Height = 11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Pitch = fpVariable
  15.   Font.Style = []
  16.   Font.Weight = 40
  17.   ParentFont = False
  18.   Scaled = False
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 133
  21.   object Image: TImage32
  22.     Left = 8
  23.     Top = 8
  24.     Width = 200
  25.     Height = 200
  26.     BitmapAlign = baTopLeft
  27.     Scale = 1.000000000000000000
  28.     ScaleMode = smNormal
  29.     TabOrder = 0
  30.   end
  31.   object ScrollBar1: TScrollBar
  32.     Left = 224
  33.     Top = 8
  34.     Width = 16
  35.     Height = 201
  36.     Kind = sbVertical
  37.     Min = 1
  38.     Position = 50
  39.     TabOrder = 1
  40.     OnChange = ScrollBarChange
  41.   end
  42. end
  43.