home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 November / CDVD1105.ISO / Software / Freeware / programare / graphics32 / Examples / Clx / GradLines_Ex / MainUnit.xfm / MainUnit.txt
Encoding:
Text File  |  2004-07-16  |  1.8 KB  |  100 lines

  1. object Form1: TForm1
  2.   Left = 781
  3.   Top = 289
  4.   Width = 402
  5.   Height = 316
  6.   HorzScrollBar.Range = 393
  7.   VertScrollBar.Range = 308
  8.   ActiveControl = Button1
  9.   Caption = 'Graphics32 Demo: (TPaintBox32 & DrawLineFSP)'
  10.   Color = clButton
  11.   Font.Color = clText
  12.   Font.Height = 11
  13.   Font.Name = 'Tahoma'
  14.   Font.Pitch = fpVariable
  15.   Font.Style = []
  16.   Font.Weight = 40
  17.   ParentFont = False
  18.   Scaled = False
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 75
  21.   object Label1: TLabel
  22.     Left = 320
  23.     Top = 88
  24.     Width = 25
  25.     Height = 13
  26.     Caption = 'Total:'
  27.   end
  28.   object PaintBox: TPaintBox32
  29.     Left = 8
  30.     Top = 8
  31.     Width = 300
  32.     Height = 300
  33.     TabOrder = 0
  34.   end
  35.   object Button1: TButton
  36.     Left = 320
  37.     Top = 8
  38.     Width = 73
  39.     Height = 21
  40.     Caption = 'Add One'
  41.     TabOrder = 1
  42.     OnClick = Button1Click
  43.   end
  44.   object Button2: TButton
  45.     Left = 320
  46.     Top = 34
  47.     Width = 73
  48.     Height = 21
  49.     Caption = 'Add Ten'
  50.     TabOrder = 2
  51.     OnClick = Button2Click
  52.   end
  53.   object Button3: TButton
  54.     Left = 320
  55.     Top = 60
  56.     Width = 73
  57.     Height = 21
  58.     Caption = 'Clear'
  59.     TabOrder = 3
  60.     OnClick = Button3Click
  61.   end
  62.   object RadioGroup1: TRadioGroup
  63.     Left = 320
  64.     Top = 216
  65.     Width = 73
  66.     Height = 89
  67.     Items.Strings = (
  68.       'None'
  69.       'Slow'
  70.       'Fast')
  71.     Caption = 'Fade'
  72.     TabOrder = 4
  73.     OnClick = RadioGroup1Click
  74.   end
  75.   object RadioGroup2: TRadioGroup
  76.     Left = 320
  77.     Top = 128
  78.     Width = 73
  79.     Height = 81
  80.     Items.Strings = (
  81.       'Slow'
  82.       'Normal'
  83.       'Fast')
  84.     Caption = 'Draw'
  85.     TabOrder = 5
  86.     OnClick = RadioGroup2Click
  87.   end
  88.   object Panel1: TPanel
  89.     Left = 320
  90.     Top = 104
  91.     Width = 73
  92.     Height = 17
  93.     BevelOuter = bvNone
  94.     BorderStyle = bsSingle
  95.     Caption = '0'
  96.     Color = clBase
  97.     TabOrder = 6
  98.   end
  99. end
  100.