home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 781
- Top = 289
- Width = 402
- Height = 316
- HorzScrollBar.Range = 393
- VertScrollBar.Range = 308
- ActiveControl = Button1
- Caption = 'Graphics32 Demo: (TPaintBox32 & DrawLineFSP)'
- Color = clButton
- Font.Color = clText
- Font.Height = 11
- Font.Name = 'Tahoma'
- Font.Pitch = fpVariable
- Font.Style = []
- Font.Weight = 40
- ParentFont = False
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 75
- object Label1: TLabel
- Left = 320
- Top = 88
- Width = 25
- Height = 13
- Caption = 'Total:'
- end
- object PaintBox: TPaintBox32
- Left = 8
- Top = 8
- Width = 300
- Height = 300
- TabOrder = 0
- end
- object Button1: TButton
- Left = 320
- Top = 8
- Width = 73
- Height = 21
- Caption = 'Add One'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 320
- Top = 34
- Width = 73
- Height = 21
- Caption = 'Add Ten'
- TabOrder = 2
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 320
- Top = 60
- Width = 73
- Height = 21
- Caption = 'Clear'
- TabOrder = 3
- OnClick = Button3Click
- end
- object RadioGroup1: TRadioGroup
- Left = 320
- Top = 216
- Width = 73
- Height = 89
- Items.Strings = (
- 'None'
- 'Slow'
- 'Fast')
- Caption = 'Fade'
- TabOrder = 4
- OnClick = RadioGroup1Click
- end
- object RadioGroup2: TRadioGroup
- Left = 320
- Top = 128
- Width = 73
- Height = 81
- Items.Strings = (
- 'Slow'
- 'Normal'
- 'Fast')
- Caption = 'Draw'
- TabOrder = 5
- OnClick = RadioGroup2Click
- end
- object Panel1: TPanel
- Left = 320
- Top = 104
- Width = 73
- Height = 17
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = '0'
- Color = clBase
- TabOrder = 6
- end
- end
-