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

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